
.mask{
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display:none;
}
.load{
	width: 20%;
	position: absolute;
	top: 30%;
	left: 40%;
	opacity: .5;
}
.load img{
	width: 100%;
}
.cl{
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.bottom{
	margin-top:0;
}
.login_container{
	width: 100%;
	background: url('/Content/images/login_bj_02.png') no-repeat center center;
	padding: 90px 0;
}
.login_main{
	padding: 90px 100px;
	width: 440px;
	min-height: 320px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	margin: 0 auto;
}
.login_main .login {
    position: relative;
    margin: 0 auto;
	border: 8px solid #eee;
    background: #fff;
    border-radius: 3px;
	padding: 100px 0;
}
.login_cont{
	border-radius: 8px;
	background: #fff;	
}



.login_nav{
	margin: 0 auto 20px;
	text-align: center;
	
}
.login_nav_li{
	width: 100px;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
}
.login_nav_li:first-child{
	margin-right: 30px;
}
.login_nav_li.act{
	background-color: #fff;
	font-size: 18px;
	padding-bottom: 5px;
	background: url('/Content/images/line.png') no-repeat bottom center;
}
.container {
	padding-top: 60px;
}

.login_wrap {
}

.form_group{
	margin-bottom: 16px;
	width: calc(100%);
	/* background: #F7F8FC; */
	border-radius: 4px;
	border: 1px solid #e6e6e6;
}
.login_input input{
	width: calc(100% - 42px);
	padding: 10px 20px;
	height: 24px;
	line-height: 24px;
	border: none;
	outline: none;
}
.getcode{
	padding: 10px 20px;
	background: #fff;
	color: #ca2323;
	border: none;
	border-radius: 5px;
}
#password,#readCard{
	display: none;
}
.login_btn{
	display: block;
	background-color: #ca2323;
	width: 100%;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 40px;
	margin: 30px auto;
}

input[type=checkbox] {
	cursor: pointer;
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 14px;
	height: 14px;
}

input[type=checkbox]::after {
	position: absolute;
	top: 0;
	background-color: transparent;
	color: #fff;
	width: 14px;
	height: 14px;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	text-align: center;
	content: ' ';
	border-radius: 2px;
	box-sizing: border-box;
	border: none;
}

input[type=checkbox]:checked::after {
	content: "";
	background-color: #ca2323;
	border-color: #ca2323;
	background-color: #ca2323;
}

input[type=checkbox]:checked::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 5px;
	width: 3px;
	height: 8px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	z-index: 1;
}
.agree{
	margin-top: 20px;
}

.login_input select{
	width: 100%;
	padding: 30px 10px 20px;
	border-bottom: 1px solid #ccc;
	color: #999999;
}
.linear{
	width: 1px;
	height: 343px;
	background-color: #eee;
	/* margin: 0 0 0 50px; */
}