* {
	font-size: 14px;
	font-family: Lucida, Verdana, Microsoft YaHei, Hiragino Sans GB, STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif;
}

.layui-disabled,
.layui-disabled:hover {
	color: black !important;
}

.layui-input {
	border-radius: 4px;
}

.layui-input:focus {
	border-color: rgba(82, 168, 236, 0.8) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)
}

.required {
	color: red;
}

#left {
	display: inline-block;
	width: 215px;
	height: calc(100vh - 80px);
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
}

#right {
	height: 100%;
	display: inline-block;
	vertical-align: top;
	overflow: auto;
	width: calc(100% - 240px) !important;
	padding-right: 10px;
	/* float: left; */
	/* width: 200px; */
}

@media screen {
	.autograph_img {
		width: 30px !important;
		height: unset !important;
		display: inline-block;
		transform: rotate(-90deg);
		display: inline-block !important;
		margin: -14px 20px !important;
	}
}

@media print {
	.autograph_img {
		transform: rotate(-90deg);
		width: 35px;
		display: inline-block;
		/* padding: 1px 1px 1px 1px; */
		float: left;
		margin: -14px 20px;
	}
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
	background-color: rgb(204, 204, 204);
	border-radius: 5px;
	width: 10px;
	transition: 0.3s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgb(128, 128, 128);
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

.layui-form-item {
	margin-bottom: 0 !important;
	padding-bottom: 15px !important;
}

.layui-btn-blue {
	background-color: rgb(53, 152, 219)
}

.layui-btn-light-blue {
	background-color: rgb(30, 159, 255)
}

.layui-btn-yellow {
	background-color: rgb(255, 152, 0)
}

.layui-btn-green {
	background-color: rgb(76, 175, 80)
}

.layui-btn-export {
	background-color: #ffb800
}

.layui-btn-light-green {
	background-color: rgb(68, 197, 46)
}

.layui-btn-cyan {
	background-color: rgb(14, 178, 184);
	color: white
}

.layui-btn-xs {
	padding: 0 10px;
}

.layui-nav .layui-this a:hover {
	color: unset !important;
}

.layui-side-scroll .layui-nav-item a,
.layui-side-scroll .layui-nav-item a:hover {
	color: black
}

.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a {
	background-color: #bfebfb;
	color: black
}

.layui-nav-itemed>a {
	color: black !important
}

.layui-nav-itemed>.layui-nav-child {
	/* padding-left: 20px!important; */
	background-color: white !important
}

.layui-nav-itemed>.layui-nav-child a {
	position: relative
}

.layui-nav-itemed>.layui-nav-child a::after {
	content: '';
	position: absolute;
	top: 18px;
	left: 27px;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: black
}
.layui-nav-tree .layui-nav-child dd{
	background-color: #dddddd;
}
.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a {
	background-color: #BFEBFB;
	color: black
}

.layui-nav-tree .layui-nav-child dd.layui-this a::after {
	background-color: rgb(53, 111, 190)
}

#headermenu.layui-nav .layui-this a:hover {
	color: #fff !important
}

.layui-nav .layui-this a:hover {
	color: black !important
}

.layui-side-scroll .layui-nav-item a:hover {
	background-color: #D9F3FD !important
}

.layui-nav-tree .layui-nav-bar {
	background-color: #01b0f1 !important
}

.layui-nav-itemed>a .layui-nav-more {
	border-color: transparent transparent rgb(115, 115, 115);
}

.layui-nav .layui-nav-more {
	border-top-color: rgb(115, 115, 115)
}

.layui-form .layui-form-item select {
	height: 40px;
	line-height: 40px;
}

.layui-layout-admin .layui-logo {
	color: white !important;
}

.layui-side-menu .layui-nav .layui-nav-item>a {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.layui-side-menu .layui-nav .layui-nav-item a {
	padding-left: 20px !important;
}

.layui-nav-itemed>.layui-nav-child a::after {
	background-color: rgb(115, 115, 115);
}

.layui-nav-itemed>.layui-nav-child a {
	text-indent: 30px;
}

.menu_img {
	margin-right: 5px;
	width: 20px;
}

.layui-side-menu .layui-nav {
	margin-top: 0 !important;
}

.menu_user_logo {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	margin: 30px;
	margin-left: 35px;
	margin-right: 5px;
	display: inline-block;
	overflow: hidden;
}

.menu_outlogin {
	font-size: 12px;
	color: white;
	background: #04a9f3;
	border-radius: 10px;
	text-align: center;
	padding: 3px 7px;
}

.layui-side-menu .layui-nav .layui-nav-child .layui-nav-child a {
	padding-left: 50px !important;
}

.change_system_box {
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 40px;
	width: 85px;
}

.change_system_box img {
	height: 25px;
}

.change_system_text {
	font-size: 12px;
	line-height: 25px;
}

.change_system_text:hover {
	/*color: white!important;*/
}

.xiala {
	width: 0px;
	content: '';
	border-style: solid dashed dashed;
	border-color: #fff transparent transparent;
	overflow: hidden;
	cursor: pointer;
	transition: all .2s;
	-webkit-transition: all .2s;
	margin-top: -3px;
	border-width: 6px;
	border-top-color: rgba(255, 255, 255, .7);
	position: absolute;
	top: 35px;
	left: 20px;
}

.xiala2 {
	width: 0px;
	content: '';
	border-style: solid dashed dashed;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
	border-top: 0;
	overflow: hidden;
	cursor: pointer;
	transition: all .2s;
	-webkit-transition: all .2s;
	margin-top: -3px;
	border-width: 10px;
	border-top-color: rgba(255, 255, 255, .7);
	position: absolute;
	top: -6px;
	right: 47px;
}

#more_system {
	width: 280px;
	background: white;
	position: absolute;
	z-index: 2;
	left: -200px;
	top: 10px;
	color: black;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}

