html {
	height: 100%;
	background-color: white;
}

* {
	scrollbar-width: thin;
	scrollbar-color: #5FB878 transparent;
}

.childrenBody,
body {
	margin: 0px;
	line-height: 16px;
	font: 12px "Noto Sans SC", Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial,
		sans-serif;
	/* font-size: 12px;
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "微软雅黑", 'STHeiti', "SimHei", "黑体", Arial, sans-serif; */
}

.layui-fluid {
	padding: 0px;
}

.layui-side-menu .layui-nav .layui-nav-item a:hover {
	font-size: 16px;
	font-weight: bold;
}

.layui-text {
	line-height: 16px;
	font-size: 12px;
}

.layui-card-header {
	height: 36px;
	line-height: 36px;
}

.layui-side-menu .layui-nav {
	margin-top: 130px;
}

.layadmin-side-shrink .layui-layout-admin .layui-logo {
	background-image: none;
}

.layui-layout-admin .layui-user {
	position: fixed;
	left: 0;
	top: 51px;
	z-index: 1002;
	width: 220px;
	height: 82px;
	box-sizing: border-box;
	overflow: hidden;
	font-weight: 300;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.layadmin-side-shrink .layui-user {
	width: 60px;
}

.layui-user .layui-userface {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 15px 5px;
}

.layui-user .layui-userface img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.layui-user .layui-username {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 60px;
	cursor: pointer;
	line-height: 24px;
	margin: 15px 5px;
	font-size: 14px;
	transition: all .3s;
	-webkit-transition: all .3s;
}


/* 表格行选样式 */
.layui-table-line-choose {
	color: black !important;
	background-color: #c2c2c2 !important;
}

/* 表格复选框选中样式 */
.layui-table-line-checked {
	color: black !important;
	/* 	font-weight: bold; */
}

.layui-choose {
	color: #009688;
}

.layui-toolbar {
	margin: 5px 0;
	padding: 0;
	background-color: transparent;
	color: #333;
	height: 30px;
}

.layui-nav-item-right {
	float: right;
	font-size: 0px;
	vertical-align: top;
}

.layui-nav-item-right * {
	font-size: 14px;
}

.layui-toolbar .layui-nav-bar {
	display: none;
}

.layui-toolbar .layui-this:after {
	height: 0px;
}

.layui-toolbar .layui-nav-bar a {
	color: transparent;
}

.layui-toolbar .layui-nav-item {
	line-height: 30px;
	border-right: 1px solid #fff;
}

.layui-toolbar .layui-nav-item .layui-nav-child {
	top: 30px;
}

/* 分两列显示 */
.layui-layout-flex {
	display: table;
	height: 98%;
	overflow: auto;
	width: 100%;
}

.layui-layout-flex>.layui-layout-flex-left {
	display: table-cell;
	width: 300px;
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.layui-layout-flex>.layui-layout-flex-right {
	display: table-cell;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

/*滚动条的宽度*/
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	cursor: pointer;
}

/*外层轨道*/
::-webkit-scrollbar-track {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: #5FB878;
	background-clip: padding-box;
	min-height: 18px;
	max-height: 18px;
	cursor: pointer;
}

/* 必填项*标记 */
.layui-input-required:after {
	content: "*";
	position: absolute;
	right: 2px;
	padding-right: 4px;
	top: 9px;
	width: 8px;
	height: 8px;
	font-weight: bold;
	font-size: 16px;
	color: red;
}

.layui-table-view .layui-table[lay-size=sm] .layui-table-cell {
	padding: 0 5px;
}

/* 文本框高度 */
.layui-card .layui-tab-brief .layui-tab-content {
	padding: 10px 10px 0px 15px;
}

.layui-form-item {
	margin-top: 5px;
	margin-bottom: 10px;
}

.layui-form-label {
	padding: 2px;
	color: #262626;
	width: 100px;
	height: 22px;
	line-height: 22px;
}

.layui-input,
.layui-select,
.layui-textarea {
	height: 28px;
	line-height: 16px;
	padding-left: 5px;
	font-weight: 500;
}

.layui-form-item .layui-input-inline {
	padding: 2px 0px 1px 0px;
	line-height: 22px;
	word-break: break-all;
}

.layui-form-item .layui-inline {
	margin-bottom: 0px;
	margin-right: 2px;
}

.layui-layout-admin .layui-input-block {
	height: 45px;
}

.layui-card-panel {
	padding: 0px 10px 0px 11px;
}

.layui-nav-item-right#searchBtn a {
	padding: 0 10px;
	cursor: pointer;
}

.layui-nav-item-right.userListSet a {
	padding: 0 10px;
	cursor: pointer;
}

.layui-searchBtn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 200px;
}

