﻿.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
body {
	font-size: 13px;
}
.top_bg {
	background: #F8F9FC;
	padding-bottom: 30px;
}
.flex {
	display: flex;
}
.flex_b {
	justify-content: space-between;
}
.p_detail_main {
	overflow: hidden;
	padding-top: 30px;
}
/*面包屑导航*/
.crumbs_box {
	padding: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*商品详情*/
.p_detail_main .left_box {
	float: left;
	width: 960px;
}
.top_bg .left_special {
	width: 960px;
	min-height: 490px;
	padding: 30px 20px 30px 39px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
}
.top_bg .left_special .detail_l {
	width: 280px;
	float: left;
}
.sm_img_box {
	margin-top: 10px;
}
.sm_img_box .sm_img {
	cursor: pointer;
	margin-right: 5px;
	position: relative;
	float: left;
	border: 1px solid #D6D6D6;
}
.sm_img_box .sm_img img {
	width: 38px;
	height: 38px;
	display: block;
}
.sm_img_box .active {
	border: 1px solid #d51a1c;
}
.clearFloat {
	clear: both;
}
.top_bg .left_special .detail_r {
	position: relative;
	width: 580px;
	margin-left: 30px;
	float: left;
}
.top_bg .left_special .detail_r .title {
	width: 100%;
	padding-bottom: 10px;
	font-size: 25px;
	border-bottom: 1px solid #d6d6d6;
}
.top_bg .detail_r .title h1 {
	display: -webkit-box;
	font-size: 25px;
	font-weight: bold;
	float: left;
	width: calc(100% - 85px);
	margin-bottom: 5px;
	word-break: break-word;
}

.top_bg .detail_r .title span {
	display: inline-block;
	color: #333333;
	vertical-align: 4px;
	font-weight: bold;
}
.top_bg .detail_r .title img {
	width: 60px;
	display: inline-block;
	float: left;
	margin-top: 3px;
}
.top_bg .detail_r .title .main_icon {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-top: 1px;
	margin-right: 9px;
}
.top_bg .detail_r .title .level {
	font-size: 11px;
	line-height: 20px;
	margin-right: 4px;
	color: #5d77a8;
	padding: 0 5px;
	background: #f8f9fc;
	border-radius: 2px;
	border: 1px solid #5d77a8;
	display: inline-block;
	margin-top: 10px;
}
.top_bg .detail_r .title .inquiries {
	float: right;
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #5d77a8;
}

.top_bg .detail_r .detail_row {
	font-size: 14px;
	padding: 5px 0;
}
.top_bg .detail_r .detail_top {
	margin-top: 25px;
}
.top_bg .detail_r .detail_row .item {
	width: 130px;
	display: inline-block;
	text-align: left;
	color: #777777;
}
.top_bg .detail_r .detail_row p {
	display: inline-block;
	margin-right: 15px;
	max-width: 415px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	color: #333333;
}
.top_bg .detail_r .detail_row p b {
	font-size: 20px;
	color: #d51a1c;
}
.symbol {
	width: 25px;
	height: 25px;
	line-height: 22px;
	border: 1px solid #999999;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}
.top_bg .detail_r .detail_row .buy_mount {
	width: 100px;
	height: 25px;
	vertical-align: middle;
	padding-left: 5px;
	color: #555555;
}
.error_msg {
	margin-left: 155px;
	color: #d51a1c;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	padding: 4px 2px;
	/*display: none;*/
}
.error_msg.m_l {
	margin-left: 0;
}
.error_msg i {
	color: #d51a1c;
	font-size: 13px;
	margin-right: 5px;
}
.error_ipt {
	border: 1px solid #d51a1c !important;
	box-shadow: 0px 0px 3px #d51a1c;
}

.top_bg .text_or_btn {
	margin: 35px 0 0;
}
.top_bg .text_or_btn .text_box {
	padding-top: 15px;
	border-top: 1px dashed #d6d6d6;
}
.top_bg .text_or_btn .text_box i {
	font-size: 18px;
	color: #d51a1c;
	margin-right: 5px;
}
.top_bg .text_or_btn .text_box span {
	font-size: 14px;
	color: #999999;
	display: inline-block;
	vertical-align: 2px;
}
.top_bg .red_btn_box > a {
	display: inline-block;
	vertical-align: top;
}
.top_bg .red_btn_box .red_btn {
	min-width: 150px;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	background: #ffffff;
	cursor: pointer;
	margin-bottom: 20px;
	text-align: center;
	color: #d51a1c;
	border: 1px solid #d51a1c;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
}

.top_bg .red_btn_box .grey_btn {
	min-width: 150px;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	background: #ffffff;
	float: right;
	margin-bottom: 20px;
	text-align: center;
	color: #d51a1c;
	border-radius: 2px;
	border: 1px solid #d51a1c;
}
.top_bg .red_btn_box .orange_btn {
	min-width: 150px;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	background: #d51a1c;
	margin-bottom: 20px;
	text-align: center;
	color: #ffffff;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
}
.top_bg .red_btn_box .orange_btn a {
	color: #ffffff;
	display: block;
}
.top_bg .red_btn_box .red_btn a {
	color: #d51a1c;
	display: block;
}
.top_bg .red_btn_box .red_btn:hover {
	background: #d51a1c;
}
.top_bg .red_btn_box .red_btn:hover a {
	color: #ffffff;
}
.top_bg .red_btn_box .grey_btn:hover {
	background: #d51a1c;
	color: #ffffff;
}
.top_bg .red_btn_box .orange_btn:hover {
	background: #b81c22;
}
.top_bg .red_btn_box > div:first-child {
	margin-left: 0 !important;
}
.skype_div {
	display: inline-block;
	margin-left: 25px;
	margin-top: 8px;
}
.skype_div i {
	font-size: 23px;
	color: #3b8ede;
	line-height: 30px;
}
.skype_div span {
	font-size: 14px;
	color: #1470cc;
	line-height: 30px;
	display: inline-block;
	vertical-align: 3px;
}
.skype_div:hover span {
	text-decoration: underline;
}

/*图片放大*/

#sbox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
	background-color: #fc6;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	border: 1px solid #ffffff;
	cursor: move;
}

.ss {
	position: absolute;
	left: 360px;
	clear: both;
	top: 251px;
	z-index: 9;
	width: 280px;
	height: 280px;
	overflow: hidden;
	border: #d6d6d6 1px solid;
	background-color: #fff;
}

.ss img {
	float: left;
	width: 800px;
	height: 800px;
}

#ys img {
	width: 270px;
	height: 270px;
}

