@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
html,
body {
    color: #FFFFFF;
    font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
    height: 100%;
    font-size: 0.85vw;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ul,
li {
    list-style: none;
}
.main {
    width: 100%;
  
}
.header {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15%;
    flex-wrap: wrap;
}
.contain{
   
    background: url(./img/bg.png) no-repeat;
    background-size: 100% 100%; 
}
.headerleft .headerright {
    display: inline-block;
}
.headerleft img {
    height: 40px;
    vertical-align: middle;
}
.headerleft h3 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.headerright a {
    display: inline-block;
    margin: 10px 30px;
    color: #FFFFFF;
}
.middle{
    width: 50%;
    margin:10% 0 0  10%;
    align-items: flex-start;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.top-title{
    color: #ffffff;
    font-size: 6rem;
}
.top-contain{
    color: #CDCDCD;
    font-size: 2.5rem;
}
.middle img{
    width: 100%;
    margin-top: 10rem;
    width: 20rem;
    height: 8rem;
}
.bottom{
    width: 80%;
 
    margin: 35rem auto 10rem;
    display: flex;
    justify-content: space-around;
}
.bottom-left .title{
    color: #08125C;
    font-size: 5rem;
}
.remark{
    margin-top: 2rem;
    color: #08125C;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    
}
.bottom-left img{
    margin-right: 0.5rem;
}
.bottom-right img{
    width: 100%;
}
.Thumbs{
    margin-top: 10rem;
    color: #526AF2;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
}






.footer{background-color: #333333;color: #fff;padding: 30px;text-align: center;}
.footer a{color: #fff;}
.privacy {
    padding: 4rem;
    color: #000;
}
.privacy h1 {
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
}
.privacy p {
    font-size: 1.1rem;
    line-height: 2rem;
    margin-top: 1rem;
}
.privacy li {
    margin-top: 2rem;
}
.privacy h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 3rem 0 1rem;
}
.privacy h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 2rem 0 1rem;
}
.privacy a {
    color: #000;
    text-decoration: none;
}
.privacy a:hover {
    text-decoration: none;
}
.privacy .bold {
    font-weight: bold;
}
@media screen and (max-width: 1440px) {
    .bottom{
     margin:45% auto 10rem;   
    }
    
}
@media screen and (max-width: 1240px) {
    .bottom{
     margin:80% auto 10rem;   
    }
    
}
@media screen and (max-width: 640px) {
    .bottom{
        margin:115rem auto 10rem;   
       }
    .privacy {
        padding: 1rem 2rem;
        color: #000;
        word-break: break-word;
    }
    .privacy h1 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .privacy p {
        /* font-size: 1rem; */
        line-height: 2rem;
        margin-top: 1rem;
    }
}