.layui-searchBtn .layui-searchBtn-search {
	position: absolute;
	left: 6px;
	top: 0px;
	z-index: 2;
}

.layui-searchBtn input {
	padding: 0 24px;
	z-index: 1;
}

.layui-searchBtn:hover .layui-searchBtn-close {
	display: inherit;
}

.layui-searchBtn .layui-searchBtn-close {
	position: absolute;
	display: none;
	right: 0px;
	top: 0px;
	padding-right: 5px;
	font-weight: bold;
	color: red;
	z-index: 2;
}

/*大文本框搜索*/
.layui-search-Btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

/*
.layui-search-Btn:after{
	font-family: layui-icon;
    position: absolute;
    content: "\e615";
    left: 0;
    top: 6;
    margin: 2px 5px;
    font-size:17px;
}*/
.layui-search-Btn .layui-search-Btn-search {
	position: absolute;
	left: 6px;
	top: 8px;
	z-index: 2;
	font-size: 18px;
}

.layui-search-Btn input {
	padding-left: 25px;
	padding-right: 20px;
	height: 35px;
	line-height: 35px;
}

.layui-search-Btn:hover .layui-search-Btn-close {
	display: inherit;
}

.layui-search-Btn .layui-search-Btn-close {
	position: absolute;
	display: none;
	right: 0px;
	top: 8px;
	padding-right: 5px;
	font-weight: bold;
	color: red;
	font-size: 18px;
}

.layui-form-radio {
	margin: 0px 10px 0 0;
}

/* 下拉菜单 */
.layui-form-select dl {
	top: 32px;
}

.layui-form-selectup dl {
	top: auto;
	bottom: 32px;
}

/* 微调表格中的checkbox偏上问题 */
.layui-table-cell .layui-form-checkbox[lay-skin=primary] {
	top: 0px;
}

.layui-form-switch {
	margin-top: 0px;
	border-radius: 5px;
}

.layui-form-mid {
	float: left;
	display: block;
	padding: 5px 5px !important;
	line-height: 25px;
	margin-right: 10px;
}

/* 去除多选框选中行颜色 */
.multi dl dd.layui-this {
	background-color: inherit;
}

.layui-tab-card>.layui-tab-title .layui-this {
	color: #009688;
	font-weight: bold;
}

.layui-form-radio>i {
	font-size: 21px;
}

/* 重定义弹框中自带按钮的颜色 */
.layui-layer-btn .layui-layer-btn0 {
	border-color: #009688 !important;
	background-color: #009688 !important;
	color: #fff;
}

.layui-layout-admin .layui-footer {
	background-color: #F8F8F8;
	z-index: 800;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #eee;
	left: 0px;
}

.layui-form-item .layui-form-checkbox[lay-skin="primary"] {
	margin-top: 2px;
}

.layim-tool-mail .layer-anim-05 {
	display: block;
}

