.compare-content2 table tbody tr {
    background: #F8DED2;
}
.compare-content2 table tbody tr:nth-child(2n) {
    background: #F9F4F4;
}

.test-table table tr:nth-child(1) td{
    background: #C4DE9B;
    color: #fff;
}
.test-table table tr:nth-child(2) td{
    background: #79CCC8;
    color: #fff;
}
.test-table table tr:nth-child(3) td{
    background: #7DA7D9;
    color: #fff;
}
.test-table table tr:nth-child(4) td{
    background: #8493CA;
    color: #fff;
}
.test-table table tr:nth-child(5) td{
    background: #A186C0;
    color: #fff;
}
.test-table table tr:nth-child(6) td{
    background: #BD8CBF;
    color: #fff;
}
.test-table table tr:nth-child(7) td{
    background: #F39BC0;
    color: #fff;
}
.test-table table tr:nth-child(8) td{
    background: #F3989D;
    color: #fff;
}

.testBookList .item {
    width: 151px;
    margin: 0 auto;
}

.testBookList .item .image {
    width: 151px;
    height: 191px;
    overflow: hidden;
}

.testBookList .item .image img {
    width: 100%;
}

.testBookList .item .link {
    display: block;
    text-align: center;
    line-height: 1;
    padding-top: 10px;
    font-size: 16px;
}

.body .testBookList .item a {
    color: #555;
}
.testBookList .item a:hover {
    color: #FF8D53;
}

.range-search {
    width: 100%;
    display: flex;
    margin: 20px 0;
}
.range-search .col-1 {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0;
    width: 20px;
    flex: unset;
}
.range-search button {
    width: 100%;
}
.search-result-text span {
    color: #555555;
    margin: 0 10px;
}
.echartBody {
    height: 500px
}
.testList {
    width: 100%;
    max-width: 590px;
    margin: 20px auto;
    border: 1px solid #F8DED2;
    opacity: 1;
    border-radius: 20px;
    padding: 17px;
}
.testList tr {
    border-bottom: 1px solid #F8DED2;
}
.testList tr:last-child {
    border-bottom: 0;
}
.testList td {
    height: 64px;
    font-size: 14px;
    color: #555555
}
.answer-card {
    width: 100%;
    max-width: 300px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
    border-radius: 20px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 12px;
}
.answer-card .timer-box {
    width: 100%;
}
.answer-card .timer-box .link {
    cursor: pointer;
}
.answer-card .timer {
    width: 95px;
    height: 27px;
    background: #F8DED2;
    opacity: 1;
    border-radius: 20px;
    line-height: 27px;
    color: #555555;
    font-size: 12px;
    text-align: center;
}
.answer-card .timer .end-time {
    color:#FF7528
}
.answer-card .compare-content {
    padding: 3px 0;
}
.answer-card .body label {
    margin-bottom: 0;
}
.answer-card .footer-page {
    text-align: center;
}
.answer-card .footer-page .row {
    padding: 0;
    margin: 0;
    font-size: 14px;
    display: block;
}
.answer-card .footer-page .row a {
    padding: 5px 8px;
    cursor: pointer;
    color: #555;
}
.answer-card .footer-page .row a:hover {
    color: #FF7528;
}
.answer-card .footer-page .row a.active {
    color: #FF7528;
    font-weight: bold;
}
.answer-card .submit-action .btn{
    width: 100%;
}

#answer-card-content .body {
    max-height: 300px;
    overflow-y: scroll;
}

#answer-card-content .body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#answer-card-content .body::-webkit-scrollbar-corner {
    background-color: white;
}

#answer-card-content .body::-webkit-scrollbar-track-piece {
    background-color: #f1f2f8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

#answer-card-content .body::-webkit-resizer:vertical {
    background-color: #f6f6f6;
}

#answer-card-content .body::-webkit-scrollbar-button:start:decrement,
#answer-card-content .body::-webkit-scrollbar-button:end:increment {
    width: 0;
    height: 0;
}

#answer-card-content .body::-webkit-scrollbar-thumb {
    background-color: #d1d2d8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

#answer-card-content .body::-webkit-scrollbar-thumb:hover {
    background-color: #888;
}

#answer-card-content .body::-webkit-scrollbar-thumb:horizontal {
    background-color: #d1d2d8;
}

#answer-card-content .body::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #888;
}

#answer-card-content .body::-webkit-scrollbar-thumb:window-inactive {
    background-color: #ddd;
}

@media only screen and (max-width: 767.98px) {
    .answer-card {
        position: fixed !important;
        top: unset;
        bottom: 0;
        z-index: 99999999;
        width: 100%;
        left: 0;
        max-width: unset;
        border-radius: 20px 20px 0 0;
    }
    #answer-card-content .body {
        max-height: 300px;
        overflow-y: scroll;
    }
    .answer-card .compare-content {
        padding: .4rem 0;
    }
}
