@font-face {
    font-family: 'KronaOne';
    src: url('font/KronaOne.ttf');
}
*{
	padding: 0;
	margin: 0;
}
html{
	font-family: PingFangSC-Semibold, PingFang SC;
    font-size: 65%;

}
header{
    background: linear-gradient(45deg, #BAECEB 0%, #DDF0F0 100%);
	display: flex;
	justify-content: space-between;
    align-items: center;
    height: 9rem;
	padding: 0 18rem;
}
.radius{
    top: 1156px;
    left: 265px;
    position: absolute;
}
.main{
	overflow: hidden;
  
    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 2rem;
}
.answer{
    background: linear-gradient(45deg, #BAECEB 0%, #DDF0F0 100%);
    width: 100%;
	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.2rem;
    color: #2A292A  ;
    
}
.answer .bottom {
    margin-top: 3rem;
    display: flex;
}
.answer .buttom {
    text-align: center;
    width: 282px;
    height:83px;
    line-height: 83px;
    color: #001EB2 ;
    font-size: 2.8rem;
}
.answer .picture img{
    padding-top: -1rem;
    overflow: hidden;
    height: 100%;
   width: 100%;
}
.answer .leftwords{
    margin: 28rem 1rem 0 20rem;
    width: 64rem;
    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-family:KronaOne;
    font-size: 5rem;
    color: #000000;
}
.answer .leftwords .h-p{
  margin-top: 8rem;
}

.answer .picture{
    margin:-2% 0 0 -10%;
}
.middle{
    display: flex;
    justify-content: center;
    align-items: center;
}
.middle .middle-left{
    margin:-6rem -7rem 0 0
}
.middle .middle-remark{
    margin-top: 10rem;
    display: flex;
    justify-content: left;
    align-items: center;
}
.middle span{
    padding: 0 20px 0 10px;
    line-height: 50px;
    width: 550px;
    display: block;
    color: #000000;
    font-size: 3rem;
}
.middle-h1{
    text-align: center;
    color:#000000;
    font-size: 8rem;
}
.bg{
    margin-top: 5rem;
}
.bottom-h1{
    font-weight: 600;
    padding: 5rem 53rem;
    text-align: center;
    color: #000000;
    font-size: 8rem;
}
.floor{
    position: absolute;
    top: 10px;
    left: 25rem;
}
.box2{
    margin: 15rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box2-right img{
    width: 100%;
}
.box2-left{
    width: 50%;
}
.box2 .left-top{
    width: 50%;
    display: flex;
    margin: -20rem  auto 10rem ;
    justify-content: space-around;
    align-items: center;
}
.box2 .left-bottom{
    display: flex;
    width: 60%;
    margin-left: 20rem;
    justify-content: center;
    align-items: flex-end;
}
.bottom-detail{
    font-weight: 400;
    color:#000000;
    font-size: 3rem;
}
.top-title{
    font-weight: 600;
    color:#000000;
    font-size: 4rem;
}
.left-middle{
    font-weight: bold;
    color:#000000;
    font-size: 3rem;
  
}
.bottom{
    text-align: center;
}
.bottom-img{
    position: relative;
    text-align: center;
   margin-top: 3rem;
}
.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: 2.5rem;
   text-align: center;
   margin-top: 10rem;
   line-height: 10rem;
  background:#071C35 ;
   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){
    .radius{
        width: 10px;
        height: 10px;
    }
    .answer .picture img{
       width: 600px;
    }
     
       .picture{
           display: flex;
           justify-content: center;
           align-items: center;
       }
   }
       @media screen and (max-width: 600px){
        .logo-box span{
            font-size: 12px;
        }
        .answer .leftwords .h-p img{
            width:230px
          }
          .box2 .left-bottom{
            margin-left: 0;
        }
        .box2{
            width: 100%;
        }
        .left-middle{
            font-size: 2rem;
        }
.bottom-img  img{
    width: 100%;
}
.middle{
    flex-direction: column;
}
.middle span{
    width: 300px;
}
.middle-h1{
    font-size: 50px;
}
.middle .middle-remark{
    margin-top: 20px;
}
.bg{
    margin-top: 10rem;
}



        header{
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 9rem;
            padding: 0 3rem;
        }
        .radius{
            width: 10px;
            height: 10px;
        }
        .agreement-btn{
            font-size: 0.8rem;
            padding: 0 0.5rem;
        }
    
        .answer div{
            margin-top: 1rem;
          }
        .answer .leftwords{
            margin: 4rem 2rem 0 24rem;
            display: flex;
            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{
            font-size: 1.4rem;
            width: 200px;
            margin-left: 30rem;
                       }
           .answer .leftwords .bottom{
            width: 180px;
          
           }
           .answer .bottom img{
               width: 5%;
           }
           .answer .picture{
           position: absolute;
           top: 100px;
           left: 220px;

           }
           .middle-left img{
            width: 20%;
           }
           .middle .right img{
            width: 100%;
           }
           .answer .picture img{
               width: 20rem;
           }
           .answer{
            width: 0%;
           }
           .bottom-h1{
            font-size: 3rem;
            padding: 0;
           }
           .answer .bottom{
               font-size: 1.3rem;
           }
           .middle .middle-bottom{
            margin-top: 5rem;
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            padding:0 0 0 0
        }
       .middle .middle-writer{
        padding: 0;
        font-size: 4rem;
       }
        .middle .middle-bottom .middle-contain{
          
        text-align: center;
        }
        .middle-bottom .one {
            margin-bottom: 100px;
        }
        .middle-bottom .two{
            margin-bottom: 100px;
        }
        .bottom-l .left .writer{
         padding-left: 10rem;
            font-size: 1.6rem;
       
            text-align: center;
        }
     
      
        .left-one div{
            font-size: 2rem;
            text-align: center;
        }
           .bottom-l{
            display: flex;
            align-items: center;
           flex-direction: column;
       
           }
           .bottom-two{
            display: flex;
            align-items: center;
           flex-direction: column;
            margin-top: 26rem;
           }
       
           .bottom-l  .right div img{
            width: 20rem;
            padding-right: 20rem;
           }
           .bottom-two  .right-two div img{
            width: 20rem;
            padding-left: 20rem;
           }
           .bottom-two .left-two .writer{
            width: 300px;
          padding-right: 60px;
        }
       
           .mainbottom{
            margin-top: 1rem;
               font-size: 1.2rem;
               height: 10rem;
               line-height:5rem
           }
       }