@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
html,
body {
    color: #000;

    font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
    height: 100%;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ul,
li {
    list-style: none;
}
.main {
    background-color: #0C090C ;
    width: 100%;
  
}
.header {
    background-color: #241924;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15%;
    flex-wrap: wrap;
}
.headerleft .headerright {
    display: inline-block;
}
.headerright{
    display: flex;
    justify-content: center;
   
}
.headerleft img {
    height: 40px;
    vertical-align: middle;
}
.headerleft h3 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.headerright a {
    display: inline-block;

    color: #D9D9D9;
}

.header-r{
    color:#D9D9D9;
    border: 2px solid #b9b9b9  ;
padding: 10px 20px;
    border-radius: 15px;
    display: flex;
    justify-content: space-around;
    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 {
    color: #ffffff;
    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;
}
.box1 {
    height: 1178px;
    text-align: center;
    background: url(./img/01.png) no-repeat;
    background-size: 100% 100%;
}
.box1 img{
    margin: 10rem 0 3rem;
}
.box1-title{
    margin: 1rem 0 1rem;
    font-size: 4.2rem;
    color: #ffffff;
    font-weight: 600;
}
.box1-contain{
    font-size: 2.9rem;
    color: #ffffffad;

}
.box2 {
    margin-top: 5rem;
    text-align: center;
}
.box2 img{
    width: 80%;
    height: 80%;
 }
 .box3 img{
    width: 80%;
    height: 80%;
 }
  .box4 img{
    width: 100%;
    height: 100%;
 }
.box3{
    margin: 5rem 0 8rem;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .privacy {
        padding: 1rem 2rem;
        color: #000;
        word-break: break-word;
    }
    .box1{
        height: 800px;
    }
    .box1 img{
        margin: 2rem 0 0;
    }
    .box1-title{
        margin: 1rem 0 1rem;
        font-size: 2.2rem;
        color: #ffffff;
        font-weight: 600;
    }
    .box1-contain{
        font-size: 1.9rem;
        color: #ffffffad;
    
    }
    .box2 {
        margin-top: 0rem;
        text-align: center;
    }
    .box3{
        margin-top: 2rem;
        text-align: center;
    }
    .privacy h1 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .header-r{
        color:#D9D9D9;
        border: 1px solid #3a3f3e  ;
    padding: 2px 4px;
        border-radius: 35px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .privacy p {
        /* font-size: 1rem; */
        line-height: 2rem;
        margin-top: 1rem;
    }
}