.login-main {
	width: 100%;
	height: 100%;
	background: url('../images/art-login-bg.jpg') no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.login-head {
	width: 100%;
	height: 60px;
	position: relative;
}

.login-head-bg {
	width: 100%;
	height: 60px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.login-nav {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 0;
	overflow: hidden;
	height: 60px;
}

.login-nav img {
	float: left;
	margin-top: 10px;
}

.login-nav ul {
	overflow: hidden;
	float: right;
}

.login-nav ul li {
	float: left;
	height: 36px;
	padding: 0 30px;
	line-height: 36px;
	margin-top: 12px;
}

.login-nav ul li a {
	color: #fff;
	display: block;
	font-size: 16px;
}

.login-nav ul li.act {
	background: #fff;
	border-radius: 16px;
}

.login-nav ul li.act a {
	color: #7c8281;
}

.login-right {
	float: right;
	height: 36px;
	line-height: 36px;
	margin-top: 12px;
}

.login-right a {
	color: #fff;
	padding: 0 10px;
	border-right: 1px solid #fff;
}

.login-right a:last-child {
	border-right: none;
}

.login-right input {
	height: 36px;
	border: 1px solid #4a8aaf;
	border-radius: 12px;
	background: #4a8aaf;
	text-indent: 12px;
	color: #fff;
	margin: 0 20px 0 30px;
}
.pic-logo {
	position: absolute;
	width: 500px;
	height: 400px;
	left: 15%;
	top: 50%;
	background: url(../images/1.png) no-repeat center;
	background-size: 100%;
	margin-top: -230px;

}

.login-pic {
	position: absolute;
	width: 79%;
	height: 69%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #FFFFFF url('../images/login-bg2.jpg') no-repeat;
	background-size:  100% 100%;
	border-radius: 10px;
}
.login-pic > div {
	width: 25%;
	min-width: 320px;
	margin-right: 8%;
	margin-top: 9%;
	float: right;
	position: relative;
}
.login-center-head {
	width: 100%;
	margin: 0 auto;
	
}
.login-center-head h2 {
	color: #007aff;
}
.login-center-head h3 {
	font-size: 20px;
}

.login-center-main {
	margin-top: 18px;
	position: relative;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}

.login-main .btn {
	width: 100%;
	height: 50px;
	display: block;
	margin: 30px 0 0 0;
	text-align: center;
	background: #007aff;
	color: #fff;
	line-height: 50px;
	border-radius: 3px;
	font-size: 18px;
	letter-spacing: 10px;
}
.login-main .btn:hover {
	color: #fff;
}
.login-center-tit {
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.login-center-tit .item {
	position: relative;
	margin-top: 25px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	padding-left: 10px;
	overflow: hidden;
}

.login-center-tit span {
	display: block;
	height: 48px;
	line-height: 48px;
}

.login-center-tit label {
	display: block;
	line-height: 48px;
	float: left;
	width: 50px;
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
	position: relative;
}
.login-center-tit label::before {
	display: block;
	content: "";
	width: 1px;
	height: 24px;
	background-color: #DDDDDD;
	position: absolute;
	top: 13px;
	right: -10px;
}

.login-center-tit span input {
	width: calc(100% - 62px);
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	border: none;
	text-indent: 12px;
	margin-left: 11px;
}
.login-center-tit span input:selected {
	background-color: initial;
}
.login-center-tit span input.verify {
	width: 140px;
}

.login-center-tit span img {
	width: 90px;
	height: 30px;
	margin-left: 10px;
	cursor: pointer;
}

.login-center-footer {
	width: 96%;
	margin: 10px auto;
	overflow: hidden;
}

.login-center-footer a {
	display: block;
	float: left;
	width: 40%;
	padding-bottom: 10px;
}
.login-center-footer a.open-findpass {
	float: right;
	text-align: right;
}
.login-center-footer a.forget {
	width: 100%;
	border-bottom: none;
	border-top: 1px solid #1b5486;
	padding-top: 20px;
}

.memberPass {
	float: right;
	margin-right: 10px;
	font-size: 12px;
	padding-left: 5px;
	margin-top: 5px;
}

.memberPass input {
	vertical-align: sub;
	margin-right: 5px;
}
.memberPass em {
	vertical-align: middle;
}
.login-caret-box {
	position: absolute;
	top: 7px;
	right: 5px;
	width: 28px;
	height: 34px;
	cursor: pointer;
}

.login-caret {
	position: absolute;
	top: 13px;
	right: 10px;
	border-top: 8px solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	width: 8px;
	height: 8px;
	color: #9c9b9b;
}

.login-user-list {
	width: calc(100% - 69px);
	position: absolute;
	left: 70px;
	top: 48px;
	background: #fbfafa;
	border: 1px solid #ddd;
	height: 101px;
	border-radius: 1px;
	z-index: 11;
	overflow: auto;
	display: none;
}

.login-user-list li {
	width: 100%;
	padding-left: 10px;
	height: 30px;
	border-bottom: 1px solid #ddd;
	line-height: 30px;
	cursor: pointer;
}

/******************* 注册 **************************/
.register-tit h3,
.findpass-tit h3 {
	text-align: center;
	color: #007aff;
	font-size: 24px;
	padding-top: 35px;
	margin-bottom: 25px;
}

.register-tit span,
.findpass-tit span {
	position: absolute;
	left: 50%;
	top: 8px;
	display: block;
	width: 120px;
	background: #fff;
	text-align: center;
	margin-left: -60px;
	font-size: 16px;
	font-weight: 700;
	color: #777;
}

.register-body,
.findpass-body {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}

.register-body .register-input,
.findpass-body .findpass-input {
	margin-bottom: 25px;
	width: 100%;
}

.register-body .register-input .input-group,
.findpass-body .findpass-input .input-group {
	width: 100%;
}

.register-body .register-input input,
.findpass-body .findpass-input input {
	height: 48px;
	width: 100%;
	border-radius: 3px !important;
}

.register-body .register-input .register-validate,
.findpass-body .findpass-input .findpass-validate {
	width: 100%;
}
#register-bind_value {
	height: 48px;
	width: 100%;
	border-radius: 3px !important;
}

.findpass-next_step-btn,
.findpass-back {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	margin-left: 8px;
	background: #35943d;
	width: 92px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
}

.register-body .regfh-validate-btn.clicked,
.findpass-body .fpfh-validate-btn.clicked {
	background: #ccc;
}
.register-body .error,
.findpass-body .error {
	color: #a29c9c;
}

.register-box .register-close,
.findpass-box .findpass-close,
.login-sms-box .loginsms-close{
	background: url(../images/register-close.png) no-repeat center;
	background-size: 12px;
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 8px;
	top: 8px;
}

.change-language {
	position: fixed;
	top: 10px;
	right: 10px;
	font-size: 14px;
	z-index: 11;
}

.change-language .change-lang {
	float: left;
	line-height: 1.5;
	padding: 4px 10px;
}

.change-language .select-language {
	float: left;
	background: rgba(255, 255, 255, .1);
	padding: 2px 24px 2px 10px;
	border: 1px solid #ddd;
}

.change-language .select-language:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 11px;
	right: 7px;
	border-top: 8px solid #666;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.change-language .active {
	width: 140%;
	height: 100%;
	display: inline-block;
	line-height: 26px;
	position: relative;
	z-index: 1;
}

.change-language .language-list {
	width: 84px;
	height: 0px;
	position: absolute;
	right: 0;
	top: 31px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0,0,0,.12);
	background-color: #fff;
	z-index: 100;
	border-radius: 2px;
	white-space: nowrap;
}
.change-language:hover .language-list {
	min-height: 120px;
	height: auto;
	transition: .5s;
	border-bottom: 1px solid #d2d2d2;
}

.change-language .language-list li {
	color: #333;
	padding: 12px;
	margin-top: 0;
	border: 1px solid #d2d2d2;
	border-bottom: none;
	line-height: 14px;
	cursor: pointer;
}

.change-language .language-list li[type="zh-cn"],
.change-language .active[type="zh-cn"],
.change-language .language-list li[type="zh-cht"],
.change-language .active[type="zh-cht"] {
	letter-spacing: 10px;
}

.change-lang {
	letter-spacing: 10px;
}
.code_get_type {
	width: calc(100% - 128px);
	height: 48px;
}