html,body{
	height: 100%;
}
.wrap{
	width: 100%;
	height: 100%;
	background: #085fb0;
	background: -webkit-linear-gradient(left, #41a1d3 , #085fb0); /* Safari 5.1 - 6.0 */
  	background: -o-linear-gradient(right, #41a1d3, #085fb0); /* Opera 11.1 - 12.0 */
  	background: -moz-linear-gradient(right, #41a1d3, #085fb0); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #41a1d3, #085fb0);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a1d3', endColorstr='#085fb0',GradientType=1 ); 
	position: fixed;
	top: 0;
	left: 0;
}
.container{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -530px;
	margin-top: -300px;
	width: 960px;
	height: 600px;
	background: url('../images/loginBg.png') no-repeat 0 50%;
}
.logo{
	position: absolute;
	top: 50%;
	left: 180px;
	margin-top: -90px;
	width: 230px;
	height: 180px;
}
.logo img{
	display: block;
	margin: 0 auto;
	width: 128px;
	height: 89px;
}
.logo h2{
	text-align: center;
	font-size: 30px;
	color: #fff;
	padding: 10px 0 0;
}
.logo p{
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.form{
	width: 400px;
	height: 600px;
	position: absolute;
	right: 0;
	background-color: #fff;
	border-radius: 8px;
}
.form .top{
	text-align: center;
	padding: 20px;
}
.form .top a{
	font-size: 24px;
	color: #C4C4C4;
	margin: 0 50px;
}
.form .top .active{
	color: #0181D1;
}
.form .content>div{
	display: none;
}
.form .content .active{
	display: block;
}
.form .fitem{
	width: 325px;
	margin: 10px auto 0;
}
.form .fitem input[type="text"]{
	width: 100%;
	height: 32px;
	font-size: 16px;
	color: #0181D1;
	line-height: 32px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #C4C4C4;
}
.form .fitem input.success{
	background: transparent url('../images/success.png') no-repeat 98% 50%;
}
.form .fitem input[type="password"]{
	width: 100%;
	height: 32px;
	font-size: 14px;
	color: #0181D1;
	line-height: 32px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #C4C4C4;
}
.form .fitem button{
	width: 100%;
	line-height: 40px;
	color: #0181D1;
	font-size: 16px;
	border: 1px solid #0181D1;
	border-radius: 40px;
	background-color: transparent;
	cursor: pointer;
	margin-top: 60px;
}

.form .fitem select{
	width: 100%;
	height: 32px;
	background-color: #E8E8E8;
	border: none;
	/*border-bottom: 1px solid #C4C4C4;*/
	line-height: 32px;
	color: #999;
	cursor: pointer;
}
.form .fitem select option{
	line-height: 32px;
	background: #fff;
	cursor: pointer;
	font-size: 14px;
}
.form .fitem .layui-select-title input{
    width: 100%;
    text-indent: 0;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}
.form .fitem .layui-form-selected dl dd:first-child{
    display: none!important;
}

#login{
	padding-top: 60px;
}
.forgetPass a{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	text-align: center;
}
.forgetPass a:hover{
	color: #0181D1;
}
.reg1{
	padding-top: 30px;
}
.form .reg2 .sendCode{
	width: 140px;
	line-height: 30px;
	margin-top: 0;
	color: #C4C4C4;
	font-size: 14px;
	border-color: #C4C4C4;
	float: right;
}
.form .reg2 .agreeItem{
	margin-top: 10px;
}
.form .reg2 .agreeItem>span{
	display: inline-block;
	font-size: 12px;
	color: #A7A7A7;
	vertical-align: top;
	line-height: 30px;
}
.form .reg2 .agreeItem>span a{
	color: #0181D1;	
}

/** 错误提示 **/
.error{
	width: 100%;
	height: 24px;
	line-height: 24px;
	color: #e00000;
	font-size: 12px;
}