body {
    background: #f6f6f6;
}

@media (max-width: 829px) {
    body {
        width: 100%;
        overflow: auto;
    }
}

.ticket-list-top {
    background: #0b499d;
    height: 40px;
    display: flex;
}

.st2-site-header__logo {
    margin: 10px 0 0 100px;
    padding: 0 !important
}

@media (max-width: 829px) {
    .st2-site-header__logo {
        margin-left: 20px;
    }
}

.st2-site-header__logo a svg {
    height: 20px !important;
}

.st2-site-header__logo a svg path {
    transition: fill .5s cubic-bezier(.25, .8, .25, 1);
    fill: #fff;
}

.ticket-list-top {
    margin: auto;
}

@media (max-width: 829px) {
    .ticket-list-top {
        margin: auto;
    }
}

.ticket-list-top .close {
    width: 20px;
    height: 20px;
    background: #fff;
    text-align: center;
    line-height: 23px;
    margin: 10px 100px 0 auto;
    cursor: pointer;
}

@media (max-width: 829px) {
    .ticket-list-top .close {
        margin-right: 20px
    }
}

.ticket-list-head {
    width: 900px;
    margin:auto;
}

@media (max-width: 829px) {
    .ticket-list-head {
        width: 100%;
    }
}

.ticket-list-head h3 {
    margin-top: 20px;
    padding-left: 12px;
    border-left: solid 5px #0b499d
}

.ticket-list-head .tip {
    margin-top: 20px;
    padding-left: 20px;
    font-size: 12px;
}

.ticket-list-body {
    margin: auto;
    width: 900px;
}

@media (max-width: 829px) {
    .ticket-list-body {
        overflow-x: scroll;
        width: 100%;
    }
}

.ticket-list-body table {
    width: 100%;
    font-size: 12px;
    margin-top: 20px;
}

@media (max-width: 829px) {
    .ticket-list-body table {
        width: 900px;
    }
}

.ticket-list-body table td {
    line-height: 24px;
    padding: 0 10px;
    border: solid 1px #c2c2c2;
    text-align: center;
}

.ticket-list-body table thead td {
    background: #b5b5b5;
    border-left: solid 1px #fff;
    font-weight: bold;
}

.ticket-list-body table thead td:first-child {
    border-left: none;
}

.ticket-list-body table tbody td {
    background: #fff;
}

.ticket-list-body table tbody td:first-child {
    border-left: none;
}

.ticket-list-body table tbody td:last-child {
    border-right: none;
}

.ticket-list-top .st2-site-header__logo a svg path {
    transition: fill .5s cubic-bezier(.25, .8, .25, 1);
    fill: #fff !important;
}