@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html,
body {
    /* font-size: 62.5%; */
    color: #000;
    font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
    height: 100%;
    /* overflow: hidden; */
}

a {
    text-decoration: none;
    color: #000;
}

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: 10px 3%;
    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;
    font-weight: normal;
}

.headerright a {
    display: inline-block;
    margin: 10px 20px;
}

.content {
    width: 100%;
}

.box1 {
    background: url("./img/website_home.png") 0 0 no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box1left{width: 28%;padding-left: 12%;min-width: 250px;}
.box1left img {
    width: 100%;
}

.box1right {
    width: 30%;
    padding: 12% 15%;
    padding-left: 8%;
    text-align: right;
    color: white;
    min-width: 250px;
}

.box1right h2 {
    font-size: 50px;
    margin-bottom: 30px;
}

.box1right p {
    font-size: 20px;
    line-height: 30px;
}

.box1right img {
    width: 30px;
    margin: 50px;
    margin-right: 100px;
}
.box1right a{
    background: url("./img/website_button.png") 0 0 no-repeat;
    background-size: 100% 100%;
    color: #001EB2;
    font-weight: bold;
    padding: 15px 36px;
}

.box2{position: relative;padding: 12% 15%;background: url("./img/website_two.png")0 bottom no-repeat;background-size: 100% auto;}
.box2info{display: flex;justify-content: space-evenly;flex-wrap: wrap;}
.box2info > div{
    width: 220px;
    padding: 200px 50px 60px 50px;
    text-align: center;
}
.box2info > div:nth-child(1){
    background: url("./img/secure\ network.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.box2info > div:nth-child(2){
    background: url("./img/trusted\ service.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.box2info > div:nth-child(3){
    background: url("./img/private\ usage.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.box2info h3{margin-bottom: 20px;font-size: 20px;}
.box2info p{color: #6D6D70;line-height: 25px;}
.box2 img{
    width: 330px;
    position: absolute;
    left: 6%;
    bottom: -30px;
}

.box3{
    background: url("./img/website_three.png") 0 0 no-repeat;
    background-size: 100% auto;
    padding: 8% 15%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.box3left{width: 46%;}
.box3left div{min-width: 250px;margin: 60px 0;}
.box3left h2{font-size: 35px;margin: 20px 0;}
.box3left p{font-size: 20px;color: #6D6D70;line-height: 30px;}
.box3right{width: 46%;}
.box3right img{width: 100%;}
.footer{background-color: #001EB2;color: #fff;padding: 35px 0;text-align: center;}
.footer p{
    padding: 0 30px;
}
.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: 960px) {
    .privacy {
        padding: 1rem 2rem;
        color: #000;
    }

    .privacy h1 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .privacy p {
        font-size: 1rem;
        line-height: 2rem;
        margin-top: 1rem;
    }
}