* {
	box-sizing: border-box;
}

html,
body {
	font-family: 'Microsoft YaHei';
	background: rgb(240, 245, 251) !important;
	color: #fff;
}

.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: #fff;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.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 20%;
	max-width: 20%;
}

.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%;
}

@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: .6rem
}


.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-clip: border-box;
	border-radius: 5px;
	background: #fff;

	border: 1px solid #e1e6f1;


}

.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-clip: border-box;
	background-color: none !important;
	border-radius: 0;
	box-shadow: inherit;
	border: none;

}

.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 {
	color: #fff;
	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: 40px;
	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: 6px;
}

.lc_top {
	background: none;
	padding: .5rem 0
}

.lc_body .card-title {
	font-size: 14px;
	position: relative;
	font-weight: 600;
	color: #fff;
	background: url(../img/icon14.png) no-repeat left 5px center;
	border-bottom: 1px solid #f1f1f1;
	flex: 1 1 auto;
	padding: .4rem 15px;
	display: flex;
	justify-content: space-between;
}

.lc_body .card-title .more {
	color: #999;
	font-size: 12px;
	font-weight: normal
}

.lc_body .card-title span {
	color: #333;
	padding: 0 10px;
	
}

@-webkit-keyframes slideShine {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 100% 100%;
	}
}

.lc_body .card-title span img {
	margin-right: 3px;
}

.lc_body .card-title span i {
	color: #085eef;
}

.lc_body .card-title .right {
	position: absolute;
	top: 5px;
	right: 5px;
	display: flex;
	align-items: center;
	font-weight: normal;
	font-size: 12px;
}

.text-danger {
	color: #ff473d !important;
	font-size: 12px;
	margin-right: 5px;
}

.text-999 {
	color: #999 !important;
}

.text-success {
	color: #03c895 !important;
}

.text-warning {
	color: #ffc107 !important;
	font-size: 12px;
	margin-right: 5px;
}

.text-primary {
	color: #8760fb !important;
	font-size: 12px;
	margin-right: 5px;
}

.text-cot-1 {
	color: #ff4146 !important
}

.text-cot-2 {
	color: #42bc9f !important
}

.text-cot-3 {
	color: #32a5ff !important
}

.text-cot-4 {
	color: #7581f7 !important
}

.jxicon_15 {
	color: #ff4146 !important
}

.jxicon_16 {
	color: #7581f7 !important
}

.jxicon_17 {
	color: #9d5cf6 !important
}

.bg-primary {
	background-color: #8d76dd !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
}

.height44 {
	height: 35.8vh;
	overflow: auto
}

.height35 {
	width: 100%;
	height: 45vh;
	overflow: auto
}

.height34 {
	height: 34.4rem;
}

.height22 {
	width: 100%;
	height: 22.8vh;
	overflow: auto
}


.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: -12px;
	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
}

.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
}

.lc_body .jc-c-table h3 {
	margin: 0;
	padding: 0;
	font-size: 16px !important
}



.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
}

.gs_echarts {
	width: 100%;
	height: 100%
}

.sh_echarts2 {
	width: 100%;
	height: 100%
}

.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
}

.hbbox {
	font-size: 12px;
	justify-content: space-between;
}

.hbbox font {
	margin: 0 5px;
}

.ytbox p {
	font-size: 13px;
	margin: 2px 0;
}

.ytbox {
	background: url(../img/ztbg.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 5px;
	padding: 12px 8px;
	display: flex;
	position: absolute;
	top: 40%;
	right: 10%;
}

.ytimg img {
	width: 40px;
	margin-right: 5px;
}

.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: #1a9fe3 !important
}

.wrj-text2 {
	color: #01ccb3 !important
}

.anchorBL {
	display: none
}

.border-r {
	border-right: 1px solid #1a9fe3;
}

.border-b {
	border-bottom: 1px dashed #14579f;
}

.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;
}

.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 #f1f1f1;
	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
}

.selectbox {
	padding: 3px;
	border: 1px solid #ddd;
	color: #257bec;
	outline: none;
	border-radius: 3px;
}

.top_bg1 {
	background: url(../img/top_bg3.png) !important;
	background-size: 100% 100%  !important;
}

