.tj-products{
	text-align: left;
	float: left;
}
.tj-products .Img{
	position: relative;
	display: block;
	width: 3.3rem;
	height: 3.3rem;
}
.tj-products .Img img{
	width: 100%;
	display: block;
	height: 3.3rem;
}
.tj-products .Img span{
	display: block;
	color: #fff;
	/* border-radius: 3px; */
	padding: 0 6px;
	position: absolute;
	font-size: 0.24rem;
	top: 0;
	left: 0;
	background: #ff3300;
	background: -webkit-linear-gradient(45deg, #fd851e, #fd4e11);
}
.tj-products .des{
	width: 3.34rem;
	display: block;
	font-size: 0.24rem;
	margin: 0.18rem 0 0.08rem;
	line-height: 0.36rem;
	color: #444;
	text-align: left;
	font-weight: normal;
	max-height: 0.76rem;
	margin-top: 0.14rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tj-products .price,
.tj-products .href{
	width: 3.34rem;
	display: flex;
	overflow: hidden;
	justify-content: space-between;
}
.tj-products .price span{
	display: block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tj-products .price span .red,
.shopListMenu>p>a.red,
.shopList_details .mess-desc>ul>li.nonefloat strong i{
	color: #E00B0B;
}
.tj-products .price span:nth-of-type(1){
	width: 56%;
	font-size: 0.24rem;
}
.tj-products .price span:nth-of-type(2){
	width: 50%;
	font-size: 0.24rem;
}
.tj-products .href a:nth-of-type(1){
	float: left;
	border: 1px #e00b0b solid;
	border-radius: 4px;
	color: #E00B0B;
	display: block;
	width: 40%;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	margin-top: 0.16rem;
}
.tj-products .href a:nth-of-type(2){
	float: left;
	background: #E00B0B;
	border-radius: 4px;
	color: #fff;
	display: block;
	width: 50%;
	height: 0.44rem;
	line-height: 0.44rem;
	text-align: center;
	margin-top: 0.16rem;
	background: -webkit-linear-gradient(45deg, #fd851e, #fd4e11);
}
/* 列表页 */
.shopList_box{
	width: 100%;
	height: auto;
	background: #fff;
/* 	padding-bottom: 0.3rem; */
}
.shopList_box>h1{
	text-align: center;
	font-size: 0.34rem;
	padding: 0.28rem 0;
}
.shopListMenu{
	background: #f7f7f7;
	padding: 0.2rem 0.2rem 0.1rem 0.2rem;
	border-bottom: 0.36rem #fff solid;
}
.shopListMenu>p{
	overflow: hidden;
}
.shopListMenu>p>span,
.shopListMenu>p>a{
	float: left;
	font-size: 0.26rem;
}
.shopListMenu>p>span{
	color: #333;
	font-weight: 600;
}
.shopListMenu>p>a{
	margin: 0 0 0.18rem 0.4rem;
	color: #666;
}
.shopListCon{
	padding: 0 0.1rem 0.2rem 0.1rem;
	background: #f5f5f5;
}
.shopListCon ul{
	overflow: hidden;
}
.shopListCon .tj-products{
	margin: 0.2rem 0.06rem 0.1rem 0.08rem;
	padding: 0 0 0.2rem 0;
	background: #fff;
	border-radius: 5px;
}
.shopListCon .tj-products .Img{
	
}
.shopListCon .tj-products .Img,
.shopListCon .tj-products .Img img{
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 5px 5px 0 5px;
}
.shopListCon .tj-products .des,
.shopListCon .tj-products .price,
.shopListCon .tj-products .href{
	width: 3.3rem;
	padding: 0 0.1rem;
}
.shopListCon .tj-products .Img span{
	border-radius: 5px 0 0 0;
}
.AddMore-shoplist{
	display: block;
	border: 1px #ccc solid;
	width: 2rem;
	height: 0.56rem;
	border-radius: 0.6rem;
	background: #fff;
	text-align: center;
	line-height: 0.56rem;
	margin: 0.3rem auto 0.1rem;
}
.nowadr{
    width: 100%;
    margin-top: 0.2rem;
    font-size: 0.24rem;
    color: #444;
    float: left;
    background: #fff;
    padding: 0.16rem 0.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 1rem;
}
/* .new-contact-us {
    margin: 0.2rem 0 0;
} */
/* 详情页 */
.shopList_details{
	background: #fff;
	width: 100%;
	padding-bottom: 0.3rem;
}
.shopList_details .swiper-container{
	display: block;
	width: 100%;
	height: 5.7rem;
}
.shopList_details .swiper-container .swiper-slide img{
	width: 100%;
	height: 100%;
}
.shopList_details .swiper-pagination-bullet-active {
    opacity: 1;
    background: #E00B0B;
}
.shopList_details>h1{
	font-size: 0.3rem;
	margin: 0.06rem 0 0.06rem;
	padding: 0 0.24rem;
}
.shopList_details>p{
	padding: 0 0.24rem;
	font-size: 0.24rem;
	color: #999;
}
.shopList_details>p>span{
	color: #ff3300;
}
.shopList_details .mess-price,
.shopList_details .mess-desc,
.shopList_details .mess-tag{
	padding: 0 0.24rem;
}
.shopList_details .mess-price,
.shopList_details .mess-desc>ul{
	overflow: hidden;
}
.shopList_details .mess-price p{
	float:  left;
	color: #666;
	font-size: 0.24rem;
	margin: 0.14rem 0;
}
.shopList_details .mess-price p span{
	font-size: 0.34rem;
	color: #E00B0B;
	font-weight: 600;
}
.shopList_details .mess-price p:nth-of-type(1),
.shopList_details .mess-price p:nth-of-type(2){
	margin-right: 0.46rem;
}
.shopList_details .mess-price p:nth-of-type(2)>span{
	color: #666;
}
.shopList_details .mess-price p:nth-of-type(3){
	float: right;
	margin: 0.2rem 0 0 0;
}
.shopList_details .mess-price p:nth-of-type(3)>span{
	font-size: 0.24rem;
	font-weight: normal;
	color: #666;
}
.shopList_details .mess-desc>p,
.shopList_details .mess-desc>ul>li{
	color: #333;
	font-size: 0.24rem;
	margin-bottom: 0.14rem;
}
.shopList_details .mess-desc>p>span,
.shopList_details .mess-desc>ul>li>span{
	color: #888;
}
.shopList_details .mess-desc>ul>li{
	float: left;
	width: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.shopList_details .mess-desc>ul>li.nonefloat{
	width: 100%;
	overflow: hidden;
}
.shopList_details .mess-desc>ul>li.nonefloat>span{
	color: #E00B0B;
}
.shopList_details .mess-desc>ul>li.nonefloat strong{
	margin-right: 0.1rem;
	float: right;
}
.shopList_details .mess-tag{
	display: flex;
	overflow: hidden;
	margin: 0.1rem 0 0.16rem 0;
}
.shopList_details .mess-tag>p{
	float: left;
	display: flex;
}
.shopList_details .mess-tag>p>span{
	display: block;
	width: 3rem;
	height: 0.66rem;
	background: #f5f5f5;
	text-align: center;
	color: #ff3300;
	line-height: 0.66rem;
}
.shopList_details .mess-tag>p>a{
	display: block;
	width: 1.8rem;
	height: 0.66rem;
	background: #ff3300;
	text-align: center;
	color: #fff;
	line-height: 0.66rem;
}
.shopList_details .mess-tag>a{
	display: block;
	width: 3rem;
	height: 0.63rem;
	background: #fff;
	border: 1px #ff3300 solid;
	text-align: center;
	color: #ff3300;
	line-height: 0.66rem;
	margin-left: 0.26rem;
	border-radius: 5px;
}
.shopListCon>p{
	font-size: 0.34rem;
	font-stretch: normal;
	line-height: 0.36rem;
	letter-spacing: 0rem;
	color: #333333;
	font-weight: 600;
	padding: 0.24rem 0 0.1rem 0.14rem;
}
/* 品牌特价聚合页开始--------------- */
.productIndex-header>.top-head{
	background: #d2191a;
    font-size: 0.34rem;
    color: #fff;
    width: 100%;
    padding: 0.16rem 0.2rem;
    box-sizing: border-box;
    z-index: 11;
}
.productIndex-header>.top-head>a{
	color: #fff;
    width: 0.38rem;
	font-size: 20px !important;
}
.productIndex-header>.top-head>h3{
	width: 6.34rem;
    height: 0.54rem;
    line-height: 0.54rem;
    font-size: 0.36rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    text-align: center;
}
.productIndex-header>.nav-tips {
    width: 100%;
    height: 0.69rem;
    background: #eeeeee;
    box-sizing: border-box;
    padding-left: 0.29rem;
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #333333;
    line-height: 0.69rem;
}
.productIndex-header>.nav-tips>span{
	color: #999;
}
.productIndex-header>.nav-tips>span>i {
    /* color: #333333; */
    font-size: 0.13rem;
    vertical-align: middle;
}
.productIndex_box{
	width: 100%;
	background: #fff;
	padding-bottom: 0.2rem;
	margin-bottom: 1rem;
}
.productIndex_con{
	width: 7.18rem;
	height: 3.1rem;
	margin-left: 0.32rem;
	border-bottom: 1px #f5f5f5 solid;
}
.productIndex_con .Img{
	width: 2.5rem;
	height: 2.5rem;
	float: left;
	margin-top: 0.3rem;
}
.productIndex_con .Img a,
.productIndex_con .Img a img{
	display: block;
	width: 100%;
}
.productIndex_con .Con{
	width: 4.06rem;
	height: 2rem;
	float: left;
	margin-left: 0.3rem;
	margin-top: 0.3rem;
}
.productIndex_con .Con .title{
	font-size: 0.3rem;
	color: #111;
	line-height: 0.45rem;
	height: 0.9rem;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 0.1rem;
}
.productIndex_con .Con .priceTag,
.productIndex_con .Con .priceBefore{
	width: 100%;
	height: 0.45rem;
	overflow: hidden;
	display: flex;
}
.priceBefore span:nth-of-type(1), 
.priceTag span:nth-of-type(1) {
	display: block;
    color: #999;
    font-size: 12px;
	line-height: 0.45rem;
	width: 0.8rem;
}
.priceBefore span:nth-of-type(2){
	color: #333;
	text-decoration: line-through;
	font-size: 12px;
	display: block;
	line-height: 0.45rem;
}
.productIndex_con .Con .priceTag .a2 i{
	font-size: 0.24rem;
	color: #f74645;
	font-style: normal;
}
.productIndex_con .Con .priceTag span.a2{
	font-size: 0.32rem;
	color: #f74645;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.productIndex_con .Con .priceTag .jqbs_tit{
	font-size: 0.22rem;
	color: #fff;
	display: inline-block;
	height: 0.35rem;
	border-radius: 0.05rem;
	line-height: 0.35rem;
	padding: 0 0.1rem;
	margin: 0.06rem 0.1rem 0 0.2rem; 
	width: 1.2rem;
	background: url(../img/coupon-pp.png) no-repeat;
	background-size: 100%;
	text-align: center;
}
.productIndex_con .Con .another{
	color: #999;
	font-size: 0.24rem;
	margin-top: 0.2rem;
/* 	position: relative; */
	overflow: hidden;
}
.productIndex_con .Con .another .lt{
	float: right;
	max-width: 2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.productIndex_con .Con .another .lt strong{
	color: #E00B0B;
	margin-left: 0.06rem;
	font-weight: 500;
}
.productIndex_con .Con .another .rt{
	float: left;
}


/* 迭代m端品牌特价首页 */
.newproductIndex-header{
	width: 100%;
	height: auto;
	background: url(../img/newpro-herbg.jpg) no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.newproductIndex-header .head-search{
	display: flex;
	padding: .2rem .2rem;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}
.newproductIndex-header .logo-box{
	text-align: center;
	float: left;
	width: 1.6rem;
	height: .64rem;
	margin-right: .26rem;
	position: relative;
}
.newproductIndex-header .logo-box>img{
	width: 100%;
	position: absolute;
	top: .03rem;
	left: 0;
}
.newproductIndex-header .search-box{
	float: left;
	display: block;
	width: 6rem;
	height: .6rem;
	background: #fff;
	border-radius: .4rem;
	position: relative;
	box-sizing: unset;
}
.newproductIndex-header .searchicon{
	float: left;
	font-size: 20px;
	color: #b7b7b7;
	margin: .06rem 0 0 .14rem;
	vertical-align: middle;
	padding: 0 2px;
	font-weight: normal;
	display: inline-block;
	z-index: 999;
}
.newproductIndex-header .search-input{
	float: left;
	width: 4.5rem;
	height: .62rem;
	padding-left: .14rem;
	border: 0;
	background: none;
	outline: none;
	box-sizing: unset;
	box-sizing: border-box;
}
.newproductIndex-header .search-input::placeholder {color: #b7b7b7;}

.newproductIndex-header .head-newnav{
	height: auto;
	position: relative;
}
.newproductIndex-header .newnavList{
	overflow: hidden;
	padding: 0 .2rem .2rem .2rem;
}
.newproductIndex-header .newnavList>a{
	display: block;
	float: left;
	color: #fff;
	font-size: .26rem;
	margin-right: .43rem;
}
.newproductIndex-header .newnavList>a.select{
	border-bottom: 3px #fff solid;
	padding-bottom: .14rem;
}
.newproductIndex-header .newnavIcon{
	position: absolute;
	right: .2rem;
	top: .03rem;
	display: block;
	width: .4rem;
	height: .4rem;
	background: url(../img/feilei-nav.png) no-repeat;
	background-size: 100%;
}
.newproductIndex-header .newnavIcon1{
	position: absolute;
	right: .2rem;
	top: .03rem;
	display: block;
	width: .4rem;
	height: .4rem;
	background: url(../img/feilei-cha.png) no-repeat;
	background-size: 76%;
}
.boxHide{
	display: none;
}
.More_newnavList{
	position: fixed;
	z-index: -1;
	top: 1.52rem;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
}
.More_newnavList_con{
	background: #fff;
	margin-top: -0.26rem;
	padding-bottom: .4rem;
	display: none;
}
.More_newnavList_con>ul{
	max-height: 3.6rem;
	display: flex;
	flex-wrap: wrap;
	padding: .1rem .1rem 0 .1rem;
	overflow: scroll;
}
.More_newnavList_con>ul>li>a{
	display: block;
	width: 3.37rem;
	height: .7rem;
	background-color: #f3f3f3;
	color: #555;
	border-radius: .04rem;
	font-size: .28rem;
	text-align: center;
	line-height: .7rem;
	margin: .2rem .14rem 0;
	box-sizing: border-box;
}
.More_newnavList_con>ul>li>a.select{
	background: #ffeae6;
	color: #ec301e;
}
.newproductIndex-banner{
	width: 100%;
	height: auto;
	background: url(../img/newpro-herbg.jpg)  no-repeat #fff;
	background-size:100%  30%;
	margin-top: 1.7rem;
	padding-top: 0.1rem;
}
.newproductIndex-banner>a{
	display: block;
	width: 7.1rem;
	height: 3.3rem;
	margin: 0 auto 0.2rem;
	border-radius: 0.2rem;
	overflow: hidden;
}
.newproductIndex-banner>a>img{
	width: 7.1rem;
	height: 3.3rem;
	border-radius: 0.2rem;
}
.newproductIndex-banner>ul{
	width: 7.1rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.newproductIndex-banner>ul>li>a{
	display: block;
	width: 3.42rem;
	height: 2.88rem;
	border-radius: 0.2rem;
	overflow: hidden;
}
.newproductIndex-banner>ul>li>a>img{
	width: 3.42rem;
	height: 2.88rem;
	border-radius: 0.2rem;
}
.newproductIndex-tips{
	padding: .24rem .2rem;
	background: #fff;
}
.newproductIndex-tips .guide{
	width: 100%;
	overflow: hidden;
	display: flex;
}
.newproductIndex-tips .guide>span{
	color: #E00B0B;
	font-weight: 600;
	font-size: .28rem;
	float: left;
	margin-right: .1rem;
}
.newproductIndex-tips .guide>span:after{
	content: '';
	display: block;
	float: right;
	width: 17px;
	height: 15px;
	background: url(../../home/img/hy_13.png) no-repeat;
	background-size: 10px;
	margin: 0 0 0 .08rem;
}
.newproductIndex-tips .upScroll-tipsBox li{
	max-width: 4rem;
	margin-right: .2rem;
	line-height: .4rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newproductIndex-tips .upScroll-tipsBox li>a{
	color: #333;
	font-size: .25rem;
}
.newproductIndex-tips .guide>a{
	float: right;
	color: #E00B0B;
	font-size: .24rem;
	line-height: .4rem;
}
.newproductIndex-tips .guide>a>i{
	font-size: 13px;
}
.newproductIndex-tipsMess{
	background: #f4f4f4;
	padding: .16rem .2rem;
}
.newproductIndex-tipsMess>p{
	color: #E00B0B;
	font-size: .26rem;
	margin: 0 auto;
	text-align: center;
}
.newproductIndex-tipsMess>p>i{
	margin-right: .06rem;
}
.newproductIndex-qhtab{
	width: 100%;
	overflow: hidden;
}
.newproductIndex-qhtab>ul{
	border-bottom: 1px #eeeeee solid;
	overflow: hidden;
	background: #fff;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	padding: 0 .3rem;
}
.newproductIndex-qhtab>ul>li{
	float: left;
	line-height: .72rem;
	font-size: .26rem;
	text-align: center;
}
.newproductIndex-qhtab>ul>li.select{
	border-bottom: 3px #E00B0B solid;
	color: #E00B0B;
}