
#foot-box{

}
.body_pannel{
	background-color: #0962d6;
	width: 100%;
	height: 100%;
}
.login_pannel{
	position:relative;
	background-color: #ffffff;
	background-image: url(../img/login_bg.png);
	background-size:cover;
	background-repeat: no-repeat;
	width:100%;
	min-height:550px;
}

.login_con{
	position:absolute;
	top:105px;
	right:12%;
	width:400px;
	height:400px;
	background:rgba(255,255,255,1);
	box-shadow:0px 9px 21px 0px rgba(5,118,171,0.31);
	border-radius:5px;
}

.nav_list{
	display:flex;
}

.nav_item{
	flex:1;
	text-align:center;
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(89,89,97,1);
	line-height:60px;
	border-bottom:2px solid rgba(216,216,216,1);
	cursor: pointer;
}

.login_penl{
	display:none;
}

.putong_login{
	display:block;
}

/* .nav_item:hover{
	border-bottom:2px solid #0962d6;
} */

.nav_item_current{
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:#0962d6;
	line-height:60px;
	border-bottom:2px solid #0962d6;
}

.layui-form{
	margin:30px;
	width:340px;
}

.bottom_gn{
	display:flex;
	
}

.bottom_gn_item{
	flex:1;
	display:flex;padding:10px 30px;
}

a{
	color:#0962d6;
}

.btn_styler {
    width: 90%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    background: #0962d6;
    font-size: 16px;
    text-align: center;
    color: #fff;
	margin-top: 40px;
}