#ys {
	float: left;
	width: 280px;
	height: 280px;
	border: 1px solid #f1f1f1;
	padding: 4px;
}

.imgBox {
	float: left;
	width: 600px;
	/*position: relative;*/
}

#box {
	clear: both;
}
/*图片放大 END*/
/*商品详情 END*/
/*工厂详情*/
.p_detail_main .right_box {
	float: right;
	width: 280px;
}
.top_bg .right {
	width: 280px;
	padding: 0 15px;
	border: 1px solid #d6d6d6;
	background: #ffffff;
	position: relative;
}

.top_bg .logo_img .img_box {
	width: 180px;
	height: 80px;
	margin: 10px auto;
	text-align: center;
	position: relative;
}
.top_bg .logo_img img {
	/*height: 100%;*/
	/*width: 100%;*/
	max-height: 80px;
	max-width: 180px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.top_bg .name_box {
	font-size: 14px;
	padding: 0 5px;
	text-align: center;
}
.top_bg .name_box p {
	overflow: hidden;
	color: #1470cc;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
	font-weight: bold;
}
.top_bg .name_box p:hover {
	text-decoration: underline;
}
.top_bg .company_detail {
	padding-left: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d6d6d6;
	padding-top: 10px;
}
.top_bg .company_detail .items {
	line-height: 30px;
	color: #777777;
}
.top_bg .company_detail .items span,
.top_bg .company_detail .items div {
	display: inline-block;
}
.top_bg .company_detail .items div {
	margin-left: 5px;
}

.top_bg .icon-xunzhang {
	font-size: 20px;
	color: #d4181c;
}
.top_bg .icon-baozhengicon {
	font-size: 20px;
	color: #fecf3a;
}
.top_bg .p_title {
	font-weight: normal;
	padding-top: 15px;
	padding-left: 5px;
	color: #777777;
}
.top_bg .p_main {
	max-height: 96px;
	padding: 0 5px;
	line-height: 24px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-top: 5px;
	color: #777777;
}
.top_bg .right .red_btn {
	display: flex;
	justify-content: center;
	width: 250px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	font-size: 14px;
	cursor: pointer;
	color: #5d77a8;
	border-top: 1px dashed #d6d6d6;
	position: absolute;
	bottom: 0;
	left: 15px;
}

/*工厂详情  END*/
/*商品描述tab*/
.clearfix:after {
	content: '';
	clear: both;
	display: block;
}
.p_detail_bottom > .left_bottom p,
.p_detail_bottom > .left_bottom div,
.p_detail_bottom > .left_bottom p > span,
.p_detail_bottom > .left_bottom div > span {
	word-wrap: break-word;
	font-size: 14px;
}
.p_detail_bottom > .left_bottom .tab_box {
	width: 100%;
	background: #ffffff;
	position: relative;
	border: 1px solid #d6d6d6;
	border-bottom: none;
}
.p_detail_bottom > .left_bottom .for_fixed {
	height: 42px;
	background: #ffffff;
	display: none;
}
.p_detail_bottom > .left_bottom .tab_box.relative {
	position: relative;
}
.p_detail_bottom > .left_bottom .tab_box.fixed {
	position: fixed;
	top: 0;
	width: 960px;
	z-index: 9;
}
.p_detail_bottom > .left_bottom .tab_box ul {
	border-bottom: 1px solid #d6d6d6;
}
.p_detail_bottom > .left_bottom .tab_box ul li {
	float: left;
	font-size: 16px;
	height: 40px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	line-height: 45px;
	width: 25%;
	position: relative;
}
.p_detail_bottom > .left_bottom .tab_box ul li a {
	display: block;
	color: #333333;
}
.p_detail_bottom > .left_bottom .tab_box ul li h2 {
	font-size: 16px;
	font-weight: bold;
}
.p_detail_bottom > .left_bottom .tab_box ul li.active a {
	color: #d51a1c;
}
.p_detail_bottom > .left_bottom .tab_box ul li.active .line {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 3px;
	background: #d51a1c;
	border-radius: 1.5px;
}
.p_detail_bottom > .left_bottom .tab_content_box {
	padding: 0 25px 25px;
	background: #fff;
	margin-top: -1px;
	border: 1px solid #d6d6d6;
}
.tab_content_box > li {
	position: relative;
	padding-top: 40px;
}
.tab_content_box > li:last-child {
	border-bottom: none;
}
.tab_content_box > li .anchor {
	position: absolute;
	top: -85px;
	left: 0;
}

/*商品描述样式开始*/
.tab_content_box li > dl {
	overflow: hidden;
	font-size: 14px;
	padding-bottom: 10px;
}
.tab_content_box li.information > dl {
	margin-top: 10px;
}
.tab_content_box li > dl dd,
.tab_content_box li > dl dt {
	float: left;
	width: 50%;
	font-size: 15px;
}
.tab_content_box li > dl dd div,
.tab_content_box li > dl dt div {
	line-height: 28px;
}
.tab_content_box li > dl dd div span,
.tab_content_box li > dl dd div p,
.tab_content_box li > dl dt div span,
.tab_content_box li > dl dt div p {
	display: inline-block;
	vertical-align: top;
}
.tab_content_box li > dl dd div span {
	width: 140px;
	font-size: 15px;
	color: #777777;
}
.tab_content_box li > dl dt div span {
	width: 120px;
	font-size: 15px;
	color: #777777;
}
.tab_content_box li > dl dd div p,
.tab_content_box li > dl dt div p {
	width: 290px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tab_content_box li > dl dt div p > a {
	color: #1470cc;
	cursor: pointer;
}
.tab_content_box li > dl dt div p > a:hover {
	text-decoration: underline;
}
.tab_content_box .information > div {
	padding: 20px 0 40px;
}
.tab_content_box .information .inf_dl dd {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.tab_content_box .information .inf_dl dd .item {
	display: inline-block;
	width: 50%;
}
.tab_content_box .information .inf_dl dd .item .nav-text:hover {
	text-decoration: underline;
}
.tab_content_box .file_box ul {
	display: grid;
	grid-gap: 15px 20px;
	grid-template-columns: repeat(9, 1fr);
}
.tab_content_box .file_box li {
	position: relative;
	margin-left: 20px;
	width: 80px;
	height: 80px;
	cursor: pointer;
}
.tab_content_box .file_box li:first-child {
	margin-left: 0;
}
.tab_content_box .file_box li img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}
.tab_content_box .information .seeMore {
	padding-bottom: 0;
}
.tab_content_box .information .seeMore a {
	color: #1470cc;
	font-size: 15px;
	line-height: 30px;
}
.tab_content_box .information .seeMore i {
	font-size: 25px;
	transition: all 0.3s;
	vertical-align: -5px;
}
.for_kaka .for_common_title {
	display: flex;
	align-items: center;
	padding: 20px 0 10px;
}
.for_kaka .for_common_title .special_font {
	font-size: 18px;
}
.for_kaka .for_common_title .line {
	height: 1px;
	flex: 1;
	background: #d6d6d6;
	margin-left: 10px;
}
.for_kaka .for_common_div {
	padding: 15px 0;
	font-size: 14px;
	line-height: 24px;
}
.for_kaka .items_box {
	display: flex;
	flex-wrap: wrap;
}
.for_kaka .items_box .items {
	width: 50%;
	padding-right: 20px;
	display: flex;
	font-size: 14px;
	line-height: 30px;
}
.for_kaka .items_box span {
	color: #777777;
	width: 140px;
}
.for_kaka .items_box p {
	width: calc(100% - 140px);
}
.tab_content_box .information .seeMore a:hover i {
	margin-left: 10px;
}
.tab_content_box li .description {
	font-size: 15px;
	padding-bottom: 0;
}
.tab_content_box li .description > p {
	color: #1470cc;
	line-height: 30px;
	cursor: pointer;
}
.tab_content_box li .description > p i {
	margin-left: 5px;
	font-size: 8px;
	color: #1470cc;
}
.tab_content_box li .description .description_box.for_overflow {
	max-height: 240px;
	overflow: hidden;
}
.tab_content_box li .description table {
	border-spacing: 0;
}
.tab_content_box li .description .i_bottom {
	display: none;
}
.cpDetailTable {
	position: relative;
	width: 100%;
	border: none;
	border-top: 1px solid rgba(212, 212, 212, 1);
}
.cpDetailTable tr > td:first-child {
	font-weight: bold;
}
.cpDetailTable tr:nth-of-type(2n + 2) td {
	background: #f9f9f9;
}
.cpDetailTable td {
	padding: 10px 12px;
	text-align: left;
	line-height: 26px;
	border-bottom: 1px solid #dddddd;
}
.tab_content_box li .hazard,
.tab_content_box li .handling {
	padding-bottom: 0;
}
.tab_content_box li > div .text {
	margin-top: 5px;
	line-height: 20px;
}

.tab_content_box li .application {
	font-size: 14px;
	padding: 25px 0;
}
.tab_content_box li .packing {
	font-size: 13px;
	padding: 25px 0;
}
.tab_content_box li .packing p {
	margin-top: 5px;
}
.tab_content_box li .AFQ {
	padding-top: 25px;
	font-size: 14px;
}
/*商品描述样式结束*/
.tab_content_box .dis_none {
	display: none;
}
/*卖家信息样式开始*/
.tab_content_box table {
	border-spacing: 0;
}
.tab_content_box .seller > div {
	padding: 0;
}
.tab_content_box li .center_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
.tab_content_box li .center_title span {
	color: #d51a1c;
}
.tab_content_box .seller dl {
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 30px;
}
.tab_content_box .seller dl dt {
	width: 100%;
}
.tab_content_box .seller dl dt .seller_item {
	text-align: left;
}
.tab_content_box .seller dl dt .seller_item span {
	width: 160px;
	color: #777777;
}
.tab_content_box .seller dl dt .seller_item p {
	width: 80%;
	overflow: auto;
	white-space: normal;
	text-overflow: unset;
}
/*卖家信息样式结束*/

.tab_content_box .inquiry .inquiry_num {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 30px;
}
.tab_content_box .inquiry .inquiry_num i {
	font-weight: bold;
}
.tab_content_box .inquiry table th {
	background: #000000;
	color: #ffffff;
	text-align: left;
	padding-left: 10px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #ffffff;
}
.tab_content_box .inquiry table tr:nth-child(even) td {
	background: #f8f9fc;
}
.tab_content_box .inquiry table td {
	padding: 0 10px;
	height: 50px;
	font-size: 14px;
	border-bottom: 1px solid #d6d6d6;
}
.tab_content_box .inquiry table td p {
	max-width: 390px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tab_content_box .inquiry table td span {
	max-width: 140px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}
.tab_content_box .inquiry table td img {
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	height: 27px;
	vertical-align: bottom;
}
.turnPage_box {
	text-align: right;
	padding-bottom: 0;
}
.tab_content_box .inquiry .inquiry_btn {
	margin: 50px auto 10px;
	padding: 0 33px;
	width: 280px;
	line-height: 38px;
	background: #ffffff;
	border: 1px solid #5d77a8;
	font-size: 15px;
	color: #5d77a8;
}
.tab_content_box .inquiry .inquiry_btn:hover {
	background: #5d77a8;
	color: #ffffff;
}
/*技术参数表样式开始*/
.tab_content_box li .creadit_box {
	padding-top: 5px;
	font-size: 14px;
	padding-bottom: 40px;
}
.tab_content_box li .creadit_box div {
	height: 50px;
	padding: 0 10px;
	margin-top: 15px;
	line-height: 50px;
	border: 1px dashed #999999;
}
.tab_content_box li .creadit_box div a {
	float: right;
	color: #1470cc;
	text-decoration: underline;
}
.tab_content_box li .card_img_box {
}
.tab_content_box li .card_img_box ul {
	overflow: hidden;
	padding: 50px 0;
}
.tab_content_box li .card_img_box ul li {
	float: left;
	width: 125px;
	margin: 0 15px;
}
.tab_content_box li .card_img_box ul li p {
	margin-top: 10px;
	text-align: center;
}
.tab_content_box li .card_img_box ul li img {
	max-height: 150px;
	display: block;
	position: absolute;
	max_width: 125px !important;
}
.tab_content_box li .card_img_box ul li img.files_img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.tab_content_box li .card_img_box ul li div {
	position: relative;
	width: 125px;
	height: 150px;
}
.tab_content_box li .card_img_box ul li div span {
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	line-height: 40px;
	text-align: center;
	right: 0;
	bottom: 0;
}
.tab_content_box li .card_img_box ul li p a:hover {
	color: #1470cc;
}
.tab_content_box li .card_img_box ul li div span i {
	font-size: 20px;
	color: #ffffff;
}

.tab_content_box li .title {
	padding-bottom: 0;
	padding-top: 0;
	font-size: 25px;
	color: #d51a1c;
	font-weight: bold;
}
.tab_content_box .information .hr {
	margin: 30px 0 40px;
	width: 100%;
	height: 1px;
	background: #d6d6d6;
}
/*技术参数表样式结束*/
.tab_content_box > li.price_trend {
	padding: 35px 0 25px;
}
#echartArea {
	height: 450px;
	width: 870px;
	margin: 15px auto;
}
.week_price_p {
	margin-top: 40px;
	font-size: 14px;
	color: #333333;
	padding-left: 20px;
	position: relative;
	line-height: 24px;
}
.week_price_p i {
	font-size: 14px;
	position: absolute;
	left: 0;
}
.week_price_p a {
	color: #1470cc;
}
.week_price_p a:hover {
	text-decoration: underline;
}

.message_box {
	margin-top: 20px;
	background: #f8f9fc;
	padding: 30px 30px 35px;
}
.message_box .title {
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 10px;
}
.message_box .message_content {
	width: 100%;
	padding: 0 37px;
}
.message_box .message_content .items {
	margin-top: 25px;
	line-height: 30px;
	display: flex;
}
.message_box .message_content .items.add_rule {
	margin-top: 0;
	margin-bottom: 40px;
}
.add_inquiry_rule {
	margin-top: 0;
}
.message_box .message_content .items .error_msg {
	position: absolute;
	bottom: -24px;
	left: 0;
}
.add_inquiry_rule .error_msg {
	position: relative!important;
	bottom: unset!important;
}
.message_box .message_content .items > div {
	flex: 1;
}
.message_box .message_content .items .addFlex {
	display: flex;
}
.message_box .message_content .items > span {
	width: 110px;
	color: #777777;
	font-size: 14px;
}
.message_box .message_content .items > div {
	margin-left: 10px;
	position: relative;
	font-size: 14px;
	max-height: 120px;
}
.message_box .message_content .items > div.special_font {
	padding-left: 10px;
}
.message_box .message_content .items div textarea {
	width: 100%;
	height: 120px;
	resize: none;
	padding: 10px;
	outline: none;
	font-family: Arial;
	border: 1px solid #999999;
}
.message_box .items div textarea::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #999999;
}
.message_box .items div textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}
.message_box .items div textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}
.message_box .items div textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999999;
}
.message_box .items div p {
	position: absolute;
	top: 95px;
	right: 10px;
	line-height: 25px;
}
.message_box .message_content .items div p span {
	color: #d51a1c;
}
.message_box .message_content input[type='text'] {
	width: 542px;
	height: 35px;
	padding-left: 10px;
	outline: none;
	border: 1px solid #999999;
}
.message_box .message_content input.input_1{
	margin-left: 10px;
	width: 378px;
}
.message_box .message_content .select_1{
	margin-left: 0;
}
.message_box .message_content .other_input_div {
	width: 262px;
	margin-left: 12px;
	display: none;
	position: relative;
}
.message_box .message_content .other_input {
	width: 262px;
}
.message_box .message_content select {
	width: 150px;
	margin-left: 10px;
	padding-left: 10px;
	height: 35px;
	outline: none;
	border: 1px solid #999999;
}
.message_box .message_content .items.choose_agree {
	margin-top: 15px;
}
.message_box .message_content .items.choose_agree input {
	display: inline-block;
	vertical-align: middle;
	outline: none;
}
.message_box .message_content .items.choose_agree span {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #999999;
}
.message_box .message_content .items .sendBtn {
	width: 180px;
	height: 45px;
	color: #ffffff;
	text-align: center;
	line-height: 45px;
	background: #d51a1c;
	cursor: pointer;
	display: inline-block;
	margin-left: 10px;
	font-size: 15px;
}
.message_box .message_content .items .sendBtn:hover {
	background: #b81c22;
}
/*商品描述tab END*/

