﻿@charset "utf-8";
/* CSS document*/
.login-header {
	width: 100%;
	height: 78px;
	background: #fff;
}
.login-header .container {
	width: 984px;
	margin: 0 auto;
	padding: 15px 0;
}
.login-regisster-logo {
	position: relative;
	width: 180px;
	height: 48px;
	float: left;
	display: block;
	text-indent: -9999em;
}
.login-regisster-logo:before {
	position: absolute;
	left: 0px;
	height: 0px;
	width: 180px;
	height: 48px;
	content: '';
	background: url(../images/login-register-logo.png) no-repeat;
}
.login-content {
	width: 100%;
	height: 476px;
	min-width: 984px;
}
.login-content .container {
	width: 984px;
	margin: 0 auto;
}
.login-content .login-inner {
	width: 348px;
	float: right;
	margin-top: 30px;
	padding: 10px 0px 0px;
	background: #fff;
}
.login-content .container h3 {
	line-height: 50px;
	border-bottom: 1px solid #f4f4f4;
	font-size: 20px;
	color:#e93854;
	text-align: center;
}
.login-inner .warning-wrapper {
	width: 100%;
	height: 46px;
	padding: 10px 20px;
	font-size: 12px;
}
.login-inner .warning-wrapper .warn-tip {
	width: 100%;
	height: 26px;
	padding: 2px 10px;
	line-height: 18px;
	border:1px solid #ffe57d;
	background: #fff6d2;
	color:#666666;
}
.login-inner .warning-wrapper .warn-tip i {
	width: 12px;
	height: 16px;
	display: inline-block;
	background: url(../images/login-register-icon.png) 0px -93px;
	vertical-align: middle;
}
.login-inner .warning-wrapper .error-tip {
	width: 100%;
	height: 26px;
	padding: 2px 10px;
	line-height: 18px;
	background: #ffebeb;
	color:#e4393c;
}
.login-inner .warning-wrapper .error-tip i {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/login-register-icon.png) 0px -119px;
	vertical-align: middle;
}
.login-inner .warning-wrapper .warn-tip span,
.login-inner .warning-wrapper .error-tip span {
	vertical-align: middle;
	padding-left: 10px;
}
.login-form {
	padding: 0 20px;
}
.login-form .form-control {
	height: 40px;
	padding: 9px 12px 9px 48px;
	border:1px solid #bdbdbd;
}
.login-form .form-control:focus {
	border-color: #e4393c;
}
.login-form .form-group {
	position: relative;
}
.login-form .form-group i {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 39px;
	height: 38px;
	border-right: 1px solid #bdbdbd;
	background: url(../images/login-register-icon.png);
}
.login-form .form-group .user-icon {
	background-position: 0px 0px;
}
.login-form .form-group .password-icon {
	background-position: 0px -47px;
}
.login-form .login-form-checkbox {
	width: 100%;
	font-size: 12px;
	padding-bottom: 10px;
}
.login-form .login-form-checkbox .input-checkbox {
	margin-right: 5px;
}
.login-form .verification .form-control {
	width: 96px;
	height: 30px;
	padding: 4px 12px;
}
.login-form .verification-img {
	width: 102px;
	height: 30px;
	overflow: hidden;
	margin: 0 10px;
}
.login-form .verification-switching {
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.login-form .btn {
	height: 36px;
	padding: 5px 12px;
	font-size: 18px;
	margin-bottom: 20px;
}
.login-inner .bd {
	height: 53px;
	border-top: 1px solid #f4f4f4;
}
.login-inner .register-link {
	float:right;
	height: 52px;
	line-height: 52px;
	display: block;
	margin-right: 20px;
	color: #b61d1d;
}
.login-inner .register-link i {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/login-register-icon.png) 0px -145px;
	vertical-align: middle;
	margin-right: 7px;
}
.login-footer {
	width: 100%;
	height: 86px;
	background: #fff;
}
.login-footer .container {
	width: 100%;
	margin: 0 auto;
	padding-top:25px;
	text-align:center;
}
.login-footer .container .notice {
	float: left;
	color: #979797;
}
.login-footer .container .quality-online {
	width: 100px;
	height: 29px;
	float: right;
	display: block;
	background: url(../images/quality-online.png);
}
.register-header {
	width: 100%;
	height: 89px;
	background: #fff;
	border-bottom:  1px solid #ebebeb;
}
.register-header .container {
	width: 984px;
	margin: 0 auto;
	padding: 20px 0;
}
.register-header .container .logo-title {
	float: left;
	margin:5px 30px;
	padding-left: 30px;
	border-left: 1px solid #a7a7a7;
	font-size: 20px;
	line-height: 38px;
}
.register-header .container .login-link {
	float: right;
	line-height: 48px;
}
.register-header .container .login-link a {
	color: #d80000;
}
.register-header .container .login-link i {
	width: 16px;
	height: 16px;
	margin-left: 5px;
	display: inline-block;
	background: url(../images/login-register-icon.png) 0px -145px;
	vertical-align: middle;
}
.register-content {
	width: 100%;
	background: #fff;
	padding:  20px 0 80px;
}
.register-content .container {
	width: 984px;
}
.register-form-wrapper {
	width: 450px;
	float: left;
	margin-top: 60px;
	padding-left: 50px;
}
.register-form-wrapper2 {
	width: 940px;
	float: left;
	margin-top: 20px;
	padding-left: 50px;
}

