@font-face {
	font-family: 'SignPainter-HouseScript';
	src: url('font/SignPainter\ HouseScript.ttf');
}
*{
	padding: 0;
	margin: 0;
}
html{
	font-family: PingFangSC-Semibold, PingFang SC;
    font-size: calc(0.55vw);

}
header {
    background-color: #7C33FF;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15%;
    flex-wrap: wrap;
}
.headerleft .headerright {
    display: inline-block;
}
.headerleft img {
    height: 40px;
    vertical-align: middle;
}
.headerleft h3 {
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.headerright a {
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    margin: 10px 30px;
  
}

.radius{
    top: 1156px;
    left: 265px;
    position: absolute;
}
.main{
	overflow: hidden;
  background: url(./images/bg.png) no-repeat;
  background-size: 100% 100%;
}
.logo-box{
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 22px;
	font-weight: 600;
	color: #000000;
}
.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: 90%;
    margin: 8rem auto 0;
	display: flex;
	justify-content: center;
}

.answer .bottom{
    text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-top:2rem;

    font-size: 3.3rem;
    color: #ffffff6e ;
    
}
.answer .bottom div{
    margin-top: 13rem;
    display: flex;
}
.answer .buttom {
    
    text-align: center;
    width: 282px;
    height:83px;
    line-height: 83px;
    color: #001EB2 ;
    font-size: 2.8rem;
}
.answer .picture img{
    margin-top: 4rem;
    overflow: hidden;
   width: 100%;
}
.answer .leftwords{
    margin: 12rem 6rem 0 0;
    width: 40%;
    display: flex;
    align-items: start;
    flex-direction: column;
}
.answer div{
  margin-top: 1rem;
}
.answer .leftwords .h{
    display: flex;
    flex-direction: row;
}
.answer .leftwords .h-w{
    text-align: left;
 
    font-size: 6.3rem;
    color: #ffffff ;
}
.answer .leftwords .h-p{
  margin-top: 12rem;
}

.bg{
    margin-top: 5rem;
}
.middle-title{
    margin: 20rem 0 10rem;
    text-align: center;
    color:#FFFFFF;
    font-size: calc(3vw);
}
.middle{

    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    width: 80%;
    flex-wrap: wrap;
}
.middle  div{
    display: flex;
    /* text-align: center; */
    width: 380px;
    align-items: center;
    flex-direction: column;
    width: 380px;
}
.relati{
    color: #FFFFFF;
}
.relati .wz{
    font-size: 17px;
    margin-top: 2rem;
    text-align: center;
    width: 80%;
    color: #ffffffc2;
}
.relati h1{
    font-size: 26px;
    padding:0 20%
}
.last{
width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 15rem auto 0;
 height: 55rem;
    background: url(./img/backgroundurl.png) no-repeat;
    background-size: 100% 100%;
}
.bottom-left img{
    width: 100%;
}
.bottom-right img{
width: 50%;
}
.bottom-right div{
    font-size: 20px;
    width: 100%;
    margin: 2rem 0;
}
.bottom-right{
   
    color: #A6A6A6;
    width: 35%;
    margin:5rem 0  0 0rem;
}


.bottom-l{
    background-position:right;
    height: 1306px;
    display: flex;
justify-content: center;
align-items: center;
}
.bottom-l .right{
    margin-left: 12rem;
}
.bottom-l .left{
    margin: 0 20rem 0 8rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.bottom-l .left .left-one{
    background: url(./images/icon_storage.png) no-repeat;
    height: 133px;
    width: 502px;
    font-size: 3.6rem;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #FFFFFF;
}
.left-one div{
    padding: 4rem 0 0 1rem;
}
.bottom-l .left .writer{
    text-align:left;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F0F5F6;
line-height: 38px;
 font-size: 2.4rem;
}
.bottom-l .left .left-f{
    margin-bottom: 6rem;
    padding :0 6rem
}

.triangle{
    position: absolute;
    width: 130px;
    top: 86rem;
    right: 5rem;
}
.mainbottom{
   font-size: 25px;
   text-align: center;
   margin-top: 30rem;
   line-height: 10rem;
  background:#7C33FF ;
   color: #FFFFFF;
}
a{
    text-decoration: none;
    list-style: none;
    color: #F0F5F6;
}
/* @media screen and (max-width: 1680px){
  .contact{
      margin-left: -300px;
  }
} */
@media screen and (max-width: 1512px){
    .last img{
        width: 70%;
    }
    .radius{
        width: 10px;
        height: 10px;
    }
  
     
       .picture{
           display: flex;
           justify-content: center;
           align-items: center;
       }
   }
       @media screen and (max-width: 600px){
        .middle {
            width: 100%;
        }
        .bottom-left{
            width: 70%;
        }.last{
            margin-top: 40rem;
        }
        .relati .wz{
            width: 80%;
        }
        .bottom-right{
            width: 100%;
            }
            .bottom-right div{
                font-size: 9px;
            }
        .radius{
            width: 10px;
            height: 10px;
        }
        .agreement-btn{
            font-size: 0.8rem;
            padding: 0 0.5rem;
        }
    
        .answer div{
            margin-top: 1rem;
          }
     
           .answer .bottom img{
               width: 10%;
           }
      .answer .h-p img{
        width: 100%;
      }
      .answer .picture{
        width: 60%;
      }
       
           .mainbottom{
       
               font-size: 15px;
               height: 100px;
               line-height:20px
           }
       }