.layim-tool-mail span {
	display: none;
	position: absolute;
	left: 12px;
	top: -12px;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 2px;
	background-color: #33DF83;
	color: #fff;
	font-size: 12px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.layim-user-deleteicon {
	position: relative;
	z-index: 6666;
	width: 16px;
	height: 16px;
	line-height: 16px;
	color: white;
	background-color: red;
	vertical-align: top;
	display: none;
	border-radius: 100%;
}

.layim-user-deleteflag .layim-user-deleteicon {
	display: inherit;
}

.layui-side-menu .layui-nav .layui-nav-item a {
	height: 32px;
	line-height: 32px;
}

.layui-side-menu .layui-nav .layui-nav-item .layui-icon {
	margin-top: -16px;
}

.layui-card-header {
	border-bottom: 1px solid #ececec;
	height: 30px;
	line-height: 30px;
	background-color: #f2f2f2;
}

.layui-tab {
	margin: 0;
}

.layui-tab-title li {
	padding: 0 12px;
	min-width: 1px;
}

/* 系统可点击样式 */
.layui-jump {
	cursor: pointer;
	color: #009688;
}

a.layui-jump:hover {
	font-weight: bold;
	color: #009688;
}

.layui-elem-field legend {
	font-size: 16px;
}

.layui-form-select dl dd,
.layui-form-select dl dt {
	line-height: 27px;
}

.layui-card-header {
	padding: 0 5px;
}

.layui-disabled,
.layui-disabled:hover {
	color: #666 !important;
}

.layui-layer-iframe .layui-layer-btn,
.layui-layer-page .layui-layer-btn {
	padding-top: 10px;
	border-top: 1px solid #eee;
	background-color: #F8F8F8;
}

.layui-card-header {
	height: 35px;
	line-height: 35px;
}

.layui-colla-title {
	height: 30px;
	line-height: 30px;
}

.layui-tab-content {
	padding: 0 10px 10px 10px;
}

/* 虚线内容框 */
.layui-text-block {
	margin: 5px 5px 5px 0px;
	padding: 5px;
	border: 1px dashed #009688;
	line-height: 18px;
	border-radius: 0 2px 2px 0;
	background-color: #f2f2f2;
}

.layui-anim-upbit {
	z-index: 99999;
}

.layui-nav-child {
	border-left: 0px;
	border-right: 0px;
	line-height: 30px;
	padding: 0px;
}

.layui-tab-title .layui-badge,
.layui-tab-title .layui-badge-dot {
	left: 0px;
	top: 0px;
	min-width: 10px;
	border-radius: 4px;
}

.layui-badge,
.layui-badge-dot,
.layui-badge-rim {
	padding: 0 4px;
}

.layui-tab-card {
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0.1);
}

.select150 .layui-form-select dl {
	max-height: 150px;
}

.select200 .layui-form-select dl {
	max-height: 200px;
}

.select250 .layui-form-select dl {
	max-height: 250px;
}

/* 右上角菜单  */
.layui-menu-t6:hover .layui-menu-t6-urcorner {
	display: block;
}

.layui-menu-t6-urcorner {
	display: none;
	position: absolute;
	right: 5px;
	top: 5px;
}

/* 下拉选面板 */
.layui-selectPanel {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	min-height: 16px;
	max-height: 100px;
	z-index: 1000;
	border: 1px solid #f0f0f0;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
}

.layui-selectPanel .selectItem {
	margin: 5px;
}

.layui-table-view .layui-table td,
.layui-table-view .layui-table th {
	padding: 4px 0;
}

.layui-table td,
.layui-table th {
	word-break: break-all;
}

.layui-table[lay-skin="row"] td,
.layui-table[lay-skin="row"] th {
	border-width: 0 1px 1px 0;
}

#t6-layui-badge .layui-tab-title li {
	padding: 0 6px;
	min-width: 50px;
}

#t6-layui-badge .layui-tab-title .layui-badge,
.layui-tab-title .layui-badge-dot {
	top: -1px;
	/*     top: -14px; */
	/*     left: -5px; */
	/*     min-width: 10px; */
	/*     border-radius: 4px 4px 4px 0px; */
}

#t6-layui-badge .layui-badge,
.layui-badge-dot,
.layui-badge-rim {
	padding: 0 2px 0 2px;
}

#t6-layui-badge .layui-badge {
	height: 15px;
	line-height: 15px;
}

.layui-nav .layui-nav-child dd:hover {
	font-weight: bold;
}

.layui-nav .layui-nav-child dd.layui-this a,
.layui-nav-child dd.layui-this {
	background-color: #009688;
	color: white;
	font-weight: bold;
}

button {
	border: 0;
	background-color: transparent;
}

.layui-nav .layui-nav-child a:hover {
	background-color: #009688;
	color: white;
}

