html, body {
	height: 100%;
	width: 100%;
	background: #fff;
	font-size: 14px;
	font-family: "Microsoft YaHei", "SimSun";
}

::-webkit-scrollbar {
	width: 14px;
	height: 14px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px cccccc;
	border-radius: 5px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px #cccccc;
	background-color: #cccccc;
}

.scroll_content::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.scroll_content::-webkit-scrollbar-button {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-webkit-scrollbar-corner {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-webkit-scrollbar-resizer {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.scroll_content .-o-scrollbar {
	-moz-appearance: none !important;
	background: rgba(0, 255, 0, 0) !important;
}

.scroll_content::-o-scrollbar-button {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-o-scrollbar-track {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-o-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-o-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-o-scrollbar-corner {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-o-scrollbar-resizer {
	background-color: rgba(0, 0, 0, 0);
}

/*IE10,IE11,IE12*/

.scroll_content {
	-ms-scroll-chaining: chained;
	-ms-overflow-style: none;
	-ms-content-zooming: zoom;
	-ms-scroll-rails: none;
	-ms-content-zoom-limit-min: 100%;
	-ms-content-zoom-limit-max: 500%;
	-ms-scroll-snap-type: proximity;
	-ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
	-ms-overflow-style: none;
	overflow: auto;
}

.el-button {
	padding: 10px 20px;
}

.el-button--text {
	padding: 0px;
}

.el-container>.el-aside {
	width: 250px;
	overflow: hidden;
	background-color: #FFF;
}

.el-container>.el-aside .el-main {
	background-color: #FFF;
}

.el-aside {
	float: left\9;
}

.el-container {
	height: 100%;
	background-color: #f5f5f5;
	float: left\9;
	width: 100%;
}

.el-main {
	color: #333;
	padding: 0;
	float: left\9;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.el-main.is-scroll {
	overflow-y: auto;
}

.el-header {
	height: 50px;
	line-height: 50px;
	background-color: #FFF;
	border-bottom: 1px solid #d6d6d6;
	overflow-x: auto;
	overflow-y: hidden;
	clear: left;
}

.el-footer {
	clear: left;
}

.is-search>.el-header {
	padding: 0px;
}

.el-container.is-right {
	position: relative;
}

.el-container.is-right .el-header {
	background: url(../images/title_bg.png) left center no-repeat #FFF;
}

.el-resizer {
	width: 6px;
	height: 76px;
	background-color: #3895fd;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	position: absolute;
	top: 45%;
	left: 0;
}

.el-resizer--button {
	width: 100%;
	height: 76px;
	margin: 0;
	border: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: url(../images/pickup.png) 1px center no-repeat;
	outline: none;
	cursor: pointer;
}
.el-resizer.close .el-resizer--button{
	transform: rotate(180deg);
}

.el-container--table {
	background: #ffffff;
	border: 1px solid #e6e6e6;
 	margin: 5px;
}

.el-container--table [class*=" u-icon-"] {
	background-position: 10px;
}

.el-container--table-header {
	height: 35px;
	margin: 0;
	padding-left: 28px;
	border-bottom: 1px solid #dadfe4;
	font-size: 16px;
	font-weight: bold;
	color: #3b98f7;
	text-align: left;
	line-height: 35px;
	background: url(../images/content_titleicon.png) 11px center no-repeat;
	background-color: #ebf4ff;
}

.el-container--table-body {
	padding: 0 9px;
}

.el-container--table-body .layui-table-header .layui-table th {
	font-size: 14px;
	color: #333333;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	background-color: #fafafa;
	margin: 0px;
	padding: 0px;
}

.el-container--table-body .layui-table-view .layui-table td, .el-container--table-body .layui-table-view .layui-table th {
	margin: 0px;
	padding: 0px;
}

.el-container--table-body .layui-table-view .layui-table .layui-table-cell {
	height: 33px;
	line-height: 33px;
	padding: 0px 10px;
	margin: 0px;
}

.el-container--table-body .layui-table-header .layui-table .layui-table-cell {
	height: 36px;
	line-height: 36px;
	/* padding: 0px; */
	margin: 0px;
}

.el-container--table-body .layui-table-header table tr {
	background-color: #fafafa;
	height: auto;
}

.el-container--table-body .layui-table-fixed-l, .el-container--table-body .layui-table-fixed-r {
	box-shadow: none;
}

.el-container--table-toolbar {
	padding: 5px 3px;
	height: 30px;
}

.el-container--table-toolbar .el-button {
	min-width: 2px;
	width: auto;
	height: 30px;
	margin: 0;
	padding: 0 8px 0 31px;
	background-color: transparent;
	border: none;
	font-size: 14px;
	color: #333333;
	text-align: left;
	border-radius: 30px;
}

.el-container--table-toolbar .el-button:focus, .el-container--table-toolbar .el-button:hover {
	min-width: 10px;
	padding: 0 9px 0 32px;
	color: #3b98f7;
	outline: none;
	background-color: rgba(56, 149, 253, 0.1);
}

.el-container--table [class*=" e-icon"] span {
	margin-left: 5px;
	font-weight: normal;
	vertical-align: top;
}

.el-container--table [class*=" e-icon"] {
	padding: 0 8px 0 15px;
	font-weight: bolder;
}

.el-container--table .layui-table-view .layui-form-radio {
	padding-top: 0px;
}

.el-container--table-toolbar [class*=" e-icon"]:focus, .el-container--table-toolbar [class*=" e-icon"]:hover {
	padding: 0 8px 0 16px;
}

.el-container--row-toolbar {
	margin-left: 5px;
	margin-right: 5px;
}

.el-header--form {
	margin-top: 0px;
}

.el-header--form .layui-form-item {
	margin-bottom: 0px;
}

.el-header--form .zzchosen {
	position: relative;
}

.el-header--form .zzchosen-input {
	outline: none;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-sizing: border-box;
	border-color: #e6e6e6;
	height: 38px;
	line-height: 1.3;
	line-height: 38px \9;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border-radius: 2px;
	display: block;
	width: 100%;
	padding-left: 10px;
}

.el-header--form .zzchosen-arrow {
	position: absolute;
	top: 5px;
	right: 5px;
}

.el-header--form .layui-form-label {
	min-width: 50px;
	width: auto;
	float: left;
	font-size: 14px;
	color: #1a1a1a;
	text-align: right;
}

.el-header--form .el-button {
	vertical-align: top;
}

.el-header--form .el-button--info.is-plain:focus, .el-header--form .el-button--info.is-plain:hover {
	background-color: #f5f5f5;
	color: #666666;
	border: 1px solid #dadfe4;
}

.el-header--form .layui-inline {
	width: auto;
}

.el-header--form .layui-input-inline {
	width: auto;
	height: 34px;
	float: left;
}

.el-header--form-search {
	width: 20px;
	height: 16px;
	border: none;
	outline: none;
	background: url(../images/search.png) center no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.el-header--form-refresh {
	width: 20px;
	height: 16px;
	position: absolute;
	top: -5px;
	right: -5px;
	cursor: pointer;
}

.el-header--title {
	font-size: 18px;
}

.el-header--toolbar {
	float: right;
}

.el-container.is-edit .el-header, .el-container.is-view .el-header {
	padding: 0px 20px;
}

.layui-card.is-edit, .layui-card.is-view {
	margin: 9px;
}

.is-search .zzchosen {
	width: 100%;
}

.el-main--tree {
	overflow: auto;
	margin-right: -17px;
	margin-right: -21px!important;
	/* ie*/
	/* height: 100%; */
}

.el-main--tree>.ztree {
	width: 90%!important;
	/* ie*/
}

@media screen and (max-device-width: 1680px) {
	.el-header--form .el-button {
		/* padding: 10px 20px; */
		font-size: 14px;
		border-radius: 4px
	}
	.el-header--form .el-button.is-round {
		padding: 10px 20px
	}
	.el-header--form .el-button.is-circle {
		padding: 8px
	}
	.el-container--table-body .layui-table-view .layui-table .layui-table-cell {
		height: 32px;
		line-height: 32px;
	}
	.el-container--table-body .layui-table-header .layui-table .layui-table-cell {
		height: 34px;
		line-height: 34px;
	}
	.el-container--table-toolbar .el-button {
		padding: 0 8px 0 31px;
	}
	.el-container--table-toolbar .el-button:focus, .el-container--table-toolbar .el-button:hover {
		padding: 0 9px 0 32px;
	}
	.el-container--table [class*=" e-icon"] {
		padding: 0 8px 0 15px;
	}
	.el-container--table-toolbar [class*=" e-icon"]:focus, .el-container--table-toolbar [class*=" e-icon"]:hover {
		padding: 0 8px 0 16px;
	}
}

@media screen and (max-device-width: 1440px) {
	.el-header--form .el-button {
		font-size: 12px;
		border-radius: 3px
	}
	.el-header--form .el-button, .el-header--form .el-button.is-round {
		padding: 7px 14px;
	}
	.el-header--form .el-button.is-circle {
		padding: 6px
	}
	.el-header--form .layui-input {
		height: 30px;
	}
	.el-header--form .layui-input-inline {
		height: 30px;
	}
	.el-header--form .zzchosen-input {
		height: 30px;
	}
	.el-header--form .zzchosen-arrow {
		top: 1px;
	}
	.el-header {
		height: 40px;
		line-height: 40px;
	}
	.el-container--table-header {
		height: 32px;
		line-height: 32px;
	}
	.el-container--table-body .layui-table-view .layui-table .layui-table-cell {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.el-container--table-body .layui-table-header .layui-table .layui-table-cell {
		height: 34px;
		line-height: 34px;
	}
	.el-container--table-toolbar .el-button {
		padding: 0 8px 0 31px;
	}
	.el-container--table-toolbar .el-button:focus, .el-container--table-toolbar .el-button:hover {
		padding: 0 9px 0 32px;
	}
	.el-button--text {
		padding-left: 0px;
		padding-right: 0px;
	}
	.el-container--table [class*=" e-icon"] {
		padding: 0 8px 0 15px;
	}
	.el-container--table-toolbar [class*=" e-icon"]:focus, .el-container--table-toolbar [class*=" e-icon"]:hover {
		padding: 0 8px 0 16px;
	}
	.el-header--form .layui-form-label {
		padding: 5px 14px;
	}
}

@media screen and (max-device-width: 1366px) {
	.el-header--form .el-button {
		font-size: 12px;
		border-radius: 3px;
	}
	.el-header--form .el-button, .el-header--form .el-button.is-round {
		padding: 7px 14px;
	}
	.el-header--form .el-button.is-circle {
		padding: 4px
	}
	.el-header--form .layui-input {
		height: 30px;
	}
	.el-header--form .layui-input-inline {
		height: 30px;
	}
	.el-header--form .zzchosen-input {
		height: 30px;
	}
	.el-header--form .zzchosen-arrow {
		top: 1px;
	}
	.el-header {
		height: 40px;
		line-height: 40px;
	}
	.el-container--table-header {
		height: 32px;
		line-height: 32px;
	}
	.el-container--table-body .layui-table-view .layui-table .layui-table-cell {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.el-container--table-body .layui-table-header .layui-table .layui-table-cell {
		height: 34px;
		line-height: 34px;
	}
	.el-container--table-toolbar .el-button {
		padding: 0 8px 0 31px;
	}
	.el-container--table-toolbar .el-button:focus, .el-container--table-toolbar .el-button:hover {
		padding: 0 9px 0 32px;
	}
	.el-button--text {
		padding-left: 0px;
		padding-right: 0px;
	}
	.el-container--table [class*=" e-icon"] {
		padding: 0 8px 0 15px;
	}
	.el-container--table-toolbar [class*=" e-icon"]:focus, .el-container--table-toolbar [class*=" e-icon"]:hover {
		padding: 0 8px 0 16px;
	}
	.el-header--form .layui-form-label {
		padding: 5px 14px;
	}
}
