* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    min-width: 320px;
    color: #30343a;
    background: #e9eaeb;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.header {
    height: 100px;
    background: #FFFFFF;
}

.header-inner {
    width: 1200px;
    max-width: calc(100% - 48px);
    height: 100%;
    margin: 0 80px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand {
    display: inline-flex;
    align-items: center;
}

.brand img {
    height: 24px;
    width: 131px;
    display: block;
}

.divider {
    color: #D6D6D6;
    font-size: 16px;
}

.title {
    font-weight: 600;
    font-size: 22px;
    color: #4D4D4D;
}

.page {
    padding: 28px 24px 56px;
}

.content-card {
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #ececec;
    padding: 44px 56px;
}

.section {
    padding-bottom: 18px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 32px;
}

.section-last {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.section h2 {
    color: #222933;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
}

.section p {
    color: #5f6670;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 14px;
}

.policy-link {
    color: #567895;
    text-decoration: none;
}

.policy-link:hover {
    color: #567895;
    text-decoration: none;
}

.table-wrap {
    border: 1px solid #e6e8eb;
    margin-top: 24px;
}

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

th,
td {
    border-right: 1px solid #e6e8eb;
    border-bottom: 1px solid #e6e8eb;
    padding: 22px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #4D4D4D;
    text-align: center;
    vertical-align: middle;
}

th {
    /* color: #373f47; */
    font-weight: 600;
}
.deep {
    font-weight: 600;
    font-size: 16px;
    color: #1A1A1A;
}

thead th:first-child,
tbody th {
    text-align: left;
}

thead th:last-child,
tbody td:last-child,
tbody th:last-child {
    border-right: 0;
}

tbody tr:last-child th,
tbody tr:last-child td {
    border-bottom: 0;
}

.desc {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #90959b;
    font-weight: 400;
}

.sub {
    margin-top: 6px;
    color: #7e838a;
    font-size: 14px;
}
.rules {
    color: #567895;
    text-decoration: none;
}

.note {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 14px !important;
    color: #808080 !important;
}

@media (max-width: 960px) {
    .header {
        height: 72px;
    }

    .header-inner {
        margin: 0 auto;
        max-width: calc(100% - 28px);
        gap: 10px;
    }

    .brand img {
        height: 26px;
    }

    .title {
        font-size: 20px;
    }

    .page {
        padding: 16px 12px 28px;
    }

    .content-card {
        padding: 20px 14px;
    }

    .section {
        padding-bottom: 18px;
        margin-bottom: 20px;
    }

    .section h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .section p {
        font-size: 15px;
        line-height: 1.75;
        margin-bottom: 8px;
    }

    th,
    td {
        padding: 12px 8px;
        font-size: 13px;
        line-height: 1.45;
        word-break: break-word;
    }

    .desc,
    .sub,
    .note {
        font-size: 12px;
    }
}
