*{
	padding: 0;
	margin: 0;
}
html{
	font-family: PingFangSC-Semibold, PingFang SC;
    font-size: 65%;
}
header{
	display: flex;
	justify-content: space-between;
    align-items: center;
    background: linear-gradient(129deg, #80FBB5 0%, #7C72FF 100%);
    height: 9rem;
	padding: 0 2.5rem;
}
.main{
	overflow: hidden;
	background: url(./images/bg.png) no-repeat;
}
.v-middle{
	vertical-align: middle;
}
.logo-box{
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}
.agreement-btn+.agreement-btn{
	margin-left: 2.8125rem;
}
.agreement-btn{
	border-radius: 25px;
	border: 1px solid #fff;
	display: inline-block;
	font-size: 24px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #000000;
	line-height: 3.125rem;
	padding: 0 2.5rem;
	text-decoration: none;
}
.big-img{
	padding: 0 1.25rem;
	margin-top: 4.375rem;
	margin-bottom: 5.3125rem;
}
.big-img>img{
	width: 100%;
}
.question{
	font-size: 36px;
	font-family: Arial-Black, Arial;
	font-weight: 900;
	color: #000000;
	line-height: 51px;
	padding-left: 3.75rem;
	margin-bottom: 6.25rem;
}
.question img{
	margin-right: 20px;
}
.answer{
    width: 85%;
    margin-top: 3rem;
	display: flex;
	justify-content: space-between;
}
.answer .bottom{
    margin: 3.8rem 0 2rem 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    font-size: 2.2rem;
    color: #fff;
    
}
.answer .bottom div{
    margin: 0.3rem 0;
    display: flex;
    align-items: center;
    
}
.answer .buttom {
    background: linear-gradient(129deg, #80FBB5 0%, #7C72FF 100%);
    text-align: center;
    margin: 3.8rem 0 0 12rem;
    width: 67.4rem;
    height: 10.5rem;
    line-height: 10.5rem;
    border-radius: 20px;
    font-size: 4.2rem;
    color: #000000;
}
.answer .picture img{
    padding-top: 5%;
}
.answer .leftwords{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.answer .leftwords h1{
    margin-left: 22%;
    font-size: 7rem;
    color: #FFFFFF;
}
.line-two img{
 margin-left:4%
}
.linetwo-answers{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.linetwo-answers .writer{
    text-align: center;
    padding: 5rem 21rem;
    font-size: 3rem;
    color: #ffffff;
}
.answers{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10rem;
}
.answers .left{
    padding-left: 5%;
}
.answers h1{
    font-size: 5.8rem;color: #fff;padding-top: 14rem;
}
.answers span{
    font-size: 3.2rem;color: #fff;padding: 1rem 0 0.8rem 0;
}
.answers .answersright div{
    font-size: 3.2rem;color: #fff; padding:5rem  5rem 4rem;
}
.answers .answersright{
    background:url(./images/bg_kp_one.png) no-repeat ;
    background-size: 100% 100%;
    display: flex;
    margin:-4rem 4rem 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.line{
    background: url(./images/pic_line.png) no-repeat;
    background-position:center;
    text-align: center;
    font-size: 3rem;
    color:#fff;
}
.line-one{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.line-one .line-one-first{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}
.line-one .line-one-second{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}
.line-one .line-one-first div{
    margin: 8rem 10rem;
    width: 59.5rem;
    height: 34.7rem;
}
.line-one-first span{
margin-top: 15rem;
padding: 0 2.5rem;
    text-align: center;
    display: block;
font-size: 3rem;
color: #ffffff;
}
.line-one-second span{
    margin-top: 15rem;
    padding: 0 2.5rem;
        text-align: center;
        display: block;
    font-size: 3rem;
    color: #ffffff;
    }
.line-one-first .one{
    background: url(./images/pic_one.png) no-repeat;
}
.line-one-first .two{
    background: url(./images/pic_two.png) no-repeat;
}
.line-one-second .three{
    background: url(./images/pic_three.png) no-repeat;
}
.line-one-second .four{
    background: url(./images/pic_four.png) no-repeat;
}
.line-one .line-one-second div{
    margin: 8rem 10rem;
    width: 59.5rem;
    height: 34.7rem;
}
.mainbottom{
    margin-top: 3.8rem;
   height: 9.7rem;
   background:linear-gradient(129deg, #80FBB5 0%, #7C72FF 100%);
   font-size: 2.6rem;
   text-align: center;
   line-height: 9.7rem;
   color: #000000;
}
/* @media screen and (max-width: 1680px){
  .contact{
      margin-left: -300px;
  }
} */
@media screen and (max-width: 1512px){
    .answer .picture img{
       width: 600px;
    }
       .answers img{
           width: 564px;
           height: 100%;
       }
       .picture{
           display: flex;
           justify-content: center;
           align-items: center;
       }
   }
   @media screen and (max-width: 1288px){
       .answer .leftwords h1{
           font-size: 5rem;
       }
       .answer .buttom{
           background: linear-gradient(#82BBFF, #3450F6 );
           text-align: center;
           width: 56.3rem;
           height:7.3rem;
           line-height: 7.3rem;
           border-radius: 20px;
           font-size: 2.3rem;
           color: #fff;
       }
       .answer .bottom{
           font-size: 2.3rem;
           width: 50rem;
       }
       .answers .answersright h1{
   font-size: 3.2rem;
       }
       .answers .answersright span{
           font-size: 2.1rem;
       }
       .answers .answersright div{
           font-size: 2.1rem;
       }
       .answers img{
           width: 464px;
           height: 100%;
       }
   }
       @media screen and (max-width: 1192px){
       .answer .picture img{
           width: 400px;
        }
       .answers img{
           width: 464px;
           height: 100%;
       }
           .answers img{
               width: 100%;
               height: 100%;
           }
           .mainbottom{
               font-size: 1.8rem;
           }
       }
       @media screen and (max-width: 600px){
        
        .line-one .line-one-second div{
            margin: 0 10rem;
            width: 59.5rem;
            height: 34.7rem;
        }
        .line-one .line-one-first div{
            margin: 0 10rem;
            width: 59.5rem;
            height: 34.7rem;
        }
        .line-one-first span{
            padding: 0 15rem;
                text-align: center;
                display: block;
            font-size: 1.5rem;
            color: #ffffff;
            }
            .line-one-second span{
                padding: 0 15rem;
                    text-align: center;
                    display: block;
                font-size: 1.5rem;
                color: #ffffff;
                }
        .line-one-first .one{
            background: url(./images/pic_one.png) no-repeat;
            background-position: center;
            background-size: 58%;
        }
        .line-one-first .two{
            background: url(./images/pic_two.png) no-repeat;
            background-position: center;
            background-size: 58%;
        }
        .line-one-second .three{
            background: url(./images/pic_three.png) no-repeat;
            background-position: center;
            background-size: 58%;
        }
        .line-one-second .four{
            background: url(./images/pic_four.png) no-repeat;
            background-position: center;
            background-size: 58%;
        }
        .linetwo-answers .writer{
            text-align: center;
         width: 35rem;
            font-size: 2rem;
            color: #ffffff;
        }
        .linetwo-answers img{
            width: 90%;
        }
        .line-one .line-one-first{
            justify-content: center;
            align-items: center;
            display: flex;
            flex-direction: column;
        }
        .line-one .line-one-second{
            justify-content: center;
            align-items: center;
            display: flex;
            flex-direction: column;
        }
        .logo-box{
            font-size: 5px;
            font-weight: 600;
            color: #fff;
        }
        .logo-box img{
            width: 20%;
       }
        .agreement-btn{
            font-size: 0.8rem;
            padding: 0 0.5rem;
        }
        .answer .leftwords{
            display: flex;
            justify-content: flex-start;
            flex-direction: column;
            align-items: left;
        }
           .answer .leftwords h1{
            margin-left: -25rem;
               font-size: 1.6rem;
               word-break: break-all
           }
           .answer .bottom div{
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            width: 25rem;
        }
           .answer .buttom{
               background: linear-gradient(129deg, #80FBB5 0%, #7C72FF 100%);
               width: 26.3rem;
               height:4.3rem;
               margin-left: -26rem;
               margin-top: 2rem;
               line-height: 4.3rem;
               border-radius: 20px;
               font-size: 2.3rem;
               color: #fff;
           }
           .answer .bottom img{
               width: 5%;
           }
           .answer .picture img{
                margin-left: -40rem;
               width: 12rem;
           }
           .answer .bottom{
               font-size: 1.3rem;
           }
           .answers .answersright{
               background:url(./images/bg_kp_one.png) no-repeat ;
            background-size: 100% 100%;
           }
           .answers .answersright h1{
       font-size: 1.7rem;padding-top: 10rem;
           }
           .answers .answersright span{
               font-size: 1.5rem;padding: 0.5rem 0 0.2rem 0;
           }
           .answers .answersright div{
               font-size: 1.5rem;
               padding:5rem  1rem 4rem
           }
           .answers img{
             width: 15rem;
           }
           .mainbottom{
               font-size: 1.2rem;
               height: 10rem;
               line-height:5rem
           }
       }