.shl-cur {
	background: url(../../img/shl-cur.png) no-repeat left center;
	padding-left: 10px;
	color: #666666;
	height: 48px;
	line-height: 48px;
}
.shl-cur a{
	color: #666666;
}
.shl-main {
	display: flex;
	justify-content: space-between;
	margin-bottom: 31px;
}

.shl-main-left {
	width: 870px;
}

.shl-main-right {
	width: 336px;
	background-color: #F2F2F2;
}

.shl-right-title {
	color: #333333;
	height: 39px;
	background: #f2f2f2;
	font-size: 16px;
	line-height: 39px;
	padding-left: 15px;
	box-sizing: border-box;
	font-weight: bold;
}

.shl-right-list {
	box-sizing: border-box;
	border: 1px solid #DADADA;
	padding: 4px 14px 20px;
	background-color: #FFF;
	font-size: 14px;
	line-height: 24px;
}

.shl-right-item {
	padding-top: 10px;
	margin-bottom: 10px;
}

.shl-right-item1 {
	padding-top: 20px;
	font-weight: bold;
}

.shl-right-item span {
	color: #13426B;
	font-weight: bold;
}

.shl-right-item-li {
	padding-left: 14px;
	box-sizing: border-box;
	background: url(../../img/outOfOrder.png) no-repeat;
	background-position: left 10px;
}

.shl-right-item-left {
	width: 68px;
	height: 68px;
	min-width: 68px;
	overflow: hidden;
	border: 1px solid #E0E0E0;
	margin-right: 12px;
}

.shl-right-item-left img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.shl-right-item-right {
	font-size: 14px;
	color: 333;
}

.shl-right-sellname {
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.shl-right-selldate {
	height: 24px;
	line-height: 24px;
}

.shl-right-sellprice {
	height: 24px;
	line-height: 24px;
}

.shl-right-sellprice span {
	color: #D80B18;
	font-weight: bold;
}

.shl-tu {
	display: flex;
}

.shl-tu-left {
	width: 300px;
	min-width: 300px;
	overflow: hidden;
}

.shl-tu-detaile {
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	width: 100%;
	box-sizing: border-box;
}

.shl-tu-tit {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 30px 15px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E1E1E1;
}

.shl-tu-titleft {
	width: 4px;
	min-width: 4px;
	background-color: #13426B;
	margin-right: 10px;
	height: 16px;
}

.shl-tu-price {
	background-color: #F2F2F2;
	border-bottom: 1px solid #E1E1E1;
}

.shl-tu-other {
	border-bottom: 1px solid #E0E0E0;
}

.shl-tu-flex {
	display: flex;
	align-items: center;
	line-height: 42px;
}

.shl-tu-deleft {
	width: 135px;
	min-width: 135px;
	font-size: 14px;
	color: #999;
	border-right: 1px solid #E1E1E1;
	padding-left: 18px;
}

.shl-tu-deright {
	font-size: 14px;
	color: #333;
	padding-left: 13px;
}

.shl-tu-spanred1 {
	font-size: 18px;
	color: #D80B18;
	font-weight: bold;
}

.shl-tu-spanred2 {
	font-size: 30px;
	color: #D80B18;
}

.shl-tu-btn {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	width: 120px;
	height: 44px;
	line-height: 44px;
	background-color: #13426B;
	border-radius: 3px;
	text-align: center;
	margin: 0 auto;
	margin-top: 25px;
}

.shl-request-btn {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	width: 120px;
	height: 44px;
	line-height: 44px;
	background-color: #13426B;
	border-radius: 3px;
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;
}

.shl-miaoshu {
	margin-top: 0px;
}

.shl-miaoshu-tit {
	font-size: 16px;
	color: #13426b;
	line-height: 39px;
	background: #f2f2f2;
	padding-left: 19px;
	font-weight: bold;
	box-sizing: border-box;
}

.shl-miaoshu-con {
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
}

.shl-table {
	width: 80%;
	margin: 0 auto;
	border-top: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	font-size: 14px;
}

.shl-table tr:nth-child(1) {
	background: #F3F3F3;
}

.shl-table td {
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	line-height: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

.shl-miaoshu-p1 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 20px;
}

.shl-miaoshu-p2 {
	padding: 10px 0;
}

.shl-miaoshu-p2 img {
	max-width: 100%;
}

.zwd_main_box {
	width: 600px;
	height: 400px;
	margin: 20px auto 0px;
}

.CommodityPriceParityIndex_serch_box {
	width: 844px;
	height: 284px;
	background: #f8f8f8;
	border: 1px solid #e7e7e7;
	box-shadow: 0px 5px 1px #c2c2c2;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 41px;
	margin-bottom: 30px;
}

.CommodityPriceParityIndex_serch_box_p1 {
	font-size: 20px;
	font-weight: bold;
	color: #13426b;
	line-height: 100px;
	text-align: center;
}

.CommodityPriceParityIndex_upstream {
	display: flex;
	height: 38px;
}

.CommodityPriceParityIndex_downstream {
	display: flex;
	height: 38px;
	margin-top: 14px;
}

.CommodityPriceParityIndex_upstream p,
.CommodityPriceParityIndex_downstream p {
	color: #202020;
	font-size: 16px;
	line-height: 38px;
}

.zwd_bumen {
	width: 174px;
	height: 38px;
	border: 1px solid #c9c9c9;
	border-radius: 6px;
	/*color: #a3a3a3;*/
	padding-left: 18px;
	font-size: 14px;
}

.zwd_goods {
	width: 174px;
	height: 38px;
	border: 1px solid #c9c9c9;
	border-radius: 6px;
	/*color: #a3a3a3;*/
	font-size: 14px;
	padding-left: 18px;
	margin-left: 9px;
}

.zwd_goods_2 {
	width: 174px;
	height: 38px;
	border: 1px solid #c9c9c9;
	border-radius: 6px;
	/*color: #a3a3a3;*/
	font-size: 14px;
	padding-left: 18px;
	box-sizing: border-box;
}

.zwd_goods_2::-webkit-inner-spin-button {
	/*控制上下三角*/
	visibility: hidden;
}

.zwd_goods_2::-webkit-clear-button {
	/*控制清除按钮*/
	visibility: hidden;
}

.zwd_zhan_wei {
	width: 208px;
	height: 38px;
	margin-left: 9px;
	color: #FF8000;
	line-height: 60px;
}

.zwd_zhan_wei2 {
	width: 192px;
	height: 38px;
	margin-left: 9px;
	color: #FF8000;
	line-height: 60px;
}

.zwd_zhan_wei3 {
	width: 135px;
	height: 38px;
}

.zwd_zhan_wei4 {
	width: 168px;
	height: 38px;
	margin-left: 9px;
}

.zwd_button {
	width: 174px;
	height: 38px;
	border-radius: 6px;
	background: #13426b;
	border: 0;
	outline: none;
	color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
}

.zwd_text {
	font-size: 14px;
	color: #000000;
	padding: 0px 50px;
	line-height: 25px;
	margin-bottom: 30px;
}

.zwd_echart_div {
	width: 740px;
	height: 370px;
	margin: 0 auto;
}