
#fulltickettable {
    width: 88%;
    margin: 0 auto;
    border-collapse: collapse;
    text-align: center;
    font-family: Arial, sans-serif;
}

#fulltickettable tr {
    height: 40px;
    border-radius: 4px;
}

#fulltickettable th {
    font-weight: 400;
    font-size: 12px;
    color: #999;
    background: rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 4px;
}

#fulltickettable tbody tr:nth-child(odd) {
    background-color: #F5FAFF;
}

#fulltickettable td {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #212121;
    letter-spacing: 0;
    font-weight: 400;
}

#fulltickettable td:nth-child(4) {
    text-align: right;
}

#fulltickettable td:nth-child(5) {
    text-align: right;
}

#fulltickettable th:nth-child(3) {
    width: 20%;
}

#fulltickettable th:nth-child(4) {
    text-align: right;
}

#fulltickettable th:nth-child(5) {
    text-align: right;
    width: 25%;
}