@charset "utf-8";

body {
	color: #333;
	font-family: PingFangMedium;
	font-size: 14px;
}


a {
	text-decoration: none;
	
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
    content: "\200B"; 
    display: block; 
    height: 0; 
    clear: both; 
}

.pd-1500 {
	padding: 15px 0;
}

.mt-15 {
	margin-top: 15px;
}

.cp {
	cursor: pointer;
}

.layui-layout-admin .layui-logo {
	font-size: 14px;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .16);
	font-family: PingFangBold;
	box-sizing: border-box;
	width: 60px;
	left: 0;
	height: 50px;
	line-height: 50px;
	background-color: #31384b;
	padding: 0 15px;
}

.layui-layout-admin .layui-body {
	top: 90px;
	bottom: 0;
}

.layui-layout-admin .layui-header {
	margin-left: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	background-color: #262a35;
	color: #fff;
	padding-left: 10px;
}

.layui-layout-admin .layui-header .layui-nav.layui-layout-right .layui-nav-item .role_name {
	display: inline-block;
	padding: 0 5px;
	border-radius: 4px;
	border: 1px solid #999;
	color: #999;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
}

.layui-layout-admin .layui-header .layui-nav.layui-layout-right .layui-nav-item.nav-itemed {
	background-color: #f05654;
}

.layui-bg-black {
	background-color: #242b31 !important;
}

.layui-layout-admin .layui-side {
	top: 50px;
	position: absolute;
	/*width: 200px;*/
}

.layui-body,
.layui-layout-admin .layui-footer {
	left: 60px;
}

.layui-layout-admin .layui-footer {
	height: 80px;
	background-color: #fff;
}

.layui-layout-admin .layui-main {
	margin: 15px 10px;
}

.layui-body {
	background-color: #efefef;
}

.layui-textarea {
	resize: none;
}

.layui-side-scroll .layui-nav {
	background-color: #242b31 !important;
}

.layui-nav-child {
	top: 46px;
	width: 108px;
}

.layui-header .layui-nav .layui-nav-item a {
	font-size: 14px;
	color: #fff;
	height: 50px;
	line-height: 50px;
}

.layui-layout-admin .layui-nav-child.layui-anim.layui-anim-upbit.layui-show a {
	color: #666;
}

.layui-nav .layui-nav-item {
	line-height: 50px;
}

.layui-input,
.layui-select,
.layui-textarea {
	border-color: #bbb;
}

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

.popupType .layui-input,
.layui-select,
.popupType .layui-textarea {
	border-color: #bbb;
}

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

.layui-btn {
	border-radius: 4px;
}

.layui-btn-primary {
/*	background-color: #fff;
	color: #54ACF0;
	border-color: #54ACF0;*/
}
.layui-btn-primary:hover,
.layui-btn-primary.selected {
	border-color:#54ACF0;
	color:#54ACF0
}

.layui-btn-danger {
	background-color: #f05654;
	color: #fff;
	border-color: #f05654;
}

.layui-btn-disabled:hover {
	color: #999;
}

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

.layui-layout-admin .layui-body .chooseForm .layui-form-select dl {
	top: 40px;
}

.layui-layout-admin .layui-side .layui-nav-tree .layui-nav-child dd {
	box-sizing: border-box;
}

