body{

}
.hw_yc_login_head{
	height: 70px;
	line-height: 70px;
	padding-left: 15px;
}
.hw_yc_loginBox_main{
	position: relative;
	height: 706px;
	background-image: url(../img/bj-.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.hw_login_main{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 1200px;
	height: 660px;
	/*padding: 50px 70px;*/
}
.hw_head_logo{
	position: relative;
	height: 65px;
	line-height: 65px;
	padding-left: 75px;
}
.hw_head_logo img{
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
}
.hw_head_logo .head_title{
	color: #4991e5;
	font-size: 45px;
	letter-spacing: 3px;
}
.hw_logo_content{
	margin-top: 80px;
}
/* 左面登录部分 */
.hw_left_logo{
	width: 385px;
	height: 400px;
	margin-right: 120px;
	background-color: #fff;
	border-radius: 10px 0 10px 0;
	box-shadow: 8px 8px 0 rgba(255,255,255,.3);
	padding: 25px;
}
.hw_options ul{
	text-align: center;
}
.hw_options li{
	position: relative;
	width: 50%;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	padding-bottom: 20px;
	margin-left: -4px;
	cursor: pointer;
}
.hw_options li.active{
	color: #4991E5;
}
.hw_options li.active:after{
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -40px;
	content: "";
	width: 80px;
	height: 3px;
	border-radius: 2px;
	background-color: #4991E5;
}
.hw_page_mian{
	position: relative;
	margin-top: 5px;
}
.hw_page_mian .hw_option_pages{
	/* width: 400px; */
	display: none;
}
.hw_page_mian .hw_option_pages.show{
	display: block;
}
.hw_input_bnit .input_box{
	position: relative;
	height: 50px;
}
.hw_input_bnit .verification_code img,
.hw_input_bnit .input_box img{
	width: 20px;
	height: 22px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -11px;
}
.hw_input_bnit .input_box input{
	width: 100%;
	height: 100%;
	padding-left: 40px;
	border: none;
	background-color: #fafcfd;
	border-radius: 5px;
	border: 1px solid #f1f5f8;
}
.hw_input_bnit .input_box.outline input{
	border-color: #4991E5;
	background-color: #fff;
}
.hw_input_bnit .bint{
	height: 20px;
	line-height: 20px;
	color: red;
	visibility: hidden;
}
.hw_input_bnit .input_box.v_code{
	padding-right: 130px;
}
.hw_input_bnit .input_box.v_code input{
	padding-left: 10px;
}
.hw_input_bnit .input_box.v_code .code{
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	height: 50px;
	background-color: black;
	margin-left: 20px;
}
.hw_option_pages .forget_password{
	color: #666;
	margin-bottom: 40px;
}
.hw_option_pages button{
	width: 100%;
	height: 50px;
	background-color: #4991E5;
	color: #fff;
	border: none;
	font-size: 20px;
	cursor: pointer;
	border-radius: 5px;
	margin-top: 10px;
}
.hw_option_pages .hw_sign_in{
	text-align: center;
	margin-top: 20px;
	color: #999;
}
.hw_option_pages .hw_sign_in a{
	color: #999;
	margin-left: 20px;
}
.hw_option_pages .hw_sign_in a:hover{
	color: #6190F0;
}

.hw_input_bnit .verification_code{
	position: relative;
	width: 100%;
	height: 50px;
	border: 1px solid #F1F5F8;
	background-color: #FAFCFD;
	border-radius: 5px;
	margin-bottom: 20px;
}
.hw_input_bnit .verification_code  .layui-form-select{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -19px;
	width: 270px;
	border: none;
}
.hw_input_bnit .layui-form-select .layui-input{
	background-color: transparent;
	border: none;
}
.hw_input_bnit .layui-form-select dl dd.layui-this{
	background-color: #4991E5;
}
/* 右面图片部分 */
.hw_right_photos{
	width: 50%;
	text-align: center;
}
.hw_right_photos img{
	margin-top: 40px;
	width: 380px;
}
.hw_right_photos .div_bint{
	display: inline-block;
	background: url(../img/bj-2.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 60px;
	width: 332px;
	height: 80px;
	padding-top: 14px;
}
.hw_right_photos .div_bint p{
	line-height: 26px;
	font-size: 20px;
	text-align: left;
	color: #fff;
	padding-left: 20px;
}
/* 土地和国有产权头部标题部分 */
.hw_head_logo_two{
	position: absolute;
	left: 0;
	top: -110px;
	width: 1200px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
.hw_head_logo_two img{
	position: absolute;
	top: 50%;
	margin-top: -38px;
	width: 76px;
	height: 76px;
}
.hw_head_logo_two .head_title{
	display: inline-block;
	color: #fff;
	font-size: 55px;
	text-align: center;
	text-indent: 100px;
	letter-spacing: 5px;
}
.hw_foot_Inscription{
	text-align: center;
	margin-top: 20px;
}

/* 
适配1366的分辨率 
适配1920*125%的分辨率
@media screen and (min-width: 1367px) and (max-width: 1536px) 
*/
@media screen and (min-width: 1281px) and (max-width: 1536px){
	.hw_yc_loginBox_main{
		height: 616px;
	}
	.hw_login_main{
		height: 660px;
	}
}
/* 适配1920*150%的分辨率 */
@media screen and (max-width: 1280px){
	.hw_yc_loginBox_main{
		height: 600px;
	}
	.hw_login_main{
		height: 625px;
	}
}
.input_box img.imgCode {
	width: 110px !important ;
	height: 50px !important ;
	margin: 0px !important ;
	left: 0px !important ;
	top: 0 !important ;
}

.login_prompt_container {
	width: 385px;
	float: right;
	margin-right: 116px;
	padding: 10px;
	margin-top: 10px;
	background: #5c7de4;
	border: 1px dashed #fff;
}
.login_prompt {
	color: #fff;
}
@media screen and (max-width: 1366px) {
	.hw_logo_content{margin-top: 60px}
	.hw_login_main{}
}
@media screen and (min-width: 1366px) {
	.hw_logo_content{margin-top: 80px}
}
