*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}
body{
    font-size: 14px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}


a {
    text-decoration: none;
    color: #000;
}

ul,li {
    list-style: none;
}
.header{
    width: 100%;
    height: 700px;
    box-sizing: border-box;
    background-image: url(../images/privacy.png);
    background-size: 100% 100%;
    padding-top: 40px;
}
.headerNav{
    width: 1400px;
    height: 50px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerNavRight{
    box-sizing: border-box;
}
.headerNavRight ul {
    display: flex;
    align-items: center;
    gap: 28px;
}
.headerNavRight ul li a{
    font-family: Adobe Heiti Std;
    font-weight: bold;
    font-size: 17px;
    color: #000000;
}
.login{
    display: block;
    width: 101px;
    height: 39px;
    background: #113AED;
    border-radius: 6px;
    text-align: center;
    line-height: 39px;
    color: #FFF;
    cursor: pointer;
}
.headerContent{
    width: 1200px;
    margin: 0 auto;
    margin-top: 130px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 111px;
    color: #2E2E2E;
}
.content{
    width: 100%;
    height: 4400px;
    background-image: url(../images/privacyLeft.png);
    background-repeat: no-repeat;
    /* background-position: top; */
    position: relative;
    /* background-color: #113AED; */
}
.contentLine{
    /* position: absolute; */
    width: 1400px;
    margin: 0 auto;
    height: 1.2px;
    background: #212121;
    opacity: 0.29;
    margin-top: 20px;
    display: flex;
    align-items: center;
    z-index: 100;
    
}
.contentLineLeft{
    background: #1C57FF;
    height: 4px;
    width: 100px;
}
.contentImg{
    background-image: url(../images/square.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 793px;
    height: 733px;
    position: absolute;
    z-index: 99;
    right: 0;
    top: -100px;
}
.contentTitle{
    width: 1200px;
    margin: 0 auto;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 103px;
    color: #113AED;
    line-height: 107px;
    margin-top: 100px;
}
.contentBox{
    position: absolute;
    width: 1200px;
    height: 4150px;
    /* background: #212121; */
    background: #D4EEFC;
    opacity: 0.82;
    z-index: 99;
    left: 50%;
    transform: translate(-50%);
    top: 250px;
    box-sizing: border-box;
    padding: 20px;
    color: #FFF;
    border-radius: 20px;
}
.footer{
    background-image: url(../images/s4-bg.png);
}

.footer-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo p{
    color: #fff;
    font-size: 19px;
}

.footer-item{
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}

.footer-item p{
    color: #fff;
    font-size: 18px;
    line-height: 37px;
    margin-left: 38px;
}

.footer-info{
    margin-right: 92px;
    text-align: center;    
}

.footer-info li{
    display: inline-block;
    margin: 0 30px;
}

.footer-copyright{
    text-align: center;
    padding: 17px 0;
    border-top: 1px solid #666666;
}

.footer-copyright p{
    font-size: 14px;
    color: #999;
}
