a,div,img,input,li,p,span,ul{-webkit-box-sizing:border-box;box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body,html,input,li,ul{font-family:Arial,'microsoft yahei',Verdana,Helvetica,sans-serif;}
body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,select,table,td,textarea,th,ul{margin:0;padding:0}
body{background-color:#fef2f4;font-size:12px}
a,div,li,span,ul{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none}
li{list-style:none}
a{text-decoration:none;}
i{font-style:normal}
h1,h2,h3,h4,h5{font-size:100%;font-weight:400}
html,body{
	height: 100%;
}
.content{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img1{
	width: 25rem;
	height: 16rem;
}
.img2{
	margin-top: 2rem;
	margin-bottom: 0.5rem;

	width: 7rem;
	height: 4rem;

}
.form{
	width: 14rem;
	height: 20rem;
	border-radius: 1rem;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	/*align-items: center;*/
	box-shadow:0.1rem 0.1rem 1rem rgba(7,0,2,.2);
}
.form .input{
	width: 12rem;
	height: 1.5rem;
	border: 0.1rem solid #ff3855;
	border-radius: 1rem;
	padding-left: 1rem;
	margin-top:0.5rem;
	outline: none;
	font-size: 0.5rem;

}
.form div{
	margin: 0 auto;
}
.yanzhen{
	position:relative;
}
.yanzhen-img{
	height: 1rem;
	width: 3rem;
	z-index: 999;
	position: absolute;
	top: 0.7rem;
	right: 0.4rem;
}
#checkbox{
	padding-top:0.5rem;
	margin-left: 1.5rem;
	font-size: 0.2rem;
}



div .btn{
	width: 12rem;
	height: 1.5rem;
	border-radius: 1rem;
	color: #ffffff;
	text-align: center;
	font-size: 0.8rem;
	background-color: #ff3855;
	margin-top:2rem;
	border: none;
	outline: none;
}
@media screen and (max-width: 319px){
	 html {
       display: none;
    }
    
}
@media screen and (min-width: 320px) and (max-width: 400px){
	 html {
        font-size:25px !important;
    }
    .img1{
    	display: none;
    }
}
@media screen and (min-width: 401px) and (max-width: 699px){
	 html {
        font-size:30px !important;
    }
    .img1{
    	display: none;
    }
}
@media screen and (min-width: 700px) and (max-width: 899px){

    html {
        font-size:35px !important;
    }
    .img1{
    	display: none;
    }
   
}
@media screen and (min-width: 900px) and (max-width: 1199px){

     html {
        font-size:35px !important;
    }
    .img1{
    	display: none;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1365px){

    html {
        font-size:30px !important;
    }
    .form{
    	margin-left: -2rem;
    }
      .img1{
    	display: inline-block;
    }
}
@media screen and (min-width: 1366px) and (max-width: 1439px){

    html {
        font-size:32px !important;
    }
    .form{
    	margin-left: -2rem;
    }
      .img1{
    	display: inline-block;
    }
}
@media screen and (min-width: 1440px) and (max-width: 1679px){

    html {
        font-size:34px !important;
    }
    .form{
    	margin-left: -2rem;
    }
      .img1{
    	display: inline-block;
    }
}
@media screen and (min-width: 1680px) and (max-width: 1919px){

    html {
        font-size:36px !important;
    }
   
      .img1{
    	display: inline-block;
    }
}
@media screen and (min-width: 1680px){

    html {
        font-size:36px !important;
    }
  
      .img1{
    	display: inline-block;
    }
}