@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{
	/*background: #eeeeee  0 0 no-repeat;*/
	 background:url(../images/bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.logo2{

	/*position: absolute;*/
	/*top:60px;*/
	/*left: 60px;*/
	margin-top: 60px;
	margin-left: 60px;
}
.login{
    margin: 280px auto 0 auto;
    min-height: 420px;
    max-width: 420px;
    padding: 40px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
}
.login a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.login .message {
    margin: 10px 0 0 -58px;
    padding: 18px 10px 18px 60px;
    background: #365efe;
    position: relative;
    color: #fff;
    font-size: 20px;
	letter-spacing:3px;
	font-weight: 700;
}
.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: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline:none;
    width:100%;
    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: #365efe;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}
.login hr {
	background: #fff  0 0 no-repeat;
}
.login hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.login hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.x-body{
	padding: 20px;
}
.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{
	text-align: center;
	margin-bottom: 20px;
}
.x-so input.layui-input{
	/*width: 190px;*/
	width: 166px;
}
.x-so .layui-form-label{
	display: inline-block;
}
.x-so input.layui-input,.x-so input.layui-btn{
	display: inline-block;
}
.x-red{
	color: red;
}
.page{
	margin-top: 20px;
	text-align: center;
	margin-bottom: 40px;
}
.page a{
	display: inline-block;
	background: #fff  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: #365efe  0 0 no-repeat;
	color: #fff;
	padding: 10px;
	min-width: 15px;
	border: 1px solid #009688;
}

.page .current{
	display: inline-block;
	background: #365efe  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: #009688  0 0 no-repeat;
	color: #fff;
	border: 1px solid #009688;

}

/*登录样式*/
/*头部*/
.container{
	width: 100%;
	height: 64px;
	background-color: #365efe;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.container .logo a{
	float: left;
	color: #fff;
	font-size: 18px;
	padding-left: 20px;
	line-height: 64px;
	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;
	background: rgba(255,255,255,0.1)  0 0 no-repeat;
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	text-align: center;
	margin-top: 16px;
	cursor: pointer;
}
.container .left_open i:hover{
	background: rgba(255,255,255,0.3)  0 0 no-repeat;
}

.container .left{
	background-color:rgba(0,0,0,0);
	float: left;

}
.container .layui-nav-item{
	line-height: 64px;
}
.container .layui-nav-more{
	top: 30px;
}
.container .layui-nav-child{
	top: 64px;
}
.container .layui-nav-child i{
	margin-right: 10px;
}
.layui-nav .layui-nav-item a{
	color: #fff;
}
.layui-nav .layui-nav-child a{
	color: #333;
}
.left-nav{
	position: absolute;
    top: 64px;
    bottom: 0px;
    left: 0;
    z-index: 2;
    padding-top: 10px;
	background-color: #EEEEEE;
	width: 220px;
    max-width: 220px;
    overflow: auto;
    overflow-x:hidden;
    border-right: 1px solid #e5e5e5;

    /*width: 0px;*/
}
.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{
	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  0 0 no-repeat;*/
}
.left-nav #nav li .opened .current{

}
.left-nav #nav li .sub-menu li:hover{
	/*color: blue;*/
	 /*background: #fff  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 .sub-menu li a:hover{
	color: #148cf1;
}
.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: 64px;
    right: 0;
    bottom: 42px;
    left: 221px;
    overflow: hidden;
    z-index: 1;
}
.page-content-bg{
	position: absolute;
    top: 46px;
    right: 0;
    bottom: 42px;
    left: 221px;
    background: rgba(0,0,0,0.5)  0 0 no-repeat;
    overflow: hidden;
    z-index: 100;
    display: none;
}

.page-content .tab{
	height: 100%;
	width: 100%;
	background: #EFEEF0  0 0 no-repeat;
	margin: 0px;
}
.page-content .layui-tab-title{
	/*padding-top: 5px;*/
	height: 35px;
	background: #EFEEF0  0 0 no-repeat;
	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  0 0 no-repeat;
}
.page-content .layui-tab-bar{
	height:34px;
	line-height: 35px;
}
.page-content .layui-tab-content{
	position: absolute;
	top: 36px;
	bottom: 0px;
	width: 100%;
	background: #fff  0 0 no-repeat;
	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: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #222;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 41px;
	color: #fff;
	/*padding-left: 10px;*/
}
.footer .copyright{
	margin-left: 10px;
}


