.login-container {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(img/login_bg.jpg) no-repeat;
	background-size: cover;
}

/*登录*/
.login_mid {
	max-width: 1330px;
	margin: 6rem auto 0;
	position: relative;
}

.return_text {
	padding-bottom: 10px;
}

.return_text a {
	padding-left: 118px;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
}

.return_text a:hover,
.return_text a:focus {}

.login_wrap {
	width: 1305px;
	height: 674px;
	background: url(img/login_db.png) no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/login_db.png', sizingMethod='scale');
	background-size: cover;
	background-size: 100% 100%;
	margin: 0;
	position: relative;
}

.left_wrap {
	width: 686px;
	height: 100%;
	display: inline-block;
}

.left_wrap .login_logo_tit {
	padding-left: 118px;
	padding-top: 40px;
}

.left_wrap .login_logo_tit .login_logo {
	width: 78px;
	height: 78px;
	float: left;
}

.left_wrap .login_logo_tit .login_logo img {
	width: 100%;
	height: 100%;
}

.login_tit {
	padding-left: 100px;
}

.login_tit p:first-child {
	font-size: 24px;
	color: #000;
	text-align: left;
	line-height: 36px;
}

.login_tit p:last-child {
	font-size: 20px;
	color: #999999;
	text-align: left;
}

.right_wrap {
	width: 616px;
	height: 100%;
	float: right;
	padding: 53px 75px 60px 55px;
}

.right_wrap .login_tab {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 25px;
}

.right_wrap .login_tab>div {
	width: 99%;
	display: none;
	text-align: center;
	font-size: 25px;
	color: #666666;
	position: relative;
	/*cursor: pointer;*/
}

.right_wrap .login_tab>div.active {
	/*color: #F77810;*/
	display: inline-block;
}

.right_wrap .login_tab>div.phonelogin_tab:before {
	/*content: '';*/
	/*position: absolute;*/
	/*top: 25%;*/
	/*left: 0;*/
	/*background: #bfbfbf;*/
	/*width: 2px;*/
	/*height: 20px;*/
}

.login-input {
	margin-top: 32px;
	margin-bottom: 0;
	height: 60px;
	overflow: hidden;
	position: relative;
	border: 1px solid #CCCCCC;
	background-color: #fff;
	border-radius: 4px;
}

.user_icon {
	display: inline-block;
	width: 34px;
	height: 38px;
	background: url(img/user_icon.png) no-repeat;
	background-size: cover;
	margin: 10px;
}

.lock_icon {
	display: inline-block;
	width: 23px;
	height: 27px;
	background: url(img/lock_icon.png) no-repeat;
	background-size: cover;
	margin: 15px;
}

.code_icon {
	display: inline-block;
	width: 22px;
	height: 28px;
	background: url(img/code_icon.png) no-repeat;
	background-size: cover;
	margin: 15px;
}

.login-input input {
	float: right;
	width: 85%;
	border: 0;
	height: 40px;
	font-size: 22px;
	color: #555;
	background-color: #fff;
	margin: 9px;
}

.login-btn {
	margin-top: 30px;
	width: 100%;
	height: 69px;
	line-height: 69px;
	font-size: 28px;
	color: #FFFFFF;
	text-align: center;
	background: url(img/btn_bg.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}

.blzn_block {
	overflow: hidden;
	margin-right: 48px;
	position: absolute;
	bottom: -26px;
	right: 0;
}

.blzn_btn {
	width: 259px;
	height: 67px;
	line-height: 67px;
	background: url(img/zn_btn.png) no-repeat;
	background-size: cover;
	float: right;
}

.login-footer {
	border-top: none;
	position: fixed;
	bottom: -160px;
	left: 50%;
	margin-left: -411.112px;
}

.footer .footer-link {
	padding: 24px 0;
}

input[type="checkbox"] {
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	margin: 0;
	position: relative;
}

input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}

input[type="checkbox"]:checked::before {
	content: "\2713";
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: 1px solid #7D7D7D;
	border-radius: 4px;
	color: #7D7D7D;
	font-size: 20px;
	font-weight: bold;
}

.checkbox label{
	padding-left: 10px;
}

/*弹窗样式*/
.web-pop{
	position: fixed;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, 0.3); 
	z-index: 99999;
	display: none;
}
.web-pop-frame{
	position: fixed; 
	top: 50%; 
	left: 50%; 
	width: 360px; 
	background: #FFF; transform: translate(-50%, -50%); 
	border-radius: 10px; 
	padding: 50px 40px;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
}
.web-pop-close{
	position: absolute; 
	top: 5px; 
	right: 10px; 
	background: none; 
	border: none; 
	font-size: 30px; 
	cursor: pointer;
}
.lable-text{
	color: #000;
}
.phone{
	font-size: 22px;
}
.tip{
	font-size: 12px;
	color: red;
	line-height: 17px;
}
.web-pop-close:hover{
	color: red;
}
.web-pop-title{
	font-weight: bold; 
	text-align: center; 
	
}
.web-pop-content{
	font-size: 16px; 
	margin-top: 26px; 
	line-height: 30px; 
	color: #999;
}
.web-pop-sub{
	margin-top: 30px;
}
.sub{
	background-color: #4a86e8;
	width: 100%;
	height: 40px;
	text-align: center;
	color: white;
	letter-spacing:3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.sub:hover{
	background-color: #ff9900;
	cursor: pointer;
}
