@charset "utf-8";
/* CSS Document */

body{
	background:#fff;
	}
div.header_login{
	height:70px;
	}
.header_login .quick-menu{
	margin-top:15px;
	font-size:14px;
	}
	
.banner{
	/*background:url(../../images/v7/banner.jpg) no-repeat center top;*/ background:#f7f7f7;
	height:628px;
	}
.bannerbox{
	width:1200px;
	margin:0 auto;
	}

.bannerleft_text{
	float:left;
	display:inline;
	width:780px;
	margin-top:75px;
	font-size:16px;
	}
.bannerleft_text h2{
	font-size:26px;
	color:#666;
	margin-bottom:20px;
	}
.bannerleft_text p{
	margin-bottom:10px;
	}
.bannerleft_text span.icon_rightarrow{
	position:relative;
	top:5px;
	background:url("../../images/v7/icon.png") no-repeat -78px -452px;
	}

.passwordLast {
	display: flex;
	justify-content: flex-end;
	margin-top: -53px;
	margin-left: calc(100% - 140px);
	width: 120px;
}

.rememberChoice {
	margin: 6px 0 0 16px !important;
}

.btn_blue_new {
	color: white;
	width: 300px;
	font-size: 18px !important;
	font-weight: bold;
	background-color: #282828;
	height: 50px !important;
	margin: 4% 0;
	border-radius: 6px;
	float: left;
	cursor: pointer;
}

.rememberChoiceCon {
	width: 300px;
	margin-left: 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width: 1920px) {
	.btn_blue_new {
		width: 390px;
	}

	.rememberChoiceCon {
		width: 390px;
	}
}
	
.login{
	width:270px;
	/*height:320px;*/
	background:#fff;
	float:right;
	display:inline;
	margin-top:130px;
	padding:20px; border:#dedede solid 2px;
	}
.login dl dt{
	font-size:20px;
	color:#555;
	margin-bottom:20px;
	}
.login dl dt span.login_userimg{
	background-position:-74px -198px;
	width:25px;
	height:25px;
	position:relative;
	top:5px;
	}
.login dl dd{
	margin-top:10px;
	height:38px;
	/*overflow:hidden;*/
	}
.login dl .form-text{
	padding: 0 80px 0 20px !important;
	width:260px;
	height:24px; font-size:14px;
	}
.login dl dd .form-text-yzm{
	min-width:150px;
	width:150px;
	float:left;
	display:inline;
	}
.login dl dd img.yzm-img{
	float:right;
	display:inline;
	border:#dedede solid 1px;
	}
.login dl dd .form-checkbox{
	position:relative;
	top:2px;
	}
.login dl dd .btn_blue{
	width:270px;
	height:36px;
	font-size:16px;
	}
.login dl dd span.login_clear{
	background-position:-10px -562px;
	position:relative;
	top:-27px;
	left:240px;
	cursor:pointer;
	}
	
	
.footer_login{
	border:none;
	padding:0px 0px 20px 0px;
	}