* {
	box-sizing: border-box;
}

@font-face {
	font-family: 'ds-digitalbold';
	src: url('../font/DS-DigitalBold.ttf');
	src: url('../font/ds-digitalbold-webfont.eot');
	src: url('../font/ds-digitalbold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/ds-digitalbold-webfont.woff2') format('woff2'), url('../font/ds-digitalbold-webfont.woff') format('woff'), url('../font/ds-digitalbold-webfont.ttf') format('truetype'), url('../font/ds-digitalbold-webfont.svg#ds-digitalbold') format('svg');
}

.cofont {
	font-family: 'DS-DigitalBold' !important;
	font-weight: bold;
	font-size: 24px;
}

.lc_body h1,
.lc_body h2,
.lc_body h3,
.lc_body h4,
.lc_body h5,
.lc_body h6 {
	margin: 0;
}

.lc_body p {
	margin: 0;
}

.lc_body ul {
	margin: 0;
	padding: 0;

}

.lc_body {
	margin: 0;
	font-family: Microsoft YaHei;
	color: #334151;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

.lc_row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;

}

.lc_col_1,
.lc_col_2,
.lc_col_3,
.lc_col_4,
.lc_col_5,
.lc_col_6,
.lc_col_7,
.lc_col_8,
.lc_col_9,
.lc_col_10,
.lc_col_11,
.lc_col_12,
.lc_col,
.lc_col_auto,
.col-md,
.col-md-auto,
.lc_col_lg_1,
.lc_col_lg_2,
.lc_col_lg_3,
.lc_col_lg_4,
.lc_col_lg_5,
.lc_col_lg_6,
.lc_col_lg_7,
.lc_col_lg_8,
.lc_col_lg_9,
.lc_col_lg_10,
.lc_col_lg_11,
.lc_col_lg_12,
.col-lg,
.lc_col_lg_auto,
.lc_col_xl_1,
.lc_col_xl_2,
.lc_col_xl_3,
.lc_col_xl_4,
.lc_col_xl_5,
.lc_col_xl_6,
.lc_col_xl_7,
.lc_col_xl_8,
.lc_col_xl_9,
.lc_col_xl_10,
.lc_col_xl_11,
.lc_col_xl_12,
.col-xl,
.lc_col_xl_auto {
	position: relative;
	width: 100%;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.lc_col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.lc_col_auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.lc_col_1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.lc_col_2 {
	flex: 0 0 16.6667%;
	max-width: 16.6667%;
}

.lc_col_3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.lc_col_4 {
	flex: 0 0 33.333%;
	max-width: 33.333%;
}

.lc_col_5 {
	flex: 0 0 40%;
	max-width: 40%;
}

.lc_col_6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.lc_col_7 {
	flex: 0 0 60%;
	max-width: 60%;
}

.lc_col_8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.lc_col_9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.lc_col_10 {
	flex: 0 0 80%;
	max-width: 80%;
}

.lc_col_11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.lc_col_12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.left_col_3 {
	
	width: 460px; margin-right: 10px;
}
.rigth_col_9 {
	
	width: calc(100% - 470px);
}
.row-mian{width: 100%;}
@media (min-width: 1200px) {
	.lc_col_xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.lc_col_xl_auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.lc_col_xl_1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.lc_col_xl_2 {
		flex: 0 0 16.667%;
		max-width: 16.667%;
	}

	.lc_col_xl_3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.lc_col_xl_4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.lc_col_xl_5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.lc_col_xl_6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.lc_col_xl_7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.lc_col_xl_8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.lc_col_xl_9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.lc_col_xl_10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.lc_col_xl_11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.lc_col_xl_12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.btn-group,
.btn-group-vertical {

	display: inline-flex;
	vertical-align: middle;
}

.btn-primary {
	color: #fff !important;
	background-color: rgba(44, 109, 210, 1) !important;
	border-color: #8760fb;
}

.btn-group>.btn:not(:first-child) {
	margin-left: -1px;
}

.btn-group-sm>.btn {
	border: 1px solid #f2f2f2;
	padding: .25rem .5rem;
	text-align: center;
	vertical-align: middle;
	color: #666;
	margin: 0;
	font-size: 12px;
	background: none;
}

.btn-padding {
	padding: .25rem 1rem !important
}

.btn-padding span {
	display: inline-block;
	padding-top: 12px !important
}

.gradient-branding {
	background: #6a11cb;
	background: -webkit-linear-gradient(180deg, #727cf5, #8e75dc) !important;
	background: linear-gradient(180deg, #727cf5, #8e75dc) !important;
}

.align-items-center {
	align-items: center !important;
}

.font18 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-left: 1rem
}

.badge {

	padding: 3px 5px 4px;
}

.badge-secondary {
	color: #ff7671;
	font-weight: bold;
	background: #f2f2f2;
	border-radius: 5px
}

.badge-success {
	color: #3fcbca;
	;
	font-weight: bold;
	background: #f2f2f2;
	border-radius: 5px
}

.text-center {
	text-align: center !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-3 {
	margin-top: 10px
}

.mt-5 {
	margin-top: .5rem
}


.p-0 {
	padding: 0 !important;
}

.border-bottom {
	border-bottom: 1px solid #e1e6f1 !important;
}

.lc_body .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: 5px;

	box-shadow: 0 1px 3px 0px rgba(115, 108, 203, 0.23);



}

.custom-card {
	border-radius: 10px;
	margin-bottom: 7px;
	background-color: #fff;
	width: 100%;
}

.h3bg {
	background: #f0f5fb;
	color: #0220fc;
	padding: 10px 45px;
	border-radius: 30px;
	margin: 10px;
	display: inline-block;
	font-size: 30px;
	font-weight: bold
}

.custom-card .lc_col_7 {
	font-weight: bold;
	padding: 10px;
	padding-left: 25px
}

.custom-card .lc_col_5 {
	padding: 10px;
	background: linear-gradient(160deg, #a6ddfc, #a8c5fd);
	color: #fff;
	text-align: right;
	border-radius: 0 10px 10px 58px
}

.lc_body .lc_top .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: none;
	background-clip: border-box;

	border-radius: 3px;
	box-shadow: inherit;


}

.bm_0 {
	border-bottom: none;
}

.br_1 {
	border-right: 1px solid #e3e5e4;
}

.bm_1 {
	border-bottom: 1px solid #e3e5e4;
}

.task-list li h6 {
	margin-bottom: 8px !important;
}

.tx-12 {
	font-size: 12px;
}

.text-muted {
	color: #99a6b7 !important;
}

.text-444 {
	color: #444 !important;
}

.media {
	display: flex;
	align-items: flex-start;
	height: 60px;
}

.media-body {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}

.flex-a {
	display: flex;
	align-items: center;
	color: #fff;
}

.w-img img {
	width: 36px;
	margin-right: 8px;
}

h5,
.h5 {
	font-size: 1.09375rem;
}

small,
.small {
	font-size: 80%;
	font-weight: 400;
}

.lc_body .card-body {
	flex: 1 1 auto;
	padding: 8px;
}

.lc_top {

	padding:  0;
	
	border-radius: 5px;
}

.lc_body .card-title {
	font-size: 14px;
	font-weight: bold;
	background: #f5f8f9;
	color: #333;line-height: 28px;
	border-bottom: 1px solid #f2f2f2;
	flex: 1 1 auto;
	padding:0 ;
}

.lc_body .card-title2 {
	font-size: 16px;
	font-weight: 600;
	color: #0d93f7;
	flex: 1 1 auto;
	padding: 10px;
	padding-left: 36px;
	background: url(../img/h2_icon.png) left 15px center no-repeat;
}

.lc_body .card-title .more {
	color: #999;
	font-size: 12px;
	font-weight: normal
}

.lc_body .card-title span {
	color: #229ff3;
    border-bottom: 2px solid #229ff3;
	padding: .3px 10px;   padding-bottom: 5px;  line-height: 28px;

}

.lc_body .card-title span img {
	margin-right: 3px;
}

.lc_body .card-title span i {
	color: #085eef;
}

.fw_echarts5_2 {
	width: 380px;
	height: 180px
}

.fw_echarts5_1 {
	width: 380px;
	height: 180px
}

.BMapLabel span {
	padding: 2px;
	box-shadow: 0 0px 0px 0px rgb(115 108 203 / 23%);
	border: none !important;
}

.BMapLabel {
	border: none !important;
}

.text-danger {
	color: #ff473d !important;
}

.text-999 {
	color: #999 !important;
}

.text-success {
	color: #64c62e !important;
}

.text-warning {
	color: #efcc7c !important;
}

.text-bule {
	color: #0c98f8 !important;
}

.text-cot-1 {
	color: #ff4146 !important
}

.text-cot-2 {
	color: #42bc9f !important
}

.text-cot-3 {
	color: #32a5ff !important
}

.text-cot-4 {
	color: #5dc7bf !important
}

.jxicon_15 {
	color: #ff4146 !important
}

.jxicon_16 {
	color: #7581f7 !important
}

.jxicon_17 {
	color: #9d5cf6 !important
}

.bg-primary {
	background-color: #8d76dd !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #8d76dd !important;
}

.bg-secondary {
	background-color: #eb6f33 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #eb6f33 !important;
}

.bg-success {
	background-color: #3fcbca !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #3fcbca !important;
}

.bg-info {
	background-color: #4bb5ea !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #4bb5ea !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #d39e00 !important;
}

.bg-danger {
	background-color: #ff7671 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #ff7671 !important;
}

.bg-light {
	background-color: #e1e6f1 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dbe0ea !important;
}

.bg-dark {
	background-color: #3b4863 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #131212 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.m-0 {
	margin: 0 !important;
}

.p-0 {
	padding: 0 !important;
}

.text-center {
	text-align: center !important;
}

*::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	transition: .3s background;
}

::-webkit-scrollbar-thumb {
	background: #e1e6f1;
}

*:hover::-webkit-scrollbar-thumb {
	background: #adb5bd;
}

/*-----Br Themes-----*/
h6,
.h6 {
	font-size: 14px;
	font-weight: normal;
}

.float-right {
	float: right !important;
}

.list-group-item {
	margin: 0;
	position: relative;
	display: block;
	padding: 0.5rem .1rem;

	background-color: #fff;
	border-bottom: 1px solid #e1e6f1;
}

.list-group-item i {
	color: #257bec
}

.list-group-item:nth-child(1) i {
	color: #de4b66 !important
}

.list-group-item:nth-child(2) i {
	color: #dc44be !important
}

.list-group-item:nth-child(3) i {
	color: #5955e3 !important
}

.jctab-content .task-list {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.task-list li {
	float: left;
	width: 50%;
	padding: 4px;
	position: relative;
	line-height: 28px;
}

.lc_body a {
	text-decoration: none
}

.task-list li a {
	border: 1px solid #e3e3e5;
	display: inline-block;
	border-radius: 6px;
	width: 100%;
	padding: 5px;
	color: #333;
	font-size: 13px
}

.task-list li i {
	color: #257bec;
	margin-right: 3px;
}

.jc-num {
	position: absolute;
	right: 5px;
	color: #fd624c
}

.jc-num i {
	color: #bbbbbb !important;
}

.task-list li:last-child {
	margin-bottom: 0;
}

.task-list li .task-icon {
	position: absolute;
	left: 22px;
	top: 13px;
	border-radius: 50%;
	padding: 2px;
	width: 17px;
	height: 17px;
	z-index: 2;
}

.jc-ulbox li {
	width: 33.333%;
	float: left;
	padding: 9px 5px;
	list-style: none
}

.jc-ulbox a {
	display: block;
	font-size: 12px;
	color: #085eef;
	border-radius: 20px;
	border: 1px dashed #085eef;
	padding: 3px 8px;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-decoration: none;
	/* æ— ç”¨ */
}

.task-list li h6 {
	margin-bottom: 5px;
}

.product-img img {
	transform: scale(1);
	transition: .3s ease-in-out;
}

.product-img:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.item-card .product-info {
	padding: 0;
	margin: 0;
	opacity: 0;
	left: 0;
	right: 0;
	text-align: center;
	position: absolute;
	bottom: -30px;
	z-index: 1;
	transition: all .5s ease 0s;
}

.item-card:hover .product-info {
	opacity: 1;
	bottom: 30%;
}

.main-content {
	min-height: 78vh;
}

.breadcrumb-3 ol {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

.breadcrumb-3 li {
	display: contents;
	text-align: center;
}

.breadcrumb-4 ol {
	position: relative;
	display: block;
	width: 100%;
	text-align: right;
}

.breadcrumb-4 li {
	display: contents;
	text-align: right;
}

.z-index2 {
	z-index: 2;
}

.p-15 {
	padding: 15px !important;
}

.progress {
	display: -ms-flexbox;
	display: flex;
	width: 80px;
	height: .2rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: .25rem;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	transition: width .6s ease;
}

.tx-11 {
	font-size: 11px;
}

.progress-percentage {
	float: right;
}

.bg-success {
	background-color: #3fcbca !important;
}

.bg-danger2 {
	background-color: #eb5076 !important;
}

.bg-secondary2 {
	background-color: #d13adf !important;
}

.bg-info2 {
	background-color: #03d0ea !important;
}

.icon-box {
	width: 55px;
	height: 55px;
	margin: auto;
	border: 0px solid #fff;
	line-height: 55px;
	border-radius: 50%;
	text-align: center;
}

.icon-box {
	color: #fff
}

.icon-tubiao11 {
	font-size: 30px
}

.card-variant-triangle-info2 {
	color: #95d2ec;
	width: 0;
	height: 0;
	border-right: 25px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
}

.card-variant-triangle-info {
	color: #95d2ec;
	width: 0;
	height: 0;
	border-top: 25px solid #d5edf7;
	border-right: 25px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
}

.card-title .icon--huanbaobumenjiancejigou {
	margin-right: .2rem;
	font-size: 14px
}

.lflex {
	position: absolute;
	left: 6px;
	bottom: 6px;
	border-radius: 3px;
	color: #333;
	background: rgb(255 255 255 / 80%);
	width: 250px;
	font-size: 13px;
	padding: 8px 0;
	box-shadow: 0 3px 4px rgb(0 0 0 / 20%);
	z-index: 1000;
	display: flex;
	overflow: hidden;
	align-items: center;
}

.lflex span {
	display: flex;
	align-items: center;
	margin: 0 6px;
}

.lflex img {
	width: 16px;
	margin-right: 5px;
}

.lflex font {
	font-size: 16px;
	margin: 0 6px;
}

.lcbox {
	position: absolute;
	bottom: 5px;
	z-index: 1000;
}

.lcbox .top_bg4 {
	color: #fff;
}

.lcbox ul li {
	display: flex;
	border-right: 1px solid #f2f2f2;
	align-items: center;
	color: #333;
	text-align: center;
	justify-content: center;
	font-size: 15px;
	cursor: pointer;
	padding: 0;
	height: 45px;
}

.lcbox ul {
	display: flex;
}

.lcbox ul li:hover {
	color: #229ff3;
}

.lcbox ul li img {
	margin-right: 8px;
	width: 24px;
}



.w-icon {
	font-size: 12px;

	text-align: center;


	display: inline-block;
}

.w-img {
	float: left;
}

.ml-2 {
	margin-left: 3rem
}

.ml-1 {
	margin-right: 1rem
}

.media-body h5.mb-1 {
	margin-top: .2rem !important;
	font-size: 22px;
	color: #fff;
}

.media-body h5.mb-1 .numb {
	font-size: 12px !important;
	position: relative;
	top: -6px;
	margin-left: .4rem;
	font-weight: normal;
}

.media-body p {
	color: #999;
	margin: 0;
	font-weight: bold
}

.lc_suzi {
	height: 8px;
	width: 8px;
	background: #f36b53;
	display: inline-block;
	margin-right: 1rem;
	border-radius: 50%;
}

.media-body .h5 {
	margin: 1rem 0 !important
}

.lc_table_cot {
	width: 100%;
	box-sizing: content-box
}

.lc_table_cot td {
	font-size: 12px
}

.br-m {
	border-bottom: 1px solid #
}

.lc_table_cot td .t_2 {
	font-size: 16px !important;
}

.lc_table {
	width: 100%;
}

.lc_table td {
	background: #eaf4ff;
	padding: 1rem;
	border-radius: 5px;
	text-align: center;
	color: #999;
}

.lc_table h5 {
	color: #6c757d !important
}

.bg-eaf0fa {
	background: #f0f5f9 !important;
	color: #141414 !important
}

.text-nowrap {
	font-size: 11px
}

.text-727bf4 {
	color: #727bf4 !important;
	font-weight: 600
}

.jctab-box {
	width: 100%;
	height: 100%;
	position: relative
}

.jctab-box .jctab ul li {
	position: relative;
	padding: 3px 8px;
	float: left;
	text-align: center;
	list-style: none;
	cursor: pointer;
	border: 1px solid #e3e3e5;
	border-radius: 15px;
	margin: 0 4px;
	color: #777
}

.jctab-box .jctab ul li.action {
	border-radius: 15px;
	border: 1px dashed #0049ee;
	color: #0049ee
}

.jctab-box .jctab ul li.action i {
	color: #0049ee
}

.jctab-box .jctab ul li i {
	color: #b6b5b5;
	margin-right: 3px;
	font-size: 13px
}

.jctab-box .jctab-content {
	width: 100%;
	height: 100%;
}

.jctab-box .jctab-content .item {
	display: none;
}

.jctab-box .jctab-content .item:first-child {
	display: block;
}

.jctab-badge {
	display: inline-block;
	width: auto;
	text-align: center;
	min-width: 0.95rem;
	height: 0.9rem;
	line-height: 0.9rem;
	padding: 0 0.2rem;
	font-size: 0.6rem;
	color: #ffffff;
	background-color: #4c8bfd;
	border-radius: 0.45rem;
	position: absolute;
	top: -.6rem;
	z-index: 99;
	right: 0
}

.jc-c-table td {
	text-align: center;
	margin: 0;
	padding: 0
}

.lc_body .jc-c-table h3 {
	margin: 0;
	padding: 0;
	font-size: 16px !important
}

.dc-tb-ul li {
	width: 25%;
	float: left;
	padding: 5px;
	font-size: 13px;
	list-style: none;
	margin: 0;
}

.dc-tb-ul {
	overflow: hidden
}

.dc-tb-ul li div {
	padding: 8px 12px;
	border-radius: 3px
}

.dc-tb-ul li div img {
	float: left;
	margin-right: 6px;
	width: 18px
}

.dc-tb-ul li div.bg1 {
	background: #f6fbf4;
	color: #38af0c;
}

.dc-tb-ul li div.bg2 {
	background: #fffdf6;
	color: #f0bb00;
}

.dc-tb-ul li div.bg3 {
	background: #f5f8ff;
	color: #4259fc;
}

.dc-tb-ul li div.bg4 {
	background: #fff5f4;
	color: #fd2629;
}

.dc-num {
	float: right;
	font-weight: bold;
	font-size: 16px
}

.dc-pl0 {
	padding-left: 0 !important;
}

.dc-pr0 {
	padding-right: 0 !important;
}

.lc-table h3 {
	font-size: 24px
}

.lc-table p {
	color: #666
}

.lc-table img {
	width: 60px;
	margin-right: 3px
}

.text-red {
	color: #fb2732;
	font-size: 24px;
	font-weight: bold
}

.text-g {
	color: #57885b;
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
	display: inline-block
}

.text-b {
	color: #35adec;
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
	display: inline-block
}

.text-p {
	color: #0220fe;
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
	display: inline-block
}

.lc_table2 {
	margin: 15px auto;
	border-collapse: collapse
}

.br-m {
	border-bottom: 1px solid #e2e4e6;
	border-top: 1px solid #e2e4e6;
}

.lc_table2 td {
	padding: 16px 15px;
}

.lc_table2 td div {
	padding-right: 25px
}

.br-r {
	border-right: 1px solid #e2e4e6;
}

.lc_table2 img {
	width: 20px;
	position: relative;
	top: 3px
}

.sh_echarts {
	width: 100%;
	height: 100%
}

.fw_echarts3 {
	width: 450px;
	height: 35vh
}

.map_vod {
	width: 100%;
	height: 100%
}

.sh_imgbox {
	width: 100px;
	height: 3.8rem;
	text-align: center;
}

.sh_imgbox img {
	width: 100%;
	height: 100%
}

.sh-table {
	margin: 0;
	padding: 0;
	font-size: 14px
}

.sh-table td {
	padding: 3px;
	color: #333;
	text-align: left;
	border-bottom: 1px dashed #ddd
}

.sh-table td p {
	color: #333;
	padding: .2rem
}

.sh-table td p i {
	margin-right: .3rem
}

.sh_label_gray {
	font-weight: normal;
	padding: 2px 8px;
	text-shadow: none;

	border-radius: 10px;
	display: inline-block;
	white-space: nowrap;
	background-image: linear-gradient(to right, #fa3561, #fe5044);
	color: #FFFFFF;
}

.sh_label_info {
	font-weight: normal;
	padding: 2px 8px;
	text-shadow: none;

	border-radius: 10px;
	display: inline-block;
	white-space: nowrap;
	background-image: linear-gradient(to right, #4db1fb, #5371fd);
	color: #FFFFFF;
}

.wrj-text1 {
	color: #257bec !important
}

.anchorBL {
	display: none
}

.shbox {
	padding: 6px 10px;
	font-size: 13px;
	background-color: #fff;
	position: absolute;
	color: #666;
	top: 3%;
	left: 2%;
	display: flex;
	z-index: 9999;
	border-radius: 10px;
	border: 1px solid #f1f1f1;
	box-shadow: 0 3px 14px rgba(0, 0, 0, .3);
}

.position {
	position: relative
}

.iconbg1 {
	width: 1.6rem;
	height: 1.6rem;
	line-height: 1.6rem !important;
	margin: 2px 3px;
	margin-left: 5px;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}

.iconbg1 i {
	font-size: 14px !important;
}

.bg1 {
	background: #ff8147 !important;
}

.bg2 {
	background: #29b4f6 !important
}

.bg3 {
	background: #6aca35 !important
}

.bg4 {
	background: #fd8488 !important
}

.bg5 {
	background: #868efb !important
}

.iconbg1 i.f20 {
	font-size: 18px !important
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mainbox {
	position: absolute;
	top: 0
}

.mainbox .main2 ul {
	position: absolute;
	right: 2%;
	top: 66px;
	width: 400px;
	padding: 10px;
	color: #333;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 1px 3px 0px rgba(115, 108, 203, 0.23);
	background: #fff;
	z-index: 10000
}

.main2 ul li {
	width: 100%;
	text-align: left;
	font-size: 12px
}

.main2 ul li a {
	color: #444;
	text-decoration: none;
}

.main2 ul li a:hover {
	text-decoration: underline;
	color: #000;
}

.bar {
	width: 400px;
	position: absolute;
	right: 2%;
	top: 20px;
	display: block;
	z-index: 10000;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 1px 3px 0px rgba(115, 108, 203, 0.23);
	background: #fff;
}

.sp_fixd2 {
	font-size: 12px;
	margin-top: 0;

	padding: .5rem 0;
	border-bottom: 0 !important;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.sp_ls_box img {
	width: 100%;
	height: 100%;
}

.sp_ls_box {
	float: left;
	overflow: hidden;
	width: 100px;
	height: 70px;
	display: inline-block;
	padding: 1px;
	border: 1px solid #ddd;
}

.ap_label_info {
	font-weight: normal;
	padding: 2px 8px;
	text-shadow: none;
	position: absolute;
	right: 8px;
	border-radius: 10px;
	display: inline-block;
	white-space: nowrap;
	background-image: linear-gradient(to right, #25b679, #2fe096);
	color: #FFFFFF;
}

.sp_ls_text {
	float: left;
	display: inline-block;
	width: 60%;
	padding-left: 6px;
	padding-top: 8px;
}

.sp_ls_text p {
	margin: 5px 0
}

.ap_label_red {
	font-weight: normal;
	padding: 2px 8px;
	text-shadow: none;
	position: absolute;
	right: 8px;
	border-radius: 10px;
	display: inline-block;
	white-space: nowrap;
	background-image: linear-gradient(to right, #fa3561, #fe5044);
	color: #FFFFFF;
}

.mainbox ul li h2 {
	background: #f3f3f3;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 5px
}

.flex2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
}

.flex_no {
	font-size: 12px;
}

.flex_no select {
	border: 1px solid #ddd;
	background: #fff;
	padding: 3px;
	color: #666;
}

.flex2 select {
	border: 1px solid #ddd;
	background: #fff;
	padding: 3px;
	color: #666;
}

.sh_b p {
	border-bottom: 1px solid #fbedd2;
	padding: 5px
}

.hot_topics {
	position: absolute;
	bottom: 0;
	z-index: 100000;
	width: 80%;
	overflow: hidden;
	display: flex;
	margin-bottom: 1rem
}

.winBox {
	background: #f4f7fa;
	padding: 5px;
	border-radius: 3px;
	overflow: hidden;
	float: right;
	width: 80%;
	position: relative;
}

.scroll li {
	padding: 5px;
	float: left;
	text-align: left;
}

.scroll li a {
	font-size: 14px;
	color: #333;
}

.scroll i {
	color: #257bec;
	margin-right: 5px
}

.scroll .more {
	float: right;
	font-size: 12px;
	color: #6baaff
}

.scroll-li {
	width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.card-title i {
	font-size: 12px;
	color: #ff3b14
}

.text-jili {
	position: absolute;
	right: 10px;
	font-size: 80px;
	top: -5px;
	color: #e1effd;
	font-weight: bold
}

.z_text {
	font-size: 14px
}

.z_text span {
	color: #257bec
}

.z_text p {
	margin: 3px
}

.z_text p img {
	position: relative;
	top: 8px
}

.top_bg1 {
	background: url(../img/top_bg1.png);
	background-size: 100% 100%; 
}

.top_bg2 {
	background: url(../img/top_bg2.png);
	background-size: 100% 100%; 
}

.top_bg3 {
	background: url(../img/top_bg3.png);
	background-size: 100% 100%; 
}

.top_bg4 {
	background: url(../img/top_bg4.png);
	background-size: 100% 100%; 
}
.top_bg5 {
	background: url(../img/top_bg5.png);
	background-size: 100% 100%;
}

.top_bg6 {
	background: url(../img/top_bg6.png);
	background-size: 100% 100%;
}


#breakNewsList {
	height: 42rem;
	overflow: hidden;
	width: 100%;
}

.height12 {
	height: 22vh;
	overflow: auto;
}

.height20 {
	height: 38vh;
	overflow: auto;
}

.height22 {
	height:37.5vh;
	overflow: auto;
}

.height44 {
	height: 77vh;
	overflow: auto;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aui-tab {
	position: relative;
	border-radius: 5px 5px 0 0;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-self: center;
	align-self: center;
	background: #f5f8f9;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

.aui-tab-item {
	padding: 0 20px;
	line-height: 28px;
	position: relative;
	font-size: 14px;

	color: #333;
	border-radius: 0px;
	background: none;
	-webkit-box-flex: 1;
	float: right;
	margin-left: -1px;
	cursor: pointer;
	box-flex: 1;
	border-right: 1px solid #ddd;
}

.aui-tab-item.aui-active {
	color: #229ff3;
	border-bottom: 2px solid #229ff3;
}

.aui-hide {
	display: none !important;
}

.fw_echarts5 {
	width: 400px;
	height: 300px;
}

.fw_echarts6 {
	width: 930px;
	height: 240px;
}

.height62 {
	height: 85.5vh;
	overflow: auto;
}

.kflist-ul {
	border: 1px solid #1a9fe3;
	width: 16vh;
	border-radius: 5px;
	overflow: hidden;
	font-size: 12px;
	position: absolute;
	top: 13%;
	z-index: 1000;
	right: 5%
}

.kflist-ul li {
	float: left;
	width: 33.333%;
	text-align: center;
	padding: 5px 0;
	cursor: pointer
}

.kflist-tit {
	overflow: hidden;
	font-size: 12px;
	position: relative;
	top: 0;
	left: 8%
}

.kflist-tit li {
	float: left;
	color: #fff;
	padding: 5px;
	cursor: pointer
}

.kflist-tit li.active {
	border-bottom: 2px solid #1a9fe3;
	color: #1a9fe3
}

.kflist-ul li.active {
	background: #1a9fe3;
	color: #fff;
}

.num_lable {
	background: linear-gradient(to right, #2cabf7, #50c9fe);
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #fff; font-size: 11px;
	text-align: center;
	line-height: 16px; margin-right: 3px;
	border-radius: 50%;
}

.num_lable_top1 {
	background: linear-gradient(to right, #f45a16, #f47339) !important;
}

.num_lable_top2 {
	background: linear-gradient(to right, #efa014, #f6b541) !important;
}

.num_lable_top3 {
	background: linear-gradient(to right, #1dd0b4, #74d8cd) !important;
}

.text_num1 {
	color: #f45a16;
}

.text_num2 {
	color: #efa014;
}

.text_num3 {
	color: #1dd0b4;
}

.text_num4 {
	color: #257bec;
}

.ScrollText {
	height: 34vh;
	overflow: hidden;
}

.s_list {
	font-size: 12px;
}

.s_list2 {
	font-size: 12px; overflow: auto; height: 76vh;
}

.s_list2 .lc_col_6 {
	padding: 0;
}

.s_list2 .lc_col_1 {
	padding: 0;
}

.s_list .lc_col_6 {
	padding: 0;
	padding-left: 3px;
	padding-right: 3px;
}

.s_list .lc_col_1 {
	padding: 0;
}

.s_list2 li {
	padding: 0;
	margin: .3rem 0;
	font-size: 12px;
}

.s_list li {
	border-radius: 5px;
	border: 1px solid #e1f4ff;
	margin-bottom: 5px;
	padding-bottom: 8px;
}

.bg-no {
	background: none !important;
}

.embox {
	background: #f2faff;
	padding: .5rem;
	display: flex;
	align-items: center;
	font-weight: bold;
	position: relative;
}

.embox img {
	margin-right: .3rem;
}

.emtext {
	padding: .5rem;
	display: flex;
	align-items: center;
}

.emtext img {
	margin-right: .3rem;
}

.zbox {
	border: 1px solid #ebf8ff;
	border-radius: 5px;
	padding: 6px 0;
	text-align: center;
	margin: 0 5px;
	margin-bottom: .5rem;
}

.ztable {
	width: 100%;
	margin: 0 .5rem;
}

.ztable span {
	border: 1px solid #dff3ff;
	background: #f2faff;
	padding: 3px 6px;
	border-radius: 5px;
	color: #27b3ff;
}

.ztable span i {
	margin-right: 3px;
	font-size: 14px;
}

.bg_a {
	background: linear-gradient(to right, #3b8bf1, #72b7fc) !important;
	color: #fff !important;
	border: none !important;
}

.bg_b {
	background: linear-gradient(to right, #f1f1f1, #fff) !important;
	color: #b5b9be !important;
}

.s_list .sh_col_3 {
	text-align: right;
}

.list_lc li.active .lc_icon6 {
	content: url(../img/lc_icon6_hover.png);
}

.list_lc li.active .lc_icon7 {
	content: url(../img/lc_icon7_hover.png);
}

.list_lc li.active .lc_icon8 {
	content: url(../img/lc_icon8_hover.png);
}

.list_lc li.active .lc_icon9 {
	content: url(../img/lc_icon9_hover.png);
}

.list_lc li.active .lc_icon10 {
	content: url(../img/lc_icon10_hover.png);
}

.list_lc li.active .lc_icon11 {
	content: url(../img/lc_icon11_hover.png);
}

.list_lc li.active .lc_icon12 {
	content: url(../img/lc_icon12_hover.png);
}

.list_lc li.active .icon50 {
	content: url(../img/icon50.png);
}

.sh_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.text_num1 {
	color: #f45a16;
}

.text_num2 {
	color: #efa014;
}

.text_num3 {
	color: #1dd0b4;
}

.text_num4 {
	color: #257bec;
}

.aui-collapse .aui-list-item {
	padding: 8px 15px;
	box-shadow: 0px 3px 3px -3px #ddd;
	color: #4f5f74;
	cursor: pointer
}

.aui-collapse .aui-list-item:active {
	background: #fff;
}

.aui-collapse-content {
	display: none;
	padding: 8px;
	font-size: 13px
}

.aui-collapse-content .aui-list-item:last-child {
	border-bottom: 0;
}

.aui-list-item-title {
	display: flex;
	align-items: center
}

.aui-collapse-header .aui-collapse-arrow {
	position: relative;
	font-size: 12px;
	top: 2px;
}

.aui-list-item-right {
	float: right;
}

.aui-list-item-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.list_lc li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 5px 0;
}

.list_lc li span {
	display: flex;
	align-items: center;
}

.list_lc li span img {
	margin-right: 5px;
	width: 16px;
}

.list_lc li.active {
	color: #999;
	cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:1.5) {
	.aui-collapse-content .aui-list-item:last-child {
		background-position: bottom;
	}

	.aui-list.aui-collapse.aui-list-noborder,
	.aui-list.aui-collapse.aui-list-noborder .aui-collapse-content:last-child .aui-list-item:last-child {
		border: none;
		background-size: 100% 1px;
		background-repeat: no-repeat;
		background-position: 0 bottom;
		background-image: linear-gradient(0, #dddddd, #dddddd 50%, transparent 50%);
		background-image: -webkit-linear-gradient(90deg, #dddddd, #dddddd 50%, transparent 50%);
	}

	.aui-list.aui-collapse.aui-list-noborder,
	.aui-list.aui-collapse.aui-list-noborder .aui-collapse-item:last-child .aui-list-item:last-child {
		border: none;
		background-size: 100% 0;
		background-image: none;
	}

	.aui-list.aui-collapse.aui-list-noborder .aui-collapse-item:last-child .aui-list-item.aui-collapse-header,
	.aui-list.aui-collapse.aui-list-noborder .aui-collapse-content .aui-list-item:last-child {
		border: none;
		background-size: 100% 0;
		background-image: none;
	}
}

.aui-collapse-item {
	background: #fff;
	border-radius: 4px;
	font-size: 13px;
}

.aui-show {
	display: block !important;
}

.aui-content-padded {
	position: absolute;
	top: 20px;
	right: 2%;
	z-index: 1000;
	border: 1px solid #f1f1f1;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.aui-collapse-header.aui-active .icon-jt {
	background: url(../img/icon_jt2.png);
	width: 16px;
	height: 16px;
	background-size: cover;
	margin-right: 5px;
	;
	display: block
}

.icon-jt {
	background: url(../img/icon_jt.png);
	width: 16px;
	height: 16px;
	background-size: cover;
	margin-right: 5px;
	display: block
}

.mb-5 {
	margin-bottom: 5px;
}

.card_a {
	border-bottom: 2px solid #f0f3fc; padding: 5px;
	
}
.card_a table td{padding: 3px 0; padding-right: 15px; font-size: 13px; font-weight: normal;}
.card_a table input{    font-size: 13px;
    padding: 3px 10px;
   background: #fff;
   border: 1px solid #e3e5e9;border-radius: 5px;
	outline: none;
    margin-bottom: 0;height: 32px;  margin: 0 5px;
    line-height: 22px;width:300px;
    color: #35415a;}
	select{ font-size: 13px;
		padding: 3px 10px;background: #fff;
		   border: 1px solid #e3e5e9;border-radius: 5px;
		width: 150px;margin: 0 5px;
		margin-bottom: 0; outline: none;
		line-height: 22px;height: 32px;
		color: #35415a;}
.card_a h3 {
	position: relative;
	color: #333333;
	font-size: 14px;
	padding: .3rem;
	font-weight: normal;
	padding-left: 1rem;
	font-weight: bold;
}

.card_a h3::before {
	width: 3px;
	height: 14px;
	top: 0.5rem;
	position: absolute;
	content: "";
	background: #0c9dfd;
	border-radius: 20px;
	left: .5rem;
}

.form-control {
	border-radius: 3px;
	background-clip: padding-box;
	border-color: #e7ebee;
	box-shadow: none;
	font-size: 13px;
	padding: 6px 12px;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	line-height: 22px;
	color: #35415a;
	background: none;
	border: none;
}

.aui-list-item-arrow:before {
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	top: 48%;
	right: 0.75rem;
	margin-top: -0.2rem;
	background: transparent;
	border: 1px solid #6a6c70;
	border-top: none;
	border-right: none;
	z-index: 2;
	border-radius: 0;
	transform: rotate(-135deg);
}

.page-link {
	color: #334151;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 6px;
	border-width: 0;
	border: 1px solid #e1e6f1;
	font-weight: 400;
	margin: 5px 1px;
	text-decoration: none;
}

.page-link i {
	font-size: 18px;
	line-height: 0;
}

.pagination {
	float: right;
	display: flex;
	padding-left: 10px;
	list-style: none;
	margin: 6px 0;
}

.TT a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

.pagination .active {
	color: #2ea6e6
}

.pagination:hover a {
	color: #2ea6e6
}

.maptit table td {
	padding: 5px 3px;
	text-align: center;
}

.input-group {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: #fff;
	border: 1px solid #e3e5e9;
	align-items: center;
	height: 100%;
	border-collapse: separate;
	border-radius: 5px;
	padding: 0;
}

.input-group select {
	background: none;
	width: 80px;
	border: none;
	padding: 6px;
	text-align: center;
	/*éšè—selectçš„ä¸‹æ‹‰å›¾æ ‡*/
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 100%;
	padding-left: 5px;
}

.option {
	background: #f8fbfd;
	text-align: center;
	position: relative;
}

.input-group-btn {
	background: #f8fbfd;
	position: relative;
	right: 0;
	font-size: 0;
	text-align: center;
	white-space: nowrap;
	width: 50px;
	padding: 6px 0;
	z-index: 3;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.option:after {
	content: "";
	width: 14px;
	height: 8px;
	background: url(../img/jt_b.png) no-repeat center;
	position: absolute;
	right: 5px;
	top: 41%;
	pointer-events: none;
}

.ztable img {
	width: 10px;
}

.zhzj_list li {
	display: flex;
	justify-content: space-between;
	padding: 8px;
	position: relative;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
}

.zhzj_list li:nth-child {
	background: #f8fbfd;
}

.iconbox {
	margin-right: 10px;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zhzj_list li i {
	margin: 03px;
	color: #ddd;
}

.icon-text {
	color: #0096d7 !important;
}

.icon-sousuo {
	color: #0096d7 !important;
}


.s_list2 li:nth-child(1) .num_lable {
	background: linear-gradient(to right, #f45a16, #f47339) !important;
}

.s_list2 li:nth-child(2) .num_lable {
	background: linear-gradient(to right, #efa014, #f6b541) !important;
}

.s_list2 li:nth-child(3) .num_lable {
	background: linear-gradient(to right, #1dd0b4, #74d8cd) !important;
}

.num_lable_top1 {
	background: linear-gradient(to right, #f45a16, #f47339) !important;
}

.num_lable_top2 {
	background: linear-gradient(to right, #efa014, #f6b541) !important;
}

.num_lable_top3 {
	background: linear-gradient(to right, #1dd0b4, #74d8cd) !important;
}

.dc_body .card-justify span {
	color: #2fa5f4 !important;
}

#kf_echart_map {
	width: 100%;
	height: 105%;
	margin-top: -28px;
}

.mapbox {
	position: absolute;
	top: 3.6vh;
	opacity: 0;
	width: 98.5%;
	height: 100%;
}

.mapbg { position: relative;
	background: url(../img/mapbg.png) 0% 0% / 100% 100% no-repeat;
}

.zindex {
	opacity: 1;
	z-index: 1000;
}

.xmtitle {
	position: absolute;
	right: 10px;
	top: -28px;
	font-size: 12px;
	color: #229ff3;
	z-index: 1000;
}

.map-close {
	position: absolute;
	right: 5px;
	top: .8vh;
	margin: 0 5px;
	font-size: 12px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: #0088ff;
	height: 22px;
	line-height: 22px;
	width: 60px;
	text-align: center;
	border-radius: 5px;
	z-index: 10000;
	cursor: pointer;
	color: #fff;
}


.ellipsis80 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}
.xm-nbox{height: 76vh; overflow: auto;}
.xm-nbox .aui-list-3 {

	background: #fff;
	border-radius: 6px;
	width: 98%;
	border: 1px solid #ddd;
	margin: 0 auto 10px;
}

.boxfoot::before,
.boxfoot::after {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	content: "";
	background: #e9edf3;
	bottom: -6px;
}

.boxfoot::after {
	right: -7px;
}

.boxfoot::before {
	left: -7px;
}

.boxfoot::before,
.boxfoot::after {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	content: "";
	background: #e9edf3;
	bottom: -6px;
}

.border-r2 {
	border-radius: 20px;
	padding: .1rem .4rem;
}

.xm-nbox .zspan {
	position: absolute;
	right: 5px;
	padding: .2rem .5rem;
	font-size: 12px;
}

.xm-nbox .tab1-title .zspan img {
	width: 14px;
	margin-right: .1rem;
	top: 2px;
	position: relative;
}

.xm-nbox .aui-label-warning {
	color: #ffffff;
	background-color: #ffab2e;
}

.xm-nbox .aui-label-danger {
	color: #ffffff;
	background-color: #fd7373;
}

.xm-nbox .aui-label-gray {
	color: #ffffff;
	background-color: #999;
}

.xm-nbox .aui-li-list li {
	font-size: 13px;
	padding: .2rem 0;

}

.xm-nbox .aui-li-list li .aui-text-default {
	color: #666 !important;
}

.xm-nbox .text-overflow {
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}

.xm-nbox .tab1-title {
	position: relative;
	color: #333;
	font-size: 14px;
}

.xm-nbox .tab1-title img {
	width: 20px;
	position: relative;
	top: 3px;
}

.border-d {
	border-bottom: 1px dashed #ddd;
}

.xm-nbox .aui-flex {
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 8px;
	position: relative;
}

.xm-nbox .aui-li-list li span {
	margin-right: .2rem;
}

.font6 {
	font-size: .5rem !important;
}

.xm-nbox .aui-text-success {
	color: #009688 !important;
}

.xm-nbox .aui-flex-abox {
	padding: .4rem .6rem;
	position: relative;
}

.xm-nbox .aui-label-info {
	color: #ffffff;
	background-color: #03a9f4;
}

.xm-nbox .li-fo i{margin-right: 6px; color: #ddd;}
.aui-text-default {
	color: #666;
}

.aui-text-info {
	color: #03a9f4 !important;
}

.aui-text-info img {
	width: 16px;
	margin-right: .2rem;
}

.aui-tab-item img {
	width: 18px;
	margin-right: .3rem;
	position: relative;
	top: 3px;
}

.li-foot {
	background: #f5f8f9;
	padding: 3px 5px;
	margin-top: 2px
}

.li-foot img {
	margin: 2px
}

.s_list2 {
	padding-bottom: 10px;
}

.s_list2 li {
	border: 1px solid #ddd;
	line-height: 40px;
	border-radius: 5px;
	color: #333;
	display: flex;
	justify-content: space-between;
	padding: 0 5px;
}

.s_list2 li span {

	font-size: 13px
}


.ellipsis60 {
	float: left;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.ellipsis15 {
	padding-left: 5px;
	width: 11%;text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;color: #2cabf7; font-size: 12px;
	white-space: nowrap;
}

.width80 {
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ebox {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10000;
	width: 0;
}

.ebox .type-left {
	height:82.5vh;
	background-size: 100% 100%;
	position: relative;left: -340px;
	overflow: hidden;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	box-shadow: 0 3px 14px rgb(0 0 0 / 20%);
	transition: left 0.3s ease, width 0.3s ease;
	transition: width 0.4s;
	-moz-transition: width 0.4s;
	-webkit-transition: width 0.4s;
	-o-transition: width 0.4s;
}
.ebox  .card{height: 100%;}
.ebox .showListType {
	width: 340px;
	
	transition: width 0.4s;
	-moz-transition: width 0.4s;
	-webkit-transition: width 0.4s;
	-o-transition: width 0.4s;
}

.ebox .type-right {
	width: 26px;
	position: absolute;
	top: 40%;
	left:-26px;
	background: url(../img/toggleModal_c.png);
	cursor: pointer;
	background-size: 100% 100%;
	height: 122px;
	overflow: hidden;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	display: table;
}

.ebox .type-right p {
	text-align: center;
	padding: 0 5px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	line-height: 20px;
}

.ebox .type-right.type-close {
	width: 26px;
	background: url(../img/toggleModal1.png);
	cursor: pointer;
	background-size: 100% 100%;
	height: 122px;
	position: absolute;
	top: 40%;
	left: -365px !important;
	
	overflow: hidden;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	display: table;
}

.chaxun{background: linear-gradient(to right, #3b8bf1 , #72b7fc) !important;
    color: #fff !important;
    border: none !important; height: 32px;padding: 3px 10px; width: 60px; border-radius: 5px;
} 


.zw_list li {
	font-size: 12px;
	height: 4vh;
	line-height: 4vh;    background: #fbfbfb;
 color: #333;
	margin: 0;
	margin-bottom: .3vh;
}    
.align-r{text-align: right; color: #1f9bfc;}
.zw_list li div span font{font-size: 16px; margin-right: 3px;}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 .zw_list .zw_list_title {
	background: #528fef;
	background-size: 100% 100%;
	color: #fff;height: 4vh;
	line-height: 4vh; 
	font-weight: bold;
	border: none;
}
.zw_list  .icon {margin: 0 5px;}
.zw_list li span.text-info{margin-left: 10px;}
.zw_list .icon_jt{position: relative;top:3px;margin-left: 5px; }
.num_text {
    color: #47454f !important;
    font-size: 14px;
    margin-right: 5px;
}
.align-r {
    text-align: right;
    color: #1f9bfc;
}
.flex_align {
    display: flex;
    align-items: center;
}
.ellipsis90 {
  display:inline-block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tableLabel1{display: none;}
.BMap_Marker:hover   .tableLabel1{display: block; z-index: 10000000;}
.infoBoxContent{
 background-color: cyan;
}

.BMap_pop div{background: #fff !important;border:none !important; color: #333 !important;;}
.BMap_pop .BMap_top {
   border-top: none !important;
   background-color: #fff !important;
 }
 .BMap_pop .BMap_center {border:none  !important;
   background-color: #fff  !important;
 }
 .maptable { margin-top: 15px; }
.maptable td{padding:3px 2px;font-size: 12px;}
.maptable td font{margin-right: 3px;}
.maptable  img{position: relative; top:2px; width: 16px; margin-right: 3px;}
.trbg{ background: rgba(255, 255, 255, 0.1); border-radius: 5px;}
 .BMap_pop div:nth-child(8){display: none;}

 .map_title a{color: #333 }

 .text-666 {
	color: #666 !important;	
	overflow: hidden;
}
.mian-title{width: 100%; height: 76px; border-radius: 5px;}
.mian-title img{width: 100%; height: 100%;border-radius: 5px;}

.lczhbox {
	display: flex;
	width: 100%;
	margin: 0 auto;
	flex-wrap: wrap;
	color: #333;

	overflow: hidden;
	justify-content: center;
}

.lczhbox img {
	width: 48px; 

}

.lczhbox li {

	font-size: 12px;
	
	border: 1px solid #f5f5f5;

	width: 33%;
	padding:0 0; padding-top: 3vh;
	list-style: none;
 height: 12vh;
	text-align: center; position: relative;
	
}

.lczhbox li h2 {
	color: #888;
	border-radius: 8px 8px 0 0;
	padding: .3vh 0;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

.lczhbox li h2 b {
	font-size: 13px;
	color: #333;
}

.lczhbox li h2 p {
	font-size: 12px; color: #666;
	background: #f8fafd; line-height: 24px;
	position:absolute; width: 100%; text-align: center; bottom: 0;
}

.lczhbox li span {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-right: 10%;
	line-height: 60px;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	background: #aaa;
}

.lczhbox li label{ position: absolute; right: 0; top: 0; padding: 2px 6px; font-size: 12px; background: #f9efee ; color: #fc6258 ; border-radius: 0 0 5px 5px;}
.lczhbox li label b{margin-right: 2px;}
@media only screen and  (max-width:1800px) {.w-img img {
    width: 28px; margin-right: 5px;
} .media-body {
font-size: 12px;    
    padding: 0 1px;
}.media-body h5.mb-1 {

    font-size: 20px;
    color: #fff;
}.lczhbox li {


	padding:0 0; padding-top: 2vh;
	
 height: 12vh;

	
}}