@charset "utf-8";
body,.wrapper{
	background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
}
.middle>div{
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 832px;
	line-height: 832px;
}
.middle>div img{
	vertical-align: middle;
}
.middle>div>div{
	position: absolute;
	right: 0;
	top: 115px;
	width: 550px;
	height: 480px;
	line-height: 1;
	background: #fff;
	border-radius: 16px;
	behavior: url(css/PIE.htc);
}
/*tab栏样式*/
/*tab栏样式*/
.middle>div>div:before{
	position: absolute;
	top: 65px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #cfd4e1;
}
.middle>div>div>div{
	cursor: pointer;
	float: left;
	width: 275px;
	height: 65px;
	line-height: 75px;
	font-size:16px;
	/* text-indent: 90px; */
	color: #3b3b3b;
	text-align: center;
}

/*表单样式*/
.middle>div>div .form{
	display: none;
}
.tab-on{
	color: #2a75bf!important;
}
.form-on {
	display: block !important;
	clear: both;
	padding: 40px 66px;
}

.user{
	position: relative;
	width: 432px;
	height: 52px;
	border: 1px solid #3a8bff;
	margin: 19px 0;
	border-radius: 25px;
	behavior: url(css/PIE.htc);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.user input{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 328px;
	height: 50px;
	font-size: 16px;
	line-height: 52px;
	margin-left: 100px;
	border-radius: 25px;
	behavior: url(css/PIE.htc);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.user i,.verify span,.user span{
	position: absolute;
	z-index: 10;
	width: 91px;
	height: 52px;
	font-size: 30px;
	line-height: 52px;
	text-align: center;
	background: #65bfff;
	color:#fff;
	border-radius: 25px;
	behavior: url(css/PIE.htc);
	cursor: default;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

/*验证码*/
.verify{
	position: relative;
	width: 255px;
	height: 52px;
	border: 1px solid #3a8bff;
	margin: 19px 0 14px;
	border-radius: 25px;
	behavior: url(css/PIE.htc);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.verify span, .user span {
	cursor: default;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 0;
}
.verify input{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 150px;
	height: 50px;
	font-size: 16px;
	line-height: 52px;
	margin-left: 100px;
	border-radius: 25px;
	behavior: url(css/PIE.htc);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.verify div{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: -180px;
	width: 164px;
	height: 52px;
	line-height: 52px;
	border-radius: 25px;
	background: #67bffc;
	behavior: url(css/PIE.htc);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
} 
.verify div img{
	text-align: center;
	vertical-align: middle;
}
/*登录按钮*/
.submit{
	position: relative;
	width: 434px;
	height: 54px;
	margin: 19px 0;
	background: #4e91f9;
	border-radius: 25px;
	font-size: 16px;
	color: #fff;
	line-height: 56px;
	text-align: center;
	behavior: url(css/PIE.htc);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.submit input{
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 434px;
	height: 54px;	
	opacity: 0;
	filter:alpha(opacity=0);
}

/*分享按钮图标样式*/
.middle>div>div>span{
	position: absolute;
	left: 66px;
	bottom: 6px;

}
.middle>div>div>span i:first-child{
	position: relative;
	top: -2px;
	font-size: 30px;
}
.middle>div>div>span i{
	cursor: pointer;
	margin-right: 10px;
	font-size: 33px;
	color: #707070;	
}
.remember{
	position: relative;
	width: 432px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
}
.remember>span{
	cursor: pointer;
	position: relative;
	left: 20px;
	margin-left: 20px;
	vertical-align: middle;
}
/* .remember a{
	position: absolute;
	top: 3px;
	right: 0;
} */
.remember>span>span{
	position: absolute;
	top: 2px;
	left: -30px;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	border: 1px solid #7c8076;
	behavior: url(css/PIE.htc);	
}

.remember-on{
	background: #333;
}
