* {
    margin: 0;
    padding: 0;
}
body,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
th,
td,
p,
input,
dl,
dt,
dd,
ul,
ol,
li,
input,
span,
textarea {
    font-family: "Microsoft YaHei" !important;
    font-weight: normal;
}

body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 8px 0;
    align-items: center;
    background: #f3f4f6;
}

h2 {
    font-size: 13pt;
    font-weight: bolder;
    text-align: center;
    margin: 12pt 0 9pt 0;
}

h3 {
    font-size: 13pt;
    font-weight: bolder;
    display: block;
    margin: 16.5pt 0 16.5pt 0;
}

ul {
    list-style: none;
}

ul li {
    color: rgba(0, 0, 0, 0.9);
    font-size: 12pt;
    line-height: 16.5pt;
}

#content {
    width: 1200px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#header {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    width: 75%;
    background: #ffffff;
}

#main {
    padding: 0 16px 80px;
    width: 75%;
    position: relative;
}

#main a {
    color: #007aff;
    word-break: break-word;
    text-decoration: none;
}

#main .policy_point a {
    color: rgba(0, 0, 0, 0.9);
}

#footer {
    font-size: 13pt;
    position: relative;
    width: 75%;
    color: rgba(0, 0, 0, 0.9);
    background: #f6f7f7;
    height: 80px;
    margin-bottom: 60px;
    line-height: 80px;
}

.end {
    position: absolute;
    left: 16px;
    margin: 20pt 0 10pt 0;
}

.company {
    padding: 0 16px;
    text-align: right;
    margin-top: 20px;
}

.policy_jump {
    padding-left: 20px !important;
    list-style: initial;
}

.policy_jump li {
    padding: 0;
}

.policy_line {
    height: 8px;
}

p {
    color: rgba(0, 0, 0, 0.9);
    font-size: 12pt;
    line-height: 16.5pt;
}

.disabled {
  color:rgba(0, 0, 0, 0.54) !important;
  text-decoration: auto;
}

.divide {
    width: 75%;
    margin: 25px 0;
}

@media screen and (max-width: 768px) {
    body {
        background: none;
    }

    .policy_ul ul ul {
        padding-left: 0;
    }

    .policy_ul ul ul ul {
        padding-left: 10px;
    }

    /* #header {
        display: none;
    } */

    #content {
        width: 100%;
    }

    #main {
        padding: 20px 20px 80px;
        width: 100%;
        box-sizing: border-box;
    }

    #footer {
        width: 90%;
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .end {
        position: absolute;
        left: 16px;
        margin: 20pt 0 10pt 0;
    }

    .company {
        padding: 20px 16px;
        text-align: left;
        margin: 0;
    }

    p {
        font-size: 16px;
    }

    .divide {
        width: 90%;
        display: none;
    }
}

.ht-night-app-wrap,
.ht-night-app-wrap body {
  background: transparent !important;
}

.ht-night-app-wrap .disabled {
  color:rgba(255,255,255, 0.54) !important;
}
