/* CSS Document */

/*åŸºç¡€æ ‡ç­¾é‡ç½®*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
s {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font-family: "Lato";
	vertical-align: baseline;
	font-style: normal;
	text-decoration: none;
	word-wrap: break-word;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

html {
	font-size: 62.5%;
	/*10 Ã· 16 Ã— 100% = 62.5%*/
}

body {
	font-family: "Lato";
	font-size: 1.4rem;
	color: #666666;
	/* background: url(https://bsg-s.nbxc.com/site_themes/en/qx_sales/images/bg.jpg) left top; */
}

a {
	font-size: 1.4rem;
	color: #666666;
	font-family: "Lato";
}

a:hover {
	font-size: 1.4rem;
	color: #666666;
	font-family: "Lato";
}

.fl {
	float: left;
}

.fr {
	float: right
}

.radius {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/*æ€»ä½“æ ·å¼*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
	color: #999;
	font-family: Helvetica;
	font-size: 1.4rem;
}

input {
	border-radius: 0px;
	color: #999;
	font-family: Helvetica;
	font-size: 1.4rem;
}

input::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #999;
	font-family: Helvetica;
	font-size: 1.4rem;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #999;
	font-family: Helvetica;
	font-size: 1.4rem;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #999;
	font-family: Helvetica;
	font-size: 1.4rem;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #999;
	font-family: Helvetica;
	font-size: 1.4rem;
}

.pc {
	display: block;
}

.mob {
	display: none;
}

.main {
	max-width: 1500px;
	min-width: 320px;
	margin: 0 auto;
	/*overflow: hidden;*/
}
/*ç¿»é¡µæ ·å¼*/
.page {text-align: center;margin-top: 40px;}
div.jogger {padding: 2px;margin: 7px;color: #e3e3e3;}
div.jogger a {padding:0.5rem 0.64rem 0.43rem 0.64rem;margin: 2px;background: #e3e3e3;text-decoration: none;color: #777777;}
div.jogger a:hover {padding:0.5rem 0.64rem 0.43rem 0.64rem;margin: 2px;background: #e3e3e3;text-decoration: none;color: #777777;}
div.jogger a:active {padding:0.5rem 0.64rem 0.43rem 0.64rem;margin: 2px;background: #e3e3e3;text-decoration: none;color: #777777;}
div.jogger span.current {padding:0.5rem 0.64rem 0.43rem 0.64rem;margin: 2px;background: #efefef;color: #2c2c2c;}
div.jogger span.disabled {display: none}
/*ç¿»é¡µæ ·å¼end*/
.path {
	margin: 25px 0px;
	padding: 15px 20px;
	background: #f6f6f6;
}

.path a {
	color: #666666;
	font-size: 14px;
}

.path i {
	color: #666666;
	font-size: 14px;
	font-family: "å®‹ä½“";
}

/*å†…é¡µå·¦ä¾§*/
.side_left {
	width: 340px;
	float: left;
	border: solid 1px #dcdcdc;
	border-radius: 10px;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.category_mod {
	width: 100%;
}

.category_mod .title {
	width: 100%;
	height: 50px;
	background: #f6f6f6;
	border-radius: 10px;
	line-height: 50px;
	font-size: 18px;
	color: #333333;
	text-indent: 20px;
}

.category_mod .title span {
	font-size: 18px;
	color: #333333;
	padding-left: 6px;
}

/*PCå·¦ä¾§äº§å“åˆ†ç±»æ ·å¼äºŒ*/
.category_mod .content_2 {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}

.category_mod .content_2 ul li {
	padding: 0px 10px;
	border-bottom: solid 1px #DDDDDD;
	position: relative;
}

.category_mod .content_2 ul li:last-child {
	border-bottom: none;
}

.category_mod .content_2 ul li a {
	color: #444444;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-indent: 10px;
	padding-right: 40px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.category_mod .content_2 ul li a:hover {
	color: #1fa30a;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-indent: 10px;
	padding-right: 40px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.category_mod .content_2 ul li i {
	position: absolute;
	cursor: pointer;
	color: #444444;
	font-size: 1.4rem;
	text-align: right;
	width: 30px;
	height: 50px;
	line-height: 50px;
	right: 5px;
	top: 0px;
}

.category_mod .content_2 ul li s {
	display: none;
}

.category_mod .content_2 .subclass_2 {
	display: none;
}

.category_mod .content_2 ul li.current {
	height: 50px;
	z-index: 9;
	color: #65ae30;
}

.category_mod .content_2 ul li.current a {
	color: #f7950a;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-indent: 10px;
	padding-right: 40px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.category_mod .content_2 ul li.current i {
	position: absolute;
	color: #f7950a;
	font-size: 1.4rem;
	text-align: right;
	width: 50px;
	height: 50px;
	line-height: 50px;
	right: 5px;
	top: 0px;
}

.category_mod .content_2 ul li.current s {
	width: 1px;
	background: #FFFFFF;
	height: 50px;
	position: absolute;
	left: 322px;
	display: block;
	top: 0px;
	z-index: 10;
}

.category_mod .content_2 ul li.current .subclass_2 {
	min-width: 300px;
	padding: 10px;
	padding-bottom: 20px;
	box-sizing: border-box;
	border: solid 1px #f0f0f0;
	box-shadow: 5px 0px 8px #dddddd;
	background: #ffffff;
	display: block;
	position: absolute;
	left: 308px;
	top: -1px;
	overflow: visible;
	z-index: 8
}

.category_mod .content_2 ul li.current .subclass_2 ul li {
	width: auto;
	height: 36px;
	background: none;
	border-bottom: dotted 1px #dddddd;
	margin-left: 0px;
}

.category_mod .content_2 ul li.current .subclass_2 ul li a {
	height: 36px;
	color: #717171;
	line-height: 36px;
	font-size: 14px;
}

.category_mod .content_2 ul li.current .subclass_2 ul li a:hover {
	height: 36px;
	color: #64ad2f;
	line-height: 36px;
	font-size: 14px;
}

/*PCå·¦ä¾§äº§å“åˆ†ç±»æ ·å¼äºŒend*/
.ny_h2{font-size: 20px;font-family: arial;height: 40px;line-height: 40px;color: #535353;position: relative;overflow: hidden;}
.ny_h2 a{float: right;display:block;padding-right: 10px;font-size: 16px; color: #febd15;}
.ny_h2 span{font-size: 14px;color: #c4c4c4; padding-left:5px;}
.ny_span_tag{font-size:14px;color: #888888;line-height:24px;box-sizing: border-box; padding:0px;}
.ny_h2 h1{font-size: 20px;}
.ny_h2 i{font-size: 14px;color: #c4c4c4;}
.ny_h2 .listtab_box{position: absolute;right: 0px;top:5px;}
.ny_h2 .listtab_box .list_a{display:block;float:left;border-radius: 5px; margin-left:10px;width:36px;padding-right:0px;color:#bababa;height:30px;line-height:30px;border: solid 1px #ebebeb;background:#fafafa;text-align: center;font-size: 22px;}
.ny_h2 .listtab_box .list_a.a_2{font-size:14px;}
.ny_h2 .listtab_box .list_a:hover{color: #222222;}
.ny_h2 .listtab_box .list_a.current{color: #222222;}

.ny_h3{border-bottom: solid 1px #e5e5e5;padding-bottom: 10px; font-size: 20px;font-family: arial;height: 40px;line-height: 40px;color: #535353;position: relative;padding-right:10px;}
.ny_h3 a{float: right;display:block;padding-right: 10px;font-size: 16px; color: #333333;text-decoration: underline;}
.ny_h3:before,
.ny_h3:after{
    content: "";
    width: 130px;
    height: 3px; 
    background: #f39c36;
    position: absolute;
    top: 48px;
    left: 0;
 
}


.desc_pro{border-bottom: solid 1px #e5e5e5; padding: 15px;margin:10px 0px;line-height:30px;font-size: 14px;}
.desc_pro a{ color: #c50202;text-decoration: underline;}

.content_right {
	flex: 1;
	padding-left: 380px;
}

.content_right .cont {
	padding:15px 0px;
	/*border: solid 1px #f3f3f3;background:#FFFFFF;*/
	box-sizing: border-box;
}

.content_right .cont.m_b40 {
	margin-bottom: 40px;
}
.ny_proBox_cont {
	width: 100%;
	padding: 10px 0px;
	position: relative;
	/* overflow: hidden; */
}

.ny_proBox_cont ul li {
	width: calc(100%/4);
	float: left;
	box-sizing: border-box;
	padding-bottom: 15px;
}

.ny_proBox_cont ul li .pic {
	width: 280px;
	height: 280px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
	position: relative;
}

.ny_proBox_cont ul li .pic img {
	transition: all 0.6s;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
}

.ny_proBox_cont ul li .pic img:hover {
	transform: scale(1.25);
}

.ny_proBox_cont ul li:hover {
	box-shadow: 0px 0px 5px 5px #dddddd;
	box-sizing: border-box;
}

.ny_proBox_cont ul li .p_name {
	width: 100%;
	padding: 0px 15px;
	margin-bottom: 10px;
	box-sizing: border-box;
	height: 24px;
	line-height: 24px;
	font-size: 1.4rem;
	color: #333333;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ny_proBox_cont ul li:hover .p_name:hover {
	color: #f39c36;
	text-decoration: underline;
}

.ny_proBox_cont ul li .p_price {
	box-sizing: border-box;
	width: 100%;
	padding: 0px 15px;
	height: 24px;
	line-height: 24px;
	font-size: 1.6rem;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ny_proBox_cont ul li .p_price span{
	color: #c91a1a;
	height: 24px;
	line-height: 24px;
	font-size: 1.6rem;
}

.ny_proBox_cont ul li .buy_btn {
	display: none;
	position: absolute;
	bottom: 30px;
	left: 25%;
	width: 50%;
	text-align: center;
	color: #222222;
	padding: 8px 0px;
	background: #ffffff;
	border-radius: 40px;
	box-shadow: 0px 0px 5px 0px #cccccc;
	z-index: 9;
	font-size: 16px;
	cursor: pointer;
}

.ny_proBox_cont ul li:hover .buy_btn {
	display: block;
}

.ny_proBox_cont ul li:hover .buy_btn:hover {
	display: block;
	color: #ffffff;
	background: #f39c36;
}


.nyProbox {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 7;
}

.nyProbox ul li {
	width: 240px;
	float: left;
	margin: 16px;
	overflow: hidden;
	box-sizing: border-box;
}

.nyProbox ul li .p_pic {
	width: 238px;
	height: 238px;
	background: #ffffff;
	box-sizing: border-box;
	border: solid 1px #e5e5e5;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
	position: relative;
}

.nyProbox ul li .p_pic img {
	transition: all 0.6s;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
}

.nyProbox ul li .p_pic img:hover {
	transform: scale(1.2);
}

.list-playIcon {
	content: '';
	position: absolute;
	background: url(../images/bofang.png);
	background-size: auto auto;
	background-size: cover;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	z-index: 9;
}

.nyProbox ul li.show .show_text {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 15px;
	box-sizing: border-box;
	background: #FFFFFF;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 255), rgba(255, 255, 255, 1));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 255) 60%);
	/*FireFox*/
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* Opear */
	background: -ms-linear-gradient(rgba(255, 255, 255, 255), rgba(255, 255, 255, 1));
	/*IE10åŠIE10+*/
}

.nyProbox ul li .p_btn {
	display: none
}

.nyProbox ul li .ph_name {
	display: block;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1.6rem;
	color: #313131;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nyProbox ul li.show .show_text .p_btn {
	margin: 0 auto;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 16px;
	background: #232323;
	display: block;
	text-align: center;
}

.nyProbox .btn_r {
	width: 28px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	color: #FFFFFF;
	background: rgba(153, 153, 153, 0.7);
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -28px;
	z-index: 11;
	cursor: pointer;
}

.nyProbox .btn_n {
	width: 28px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	color: #FFFFFF;
	background: rgba(153, 153, 153, 0.7);
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -28px;
	z-index: 11;
	cursor: pointer;
}

.nyProbox.otherpro ul li {
	margin: 20px 0px;
}

.prolist_box {
	margin-top: 20px;
}

.prolist_box .box_li {padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.prolist_box .box_li .p_pic {
	width: 200px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	border: solid 1px #e5e5e5;
	z-index: 7
}

.prolist_box .box_li .p_pic img {
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	display: table-cell;
	vertical-align: middle;
	display: block;
	overflow: hidden;
}


.prolist_box .box_li .pro_right {
	padding-left: 230px;
	position: relative;
}

.prolist_box .box_li .pro_right .p_t {
	width: 99%;
	height: 24px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
}

.prolist_box .box_li .pro_right .p_t a {
	font-size: 16px;
	color: #333333;
	height: 26px;
	line-height: 26px;
}

.prolist_box .box_li .pro_right .p_t a:hover {
	font-size: 16px;
	color: #333333;
	height: 26px;
	line-height: 26px;
}
.prolist_box .box_li .pro_right .p_ms{overflow:hidden; height:40px; line-height:20px;font-size:14px; color:#888888; margin:10px 0px;}

.prolist_box .box_li .pro_right .p_attribute {
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}

.prolist_box .box_li .pro_right .p_attribute .p_price {
	float: left;
	height: 24px;
	line-height: 24px;
	font-size: 1.6rem;
	color: #666666;
	padding-right: 20px;
}
.prolist_box .box_li .box_li {
	height: 24px;
	line-height: 24px;
	font-size: 1.6rem;
	color: #c91a1a;
}

.contant_btn_list {
	margin-top: 15px;
}

.contant_btn_list .a_li {
	padding: 0px 20px;
	float: left;
	margin-right: 16px;
	margin-bottom: 10px;
	height: 36px;
	line-height: 36px;
	display: block;
	background: #222222;
	border: solid 1px #222222;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	border-radius: 30px;
}

.contant_btn_list .a_li i {
	display: none;
}
.contant_btn_list .a_li span{
	font-size: 16px;
	color: #ffffff;display: block;
}
.contant_btn_list .a_li.a_li2 {
	background: #ffffff;
	border: solid 1px #222222;
	color: #222222;
}
.contant_btn_list .a_li.a_li2 span{
	color: #222222;
}
.contant_btn_list .a_li:hover {
	background: #f39c36;
	border: solid 1px #f39c36;
}
.contant_btn_list .a_li.a_li2 i {
	padding-right: 0px;
}

.contant_btn_list .a_li.a_li2:hover {
	background: #ffffff;
	border: solid 1px #f39c36;
	color: #f39c36;
}

.prolist_box .box_li .pro_right .p_attribute .h_p2 {
	width: 50%;
	float: left;
	color: #666666;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
}
.prolist_box .box_li:hover {
	box-shadow: 0px 0px 5px 5px #dddddd;
	box-sizing: border-box;
}
.basic_info{padding:10px;}
.p_text{line-height: 36px;font-size: 16px;}
.p_text a{line-height: 36px;color: #222222;text-decoration: underline;}
.p_text .a_link{line-height:24px;color: #666666;font-size: 16px;padding: 5px 15px;text-decoration:none;}
.p_text .a_link:hover{line-height: 24px;font-size: 16px;color: #000000;text-decoration: underline;}

.no_find{text-align: center;padding: 200px 20px;font-size:30px;}
.basic_info{padding: 10px;}
.info_tab{width: 100%;height: 50px;margin-bottom: 20px;}
.info_tab ul li{height:50px;line-height:50px;cursor:pointer;float: left;color: #f3f3f3;padding: 0px 30px;font-size:20px;}
.info_tab ul li.current{height:50px;line-height:50px;float: left;color: #f3f3f3;padding: 0px 30px;font-size:20px;background: #0da63f;}
.basic_info .l_cont{width:60%;padding-left:10px;text-indent:26px;padding-right:40px;float: left;box-sizing: border-box;font-size: 16px;line-height: 36px;}
.basic_info .r_cont{width:40%;padding-right:20px;float: left;box-sizing: border-box;font-size: 16px;}
.ny_box{padding: 20px;box-sizing: border-box;}
/*sitemap*/
.htmleaf-container{
	margin-top: 20px;
	/*background-color: #f8f8f8;*/
}
.article {
  display: block;border: solid 1px #ededed;
  margin-bottom: 20px;
  padding: 0 0 30px;
  background: white;
  border-radius: 3px;

  transition: all 220ms;
  position: relative;
}
.sep{
	position: absolute;
	top: 0;
	left: 20px;width: 65px;
	height: 65px;
	background-color: #ff5a5a;
}

.sep p:first-child{
	font-size: 24px;
	color: #ffffff;
	font-family: arial;
	font-weight: bold;
	text-align: center;
}
.sep p:last-child{
	font-size: 20px;
	color: #ffffff;
	font-family: arial;
	text-align: center;
}

.article:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
  transform: translateY(-5px);
  transition: all 220ms;
  
}
.article > img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.article>p {
  font-size: 16px;
  font-family: arial;
  color: #666666;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wall {
  display: block;
  position: relative;
}
.wall-column {
  display: block;
  position: relative;
  width: 25%;
  float: left;
  padding: 0 12px;
  box-sizing: border-box;
}
.waterfall_flow_wrap .waterfall_flow>li{
	width: 330px;
	position: absolute;
	margin-bottom: 40px;
	background-color: #ffffff;
	margin-right: 30px;
}
.waterfall_flow_wrap .waterfall_flow{
	position: relative;
	margin: 0 auto;
	max-width: 1440px!important;
	overflow: hidden;
}
.waterfall_flow_wrap .waterfall_flow .article .title{
	line-height: 75px;
	height: 75px;
	box-sizing: border-box;
	border-bottom: 1px solid #f0f0f0;
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	font-family: arial;
	padding-left: 20px;
}
.waterfall_flow_wrap .waterfall_flow .article p{
	line-height: 40px;
	height: 40px;
}
.waterfall_flow_wrap .waterfall_flow .article p a{
	display: block;
	padding: 0 20px;
	font-size: 16px;
	color: #666666;
	font-family: arial;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.waterfall_flow_wrap .waterfall_flow .article p:hover a{
	color: #fda023;
}
.htmleaf-container .oTitle{
	font-size: 20px;
	color: #535353;
	font-family: arial;
	margin-bottom: 35px;
}
/*sitemap end*/
.ny_download{margin-top:30px;overflow: hidden;}
.ny_download ul li{width:50%;float: left;padding-right: 10%;box-sizing: border-box;margin-bottom: 25px;}
.ny_download ul li .d_pic{width:100px;height:100px;box-sizing:border-box;border:solid 1px #e5e5e5;text-align:center;overflow:hidden;vertical-align: middle;display: table-cell;position: relative;}
.ny_download ul li .d_pic img{max-width:100%; max-height:100%;text-align:center;overflow:hidden;vertical-align: middle;display: table-cell;width: 100%;height: 100%;}
.ny_download ul li .p_r{padding-left: 120px;}

.ny_download ul li .p_r .d_name{width:100%;padding:0px 5px;box-sizing:border-box;height:30px;line-height:30px;margin:2px 0px;font-size: 1.6rem;color: #313131;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.ny_download ul li .p_r .d_name.ej{color: #888888;}
.ny_download ul li .p_r .d_name.dl{color: #febd15;}
.ny_download ul li .p_r .d_name.dl i{float: left;}
.liheigt_box_home{ position:absolute; height:auto;background:#000; filter:alpha(opacity=60);-moz-opacity:0.6; -khtml-opacity: 0.6;opacity: 0.6; z-index:120}
.pop_up_login{display:none; position:fixed; z-index:121; width:528px; height:auto; margin:0 auto;border:solid 1px #e5e5e5; background:#FFF;}
.pop_up_login_k{ width:528px; height:auto; background: url(https://bsg-s.nbxc.com/site_themes/en/qx_sales/images/kbj.jpg) repeat-x left bottom #ffffff;}
.pop_up_login_k .title{ width:100%; height:60px; line-height:60px;font-size:20px; font-weight:normal;color:#2b2b2b; padding:0px 10px;box-sizing: border-box; border-bottom:solid 1px #dedede;}
.pop_up_login_k .title span{ width:auto;display:inline-block;float:right; padding-right:10px; padding-top:25px;box-sizing: border-box; cursor:pointer;}
.pop_up_login_k .nr_box{ padding:20px 30px;}
.pop_up_login_k .nr_box .e_input{width:100%;height:50px;margin: 0 auto;border: solid 1px #E5E5E5;background: none;text-indent: 10px;}
.pop_up_login_k .nr_box .e_btn{width:240px;height:50px;display: block; line-height:50px;margin: 0 auto;border:none;background:#f0a005; color:#FFFFFF;text-align:center;font-size: 18px;}
.side_h3 {
    width: 100%;
    text-indent: 20px;
    height: 50px;
    line-height: 50px;
    color: #222222;
    background: #f2f3f7;
    font-size: 18px;
    border-radius: 10px;
}
.like_pro{ width:100%;}
.detail_pro_r{padding:10px;height:520px;overflow: hidden;box-sizing: border-box;}
.detail_pro_r dl{height: 110px;box-sizing: border-box; float:left; margin:10px 0px;}
.detail_pro_r dl .dt_pic{width:100px;height: 100px;border: solid 1px #dfdfdf;box-sizing: border-box;text-align:center;vertical-align: middle;display:table-cell;}
.detail_pro_r dl .dt_pic img{ margin:0 auto;max-height:100%;max-width:100%;display: table-cell; vertical-align: middle; display:block; overflow:hidden;}
.detail_pro_r dl .dt_right{width:190px;float: left;padding-left: 10px;}
.detail_pro_r dl .dt_right .p_t{ width:100%;margin-bottom:10px;display:block;line-height: 20px; font-size:15px; color:#333333;overflow: hidden;
 text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.detail_pro_r dl .dt_right .c_dow{width:100%;display:block;height:20px;line-height:20px;font-size:16px;overflow:hidden;margin-bottom:6px;}
.detail_pro_r dl .dt_right .c_dow span{color: #f56d33}

.pro_ms{padding:10px 15px;line-height: 26px;}
.pro_ms a{color: #7baed4;}
.nyp_h2{color: #666666;font-size: 26px;font-weight:bold;margin-top: 10px;height: 40px;line-height: 40px;padding: 10px 0px;} 
.s_suppliers_box{width: 100%;margin-bottom: 30px;}
.pro_ms .pdt{width:100%;color: #555555;padding-bottom: 10px;font-size: 16px;}
.interested_kyw{width: 100%;margin-bottom: 20px;}
.interested_kyw ul li{width:25%;float: left;height: 30px;}
.interested_kyw ul li a{color: #4f4f4f;display: block;height: 30px;line-height: 30px;
margin-right: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.interested_kyw ul li a:hover{height:30px; line-height:30px; color:#1b99fb;white-space:break-word;}
#related_btn{ width:100%;margin:10px 0px;cursor:pointer;font-size:14px; color:#545454; height:20px; line-height:20px; font-family:"å¾®è½¯é›…é»‘";}
.kyw_box{height: 130px;overflow: hidden;}



.refine_t{color: #666666;font-size: 16px;height:30px;line-height:30px;float: left;margin-right: 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.refine_check{height: 20px;padding: 5px;float: left;}
.refine_check ul li{float: left;padding-right: 20px;}
.refine_check ul li .checkbox{float: left;}
.refine_check ul li .icon_hy {height: 20px;float: left;padding-left:3px;}
.refine_check ul li .icon_hy img{display: block;}
.refine_r{float: right;padding-right: 10px;}
.refine_r .payment_type .option{width:140px;box-sizing:border-box;background:#ffffff;
 height:30px;line-height:30px;border-radius: 3px;border:solid 1px #e5e5e5; position: relative;}
 
.refine_r .payment_type .option select{ border: none;outline: none;width: 100%; height:100%;line-height:100%;appearance: none;-webkit-appearance: none; -moz-appearance: none;
 background: none;padding-left:10px;box-sizing: border-box;color: #999999;font-size: 14px;}
.refine_r .payment_type .option:after{content: "";width: 11px;height:6px;background: url(../images/arrow-down.png) no-repeat center #ffffff;
  position: absolute;right:10px;top:50%;margin-top: -3px; pointer-events: none;}

.order_s,.payment_type{float: left;padding-left:30px;position: relative;}
.order_s span{float: left;display: block;padding-right: 10px;}
.order_s input{border: solid 1px #dfdfdf;background: #FFFFFF;height: 30px;line-height: 30px;width:60px;text-align:center;box-sizing: border-box;padding: 0px 5px;}
.order_s .input_btn{width:100%;background:#336ffa;border:solid 1px #336ffa;text-align: center;line-height:29px;border-radius: 3px;color: #ffffff;box-sizing: border-box;font-size: 14px;padding: 0px 5px;cursor: pointer;}


.payment_type a{padding-right:5px;color:#666666; font-size:14px;display: block;}
.payment_type a:hover{font-size:14px;}
.payment_type a b{margin-left: 5px;border-color: #cccccc #ffffff #ffffff;border-style: solid; border-width:6px;font-size: 0;height: 0; line-height: 0;width:0; transition:all 0.3s ease-in 0s;}


.type_box{width:300px;position: absolute;left: 40px;top:30px;background: #ffffff;border: solid 1px #e5e5e5;padding: 10px;z-index: 9;display:none;}
.type_box ul li{width:50%;float: left;height:20px;line-height: 20px;margin: 5px 0px;box-sizing: border-box;}

.screening_icon{}
.screening_cont{display:none;width:270px;position: absolute;right:0px;top:60px;background: #ffffff;padding:0px 20px 20px;z-index: 9;}
.screening_cont dl{padding-bottom: 10px;}
.screening_cont dl.s_h{display: none;}

.screening_cont dl dt{width: 100%;height: 36px;line-height: 36px;font-size:16px;color: #666666;}
.screening_cont dl dd{width: 100%;}
.screening_cont dl dd .fl{width:45%;float: left;box-sizing: border-box;}
.screening_cont dl dd .fgx{float: left;padding: 0px 10px;line-height: 36px;}

.screening_cont dl dd .input_text{width: 100%;height: 36px;line-height: 36px;background: #ffffff;border: solid 1px #e5e5e5;box-sizing: border-box;padding:0px 10px ;}

.screening_cont dl dd .input_text.input_2{width:45%;float: left;}
.screening_cont dl .input_btn{width:100%;margin:0 auto;background:#336ffa;border:solid 1px #336ffa;height: 44px;line-height: 44px;
text-align: center;border-radius: 3px;color: #ffffff;box-sizing: border-box;font-size: 18px;}

 .screening_cont dl dd .option{width:100%;box-sizing:border-box;background:#ffffff;
 height:36px;line-height:36px;border-radius: 3px;border:solid 1px #e5e5e5; position: relative;}
 .screening_cont dl dd .option select{ border: none;outline: none;width: 100%; height:100%;line-height:100%;appearance: none;-webkit-appearance: none; -moz-appearance: none;
 background: none;padding-left:10px;box-sizing: border-box;color: #999999;font-size: 16px;}
.screening_cont dl dd .option:after{content: "";width: 11px;height:6px;background: url(../images/arrow-down.png) no-repeat center #ffffff;
  position: absolute;right:15px;top:50%;margin-top: -3px; pointer-events: none;}

.icon_r{display:none;}
@media only screen and (max-width:1040px) {
.icon_r{display:block;float: right;height: 36px;overflow: hidden;}
.icon_r a{display:block;float:left;margin:0px 4px;width:36px;height: 36px;line-height:36px;background: #f9f9f9;text-align: center;border-radius: 36px;color: #999999;}
.icon_r a i{display:block;font-size:18px;}
.screening_cont dl.s_h {
    display: block;
}



}
@media only screen and (max-width:1040px) {
	.pc {
		display: none;
	}

	.mob {
		display: block;
	}
	.ny_h2{font-size: 18px;}
.desc_pro{padding:10px;margin:10px 0px;line-height:24px;}
.ny_h2 .listtab_box {
    top: 7px;
}
.ny_h2 .listtab_box .list_a{width:26px;height: 26px;line-height: 26px; font-size: 18px;}
.ny_h2 .listtab_box .list_a.a_2{font-size:12px;}


	.content_right {
	    padding-left: 0px;
		padding: 10px;
		overflow: hidden;
	}
	.ny_proBox_cont {
	padding-top: 0px;
}
		.ny_proBox_cont ul li .buy_btn {
			font-size: 16px;
			padding: 10px 0px;
			display: block;
		}
		.ny_proBox_cont ul li {
				width: calc(100%/2);
			}
		
		.ny_proBox_cont ul li .pic {
				width: 50vw;
				height: 50vw;
			}
			.contant_btn_list .a_li {
				width: 34px;height: 34px;line-height: 34px;
				padding: 0px;
				border-radius:34px;
				text-align: center;
			}
			.contant_btn_list .a_li  i {
			 display: block; font-size: 20px;
			}
			.contant_btn_list .a_li.a_li2 i {
			 display: block; font-size: 20px;
			}
			.contant_btn_list .a_li span {display: none;}
			.contant_btn_list .a_li.a_li2 span {display: none;}
			.ny_h3{font-size:18px;}
			.ny_box {
    background: #FFFFFF;
    padding: 0px;
    box-sizing: border-box;
    margin: 20px 10px;
}
.ny_download ul li {
    width: 100%;
}
.screening_cont dl dt{height:32px;line-height: 32px;font-size:14px;}
.product_info .icon_list{display: none;}
.pro_content {padding-left:120px;}
.pro_content .pic_mod {margin-left: -120px;}
.pro_content .pic_mod .bg_pic {width:106px; height: 106px;}

.product_info .p_btn {display: none;}
.product_info .title {font-size: 16px;}
.product_info .p_describe {padding: 5px 10px; height: 48px;line-height: 24px;margin-right: 5px;}
.feeling_icon {right: 0px;bottom: 0px;}
.screening_cont {top: 56px;}

			
}
 @media only screen and (max-width:767px) {
	.ny_proBox_cont ul li .buy_btn {
		padding:6px 0px;
		font-size: 14px;
	} 
	.prolist_box .box_li .p_pic {
		width: 150px;
		height: 150px;
	}

	.prolist_box .box_li .pro_right {
		padding-left:170px;
		position: relative;
	}
	.prolist_box .box_li .pro_right .p_ms{display: none;}
	
	.prolist_box .box_li .pro_right .p_attribute .p_price{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
 }

 .new_path{
	 line-height: 1;
 }

 .path.pc{
	line-height: 1;
 }

 .x_main .path{
	line-height: 1;
}

.m .path{
	line-height: 1;
}

.main .path{
	line-height: 1;
}