.related_box {
	margin-top: 30px;
}
.related_box .title {
	margin-bottom: 10px;
	font-size: 22px;
	color: #d51a1c;
}
.related_box .title span {
	display: inline-block;
	margin: 0 5px;
	width: 1px;
	height: 16px;
	font-weight: normal;
	background: #d6d6d6;
	vertical-align: baseline;
}
.related_box .title a {
	font-weight: normal;
	font-family: Segoe UI;
	font-size: 14px;
	color: #5D77A8;
	vertical-align: 2px;
}
.related_box .title a i {
	font-size: 11px;
}
.interested_box ul {
	display: grid;
	grid-column-gap: 55px;
	grid-row-gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}
.interested_box ul li {
	line-height: 25px;
	width: 270px;
	position: relative;
	padding-left: 10px;
	font-size: 14px;
}
.interested_box ul li span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #333333;
	position: absolute;
	top: 10px;
	left: 0;
}
.interested_box ul li p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
}
.interested_box ul li:hover p {
	text-decoration: underline;
}
.hr_line {
	margin-top: 20px;
	height: 1px;
	background: #D6D6D6;
}
.choices_box th {
	padding: 0 10px;
	background: #000000;
	height: 30px;
	color: #ffffff;
	text-align: left;
	border-left: 2px solid #ffffff;
	font-weight: normal;
}
.choices_box td {
	height: 45px;
	padding: 0 10px;
	color: #333333;
	font-size: 14px;
	border-bottom: 1px solid #d6d6d6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}
.choices_box td a {
	font-size: 15px;
	color: #1470cc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}
.choices_box td a:hover {
	text-decoration: underline;
}
.choices_box tbody tr:nth-child(even) td {
	background: #f8f9fc;
}
.market_price_box ul {
	display: grid;
	grid-gap: 18px;
	grid-template-columns: repeat(4, 1fr);
}
.market_price_box ul li a {
	display: block;
	line-height: 33px;
	background: #ffffff;
	border: 1px solid #5d77a8;
	border-radius: 5px;
	font-size: 15px;
	color: #5d77a8;
	text-align: center;
}
.market_price_box ul li a:hover {
	background: #5d77a8;
	color: #fff;
}
.related_search_box ul {
	display: grid;
	grid-gap: 12px 55px;
	grid-template-columns: repeat(3, 1fr);
}
.related_search_box ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
	font-size: 14px;
}
.related_search_box ul li:hover {
	text-decoration: underline;
}

/*相关产品*/
.p_detail_bottom > .right {
	width: 270px;
	height: 665px;
	float: right;
}
.p_detail_bottom > .right .title {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	margin-top: 15px;
	border-left: 5px solid #d4181c;
	padding-left: 5px;
}
.p_detail_bottom > .right .title > a {
	font-size: 14px;
	margin-right: 10px;
	float: right;
}
.p_detail_bottom > .right .title > a:hover {
	color: #d4181c;
}
.p_detail_bottom > .right .p_li_box {
	width: 100%;
	height: 621px;
	margin-top: 8px;
	overflow: hidden;
}
.p_detail_bottom > .right .p_li_box ul li {
	width: 100%;
	height: 150px;
	border: 2px solid #e6e6e6;
	margin-bottom: 6px;
}
.p_detail_bottom > .right .p_li_box ul li .top {
	width: 250px;
	height: 100px;
	font-size: 14px;
	margin: 10px auto;
	padding-left: 105px;
	position: relative;
}
.p_detail_bottom > .right .p_li_box ul li .top img {
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	position: absolute;
	left: 0px;
}
.p_detail_bottom > .right .p_li_box ul li .top .p_name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.p_detail_bottom > .right .p_li_box ul li .top .cas {
	height: 40px;
}
.p_detail_bottom > .right .p_li_box ul li .top .price {
	color: #d4181c;
	font-size: 16px;
}
.p_detail_bottom > .right .p_li_box ul li .top .price .mt {
	font-size: 12px;
}
.p_detail_bottom > .right .p_li_box ul li .f_name {
	width: 260px;
	font-size: 14px;
	margin-left: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pull-right {
	float: none;
}
.hot_product {
	margin-bottom: 30px;
}
.hot_product .title {
	width: 100%;
	font-size: 22px;
}
.hot_product ul {
	margin-top: 15px;
	border-bottom: 1px solid #d6d6d6;
}
.hot_product li {
	margin-bottom: 10px;
}
.hot_product li a {
	display: flex;
}
.hot_product li img {
	display: none;
	margin-right: 10px;
	width: 75px;
	height: 75px;
}
.hot_product li .pro_info {
	font-size: 14px;
	line-height: 24px;
	flex: 1;
	display: flex;
}
.hot_product li.active .pro_info {
	display: block;
}
.hot_product li .pro_info i {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #333333;
	margin: 9px 5px 9px 0;
}
.hot_product li.active .pro_info i {
	display: none;
}
.hot_product li .pro_info span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	flex: 1;
}
.hot_product li .pro_info span:hover {
	text-decoration: underline;
}
.hot_product li .pro_info p {
	display: none;
	color: #d51a1c;
}
.hot_product li.active img {
	display: block;
}
.hot_product li.active .pro_info p {
	display: block;
}

.record_history .title {
	width: 100%;
	font-size: 22px;
}
.record_history ul {
	/*margin-top: 5px;*/
}
.record_history ul li {
	padding: 15px 0 10px;
	border-bottom: 1px solid #f1f1f1;
}
.record_history ul li img {
	width: 75px;
	height: 75px;
}
.record_history ul li dd {
	padding-left: 10px;
	flex: 1;
}
.record_history ul li p {
	margin-top: 5px;
	font-size: 14px;
}
.record_history ul li .name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #1470cc;
	font-weight: bold;
	cursor: pointer;
	margin-top: 0;
	max-width: 190px;
	font-weight: bold;
}
.record_history ul li .name .main_icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 5px;
}
.record_history ul li p.packing {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 190px;
}
.record_history ul li .name:hover {
	text-decoration: underline;
}
.record_history ul li .con {
	overflow: hidden;
	display: flex;
}
.record_history ul li .con p.price {
	color: #d51a1c;
}
.record_history ul li .con p.price a {
	color: #d51a1c;
}

