@media screen and (min-width: 768px) {
    .privacy-mask, .agreement-mask {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .24);
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 100px;
        box-sizing: border-box;
        display: none;
    }

    .content-box {
        width: 60%;
        height: 80%;
        padding-top: 80px;
        background: #fff;
        margin: 0 auto;
        position: relative;
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.6);
    }

    .text-content {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background: #ffffff;
        overflow-y: scroll;
        border-right: 10px;
        padding: 0 140px 140px 140px;
        box-sizing: border-box;

        position: relative;
    }

    .text-content::-webkit-scrollbar {
        width: 18px;
    }

    .text-content::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 9px;
    }

    .text-content::-webkit-scrollbar-thumb {
        background: #a5a5a5;
        border-radius: 9px;
        height: 60px;
    }

    .text-content::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

    .fs-18 {
        font-size: 18px;
    }

    .fs-20 {
        font-size: 20px;
    }

    .fs-24 {
        font-size: 24px;
    }

    .fs-32 {
        font-size: 32px;
    }

    .fs-38 {
        font-size: 38px;
    }

    .fw-b {
        font-weight: bold;
    }

    .ff-ht {
        font-family: 黑体;
    }

    .ff-fsGB2312 {
        font-family: 仿宋_GB2312;
    }

    .ff-new-roman {
        font-family: "Times New Roman";
    }

    .ff-fzxb {
        font-family: 方正小标宋简体;
    }

    .t-c {
        text-align: center;
    }

    .line-height {
        line-height: 1.8;
        margin: 0;
    }

    .mb-50 {
        margin-bottom: 50px;
    }

    .mb-80 {
        margin-bottom: 80px;
    }

    .mb-100 {
        margin-bottom: 100px;
    }

    .close-btn {
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        border-radius: 5px;
        margin: 60px auto 0;
        color: #0b5fb4;
        background: rgba(11, 95, 180, 0.16) !important;
        border: none !important;

    }

    .close-btn:hover {
        cursor: pointer;
    }

    .w-100 {
        width: 100%;
    }

    .dis-flex {
        display: flex;
    }

    .word-table {
        width: 100%;
        border-collapse: collapse;
    }

    .word-table th, .word-table td {
        border: 1px solid #000;
        padding: 12px 15px;
        text-align: left;
    }

    .word-table thead th {
        font-family: 宋体;
        text-align: center;
    }

    .word-table tbody tr > td {
        text-align: center;
    }
}








@media screen and (max-width: 768px) {



    .privacy-mask, .agreement-mask {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .24);
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 1rem;
        box-sizing: border-box;
        display: none;
    }

    .content-box {
        width: 90%;
        height: 80%;
        padding-top: 0.8rem;
        background: #fff;
        margin: 0 auto;
        position: relative;
        box-shadow: 0 0 0.18rem rgba(0, 0, 0, 0.6);
    }

    .text-content {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background: #ffffff;
        overflow-y: scroll;
        border-right: 0.1rem;
        padding: 0 0.6rem 1.4rem 0.6rem;
        box-sizing: border-box;

        position: relative;
    }

    .text-content::-webkit-scrollbar {
        width: 0.18rem;
    }

    .text-content::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 0.09rem;
    }

    .text-content::-webkit-scrollbar-thumb {
        background: #a5a5a5;
        border-radius: 0.09rem;
        height: 0.6rem;
    }

    .text-content::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

    .fs-18 {
        font-size: 0.18rem;
    }

    .fs-20 {
        font-size: 0.2rem;
    }

    .fs-24 {
        font-size:0.24rem;
    }

    .fs-32 {
        font-size: 0.32rem;
    }

    .fs-38 {
        font-size: 0.38rem;
    }

    .fw-b {
        font-weight: bold;
    }

    .ff-ht {
        font-family: 黑体;
    }

    .ff-fsGB2312 {
        font-family: 仿宋_GB2312;
    }

    .ff-new-roman {
        font-family: "Times New Roman";
    }

    .ff-fzxb {
        font-family: 方正小标宋简体;
    }

    .t-c {
        text-align: center;
    }

    .line-height {
        line-height: 1.8;
        margin: 0;
    }

    .mb-50 {
        margin-bottom: 0.5rem;
    }

    .mb-80 {
        margin-bottom: 0,8rem;
    }

    .mb-100 {
        margin-bottom: 1rem;
    }

    .close-btn {
        width: 2rem;
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.22rem;
        border-radius: 0.05rem;
        margin: 0.6rem auto 0;
        color: #0b5fb4;
        background: rgba(11, 95, 180, 0.16) !important;
        border: none !important;

    }

    .close-btn:hover {
        cursor: pointer;
    }

    .w-100 {
        width: 100%;
    }

    .dis-flex {
        display: flex;
    }

    .word-table {
        width: 100%;
        border-collapse: collapse;
    }

    .word-table th, .word-table td {
        border: 1px solid #000;
        padding: 0.12rem 0.15rem;
        text-align: left;
    }

    .word-table thead th {
        font-family: 宋体;
        text-align: center;
    }

    .word-table tbody tr > td {
        text-align: center;
    }

}












































