* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    width:100%;
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI" ,Roboto,"Helvetica Neue", Arial, sans-serif;*/
    font-family: Microsoft YaHei,sans-serif;
    background: #f7f7f7;
    color:#333;
    line-height: 1.8;
    font-size: clamp(12px, 1.05vw, 14px);
    min-height: 100vh;
    padding: 2rem 0;
}
.en{
    font-family: 'Times New Roman';
}
h1{
    font-size: clamp(12px, 3.5vw, 16px);
    color:#333;
    line-height: 2.0;
    margin-bottom:10px;
    font-weight: normal;
}
h2{
    font-size: clamp(12px, 1.5vw, 16px);
    font-weight: normal;
}
h3{
    font-size: clamp(12px, 1.1vw, 16px);
    font-weight: normal;
}
/* 小字 /备注 */
p{
    text-indent: 2em;
    font-size: clamp(8px, 1vw, 14px);
}
.policy-header-info{
    margin:10px 0;
}
li{
    font-size: clamp(8px, 1vw, 14px);
}
.policy-header-info p{
    font-size: clamp(8px, 1vw, 14px);
    margin-bottom:8px;
}
p.no-indent{
    text-indent: 0em;
}
.en p.no-indent{
    text-indent: 0em;
    margin:20px 0;
}
ol,ul{
    padding:0rem 2.5rem;
}
ul li{
    list-style:none;
}
.notice{
   background:#f8f9fa;
    padding:0.5em 3em;
}
.policy-link{
    color: #00f;
    text-decoration: none;
    cursor: pointer;
}
/* 版心：90% 宽度，居中 */
.privacy-policy-page {
    width: 96%;
    max-width: 1200px;
    margin: 10px auto;
}
.policy-title{
    text-align: center;
    font-size: clamp(14px, 3.5vw, 16px);
}
.policy-contact{
    background-color:#f8f9fa;
    padding:0.5em 1em;
    border-radius: 0.5em;
    margin:1em;
}
.policy-container{
    background: #fff;
    padding: 2.604vw;
    border-radius: .417vw;
    box-shadow: 0 .104vw .521vw rgba(0, 0, 0, .05);
}
/* 响应式微调 */
@media (min-width: 768px) {
    .privacy-policy-page {
        width: 60%;
    }
}
.table-content{
    width:100%;
    height:66px;
    margin:10px 0;
    border:1px solid #000;
}
.table-content ul{
    width:100%;
    height:100%;
    padding:0;
}
.table-content ul li{
    float:left;
    width:100%;
    height:50%;
}
.table-content ul li.top{
    border-bottom:1px solid #000;
    height:60%;
    background:#ccc;
}
.table-content ul li.bottom{
    height:40%;
}
.table-content ul li span{
    float: left;
    width: 50%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.table-content ul li span.left {
    width: 30%;
    border-right:1px solid #000;
}
.table-content ul li span.right {
    width: 70%;
}
