@charset "utf-8";

/* CSS Document */

*,
body {
    margin: 0;
    padding: 0;
}

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

.box1{
    height: 100%;
    padding:0 20%;
    background-color:#FFF0ED;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.headerleft img {
    height: 60px;
}
.headerright{
    display:flex;
    flex-wrap: wrap;
}
.headerright a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    border: 1px solid #000;
    padding: 5px 10px;
    border-radius: 20px;
    margin: 5px 0;
    margin-left: 20px;
}

.box1content{
    /* width: 40%; */
    padding: 10% 0;
    background: url("./img/Group 8882.png") right no-repeat;
    background-size: 50%;
}
.box1content img{
    height: 270px;
}

h2{
    padding: 30px 0;
    font-size: 40px;
}
.box1content p{
    width: 40%;
    font-size: 18px;
    color: #aaa;
    margin-bottom: 40px;
}
.box1content a{
    text-decoration: none;
    color: #fff;
    padding: 20px 60px;
    font-size: 18px;
    background-color: #FF4848;
    border-radius: 10px;
}

.box2{
    margin: 50px 20%;
}
.box2 h2{
    text-align: center;
    margin-bottom: 30px;
}
.box2content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.box2info{
    margin-bottom: 30px;
    width: 400px;
    border-radius: 30px;
}
.box2info:first-child{
    background-color: #E8F4FF;
}
.box2info:nth-child(2){
    background-color: #FFEFCD;
}
.box2info:nth-child(3){
    background-color: #E5FFF4;
}
.box2info:nth-child(4){
    background-color: #FFE9DF;
}
.box2info a{
    width: 100%;
    display: flex;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    align-items: center;
}
.box2info a span{
    width: 180px;
    padding-left: 20px;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
}
.box2info a img{
    float: right;
    width: 180px;
}

.box3{
    background-color: #EDF9FF;
    /* margin: 50px 20%; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box3 h2{
    margin-top: 30px;
}
.box3 p:nth-child(2){
    font-size: 18px;
}
.box3 p:nth-child(3){
    color: #999;
    margin: 20px 0 50px 0;
    font-size: 18px;
}
.box3 img{
    width: 35%;
}

.privacy {
    padding: 5rem 8rem;
    background-color: #000;
    color: #fff;
    position: relative;
}

.privacy h1 {
    text-align: center;
    font-size: 3rem;
    line-height: 4.5rem;
    margin-bottom: 2rem;
}

.privacy p {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-top: 1rem;
	color: #ccc;
}

.privacy li {
    margin-top: 2rem;
    list-style: none;
}

.privacy h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin: 2rem 0 2rem;
}

.privacy h4 {
    font-size: 2rem;
    line-height: 2.6rem;
    margin: 2rem 0 1rem;
}

.privacy a {
    color: #fff;
}

.privacy a:hover {
    text-decoration: underline;
}
.privacy span{
	font-weight: bold;
}
.privacy .service-btn {
    border: 1px solid #000;
    border-radius: 2rem;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0.8rem 2rem;
    font-size: 1.6rem;
    text-align: center;
    position: absolute;
    right: 8rem;
    top: 6rem;
}

.privacy .service-btn:hover {
    background: #fff;
    color: #333;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
    .privacy {
        padding: 1rem 3rem;
    }
    .privacy .service-btn {
        position: relative;
        top: 0;
        right: 0;
    }
}