/* 宽度 */
.w1 {
	width: 10px !important;
	min-width: 10px !important;
}

.w2 {
	width: 20px !important;
	min-width: 20px !important;
}

.w3 {
	width: 30px !important;
	min-width: 30px !important;
}

.w4 {
	width: 40px !important;
	min-width: 40px !important;
}

.w5 {
	width: 50px !important;
	min-width: 50px !important;
}

.w6 {
	width: 60px !important;
	min-width: 60px !important;
}

.w7 {
	width: 70px !important;
	min-width: 70px !important;
}

.w8 {
	width: 80px !important;
	min-width: 80px !important;
}

.w9 {
	width: 90px !important;
	min-width: 90px !important;
}

.w10 {
	width: 100px !important;
	min-width: 100px !important;
}

.w11 {
	width: 110px !important;
	min-width: 110px !important;
}

.w12 {
	width: 120px !important;
	min-width: 120px !important;
}

.w13 {
	width: 130px !important;
	min-width: 130px !important;
}

.w14 {
	width: 140px !important;
	min-width: 140px !important;
}

.w15 {
	width: 150px !important;
	min-width: 150px !important;
}

.w16 {
	width: 160px !important;
	min-width: 160px !important;
}

.w17 {
	width: 170px !important;
	min-width: 170px !important;
}

.w18 {
	width: 180px !important;
	min-width: 180px !important;
}

.w19 {
	width: 190px !important;
	min-width: 190px !important;
}

.w20 {
	width: 200px !important;
	min-width: 200px !important;
}

.w21 {
	width: 210px !important;
	min-width: 210px !important;
}

.w22 {
	width: 220px !important;
	min-width: 220px !important;
}

.w23 {
	width: 230px !important;
	min-width: 230px !important;
}

.w24 {
	width: 240px !important;
	min-width: 240px !important;
}

.w25 {
	width: 250px !important;
	min-width: 250px !important;
}

.w26 {
	width: 260px !important;
	min-width: 260px !important;
}

.w27 {
	width: 270px !important;
	min-width: 270px !important;
}

.w28 {
	width: 280px !important;
	min-width: 280px !important;
}

.w29 {
	width: 290px !important;
	min-width: 290px !important;
}

.w30 {
	width: 300px !important;
	min-width: 300px !important;
}

.w31 {
	width: 310px !important;
	min-width: 310px !important;
}

.w32 {
	width: 320px !important;
	min-width: 320px !important;
}

.w33 {
	width: 330px !important;
	min-width: 330px !important;
}

.w34 {
	width: 340px !important;
	min-width: 340px !important;
}

.w35 {
	width: 350px !important;
	min-width: 350px !important;
}

.w36 {
	width: 360px !important;
	min-width: 360px !important;
}

.w37 {
	width: 370px !important;
	min-width: 370px !important;
}

.w38 {
	width: 380px !important;
	min-width: 380px !important;
}

.w39 {
	width: 390px !important;
	min-width: 390px !important;
}

.w40 {
	width: 400px !important;
	min-width: 400px !important;
}

.add-on {
	margin-left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	line-height: 36px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #009688;
	color: #f0f0f0;
	cursor: pointer;
	text-align: center;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	z-index: 2;
}

