.xmxxs .title {
    font-size: 24px;
    font-weight: 500;
    color: #101D37;
    line-height: 36px;
    text-align: center;
    margin-bottom: 10px;
}
.xmxxs .s_info {
    color: #999;
    font-weight: 400;
    justify-content: center;
}
.xmxxs .line {
    margin: 0 12px;
}
.font_active {
    color: #00A7EA;
}
.change_font span {
    cursor: pointer;
}
table {
    border-collapse: collapse;
    margin: 20px auto;
    color: #333;
}
td {
    border: 1px solid #e7e6e6;
    text-align: center;
    padding: 5px;
}
table tr:nth-child(2n + 1) {
    background:#F8FAFE;
}
table .firstRow {
    height: 46px;
    background: #00489D !important;
    color: #fff;
}
table .firstRow td {
    border: 1px solid #00489D;
}
.w48px {
    width: 48px;
}
.qhsa {
    background: #E8EEFF;
    color: #00489D;
    height: 121px;
}
@media screen and (max-width: 769px) {
    .xmxxs .title {
        font-size: 16px;
    }
    .xmxxs .s_info {
        font-size: 12px;
        flex-wrap: wrap;
    }
    table {
        font-size: 12px;
        width: 200% !important;
        max-width: 200% !important;
    }
    .xmxx_ta {
        overflow-x: scroll;
    }
    .qhsa {
        height: 70px;
    }
}
