*{
	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: url(./images/bg5.png) no-repeat ;
    height: 11.8rem;
	padding: 0 12rem;
}
.main{
	overflow: hidden;
}
.v-middle{
	vertical-align: middle;
}
.logo-box{
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 22px;
	font-weight: 600;
	color: #000000;
}
.logo-box span{
    padding-left: 1rem;
}
.agreement-btn+.agreement-btn{
	margin-left: 2.8125rem;
}
.agreement-btn{
	display: inline-block;
	font-size: 20px;
	font-family: PingFangSC-Semibold, PingFang SC;
	color: #000000;
	line-height: 3.125rem;
	padding: 0 2.5rem;
}
.answer{
    width: 100%;
    background:url(./images/website_home.png) no-repeat;
	display: flex;
	justify-content: center;
}
.answer .picture{
    margin-left: 9%;
}
.answer .bottom{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 0.5rem;
    font-size: 1.8rem;
    color: #3BA163 ;
    
}
.answer .bottom div{
    margin-top: 20rem;
    display: flex;
}
.answer .buttom {
    background: url(./images/website_button.png) no-repeat;
    text-align: center;
    width: 282px;
    height:83px;
    line-height: 83px;
    color: #001EB2 ;
    font-size: 2.8rem;
}
.answer .picture img{
    padding-top: 5%;
}
.answer .leftwords{
    margin: 8rem 10rem 0 15rem;
    padding-top: 5.8rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.answer div{
  margin-top: 2rem;
}
.answer .leftwords .h{
    display: flex;
    flex-direction: row;
}
.answer .leftwords .h-w{
    text-align: left;
    font-size: 3.8rem;
    color: #333237;
}
.answer .leftwords .h-p{
  margin-top: 10rem;
}
.answer .leftwords .h .h-color{
    display: inline-block;
    margin-right: 2rem;
    width: 3rem;
    height: 18rem;
    background-color: #603FE6;
}

.answer .picture{
    margin-left: 9%;
}
.middle-answer{
    margin-top: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.middle-answerone{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.middle-answertwo{
    padding: 5rem 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.middle-answertwo div{
    margin:0 3rem
}
.middle-answerone div{
    margin:0 3rem
}
.middle-answer .writer h1{
    padding: 2.3rem 0 1.2rem 0;
    font-size: 2.5rem;
    color: #242424;
}
.middle-answer .writer span{
    font-size: 2rem;
    color:  rgba(0, 0, 0, 0.57);
}
.middle-answerone  .two{
    border-radius: 15px;
    width: 40rem;
    height: 25rem;
    background-color: #FFEBB8;
}
.middle-answerone  .three{
    border-radius: 15px;
    width: 40rem;
    height: 25rem;
    background-color: #FFB9EF;
}
.middle-answertwo  .one{
    border-radius: 15px;
    width: 40rem;
    height: 25rem;
    background-color: #CDBCFF;
}
.middle-answertwo  .four{
    border-radius: 15px;
    width: 40rem;
    height: 25rem;
    background-color: #FFCEB9;
}
.bottom-l{
    height: 877px;
    margin-bottom: 3rem;
    display: flex;
justify-content: center;
align-items: center;
}
.bottom-l .right{
    margin-left: 21rem;
}
.bottom-l .left{
    margin: 0 20rem 0 8rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.bottom-l .left .writer{
    text-align: left;
    width: 70%;
    line-height: 4rem;
    margin-top: 10rem;
 color: #333237;
 font-size: 2.4rem;
}
.bottom-l .left .left-f{
    margin-bottom: 6rem;
}
.triangle{
    position: absolute;
    width: 130px;
    top: 128rem;
    left: 38rem;
}
.shardow{
    position: absolute;
    width: 130px;
    top: 92rem;
    left: 17rem;
}
.plane{
    position: absolute;
    width: 130px;
    top: 103rem;
    left: 118rem;
}
.mainbottom{
    margin-top: 5rem;
  background: url(./images/bg6.png)  no-repeat;
  height: 12.6rem;
   font-size: 2rem;
   text-align: center;
   line-height: 16.6rem;
   color: #000000;
}
a{
    text-decoration: none;
    list-style: none;
    color: #603FE6;
}
/* @media screen and (max-width: 1680px){
  .contact{
      margin-left: -300px;
  }
} */
@media screen and (max-width: 1512px){
    .answer .picture img{
       width: 600px;
    }
      
       .picture{
           display: flex;
           justify-content: center;
           align-items: center;
       }
   }
   @media screen and (max-width: 1288px){
       .answer .leftwords h1{
           font-size: 5rem;
       }
       .answer .buttom {
        background: url(./images/website_button.png) no-repeat;
        text-align: center;
      width: 200px;
      height: 100%;
      margin-right: 1rem;
        line-height: 83px;
        color: #001EB2 ;
        font-size: 2rem;
    }
       .answer .bottom{
           font-size: 2.3rem;
           width: 50rem;
       }
   }
       @media screen and (max-width: 1192px){
        .bottom-l .left .writer{
            padding-left: 10rem;
            text-align: center;
            width: 20rem;
            line-height: 4rem;
            margin-top: 10rem;
         color: #333237;
         font-size: 2.4rem;
        }
        .middle-answerone{
            display: flex;
            padding: 2rem 0;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    
        .middle-answertwo{
            padding: 5rem 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    
       .answer .picture img{
           width: 400px;
        }
           .mainbottom{
               font-size: 1.8rem;
           }
       }
       @media screen and (max-width: 600px){
        header{
            padding: 0 2rem;
        }
        .logo-box span{
            font-size: 0.5rem;
        }
        .agreement-btn{
            font-size: 0.8rem;
            padding: 0 0.5rem;
        }
     
        .answer .leftwords{
            display: flex;
            margin-left:6rem;
            justify-content: flex-start;
            flex-direction: column;
            align-items: left;
        }
           .answer .leftwords .h{
margin-left: -28rem;
               font-size: 1.6rem;
               color: #000000;
               word-break: break-all
           }
           .answer .leftwords .h-w{
            padding-left: 20rem;
            width: 200px;
            font-size: 2.5rem;
            text-align: right;
                       }
                       .answer .leftwords .h-color{
                        margin:0 1rem 0 20rem
                                   }
           .answer .leftwords .bottom{
            width: 200px;
            color: #000000;
           }
        .answer .buttom {
            background: url(./images/website_button.png) no-repeat;
            text-align: center;
          width: 200px;
          height: 100%;
          margin-right: 1rem;
            line-height: 83px;
            color: #001EB2 ;
            font-size: 2rem;
        }
           .answer .bottom img{
               width: 5%;
           }
           .answer .picture{
            margin-left: -25%;
           }
           .answer .picture img{
               width: 10rem;
           }
           .answer .bottom{
               font-size: 1.3rem;
           }
        
           .bottom-l{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-top: 26rem;
           }
           .bottom-l  .right div img{
           padding-right: 20rem;
            width: 20rem
           }
          
        .bottom-l .left .writer{
            padding-left: 10rem;
            text-align: center;
            width: 30rem;
            line-height: 4rem;
            margin-top: 10rem;
         color: #333237;
         font-size: 2.4rem;
        }
        .middle-answerone{
            display: flex;
            padding: 2rem 0;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    
        .middle-answertwo{
            padding: 5rem 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
           .mainbottom{
            margin-top: 1rem;
               font-size: 1.2rem;
               height: 10rem;
               line-height:5rem
           }
       }