@charset "utf-8";

.zs-brand {
	width: 100%;
	background-color: #f5f5f5;
	padding-top: 21px;
}
/* 导读 */
.zs-introduction {
	width: 100%;
	border: #f5f5f5 solid 1px;
	border-bottom: #f5f5f5 solid 1px;
	background: #ffffff url(../img/pinpai_back.png) no-repeat left bottom;
	/* margin-top: 30px; */
	display: inline-block;
	padding: 14px 0;
}

.zs-introduction .intro_ma {
	padding-left: 195px;
	padding-top: 30px;
	width: auto;
	text-align: left;
}

.intro_ma h2 {
	line-height: 35px;
	font-size: 24px;
}

.intro_ma p {
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}

.intro_recom {
	margin-right: 20px;
	width: 170px;
	margin-top: 38px;
	text-align: center;
	line-height: 40px;
	background-color: #1844a7;
	font-size: 14px;
	color: #ffffff;
	float: right;
	border-radius: 50px;
}

.intro_recom a {
	font-size: 16px;
	color: #ffffff;
	display: block;
	width: 100%;
}

.intro_recom:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

/*按分类选择*/
.zs-category {
	width: 100%;
	margin-top: 20px;
}

.m-sorts {
	width: 100%;
	line-height: 40px;
	color: #333;
	background-color: #fff;
	/* border: 1px solid #f5f5f5; */
	overflow: hidden;
	border-bottom: none;
}

/*类目+地区*/
.m-sorts .sContentD {
	background: #fff;
	float: left;
	width: 100%;
	/* font-size:12px; */
}

.m-sorts .sContentD .filter_box {
	position: relative;
	line-height: 40px;
	border-bottom: 1px solid #f5f5f5;
	background: #ffffff;
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}

.m-sorts .sContentD .filter_box h3 {
	height: 48px;
	line-height: 48px;
	width: 100px;
	float: left;
	padding-left: 15px;
	font-size: 16px;
	color: #b2b2b2;
	flex-shrink: 0;
}

.m-sorts .sContentD .filter_box .right {
	width: calc(100% - 160px);
	background: #fff;
	border-left: 1px solid #f5f5f5;
}

.m-sorts .sContentD .filter_box .right ul {
	width: 100%;
	height: 48px;
	overflow: hidden;
}

.m-sorts .sContentD .filter_box .right ul.brand {
	overflow-y: auto;
}

.m-sorts .sContentD .filter_box .right ul li {
	float: left;
	height: 48px;
	line-height: 48px;
	padding: 0 11px 0 11px;
	white-space: nowrap;
	color: #333;
	font-size: 16px;
}

.m-sorts .sContentD .filter_box .right ul li a.active {
	color: #e60000;
	padding: 0 8px;
}

.m-sorts .sContentD .filter_box .right ul li.hide {
	display: none;
}

.m-sorts .sContentD .filter_box .right ul.brand li.hide {
	display: block !important;
}

.m-sorts .sContentD .filter_box .right ul li a {
	padding: 2px 8px;
}

