body {
	color: #333333;
	font-family: "microsoft yahei";
	background: #edf0f5;
	font-size: 14px;
}

html,
body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #5186ec;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
	max-width: 100%;
}

table {
	border-collapse: collapse;
}

input,
textarea,
select,
button {
	font-family: inherit;
	border: 0;
	outline: none;
}

.wrap {
	width: 100%;
	overflow: hidden;
}
input[type=checkbox]{
	position: relative;
	vertical-align: middle;
}
input[type=checkbox]::after{
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	position: absolute;
	left: -2px;
	top: -4px;
}
input[type=checkbox]:checked::after{
	background: url(../images/2_17.png) center no-repeat #fff;
}

/*公共样式勿删除*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}

/**/

/**/
.header {
	background: #fff;
	line-height: 68px;
	padding: 0 20px;
	height: 68px;
}

.header .logo span {
	font-size: 20px;
	color: #5186ec;
}

.header .user a {
	color: #90a2b3;
	font-size: 12px;
	padding-left: 10px;
}

.header .user i {
	width: 23px;
	height: 23px;
	vertical-align: middle;
	margin: -3px 5px 0 25px;
	background-image: url(../images/2_03.png);
	background-repeat: no-repeat;
	display: inline-block;
}

.header .user .i2 {
	background-position: -101px 0;
}

.header .user .i3 {
	background-position: -267px 0;
}

.leftmenu {
	background: #304368;
	position: fixed;
	left: 0;
	bottom: 0;
	overflow-y: scroll;
	line-height: 40px;
	top: 68px;
	width: 220px;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.leftmenu::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
  }

  /*定义滚动条轨道 内阴影+圆角*/
.leftmenu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  /*定义滑块 内阴影+圆角*/
.leftmenu::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
  }

.leftmenu>ul {
	background: #283857;
}

.leftmenu>ul>li>a {
	display: block;
	color: #8e9dc3;
	padding-left: 20px;
	position: relative;
	border-left: 3px solid transparent;
}
.leftmenu>ul>li>ul{
	background: #162139;
	padding: 10px 10px;
	display: none;
}
.leftmenu>ul ul{
	padding:5px 10px;
}
.leftmenu>ul ul ul a{
	color: #5186ec;
}
.leftmenu>ul ul ul ul a{
	color:rgba(255,255,255,0.3);
}
.leftmenu>ul ul a{
	display: block;
	line-height: 30px;
	color: #8e9dc3;
}
.leftmenu>ul ul a.on,.leftmenu>ul ul li a:hover{
	color: #fff;
}

.leftmenu>ul>li>a::after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 1px 1px 0 0;
	border-color: #8e9dc3;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 15px;
}

.leftmenu>ul>li>a.on,.leftmenu>ul>li>a:hover {
	color: #fff;
	background: #1b2947;
	border-left: 3px solid #5186ec;
}

.leftmenu>ul>li>a.on::after,.leftmenu>ul>li>>a:hover::after {
	border-color: #fff;
	border-width: 0 1px 1px 0;
}
.leftmenu>ul>li>a.on i,.leftmenu>ul>li>a:hover i{
	background-image: url(../images/2_14.png);
}
.leftmenu h3 {
	color: #5186ec;
	padding-left: 20px;
	margin: 0;
	line-height: 40px;
}

.leftmenu li i {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: -2px 5px 0 0;
	background-image: url(../images/2_13.png);
	background-repeat: no-repeat;
}

.leftmenu li .i2 {
	background-position: 0 -42px;
}

.leftmenu li .i3 {
	background-position: 0 -81px;
}

.leftmenu li .i4 {
	background-position: 0 -120px;
}

.leftmenu li .i5 {
	background-position: 0 -160px;
}

.leftmenu li .i6 {
	background-position: 0 -212px;
}

.leftmenu li .i7 {
	background-position: 0 -42px;
}

.rightcontent {
	position: fixed;
	left: 220px;
	bottom: 0;
	right: 0;
	top: 68px;
	padding: 15px 15px 0;
}

textarea {
	width: 100%;
	resize: none;
	vertical-align: middle;
}

button {
	cursor: pointer;
	vertical-align: middle;
}

