body{font-size:0;}
.agreement_detail{display: none;width: 450px;height: 500px;position: fixed;top: 20px;margin: auto;overflow-y: scroll;background-color: #fff;padding: 20px;font-size: 14px;border: 1px solid #ddd;}
.agreement_detail h2{text-align: center;}
.closeAgreement{color:rgb(26,189,239);position:absolute;right:5%;top:20px;cursor:pointer;}
.closeAgreementBottom{border:1px solid rgb(26,189,239);color:rgb(26,189,239);display: block;width:100px;text-align:center;margin:auto;padding:5px 0;cursor:pointer;    margin-top: 10px;}
.consentAgreement{cursor: pointer;padding-left: 22px;background-size: 14px 14px;background-position: left 1.5px;background-image: url(https://lxh-image-001.oss-cn-hangzhou.aliyuncs.com/pc/partner/check_white.jpg);background-repeat: no-repeat;vertical-align: top;color:rgb(153,153,153);}
.consentAgreement.hover{background-image: url(https://lxh-image-001.oss-cn-hangzhou.aliyuncs.com/pc/partner/check_blue.png);}
.showAgreement, .consentAgreement {font-size: 13px;height: 17px;line-height: 17px;display: inline-block;vertical-align: top;cursor:pointer;}
.agreement{margin-top:20px;}
.login_form{display:block;}

input::-webkit-input-placeholder { /* WebKit browsers */
	color:#fff;
}
input::-moz-placeholder { /* WebKit browsers */
	color:#fff;
}
input::-ms-input-placeholder { /* WebKit browsers */
	color:#fff;
}
.code_img{
    width: 109px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
}
.login_bg{
	background: url('https://lxh-image-001.oss-cn-hangzhou.aliyuncs.com/pc/login_bg.png') no-repeat center;
	background-size: cover;
	position:relative;
	text-align: right;
	padding:50px 0;
}
.login_block{
	width: 380px;
	padding: 30px 50px;
	background-color: rgba(0,175,234,0.7);
	display: inline-block;
	margin-right: 10vw;
	font-size: 14px;
	color: #fff;
}
.login_block .login_header{
	text-align: center;
}
.login_block .login_header .login_header_item{
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	color: #666;
}
.login_block .login_header .login_header_item.sel{
	color: #fff;
}
.login_block .login_header .login_header_item img{
	width: 22px;
	vertical-align: top;
}
.vertical_line{
	width: 2px;
	height: 18px;
	display: inline-block;
	border-left:1px solid #ccc;
	margin-left: 20px;
	vertical-align: sub;
}
.login_block .login_header img{
	width: 150px;
}
.login_block .login_table{
	margin-top: 20px;
}
.login_block .input_item{
	width:100%;
	height:42px;
	line-height: 42px;
	background-color:transparent;
	border: none;
	border-bottom: 1px solid #fff;
	margin-top: 20px;
	outline: none;
	color: #fff;
}
.login_block .error_cls{
	position: absolute;
	top: 62px;
	left: 0px;
	color: #F82323;
	font-size: 12px;
	display: none;
}
.login_block .login_table .code_img{
	width:109px;
	position: absolute;
	right: 0;
	bottom: 5px;
}
.login_block .login_table .send_verify{
	position: absolute;
	right: 0;
	bottom: 8px;
	color: #4285F4;
	background-color: #fff;
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}
.login_block .remember_cls{
	text-align: left;
	margin-top: 8px;
}
.login_block .submit{
	color: #4285F4;
	background-color: #fff;
	display: inline-block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 4px;
	border: none;
}
.login_block .other_cls{
	margin-top: 24px;
	text-align: center;
}
.login_block .other_cls a{
	color: #fff;
}
.login_block .other_login{
	margin-top: 34px;
	text-align: center;
}
.login_block .other_login img{
	width: 27px;
	height: 23px;
}
.terms_cls{
	margin-top: 5px;
	text-align: left;
	font-size: 12px;
}
.agreement_cls{
	width: 1170px;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px;
	font-size: 14px;
}
.agreement_detail h2{
	text-align: center;
}
