body{
	width: 100%;
	height: 100%;
	background: url(/Content/img/login_bg.png) no-repeat;
	background-size: 100% 100%;
}
.login_all{
	position: absolute;
	width: 10rem;
	height: 5.7rem;
	top: 50%;
	left: 50%;
	margin-left: -5rem;
	margin-top: -2.85rem;
	background: url(/Content/img/login_all_bg.png) no-repeat;
	background-size: 100% 100%;
}
.login_all_l{
	width: 4.8rem;
	float: left;
	height: 2.6rem;
	margin-top: 2.7rem;
	margin-left: 0.2rem;
	text-align: center;
}
.login_logo{
	width: 2.4rem;
	margin-top: 0.15rem;
}
.login_jg{
	width: 3.75rem;
	margin-top: 0.15rem;
	margin-bottom: 0.2rem;
}
.login_ewm{
	width: 100%;
	text-align: center;
}
.login_ewm li{
	display: inline-block;
	margin-left: 0.18rem;
	margin-right: 0.18rem;
}
.login_ewm li img{
	width: 0.98rem;
	height: 0.98rem;
}
.login_ewm li p{
	width: 100%;
	text-align: center;
	margin: 0;
	font-size: 0.13rem;
	margin-top: 0.05rem;
}
.login_all_r{
	width: 4rem;
	float: left;
	height: 2.6rem;
	margin-top: 2.7rem;
	margin-left: 0.3rem;
}
.login_all_r_title{
	font-size: 0.2rem;
	color: #333333;
	font-weight: bold;
	margin: 0;
	width: 100%;
	text-align: left;
	margin-top: 0.15rem;
	margin-bottom: 0.1rem;
}
.login_all_r ul{
	width: 100%;
}
.login_all_r ul li{
	width: 100%;
	margin-bottom: 0.12rem;
	height: 0.4rem;
	background-color:rgba(255,255,255,1);
	text-align: left;
	
}
.login_all_r ul li input{
	width: 100%;
	text-indent: 0.55rem;
	font-size: 0.16rem;
	background: rgba(0,0,0,0);
	border:1px solid rgba(230, 230, 230, 1);
	box-shadow:0px 0px 5px 0px rgba(7,0,2,0.07);
}
.sryhm{
	background-image: url(/Content/img/yhm_bg.png);
	background-repeat: no-repeat;
	background-size: 0.6rem 0.6rem;
	background-position: -0.05rem -0.05rem;
}
.srmm{
	background-image: url(/Content/img/mm_bg.png);
	background-repeat: no-repeat;
	background-size: 0.6rem 0.6rem;
	background-position: -0.05rem -0.05rem;
}
.sryzm{
	background-image: url(/Content/img/yzm_bg.png);
	background-repeat: no-repeat;
	background-size: 0.6rem 0.6rem;
	background-position: -0.05rem -0.05rem;
}
.sryzm input{
	width: 2.67rem !important;
}
.sryzm div{
	display: inline-block;
	float: right;
	width: 1.13rem;
	height: 0.4rem;
}
.sryzm div img{
	width: 100%;
	height: 100%;
}
.login_btn{
	display: block;
	width: 4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background:linear-gradient(90deg,rgba(111,178,255,1),rgba(9,95,255,1));
    box-shadow:0px 7px 27px 0px rgba(50,129,255,0.51);
    color: #fff;
    font-size: 0.16rem;
    font-weight: bold;
}


.login_bottom{
	position: absolute;
	width: 100%;
	bottom:0.1rem
}
.login_bottom p{
	width: 100%;
	text-align: center;
	font-size: 0.15rem;
	line-height: 0.2rem;
	margin: 0;
	color: #1A1A1A;
}