.info {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.panel {
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
/**/
.info_top{
	background: #fff;
	padding: 12px;
	border: 1px solid #ddd;
	margin-bottom: 7px;
}
.info_top .search input{
	width: 260px;
	height: 30px;
	border: 1px solid #c6d5e5;
	padding-left: 10px;
	line-height: 28px;
	margin-right: 10px;
}
.info_top .search select{
	width: 154px;
	height: 30px;
	border: 1px solid #c6d5e5;
	padding-left: 10px;
	margin-right: 10px;
}
.info_top .search .data{
	width: 210px;
	background: url(../images/data_03.png) 10px center no-repeat;
	padding-left: 33px;
}
.info_bottom{
	padding: 8px 15px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #f6f8fa;
}
.table{
	width: 100%;
	background: #fff;
	text-align: center;
	border: 1px solid #ddd;
}
.table th,.table td{
	padding: 13px;
	font-weight: normal;
}
.table tr:nth-child(odd){
	background: #f9f9f9;
}
.table th{
	color: #6685a5;
}
.table td a+a{
	margin-left: 20px;
}
.info_top .btn{
	background: #5186ec;
	color: #fff;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	border-radius: 2px;
	padding: 0 30px;
}
.pages a{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #fff;
	text-align: center;
	line-height: 28px;
	border: 1px solid #ddd;
	margin-left: -6px;
}
.pages a.on{
	background: #eeeeee;
}
.pages span{
	padding: 0 10px;
}
.pages select{
	width: 70px;
	height: 30px;
	padding-left: 10px;
	border: 1px solid #c6d5e5;
}
/**/
.table_bottom span{
	margin-left: 20px;
}
.table_bottom em{
	font-style: normal;
	color: #248dad;
}
.add_icon{
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../images/2_10.png) center no-repeat;
	vertical-align: middle;
	margin-top: -3px;
}
.search_icon{
	display: inline-block;
	width: 17px;
	height: 18px;
	background: url(../images/2_07.png) center no-repeat;
	vertical-align: middle;
	margin-top: -2px;
}
.del_icon{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/del_03.png) center no-repeat;
	vertical-align: middle;
	margin-top: -3px;
}
.blue{
	color: #5186ec;
}
/**/
.title_info{
	font-size: 16px;
	padding-left: 10px;
	line-height: 16px;
	border-left: 3px solid #5186ec;
	margin-bottom: 15px;
}
.title_info span{
	color: #ff0000;
}
.fabu{
	background: #fff;
	border: 1px solid #ddd;
	padding: 30px;
	border-bottom: none;
	margin: 0;
	border-radius: 0;
}
.fabu table{
	width: 930px;
	max-width: 100%;
}
.fabu table td{
	padding: 15px 15px 0 0;
}
.fabu table td:first-child{
	text-align: right;
	width: 80px;
	padding-right: 20px;
	color: #999999;
}
.fabu table select{
	width: 195px;
	height: 36px;
	padding-left: 10px;
	border: 1px solid #c6d5e5;
}
.fabu table .input{
	width: 415px;
	height: 36px;
	padding-left: 10px;
	border: 1px solid #c6d5e5;
}
.fb_bottom button{
	width: 120px;
	margin: 5px;
	height: 30px;
	border-radius: 2px;
}
.btn-danger{
	background: #d32d39;
	color: #fff;
}
.btn-default{
	background: #fff;
	color: #999999;
	border: 1px solid #b6bdda;
}
.fabu .upbtn{
	width: 120px;
	height: 36px;
	color: #fff;
	background: #5186ec;
}
/**/
.mask{
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
	background: rgba(0,0,0,0.5);
}
.dialog{
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 302px;
	padding: 7px;
}
.dialog .bd{
	height: 285px;
}
.dialog .ft button{
	width: 100%;
	border-radius: 5px;
	height: 40px;
	border-radius: 5px;
	color: #fff;
}
.dialog .ft .flex{
	margin: 0 -2px;
}
.dialog .ft .btn1{
	background: #129ef6;
}
.dialog .ft .btn2{
	background: #ffa500;
}
.dialog .ft .btn3{
	background: #a3a3a3;
}
.dialog .ft .flex_item{
	padding: 0 2px;
}
/**/
.login .bd{
	width: 45%;
	padding: 0 40px;
}
.login .flex,.login {
	height: 100%;
}
.login .flex .pic{
	width: 55%;
	background: url(../images/1_01.jpg) center no-repeat;
	background-size: cover;
	height: 100%;
}
.login .bd h4{
	font-size: 12px;
	padding: 15px 0 10px;
}
.login .bd input{
	width: 100%;
	border-radius: 5px;
	height: 50px;
	border: 1px solid #ddd;
	padding-left: 15px;
}
.login .bd .code{
	width: 150px;
	height: 50px;
	border-radius: 5px;
	margin-left: 10px;
	border: 1px solid #ddd;
}
.login .bd button{
	margin-top: 20px;
	height: 50px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	width: 100%;
	background: #5186ec;
}
.login .bd h3{
	font-size: 16px;
	color: #5186ec;
	margin-top: 5px;
}
.login .bd h2{
	font-size: 20px;
}
/**/
.info_top .btn-danger{
	line-height: 30px;
	display: inline-block;
	border-radius: 2px;
	padding: 0 30px;
	margin-right: 5px;
}
.notice .a{
	border: 1px solid #ddd;
	padding: 20px;
	background: #fff;
	margin-bottom: 7px;
}
.notice .b{
	border: 1px solid #ddd;
	padding: 20px;
	background: #fff;
}
.notice .b h1{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding: 30px 0;
}
.notice .b h3,.notice .b p{
	line-height: 28px;
	color: #666;
}
.notice .b h3{
	margin-bottom: 20px;
}
.notice .b p{
	text-indent: 2em;
}
.notice .b .ft{
	text-align: right;
	font-size: 16px;
	line-height: 40px;
	margin-top: 30px;
}
.notice .b .ft span{
	display: inline-block;
	text-align: center;
	color: #666;
}
/**/
.addform{
	background: #fff;
	    border: 1px solid #ddd;
	    padding: 30px;
	    border-bottom: none;
	    margin: 0;
	    border-radius: 0;
}
.addform .input{
	width: 350px;
	height: 36px;
	padding-left: 10px;
	    border: 1px solid #c6d5e5;
}
.addform td{
	padding-top: 16px;
}
.addform table td:first-child {
    text-align: right;
    width: 145px;
    padding-right: 20px;
    color: #999999;
}
.addform table td:first-child span{
	color: #ff0000;
}
.addform table td.head {
    text-align: right;
    width: 145px;
    padding-right: 20px;
    color: #999999;
}
.addform table td.head span{
	color: #ff0000;
}
.addform table textarea{
	width: 350px;
	border: 1px solid #c6d5e5;
	padding: 10px;
	height: 135px;
}
.addform table .data{
	background: url(../images/data_03.png) 95% center no-repeat;
}
/**/
.detail{
	background: #fff;
	padding: 30px;
	border: 1px solid #ddd;
}
.detail .ft{
	font-size: 16px;
	margin-top: 15px;
}
.detail .ft .r{
	width: 240px;
}
.detail .bd{
	width: 756px;
	max-width: 100%;
}
.detail h2{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding: 30px 0 15px;
}
.detail table{
	width: 100%;
	color: #666;
	text-align: center;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.detail table td,.detail table th{
	padding: 5px 15px;
	border-left: 1px solid #ddd;
}
.detail table tr{
	border-bottom: 1px solid #ddd;
}
.detail table th{
	background: #eeeeee;
	font-weight: normal;
}
.detail table .in{
	border: none;
}
.detail table .in>td{
	padding: 0;
	border-left: none;
}
.detail table .in table{
	border: none;
	margin-left: -1px;
}
.detail table p{
	font-size: 12px;
	text-align: left;
}
.fb_bottom .btn{
	color: #fff;
	background: #5186ec;
}
.detail .hd span{
	color: #999999;
	padding-right: 20px;
}
.detail .hd select{
	width: 195px;
	height: 36px;
	border: 1px solid #c6d5e5;
	    padding-left: 10px;
}
.detail .check{
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 0 auto;
}
.detail .check.on{
	background: url(../images/3_03.png) center no-repeat;
	border-color:#5186ec ;
}
.detail .bd_lg{
	width: 100%;
}

/* 111 */
.layui-disabled, .layui-disabled:hover {
	color: #d2d2d2!important;
	cursor: not-allowed!important;
}
#upfile {
	display: none;
}
.upfile-tip {
	display: inline-block;
	margin-left: 15px;
	color: #999;
}
.input {
	width: 100%;
}
textarea {
	height: 100%;
}
.hide {
	display: none;
}

/* 富文本 */
.modal-backdrop{display:none}
.modal-dialog{margin-top:13%}
.addpic{ width: 120px; height: 120px; float: left; margin-bottom: 5px; margin-right: 5px;overflow: hidden;position: relative; background-color: #f2f2f2;border-radius: 5px; cursor: move;}
.addpic.up{ text-align: center; line-height: 120px; cursor: pointer;}
.addpic.up i{ font-size: 30px; color: #666;}
.addpic img{ width: 100%;border-radius: 5px;}
.addpic .delct{ position: absolute; height: 30px; width: 100%;display: block; line-height: 30px; background: rgba(0, 0, 0, 0.8);color: #fff;cursor: pointer; text-align: center; bottom: 0; left: 0; cursor: pointer;}
.addpic .ipt{ height: 18px; line-height: 18px; margin-top: 2px; width: 110px; }