/*相关产品 END*/

.tab_content_box .hide {
	display: none;
}
.tab_content_box li .nodata {
	padding-top: 100px;
}
.tab_content_box li .nodata p {
	color: #b6b6b6;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}
.tab_content_box li .nodata p i {
	font-size: 65px;
	color: #b6b6b6;
}
.tab_content_box li .nodata p span {
	display: inline-block;
	vertical-align: middle;
}
.tab_content_box li img {
	max-width: 850px;
}

.reach_tips {
	width: 360px;
	padding: 12px 18px;
	background: #fff;
	position: absolute;
	top: 38px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 1px 6px rgba(237, 120, 0, 0.3);
	border-radius: 4px;
	cursor: auto;
	display: none;
	z-index: 8;
}
.reach_tips:after,
.reach_tips:before {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border: 8px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 8;
}
.reach_tips:before {
	top: -16px;
	border-bottom-color: rgba(237, 120, 0, 0.1);
	z-index: 5;
}
.reach_tips li {
	line-height: 24px;
	font-size: 14px;
	color: #999999;
}

.shield_detail {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}
.shieldpic_detail {
	position: fixed;
	left: 50%;
	top: 50%;
	max-width: 800px;
	transform: translate(-50%, -50%);
	z-index: 10000;
}
.shield_detail i {
	position: absolute;
	right: 40px;
	top: 10px;
	font-size: 70px;
	color: #fff;
	font-style: normal;
	cursor: pointer;
}
.similar_product {
	margin-bottom: 30px;
}
.similar_product .title {
	font-size: 20px;
	padding-top: 10px;
}
.similar_product .title a {
	white-space: nowrap;
	overflow: hidden;
	/* width: 145px; */
	color: #333333;
	display: inline-block;
}
.similar_product ul {
	/*margin-top: 10px;*/
}
.similar_product ul li {
	padding: 6px 0 5px;
	border-bottom: 1px solid #d6d6d6;
}
.similar_product ul li dl {
	display: flex;
}
.similar_product ul li dl img {
	width: 75px;
	height: 75px;
}
.similar_product ul li dl dd {
	padding-left: 10px;
}
.similar_product ul li dl dd p {
	font-size: 14px;
	color: #333333;
	margin-bottom: 3px;
	line-height: 20px;
}
.similar_product ul li dl dd .name {
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 60px;
}
.similar_product ul li dl dd .name:hover {
	text-decoration: underline;
}
.similar_product ul li dl dd .price {
	color: #d51a1c;
}
.similar_product ul li .company_name {
	font-size: 14px;
	color: #333333;
	margin-top: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.similar_product .more_btn {
	height: 45px;
	border: 1px solid #5d77a8;
	line-height: 43px;
	text-align: center;
	color: #5d77a8;
	margin-top: 10px;
	font-size: 15px;
}
.similar_product .more_btn:hover {
	background: #5d77a8;
	color: #ffffff;
}

.cas-num span {
	color: #999999;
}
.content span {
	color: #999999;
}
.hot_search {
	display: flex;
	flex-wrap: wrap;
	margin-top: 32px;
	padding-top: 10px;
	border-top: 1px solid #D6D6D6;
}
.hot_search dt {
	margin-top: 10px;
	margin-right: 30px;
	font-weight: bold;
	color: #a4a4a4;
	line-height: 1;
}
.hot_search dd a {
	display: block;
	margin-top: 10px;
	margin-right: 30px;
	color: #999999;
	line-height: 1;
}
.hot_search dd a:hover {
	color: #333333;
}
.index_footer {
	margin-top: 0;
}
.share_box {
	display: flex;
	align-items: center;
	padding-top: 25px;
	width: 100%;
}
.share_box .pad_btn {
	font-size: 14px;
}
.share_box i {
	margin-right: 5px;
	font-size: 15px;
	cursor: pointer;
	vertical-align: bottom;
}
.share_box > div:nth-child(2) {
	margin: 0 12px;
	width: 1px;
	height: 18px;
	color: #d6d6d6;
}
.share_box .share_btn {
	display: flex;
	align-items: center;
}
.share_box span {
	display: block;
	margin-left: 5px;
	width: 20px;
	height: 20px;
	background-size: cover;
}
.share_box .linkin_btn {
	background-image: url('../images/common/LinkedIn.svg');
}
.share_box .facebook_btn {
	background-image: url('../images/common/facebook.svg');
}
.share_box .twitter_btn {
	background-image: url('../images/common/twitter.svg');
}
.share_box .wechat_btn {
	background-image: url('../images/common/weixin.svg');
}
.top_bg .detail_r .detail_row .new_price {
	font-size: 14px;
	color: #1470cc;
	line-height: 20px;
	vertical-align: bottom;
	cursor: pointer;
}
.top_bg .detail_r .detail_row .new_price i {
	font-size: 11px;
}
.shiled {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 990;
}
.modal_new_price {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 25px 40px 35px 45px;
	width: 710px;
	background: #fff;
	z-index: 995;
}
.modal_new_price > i {
	position: absolute;
	top: 0;
	right: -30px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.content_new_price .form_box {
	padding-right: 6px;
	max-height: 400px;
	overflow-y: scroll;
}
.content_new_price .form_box::-webkit-scrollbar {
	width: 2px;
	color: #333333;
}
.content_new_price .form_box::-webkit-scrollbar {
    width: 4px;
}
.content_new_price .form_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
}
.content_new_price .form_box::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.content_new_price > b {
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	color: #333333;
}
.content_new_price > p {
	margin-bottom: 25px;
	font-size: 15px;
	color: #777777;
}
.content_new_price > p > span {
	color: #333333;
}
.content_new_price .items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 18px;
}
.content_new_price .items.textarea {
	margin-bottom: 20px;
}
.content_new_price .items.checkbox {
	padding-top: 15px;
	border-top: 1px solid #d6d6d6;
	color: #999999;
	margin-bottom: 10px;
}
.content_new_price .add_inquiry_rule {
	margin-top: 0;
	margin-bottom: 10px;
}
.content_new_price .items p {
	width: 115px;
	font-size: 15px;
	color: #777777;
	line-height: 35px;
}
.content_new_price .items input {
	padding-left: 10px;
	width: calc(100% - 115px);
	height: 35px;
	border: 1px solid #d6d6d6;
	outline: none;
}
.content_new_price .items select {
	width: 140px;
	height: 35px;
	border: 1px solid #d6d6d6;
	outline: none;
}
.content_new_price .items textarea {
	padding: 10px;
	width: calc(100% - 115px);
	height: 100px;
	border: 1px solid #d6d6d6;
	outline: none;
	resize: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content_new_price .items input[type='checkbox'] {
	margin-right: 5px;
	padding-left: 0;
	width: unset;
	height: unset;
	border: 1px solid #333333;
}
.content_new_price .items .input_1 {
	margin-right: 10px;
	width: 350px;
}
.content_new_price .items .input_2 {
	margin-left: 115px;
	width: 500px;
}
.content_new_price .items .input_3{
	margin: 0 10px;
	width: 200px;
}
.content_new_price .items .input_phone{
	margin-left: 10px;
	width: 350px;
}
.content_new_price .items .select_phone {
	width: 140px;
}
.content_new_price .code_box {
	width: 500px;
	height: 35px;
	border: 1px solid #D6D6D6;
	display: flex;
	align-items: center;
}
.content_new_price .code_box input {
	border: none;
	height: 30px;
	flex: 1;
}
.content_new_price .code_box .code_btn {
	height: 28px;
	padding: 0 10px;
	background: #f3f8fe;
	border: 1px solid #1470cc;
	color: #1470cc;
	line-height: 26px;
	margin-right: 2px;
	cursor: pointer;
	min-width: 100px;
	text-align: center;
	border-radius: 2px;
}
.content_new_price .items .error_tip {
	position: absolute;
	top: 100%;
	left: 115px;
	color: #d51a1c;
}
.content_new_price .items .error_tip i {
	font-size: 13px;
}
.content_new_price .sub_btn {
	margin: 30px auto 0;
	width: 200px;
	line-height: 35px;
	background: #d51a1c;
	border-radius: 2px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
}
.modal_file_img {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	z-index: 1000;
}
.modal_file_img > i {
	position: absolute;
	top: 0;
	right: -30px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.modal_file_img .img_box {
	position: relative;
	width: 100%;
	height: 500px;
}
.modal_file_img img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}
