<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* manafacture æ&nbsp;·å¼ */
.productDetail-content {
	width: 100%;
}
.productDetail-content-header {
	clear: both;
}
.productDetail_box {
	clear: both;
}
.productDetail_up {
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
	position: relative;
}

.productDetail_up .commdity_img {
	width: 660px;
	float: left;
	line-height: 284px;
	overflow: hidden;
	text-align: center;
	position: sticky;
	top: 0;
}
.productDetail_up .commdity_img &gt; img {
	width: auto;
	height: auto;
	/*width: 100%;*/
}
.productDetail_up .productDetail_up_right {
	width: 700px;
	padding-left: 20px;
	float: left;
}
.commdity_message_box {
}
.commdity_message_box .commdity_name {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: #19191a;
	padding-bottom: 10px;
	display: block;
}
.commdity_message_box .commdity_message {
	font-size: 12px;
	line-height: 32px;
	color: #999;
	display: block;
}
.commdity_info {
	padding: 15px 25px 20px;
	margin: 10px 0 0;
	background: #f7f7f7;
}
.commdity_info .commdity_msg {
	font-size: 14px;
	width: 100%;
	color: #19191a;
}
.commdity_info .commdity_msg tbody tr td {
	padding: 5px 0;
	line-height: 22px;
	min-height: 22px;
}
.commdity_info .commdity_msg tbody tr td h2 {
	font-size: 14px;
	color: #19191a;
}

.commdity_info .commdity_msg a {
	color: #09f;
}
.commdity_info .commdity_msg a:hover {
	text-decoration: underline;
	color: #09f !important;
}
.commdity_msg &gt; tbody &gt; tr &gt; td:nth-child(1) {
	min-width: 85px;
}

.commdity_buy {
	margin-top: 20px;
}
.commdity_buy .commdity_buy_top {
	height: 40px;
	font-size: 14px;
	display: flex;
	align-items: center;
	font-weight: 600;
}
.commdity_buy .commdity_buy_top i {
	color: #c00000;
	font-size: 20px;
	margin-right: 10px;
}
.commdity_buy .commdity_buy_info {
	border: 1px solid #e6e6e6;
	display: flex;
}
.commdity_buy .commodity_price {
	border-right: 1px solid #e6e6e6;
	width: 250px;
}

.commdity_buy .commodity_price &gt; ul {
	margin-bottom: 10px;
}
.commdity_buy .commodity_price &gt; ul &gt; li {
	font-size: 14px;
	text-align: center;
}
.commdity_buy .commodity_price &gt; ul &gt; li &gt; span {
	display: block;
	float: left;
	line-height: 30px;
}
.commdity_buy .commodity_price &gt; ul &gt; li &gt; span:nth-child(1) {
	width: 100px;
}
.commdity_buy .commodity_price &gt; ul &gt; li:nth-child(1) {
	background: #f2f2f2;
	height: 50px;
	font-weight: 600;
	margin-bottom: 10px;
}
.commdity_buy .commodity_price &gt; ul &gt; li:nth-child(1) &gt; span {
	line-height: 50px;
}

.commdity_buy .commodity_box {
	flex: 1;
}

.commdity_buy .commodity_box .commodity_num {
	font-size: 16px;
	background: #f2f2f2;
	height: 50px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 10px;
}

.commdity_buy .commodity_box .commodity_num .product_quantity {
	display: flex;
	height: 100%;
	align-items: center;
	line-height: 49px;
}
.commdity_buy .commodity_box .commodity_num .product_quantity p {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #222;
}
.commdity_buy .commodity_box .commodity_num .product_quantity span {
	flex: 1;
	padding-left: 10px;
}

.commdity_buy .commodity_box .import_box {
	width: 100%;
	display: flex;
}
.commdity_buy .commodity_box .import_box .explain {
	font-size: 14px;
	margin-left: 22px;
	float: left;
	margin-top: 5px;
}
.commdity_buy .commodity_box .import_box .explain &gt; span:nth-child(2) {
	color: #999999;
	display: block;
	margin-top: 5px;
}
.commdity_buy .commodity_box .import_box .goods_input {
	margin-left: 22px;
	width: 190px;
	float: left;
}

.commdity_buy .commodity_box .import_box .goods_input &gt; input {
	width: 100%;
	height: 45px;
	border-radius: 4px;
	margin-bottom: 10px;
	border: 1px solid #333;
	box-sizing: border-box;
}
.commdity_buy .commodity_box .import_box .goods_input .goods_quantity {
	text-align: center;
}
.commdity_buy .commodity_box .import_box .goods_input &gt; input:nth-child(2) {
	border-color: #cccccc;
	padding-left: 17px;
}

.commdity_buy .commodity_box .import_box .goods_input .goods_butm {
	font-size: 16px;
	color: #fff;
	height: 45px;
	line-height: 45px;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 24px;
}
.commdity_buy .commodity_box .import_box .goods_input .buy_btm {
	background: #c00000;
}
.commdity_buy .commodity_box .import_box .goods_input .buy_btm:hover {
	background: #d03028;
}
.commdity_buy .commodity_box .import_box .goods_input .quote_btm {
	background: #18a209;
}

