/*重置顶部导航*/
*{ margin: 0; padding: 0; list-style-type: none;}
body{ background: #F2F2F2;}
.mui-bar-nav{
    background: #fff;
}
.mui-bar-nav .mui-pull-left{
    color: #333;
}
.mui-bar-nav .mui-title{
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
}

.mui-bar-nav .register{
    text-decoration: none;
    float: right;
    margin-right: 15px;
    margin-top: 12px;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
}
.mui-content{
    background: #fff;
}
.mui-content .body-window{
    max-width: 640px;
    margin:0 auto;
    -webkit-box-shadow:none;
    box-shadow:none;
    min-width: 320px;
}
/*产品页面主体内容*/
.swiper-img{
    width: 100%;
}
.swiper-img a img{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    background:url(../images/LOGO3@2x.png) no-repeat center;
    background-size: contain;
}
.mui-control-content {
	background-color: white;
	min-height: 215px;
}
.mui-control-content .mui-loading {
	margin-top: 50px;
}
/*tab_nav*/
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: black;
	letter-spacing: 0px;
	line-height: 44px;
}
.mui-slider-indicator.mui-segmented-control{
	height: 49px; /*padding: 10px 0;*/
}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{
	background: #FF613C;
	color: rgb(255, 255, 255);
}
/* .mui-slider .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{ border-bottom: 2px #FF613C solid;} */
.mui-segmented-control.mui-segmented-control-inverted~.mui-slider-progress-bar{
	background: #EA5404;
}
.connom-noRecord{ text-align: center; padding: 50px 0;}
.mui-slider .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-group .mui-slider-item{
	border-top: none;
	border-bottom: none;
}
.hr-bttom{ border-bottom: 1px #ddd solid;}
.gray_bg{ background: #f2f2f2;}
.no-cont{ text-align: center; margin: 50px auto;}
.list-side{/* padding-top: 50px;*/ overflow: auto;}
.list-side li{
	font-size: 14px;
	color: #333;
	list-style-type: none;
	padding: 13px 0;
	text-align: center;
	position: relative;
}
.list-side li:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: auto;
	top: auto;
	height: 1px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.88);
	display: block;
	z-index: 15;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33);
}
.list-side li.active{
	border-left: 4px #FF613C solid;
	background: #fff;
	color: #FF613C;
}
.list-side li span{
	display: block;
	max-height: 40px;
	overflow: hidden;
}
.list-main{
	 overflow: auto;
}
.list-cont{/*height: 400px; */overflow-y: auto; }
.link-li .mui-table-view-cell:after{
	left: 0;
}

.proList_items{display: block;position: relative;}
.item_right{
	width: calc(100% - 65px);
	float: left;
	overflow: hidden;
	position: relative;
}

.list-cont li{ padding: 10px 8px;overflow: hidden;position: relative;}
.list-cont li:after{ content: '';
	position: absolute;
	left: 2.5%;
	bottom: 0;
	right: auto;
	top: auto;
	height: 1px;
	width: 95%;
	background-color: rgba(0, 0, 0, 0.2);
	display: block;
	z-index: 15;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33);
}
.list-cont .mui-media-body b{
	font-size: 14px;
	color: #323232;
	line-height: 16px;
	display: block;
	text-indent: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	white-space: normal;
	display: -webkit-box;
}
.list-cont .mui-media-body p{
	font-size: 12px;
	color: #939BA9;
	line-height: 12px;
	margin: 6px 0;
}
.list-cont .tips{
	background: #44B172;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0px;
	width: 44px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	left:0;
	top: 0;
	display: block;
	font-style: normal;
}
.list-cont .mui-media-body p strong{
	font-weight: 500;
	display:inline-block ;
	vertical-align: middle;
	font-size: 12px;
}
.list-cont .mui-media-body p i{
	color:#EA5404;
	font-style: normal;
}
.list-cont .mui-media-body p span{
	display: inline-block;
	max-width: 90px;
	white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
	vertical-align: middle;
}
.list-cont .mui-media-object{
	width: 60px;
	max-width: 60px;
	height: 60px;
	max-height: 60px;
}
.host-por .mui-table-view .mui-media-object{ width:110px; height: 110px; max-height: 100%; max-width: 100%;}
img.Shopping-img{
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: 5px;
	right: 0;
}
.list-cont .mui-media-object.mui-pull-left{
	margin-right: 5px;
}
#guide img{ width: 100%;}

