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

html, body {
	-webkit-text-size-adjust: 100%;
	font-family: Microsoft YaHei, Source Han Sans CN, serif;
	background: #F2F2F2;
	color: #333333;
	width: 100%;
	height: 100%;
	min-width: 1200px;
	text-align: center;
}

/* 通用样式 */
a {
	text-decoration: none !important;
}

.btn-disabled {
	background-color: white !important;
	color: gray !important;
	cursor: not-allowed !important;
	border: 1px gray solid !important;
}

.layui-layer {
	font-size: 14px;
}

.layui-layer-title {
	text-align: left;
}

.layui-layer-content {
	background-color: white;
	color: black;
}

.page-header {
	top: 0;
	font-size: 26px;
	font-weight: bold;
	height: 90px;
	background-color: #FFFFFF;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	margin-left: 0 !important;
	display: flex;
}

.page-header .left {
	display: flex;
	align-items: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.page-header .left .logo {
	height: 64px;
	width: 182px;
}

.page-header .left .spl {
	background-color: #333333;
	width: 1px;
	height: 42px;
	margin: 0rem 15px;
}

.page-header .menu {
	margin-left: 65px;
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	font-weight: normal;
}

.page-header .menu div {
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 4px;
}

.page-header .menu div.curr {
	background: linear-gradient(to right, #A5E0FC, #AECFFD);
}

.page-header .right {
	display: flex;
	align-items: center;
}

.page-header .right .welcome {
	font-size: 16px;
	margin-right: 20px;
	color: #333333;
}

.page-header .right a {
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 20px;
	color: #0070F7;
	background: #F1F7FF;
	border: none;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
}

.page-body {
	margin-bottom: 50px;
}

.page-footer {
	height: 50px;
	width: 100%;
	font-size: 14px;
	background-color: #333333;
	color: white;
	line-height: 50px;
	text-align: center;
	bottom: 0px;
	position: fixed;
}

#page-body-content {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	font-size: 14px;
}

.btns {
	text-align: center;
	margin-top: 20px;
}

.btns button {
	color: white;
	background-color: rgb(29, 56, 151);
	height: 30px;
	border-radius: 3px;
	line-height: 30px;
	font-size: 16px;
	padding: 0 25px;
	cursor: pointer;
	border: none;
}

.btns button:not(:last-child) {
	margin-right: 20px;
}

.btns button.req {
	background-color: gray !important;
	cursor: not-allowed !important;
}

.cansort>div {
	display: flex;
	justify-content: center;
}

input, textarea {
	outline: none;
}

.tab-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	padding-top: 25px;
	padding-bottom: 15px;
	width: 100%;
}

.no-data-tip {
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.required::after {
	content: "*";
	color: #f00;
	float: right;
	font-size: 14px;
	font-weight: 400;
	font-family: Tahoma;
	margin-left: 2px;
}

.layui-form-label {
	width: 110px;
}

.layui-form-select dl dd, .layui-form-select dl dt {
	text-align: left;
}