.layui-layout-admin .layui-side .layui-nav-tree .layui-nav-child a {
	padding-left: 60px;
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover {
	background-color: #f05654;
}

.layui-nav-tree .layui-nav-bar {
	background-color: #f05654;
}

.layui-nav-item .layui-icon {
	margin-right: 5px;
}

.layui-layout-admin .layui-header .layui-nav.layui-layout-right .layui-nav-item .layui-nav-child dd {
	border-bottom: 1px solid #e3e3e3;
}

.layui-breadcrumb a {
	color: #333 !important;
}

.crumbs a.noaddress:hover {
	color: #333 !important;
	cursor: text;
}

.layui-layout-admin .layui-body .chooseForm .layui-select-title {
	width: 138px;
	position: relative;
}

.layui-layout-admin .layui-body .chooseForm .layui-form-select dl {
	min-width: 138px;
}

.layui-layout-admin .layui-body .chooseForm .layui-form .layui-inline {
	margin-right: 0px;
}

.layui-progress {
	height: 30px;
	border-radius: 0;
}

.layui-progress-bar {
	height: 30px;
	border-radius: 0;
}

.table .layui-table td,
.table .layui-table th {
	padding: 5px;
	text-align: center;
}

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

.table .layui-table tr td:last-child {
	white-space: nowrap;
}

.table .layui-table {
	color: #333;
}

.basic_info input::placeholder {
	font-size: 12px;
	color: #999;
}

.basic_info .add {
	position: absolute;
	color: #e3e3e3;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	font-size: 23px;
}

.classification_info .tab {
	display: inline-block;
	width: 90px;
	line-height: 30px;
	position: relative;
	border: 1px solid #e3e3e3;
	background-color: #f7f7f7;
	padding-left: 5px;
	margin-right: 5px;
}

.classification_info .tab .cancel {
	position: absolute;
	right: 5px;
	font-size: 12px;
	color: #666;
}

.layui-laydate .layui-this {
	background-color: #54ACF0 !important;
}

.layui-btn+.layui-btn {
	margin-left: 2px;
}

.table table .layui-form-checkbox[lay-skin=primary] {
	padding-left: 0;
}

.layui-form-select .layui-edge {
	border-top-color: #999 !important;
}

.layui-btn .layui-icon.layui-icon-search {
	font-size: 14px;
}

/* 级联框样式修改 */
.selectContainer {
	/* float: left; */
	width: 200px;
	line-height: 26px;
	margin-left: 10px;
	position: absolute;
	z-index: 100;
	background-color: #fff;
}

.selectContainer .selectBox .select {
	border: 1px #bbb solid;
	cursor: pointer;
	padding: 5px;
}

.selectContainer #resultBox {
	overflow: hidden;
}

.selectContainer .resultBox {
	overflow: hidden;
}

.selectContainer .childContainer {
	border: 1px #bbb solid;
	width: 200px;
	display: none;
	position: relative;
	top: -1px;
	background-color: #fff;
	box-sizing: border-box;
}

.selectContainer .item,
.selectContainer .subItem {
	cursor: pointer;
	line-height: 40px;
	padding: 0 5px;
}

.selectContainer .scrollBox .one.subItem,
.selectContainer .scrollBox .two.subItem,
.selectContainer .scrollBox .three.subItem,
.scrollBox .four.subItem {
	position: relative;
}

.selectContainer .selectBox .title {
	display: none;
}

.selectContainer .scrollBox {
	height: 200px;
	overflow-y: auto;
	scrollbar-track-color: transparent;
	position: relative;
	z-index: 1;
}

.selectContainer .item.active,
.selectContainer .item:hover,
.selectContainer .subItem.active,
.selectContainer .subItem:hover {
	background-color: #eee;
}

.selectContainer .childContainer.active {
	display: inline-block;
}

.selectContainer .selectBox .title {
	position: relative;
	/* display: none; */
}

.selectContainer .selectBox .arrow {
	position: absolute;
	top: 50%;
	margin-top: -13px;
	right: 5px;
	color: #999;
}

.selectContainer .selectBox .right {
	position: absolute;
	right: 10px;
	color: #999;
}