@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;
	}
}
.excel{ background-color: #009688;}
/*表格样式*/
.input1{
	width: 120px;
	float: left;
    margin-right: 10px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
/*.td{
	    background-color: #d9edf7;
	    border: 1px solid #ddd;
	    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}*/
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #FBFBFB;
}
/*.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}*/
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
	vertical-align: top;}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
	border-color: #d43f3a;}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
	border: 1px solid transparent;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
	border-color: #2e6da4;}
.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
	border-radius: 3px;}

.table {
    text-align: center;
}

.td1{
	background-color: #FBFBFB;

}

.layui-field-box .td2{
	padding: 20px 15px;
}
.layui-form-item .input2{width: 390px;}
.label1{line-height: 50px; font-size: 16px;}

.com_input{width: 100%; height: 34px; border: none;}

/*.layui-input-inline{width: 173px;}*/
.float_left{float: left;}
.blue_a{  font-size: 14px;   height: 30px; border-radius: 2px; display: inline-block; line-height: 30px; text-align: center;     white-space: nowrap;
}
.blue_a:hover{ background-color: #365efe; color: #f8f8f8;}
.layui-form-item .layui-input-inline {
	width: auto;
}
.radio{height: 20px;
	width: 20px; border: 1px solid #444444;}

/*input[type=radio]{display: block;}*/


.text-area{ height: 130px; width: 400px;}
.goods-img{height: 100px; width: auto;}
.forget_font_left{
	width: 170px;
	float: left;
	margin-top: 20px;
	font-size: 14px;
}
.forget_font_left a{
	font-size: 14px;
}

.forget_font{
	width: 170px;
	margin-top: 20px;
	float: right;
	text-align: right;
}
.forget_font a{
	font-size: 14px;
}

.width_280 { width: 324px;}
.input-check{ width: 20px;
	height: 20px;}
.layui-form-label{ font-size: 12px; display: inline-block; width: 170px;}
.width_80 {
	width: 80px;}
.margin-top20{
	margin-top: 20px;
}
.td2_month{
	height: 20px;
	padding: 0;
}

.layui-icon{ font-size: 14px; margin-right: 20px;}
.no-border{border: none; padding-top: 10px; display: block; color: #444444; text-align: center;}
.color-blue { color: #1E9FFF;}
.color-green{ color: green;}
.color-red{ color: red;}
.imgDiv{margin-top: 10px; display: table-caption;}
.imgDelete{ color: #f0ad4e}
.width_193{width: 193px;}
.layui-unselect{width: 193px;}
.text_area{
	width: 600px;
	height: 180px;
}
.border-file{
	border: 1px solid #93D1FF; padding: 20px; line-height: 35px;
}

.folder_divs li{
	float: left;
	width: 180px;
	height: 100px;
	text-align: center;

}
.folder_file_divs li{
	float: left;
	width: 180px;
	height: 100px;
	text-align: center;
	/*border: 1px solid #ccc;*/
	margin-right: 10px;
	line-height: 30px;
}
.font_16{font-size: 16px;}
.folder_div_img{color: #ccc;}
.folder_div_text{font-weight: bold;}
.layui-icon-file{
	font-size: 44px;
	color: #93D1FF;
}
.folder_file_divs{ margin-top: 40px;}

.text-area-reason{ width: 400px; height: 150px; border-color:#e6e6e6;}
.layui-input-block{margin-left:20px;}
.layui-unselect{width: 230px;}

.layui-form-radio{width: 0px; margin: 0; padding: 0;  float: left;}
.layui-form-checkbox{width: 0px; margin: 0; padding: 0;  float: left;  }

.hidden { display: none; }
.visible { display: block; }
.width_220{width: 220px;}
.layui-tab-title{font-size: 24px; font-weight: bold;}
.layui-tab-title2{font-size: 20px;  }

.sign_xuanze{ float: left;}
.radio-new{
	display: inline-block; width: 15px; height: 15px;margin-top: 0px; margin-left: 30px;
}
.sign_title{clear: both; height: 70px;}
.sign_text{margin-top: 20px;}

.layui-form input[type=checkbox], .layui-form input[type=radio], .layui-form select {
	 /*display: block;  */
}