body{
	overflow: hidden;
}
.login-header{
	height: 110px;
}
.login-header .logo{
	margin-top: 22px;
}
.login-header span{
	color: #0e746b;
	font-size: 20px;
	margin: 65px 0 0 20px;
}
.login-header .text{
	margin-top: 40px;
}
.main{
	position: relative;
	height: 730px;
	background: url(../images/login_bg.jpg) no-repeat center center;
}
.login-box{
	position: absolute;
	background: #fff;
	width: 680px;
	height: 336px;
	left: 50%;
	top:50%;
	margin: -213px 0 0 -400px;
	padding: 45px 60px;
	border-radius: 5px;
}
.login-main{
	width: 340px;
	padding-right: 60px;
	border-right: 1px dashed #0e746b;
}
.login-main h3{
	font-size: 24px;
	color: #0e746b;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}
.login-main .tit{
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}
.login-main .inp-txt{
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: #f2f2f2;
	border: 1px solid #d7d7d7;
	padding: 0 10px;
	color: #b7b7b7;
	font-size: 16px;
}
.login-main .user-pwd{
	color: #333;
}
.rem-box{
	height: 30px;
	line-height: 30px;
	margin: 10px 0 20px;
}
.rem-pwd .checkbox{
	vertical-align: middle;
	margin-right: 5px;
}
.rem-box a{
	color: #0e746b;
}
.rem-box a:hover{
	text-decoration: underline;
}
.login-btn{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 3px;
	background: #0e746b;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.other-login .line{
	width: 90px;
	font-size: 16px;
	padding: 0 15px 0;
	margin: 100px auto 35px;
	line-height: 1px;
	border-left: 50px solid #b7b7b7;
	border-right: 50px solid #b7b7b7;
	text-align: center;
}
.other-icon{
	text-align:center;
}
.other-icon .icon{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #d7d7d7;
	margin: 0 15px;
	transition: all 0.5s;
}
.pop-weixin .iconfont{
	font-size: 20px;
}
.pop-weibo .iconfont{
	font-size: 22px;
}
.pop-qq .iconfont{
	font-size: 20px;
}
.pop-weixin:hover{
	background: #0e746b;
	border-color: #0e746b;
	color: #fff;
}
.pop-weibo:hover{
	background: #d93721;
	color: #fff;
	border-color: #d93721;
}
.pop-qq:hover{
	background: #4c9cdc;
	color: #fff;
	border-color: #4c9cdc;
}
.footer{
	background: #fff;
	padding: 30px 0;
}

/*忘记密码*/
.forget-box{
	position: absolute;
	width: 340px;
	height: 400px;
	left: 50%;
	top: 50%;
	padding: 45px 60px;
	margin: -245px 0 0 -230px;
	background: #fff;
	border-radius: 5px;
	border-right: none;
}
.forget-box .inp-txt{
	color: #333;
	margin-bottom: 10px;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color:#b7b7b7;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
　　color:#b7b7b7;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
　　color:#b7b7b7;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
　　color:#b7b7b7;
}

.forget-box .pass{
	margin-bottom: 0;
}
.forget-box .verify{
	display: inline-block;
	width: 190px;
}
.forget-box .sub{
	width: 98px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #0e746b;
	background: #0e746b;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
}
.forget-box .login-btn{
	margin-top: 20px;
}
/*完善账号信息*/
.tab-hd{
	margin-bottom: 40px;
}
.tab-hd ul li{
	display: inline-block;
	width: 50%;
	height: 60px;
	line-height: 60px;
	float: left;
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
	cursor: pointer;
}
.tab-hd ul li.active{
	height: 58px;
	line-height: 60px;
	border-bottom: 3px solid #0e746b;
	cursor: default;
}
.tab-bd-con{ display: none; }