.more_system_item {
	width: 30%;
	height: 50px;
	text-align: center;
	display: inline-block;
	margin: 10px 1% 10px 1%;
}

.more_system_item img {
	width: auto;
	height: 65%;
}

.special-layui-nav-child {
	display: none;
	position: absolute;
	left: 3px;
	top: 65px;
	min-width: 100%;
	line-height: 36px;
	padding: 5px 0;
	/* box-shadow: 0 2px 4px rgba(0,0,0,.12); */
	border: unset;
	background-color: unset;
	z-index: 100;
	border-radius: 2px;
	white-space: nowrap;
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: black;
	opacity: 0;
	z-index: 1;
	display: none;
}

.layui-layout-admin .layui-logo {
	height: 65px !important;
	line-height: 65px !important;
}

.layui-layout-admin .layui-header {
	height: 65px !important;
}

.layui-layout-admin .layui-header .layui-nav .layui-nav-item {
	height: 65px !important;
	line-height: 65px !important;
}

.layui-nav-tree .layui-nav-item {
	border-bottom: 1px solid #f3f3f3;
}

.layui-layout-admin .layui-layout-left {
	padding: 0px 0px !important;
}

.layui-layout-admin .layui-logo {
	box-shadow: none !important;
}

hr {
	margin: 5px 0;
}

.layadmin-tabspage-none .layui-layout-admin .layui-body {
	top: 65px !important;
}

.layui-nav-itemed>.layui-nav-child a::after {
	width: 0;
}

.layui-nav-itemed>.layui-nav-child a::before {
	content: '';
	position: absolute;
	top: 18px;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: black;
	margin: 0 -22px;
}

.layadmin-side-shrink .layui-side-menu .layui-nav>.layui-nav-itemed>a {
	background: #D9F3FD !important;
}

.layui-side-menu .layui-nav .layui-nav-item a {
	height: 45px !important;
	line-height: 45px !important;
}

a cite {
	vertical-align: middle;
}

#headermenu a {
	height: 100%;
}

/* 导入导出图标 */
@font-face {
	font-family: "layui-export";
	src: url('iconfont.eot?t=1565403023194');
	/* IE9 */
	src: url('iconfont.eot?t=1565403023194#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAANoAAsAAAAABywAAAMaAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcAqCOIIZATYCJAMICwYABCAFhG0HMBs/BsgusG3YkyIFgtm4uBtkfw7Ah0c8PO337dyZWROJGwURSUTRpm0lkiBBC+KRincP/b8hu3LuIc6TWMzqMLd8AJGquIMqiFVSQmVgAy4QC2zhRWa7CR5IWjWGJfU1n7h3+kedBzbfeZfjWpOWLQwwDqQA98K2cBskMG8Yu+AF7ibQbFwi3cHqxk5gp7AHBeIuzxLArhBSFJZtFOobZhbxVJ3G9Dh9AngSfT/+kx52JHWZXXL2ehUNSn9ZO33yTlVX8q6d5Rxg88hYBRTiYqPrNMsktcpSs56yMg0cqzD4VVdVgeiwfzyCqGfnt4JRKHomsSd5VMEECq25CtiadF7yXIzf1OZBL4v5lw6dm7d1dbtvYpy3ni8cdmj9+Emrk5+r3J88Y7nwjKx4hvW3XQLzO3vEN+LLJ84/iYnZOuTddex64MCR4z7k4TNnjrILdBO93YfPeWWe+Rj5tItfvuy58aUm58iJ4v32LS+aa+MJ8fOIX6u8LXG82XfDcY9baRn4FXtL3fzc/LvQ1Vp++uBw8VCMjPIugFsX7V/0/OYLI0MzV9kXCO55BXPo9KlnycLU95o9y2GB5X5d6+GTkXNX7EaIgoK7niz1UVtvX2il3eEUmXY5H+nU8OCxUgDVTkl599f/xmT79OER1/83thTw/X7tnkgyzEPjDbqDH11WUNVIXGqbU9FUECu5Kn0BZbPhVbF93b5N1fW9VS406ns3T4OxDFmjWbIwV1GnxRrqNdqDZitq5rfoIbEUpQnLVgBCp4tI2r1B1ukVWZhfUaffP9TrDEs0uxw9K7aYD97hgIQIBdGQnIA8hU2Ma1Uc4sJ2xKoGQspLI3Y3kmQ+CtOSU8vZGmRC0hJjZI1NVxQGMhI2wmqwHzIYMDRLWECUkswpijk/JYVpulEyhY3AwQEShKBAaBBpAsSjYCZM0FjhUPl8O4SlMiBIHTV14W6IRMa3D6VJljqArFGZBtU8yiEyDSudQsGAGBLMCKoGDsTgpDDI3NxNgFAUybgJCbN8KageM1SVvL3G+HeboJmtT+F0yuqvEpjiVAAAAAA=') format('woff2'),
		url('iconfont.woff?t=1565403023194') format('woff'),
		url('iconfont.ttf?t=1565403023194') format('truetype'),
		/* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
		url('iconfont.svg?t=1565403023194#iconfont') format('svg');
	/* iOS 4.1- */
}

