@charset "utf-8";
@import url(../lib/layui/css/layui.css);
*{
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
a{
	text-decoration: none;
}
html{
	width: 100%;
	height: 100%;
	overflow-x:hidden; 
	overflow-y:auto;
}
body{
	width: 100%;
	/*min-height: 100%;*/
}
.login-bg{
	width: 100%;
    height:100%;
	background: -webkit-linear-gradient(left top, #1f303c , #232d40); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #1f303c, #232d40); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #1f303c, #232d40); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #1f303c , #232d40); /* 标准的语法 */
    position: relative;
}
.login{
    width: 600px;
    height: 616px;
    background: url(../images/bg-login.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -247px;
    margin-top: -272px;
}
.login a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.login .message {
	width: 494px;
	margin-top: 80px;
	margin-bottom: 44px;
    text-align: center;
    color: #e0efff;
    font-size: 28px;
}
.login #darkbannerwrap {
    background: url(../images/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

.login input[type=text],
.login input[type=file],
.login input[type=password],
.login input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 0;
    height: 44px;
    margin: 0 0 24px 67px;
    font-size: 14px;
    color: #555555;
    outline:none;
    width:360px;
    box-sizing: border-box;
}
.login input[type=text]:focus,
.login input[type=file]:focus,
.login input[type=password]:focus,
.login input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}
.login input[type=submit],
.login input[type=button]{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #189F92;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}
.login .input-user {
	padding-left: 48px;
	background: #fff url(../images/icon-user.png) 10px center no-repeat;
	background-size: 8%;
}
.login .input-pass {
	padding-left: 48px;
	background: #fff url(../images/icon-pass.png) 10px center no-repeat;
	background-size: 8%;
}
.margin-top{
	margin-top: 60px;
}
.x-body{
	padding: 20px;
	margin: 0 20px;
	background: #fff;
	border-radius: 5px;
	position: relative;
}
.x-body .list-title{
	padding: 30px 20px;
	background: #f0831e;
	position: absolute;
	top: -40px;
	left: 40px;
	border-radius: 5px;
	color: #fff;
}
.x-body table.layui-table{
	margin-top: 40px;
}
.x-body .btn-right{
	position: absolute;
	right: 0;
	top: -50px;
}
.x-body .btn-define{
	height: 30px;
    line-height: 30px;
    padding: 0 30px;
    border-radius: 15px;
    background: #26abfd;
}
.x-body .btn-center{
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}
.x-body .btn-blue{
    background: #26abfd;
}
.x-nav{
    padding: 0 20px;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #e5e5e5;
    line-height: 39px;
    height: 39px;
    overflow: hidden;
}
xblock{
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    line-height: 22px;
    /* border-left: 5px solid #009688; */
    border-radius: 0 2px 2px 0;
    background-color: #f2f2f2;
}
.x-right{
  float: right;
}
.x-so{
	margin-bottom: 20px;
}
.x-so input.layui-input{
	width: 170px;
}
.x-so .layui-form-label{
	display: inline-block;
}
.x-so input.layui-input{
	background: none;
}
.x-so input.layui-input,.x-so input.layui-btn{
	display: inline-block;
	
}
.x-red{
	color: red;
}
.page{
	margin-top: 20px;
	text-align: center;

}
.page a{
	display: inline-block;
	background: #fff url() 0 0 no-repeat;
	color: #888;
	padding: 10px;
	min-width: 15px;
	border: 1px solid #E2E2E2;

}
.page span{
	display: inline-block;
	padding: 10px;
	min-width: 15px;
	border: 1px solid #E2E2E2;
}
.page span.current{
	display: inline-block;
	background: #009688 url() 0 0 no-repeat;
	color: #fff;
	padding: 10px;
	min-width: 15px;
	border: 1px solid #009688;
}
.page .pagination li{
	display: inline-block;
	margin-right: 5px;
	text-align: center;
}
.page .pagination li.active span{
	background: #26abfd;
	color: #fff;
	border: 1px solid #26abfd;

}

/*登录样式*/
/*头部*/
.container{
	position: absolute;
	left: 220px;
	right: 0;
	top: 0;
	height: 45px;
	background-color: #f2f2f2;
}
.container a.title{
	float: left;
	color: #666;
	font-size: 14px;
	padding-left: 20px;
	line-height: 45px;
	width: 200px;
}
.container .right{
	background-color:rgba(0,0,0,0);
	float: right;

}
.container .left_open{
	height: 45px;
	float: left;
}
.container .left_open i{
	display: block;
	color: #666;
	line-height: 45px;
	padding-left: 20px;
	cursor: pointer;
}
.container .left_open i:hover{
	background: rgba(255,255,255,0.3) url() 0 0 no-repeat;
}

.container .left{
	background-color:rgba(0,0,0,0);
	float: left;

}
.container .layui-nav-item{
	line-height: 45px;
}
.container .layui-nav-more{
	top: 20px;
}
.container .layui-nav-child{
	top: 50px;
}
.container .layui-nav-child i{
	margin-right: 10px;
}
.layui-nav .layui-nav-item a{
	color: #666;
}
.layui-nav .layui-nav-more{
	border-top-color:#666;
}
.layui-nav .layui-nav-child a{
	color: #333;
}
.layui-nav .layui-nav-item a:hover{
	color:#666;
}
.layui-nav .layui-nav-more{
	border-top-color:#666;border-color: #666 transparent transparent ;
}
.left-nav{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding-top: 10px;
	background-color: #1e292c;
	width: 220px;
    max-width: 220px;
    overflow: auto;
    overflow-x:hidden;

    /*width: 0px;*/
}
.left-nav .logo{
	width: 100px;
    margin: 40px auto;
    display: block;
}
.left-nav #nav li{
	/*border-bottom: 1px solid #e5e5e5;*/
}
.left-nav #nav li:hover > a{
	/*color: blue;*/
}
.left-nav #nav .current{
	background-color: rgba(0, 0, 0, 0.3);
}
.left-nav #nav li a{
	color: #e6e6e6;
	font-size: 14px;
	padding: 10px 15px 10px 20px;
	display: block;
	cursor: pointer;
}
.left-nav #nav li a cite{
	font-size: 14px;
}

