body{
	backgound-color:#f2f2f2;
	padding-bottom:1.2rem;
	box-sizing: border-box;
	min-height:100vh;
}
.header{}
.banner{}
.banner img{
	width:100%;
}
.main{
	position: relative;
	margin-top:-.7rem;
	z-index: 99;
}
.login-box{
}
.login-account{
	width:70%;
	height:1.3rem;
	margin:0 auto;
	overflow: hidden;
	background-color:#fff;
	box-shadow: 0px 10px 18px 7px rgba(3,131,144,0.1);
	border-radius:30px;
	
}
.login-account span{
	display:block;
	width: 40%;
	float: left;
	line-height:1.3rem;
	text-align: center;
	font-size:.45rem;
	color:#666666;
}
.login-account span.active{
	width:60%;
	height:1.3rem;
	color:#fff;
	background:linear-gradient(90deg,rgba(23,234,217,1),rgba(96,120,234,1));
	border-radius: 30px;
}
.login-form{}
.login-enter{
	width:87%;
	margin:.6rem auto;
	background-color:#fff;
	box-shadow:0px 10px 18px 7px rgba(4,192,211,0.1);
	border-radius:5px;
	padding: 5%;
	box-sizing: border-box;
}
.login-title{
	font-size:.7rem;
	color:#3E4A59;
}
.wrapper{
	padding-top:.4rem;
}
.login-form-box{
	margin-top:.3rem;
}
.login-init{
	font-size:.35rem;
	color:#3E4A59;
	opacity: .7;
	padding-left:.2rem;
	box-sizing: border-box;
}
.login-form{
	padding-top:.2rem;
	position: relative;
}
.login-input{
	border-bottom:2px solid #D3DFEF;
}
.login-input.active{
	border-bottom:2px solid #5D74E2;
}
.login-input input{
	height:1rem;
	line-height:1rem;
	border:none;
	width:100%;
	font-size: .36rem;
	padding-left:.2rem;
	box-sizing: border-box;
}
.login-input input::-webkit-input-placeholder{
	color:#b6b7bc;
	font-size:.3rem;
}
.login-icon{
	position: absolute;
	top:.1rem;
	right:0;
}
.login-icon img{
	width:.45rem;
}
.forget-password{
	text-align:right;
	margin:.25rem 0;
}
.forget-password a{
	color:#4260e6;
	font-size:.3rem;
}
.login-btn-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:87%;
	margin: 0 auto;
}
.login-radio{
	position: relative;
	margin-top:0.266666rem;
}
.login-radio input{}

.login-label{
	padding-left:0.666666rem;
	color:#666666;
	opacity: .65;
}
.login-btn{
	width:40%;
}
.login-btn button{
	width:100%;
	height:1.2rem;
	background:linear-gradient(90deg,rgba(23,234,217,1),rgba(96,120,234,1));
	border:none;
	color:#fff;
	font-size:.45rem;
	border-radius:5px;
	box-shadow: 0px 12px 12px -9px rgba(23,234,217,1);
}

/* 复选框更改形态 */
 #checkboxFourInput{
	visibility: hidden;
	display: none;
}
#checkboxFourInput+label{
	background-color: white;
	border-radius: 50px;
	border: 0.053333rem solid rgba(97,120,234,.65);
	width: 0.4rem;
	height: 0.4rem;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 0.4rem;
	position: absolute;
}
#checkboxFourInput:checked + label{
	background-color: #fff;
}
#checkboxFourInput:checked + label:after{
	content: "";
	position: absolute;
	top:0.006933rem;
	left:0.006933rem;
	background: #6178ea;
	border:2px solid #fff;
	height: 0.266666rem;
	width: 0.266666rem;
	border-radius: 50%;
}
/* #checkboxFourInput:checked + label{
	content: " ";
	position: absolute;
	top:0;
	left:0;
	width:.4rem;
	height:.4rem;
	border-color: #fff;
	background-color:#6178ea;
} */
.gain-code{
	position: absolute;
	top:-0.08rem;
	right:0;
	width:45%;
}
.gain-code span{
	display: block;
	background:linear-gradient(90deg,rgba(23,234,217,1),rgba(96,120,234,1));
	height:1rem;
	line-height:1rem;
	color:#fff;
	font-size:0.373333rem;
	border-radius:30px;
	text-align: center;
}
.login-leave{}
.login-href{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.login-shape{}
.login-shape img{
	width:0.586666rem;
	
}
.login-shape-span{
	color:#666666;
	opacity: .65;
	margin-top:0.133333rem;
	padding-left:0.213333rem;
	font-size:0.32rem;
}