@charset "utf-8";
@font-face {
    font-family: 'ButterUnsalted';
    src: url('font/ButterUnsalted-1.ttf');
}
@font-face {
    font-family: 'ButterUnsalted';
    src: url('font/ButterUnsalted-1.ttf');
}
@font-face {
    font-family: 'KronaOne';
    src: url('font/KronaOne-Regular.ttf');
}
* {
    margin: 0;
    padding: 0;
}

html,
body {
    color: #0A1222;
    font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
    height: 100%;
    
}
html{
    font-size: 62.5%;
}

#index{
    font-size: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.top {
    background: url("./img/banner.png") 0 0 no-repeat;
    background-size: 100% 100%;
    height: 145vh;
}

.header {
    padding: 0 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-around;
    justify-content: space-between;
}

.headerleft {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.headerleft img {
    margin: 30px 0;
    margin-right: 15px;
    height: 40px;
}

.headerright a {
    margin-left: 29px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.top-info {
    width:60%;
    margin: 0 auto;
    min-width: 250px;
    padding: 15% 0;
   
    color: #fff;
    text-align: center;
}

.top-info img {
    width: 90%;
}

.top-info h3 {
    margin: 25px;
    font-size: 2rem;
}

.top-info p {
    line-height: 30px;
    font-size: 18px;
}
.top-last{
    text-align: center;
}
.top-last .last-title{
    padding: 2% 0;
font-family: KronaOne;
font-size: 2rem;
font-weight: 800;
color: #fff;
}
.top-last .last-contain{
    font-size: 1.5rem;
    color: #ffffff;
}
.content {
    background: url("./img/bg.png") 0 0 no-repeat;
    background-size: 100% 100%;
    background-color: #0A1222;
    color: #fff;
    padding: 0 10%;
}

.box1-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0;
}
.box-title{
    padding: 3% 0;
font-family: KronaOne;
font-size: 1.5rem;
}

.box1-content:first-child .box1-content-info {
    margin-left: 8%;
}

.box1-content-imgs {
    text-align: center;
    margin: 0px 5%;
}

.box1-content-imgs img {
    min-width: 250px;
    width: 90%;
}

.box1-content-imgs p {
    font-size: 30px;
    background: linear-gradient(to right, #CC8CF4, #24D9D4, #00E6AF);
    -webkit-background-clip: text;
    color: transparent;
}

.box1-content-info {
    width: 33rem;
    padding-top: 80px;
}

.box-contain{
    padding: 0.2rem 0;
 color: rgba(255,255,255,0.45);
 font-size: 1rem;
    line-height: 28px;
}

.box2-content1 {
    padding: 10% 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box2-content1>img {
    width: 150px;
    padding-right: 40px;
}

.box2-content1-info img {
    height: 25px;
    padding: 5px 0;
}

.box2-content1-info p {
    line-height: 30px;
}

.box2-content2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.box2-content2>img {
    width: 42%;
    min-width: 300px;
}

.box2-content2-info {
    width: 55%;
    text-align: center;
    min-width: 300px;
}
.box2 .last-contain2{
    padding: 0.5% 0;
    margin: 0 auto;
    width: 60%;
    font-size: 1.3rem;
    color: #ffffff7a;
}
.box2-content2-info img {
    padding-bottom: 10%;
}

.box2-content2-info p {
    text-align: left;
    line-height: 30px;
}

.box2-content3 {
    margin: 10% 0 12% 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.box2-content3>img {
    width: 150px;
    padding-left: 40px;
}

.box2-content3-info img {
    height: 25px;
    padding: 5px 0;
    max-width: 100%;
}

.box2-content3-info p {
    line-height: 30px;
    text-align: right;
}

.box3 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 5%;
}
.box3 .box3-contain{
    font-size: 1rem;
    color: #ffffffa1;
    padding:2% 0
}
.box3>img {
   
    min-width: 300px;
}

.box3-left {
    width: 35%;
    min-width: 300px;
}

.box3-info:first-child {
    margin-bottom: 20%;
}

.box3-info div {
    align-items: center;
    display: flex;
    padding: 25px 0;
    padding-left: 12%;
}

.box3-info p {
    line-height: 30px;
}

.footer p {
    padding: 5% 30px;
    text-align: center;
}

.footer a {
    color: #11DFC1;
}

.privacy {
    background-color: #000;
    padding: 5rem 8rem;
    color: #fff;
    position: relative;
}

.privacy h1 {
    text-align: center;
    font-size: 3rem;
    line-height: 6rem;
    margin-bottom: 2rem;
}

.privacy p {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-top: 1rem;
    color: rgb(255, 255, 255, 0.7);
}

.privacy li {
    margin-top: 2rem;
    list-style: none;
}

.privacy h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 3rem 0 1rem;
}

.privacy h4 {
    font-size: 2rem;
    line-height: 2.6rem;
    margin: 2rem 0 1rem;
}

.privacy a {
    color: #fff;
}

.privacy a:hover {
    text-decoration: underline;
}

.privacy .service-btn {
    border: 1px solid rgb(105, 96, 96);
    border-radius: 2rem;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0.8rem 2rem;
    font-size: 1.6rem;
    text-align: center;
    position: absolute;
    right: 8rem;
    top: 6rem;
}

.privacy .service-btn:hover {
    background: #fff;
    color: #333;
    text-decoration: none;
}

@media screen and (max-width: 1500px) {
    .top{
        height: 56rem;
    }
}
@media screen and (max-width: 800px) {
    html,
    body {
        min-width: 100%;
    }
    .privacy {
        padding: 5rem 3rem;
    }
    .privacy .service-btn {
        position: relative;
        top: 0;
        right: 0;
    }
}