@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html,
body {
    background: url(./img/icon_bg1.png) no-repeat;
    background-size: 100% 100%;
    color: #000;
    font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
 
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: underline;
}

ul,
li {
    list-style: none;
}

.main {
    width: 100%;
    color: #fff;
}

.header {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    flex-wrap: wrap;

}

.headerleft .headerright {
    display: inline-block;
}

.headerleft img {
    height: 50px;
    vertical-align: middle;
}

.headerleft h3 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.headerright a {
    padding: 0.4rem 1.8rem;
    border-radius: 25px;
border: 1px solid #FFFFFF;
    display: inline-block;
    margin: 10px 30px;
}

.content {
    width: 100%;
    margin-bottom: -4px;
}

.box1 {
   
}

.box1content {
 width: 90%;
 margin: 5% auto 10%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.box1right {
    width: 50%;
    min-width: 250px;
    text-align: left;
}

.box1right h2 {
    font-size: 48px;
    line-height: 70px;
}

.box1right p {
    color: #CFD2E6;
    font-size: 22px;
    line-height: 35px;
    margin-top: 20px;
}

.box1right a {
    display: inline-block;
    width: 65%;
    margin-top: 20%;
  
}


.box1right a>div>div {
    height: 90%;
    background: linear-gradient( 130deg, #82BBFF 0%, #3450F6 100%);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .box1right img {
    height: 40px;
} */

.box1right span {
    padding: 10% 0;
    padding: 2rem 5rem;
    font-size: 33px;
}

.box2 {
    margin: 0 auto;
  width: 80%;
    padding: 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.box2-left {
    width: 35%;
    min-width: 300px;
}

.box2-right {
    width: 41%;
    margin-left: 5%;
    min-width: 250px;
}

.box2-right img {
    width: 60%;
}
.box-card{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.box2 .box-card {
    text-align: center;
}

.Features{
 width: 70%;
    font-weight: 600;
font-size: 2rem;
text-align: center;
padding: 1.5rem 0.5rem;
border-radius: 30px 30px 30px 30px;
color: #FFFFFF;
    background-color: #2D366F;
}

.box-card h3 {
    font-size: 20px;
    margin: 45px 0 20px;
}

.box-card p {
    margin-top: 3rem;
    color: #CFD2E6;
    font-size: 22px;
    line-height: 35px;
   
}

.box-card img {
    width: 150px;
    position: absolute;
    right: 0;
    bottom: -43px;
}

.box3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.box3-left {
    width: 50%;
    min-width: 300px;
}

.box3-left img {
    width: 100%;
}

.box3-right {
    width: 31%;
    min-width: 300px;
    margin-left: 5%;
}

.footer {
    background-color: #1A3168;
    color: #fff;
    padding: 1% 15%;
    text-align: center;
}

.footer p {
    padding: 5px 0;
    font-size: 18px;
 
}

.footer a {
    color: #fff;
    font-weight: bold;
}

.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: 960px) {
    .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;
    }
}