body{
	width:100%;
	margin:0;
	padding:0;
	background-image:url(/resource/website/images/login_bg.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	position:relative;
}
/*.layuimini-content-page{
	position:relative;
}*/
.login_header{
	width:100%;
	height:55px;
	line-height:50px;
	text-align:center;
	background-color: #FFFFFF;
	
}
.login_header h1,h3{
	display:inline;
	color:#3B4450;
	font-weight:500;
}
.login_header .log_name{
	font-size:18px;
}
.login_header h3{
font-size:14px;
}
.logo{
	width:36px;
	height:36px;
	position:relative;
	top:-4px
}

.n_main{
    width:100%;
	height:530px;
	
}
.login_banner{
	width:438px;
	height:413px;
}
.n_mainshow {
    width: 1000px;
    margin: 0px auto;
	height:530px;
}
.dflex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.user_info{
	display: block;
	width: 280px;
	padding-top: 5px;
	overflow: hidden;
	margin: 0 auto;
}

.l_maindata {
    background-color: #ffffff;
	border-radius: 5px
}
.layui-tab-brief > .layui-tab-title .layui-this{
	color:#3B4450
}

.layui-tab-brief > .layui-tab-title .layui-this::after, .layui-tab-brief > .layui-tab-more li.layui-this::after {
    border-bottom: 2px solid #1828A8;
}
.mt{
	margin-bottom:20px;
}
.sub_int{
	font-size:18px;
	color:#FFFFFF;
	background-color:#2242b0;
	border-radius:5px;
}
.n_footer{
  height:50px;
  font-size:14px;
  color:#FFFFFF;
  text-align:center;
  position:fixed;
  bottom:0
}
.n_footer.dflex{
	justify-content: space-around;
	-webkit-justify-content: space-around;
	

}

.n_footer a:hover {
    color: #e62129 !important;
}