﻿.bgff {
	background: #fff;
}
.tab {
	display: inline-block;
	width: 50%;
	text-align: center;
	height: 4.4rem;
	line-height: 4.4rem;
	font-size: 1.6rem;
	color: #000;
	border-bottom: 1px solid #d8d8d8;
}
.tab.active {
	border-bottom: 1px solid #ff6a00;
}
.tab:first-child {
	margin-right: -1.2%;
}
.logo-box {
	padding: 3rem 0 0;
	text-align: center;
}
.zm-logo {
	width: 18rem;
	height: 4.4rem;
}
.form-box {
	padding: 2rem 2rem 0;
	box-sizing: border-box;
}
.form-box p {
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding: 1.5rem 0;
	margin-bottom: 1.5rem;
}
.form-box p.active {
	border-bottom: 1px solid #ff6a00;
}
.form-box p.active .del-icon{
	display: inline-block;
}
.form-box p input {
	border: none;
	color: #000;
	font-size: 1.5rem;
	outline: none;
}
.login p input {
	width: 80%;
	outline: none;
}
.form-box .indentify input {
	width: 50%;
}
.form-box .indentify .img-yzm {
	width: 6rem;
	height: 2.9rem;
}
.form-box .indentify .get-yzm {
	display: inline-block;
	width: 33%;
	text-align: center;
	color: #3e80e0;
	border-left: 1px solid #ddd;
	float: right;
}
.form-box .indentify .imgewm-box {
	display: inline-block;
	width: 33%;
	text-align: center;
	float: right;
}
.del-icon {
	display: inline-block;
	width: 1.7rem;
	height: 1.7rem;
	background: url(//images.zhongmin.cn/WAP/images/login-reg/delete.png) no-repeat;
	background-size: cover;
	float: right;
	margin-top: 0.5rem;
	margin-right: 0.5rem;
	display: none;
}
.eye-icon {
	display: inline-block;
	width: 1.9rem;
	height: 1.9rem;
	background: url(//images.zhongmin.cn/WAP/images/login-reg/eye_closs_icon.png) no-repeat;
	background-size: cover;
	float: right;
}
.eye-icon.open {
	background: url(//images.zhongmin.cn/WAP/images/login-reg/eye_show_icon.png) no-repeat;
	background-size: cover;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #666;
}
::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #666;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #666;
}
::-ms-input-placeholder { /* Internet Explorer 10+ */
color: #666;
}
.tips {
	padding: 2.5rem 2rem 0;
	color: #aaa;
}
.btn-box {
	padding: 0 2rem;
	margin-bottom: 3rem;
	margin-top: 1.5rem;
}
.main-btn {
	display: inline-block;
	width: 100%;
	border-radius: 0.4rem;
	background: #ff6a00;
	color: #fff;
	font-size: 1.6rem;
	height: 4.2rem;
	line-height: 4.2rem;
	text-align: center;
	border: none;
}
.reg-btn {
	margin-top: 1.5rem;
}
.bot-link {
	text-align: center;
	margin-bottom: 2.5rem;
}
.link {
	display: inline-block;
	color: #3e80e0;
	padding-left: 2rem;
}
.link:first-child {
	padding-left: 0;
	padding-right: 2rem;
	border-right: 1px solid #ddd;
}
.other-login .top {
	color: #666;
	font-size: 1.5rem;
	text-align: center;
}
.other-login .top:before,.other-login .top:after {
	content: '';
	display: inline-block;
	width: 20%;
	border-bottom: 1px solid #ddd;
	position: relative;
	top: -0.4rem;
}
.other-login .top:before {
	right: 1rem;
}
.other-login .top:after {
	left: 1rem;
}
.other-app {
	text-align: center;
	padding-top: 1.5rem;
}
.other-app .app img {
	width: 4.2rem;
	height: 4.2rem;
	margin-bottom: 0.5rem;
}
.other-app .app {
	display: inline-block;
	font-size: 1.3rem;
	color: #333;
}
.account-login {
	display: none;
}
.password .eye-icon {
	margin-left: 2rem;
}
.password .del-icon {
	margin-top: 0;
}
.form-box .indentify {
	position: relative;
}
.indentify .del-icon {
	float: none;
	position: absolute;
	top: 1.3rem;
	right: 13rem;
}