.tree-menu {
	position: relative;
}
.tree-menu ul {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.tree-menu  a {
	position: relative;
	z-index: 9;
}
.tree-menu  a:hover {
	background: #EEEEEE;
}
.tree-menu  a:hover + input + label i {
	background: #EEEEEE;
}
.tree-menu  a.active {
	background: #009688;
	color: #FFFFFF;
	border-radius: 2px;
}
.tree-menu  a.active:hover {
	background: #009688;
	color: #FFFFFF;
	border-radius: 2px;
}
.frame .tree-menu i, .popup-content .tree-menu i {
	background: #f0f0f0;
}
.tree-menu  a.active + input + label i {
	background: #009688;
}
.tree-menu ul::after {
	position: absolute;
	width: 0px;
	content: "";
	margin-top: 0px;
	border-left: 1px solid #000;
	z-index: 10;
}
.tree-menu ul::before {
	position: absolute;
	height: calc(100% - 32px);
	width: 0px;
	content: "";
	margin-top: 16px;
	border-left: 1px solid #222;
	z-index: 10;
}
.tree-menu ul ul::before {
	position: absolute;
	height: calc(100% - 48px);
	width: 0px;
	content: "";
	margin-top: 0px;
	border-left: 1px solid #000;
	z-index: 10;
}
.tree-menu > ul li:last-child::before {
	display: none
}
.tree-menu ul::before {
	left: 10px;
}
.tree-menu ul ul::before {
	left: 40px;
}
.tree-menu ul ul ul::before {
	left: 70px;
}
.tree-menu ul ul ul ul::before {
	left: 100px;
}
.tree-menu ul ul ul ul ul::before {
	left: 130px;
}
.tree-menu ul ul ul ul ul ul::before {
	left: 160px;
}
.tree-menu ul li a::after {
	position: absolute;
	width: 17px;
	content: "";
	top: 15px;
	left: 35px;
	border-top: 1px solid #000;
	z-index: 10;
}
.tree-menu ul li a::after {
	left: 10px;
}
.tree-menu ul ul li a::after {
	left: 40px;
}
.tree-menu ul ul ul li a::after {
	left: 70px;
}
.tree-menu ul ul ul ul li a::after {
	left: 100px;
}
.tree-menu ul ul ul ul ul li a::after {
	left: 130px;
}
.tree-menu ul ul ul ul ul ul li a::after {
	left: 160px;
}
.tree-menu li {
	position: relative;
	width: 100%;
}
.tree-menu ul a {
	cursor: pointer;
	box-sizing: content-box;
	display: block;
	height: 32px;
	line-height: 32px;
	padding-left: 35px;
	padding-right: 15px;
}
.tree-menu ul ul a {
	padding-left: 65px;
}
.tree-menu ul ul ul a {
	padding-left: 95px;
}
.tree-menu ul ul ul ul a {
	padding-left: 125px;
}
.tree-menu ul ul ul ul ul a {
	padding-left: 155px;
}
.tree-menu ul li label {
	position: relative;
	z-index: 11;
	float: left;
	cursor: pointer;
	position: relative;
	width: 15px;
}
.tree-menu > ul > li > label {
	padding-left: 3px;
}
.tree-menu > ul ul li > label {
	padding-left: 33px;
}
.tree-menu > ul ul ul li > label {
	padding-left: 63px;
}
.tree-menu > ul ul ul ul li > label {
	padding-left: 93px;
}
.tree-menu > ul ul ul ul ul li > label {
	padding-left: 123px;
}
.tree-menu > ul ul {
	display: block;
	height: 0%;
	max-height: 0px;
	overflow: hidden;
}
.tree-menu input[type="checkbox"] {
	display: none;
}
.tree-menu label {
	position: absolute;
	line-height: 32px;
	margin-top: -32px;
	font-size: 14px;
	width: 12px;
	text-align: center;
}
.tree-menu label i {
	background: #fff;
	width: 14px;
}
.tree-menu input[type="checkbox"]:checked + label i::before {
	content: "\f147";
}
.tree-menu input[type="checkbox"]:checked + label + ul {
	display: block;
	border-top: 0px;
	height: 100%;
	min-height: 100%;
	max-height: 20000px;
	transition: max-height 0.6s linear;
}

.process {
	position: relative;
}
.process span {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	line-height: 30px;
	height: 30px;
	padding-left: 18px;
	padding-right: 18px;
	border-radius: 18px;
	z-index: 3;
	margin-right: 14px;
	margin-left: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #ccc;
}
.process span a.del {
	display: none;
}
.process.edit span a.del {
	display: inline-block;
	padding-left: 8px;
}

.process.arrow span::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 18px;
	padding-left: 30px;
	padding-right: 25px;
}
.process span a.del {
	padding-left: 8px;
}
.process span:last-child::after, .process span:last-child::before {
	display: none;
	width: 0px;
	border: 0px;
}

.process.leader span {
	margin-right: 15px;
}
.process.leader span:after {
	display: none;
}

.popup-title {
	line-height: 60px;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
}
.popup-bottom {
	background: #FFFFFF;
	position: absolute;
	bottom: 0px;
	border-top: 1px solid #ccc;
	width: 100%;
	height: 54px;
	padding-top: 10px;
	padding-left: 20px;
}
.hidden {
	display: none !important;
}

.file_list a {
	cursor: pointer;
}
.file_list {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.file_list span.size {
	float: right;
	width: 90px;
	text-align: right;
	padding-right: 5px;
}
.file_list span.del {
	cursor: default;
	float: right;
	width: 50px;
}
.file_list .tbody {
	border: 1px solid #fff;
	padding: 0;
	line-height: 36px;
	height: 36px;
	margin-top: -1px;
	position: relative;
}
.file_list .loading {
	position: absolute;
	z-index: 2;
	height: 36px;
	background: #9bdeae;
	border-bottom: 0px solid #ccc;
}
.file_list .data {
	position: absolute;
	padding-left: 10px;
	z-index: 3;
	width: 100%;
	background: transparent;
}
.simple_search {
	position: absolute;
	right: 15px;
	top: 20px;
}
.simple_search a:hover {
	color: #fff;
}
#toggle_adv_search i {
	cursor: pointer;
	color: #009688;
}
.panel {
	display: flex;
	border: 1px solid #ccc;
	padding: 10px;
}
.panel .mid {
	flex-grow: 1;
}
.space1 {
	display: inline-block;
	width: 30px;
}
.space2 {
	display: inline-block;
	width: 60px;
}
.space3 {
	display: inline-block;
	width: 90px;
}

table .yellow {
	background: #FFFF99;
}
table .red {
	background: #FFCCCC;
}
table .layui-table-hover {
	background: #eee;
}
table .layui-table-cell {
	padding-left: 10px;
	padding-right: 10px;
}
table .layui-table-link {
	cursor: pointer;
}
table a.del i {
	display: none;
}
table span:not(:last-child) a.del::after {
	content: '，';
}
.layui-table-tips-main a.del i {
	display: none;
}
.layui-table-tips-main span:not(:last-child) a.del::after {
	content: '，';
}
.link {
	color: #2794eb;
	cursor: pointer;
}
.layui-form-label {
	padding-left: 5px;
	padding-right: 10px;
	width: 105px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.layui-input-block {
	margin-left: 120px;
}
.layui-form-item.layui-col-sm6 {
	clear: none;
}

.layui-nav a i.count {
	float: right;
	padding-right: 35px;
}

.layui-nav i.icon {
	display:inline-block;
	width:21px;
	position:relative;
	top:3px;
	font-size: 18px;
	line-height: 40px;
	margin-right: 15px;
}
.dashed {
	height: 0px;
	border: none;
	border-bottom: 1px dashed #eee;
	background: #fff;"
}
.layui-nav-itemed .layui-nav-child{
	background-color: #666 !important
}
@media print {
	.layui-header, .layui-side, .layui-footer, .panel {
		display: none;
	}
	.layui-layout-admin .layui-body {
		top: 0px;
		left: 0px;
	}
}

