@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%;
}

.header {
    padding: 0 16%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-around;
    justify-content: space-between;
}

.headerleft {
    display: flex;
    align-items: center;
}

.headerleft img {
    margin: 10px 0;
    margin-right: 15px;
}

.headerright a {
    margin-left: 29px;
    font-weight: bold;
}

.box1 {
    color: #fff;
    padding: 15% 16%;
    background: url("./img/img_1.png") no-repeat;
    background-position-x: 84%;
    background-position-y: center;
    background-size: 35% auto;
    background-color: #3C96FF;
}

.box1info {
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box1info img {
    vertical-align: middle;
}

.box1info span {
    vertical-align: middle;
    margin: 0 10px 20px 3px;
    font-size: 20px;
}

.box1 h2 {
    font-size: 35px;
    margin: 50px 0;
}

.box1>p {
    width: 30%;
    font-size: 20px;
    line-height: 35px;
    min-width: 200px;
}

.box1 .btn {
    padding: 18px 40px;
    border-radius: 30px;
    display: inline-block;
    background-color: #fff;
    margin-top: 40px;
}

.box1>a {
    color: cornflowerblue;
    font-weight: bold;
    font-size: 18px;
}

.box2 {
    background: url("./img/img_2.png") no-repeat;
    background-position-x: 16%;
    background-position-y: center;
    padding: 18% 16%;
    overflow: hidden;
    text-align: center;
    background-size: 18% auto;
}

.box2 h2 {
    float: right;
    width: 60%;
    font-size: 35px;
    min-width: 200px;
}

.box2 p {
    float: right;
    width: 60%;
    min-width: 200px;
    font-size: 20px;
    line-height: 35px;
}

.box2 p:nth-child(2) {
    color: #666;
    margin: 20px 0;
}

.box3{
    background: url("./img/img_3.png") right no-repeat;
    background-size: auto 100%;
    background-color: #3C96FF;
    color: #fff;
    padding: 16% 16%;
}
.box3 h2{font-size: 35px;margin: 30px 0;width: 60%;text-align: center;min-width: 200px;}
.box3 p{color: #cdcdcd;font-size: 20px;width: 60%;text-align: center;line-height: 35px;min-width: 200px;}

.footer p{
    text-align: center;
    padding: 30px;
}

.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;
    }
}