body{
	overflow-y: hidden;
	background-color: #ffffff;
}
.main{
	width:100%;
	height:1080px;

}
.title{
	line-height: 150px;
	margin-left:65px;
}
.title img{
	display:inline-block;
	/*margin-top: 24px;*/
}
.title img.xf_icon{
	margin-right: 20px;
	width: 54px;
	height: 42px;
}
.title img.xf_logo{
	width:476px;
	height: 38x;
}
.main-login-box{
	position: relative;
	height: 520px;
}
.main-login-box img{
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}
.form_box{
	top: 90px;
	position: absolute;
	right: 86px;
	z-index: 99;
	width: 420px;
	padding-bottom: 20px;
	background: rgba(255,255,255,0.6);
	/*margin:0 auto;*/
	/*margin-top:50px;*/
}
.form_box h4{
	color:#D90B0E;
	font-size: 24px;
	font-weight:bold;
	text-align:center;
	padding:15px 0;
}
.log_btn{
	width:100%;
	height:40px;
	color:#fff;
	background:#F1472E;
	border:none;
	outline: none;
}

#login_form{
	width:80%;margin:0 auto;
}
.input-icon>img{
	/* padding: 0 3px; */
	z-index: 2;
	position: absolute;
	top: 1px;
	bottom: 1px;
	/*left: 3px;*/
	line-height: 30px;
	display: inline-block;
	width: 45px;
	height: 42px;

}
input:-webkit-autofill {
	transition: background-color 5000s ease-in-out 0s;
}
.input-icon>input {
	padding-left: 42px;
	padding-right: 6px;
	color: #666;

	border: 1px solid #FFA1A3;
}
.input-icon>input:hover{
	background-color: #ffffff;
	border: 1px solid #FFA1A3;
}
.input-icon>input:focus{
	border: 1px solid #F00609;
}
.alert {
	padding: 8px 15px!important;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-danger{
	background-color: #FFA1A3!important;
	border-color: #FFA1A3!important;
	color: #F00609!important;
}
.plr0{
	padding-left: 0!important;
	padding-right: 0!important;
}
.select{
	position: relative;

}
.select:after {
	content:"▼";
	color: red;
	padding: 12px 8px;
	position: absolute; right: 10px; top: 0;
	z-index: 1;
	text-align: center;
	width: 10%;
	height: 100%;
	font-size: 12px;
	pointer-events: none;
	box-sizing: border-box;
}
select{
	/*border: none;*/
	outline: none;
	border: 1px solid #FFA1A3;
	-webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
}

select#deps{
	position: relative;
	/*left: -1px;*/
}
.footer_l{
	position: relative;
	width:100%;
	color:#fff;


	/*margin-top:60px;*/
}
.footer_l img{
	position: absolute;
	width:100%;
	height: 100%;
	z-index: 9;

}
.footer_l>div{
	position: relative;
	color: #666;
	text-align: center;
	z-index: 10;
}
.footer_l>div.footer_l_t1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;

}
.footer_l>div.footer_l_t2{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;

}
.loginRadio{
	color:#FFA1A3;
	width:100%;
	text-align-last:justify;
	text-align:justify;
	    line-height: 40px;
}

input[type=radio] {
	margin-right: 5px;
	cursor: pointer;
	font-size: 14px;
	width: 15px;
	height: 12px;
	position: relative;
}

input[type=radio]:after {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	content: " ";
	border: 1px solid #FFA1A3;
	background-color: #fff;
	color: #F1472E;
	display: inline-block;
	visibility: visible;
	padding: 3px 3px;
	border-radius: 50%;
}

input[type=radio]:checked:before {
	content: "●";
	display: block;
	position: relative;
	top: -1px;
	left: -1px;
	font-size: 26px;
	width: 21px;
	line-height: 15px;
	height: 21px;
	border-radius: 50%;
	color: #F1472E;
	font-weight: 600;
	border: 2px solid #F1472E;
	background-color: #fff;
	font-weight: 700;
	z-index: 1;
	padding-left: 0px;
}