.commdity_buy .commodity_box .import_sum {
	float: right;
	margin-right: 18px;
	display: flex;
}
.commdity_buy .commodity_box .import_sum span {
	font-size: 14px;
	color: #999999;
	margin-right: 9px;
	position: relative;
	top: 9px;
}
.commdity_buy .commodity_box .import_sum h2 {
	font-size: 26px;
	color: #c00000;
}

.commdity_buy_form {
	border: 1px solid #e6e6e6;
	margin-top: 20px;
}
.commdity_buy_form .goods_rfq_title {
	font-size: 16px;
	background: #f2f2f2;
	height: 50px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 50px;
}

.commdity_buy_form .goods_rfq_hint {
	font-size: 14px;
	margin: 15px;
	margin-bottom: 0;
}

.commdity_buy_form .goods_rfq_box {
	font-size: 14px;
	padding: 15px;
}

.commdity_buy_form .goods_rfq_box .goods_rfq_input_box {
	margin-bottom: 10px;
}
.commdity_buy_form .goods_rfq_box .goods_rfq_input_box .goods_rfq_input_title {
	display: block;
	float: left;
	line-height: 40px;
	width: 120px;
}
.commdity_buy_form .goods_rfq_box .goods_rfq_input_box .goods_rfq_input_title .must_inp {
	color: #ff3030;
}

.commdity_buy_form .goods_rfq_box .goods_rfq_input_box input {
	height: 40px;
	width: 350px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	border-radius: 4px;
	padding-left: 15px;
}
.commdity_buy_form .goods_rfq_box .goods_rfq_input_box .remark_input {
	line-height: 17px;
	font-size: 14px;
	height: 80px;
	width: 350px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 5px 15px;
}

.commdity_buy_form .goods_rfq_box .goods_rfq_input_box .area_code_input {
	width: 40px !important;
	text-align: center;
	padding: 0 !important;
}
.commdity_buy_form .goods_rfq_box .goods_rfq_input_box .phone_input {
	width: 306px !important;
}

.commdity_buy_form .goods_rfq_box .goods_rfq_btm {
	background: #c00000;
	height: 40px;
	width: 250px;
	margin-left: 120px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-weight: 600;
}

/* ä¸‹é¢çš„æ&nbsp;·å¼ */

.productDetail_down {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}

.productDetail_down .woocommerce-tabs {
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
	position: relative;
	flex: 1;
}
.productDetail_down .woocommerce-right {
	width: 350px;
	margin-left: 20px;
}

/*tab åˆ‡æ¢*/
.productDetail_down .woocommerce-tabs {
}

.productDetail_down .woocommerce-tabs .inner {
	padding: 0 !important;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	clear: both;
}

.productDetail_down .woocommerce-tabs .wc-tabs {
	height: 45px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.085);
	clear: both;
}