.register-content .warning-wrapper .error-tip {
	width: 100%;
	height: 26px;
	padding: 2px 10px;
	line-height: 18px;
	background: #ffebeb;
	color:#e4393c;
}

.register-form .form-group {
	margin-bottom: 36px;
	position: relative;
}
.register-form .form-group .form-control {
	height: 54px;
	padding-left: 120px;
	font-size: 15px;
	padding: 16px 0 16px 120px;
}
.register-form .form-group span {
	position: absolute;
	left: 1px；
	top:1px;
	width: 112px;
	height: 52px;
	padding-left: 22px;
	line-height: 52px;
}
.register-form .register-verification {
	position: absolute;
	right: 1px;
	top:6px;
	width: 100px;
	height: 40px;
	overflow: hidden;
}
.register-form .form-control.register-verification-input {
	padding-right: 90px;
}
.register-form .mobile-verification {
	position: absolute;
	right: 4px;
	top:4px;
	width: 110px;
	height: 46px;
	background: #f2f2f2;
	line-height: 46px;
	text-align: center;
}
.register-form .form-group em.error {
	position: absolute;
	left: 120px;
	top: 60px;
	font-size: 12px;
	color: #E43737;
	font-style: normal;
}
.register-form-checkbox {
	padding-bottom: 15px;
	font-size: 12px;
}
.register-form-checkbox .user-agreement {
	padding-left: 5px;
}
.register-form-checkbox .user-agreement a {
	color: #3388ff;
}
.register-form .form-control.mobile-verification-input {
	padding-right: 115px;
}
.register-form .btn {
	height: 56px;
	padding: 12px;
	font-size:18px;
}
.register-notice {
	width: 499px;
	height: 547px;
	float: left;
	margin-left:35px;
	margin-top: 60px;
	padding-left: 35px;
	padding-right: 50px;
	border-left: 1px solid #ebebeb;
	color: #535353;
}
.register-notice .zgzlwlx {
	width: 100%;
	height: 38px;
	margin-bottom: 10px;
	line-height: 38px;
	color: #3c3c3c;
	padding-left: 164px;
	background:url(../images/zgzlwlx.png) no-repeat;
}
.register-notice .p1 {
	line-height: 24px;
	padding-bottom: 30px;
}
.register-notice h4 {
	text-align: left;
	line-height: 28px;
}
.register-notice .p2 {
	line-height: 22px;
	color: #a5a5a5;
}
.register-notice .qr-code {
	width: 113px;
	height: 113px;
	margin: 20px auto 20px;
	background: url(../images/register-notice-qrcode.png) no-repeat;
	overflow: hidden;
}
.register-success-box {
	padding-top: 60px;
	text-align: center;
}
.register-success-box .ok-remind {
	height: 54px;
	line-height: 41px;
	margin-bottom: 40px;
	display: inline-block;
	font-size: 30px;
	padding-left: 84px;
	background: url(../images/register-success-okicon.png) 0px 5px no-repeat;
}
.register-success-box .error-remind {
	height: 54px;
	line-height: 41px;
	margin-bottom: 40px;
	display: inline-block;
	font-size: 30px;
	padding-left: 84px;
	background: url(../images/register-success-erroricon.png) 0px 5px no-repeat;
}
.register-success-box .ok-remind h3 {
	padding-bottom: 10px;
	color: #404040;
	text-align: left;
}
.register-success-box .ok-remind h4 {
	color: #909090;
	text-align: left;
}
.register-success-box .button-group {
	margin-bottom: 30px;
	font-size: 18px;
}
.register-success-box .button-group .btn {
	width: 140px;
	height: 44px;
	padding: 9px 12px;
	font-size: 18px;
}
.register-footer {
	width: 100%;
	background: #fff;
	border-top:  1px solid #ebebeb;
}
.register-footer .container {
	width: 984px;
	margin: 0 auto;
	font-size: 12px;
}
.register-footer .container .footer-links {
	width: 984px;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}