.layim-chat-list li img,
.layui-layim-min .layui-layer-content img {
	border: 1px solid #009688;
}


.layer-t6 {
	position: fixed;
	top: 50px;
	right: 5px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	-webkit-background-clip: content;
	-webkit-overflow-scrolling: touch;
	z-index: 999;
}

.layer-t6 .layer-t6-item {
	cursor: pointer;
	position: relative;
	color: #fff;
	background-color: #333;
	width: 200px;
	margin-bottom: 10px;
	padding: 10px;
	;
	border-radius: 5px;
}

.layer-t6 .layer-t6-item:first-child {
	display: none;
}

.layer-t6 .layer-t6-item:nth-child(n+6) {
	display: none;
}

.layer-t6 .layer-t6-item:hover {
	font-weight: bold;
}

.layer-t6 .layer-t6-item .layer-t6-item-content {
	font-size: 14px;
	padding-right: 25px;
	line-height: 18px;
	max-height: 54px;
	cursor: pointer;
	overflow: hidden;
}

.layer-t6 .layer-t6-item .layui-icon-close {
	position: absolute;
	right: 5px;
	top: 10px;
	font-size: 14px;
	width: 20px;
	height: 20px;
}


.nav {
	position: relative;
}

.nav-item {
	display: none;
	position: absolute;
	top: 18px;
	left: 0;
	width: 100%;
	z-index: 1;
	background-color: #fff;
	color: #333;
	line-height: 22px;
	box-shadow: 1px 1px 1px 1px #ccc;
}

.nav-item li {
	border-top: 1px solid #ccc;
	line-height: 28px;
	padding-left: 10px;
	cursor: pointer;
}

.nav-item li:hover {
	font-weight: bold;
}

.nav:hover .nav-item {
	display: block;
}

/* 缩小下拉菜单左侧间距 */
.layui-nav .layui-nav-item a {
	padding-left: 10px;

}

.layui-laypage-tableinfo {
	color: red !important;
	cursor: pointer;
}

/* 隐藏弹窗最小化按钮 */
.layui-layer-setwin a.layui-layer-min cite {
	display: none;
}

/* 表格下的输入框隐藏边框 */
.layui-table .layui-input {
	border-width: 0px;
	padding: 3px;
}

.layui-table .layui-textarea {
	border-width: 0px;
	padding: 3px;
}

/* 去除card-body元素padding */
.layui-card-body {
	padding: 0;
}

/* 右侧图标样式 */
.layui-icon-float-right {
	float: right;
	margin-right: 10px;
	color: red;
	font-weight: bold;
	cursor: pointer;
}

/* 统计信息样式 */
.layui-calinfo {
	margin-left: 10px;
	color: red;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
}

.layui-input-note {
	min-width: 190px;
	min-height: inherit;
	line-height: 26px;
}

.layui-colla-content {
	padding: 5px 5px 5px 15px;
}

/* 系统字体颜色 */
html,
.layui-table,
.layui-card-header,
.layuiadmin-card-link a,
.layui-form-checkbox[lay-skin="primary"] span,
.layui-colla-content,
.layui-text {
	color: #262626;
}

/* t6日志样式 */
.t6log-content {
	display: block;
	margin: 5px 5px 5px 0px;
	padding: 5px;
	border: 1px dashed #009688;
	line-height: 18px;
	border-radius: 0 2px 2px 0;
	background-color: #f2f2f2;
}

.t6log {
	color: #262626;
	line-height: 18px;
	font-size: 13px;
}

.t6log:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
	*zoom: 1;
}

.t6log>label {
	position: relative;
	float: left;
	width: 100px;
	display: block;
	padding: 2px;
	text-align: left;
	font-weight: bold;
}

.t6log>div {
	position: relative;
	display: block;
	text-align: left;
	color: #1E9FFF;
	margin-left: 20px;
	padding: 2px;
}

.t6log>label+div {
	margin-left: 110px;
}

.t6log [old] {
	color: #a0a0a0;
}

.t6log [old]+.logDot[new]:before {
	left: -20px;
	position: absolute;
}

.t6log .logDot+[new]:before {
	left: -20px;
	position: absolute;
}

