
/* 数据白条猪肉下级详情 */
.data_body {
	text-indent: 0;
	padding-top: 50px;
}

.data_tit {
	width: 600px;
	margin: 0 auto;
	height: 62px;
	line-height: 58px;
	box-sizing: border-box;
	border: solid 2px #eb6d1b;
}

.data_tit_left {
	float: left;
	width: 376px;
	height: 100%;
	background: #eb6d1b;
	text-align: center;
	font-size: 28px;
	color: #ffffff;
	font-weight: 600;
}

.data_tit_right {
	float: right;
	width: 220px;
	font-size: 32px;
	font-weight: 600;
	color: #1a1a1a;
	padding-left: 40px;
	box-sizing: border-box;
}

.echarts_wrap {
	margin-top: 50px;
	border: solid 1px #e0e0e0;
	border-top: 2px solid #eb6d1b;
	padding-bottom: 30px;
}

.echarts_tit_box {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 35px;
	background-image: linear-gradient(to bottom, #fef4ee, #fefbf8);
}

.echarts_tit {
	float: left;
	font-size: 24px;
	font-weight: 600;
	color: #eb6d1b;
}

.echarts_hint {
	float: right;
	font-size: 14px;
	color: #83878f;
	position: relative;
}

.echarts_hint_box {
	display: none;
	position: absolute;
	width: 300px;
	height: auto;
	border-radius: 5px;
	border: 1px solid #eb6d1b;
	background: #fef4ee;
	color: #000000;
	font-size: 14px;
	top: 48px;
	right: 0;
	z-index: 11;
	padding: 6px;
	box-sizing: border-box;
	transition: all 0.5s;
	line-height: 22px;
}

.echarts_hint_box::before {
	display: block;
	content: '';
	position: absolute;
	right: 20px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #eb6d1b;
}

.echarts_hint:hover .echarts_hint_box {
	display: block;
	transition: all 0.5s;
}

.echarts_hint img {
	width: 14px;
	height: 14px;
	margin: 0 auto;
	display: inline;
	vertical-align: -2px;
}

.echarts_box {
	width: 100%;
	height: 490px;
	margin-top: 10px;
	padding-left: 30px;

}

.echarts_time {
	font-size: 16px;
	line-height: 33px;
	letter-spacing: 0px;
	color: #1a1a1a;
	padding-left: 40px;
	margin-top: 20px;
	width: fit-content;
}

.time_box {
	background-color: #fffeff;
	border-radius: 4px;
	border: solid 1px #d8dbe1;
	position: relative;
	float: left;
	width: 139px;
	height: 33px;
	box-sizing: border-box;
	overflow: hidden;
}

.time_tit {
	float: left;
}

.time_box input {
	width: 100%;
	height: 100%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 15px;
	border: none;
}

.time_box img {
	width: 17px;
	position: absolute;
	right: 8px;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
}

.time_line {
	float: left;
	font-size: 16px;
	padding: 0 5px;
}

.stati_table {}

.stati_table_th {
	clear: both;
	background-color: #f5f6f8;
	padding: 0 35px;
	box-sizing: border-box;
	height: 60px;
}

.stati_table_th .th_com {
	float: left;
	width: 10%;
	line-height: 18px;
	font-size: 16px;
	color: #1a1a1a;
	font-weight: 600;
	padding: 18px 5px 0;
	box-sizing: border-box;
	height: 60px;
}

.th_com_today {
	position: relative;
}

.th_com_today .today {
	position: absolute;
	height: 16px;
	bottom: 5px;
	font-size: 14px;
	font-weight: 600;
	color: #eb6d1b;
	margin-bottom: 0;
}

.stati_table_tr {
	clear: both;
	padding: 0 35px;
	height: 56px;
	line-height: 56px;
	box-sizing: border-box;
}

.stati_table_tr .td_com {
	float: left;
	width: 10%;
	font-size: 16px;
	padding: 0 5px;
	box-sizing: border-box;
	color: #1a1a1a;
	border-bottom: 1px solid #ececec;
}

.stati_table_tr .down {
	color: #1e7836;
}

.stati_table_tr .up {
	color: #c22022;
}

.clo_com2,
.clo_com3,
.clo_com5,
.clo_com7,
.clo_com9{
	color: #1a1a1a !important;
}


@media screen and (max-width: 1920px) {
/* 数据白条猪肉下级详情 */
.data_body {
	text-indent: 0;
	padding-top: 43px;
}

.data_tit {
	width: 514px;
	margin: 0 auto;
	height: 53px;
	line-height: 49px;
	box-sizing: border-box;
	border: solid 2px #eb6d1b;
}

.data_tit_left {
	float: left;
	width: 322px;
	height: 100%;
	background: #eb6d1b;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
}

.data_tit_right {
	float: right;
	width: 186px;
	font-size: 27px;
	font-weight: 600;
	color: #1a1a1a;
	padding-left: 34px;
	box-sizing: border-box;
}

.echarts_wrap {
	margin-top: 43px;
	border: solid 1px #e0e0e0;
	border-top: 2px solid #eb6d1b;
	padding-bottom: 26px;
}

.echarts_tit_box {
	width: 100%;
	height: 51px;
	line-height: 51px;
	padding: 0 30px;
	background-image: linear-gradient(to bottom, #fef4ee, #fefbf8);
}

.echarts_tit {
	float: left;
	font-size: 20px;
	font-weight: 600;
	color: #eb6d1b;
}

.echarts_hint {
	float: right;
	font-size: 12px;
	color: #83878f;
	position: relative;
}

.echarts_hint_box {
	display: none;
	position: absolute;
	width: 257px;
	height: auto;
	border-radius: 5px;
	border: 1px solid #eb6d1b;
	background: #fef4ee;
	color: #000000;
	font-size: 12px;
	top: 41px;
	right: 0;
	z-index: 11;
	padding: 5px;
	box-sizing: border-box;
	transition: all 0.5s;
	line-height: 19px;
}

.echarts_hint_box::before {
	display: block;
	content: '';
	position: absolute;
	right: 17px;
	top: -7px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #eb6d1b;
}

.echarts_hint:hover .echarts_hint_box {
	display: block;
	transition: all 0.5s;
}

.echarts_hint img {
	width: 12px;
	height: 12px;
	margin: 0 auto;
	display: inline;
	vertical-align: -2px;
}

.echarts_box {
	width: 100%;
	height: 420px;
	margin-top: 8px;
	padding-left: 26px;
	
}

.echarts_time {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #1a1a1a;
	padding-left: 34px;
	margin-top: 17px;
	width: fit-content;
}

.time_box {
	background-color: #fffeff;
	border-radius: 4px;
	border: solid 1px #d8dbe1;
	position: relative;
	float: left;
	width: 119px;
	height: 28px;
	box-sizing: border-box;
	overflow: hidden;
}

.time_tit {
	float: left;
}

.time_box input {
	width: 100%;
	height: 100%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 13px;
	border: none;
}

.time_box img {
	width: 15px;
	position: absolute;
	right: 6px;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
}

.time_line {
	float: left;
	font-size: 14px;
	padding: 0 4px;
}

.stati_table {}

.stati_table_th {
	clear: both;
	background-color: #f5f6f8;
	padding: 0 30px;
	box-sizing: border-box;
	height: 51px;
}

.stati_table_th .th_com {
	float: left;
	width: 10%;
	line-height: 16px;
	font-size: 14px;
	color: #1a1a1a;
	font-weight: 600;
	padding: 16px 4px 0;
	box-sizing: border-box;
	height: 51px;
}

.th_com_today {
	position: relative;
}

.th_com_today .today {
	position: absolute;
	height: 14px;
	bottom: 4px;
	font-size: 12px;
	font-weight: 600;
	color: #eb6d1b;
	margin-bottom: 0;
}

.stati_table_tr {
	clear: both;
	padding: 0 30px;
	height: 48px;
	line-height: 48px;
	box-sizing: border-box;
}

.stati_table_tr .td_com {
	float: left;
	width: 10%;
	font-size: 14px;
	padding: 0 4px;
	box-sizing: border-box;
	color: #1a1a1a;
	border-bottom: 1px solid #ececec;
}

.stati_table_tr .down {
	color: #1e7836;
}

.stati_table_tr .up {
	color: #c22022;
}

.clo_com2,
.clo_com3,
.clo_com5,
.clo_com7,
.clo_com9{
	color: #1a1a1a !important;
}

}

/* 数据白条猪肉下级详情 */
@media screen and (max-width: 1440px) {
  /* 数据白条猪肉下级详情 */
	.data_body {
		text-indent: 0;
		padding-top: 35px;
	}

	.data_tit {
		width: 428px;
		height: 44px;
		line-height: 40px;
		border: solid 2px #eb6d1b;
	}

	.data_tit_left {
		width: 264px;
		font-size: 20px;
	}

	.data_tit_right {
		width: 160px;
		font-size: 20px;
		padding-left: 28px;
		box-sizing: border-box;
	}

	.echarts_wrap {
		margin-top: 35px;
		padding-bottom: 22px;
	}

	.echarts_tit_box {
		width: 100%;
		height: 42px;
		line-height: 42px;
		padding: 0 35px;
	}

	.echarts_tit {
		font-size: 17px;
	}

	.echarts_hint {
		font-size: 12px;
	}

	.echarts_hint img {
		width: 12px;
		height: 12px;
		margin: 0 auto;
	}

	.echarts_box {
		width: 100%;
		height: 380px;
		margin-top: 8px;
		padding-left: 22px;

	}

	.echarts_time {
		font-size: 14px;
		line-height: 33px;
		letter-spacing: 0px;
		color: #1a1a1a;
		padding-left: 40px;
		margin-top: 20px;
	}

	.time_box {
		width: 110px;
		height: 33px;
	}

	.time_tit {
		float: left;
	}

	.time_box input {
		width: 100%;
		height: 100%;
		vertical-align: top;
		box-sizing: border-box;
		padding: 0 7px;
		border: none;
	}

	.time_box img {
		width: 12px;
		position: absolute;
		right: 5px;
		top: 50%;
		margin: 0;
		transform: translateY(-50%);
	}

	.time_line {
		float: left;
		font-size: 14px;
		padding: 0 5px;
	}

	.stati_table_th {
		padding: 0 25px;
		height: 43px;
	}

	.stati_table_th .th_com {
		float: left;
		width: 10%;
		font-size: 14px;
		padding: 10px 3px 0;
		height: 43px;
	}

	.th_com_today .today {
		position: absolute;
		height: 14px;
		bottom: 5px;
		font-size: 12px;
		font-weight: 600;
		color: #eb6d1b;
	}

	.stati_table_tr {
		clear: both;
		padding: 0 25px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}

	.stati_table_tr .td_com {
		float: left;
		width: 10%;
		font-size: 14px;
		padding: 0 3px;
	}
	/* 数据白条猪肉下级详情 */
}