.register-footer .container .footer-links a {
	display: inline-block;
	line-height: 20px;
	padding: 0 13px;
}
.register-footer .container p {
	text-align: center;
	line-height: 28px;
}
/*placeholderjs-style*/
.my-placeholder { color: #999; }

.register-content .container .title {
	height: 51px;
	border-bottom: 1px solid #e7e7e7; 
}
.register-content .container .title h4 {
	display: inline-block;
	border-bottom: 2px solid #d82003;
	padding-bottom: 9px;
	line-height: 40px;
	color: #5b5b5b;
}
.forgot-password-progress {
	padding: 40px 0;
	margin: 0 auto;
}
.forgot-password-progress {
	width: 624px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.forgot-password-progress > li {
	width: 156px;
	float: left;
	text-align: center;
	position: relative;
	z-index: 2;
}
.forgot-password-progress > li:before {
	position: absolute;
	top: 12px;
    left: 0px;
    width: 156px;
    height: 3px;
    background: #f2f2f2;
    content: '';
}
.forgot-password-progress > .active:before {
	background: #ee2222;
}
.forgot-password-progress > li i {
	width: 25px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	font-style: normal;
	background: url(../images/password-progess-icon.png) 0px -26px;
	font-size: 12px;
	color: #999999;
	position: relative;
	z-index: 2;
}
.forgot-password-progress > li p {
	line-height: 22px;
	margin-top: 10px;
}
.forgot-password-progress > .active i {
	background-position: 0px 0px;
	color: #d82003;
}
.forgot-password-progress > .active  p {
	color: #ee2222;
}
.forgot-password-progress > li i em {
	width: 12px;
	height: 9px;
	display: inline-block;
	background: url(../images/small-checkmark-icon.png);
}
.forgot-password-progress > .active i em {
	background-position: 0px -10px;
}
.forgot-password-md {
	width: 622px;
	margin: 0 auto
}
.forgot-password-md .form-group label {
	width: 150px;
	float: left;
	padding-top: 12px;
	padding-right: 20px;
	text-align: right;
	color: #a8a8a8;
}
.forgot-password-md .form-group .input-area {
    width: 470px;
    float: left;
    color: #b3b3b3;
}
.forgot-password-md .form-group .form-control {
	width: 290px;
	height: 44px;
	padding: 11px 12px;
}
.forgot-password-md .form-group .form-control.m-length{
	width: 170px;
	float: left;
}
.forgot-password-md .verification-img {
	width: 100px;
    height: 44px;
    overflow: hidden;
    margin: 0 10px;
}
.forgot-password-md .verification-switching {
	line-height: 44px;
	color: #ee2222;
}
.forgot-password-md em.error {
    padding-top: 6px;
    display: inline-block;
    font-size: 12px;
    color: #E43737;
    font-style: normal;
}
.forgot-password-md .form-group .btn {
	width: 192px;
	height: 54px;
	font-size: 18px;
}
.forgot-password-md .bd {
	padding-top: 20px;
}
.forgot-password-md .form-group .text{ 
	line-height: 44px;
	color: #525252;
}
.forgot-password-md .mobile-verification {
	height: 34px;
	margin: 5px 10px 5px;
	padding: 0 18px;
	line-height: 34px;
 	display: inline-block;
 	background: #f9f9f9;
 	border:1px solid #efefef;
 	border-radius: 3px;
}
.forgot-password-md .mobile-verification-tip {
	font-size: 12px;
	padding-top: 6px;
}
.forgot-password-md .countdown {
	color: #ee2222;
	font-weight: bold;
}
.forgot-password-md .form-group .form-control.select {
    width: 170px;
    background: #f8f8f8;
}
.forgot-password-success {
	text-align: center;
}
.forgot-password-success .ok-remind {
	width: 29px;
	height: 22px;
	display: inline-block;
	background: url(../images/small-checkmark-icon.png) -13px 0px no-repeat;
	vertical-align: middle;
}
.forgot-password-success span {
	font-size: 18px;
	color: #d82003;
	display: inline-block;
	padding-left: 10px;
}
.forgot-password-md  > .form-group > .btn {
	width: 100px;
	height: 32px;
	font-size: 14px;
	background: #f3f3f3;
	border:1px solid #efefef;
	color:#525252;
}
.user-agreement-wrapper {
	height: 400px;
	padding: 10px;
	overflow-y: auto;
	font-size: 12px;
	line-height: 20px;
}
.user-agreement .modal-foot {
	padding-bottom: 20px;
}














