/* 新登陆页面 */
* {
	margin: 0;
	padding: 0;
	outline: 0 !important;
}
html, body {
	width: 100%;
}
html {
	height: 100%;
}
body{
	font-size:12px;
	font-family: "微软雅黑","Microsoft Yahei";
	color:#333;
	margin:0 auto;
	background: #e8e8e8;
}
.wrap1200 {
	width: 1200px;
	margin: 0 auto;
}
.new-login-wrap .login-head {
	line-height: 90px;
	background: #fff;
}
.new-login-wrap .head-logo-img {
	display:  block;
	float: left;
	width: 70px;
	height: 37px;
	margin-top: 26px;
}
.new-login-wrap .head-logo-title {
	display: block;
	float: left;
	line-height: 28px;
	font-size: 24px;
	margin: 28px 15px 0;
	padding-left: 10px;
	border-left: 3px solid #adadad;
	color: #9fabb0;
}
.new-login-wrap .head-friend-link .head-link {
	padding: 0 15px;
	font-size: 14px;
	color: #7d7d7d;
	border-left: 1px solid #adadad;
}
.new-login-wrap .content-title {
	line-height: 24px;
	padding: 0 0 34px;
	font-size: 22px;
	color: #00a0e9;
	text-align: center;
}
.new-login-wrap .login-content {
	width: 734px;	
	margin: 94px auto;
	padding: 50px 0 50px;
	background: #fff;
	border-radius: 8px;
}
.new-login-wrap .login-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 106px;
	background: #d7e5f1;
}
.new-login-wrap .bottom-copyright {
	line-height: 92px;
	font-size: 12px;
	text-align: center;
}
.border-none {
	border: none !important;
}
.new-login-wrap .form-div {
	position: relative;
	width: 358px;
	margin: 15px auto;
}
.new-login-wrap .input-div-addon {
	position: absolute;
	left: 18px;
	top: 17px;
	width: 28px;
	height: 28px;
}
.new-login-wrap .input-control {
	width: 358px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	border: 1px solid #d0d0d0;
	border-radius: 8px;
	box-shadow: none;
	padding-left: 64px;
}
.new-login-wrap .input-submit {
	width: 358px;
	padding-left: 0;
	background: #00a0e9;
	color: #fff;
}
.new-login-wrap .error-info {
	color: #f00;
	text-align: center;
}
.new-login-wrap .onload-link {
	float: right;
	margin-left: 10px;
	color: #d0d0d0;
	font-size: 14px;
}
.new-login-wrap .alert-warning {
	text-align: center;
}
.new-login-wrap .code-input-control {
	width: 155px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	border: 1px solid #d0d0d0;
	border-radius: 8px;
	box-shadow: none;
	text-indent: 25px;
}
.new-login-wrap .kaptchaImage {
	height: 56px;
	margin-top: -5px;
}


/* pay-web */
.pay-web-login .addon-span {
	display: block;
	position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    border-left: 1px solid #d0d0d0;
}








