html {
	/*min-height: 0;*/
}

#login-pop {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 98;
	background: rgba(0, 0, 0, 0.6);
}

.login-content {
	width: 500px;
	height: auto;
	background: #fff;
	padding: 10px 50px 30px 50px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -300px;
	z-index: 99;
}

.login-title {
	width: 100%;
	height: 50px;
	border-bottom: 2px solid #DDDDDD;
	margin-bottom: 50px;
}

.login-title-item {
	width: 50%;
	height: 30px;
	padding-top: 20px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #999;
	font-weight: bold;
	cursor: pointer;
}

.login-title .active {
	border-bottom: 2px solid #35A448;
	color: #333;
}

.login-input {
	position: relative;
	margin-left: 0;
	height: 50px;
}

.login-input .layui-input {
	height: 50px;
	/*line-height: 50px;*/
	padding-left: 44px;
}

.login-icon {
	position: absolute;
	top: 13px;
	left: 10px;
	width: 24px;
	height: 24px;
}

.login-icon img {
	width: 24px;
	height: 24px;
}

.login-btn-to {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #35A447;
}

.forget-password {
	color: #999;
	float: right;
	margin-right: 5px;
	line-height: 20px;
	margin-top: 18px;
}

.auto-login {
	margin-top: 18px;
	margin-bottom: 10px;
}

.username-error,
.password-error,
.telnumb-error,
.fournumb-error,
.verifynumb-error {
	opacity: 0;
	line-height: 40px;
	color: #F56C6C;
	font-size: 12px;
}

.login-input .fournumb,
.login-input .verifynumb {
	display: inline-block;
	width: 360px;
	vertical-align: top;
	padding-left: 20px;
}

.verifynumb-btn {
	display: inline-block;
	width: 118px;
	height: 48px;
	border: 1px solid #35A447;
	margin-left: 15px;
	cursor: pointer;
}

.fournumb-btn {
	display: inline-block;
	width: 120px;
	height: 50px;
	margin-left: 15px;
	cursor: pointer;
}

.fournumb-btn img {
	width: 100%;
	height: 100%;
}

.shortmessage-login {
	display: none;
}

.verifynumb-btn {
	line-height: 50px;
	text-align: center;
	color: #35A447;
}

.verifynumb-btn:hover {
	border-color: #35A447;
	color: #35A447;
}

.login-pop-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	z-index: 99;
}

.login-pop-closebtn {
	width: 15px;
	height: 15px;
}
.banben-cont {
	position: relative;
    width: 560px;
    height: 400px;
    overflow: auto;
    margin: 20px;
}
.chakan-xiangqing {
	display: inline-block;
    position: absolute;
    width: 160px;
    height: 40px;
    border: 1px solid #bbb;
    text-align: center;
    line-height: 40px;
    bottom: 40px;
    left: 50%;
    color: #333;
    margin-left: -80px;
    border-radius: 5px;
    cursor: pointer;
}