.m-sorts .sContentD .filter_box .right ul li a:hover,
.m-sorts .sContentD .filter_box ul li a.current {
	height: 20px;
	background: #1844a7;
	text-align: center;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.m-sorts .sContentD .filter_box ul li a.current_2 {
	height: 20px;
	background: #9E9E9E;
	text-align: center;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.m-sorts .sealiszsan {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 60px;
	padding-right: 10px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #666;
}

.m-sorts .sealiszhank,
.m-sorts .sealisshouq {
	/* position: absolute;
	right: 10px;
	top: 12px; */
	width: 60px;
	padding-right: 10px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #b2b2b2;
	flex-shrink: 0;
}

.m-sorts .sealiszhank:hover,
.m-sorts .sealisshouq:hover {
	color: #1844a7;
}

.m-sorts .sealiszhank {
	background: url(../img/select-arr.gif) no-repeat 40px -2px;
}

.m-sorts .sealisshouq {
	background: url(../img/select-arr.gif) no-repeat 40px -32px;
}
.m-sorts .sContentD .filter_box .right input{
	border: 1px solid #ccc;
	width: 280px;
	height: 30px;
	margin-left: 10px;
	margin-top: 10px;
	border-radius: 5px;
	text-indent: 10px;
}
.m-sorts .sContentD .filter_box .right button{
	padding: 4px 22px 6px;
	font-size: 16px;
	color: #fff;
	background-color: #0084ff;
	border: none;
	margin-left: 10px;
	border-radius: 4px;
	cursor: pointer;
}


/* 列表 */
.zs-brand-main {
	margin: 0 auto;
	width: 100%;
	text-align: left;
}

.list_width {
	width: 80.83%;
	margin-top: 20px;
}

.pplb_item {
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
	border: 1px solid #eeeeee;
	box-sizing: unset;
}

.pplb_item:hover {
	-webkit-box-shadow: 0px 0px 8px #ccc;
	-moz-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0;
}

.pplb_item_imgs {
	width: 240px;
	height: 160px;
	float: left;
	border: 1px solid #eee;
	margin-right: 20px;
	text-align: center;
	vertical-align: middle;
  position: relative;
}

.pplb_item_imgs img {
	max-width: 100%;
	max-height: 100%;
}

.pplb_item_intro {
	float: left;
	width: 808px;
}

.pplb_item_top {
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.pplb_item_tit {
	float: left;
	height: 30px;
}

.pplb_item_tit a {
	display: block;
	font: 20px/30px "Microsoft Yahei";
	color: #5b31dd;
	font-weight: 600;
	float: left;
}

.pplb_item_imgs i {
	display: block;
	
  position: absolute;
  top: 0;
  left: 0;
  
    width: 90px;
    height: 30px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    border-radius: 0 0 10px 0;
    z-index: 2;
}
.lb_cion_1 {
	background-color: #fe0000;
}
.lb_cion_2 {
	background-color: #007131;
}
.lb_cion_3 {
	background-color: #920784;
}

.pjct_evt {
	height: 30px;
	color: #a1a1a1;
	min-width: 116px;
	display: flex;
	justify-content: flex-end;
}

.pjct_evt p {
	font: 14px/30px "Microsoft Yahei";
	color: #999;
}

.pjct_evt span {
	display: block;
	width: 17px;
	height: 16px;
	margin: 7px 0 0 10px;
}

.pplb_item_bottom{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.pplb_item_bottom_left{
	width: 80%;
	flex-shrink: 0;
  display: flex;
	flex-wrap: wrap;
}
.pplb_item_bottom_left p{
	font: 16px/22px "Microsoft Yahei";
	color: #333;
	margin: 6px 0;
	text-align: left;
	line-height: 26px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  width: 100%;
}
.pplb_item_bottom_left p.half{width: 50%;}
.pplb_item_bottom_left p .title{
	font-weight: bold;
}
.pplb_item_bottom_left p .price{
	color: #f90504;
	font-size: 19px;
}
.pplb_item_bottom_left p a{
	color: #0084ff;
	border: 1px solid #0084ff;
	padding: 2px 10px;
	border-radius: 14px;
	font-size: 17px;
	margin: 0 6px;
  display: inline-block;
}
.pplb_item_bottom_right{
	width: 20%;
	padding-top: 30px;
	text-align: right;
}
.pplb_item_bottom_right a:nth-child(1){
	display: inline-block;
	border-radius: 20px;
	border: solid 1px #1844a7;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #1844a7;
	padding: 6px 30px;
	margin: 10px auto;
}
.pplb_item_bottom_right a:nth-child(2){
	display: inline-block;
	border-radius: 20px;
	border: solid 1px #0084ff;
	background-color: #0084ff;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #fff;
	padding: 6px 30px;
	margin: 10px auto;
}

/* pages */
.pages {
	padding: 48px 0 48px 0;
	text-align: center;
	font-size: 12px;
	color: #666666;
	background: #F5F5F5;
}

.pages a:link,
.pages a:visited,
.pages a:active {
	background: #FFFFFF;
	border: #ffffff 1px solid;
	padding: 8px;
	text-decoration: none;
}

.pages a:hover {
	background: #0084ff;
	border: #0084ff 1px solid;
	color: #FFFFFF;
	padding: 8px;
	text-decoration: none;
}

.pages strong {
	background: #0084ff;
	padding: 8px;
	border: #0084ff 1px solid;
	color: #FFFFFF;
}

.pages p {
	display: inline;
}

/*列表右侧*/
.hot_pan {
	width: 17.5%;
	margin-top: 20px;
	margin-left: 0px;
}

/*热门关键词*/
.hot_title {
	height: 45px;
	line-height: 45px;
	background-color: #ffffff;
	font-size: 16px;
	padding-left: 10px;
	border: 1px solid #f5f5f5;
	border-bottom: 0;
	border-top: 2px solid #000;
}

.hot_mage {
	background-color: #ffffff;
	padding: 6px 6px 6px 6px;
	overflow: hidden;
	border: 1px solid #f5f5f5;
	border-top: 0;
}

.hot_mage a {
	color: #666666 !important;
	font-size: 14px;
	display: inline-block;
	line-height: 26px;
	padding: 0 10px;
	border: 1px solid #e5e5e5;
	margin: 5px;
}

.hot_mage a:hover {
	border: 1px solid #1844a7;
	color: #1844a7 !important;
}

/*猜你喜欢*/
.chot {
	width: 100%
}

.chot_title {
	height: 45px;
	line-height: 45px;
	background-color: #fff;
	font-size: 16px;
	padding-left: 10px;
	margin-top: 10px;
	border: 1px solid #f5f5f5;
	border-bottom: 0;
	border-top: 2px solid #000;
}

.chot_mage {
	background-color: #ffffff;
	padding: 18px 24px 13px 24px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #f5f5f5;
	border-top: 0;
}

.chot_ma_li {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	border: #eeeeee solid 1px;
	overflow: hidden;
}

.chot_ma_li img {
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}

.chot_ma_li:hover img {
	transform: scale(1.1);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all 1s ease 0s;
}

.chot_ma_li p {
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #333;
	background-color: #ffffff;
	width: 100%;
	overflow: hidden;
}
.chot_ma_li p:last-child{
	color: #0084ff;
	font-size: 14px;
}
.chot_ma_li p:last-child span{
	color: #f90504;
	font-weight: bold;
}

/* 详情页 */
.zs-product-detail{
	width: 100%;
	background-color: #F5F5F5;
}
.zs-detail-nav{
	font-size: 14px;
	color: #999;
	overflow: hidden;
	margin: 18px auto 0px auto;
	display: inline-block;
}
.zs-detail-nav a:hover{
	color: #0084ff;
}
.zs-detail-nav code{
	font-family: "arial";
	color: #999;
}
.zs-detail-nav span{
	color: #777;
}

.zs-detail-main{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px auto 0px auto;
	clear: both;
	min-height: 370px;
	background-color: #fff;
	padding: 20px 20px 20px 20px;
	border: 1px solid #f5f5f5;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.zs-detail-main-img{
	width: 400px;
	position: relative;
}
.zs-detail-main-img .bigimg{
	width: 100%;
	overflow: hidden;
	border: #f5f5f5 solid 1px;
	cursor: move;
	position: relative;
}
.bigimg img {
    width: 100%;
}
#zoomer {
    width: 200px;
    height: 200px;
    background: #666666 url(../img/zoom_bg.gif);
    position: absolute;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.bigimg .ab_zoom{
	width: 30px;
	height: 30px;
	background: url(../img/ab-zoom.png) no-repeat center center;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	cursor: pointer;
}
.zs-detail-main-img .smallimg{
	width: 100%;
	height: 60px;
	overflow: hidden;
	padding-top: 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	box-sizing: unset;
}
.smallimg img{
	cursor: pointer;
}
.smallimg .tbsl{
	width: 32px;
	height: 56px;
}
.smallimg .tbsm{
	width: calc(100% - 52px);
	height: 56px;
	overflow: hidden;
}
.smallimg .tbsl{
	width: 20px;
	height: 56px;
}
.smallimg .tbsm img.on, .smallimg .tbsm img.ab_on {
    border: #1844a7 solid 1px;
    background: #1844a7;
}
.smallimg .tbsm img {
    width: 50px;
    height: 50px;
    padding: 2px;
    border: #efefef solid 1px;
    float: left;
    margin: 0 6px;
	box-sizing: unset;
}
#big_div {
    width: 420px;
    height: 320px;
    border: #CCCCCC 1px solid;
    background: #FFFFFF;
    position: absolute;
    overflow: hidden;
	top: 60px;
	right: -430px;
  z-index: 1;
}
#big_pic {
    position: absolute;
	max-width: none;
	width: 800px;
	height: 800px;
}

.zs-detail-main-text{
	width: calc(100% - 590px);
	margin-left: 30px;
	margin-right: 30px;
}
.zs-detail-main-text h1{
	font-size: 22px;
	line-height: 30px;
	overflow: hidden;
	color: #333;
	margin-bottom: 15px;
	max-height: 60px;
}
.zs-detail-main-text p {
    font-size: 14px;
    line-height: 41px;
    color: #4c4c4c;
    /* height: 41px;
    overflow: hidden; */
    padding-left: 20px;
}
.zs-detail-main-text p.proprice {
    background: #F3F3F3 url(../img/newicons.png) no-repeat 0px -282px scroll;
    height: 63px;
    line-height: 63px;
    margin-bottom: 10px;
}
.zs-detail-main-text p i {
    color: #666;
    margin-right: 20px;
    float: left;
}
.zs-detail-main-text .proprice span {
    color: #0084ff;
    /* float: left; */
    line-height: 60px;
    font-size: 16px;
}
.zs-detail-main-text .proprice font {
    font-size: 24px;
    margin-right: 2px;
    font-weight: bold;
	color: #0084ff;
}
.zs-detail-main-text .proprice em {
    font-size: 16px;
    margin-right: 5px;
}
.zs-detail-main-text .proprice .zs-fr{
	float: right;
}
.f_b {
    font-weight: bold;
}
.f_orange {
    color: #0084ff !important;
}
.zs-detail-main-text p a {
    color: #4c4c4c;
    font-size: 14px;
}
.zs-detail-main-text p.half{
	width: 50%;
	float: left;
	display: inline-block;
}
.zs-detail-main-text p.intro{
	display: inline-block;
}
.zs-detail-main-text p.intro span{
	float: left;
	width: calc(100% - 76px);
	line-height: 24px;
}
.zs-btn-area {
	display: inline-block;
	padding-top: 18px;
	border-top: 1px solid #efefef;
	margin-bottom: 60px;
	margin-top: 50px;
	margin-left: 20px;
	position: relative;
}

.zs-btn-area a {
	display: inline-block;
	width: 125px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
	overflow: hidden;
	margin-right: 10px;
	border-radius: 3px;
}

.zs-btn-area i {
	background: url(../img/newicons.png) no-repeat;
	width: 23px;
	height: 23px;
	float: left;
	margin-top: 7px;
	margin-left: 15px;
	margin-right: 5px;
}

.zs-btn-area a.jiameng {
	background: #e60000;
	text-align: center;
}

.zs-btn-area a.zixun {
	background: #ff7b00;
}
.zs-btn-area a.wechatzixun {
	background: #ff7b00;
}

.zs-btn-area a.xunwen {
	background: #b9a8e4;
}

.zs-btn-area a.zixun i {
	background-position: -801px -107px;
}
.zs-btn-area a.wechatzixun i {
	background-image: url(../img/wechat_icon.png);
	background-size: cover;
	background-position: 0 2px;
}
.zs-btn-area a.xunwen i {
	background-position: -801px -175px;
}

.zs-btn-area a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.zs-btn-area-wechat{
	position: absolute;
	width: 130px;
	text-align: center;
	bottom: 50px;
	left: 136px;
	background: #fff;
	border: 1px solid #f5f5f5;
	display: none;
}
.zs-btn-area-wechat p{
	padding: 0;
	line-height: 30px;
}
/*企业主打产品*/
.zs-detail-main-list h3{font-size:14px;line-height:34px;color:#333;text-align:center;padding: 15px 0 10px;font-weight:bold;}
.zs-detail-main-list h3 span{color:#ee2e2c;}
.zs-detail-main-list{width:130px;background:#efefef;height:100%;margin-top: 5px;height: 280px;}
.zs-detail-main-list .com-sell-slide{}
.zs-detail-main-list .com-sell-slide .bd{border:0;width:110px;height: 180px;margin:0 10px 0px;}
.zs-detail-main-list .com-sell-slide .list-product{}
.zs-detail-main-list .com-sell-slide .list-product li{display:block;height:auto;width:110px;/*margin:0 10px 0px;*/position:relative;overflow:hidden;text-align: center;}
.zs-detail-main-list .com-sell-slide .list-product li:hover .box1RigImgBox{}
.zs-detail-main-list .com-sell-slide .list-product li:hover .box1RigImg a img{opacity:.6;filter:alpha(opacity=60);}
.zs-detail-main-list .com-sell-slide .list-product li .box1RigImgBox{text-align:center;height: 90px;}
.zs-detail-main-list .com-sell-slide .list-product li .box1RigImg{text-align:center;}
.zs-detail-main-list .com-sell-slide .list-product li .box1RigImg{height:56px;border:1px solid #e0e0e0;width:110px;margin:0 auto;overflow: hidden;}
.zs-detail-main-list .com-sell-slide .list-product li .box1RigImg a,.Box1Rig ul li span{width:100px;height:100px;text-align:center;vertical-align:middle;background:#fff;}
.zs-detail-main-list .com-sell-slide .list-product li .box1RigImg a img{
  vertical-align:middle;
  /* max-width: 110px;
  max-height:100px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
.zs-detail-main-list .com-sell-slide .list-product li .box1RigImg a{color:#fff;font-size:12px;}
.zs-detail-main-list .com-sell-slide .list-product li p.box1RigPrice{color:#0084ff;font-size:14px;text-align:center;line-height: 20px;height: 20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding: 0;padding-top: 3px;}
.zs-detail-main-list .com-sell-slide .list-product li p.box1RigName{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:12px;color:#666;text-align:center;line-height:20px;height: 20px;padding: 0;display: none;}
.zs-detail-main-list .com-sell-slide .hd{width:130px;height: 40px;clear:both;text-align:center;position:relative;z-index:2;}
.zs-detail-main-list .com-sell-slide .hd ul{height: 20px;line-height: 20px;text-align:center;}
.zs-detail-main-list .com-sell-slide .hd li{display:inline-block;width: 8px;height: 6px;line-height: 6px;overflow:hidden;margin:0 4px 0 5px;background:#ffffff;border-radius: 2px;text-indent: -9999px;}
.zs-detail-main-list .com-sell-slide .hd li.on{background: #737373;width: 15px;}
.zs-detail-main-list .com-sell-slide .hd a.next{display:block;cursor:pointer;width:16px;height: 16px;overflow:hidden;background:url("../img/ico-pr-h-min.png") no-repeat;position:absolute;right: 16px;top:5px;background-size: 16px 16px;}
.zs-detail-main-list .com-sell-slide .hd a.prev{display:block;cursor:pointer;width:16px;height: 16px;overflow:hidden;background:url("../img/ico-pl-h-min.png") no-repeat;position:absolute;left:16px;top:5px;background-size: 16px 16px;}
.zs-detail-main-list .com-sell-slide .hd a.next:hover{background:url("../img/ico-pr-min.png") no-repeat;background-size: 16px 16px;}
.zs-detail-main-list .com-sell-slide .hd a.prev:hover{background:url("../img/ico-pl-min.png") no-repeat;background-size: 16px 16px;}

/* 产品信息 */
.zs-product-info{
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.zs-product-info-left{
	width: calc(100% - 358px);
	
}
.zs-product-info-left .tit{
	height: 49px;
	line-height: 49px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 20px;
	font-size: 18px;
	background: #ffffff;
}
.zs-product-info-left .infobox{
	padding: 40px;
	background-color: #fff;
}
.zs-product-info-left .infobox p{
	font-size: 16px;
	color: #615866;
	line-height: 32px;
	margin: 10px auto;
	text-indent: 10px;
}
.zs-product-info-left .tags{
	
	width: 100%;
	height: auto;
	line-height: 50px;
	background-color: #fff;
	padding: 0 40px;
}
.zs-product-info-left .tags::after{
	content: "";
	width: 100%;
	display: block;
	margin: 20px auto 0;
	height: 1px;
	background-color: #ECECEC;
}
.zs-product-info-left .tags .list{
display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.zs-product-info-left .tags span{
	display: inline-block;
	padding: 10px 15px;
	border-radius: 20px;
	border: 1px #0084ff solid;
	color: #0084ff;
	text-align: center;
	margin-left: 16px 16px 0 0;
	line-height: 1;
}
.zs-product-info-left .tags span:hover{
	color: #fff;
	background-color: #0084ff;
	transition: all 0.35s;
	text-decoration: none !important;
}

.zs-product-info-left .detail-pages{
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 40px;
}
.zs-product-info-left .detail-pages a{
	width: 50%;
	margin: 30px 0;
}
.zs-product-info-left .detail-pages a:hover{
	color: #0084ff;
}
.zs-product-info-right{
	width: 340px;
}
.zs-product-info-right .tit2{
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	color: #333;
	font-size: 16px;
	border-bottom: #f5f5f5 solid 1px;
	background: #f2f2f2;
}
.zs-product-info-left .tit .icon-red,.zs-product-info-right .tit2 .icon-red{
	display: block;
	float: left;
	padding: 0 !important;
	margin: 2px 8px 0 0;
	width: 4px !important;
	background: #0084ff;
	height: 18px;
	margin-top: 16px;
}
.zs-product-info-right ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	padding: 18px 24px;
}
.zs-product-info-right ul li{
	width: 100%;
	font-size: 16px;
	color: #3c3c3c;
	/* height: 40px; */
	line-height: 40px;
	position: relative;
	
}
.zs-product-info-right ul li:before{
	content: "▷";
	width: 12px;
	height: 12px;
	font-size: 14px;
	transform: scale(0.5, 1);
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}
.zs-right-box1 ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-indent: 30px;
}
.zs-right-box1 ul li:hover,.zs-right-box1 ul li.active{
	background-color: #f1f1f1;
}
.zs-right-box1 ul li:hover>a,.zs-right-box1 ul li.active>a{
	color: #3a2e22;
	font-weight: bold;
}
.zs-right-box2 ul li{
	padding-left: 30px;
}

.zs-product-info-right .zs-right-category2{
	padding: 0px;
	display: none;
}
.zs-product-info-right .zs-right-category2 li{
	padding-left: 24px;
}
.zs-product-info-right .zs-right-category2 li:before{
	left: 24px;
}
.zs-product-info-right ul li.active .zs-right-category2{
	display: block;
}


/* 自适应 */
/*Mobile自适应*/
@media only screen and (max-width:767px) {
	.zs-introduction {
		margin-top: 10px;
	}

	.zs-introduction .intro_ma {
		padding-left: 40px;
		padding-top: 8px;
	}

	.intro_ma h2 {
		font-size: 20px;
	}

	.intro_ma p {
		font-size: 12px;
	}

	.m-sorts .sContentD .filter_box {
		flex-wrap: wrap;
	}

	.m-sorts .sContentD .filter_box .right {
		width: 100%;
	}

	.m-sorts .sContentD .filter_box h3 {
		font-size: 14px;
	}

	.m-sorts .sContentD .filter_box .right ul li {
		font-size: 14px;
	}

	.list_width {
		width: 100%;
	}

	.pplb_item {
		height: auto;
		display: inline-block;
	}

	.pplb_item_imgs {
		width: 100%;
		height: auto ;
	}

	.pplb_item_imgs img {
		width: 100%;
    height: auto;
	}

	.pplb_item_intro {
		width: 100%;
		margin-bottom: 10px;
	}

	.pplb_item_top {
		flex-wrap: wrap;
		height: auto;
	}

	.pplb_item_tit {
		height: auto;
	}
	.pplb_item_tit a{
		width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
	}

	.pjct_evt {
		justify-content: flex-start;
    display: none;
	}

	

	.hot_pan {
		width: 100%;
	}

	.pages a,
	.pages p {
		display: none;
	}

	.pages a:first-child,
	.pages a:last-child {
		display: inline-block;
	}

	.hot_pan{
		width: 100%;
	}
	.pplb_item_bottom_left{width: 100%;}
	.pplb_item_bottom_right{width: 100%;padding-top: 0;text-align: left;}
	
	/* 产品详情 */
	.zs-detail-main-list{display: none;}
	.zs-detail-main{flex-wrap: wrap;justify-content: center;}
	.zs-detail-main-text{width: 100%;margin: 20px 0 0;}
	.zs-detail-main-text p.half{width: 100%;}
	.zs-btn-area{margin: 0;}
	.zs-product-info{flex-wrap: wrap;margin-top: 10px;}
	.zs-product-info-left,.zs-product-info-right{width: 100%;}
	.zs-product-info-left .infobox{padding: 10px;}
	.zs-product-info-left .detail-pages{flex-wrap: wrap;}
	.zs-product-info-left .detail-pages a{width: 100%;margin: 6px 0;}
  .zs-detail-main-text .proprice .zs-fr{display: none;}

  .chot{display: none;}
  .zs-detail-main-text p{line-height: 30px;}
  .zs-detail-main-text p.intro span{width: calc(100% - 84px);}
  .zs-btn-area{width: 100%;}
  .zs-btn-area a{width: 32%;margin-right: 0;}
  .zs-product-info-left .tags{padding: 0 20px;}
  .zs-product-info-left .tags span{width: 32%;margin-left: 1%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom: 5px;}

  .pplb_item_bottom_left p.half{width: 50%;}
}

/*宽屏自适应1*/
@media only screen and (min-width:768px) and (max-width:1023px) {
	

	.list_width {
		width: 100%;
	}

	.pplb_item_intro {
		width: 504px;
	}

	.pplb_item_imgs {
		width: 200px;
		height: 200px;
	}

	.hot_pan{
		width: 100%;
	}
	
	.pplb_item_bottom_left{width: 100%;}
	.pplb_item_bottom_right{width: 100%;padding-top: 0;text-align: left;}

	.zs-detail-main-img{width: 260px;}
	.zs-detail-main-text{width: calc(100% - 320px);}
	.zs-detail-main-text p.half{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.zs-detail-main-list{display: none;}
	#zoomer{width: 100px;height: 100px;}
	.zs-product-info-right{display: none;}
	.zs-product-info-left{width: 100%;}
}

/*宽屏自适应2*/
@media only screen and (min-width:1024px) and (max-width:1199px) {

	.pplb_item_intro {
		width: 564px;
	}

	.pplb_item_imgs {
		width: 200px;
		height: 200px;
	}
	.pplb_item_bottom_left{width: 100%;}
	.pplb_item_bottom_right{width: 100%;padding-top: 0;text-align: left;}

	.zs-detail-main-img{width: 330px;}
	.zs-detail-main-text{width: calc(100% - 520px);}
	.zs-detail-main-text p.half{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.zs-product-info-right{width: 290px;}
	.zs-product-info-left{width: calc(100% - 308px);}
}

/*宽屏自适应3*/
@media only screen and (min-width:1200px) and (max-width:1399px) {

	.pplb_item_intro {
		width: 646px;
	}

}