.left-nav #nav li .sub-menu{
	display: none;
}
.left-nav #nav li .opened{
	display: block;
}
.left-nav #nav li .opened:hover{
	/*background: #fff url() 0 0 no-repeat;*/
}
.left-nav #nav li .opened .current{
	
}
.left-nav #nav li .sub-menu li:hover{
	/*color: blue;*/
	 /*background: #fff url() 0 0 no-repeat;*/
}
.left-nav #nav li .sub-menu li a{
	padding: 12px 15px 12px 30px;
	font-size: 14px;
	cursor: pointer;
}
.left-nav #nav li .sub-menu li .sub-menu li a{
	padding-left: 45px;
}
.left-nav #nav li  a:hover{
	color: #f0831e;
	background: #333a3d;
	border-left: 4px solid #f0831e;
}
.left-nav #nav li .sub-menu li a.tab-this{
	color: #f0831e;
	background: #333a3d;
	border-left: 4px solid #f0831e;
}
.left-nav #nav li .sub-menu li a i{
	font-size: 12px;
}
.left-nav #nav li a i{
	padding-right: 10px;
	line-height: 14px;
}
.left-nav #nav li .nav_right{
	float: right;
	font-size: 16px;
}
.x-slide_left {
    width: 17px;
    height: 61px;
    background: url(../images/icon.png) 0 0 no-repeat;
    position: absolute;
    top: 200px;
    left: 221px;
    cursor: pointer;
    z-index: 3;
}
.page-content{
	position: absolute;
    top: 45px;
    right: 0;
    bottom: 0;
    left: 221px;
    overflow: hidden;
    z-index: 1;
}
.page-content-bg{
	position: absolute;
    top: 46px;
    right: 0;
    bottom: 42px;
    left: 221px;
    background: #f2f2f2;
    overflow: hidden;
    z-index: 100;
    display: none;
}

.page-content .tab{
	height: 100%;
	width: 100%;
	background: #f2f2f2;
	margin: 0px;
}
.page-content .layui-tab-title{
	/*padding-top: 5px;*/
	height: 35px;
	background: #f2f2f2;
	position: relative;
	z-index: 100;
}
.page-content .layui-tab-title li{
	line-height: 35px;
}
.page-content .layui-tab-title .layui-this:after{
	height: 36px;
}
.page-content .layui-tab-title li .layui-tab-close{
	border-radius: 50%;
}
.page-content .layui-tab-title .layui-this{
	background: #fff url() 0 0 no-repeat;
}
.page-content .layui-tab-bar{
	height:34px;
	line-height: 35px;
}
.page-content .layui-tab-content{
	position: absolute;
	top: 0;
	bottom: 0px;
	width: 100%;
	background: #f2f2f2;
	padding: 0px;
	overflow: hidden;
}
.page-content .layui-tab-content .layui-tab-item{
	width: 100%;
	height: 100%;
	
}
.page-content .layui-tab-content .layui-tab-item iframe{
	width: 100%;
	height: 100%;

}

.welcome-footer{padding: 30px 0; line-height: 30px; text-align: center; background-color: #eee; color: #666; font-weight: 300;}
body .layui-layout-admin .footer-demo{height: auto; padding: 15px 0; line-height: 26px;}
.welcome-footer a{padding: 0 5px;}

table th, table td {
    word-break: break-all;
}

.footer{
	position: absolute;
	bottom: 0px;
	left: 220px;
	right: 0;
	background-color: #f2f2f2;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 41px;
	color: #fff;
	/*padding-left: 10px;*/
}
.footer .copyright{
	margin-left: 10px;
	color: #666;
}


@media screen and (max-width: 768px){
	.fast-add{
		display: none;
	}
	.layui-nav .to-index{
		display: none;
	}
	.container .logo a{
		width: 140px;
	}
	.container .left_open {
		/*float: right;*/
	}
	.left-nav{
		left: -221px;
	}
	.page-content{
		left: 0px;
	}
	.page-content .layui-tab-content .layui-tab-item{
		-webkit-overflow-scrolling: touch; 
  		overflow-y: scroll;	
	}
	.x-so input.layui-input{
		width: 100%;
		margin: 10px;
	}
}
.layui-layer .layui-layer-title{border-radius:8px 8px 0 0}
body .layui-layer{border-radius: 8px;}
.layui-layer-content .layui-layer-load{background-color: #fff;border-radius: 8px;} 
.popup-box{width: 360px;position: absolute;top: 0;left: 50%;margin-left: -200px;}
.popup-box .input-name{color: #999;line-height: 28px;}
.popup-box .input-name span{color: #26abfd;padding-left: 20px;}