.layui-export {
	font-family: "layui-export" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.layui-export:before {
	content: "\e605";
}


@font-face {
	font-family: "layui-import";
	src: url('iconfont.eot?t=1565403146697');
	/* IE9 */
	src: url('iconfont.eot?t=1565403146697#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAOUAAsAAAAAB8AAAANFAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcAqDTIMDATYCJAMICwYABCAFhG0HLxuoBhHVm7PIfhw4bkMu3/PuiGFFjaT/HARYV1XSaS+UOVDs5U+vs/CdrU27t46qZElsl5/+gTzscCF0CCcqZBsggAz4H/dOf0t8PqBc5h7UBRgHFNDe2CYrkALjqGHsJoKGeBwC8MhLaUTjpq0746AA4wQgRo8YNgAno0A1pAscBFbFUoVYj4kjV8irNFjH3y++4AgHJKYByGo/tMlg6r/PCaOM+eH5elME5nQ6wFgFBlAaUCA6VxraYkSB0hh4XkBRELaVLuB9znCYMjb7wwMBwgKkRgCQW2ZcExOzLvWbEgAFuEAasGVQLrhCqY7lFbjHoJ4LQvNDQYLo8uBBJ5EkxIJEz0sM5U3NmXq65PX7XfdXDeX2XZmZsDmlSBK6RlaRIEtnlQi0DlI07aoX5MCfn0DXqomZkm+zJtANO4suwaqe+6qsSsqWlr77eMnjLUOrdLBvX5HOjMH+EnpBoCFVlqbkAH87CHy/c79IIrr5ljczlhjDl971WU9zC2E6ccjvt2s3mL7kBugq76s/wbaXDF70tP+iYgvLN7EHDWxf34yLaL/pf2uF6DAhbc75Ugf71a/caNjy1y2rxDevlp2q0dIyVU82n8yRTTmDRcrlqZebceJuaq5rMT9fuh+zjcjWuWznC207GvlvNrHUgIF3Hh+/3/dQx8ZAk6YzZ47ufWW00NmfRnQ5ffeflI3lKbM+9StTX+LNx12oD0D4hioq8b8+w/6mvU/0i679z/EVAI8mt/C4LXxFNxM4d2UU8HeYHRuUzwZKqVxmZUSShnvXZR4eEKZa4ng+1KQhAYGDBolNHjBwKIxSuNJg4lMZLBzqgUcpmq32iWciBkK5QEmWSCCIYQdIojgBBjFcQymc/oOunT/0LGrDyLP1lmP74tGBUQkG4H0h9qnQSC0jkX7FsM4Up9kc/0SuYjfYhpUPX7BAnmJG9QodEQ2aKYezdBpmGUHJlKAvRiRSuqapq55k+JQ3Rg4YUgQKAM8XiPlIQdPWYlR4/RUK1TIKN9T1KJ8Qq8SdA5vB6oC6CIpOdbdyTuUl5BBCAxojOXCWdCiDAQLK6kEJ5BOGaICv5DKVZrqrwFhelL/dNsADpDLYx6A7RVw3GgAAAA==') format('woff2'),
		url('iconfont.woff?t=1565403146697') format('woff'),
		url('iconfont.ttf?t=1565403146697') format('truetype'),
		/* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
		url('iconfont.svg?t=1565403146697#iconfont') format('svg');
	/* iOS 4.1- */
}

.layui-import {
	font-family: "layui-import" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.layui-import:before {
	content: "\e61a";
}