.t6log [old]+[new]:before {
	font-family: layui-icon !important;
	font-size: 16px;
	content: "\e623";
}

.t6log .logDot {
	height: 20px;
	display: block;
}

.t6log .opened {
	height: auto;
}

.t6log [old] a.toggle {
	text-decoration: none;
}

.t6log .toggle .close,
.t6log .opened .toggle .open {
	display: none;
}

.t6log .toggle .open,
.t6log .opened .toggle .close {
	display: inline;
}

/* t6日志样式 end */

/* t6表格固定表头 end */
.t6-table-sticky table {
	z-index: 0;
	width: 100%;
	table-layout: fixed;
}

.t6-table-sticky .t6-left-sticky {
	position: sticky;
	position: -webkit-sticky;
	left: -1px;
	z-index: 1;
	background-color: #f6f6f6;
}

.t6-table-sticky .t6-top-sticky {
	position: sticky;
	position: -webkit-sticky;
	top: -1px;
	z-index: 2;
	background-color: #f6f6f6;
}

.t6-table-sticky .layui-form-select dl {
	position: absolute !important;
}

.t6-legend {
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	position: relative;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
}

.t6-legend::before {
	content: "";
	display: block;
	background: rgba(192, 192, 192, 0.8);
	position: absolute;
	left: 5%;
	top: 15px;
	height: 1px;
	width: 90%;
}

.t6-legend .title {
	background: #fff;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 50%;
	margin-left: -70px;
	line-height: 30px;
	height: 30px;
	width: 140px;
}

/* 表格单选框 */
.layui-table[lay-size=sm] td .layui-form-radio {
	line-height: 20px;
}

.tableSelect .layui-table-view {
	margin: 0;
}

/* 界面左侧筛选，右侧表格，关闭左侧筛选 */
.t6-tableLeftSwitch {
	position: absolute;
	left: -4px;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	line-height: 40px;
	width: 8px;
	background-color: #999;
	color: #fff;
	border-radius: 0 10px 10px 0;
	cursor: pointer;
}

.t6-tableLeftSwitch:hover {
	background-color: #009688;
	color: #fff;
}

.t6-tableLeftSwitch.close {
	border-radius: 10px 0 0 10px;
	background-color: #009688;
}

.t6-tableLeftSwitch .layui-icon {
	margin-left: -3px;
	font-size: 10px;
	text-align: center;
}

/* 带图标input */
.layui-input-icon {
	position: relative;
}

.layui-input-icon-left+.layui-input {
	padding-left: 25px;
}

.layui-input-icon-right+.layui-input {
	padding-right: 25px;
}

.layui-input-icon-left {
	position: absolute;
	top: 0px;
	width: 17px;
	left: 0px;
	z-index: 2;
	padding-left: 1px;
	background-color: #fff;
}

.layui-input-icon-right {
	position: absolute;
	top: 0px;
	width: 17px;
	right: 0px;
	padding-right: 1px;
	z-index: 2;
	background-color: #fff;
}

.layui-layout-admin .layui-side {
	border-right: 1px solid #e6e6e6;
}

.tableCellMark {
	position: relative;
	background-color: #c0c0c0;
}

.tableCellMark .tableCellMarkFlag {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 3px -15px 3px;
	color: red;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0 3px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	background-color: #fff;
	z-index: 1999;
}

.tableLineNote {
	cursor: pointer;
	overflow: hidden;
}

.layui-form-select .layui-edge {
	right: 5px;
}

.layui-form-select .layui-input {
	padding-right: 20px;
}

span.trackinfo {
	font-size: 13px;
}

.layui-timeline .layui-timeline-item {
	padding: 4px 2px;
}

.steps {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	margin-bottom: 5px;
}

.steps li {
	position: relative;
	display: flex;
	align-items: center;
	width: 155px;
}

.steps li .step-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 115px;
}

.steps li .step-icon .iconfont {
	font-size: 28px;
	color: #01796d;
}

.steps li h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
}

.steps li .step-line {
	flex: 1;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

.steps li .occurred-step {
	background-color: #01796d;
}

.steps li:first-child {
	width: 116px;
}

.steps li:first-child .step-line {
	display: none;
}