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

body{
    font-size: 14px;
    overflow-x: hidden;
}

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


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

ul,li {
    list-style: none;
}

img{
    max-width: 100%;
}
.container{
    background-color: #131313;
    width: 100%;
    height: 100%;
}
.header{
    box-sizing: border-box;
    width: 100%;
    height: 801px;
    background-image: url(../images/privacy.png);
    background-repeat: no-repeat;
    background-position: center -20px;
    padding-top: 28px;
}
.headerBanner{
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.nav{
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navLeft{
    width: 63px;
    height: 50px;
}
.navRight{
    box-sizing: border-box;
}
.navRight ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}
.navRight ul li a{
    color: #FFF;
    font-family: Adobe Heiti Std;
    font-size: 17px;
}
.login{
    display: block;
    width: 155px;
    height: 51px;
    margin-left: 80px;
    text-align: center;
    line-height: 51px;
    background-image: url(../images/login.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.navTitle{
    margin-top: 123px;
    text-align: center;
    font-family: Adobe Heiti Std;
    color: #FFFFFF;
    font-size: 56px;
}
.navBox{
    box-sizing: border-box;
    width: 100%;
    height: 274px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 84px;
    margin-top: 300px;
}
.navBoxLabel{
    width: 367px;
    height: 274px;
    background-image: url(../images/titleBanner.png);
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    padding: 41px;
}
.navPrivacyTitle{
    margin-top: 60px;
    width: 100%;
    text-align: center;
    font-family: Adobe Heiti Std;
    font-size: 110px;
    color: #FBE8B7;
    font-style: normal;
    text-transform: none;
}
.navBoxLabelImg{
    width: 100%;
    display: flex;
    justify-content: right;
}
.navBoxLabelImg img{
    width: 48px;
    height: 48px;
}
.headerTitle{
    box-sizing: border-box;
    margin-top: 120px;
    width: 572px;
    height: 81px;
    font-family: Adobe Heiti Std;
    font-size: 36px;
    color: #E0B17F;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.headerText{
    width: 532px;
    height: 55px;
    font-family: Adobe Heiti Std;
    font-size: 24px;
    color: #FFFFFF;
    /* text-align: left; */
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 24px;
}
.contacteMidBanner{
    width: 100%;
    box-sizing: border-box;
    height: 800px;
    background-image: url(../images/12.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.content{
    width: 100%;
    height: auto;
}
.contentBanner{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.contentBannertitle{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contentBannertitle>span{
    font-family: Adobe Heiti Std;
    font-size: 36px;
    color: #EDDBB1;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 20px;
    margin-right: 20px;
}
.contentPrivacy{
    width: 100%;
    height: 5550px;
    margin: 0 auto;
    background: #242424;
    border-radius: 40px;
    box-sizing: border-box;
    padding: 50px;
    margin-top: 80px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 59px;
}
.footer{
    width: 100%;
    height: 400px;
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    padding-top: 200px;
}
.footerBanner{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.footerBannerBox{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.footerBannerLeft img{
    width: 185px;
}
.footerBannerRight p{
    font-family: Adobe Heiti Std;
    font-size: 24px;
    color: #FFF;
    text-align: center;
}