@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: 20px 10%;
    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/group.png") 0 0 no-repeat;
    background-size: 100% 100%;
    background-position-y: -110px;
    padding: 10% 15% 20% 15%;
    display: flex;
    justify-content: flex-end;
}
.box1right{width: 30%;text-align: right;min-width: 250px;}
.box1right h2{font-size: 40px;}
.box1right p{margin: 60px 0;font-size: 18px;color: #7E7E7E;line-height: 36px;}
.box1right a{
    background: url("./img/icon_button.png") 0 0 no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 15px 60px;
}

.box2{
    display: flex;
    padding: 0 15% 10% 15%;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
}
.box2 div{width: 250px;text-align: center;}
.box2 div:nth-child(2){
    margin-top: 5%;
}
.box2 div:nth-child(3){margin-top: 10%;}
.box2 h3{font-size: 25px;margin-bottom: 30px;}
.box2 p{color: #7E7E7E;line-height: 26px;}
.box2 > img{
    position: absolute;
    width: 23%;
    right: 0;
    bottom: -40%;
    z-index: -1;
}

.box3{padding: 0 15% 8% 15%;display: flex;align-items: center;background: url("./img/icon_blue_little.png") 0 0 no-repeat;background-size: 12%;background-position-y: 85%;}
.box3left{width: 48%;min-width: 250px;}
.box3left h3{font-size: 25px;margin: 30px 0;margin-top: 15%;}
.box3left p{color: #7E7E7E;width: 65%;line-height: 27px;}
.box3right{
    width: 48%;
}
.box3right img{
    width: 100%;
}

.footer{
    background: url("./img/icon_tab.png") 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 50px 0 30px 0;
}
.footer p{padding: 10px 30px;text-align: center;}
.footer p:nth-child(2){
    color: #7E7E7E;
}
.footer a{
    color: #2D9AF5;
}


.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;
    }
}