.productDetail_down .woocommerce-tabs .wc-tabs li {
	float: left;
	padding: 0 20px;
	line-height: 42px;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 3px solid transparent;
	display: block;
	cursor: pointer;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.productDetail_down .woocommerce-tabs .wc-tabs li.active {
	font-weight: 700;
	border-bottom: 3px solid #c00000;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	color: #c00000;
}
.productDetail_down .woocommerce-tabs .wc-tabs .tabs-list {
	margin-bottom: 40px !important;
}

.productDetail_down .woocommerce-tabs .wc-tabs li.active a:link,
.productDetail_down .woocommerce-tabs .wc-tabs li.active a:visited,
.productDetail_down .woocommerce-tabs .wc-tabs li.active a:hover {
	text-decoration: none;
}

.productDetail_down .woocommerce-right .goods_right_box {
	background: #fff;
	-webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
}

.woocommerce-right .recommend_header {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
	padding-left: 18px;
	font-size: 20px;
}
.woocommerce-right .recommend_header &gt; span {
	display: inline;
}
.woocommerce-right .recommend_header &gt; i {
	font-size: 18px;
	color: #c00000;
}
.woocommerce-right .recommend_header &gt; span {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.woocommerce-right .recommend {
	padding: 20px;
}

.woocommerce-right .recommend .div_ref_box {
	height: 130px;
	position: relative;
	margin-bottom: 10px;
	display: flex;
}
.woocommerce-right .recommend .div_ref_box .magnify {
	width: 130px !important;
	height: 130px !important;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	padding: none;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}
.woocommerce-right .recommend .div_ref_box .magnify img {
	max-width: 100%;
	max-height: 100%;
}
.woocommerce-right .recommend .div_ref_box &gt; a {
	display: block;
	color: red;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 160px;
	bottom: 0;
	margin-top: 20px;
}

.woocommerce-right .recommend .div_ref_box .magnify-info {
	width: 170px;
}
.woocommerce-right .recommend .div_ref_box .magnify-info h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	color: #222;
}
.woocommerce-right .recommend .div_ref_box .magnify-info h4 {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	color: #333;
}
.woocommerce-right .recommend .div_ref_box .magnify-info .div_ref_desc {
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
.woocommerce-right .recommend .div_ref_box .magnify-info .div_ref_price {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #333;
}
.woocommerce-right .recommend .div_ref_box .magnify-info a:hover {
	text-decoration: underline;
}

.woocommerce-right .recommend .div_ref_box .magnify-info a {
	display: block;
	margin-top: 20px;
	width: 100px;
	height: 35px;
	line-height: 35px;
	background-color: #c00000;
	text-align: center;
	color: #fff;
}

.woocommerce-right .goods_recommend_news_box {
	padding: 20px;
}
.woocommerce-right .goods_recommend_news_box &gt; a {
	margin-bottom: 20px;
	display: flex;
	color: #333;
}
.woocommerce-right .goods_recommend_news_box &gt; a:first-child(1) {
	margin-top: 0;
}
.woocommerce-right .goods_recommend_news_box &gt; a &gt; div {
	width: 120px;
	height: 70px;
	position: relative;
	border-radius: 4px;
	box-sizing: border-box;
	float: left;
	margin-right: 8px;
	border: 1px solid #e6e6e6;
}
.woocommerce-right .goods_recommend_news_box &gt; a &gt; div &gt; img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	max-height: 100%;
	max-width: 100%;
	transform: translate(-50%, -50%);
}
.woocommerce-right .goods_recommend_news_box &gt; a &gt; span {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	flex: 1;
}

/* tabsæ&nbsp;·å¼ */

.productDetail_down .product-content {
}
.technology_title {
	font-size: 16px;
	line-height: 24px;
	color: #19191a;
	font-weight: 600;
	padding: 25px 0 13px;
}
.technology_title1 {
	color: #646466;
	font-size: 14px;
	line-height: 22px;
	margin-top: 19px;
}
.technology_title2 {
	font-size: 16px;
	line-height: 24px;
	color: #19191a;
	font-weight: 600;
	padding: 20px 0 2px;
	padding-left: 21px; !important;
	padding-bottom: 15px;
}

.commodity_technology {
	margin-bottom: 30px;
}

.search_none {
	height: 60px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	border: 2px solid #0099ff;
	border-radius: 4px;
	margin: 10px 0;
	display: none;
}

.none_span &gt; span {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	height: 56px;
	line-height: 56px;
	margin-left: 67px;
}
.none_span &gt; span &gt; .list_url {
	color: #0099ff;
}

.technology_correlation_box {
	position: relative;
}

.technology_correlation {
	width: 100%;
	font-size: 14px;
	text-align: left;
}
.technology_correlation &gt; thead &gt; tr &gt; th {
	height: 40px;
	line-height: 40px;
	width: 50%;
	padding-left: 30px;
}
.technology_correlation &gt; thead &gt; tr &gt; th:nth-child(3) {
	text-align: center;
}
.technology_correlation &gt; tbody &gt; tr &gt; td {
	height: 40px;
	line-height: 20px;
	width: 33%;
	padding-left: 30px;
}
.table_th_bgcolor {
	background: #f2f2f2 !important;
}
/* .table_body&gt;tr:nth-child(even){
    background: #F2F2F2 !important;
  }
  .table_body&gt;tr:nth-child(odd){
    background: none !important;
  } */
.technology_correlation &gt; tbody &gt; tr:nth-child(even) {
	background: #f7f7f7;
}

/*  */

.products-extra .extra-content .products-guide {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dfdfdf;
	font-family: ProximaNova-Reg;
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
}
.products-extra .extra-content .products-guide td {
	border: 1px solid #dfdfdf;
	line-height: 20px;
	text-align: center;
	padding: 15px;
}
.products-extra .extra-content .products-guide .left-text {
	text-align: left;
}
.products-extra .extra-content .products-guide .bold-text {
	font-weight: 700;
}

/*  */

.product_details_content {
	line-height: 25px;
	padding: 15px;
	font-family: arial;
	font-size: 14px;
	color: #333;
}
.product_details_content p {
	/*margin-bottom: 1.5em; */
}

.product_details_content &gt; p &gt; strong {
	font-weight: 600;
	color: #222;
	font-size: 14px;
	display: inherit;
	margin-bottom: 5px;
}
.product_pdf_content {
	display: none !important;
}

.product_details_content,
.product_pdf_content {
	font-size: 14px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	/*line-height: 25px;*/
	padding-left: 12px;
	line-height: 190%;
	text-align: justify;
	word-wrap: break-word;
	word-break: break-all;
}

/*  */
.commodity_comments_nocont{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #343434;
  }
  .commodity_comments_nocont&gt;img{
    display: block; 
    margin: 30px auto 15px;
  }
  
.commodity_comments_title{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 23px;
  }
  .commodity_comments_title&gt;span{
    font-size: 20px;
    font-weight: 600;
  }
  .commodity_comments_title&gt;i{
    color: #ce0f05;
    float: left;
    margin-right: 8px;
    font-size: 24px;
    margin-left: 10px;
  }
  .commodity_comments_cont&gt;div{
    font-size: 14px;
  }</pre></body></html>