.other-login .other-bd .wechart,
.other-login .other-bd .tencent,
.other-login .other-bd .sina{
	background: url(../images/icon/login-icon.png) no-repeat;
}
.screen-bg {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../images/login-bg.jpg) no-repeat fixed;

}

.login-content .header,
.login-content .menu {
	z-index: 3;
	position: relative;
	background: none;
}
.login-content .menu {
	z-index: 2;
}

.login-content .menu {
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.login-content .header .searchbox,
.login-content .header .searchbox .search-input,
.login-content .menu .item li:hover a,
.menu .item .hover a {
	background-color: #2b7693;
}

.login-wrap {
	z-index: 2;
	position: relative;
	width: 500px;
	left: 50%;
	bottom: 0px;
	margin-left: -250px;
}

.login-wrap .tit {
	margin-bottom: 10px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
}

.login-wrap .box {
	padding: 20px 60px;
	width: 500px;
	height: 400px;
	background-color: #fff;
	border-radius: 10px;
}
.login-wrap .box .hd {
	text-align: center;
	font-size: 20px;
	color: #444;
}
.login-wrap .box .error-tip{
	height: 30px;
	line-height: 30px;
	font-size:12px;
	text-align: center;
	color:#FF0000
}
.login-wrap .box .bd {
	text-align: center;
	font-size: 30px;
	color: #444;
}

.login-wrap .box .bd .item {
	margin-bottom: 20px;
	height: 42px;
	line-height: 42px;

}

.login-wrap .box .bd .item .input-text {
	float: left;
    padding: 0 20px;
	vertical-align: top;
	width: 100%;
	height: 40px;
	line-height: 42px;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 30px;
}
.login-wrap .box .bd .item .input-yzm{
	vertical-align: top;
	width: 250px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
}
.login-wrap .box .bd .item .yzm{
	vertical-align: top;
	display: inline-block;
	width:120px;
	height:42px;
	line-height: 42px;
	color:#fff;
   background-color: #15cbff;
   font-size:14px;
   border-radius: 30px;
}
.login-wrap .box .bd .item .yzm:hover{
	opacity: .8;
}

.next-login{
	margin-bottom: 10px;
	font-size:14px;
	color:#666;
}
.next-login .info{
	margin-right: 20px;
}
.next-login .info a:hover{
	color:#0088fe
}
.next-login .info2{
	margin-right: 0
}
.next-login .info2 a{
	color:#0088fe
}
.next-login .info2 a:hover{
	text-decoration: underline;
}
.next-login2{
	text-align: left;
}
.login-wrap .box .bd .btn{
	width:240px;
	height: 40px;
	margin: 0 auto 10px;
}
.login-wrap .box .bd .btn a{
	display: inline-block;
	width:240px;
	height: 40px;
	line-height: 40px;
	font-size:16px;
	color:#fff;
	background-color: #0088fe;
	border-radius: 30px;
}
.login-wrap .box .bd .btn a:hover{
	opacity: .8;
}
.login-wrap .box .bd .right-register{
	margin-bottom: 20px;
	font-size:14px;
	color:#0088fe;
}
.login-wrap .box .bd .right-register a{
	color:#0088fe;
}
.login-wrap .box .bd .right-register a:hover{
	text-decoration: underline;
}
.login-wrap .other-login{
	
}
.other-login .other-hd{
	margin-bottom: 20px;
	position: relative;
	height: 2px;
	background-color: #ddd;	
}
.other-login .other-hd span{
	display: inline-block;
	position: absolute;
	top:-10px;
	left:50%;
	margin-left: -50px;
	width:100px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #fff;
	font-size:12px;
	color:#444;
}
.other-login .other-bd .wechart,
.other-login .other-bd .tencent,
.other-login .other-bd .sina{
	display: inline-block;
	width:40px;
	height:40px;
	text-indent: -9999px;
	margin: 0 20px;
}
.other-login .other-bd .wechart{
	background-position: 0 0;
}
.other-login .other-bd .tencent{
	background-position: 0 -48px;
}
.other-login .other-bd .sina{
	background-position: 0 -95px;
}
.other-login .other-bd .wechart:hover,
.other-login .other-bd .tencent:hover,
.other-login .other-bd .sina:hover{
	opacity: .8;
}

.login-wrap .box .reg-success-box{
	padding: 50px 30px 0px;
	text-align: center;
}
.reg-success-box .reg-img{
	margin-bottom: 30px;
}
.reg-success-box .reg-success-tip01{
	margin-bottom: 20px;
	font-size:24px;
	font-weight: 700;
	color: #444;
}
.reg-success-box .reg-success-tip02{
	font-size:16px;
	color: #444;
}
.reg-success-box .reg-success-tip02 span{
	color: #ff6600;
}