.top_bg2 {
	background: url(../img/top_bg2.png)!important;
	background-size: 100% 100%!important;
}

.top_bg3 {
	background: url(../img/top_bg1.png)!important;
	background-size: 100% 100%!important;
}

.top_bg4 {
	background: url(../img/top_bg4.png)!important;
	background-size: 100% 100%!important;
}

.top_bg5 {
	background: url(../img/top_bg5.png)!important;
	background-size: 100% 100%!important;
}

.top_bg6 {
	background: url(../img/top_bg6.png);
	background-size: 100% 100%;
}

.sh_col_8 {
	text-align: left;
}

.s_list {
	font-size: 12px;
}

.s_list li {
	background: url(../img/trbg.png) no-repeat;
	background-size: 100% 100%;
	padding: .46rem;
	border-radius: 10px;
	margin: .3rem 0;
}

.bg-no {
	background: none !important;
}

.sh_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.num_lable {
	background: linear-gradient(to right, #2cabf7, #50c9fe);
	width: 20px;
	height: 20px;
	display: inline-block;
	color: #fff;
	text-align: center;
	margin-right: 3px;
	line-height: 20px;
	border-radius: 50%;
	font-size: 12px;
}

.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;
}

.ellipsis60 {
	float: left;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.s_list2 li {
	border: 1px solid #ddd;
	line-height: 3.4vh;
	border-radius: 5px;
	color: #333;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	padding: 0 5px;
	margin: 3px 0;
}

.a-table {
	width: 100%;
	margin-bottom: .3rem;
	color:
		#747a80;
	font-size: 12px;
	border-collapse: collapse;
}

.a-table tbody tr:nth-of-type(2n+1) {
	background-color: #fdfdfd;
}

.a-table tbody tr td:nth-child(1) {
	width: 10%;
	text-align: center;
}

.a-table tbody tr td:nth-child(2) {
	width: 40%
}

.a-table tbody tr td:nth-child(3) {
	width: 50%
}

.a-table th {
	background: #f5f7f9;
	color: #333;
	font-weight: normal;
	text-align: left;
}

.colorb {
	color: #02cbb0;
}

.text_num2 {
	color: #02cbb0;
}

.text_num3 {
	color: #fd5f64;
}

.height70 h3 {
	font-size: 14px;
	margin: 6px 0;
}

.height70 {
	height: 78.8vh;
}

.aui-hide {
	display: none !important;
}

.aui-tab {
	position: relative;

	border-radius: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-self: center;
	align-self: center;
}

.aui-tab-item {
	padding: 0 10px;
	cursor: pointer;
	width: 49%;
	margin: 5px;
	position: relative;
	text-align: center;
	font-size: 12px;
	line-height: 3vh;
	color: #229ff3;
	border: 1px solid;
	border-radius: 20px;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.aui-tab-item.aui-active {
	color: #fff;
	background-color: #229ff3
}

.a-table th,
.a-table td {
	padding: 0 5px;
	font-size: 13px;
	border: 1px solid #ddd;
	height: 4.6vh;
}



.kaoq-table {
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.kaoq-table th {
	border: 1px solid #192c3b;
	text-align: center;
	padding: 10px 3px;
	color: #71e2fb;
	font-size: 12px
}

.kaoq-table tr:nth-child(2n+1) {
	background: #071c2f;
}

.project-ul-s li {
	padding: 6px 3px;
	border-bottom: 1px dashed #e1e3e4;
	font-size: 12px;
	list-style: none;
	clear: both;
	overflow: hidden;
}

.kaoq-input {
	border: 1px solid #0f82a2;
	background: rgba(5, 38, 62, 0.8);
	padding: .5rem;
	color: #fff;
	width: 90%;
}

.kaoq-table tr td {
	border: 1px solid #192c3b;
	padding: 0 3px;
	height: 3vh;
	text-align: center;
	color: #afeffd
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 30vh;
}

.ScrollText {
	height: 15.4vh;
	overflow: hidden;
	width: 100%;
}

.height30 {
	height: 35vh;  overflow: auto;
}
.height33 {
	height: 38.5vh;overflow: auto;
}

select {
	border: 1px solid #f1f1f1;
	background: none;
	color: #666;
}

.numbox {
	background: #f2f2f2;
	border: 1px solid #f6f6f6;
	overflow: hidden;
	text-align: center;
	padding: 0;
	padding-top: 3.5vh;
	margin-bottom: 10px;
	height: 15vh;
	border-radius: 5px;
	position: relative;
}

.numboximg {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	background: url(../img/dxbg.png);
	background-size: 100% 100%;
	 padding-top: 7px;position: relative;
}
.numboximg  img{width: 36px;}
.pro-new-show2 .pro-list2 ul li p {
	font-size: 12px;
	padding: 6px 0;
}
.icon-car-count {
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	right: -8px;
	top: -8px;
	background: #ff8416;
	color: #fff;
	border-radius: 999px;
	padding: 0 .4em;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	transform: scale(.7);

  }
.numbox p {
	font-size: 13px;
	margin-top: 10px;
	color: #333;
}
.weidu li{border: 1px solid #032c4b; margin: 5px; background: #051b31; font-size: 13px;  display: flex; flex-wrap: wrap; padding: 1vh 5px; justify-content: space-between; align-items: center;}
.weidu li div{width: 100%;display: flex;justify-content: space-between;	align-items: center; border-bottom: 1px solid #05223b; padding: 10px 0;}
.weidu li div img{width: 14px; position: relative;top:3px}
.weidu li span font{margin: 0 6px;	font-size: 13px;}
.lc_top .card:before,.lc_top .boxfoot:before {
    border-left: 0px solid #177efa;
    left: 0;
}

.lc_top .card:before, .lc_top .card:after {
    position: absolute;
    width: 0px;
    height: 0px;
    content: "";
    border-top: 0px solid #3fdafa;
    top: 0;
}
.plant {
	width:100%;
	height:4.5vw;
	margin:2% auto 0;
	display:-webkit-flex;
	display:-moz-flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	flex-wrap: wrap;
   }
   .plant>li {
	width:49%;
	height:100%;
	margin: 1vh 0;
   }
   .jumps {
	width:100%;
	height:100%;
	background: #f3f5f5;;
	display:-webkit-flex;
	-webkit-flex-direction:column;
	-webkit-justify-content:space-between;
	display:-moz-flex;
	-moz-flex-direction:column;
	-moz-justify-content:space-between;
   }
   .jumps>div>img {
	width:.88vw;
	height:.88vw;
	float:right;
   }
   .jumps>p {
	width:90%;
	font-size: 16px;
	color:#333;
	margin:auto;
   }
   .plantNum1 font{font-size: 12px;}
   .jumps>div {
	width:90%;
	margin:5% auto 0;
   }
   .jumps>div>span {
	font-size:.6vw;
	color:#666;
	float:left;
   }
   .plant>li p font{margin: 0 5px;}
   .spans0 {
	width:20%;
	height:5%;
	background:#03DA8D;
   }
   .spans1 {
	width:20%;
	height:5%;
	background:#0efcff;
   }
   .spans2 {
	width:20%;
	height:5%;
	background:#FE0000;
   }
   .spans3 {
	width:20%;
	height:5%;
	background:#F78001;
   }
   .jctable {  width: 100%;   border-collapse: collapse;
   }
   .jctable th {
	   text-align: center;
	   padding:  3px;
	   height: 36px;
	   color: #333;
	   font-size: 12px;
	   border-bottom: 1px solid #f2f2f2
   }
   .text-f {
	   color: #00ffcc !important;     font-family: 'DS-DigitalBold' !important;
   }
   .jctable tr:nth-child(2n+1) {
	   background: #f6f6f6;
   }
   .jctable tr td {
	   padding: .5vh 3px;
	   color: #666;height: 30px;
	   font-size: 12px;
	   text-align: center;
   }
@media (max-width:1800px) {
	body {
		font-size: 12px;
	}

	.a-table th,
	.a-table td {

		font-size: 12px;

		height: 4vh;
	}

	.height30 {
		height: 34vh;
	}

	.ScrollText {
		height: 10.8vh;
		overflow: hidden;
	}

	.height22 {
		height: 20.7vh;
	}
}