.selectContainer .selectBox .arrow.trans {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.selectContainer .childContainer.two,
.selectContainer .childContainer.three,
.selectContainer .childContainer.four {
	position: absolute;
	width: 200px;
	top: 0;
	left: 200px;
	background-color: #fff;
}

/* 侧边菜单栏 */
.shrink {
	cursor: pointer;
	font-size: 20px;
}

.layui-layout-admin.change .layui-logo {
	width: 60px;
	height: 50px;
}

.layui-layout-admin.change .layui-logo>p {
	display: none;
}

.layui-layout-admin.change .layui-header {
	margin-left: 60px;
	background-color: #262a35;
	color: #fff;
}

.layui-layout-admin.change .side {
	position: absolute;
	top: 50px;
	left: 0;
	width: 60px;
	text-align: center;
	height: 100%;
	background-color: #262a35;
}

.layui-layout-admin.change .side .nav-tree .nav-item {

	height: 50px;
	line-height: 50px;
	cursor: pointer;
	position: relative;
}

.layui-layout-admin.change .side .nav-tree .nav-item:hover {
	background-color: #2f3441;
}

.layui-layout-admin.change .side .nav-tree .nav-item.nav-itemed {
	background-color: #f05654;
}

.layui-layout-admin.change .side .nav-tree .layui-icon {
	color: #fff;
}

.layui-layout-admin.change .layui-body {
	left: 60px;
}

.layui-layout-admin.change .layui-header .layui-nav .layui-nav-item a {
	color: #fff;
}

.layui-layout-admin.change .layui-nav-child.layui-anim.layui-anim-upbit.layui-show a {
	color: #666;
}

.layui-layout-admin.change .side .nav.nav-tree .nav-item a {
	display: inline-block;
	width: 100%;
	height: 45px;
	line-height: 45px;
}

.layui-layout-admin .crumbs {
	position: absolute;
	top: 50px;
	left: 60px;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	z-index: 998;
	background-color: #fff;
	right: 0;
}

.layui-layout-admin.change .crumbs {
	left: 60px;
}

.layui-layout-admin.change .side .nav-tree .nav-child {
	position: absolute;
	min-width: 140px;
	border-radius: 3px;
	left: 65px;
	top: 0;
	display: none;
	padding: 5px;
	background-color: #262a35;
	z-index: 99999;
}

.layui-layout-admin.change .side .nav-tree .nav-item:hover {
	background-color: #f05654;
}

.layui-layout-admin.change .side .nav-tree .nav-item:hover .nav-child {
	display: block;
}

.layui-layout-admin.change .side .nav-tree .left {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 60px;
	z-index: 999;
	width: 5px;
	height: 100%;
	background-color: transparent;
}

.layui-layout-admin.change .side .nav-tree .nav-child .left-triangle {
	display: block;
	position: absolute;
	top: 15px;
	left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #262a35 transparent transparent;
}

.layui-layout-admin.change .side .nav-tree .nav-child dd {
	height: 40px;
	line-height: 40px;
	color: #fff;
}

.layui-layout-admin.change .side .nav-tree .nav-child dd a {
	color: #fff;
	display: inline-block;
	width: 100%;
}

.layui-layout-admin.change .side .nav-tree .nav-child dd:hover {
	background-color: #f05654;
}

.layui-layout-admin.change .side .nav-tree .nav-child dd.check-this {
	background-color: #f05654;
}

/* 箭头 */
.bottomArrow {
	font-size: 5px;
	color: #999;
	position: absolute;
	top: -10px;
}

.topArrow {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	font-size: 5px;
	color: #999;
	position: absolute;
	top: -18px;
}

.inline_block {
	display: inline-block;
	width: 10px;
	height: 100%;
	/* margin-left: 5px; */
	position: relative;
}

/* 鼠标悬停内容 */
.mouseHover {
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 0;
	color: #2aa7d6;
}

.mouseHover .hoverContent {
	position: absolute;
	top: -100px;
	right: -50px;
	width: 280px;
	z-index: 99;
	display: none;
}

.mouseHover:hover .hoverContent {
	display: block;
}

.mouseHover .hoverContent .hoverBlock {
	background-color: #FFF;
	padding: 15px 20px;
	color: #999;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
	z-index: 99;
}

.mouseHover .hoverContent .hoverArrow {
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #FFF transparent transparent transparent;
}

/* 隐藏滚动条 */
::-webkit-scrollbar {
    width: 0px;
    height: 10px;
}
::-ms-scrollbar {
    width: 0px;
    height: 0;
}
::scrollbar[orient="vertical"] {   
	min-width: 0px !important;   
}   
/* 滚动条的滑轨背景颜色 */
::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, .05);
} 
/* 滑块颜色 */
::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .15); 
} 
/* 滑轨两头的监听按钮颜色 */
::-webkit-scrollbar-button {
	height: 0;
	background-color: rgba(0, 0, 0, .05);
}
/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
::-webkit-scrollbar-corner {
	background-color: black;
}

