@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;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

ul,
li {
    list-style: none;
}

.main {
    width: 100%;
    background-color: #DDEBFF;
}

.header {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15%;
    flex-wrap: wrap;
    background-color: #DDEBFF;
}

.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 {
    display: inline-block;
    margin: 10px 30px;
}

.content {
    width: 100%;
}

.box1 {
    background: url("./img/vpn.png") 0 0 no-repeat;
    background-size: auto 80%;
    background-position-x: 80%;
    background-position-y: center;
}

.box1left {
    width: 35%;
    padding: 12% 50px 12% 15%;
    min-width: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.box1left h2 {
    font-size: 220%;
    margin-bottom: 20px;
}

.box1left p {
    line-height: 35px;
}

.box1left a {
    margin-top: 12%;
}

.box1left img {
    width: 200px;
}

.box2{
    background-color: #ECF5FF;
    padding: 0 12%;
    padding-bottom: 80px;
}
.box2title{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.box2title img{
    height: 250px;
    margin-top: -70px;
    margin-right: 20%;
}
.box2title h2{
    font-weight: bold;
    font-size: 38px;
}
.box2info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
    margin-left: 22%;
}
.box2info img{
    margin-right: 30px;
    height: 45px;
}
.box2info span{
    font-weight: bold;
    font-size: 20px;
}

.box3{
    padding: 0 12%;
    background: url("./img/Group.png") center 0 no-repeat;
    background-size: 76% auto;
}
.box3 img{margin-top: 30%;width: 100%;}

.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;
    }
}