@font-face {
	font-family: 'KronaOne-Regular-OTF';
	src: url('font/KronaOne-Regular-OTF.sfd.ttf');
}
*{
	padding: 0;
	margin: 0;
}
html{
	font-family: PingFangSC-Semibold, PingFang SC;
    font-size: 65%;

}
.header{
    font-size: 3rem;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
background-color: #8346F6 ;
height: 10rem;;
}

header{
	display: flex;
	justify-content: space-between;
    align-items: center;
    height: 9rem;
  
	padding: 2rem 22rem;
}
.radius{
    top: 1156px;
    left: 265px;
    position: absolute;
}
.radio a{
    line-height: 4.5rem;
    height: 4.5rem;
    border-radius: 14px;
border: 1px solid #FFFFFF;
}
.main{
    background: linear-gradient(180deg, #F8EEFD 0%, #FFFFFF 100%);;
	overflow: hidden;
 
    
}
.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{
    background:
    url(./images/pic_z.png) no-repeat,
    url(./images/pic_y.png) no-repeat;
  background-position:
    0% 60%,
    100% 60%;
  background-size:
    auto,
    auto;
  width: 100%;
    width: 100%;
	text-align: center;
}
.answer-w{
    color: #ffffff;
  padding: 2rem 10rem;
    font-size: 3.2rem;
}
.answer-title{
    margin: 5rem 0;
    font-size: 3.8rem;
    color: #ffffff;
}
.answer-radio{
    margin: 8rem 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.answer-radio .radio-one{
    display: flex;
    align-items: center;
    font-size: 3rem;
    color: #ffffff;
}
.radio-one div{
    padding: 0 3rem;
}
.answer-contain{
    color: #615377 ;
    padding: 0 40rem;
    font-size: 3rem;
}
.lastbox{
    padding: 1rem 1rem 1rem;
    color: #A8A8A8 ;
    font-size: 2rem;
    line-height: 3rem;
    margin: 14rem auto 0;
    width: 60%;
    height: 18rem;
    background: #ffffff26;
border-radius: 32px;

}
.last-t{
   
    color: #fff;
    font-size: 2.4rem;
    
}
.bottom-l{
    background-position:right;
    height: 1306px;
    display: flex;
justify-content: center;
align-items: center;
}
.bottom-l .right{
    margin-left: 12rem;
}
 .first{
    font-size: 3rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
}
.middle-bottom .right{
    margin: 20rem 0 0 10rem;
}
.middle-bottom .right div{
    margin-top: 3rem;
}
 .second{
    margin-top: 1rem;
    margin-left: 9rem;
    width: 380px;
    text-align: left;
    font-size: 2rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 400;
    color: #666666;
}
.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: 5rem;
   line-height: 10rem;
  background:#000000  ;
   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){
    header{
        padding: 2rem 12rem;
    }
    .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{
        font-size: 10px;
     }
        header{
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 9rem;
            padding: 0 3rem;
        }
        .header{
            font-size: 2rem;
        }
        .radius{
            width: 10px;
            height: 10px;
        }
        .agreement-btn{
            font-size: 0.8rem;
            padding: 0 0.5rem;
        }
    .logo-box img{
        width: 50%;
    }
    .radio{
        display: flex;
    }
    .radio a{
        width: 7rem;
        line-height: 2.5rem;
        height: 2.5rem;
    }
    .answer-w{
        padding: 1rem 1rem;
        font-size: 2rem;
    }
    .answer-radio{
        flex-wrap: wrap;
    }
    .answer-contain{
    
        padding: 0;
    }
    .lastbox{
        padding-bottom: 15rem;
        font-size: 1.5rem;
        width: 80%;
    }
       }
  