@charset "utf-8";
/* CSS Document */

.fl{ float:left;}
.fr{ float:right;}
.hidden{
	display: none;
}

.bg-login{
	background:url(../images/bg_login_n.jpg) center 0 no-repeat;
	min-width:1200px;
}
.logo-new{
	padding: 26px 0 0 32px;
}
.logo-new img{
	max-width:172px;
	max-height:65px;
}
.copyRight{
	position: absolute;
	left: 50%;
	bottom: 15px;
	width: 560px;
	margin-left: -280px;
	color:#fff;
	font-size:14px;
	line-height: 16px;
	text-align: center;
}
.login-wrap{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:516px;
	height: 452px;
	/*padding-top: 128px;*/
	margin: 0 auto;
}
.login-title img{
	width:516px;
	height:36px;
}

.login-wrap-ali{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:526px;
	height: 452px;
	/*padding-top: 128px;*/
	margin: 0 auto;
}
.login-wrap-ali .login-title{
	text-align: center;
	font-size:42px;
	color:#ffffff;
	font-weight: bold;
}
.login-wrap-ali .login-title img{
	width:427px;
	height:36px;
}

.login-n-box{
	background-color: #fff;
	border-radius: 6px;
	width:460px;
	height:400px;
	margin: 70px auto 0;
}

.login-box-wrapper,.login-ali-wrapper {
	background-color: #fff;
	border-radius: 6px;
	width:400px;
	height:360px;
	margin: 50px auto 0;
}
.login-ali-wrapper{
	width: 460px;
}
.login-box-wrapper .tab-title {
	padding-top: 28px;
	text-align: center;
	color: #329efc;
	font-size: 24px;
	height: 40px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
}

.w180{
	width:180px;
}
.w158{
	width:158px;
}
.login-box-wrapper .tab-title a.cur {
	color: #329efc;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
.login-box-wrapper .tab-title a.cur span{
	position:absolute;
	bottom:0;
	left:50%;
	width:60px;
	height: 4px;
	margin-left: -30px;
	display: block;
	border-radius:2px;
	background-color:#329efc;
}
.login-box-wrapper .tab-contents {
	padding: 28px 30px 0;
}
.login-box-wrapper .tab-contents .log-row {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	font-size: 0;
	margin: 0 auto;
	position: relative;
}
.login-box-wrapper .tab-contents .log-row:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #dfe8f0; }
.login-box-wrapper .tab-contents .log-row i,
.login-box-wrapper .tab-contents .log-row input,
.login-box-wrapper .tab-contents .log-row .code,
.login-box-wrapper .tab-contents .log-row .code img {
	display: inline-block;
	vertical-align: middle;
}
.login-box-wrapper .tab-contents .log-row i {
	margin: 0 11px 0 6px;
	background-repeat: no-repeat;
	background-position: center;
}
.login-box-wrapper .tab-contents .log-row i.icon-phone {
	width: 14px;
	height: 20px;
	background-image: url(../images/phone_icon.png);
}
.login-box-wrapper .tab-contents .log-row i.icon-lock {
	width: 15px;
	height: 18px;
	background-image: url(../images/lock_icon.png);
}
.login-box-wrapper .tab-contents .log-row input {
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	font-family: 'Microsoft YaHei';
	border:none;
	outline: none;
}
.login-box-wrapper .tab-contents .log-row input.input-long {
	width: 300px;
}
.login-box-wrapper .tab-contents .log-row input.input-short {
	width: 200px;
}
.login-box-wrapper .tab-contents .log-row .code{
	padding-top: 6px;
	width: 87px;
	height: 38px;
}
.login-box-wrapper .tab-contents .log-row .code img {
	width: 87px;
	height: 38px; }
.login-box-wrapper .tab-contents .log-row .button-code {
	padding: 0 10px;
	text-align: center;
	line-height: 36px;
	border-radius: 3px;
	min-width: 120px;
	height: 36px;
	display: inline-block;
	background-color: #dedede;
	margin-top: 2px;
	color: #fff;
	font-size: 14px; }
.login-box-wrapper .tab-contents .log-row .button-code.default {
	background-color: #c79a35; }
.login-box-wrapper .tab-contents .log-row.checked:after {
	height: 1px;
	background-color: #329efc; }

.login-box-wrapper .tab-contents .log-button {
	padding: 40px 0 0;
}
.login-box-wrapper .tab-contents .log-button button {
	display: block;
	width: 100%;
	background-color: #329efc;
	height: 41px;
	color: #fff;
	line-height: 41px;
	text-align: center;
	font-size: 18px;
	border-radius: 20px;
	border:0 none;
	cursor: pointer;
	outline: none;
}