.login-top{
	background: #ffffff;
	height: 80px;
	display: flex;
	padding-left: 30px;
}
.login-top .logo{
	width: 60px;
	height: 60px;
	background: #333;
	margin-top: 10px;
}
.login-top .name{
	margin-left: 20px;
}
.login-top .name .n{
	font-size: 26px;
	font-family: "微软雅黑";
	font-weight: bold;
	padding-top: 15px;
}
.login-top .name .p{
	font-size: 12px;
	color: #666;
	padding-top: 10px;
}
.add-contw{
	    position: absolute;
	    width: 420px;
	    top: 2%;
	    right: 10%;
}
.code{
	display: flex;
	height: 50px;
}
.code .inp{
	flex: 2;
	height: 50px;
}

.code .btn{
	flex: 1;
	text-align: right;
}
.code .btn button{
	height: 50px;
	line-height: 50px;
}

.left-nav{
	width: 320px;
	max-width: 320px;
	top: 60px;
	background-color: #000c17;
}
.left-nav a.active{
	background-color: #1E9FFF!important;
}
.left-nav a:hover{
	background-color: #1e9fff8f!important;
}
.left-nav #nav li a{
	color: #ffffff;
	border-left:0
}
#side-nav{
	width: 320px;
}
.x-admin-sm .left-nav #nav li a cite {
    font-size: 14px;
}
.page-content{
	left: 320px;
	top: 60px;
}
.container{
	height: 60px;
	background: #ffffff;
}
.container .logo a{
	font-size: 16px;
	width: 300px;
	line-height: 60px;
	background: #002140;
	    color: #fff;
}
.container .left_open i{
	margin-top: 13px;
	    background: #534e4e70;
}
.container .left_open i:hover{
	    background: #534e4e70;
}
.left-nav #nav li a{
	padding: 15px 15px 15px 15px;
}
.container a, .layui-nav .layui-nav-item a {
    color: #333;
}
.container .layui-nav-item {
    line-height: 60px;
    
}
.x-admin-sm .layui-nav * {
    font-size: 15px!important;
}
.left-nav #nav li .sub-menu {
    background: #001529;
}

.w-top-cont{
	display: flex;
	margin-top: 15px;
	
}
.w-li-cont li{
	border-bottom: 1px solid #f6f6f6;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
}
.w-lo-down{
	float: right;
	color: #1E9FFF;
	cursor: pointer;
}
.w-top-cont .logo{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 20px;
}
.w-top-cont .w-msg .p1{
	font-size: 20px;
	    color: #333;
	    line-height: 40px;
}
.w-top-cont .w-msg .p2{
	font-size: 14px;
	color: #333;
}
.w-top-cont .w-msg .p2 span{
	margin: 0 20px;
}

.w-r-logo{
	width: 30px;
	    display: block;
	    float: left;
	    margin: 12px;
}
.w-pages-dd-list .gd-content{
    display: flex;	
	margin-bottom: 20px;
}
.w-pages-dd-list .gd-content .pre,.next{
	width: 30px;
	text-align: center;
	line-height: 96px;
	background: #e4e4e4;
	cursor: pointer;
}
.w-pages-dd-list .gd-content .gd-list{
	flex: 1;
	 display: flex;	
}
.w-pages-dd-list .gd-content .gd-list .l{
	width: 80px;
	text-align: center;
	    flex: 1;
}
.w-pages-dd-list .gd-content .gd-list  .img img{
	    width: 20px;
	    margin-top: 16px;
}
.w-pages-dd-list .gd-content .gd-list .l .img{
	width: 60px;
}
.w-pages-dd-list .gd-content .gd-list .l p{
	text-align: center;
	font-size: 12px;
	color: #333;
}

.AG-contentlist .t{
	    background: #1e9fff57;
	    padding: 8px 10px;
	    border-radius: 3px;
}
.AG-contentlist .xyUpdata{
	padding: 0px 20px;
}