/* 字体颜色 */
.clwhite {
	color: #fff;
}

.cl3 {
	color: #333;
}

.cl6 {
	color: #666;
}

.cl9 {
	color: #999;
}

.cl-red {
	color: #f05654;
}

.cl-blue {
	color: #2aa7d6;
}

/* 字体大小 */

.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px !important;
}

.fs-20 {
	font-size: 20px;
}

.fs-22 {
	font-size: 22px;
}

.fs-24 {
	font-size: 24px;
}

.fs-26 {
	font-size: 26px;
}

.fs-30 {
	font-size: 30px;
}

/* 字体样式 */
.pf-b {
	font-family: PingFangBold;
}
.cur-p{
	cursor: pointer;
}
/* flex布局 */
.df {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -moz-flex;
}

.fd {
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-direction: column;
	-o-direction: column;
	-moz-direction: column;
}

.jc-sb {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
}

.jc-ct {
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
}

.as-fe {
	align-self: flex-end;
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	-ms-align-self: flex-end;
	-o-align-self: flex-end;
}

.textOverflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.twoOverflow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -ms-box;
	-ms-line-clamp: 2;
	-ms-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.as-ct {
	align-self: center;
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	-o-align-self: center;
}

.fg-1 {
	flex-grow: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	-o-flex-grow: 1;
}

.clearfix {
	position: relative;
}

.clearfix::after {
	display: block;
	content: '';
	height: 0;
	clear: both;
	visibility: hidden;
}

.fl {
	float: left;
}
.fr {
	float: right;
}

.pd-30 {
	padding: 30px;
}

.wd-450 {
	width: 450px;
}

.dn {
	display: none;
}

.db {
	display: block;
}
/* 高级搜索 */
.search-compents .tab-container .tab-container-content{
	display: block;
	line-height: 38px;
	box-sizing: border-box;
	width: 88px;
	text-align: center;
	border: 1px solid #C0C0C0;
	color: #666;
	float: left;
	cursor: pointer;
}
.search-compents .tab-container .tab-container-content:first-child{
	border-radius: 4px 0 0 4px;
}
.search-compents .tab-container .tab-container-content:last-child{
	border-radius: 0 4px 4px 0;
}
.search-compents .tab-container .tab-container-content.active{
	color: #54ACF0;
	border-color: #54ACF0;
}
.search-compents .higher-content{
	display: none;
}
.search-compents .tab-radio-content{
	display: inline-block;
	color: #666;
	padding:10px 15px;
	cursor: pointer;
	box-sizing: border-box;
	margin-right: 10px;
}
.search-compents .tab-radio-content.active{
	background-color: #54ACF0;
	border-radius: 4px;
	color: #FFF;
}
/* 列表页状态圆点颜色 */
.table .status:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.table .statusA:before{
    content:'';
    background: #54F075;
}
.table .statusB:before{
    content:'';
    background: #F0B354;
}
.table .statusC:before{
    content:'';
    background: #54ACF0;
}
.table .statusD:before{
    content:'';
    background: #999999;
}
.table .statusE:before{
    content:'';
    background: #F05654;
}