@charset "utf-8";
@font-face {
    font-family: 'PingFang';
    src: url('font/Eras\ Bold\ ITC.ttf');
}
* {
    margin: 0;
    padding: 0;
}

html,
body {
    background: url(./img/bg.png) no-repeat;
    background-size: 100% 100%;
    color: #000;
    font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
}

a {
   
    color: #000;
}

a:hover {
    text-decoration: underline;
}

ul,
li {
    list-style: none;
}

.main {
    width: 100%;
}

.headerright .checked {
    color: #000;
    font-weight: bold;
}

.header {
    text-align: center;
  
    justify-content: center;
    align-items: center;
   
    flex-wrap: wrap;
    background:linear-gradient(180deg, #E9F3FF 0%, rgba(241,246,255,0) 100%);
   
    top: 0;
    z-index: 2;
  
}


.content {
    width: 100%;
    margin-top: 85px;
}

.privacy-title{
    margin: 0 auto;
    text-align: center;
    line-height: 90px;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: PingFang;
    color: #1A1A1A ;
    background: #D7E5FF;
border-radius: 79px 79px 79px 79px;
width: 330px;
height: 90px;
}
.privacy-contain{
    padding: 0 20rem;
    text-align: center;
}
.footer {
    align-items: center;
 
    display: flex;

    padding: 60px 15%;
    flex-wrap: wrap;
    justify-content: space-between;
}



.footer>div>div {
    color: #000000;
    opacity: .6;
    margin-top: 20px;
    font-size: 17px;
}



.footer p {
    margin: 20px 0;
}

.footer a {
    color: #000000 ;
    font-size: 1.6rem;
    display: flex;
    text-decoration: none;
    align-items: center;
 
}



.privacy {
    width: 60%;
    margin: 0 auto;
    background: url(./img/bg2.png) no-repeat;
    background-size: 100% 100%;
    padding: 8rem 9rem 9rem;
    color: #000;
  
}

.privacy h1 {
    text-align: center;
    font-size: 4rem;
    margin-top: 2rem;
    font-family: PingFang;
    line-height: 3rem;
    margin-bottom: 2rem;
}

.privacy p {
    color: #0000009c;
    font-size: 1.1rem;
    line-height: 2rem;
    margin-top: 1rem;
}

.privacy li {
    margin-top: 3.8rem;
}

.privacy h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 3rem 0 1rem;
}

.privacy h4 {
    font-size: 1.3rem;
 color: #1A1A1A;
    margin: 1rem 0 1rem;
}

.privacy a {
    color: #000;
    text-decoration: none;
}

.privacy a:hover {
    text-decoration: none;
}

.privacy b {
    font-family: PingFang;
    font-size: 2.2rem;
    color: #152340 ;
}
/* 联系我们部分 */
.privacy-bottom{
    display: flex;
    justify-content: center;
   
}
.left{
    margin-right: 10rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
.left .privacy-title{
    margin: 0 0;
}
.left-w{
    margin-top: 3rem;
    font-family: PingFang;
    font-size: 5rem;
    color: #000;
    width: 30rem;
}
.right-middle{
    margin: 6rem 0;
}
@media screen and (max-width: 640px) {
    .header {
        justify-content: center;
        padding-top: 25px;
    }

.privacy-contain{
    padding: 0;
}
    .privacy {
        padding: 2rem 2rem 3rem 2rem;
        color: #000;
    }
    .footer{
        flex-direction: column;
    justify-content: center;
    }
.footer a{
    justify-content: center ;
}
    .privacy h1 {
        font-size: 1.8rem;
        line-height: 3rem;
    }

    .privacy p {
        font-size: 1rem;
        line-height: 2rem;
        margin-top: 1rem;
    }

  
}

@media screen and (max-width: 580px){
    .content{
        margin-top: 120px;
    }

.content-box{
    visibility: hidden;
}

}