*{
    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%;
    background-image: url(../images/privacy.png);
    background-size: 100% 100%;
    padding-bottom: 50px;
}
.headerBanner{
    width: 1200px;
    height: 84px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.headerLeft{
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.headerLeft img{
    width: 52px;
    height: 52px;
}
.header span{
    margin-top: 10px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 19px;
    color: #000000;
}
.headerRight ul{
    display: flex;
    align-items: center;
    gap: 30px;
    line-height: 84px;
}
.headerRight ul li a{
    font-family: Adobe Heiti Std;
    font-weight: bold;
    font-size: 17px;
    color: #000000;
}
.content{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin-top: 40px;
}
.contentBanner{
    width: 1200px;
    margin: 0 auto;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 66px 120px;
    border-radius: 42px 80px 80px 80px;
    opacity: 0.8;
}
.footer{
    width: 100%;
    height: 260px;
    background: #434343;
    box-sizing: border-box;
    padding-top: 58px;
    cursor: pointer;
}
.footerBanner{
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.footerBannerTop{
    text-align: center;
    width: 100%;
}
.footerBannerTop ul{
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.footerBannerTop ul li{
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 17px;
    color: #FFFFFF;
}
.footerBannerLogo{
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 19px;
    color: #FFFFFF;
}
.footerBannerLogo img{
    width: 52px;
}
.footerBannerLogo span{
    color: #FFF;
}
.footerBannerContent{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
}
.footerBannerContent div{
    color: #FFF;
    margin-top: 10px;
}
.footer-copyright{
    text-align: center;
    padding: 17px 0;
    border-top: 1px solid #666666;
    background-color: #434343;
}

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