/*产品详情页主体*/
.mui-slider.small{ overflow: hidden; background: #fff;border-bottom: 2px #f2f2f2 solid;}
.mui-slider.detail{  overflow: hidden; background: #fff;}
.mui-slider .mui-slider-group .mui-slider-item img{  margin: auto; width: 100%;}
.mui-bar-nav.mui-bar .mui-icon.mui-icon-share{ background: url(../images/Share@2x.png) no-repeat center center; background-size: 20px 20px ; margin: 12px 8px;}
.mui-bar-nav.mui-bar .mui-icon.icon_pro_cart2 {background: url(../images/gwc3@2x.png) no-repeat center center;background-size: 20px 20px ; margin: 12px 5px; position: relative;}
.mui-bar-nav.mui-bar .mui-icon.icon_pro_cart2  i{ display: block; position: absolute; top: -5px; right:-5px; background: #FF613C;font-size: 8px;color: #fff; width: 12px; height: 12px; border-radius: 100%; text-align: center; line-height: 12px; font-style: normal;}
.mui-title a{  font-size: 16px;  color: #888888;  font-weight: 500; line-height: 42px; display: inline-block; padding: 0 10px;  }
.mui-title a.active{  font-size: 16px;  color: #FF613C;  border-bottom: 2px #FF613C solid;  }
.product-main{  margin-bottom: 60px;}
.product-tle{padding: 10px;padding-bottom: 10px;}
.product-tle-top,p.por{ position: relative;}
.product-tle h3{  font-size: 16px;  color: #323232;  margin-bottom: 28px;  }
.product-tle h4{  font-weight: 500;  font-size: 14px;  color: #909090;  margin-bottom: 10px; line-height: 20px;  }
.product-tle h5{ height: 50px;font-size: 16px;color: #323232;font-weight: 600;line-height: 24px;width: 95%;overflow: hidden;text-overflow: ellipsis;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.product-tle p.por{color: #FF7733; margin-top: 15px;}
.product-tle p.txt,.product-tle p.txt2 span{font-size: 12px;color: #FF7733; margin-top: -10px;}
.product-tle p.txt2{font-size: 12px;color:#909090; margin-top: -10px;}
.product-tle .num{display: inline-block;background: #F2F2F2;border-radius: 100px;/* width: 56px; */height: 22px;text-align: center;line-height: 13px;color: #888888;font-size: 12px;border: none;right: 0;bottom: 0px;}
.product-tle p strong{  font-weight: 500;display: inline-block; vertical-align: middle;  }
.product-tle p font{ font-weight: 600;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display: inline-block; vertical-align: middle;font-size: 16px;}
.product-tle p font i,.product-tle p del.price-odd i{ font-style: normal; font-size: 12px;}
.product-tle p font b{ font-weight: 500;}
.product-tle span.address{ position: absolute; right: 10px; top: 0;  font-size: 14px;  color: #888888; max-width: 90px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.product-tle del.price{  float: right; margin-right: 10px;font-size: 12px;color: #909090; letter-spacing: 0px;max-width: 90px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.product-tle span.price{font-size: 12px;color: #909090;max-width: 90px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; float: right;}
.product-tle del.price-odd{font-size: 12px;color: #909090;max-width: 90px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.product-msg{font-size: 14px;color: #888888;border-top: 1px #ddd solid; padding: 10px 0;position: relative;}
.guige{ position: absolute; bottom: 8px; right: 0;font-size: 12px;color: #fff; text-align: center; width: 50px; height: 24px; line-height: 24px;background: #44B172;}
.hr-lt{ width: 1px; background: #ddd; position: absolute; left: 50%; top: 10px; /*height: 200px;*/}
.product-msg ul { margin-left: 10px;  line-height: 28px;}
.product-msg ul li{ margin-bottom: 10px;}
.product-msg ul li:last-child{ margin-bottom: 0;}
.hr{ height: 10px;  background: #F2F2F2; width: 100%;}
.link-li a label{  font-size: 14px;  color: #323232;  }
.link-li a font,.link-li a span{  font-size: 14px;  color: #888;  }
.link-li a span{  float: right; margin-right: 20px;  }
.start img{ display: inline-block; width: 13px; height: 12px;}
.pl-list{ padding: 10px;}
.pl-list span.time{  font-size: 14px;  color: #909090;  display:inline-block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; height: 16px; max-width: 180px;  line-height: 16px;  }
.pl-list .txt{  font-size: 14px;  color: #323232;  }
.mui-media-body{  font-size: 14px;  color: #333333;  text-align: center;}
.now_price .price{  font-size: 12px;  color: #FF613C;  }
.now_price .old{  font-size: 12px;  color: #888;  }
.mui-navigate-right{ height: 45px;}
.footer{ height: 50px; overflow: hidden;}
.footer-list li{ text-align: center;border-right: 1px #ddd solid;background: #fff;}
.footer-list li:last-child{ border-right: none;}
.footer-list img{ display: block; width: 20px; height: 20px; margin: 4px auto;}
.footer-list span{ display: block; font-size: 12px; color: #888;}
.footer-list li span.active{ color: #FF613C;}
.join{background: #FFDFD1; border: none; font-size: 16px; color: #ff7033; height: 53px; border-radius: 0;}
.join i{ font-style: normal;}
.join p{font-size: 12px;color: #FF7033;}
.gm{background: #FF7033;border: none;border-radius: 0;font-size: 16px; color: #fff; height: 53px;}
.mui-toast-container{  position: fixed;  z-index: 9999;  top:50%;  left: 50%;  }

/*确认对话框重置样式*/
.mui-popup-title{font-size: 18px;color: #333; margin: 10px 0;}
.mui-popup-title+.mui-popup-text{font-size: 14px;color: #333;}
.mui-popup-button{font-size: 16px;letter-spacing: -0.39px; color: #888;}
.mui-popup-button.mui-popup-button-bold{font-weight: 500;color: #FF613C;}

/*商品介绍*/
.tab-head{ height: 30px; line-height:30px;width: 200px;border-radius: 3px;font-size: 14px;color: #FF613C; text-align: center; border: 1px #FF613C solid; margin:15px auto ;}
.tab-head span{ display: inline-block; height: 28px;}
.tab-head span:first-child.home{background: #FF613C; font-size: 14px; color: #fff;border-radius: 3px 0 0 3px;}
.tab-head span:last-child.home{background: #FF613C; font-size: 14px; color: #fff;border-radius: 0 3px 3px 0;}
.two .mui-input-group label{font-size: 14px;color: #888888;display: inline-block; height: 28px;word-wrap: break-word; word-break: normal; overflow: hidden;}
.two .mui-input-group input[disabled]{ font-size: 14px; color: #444;}
.product-txt{ padding: 10px;}
.product-txt img{ display: block; margin: auto; width: 100%;} 
.hidden{ display: none;}
.white-bg{ background: #fff;}

/*商品评论*/
.hr-1{ height: 1px; background: #ddd; width: 100%;}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item i{ font-style: normal; display: inline-block;}
.mui-segmented-control.mui-segmented-control-inverted.ts-tle .mui-control-item{ line-height: 20px;}
.mui-slider .ts-img .start img {
	width: 16px !important;
	height: 16px;
}
.pl-list-ts{ padding: 10px 0;}
.pl-list-ts li{ border-bottom: 1px #ddd solid; padding: 10px; overflow: hidden;}
.mui-slider .ts-img .pic{ margin: 10px 10px 10px 0;}
.mui-slider .ts-img .pic dd{ float: left; margin-right: 8px; margin-bottom: 8px;}
.mui-slider .ts-img .pic img {
	display: inline-block;
	width: 60px !important;
	height: 60px;
}
.mui-bar.footer{box-shadow:0 0 0 rgba(0,0,0,0);border-top: 1px #ddd solid;}

/*企业采购详情溯源信息*/
#originInfo_alert{  display: none;  position: fixed;  z-index: 30;  width: 100%;  height: 100%;  left: 0;  right: 0;  top: 0;  bottom: 0;  }
#originInfo_alert .common_mask{  display: block;  }
#originInfo_alert .common_popover{  display: block;  background: #fff;  }
.originTitle{  font-size: 16px;  color: #333333;  text-align: center;  padding: 14px 0;  margin: 0;  }
.common_row {  border-bottom: 1px solid #ddd;  overflow: hidden;  padding: 10px 15px;  position: relative;  }
.common_row:last-child{  border: none;  }
.detail_l {float: left;;padding-right: 20px;font-size: 14px;color: #333333;}

.detail_r {padding-right: 20px;  text-align: justify;  float: left;  font-size: 14px;  color: #333333;  }
.originCon{ height: 400px;  overflow-y: auto;  }
.originConfirm_btn{  display: block;  width: 100%;  background: #FF613C;  font-size: 16px;  color: #FFFFFF;  padding: 12px 0;  }
.mui-pull-bottom-tips {  text-align: center;  background-color: #efeff4;  font-size: 15px;  line-height: 40px;  color: #777;  }
#slider .mui-slider-group.pb-foot{background: #F2F2F2;}
#comment .start img {  width: 16px;  height: 16px; }

/*商品详情页改动*/
.cg-tips{margin: auto;opacity: 0.6;background: #000;border-radius: 67px;padding: 5px;width: 58%;position: absolute;z-index: 9;top: 10px;left: 19%}
.cg-tips img{ display: inline-block; vertical-align: middle; width: 28px; height: 28px; border-radius: 100%;}
.cg-tips span{  display: inline-block; vertical-align: middle;  font-size: 12px; color: #fff; width: 140px; overflow: hidden; word-break: normal; height: 20px;}
.cg-tips span i{  display: inline-block; vertical-align: middle; max-width:10px ;overflow: hidden; word-break: normal; }
.gwc-icon i{ display: block;background: #FF7033; width: 17px; height: 17px; line-height: 17px; color: #fff; border-radius: 100%; font-size: 12px; font-style: normal; overflow:hidden; position: absolute; top: 0; left: 50%;}
.child_cs .mui-input-group .mui-input-row:after{ left: 0;}
/* .child_cs.two .mui-input-group label{ padding-top: 6px;} */

/*客服弹窗*/
.mui-plus .plus{display: inline;}
.plus{display: none;}
#topPopover {position: fixed;top: 16px;right: 6px;}
#topPopover .mui-popover-arrow {left: auto;right: 6px;} 
span.mui-icon {font-size: 14px;;margin-left: -15px;padding-right: 10px;}
.mui-popover {height: 100px;}
#bottomPopover{ width: 120px; margin-left: 5%;}
.mui-popover-arrow.mui-bottom{ margin-left: 9%;}
.kftc .mui-table-view-cell a span{display: inline-block; vertical-align: middle;font-size: 14px;color: #333;}
.icon-dh{ background: url(../images/dhzx@2x.png) no-repeat center ; background-size: contain; width: 20px; height: 20px; display: inline-block; vertical-align: middle;  margin-right: 8px;}
.icon-kf{ background: url(../images/kfzx@2x.png) no-repeat center ; background-size: contain; width: 20px; height: 20px; display: inline-block; vertical-align: middle;  margin-right: 8px;}

/*团购倒计时*/
.product-time{background: #FF613C; height: 45px; line-height: 45px; padding: 0 15px; color: #fff;}
.product-time label{font-size: 16px;color: #fff;}
.product-time span{background: #8F1B00;border-radius: 2px; display: inline-block; width: 24px; height: 24px; text-align: center; line-height: 24px;font-size: 14px;color: #fff; margin: 0 3px;}
.join-group{ background: #fff;}
.join-group-tle{font-size: 14px;color: #333; position: relative; line-height: 45px; padding-left: 15px;border-bottom: 1px #e3e3e3 solid;}
.join-group-tle i{ display: inline-block; background: url(../images/drop-down@2x.png) no-repeat center; background-size: contain; width: 20px; height: 20px;}
.join-group-tle.mui-navigate-right:after,.join-group-tle.mui-navigate-right:after{ -webkit-transform:rotate(90deg);transform: rotate(90deg); top: 15px;}
.join-group-list li{ line-height: 50px; padding-left: 10px; border-bottom: 1px #e3e3e3 solid;}
.join-group-list li:last-child{ border-bottom: none;}
.join-group-list .pic{ width: 50px; height: 100%; border-radius: 100%;}
.join-group-list .pic img{ margin-top: 10px;width: 100%;}
.join-group-list .txt{font-size: 14px;color: #333; line-height: 24px; }
.join-group-list .txt i{ font-style: normal;}
.join-group-list .btn{background: #FF613C;border-radius: 30px; width: 72px; height: 30px ;line-height: 30px; text-align: center;font-size: 14px;color: #fff; display: block; margin-top: 10px;}

/* 库存数量显示 */
.stockAmount {  font-size: 14px;  font-weight: 400;  color: #000;  }