@charset "utf-8";
a,a:hover{text-decoration: none;}
.clear{clear: both;}
.mb0{margin-bottom: 0 !important;}
.after:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.mid1200{
	width: 1200px;
	margin: 0 auto;
}
.loginContentOut{
	overflow: hidden;
	padding: 50px;
}
.loginContent{
	padding: 20px 0;
}
.loginForm2{
	margin: 0 auto;
	width: 500px;
	padding: 20px 50px 30px;
	background: #fff;
	color: #333;
}
.loginForm2 .title{
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 20px;
}
.tab{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.tab li{
	text-align: center;
	flex: 1;
	cursor: pointer;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	height: 40px;
}
.tab li.current{
	color: #C5181F;
	border-bottom:2px solid #C5181F;
}
.formUl li{
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	position: relative;
}
.inputli input{
	border: 1px solid #ddd;
	width: 100%;
	height: 40px;
	padding-left: 30px;
	padding-right: 10px;
	outline: 0;
}
.inputli .icon{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 5px;
}
.inputli .icon1{
	background: url(login_icon1.png) no-repeat center;
}
.inputli .icon2{
	background: url(login_icon2.png) no-repeat center;
}
.formUl li select{
	flex: 1;
	margin-left: 10px;
	height: 40px;
	border: 1px solid #ddd;
	outline: 0;
}
.tips{
	display: flex;
	align-items: center;
	font-size: 12px;
}
.tips img{
	margin-right: 5px;
}
.loginBtn{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #C5181F;
	border-radius: 4px;
	margin-top: 20px;
	font-size: 16px;
}

.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background: rgba(0,0,0,.6);
	display: none;
}
.layerIn{
	position: absolute;
	width: 400px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	padding: 20px;
}
.maskTit{
	color: #333;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 20px;
}
.mask select{
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 0 10px;
	outline: 0;
}
.mask select option{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	line-height: 30px !important;
}
.submitBtn{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #C5181F;
	border-radius: 4px;
	font-size: 16px;
}

.inputli input{
	flex: 1;
}
.inputli .icon3{
	background: url(login_icon3.png) no-repeat center;
	background-size: contain;
}
.inputli .icon4{
	background: url(login_icon4.png) no-repeat center;
	background-size: contain;
}
.inputli .icon5{
	background: url(login_icon6.png) no-repeat center;
	background-size: contain;
}
.btnOut{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btnOut .submitBtn{
	width: 45%;
}
.btnOut .submitBtn2{
	background: #bfbaba;
}
.getCode{
	height: 40px;
	font-size: 16px;
	color: #d20a10;
	width: 130px;
	text-align: center;
	background: #fff;
	padding: 0;
	outline: 0;
	border: 0;
}
.layercode {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
}

.layercode .png-bg {
	background: #000;
	opacity: 0.5;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.layercode-con {
	background: #fff;
	border-radius: 5px;
	width: 20%;
	position: absolute;
	top: 30%;
	left:30%;
	padding: 5%;
}

.yidun.yidun--light .yidun_bgimg,
.yidun.yidun--light.yidun--float .yidun_panel {
	position: static!important;
	top: 0!important;
	left: 0!important;
}

.yidun.yidun--light.yidun--float .yidun_panel {
	display: block!important;
}

.yidun.yidun--light .yidun_panel-placeholder {
	padding-top: 0!important;
}

.inputli input{
            flex: 1;
}
.inputli .icon3{
	background: url(login_i6.png) no-repeat center;
	background-size: contain;
}
.inputli .icon4{
	background: url(login_i7.png) no-repeat center;
	background-size: contain;
}
.btnOut{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btnOut .submitBtn{
	width: 45%;
}
.btnOut .submitBtn2{
	background: #bfbaba;
}
.getCode{
	height: 40px;
	font-size: 16px;
	color: #d20a10;
	width: 130px;
	text-align: center;
	background: #fff;
	padding: 0;
	outline: 0;
	border: 0;
}

.formUl li img{
	height: 40px;
	width: 120px;
	margin-left: 10px;
	cursor: pointer;
}