.index-banner-modules{
	/* background: url(../../images/newYearBg.png) 50% 0px no-repeat; */
	background-size:cover;
}
.index-special-modules{
	display:none;
	margin:0 auto;
	width:1200px;
	height:430px;
	background-color: var(--color);
	/* border-radius: 20px; */
	background: url(../../images/newYearBg2.png) 50% 0px no-repeat;
}
.eqCodeContainer{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}
.eqCodeContainer .eqCodeContainerMasker{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.15);
}
.eqCodeContainer img{
	max-width: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.recommendBox li:first-child{
  display: none;
}
/*/*轮播图模块 S*/
.container{
	width: 1200px;
	margin: 0 auto;
	top:1px;
} 
.index-banner-contents{
	display: flex;
	position: absolute;
	left: 260px;
}
.bannerLeftList{
	width: 250px;
	top: -40px;
	left: 0;
	height:510px;
	position:absolute;
	z-index:2;
}
.bannerLeftList .bannerLeftListTitle{
	width:250px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	/* background-color: var(--color); */
	background-color: var(--color);
	box-sizing:border-box;
	padding: 0 15px;
	text-indent: 2em;
	border-radius: 40px 0 0 0;
}
.headerButton .headerNav .headerNavLine:first-child{
	display: none;
}
.bannerLeftList .productTypeList li{
	box-sizing:border-box;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 0 8px 20px;
}
.bannerLeftList .productTypeList .now{
	color: var(--color);
	border-right: none;
	background-color: var(--rgba2);
}
.bannerLeftList .productTypeList .now .productTypeItems{
	color: var(--color);
}
.bannerLeftList .productTypeList li:last-child{
	border: none;
}
.bannerLeftList .productTypeList{
	/* padding-right:20px; */
	line-height: 22px;
	background: #fff;
	margin-top: 10px;
}
.bannerLeftList .productTypeItems{
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.bannerLeftList .productTypeItems span{
	margin-right: 6px;
}
.bannerLeftList .productTypeItems span:hover{
	color: #138300;
	cursor: pointer;
}
.bannerLeftList .productTypeListTipsImg{
	width: 17px;
	height: 17px;
	vertical-align: top;
	margin-right: 4px;
	margin-top: 3px;
}
.bannerLeftList .productTypeListRightArrow{
	font-size:12px;
	color: #CCCCCC;
}


.bannerCenter{
	width: 710px;
	height: 470px;
	border-radius:14px;
	overflow:hidden;
}
.bannerCenter .banner{
	background: #D8D8D8;
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	border-radius: 12px;
	overflow: hidden;
	height:100%;
}
.container .bannerBox{
	padding-top:20px;
	background:#fff;
	position:relative;
	z-index:2;
	height:490px;
}
.container .bannerBox .bannerContainer li{
	width: 100%;
	height: 100%;
}
.container .bannerBox .bannerContainer .bannerImg{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.bannerCenter .bannerLeftArrow,.bannerCenter .bannerRightArrow{
	height: 68px;
	width: 22px;
	background: rgba(0,0,0,0.3);
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	line-height: 68px;
	text-align: center;
}
.bannerCenter .bannerLeftArrow{
	left: 0;
}
.bannerCenter .bannerRightArrow{
	right: 0;
}
.bannerCenter .bannerLeftArrow:hover,.bannerCenter .bannerRightArrow:hover{
	background: rgba(0,0,0,0.5);
	cursor: pointer;
}
.bannerCenter .bannerPoint{
	width: 100%;
	height: 4px;
	background-color: #808080;
	display: flex;
	bottom: 0px;
}
.bannerCenter .bannerPoint li{
	height: 100%;
	flex: 1;
}
.bannerCenter .bannerPoint .now{
	background-color: #4BBC8B;
}
.bannerCenter .bannerCenterBottom{
	width: 100%;
	height: 170px;
	padding: 0;
	margin: 0;
}
.bannerCenter .bannerCenterBottom img{
	width: 50%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.bannerContainer{
	height: 333px;
}
.bannerRight{
	width: 190px;
	height:470px;
	background: #F7F7F7;
	margin-left: 20px;
	border-radius:16px;
}
.bannerRight .bannerRightLogin,.bannerRight .bannerRightFooter{
	width: 100%;
}
.bannerRight .bannerRightLogin{
	position:relative;
	padding-bottom:16px;
	margin-bottom:2px;
	   
}
.bannerRight .bannerRightLogin:after{
	content:"";
	width: 166px;
	height: 1px;
	background: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, #DDDDDD 50%, rgba(204, 204, 204, 0) 100%);
	position:absolute;
	left:12px;
	bottom:0;
}
.bannerRight .bannerRightFooter{
	height: 306px;
}
.bannerRightLogin img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-top: 17px;
}
.bannerRightLogin .userNames{
	text-align: center;
	font-size: 12px;
	color:#666;
	margin: 10px 0;
}
.bannerRightLogin .userModalBtns span{
	display: inline-block;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	padding:0 10px;
	border-radius: 2px;
}
.bannerRightLogin .userModalBtns span:first-child{
	border-right:1px solid #474747;
}
.bannerRightLogin .userModalBtns .userLogin{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: var(--color);
}
.bannerRightFooter .bannerRightFooterTitle,.bannerRightFooter .fasterGate{
	position:relative;
	font-size: 14px;
	color:#222;
	box-sizing:border-box;
	padding: 14px 6px 14px 12px;
}
.bannerRightFooter .bannerRightFooterTitle:before,.bannerRightFooter .fasterGate:before{
	content:'';
	width: 2px;
	height: 12px;
	background: var(--color);
	border-radius: 0px 2px 2px 0px;
	position:absolute;
	left:0;
	top:18px;
}
.bannerRightFooterTitle span.fr{
	font-size:12px;
	color:#999;
}
.bannerRightFooterTitle i{
	font-size: 20px;
	color: #999;
	margin-top: -2px;
}
.bannerRightFooter .papers{
	overflow: hidden;
	font-size: 12px;
	box-sizing:border-box;
	padding: 0 5px 0 12px;
	max-height:80px;
}
.bannerRightFooter .papers .papersList{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
	padding: 10px 0;
	border-bottom: 1px solid #ececec;
}
.bannerRightFooter .papers .papersList:hover{
	color: var(--color);
}
.bannerRightFooter .fasterGateList{
	box-sizing:border-box;
	width: 100%;
	height: 166px;
	/* border: 1px solid #ddd; */
}
.bannerRightFooter .fasterGateList li{
	box-sizing:border-box;
	height: 70px;
	width: 33.33%;
	font-size: 12px;
	text-align: center;
	/* border-right: 1px solid #ddd; */
	cursor: pointer;
}
.fasterGateList li i{
	font-size: 26px;
}
.fasterGateList li p{
	margin-top:8px;
}
.fasterGateList li:nth-child(1) i{
	color:#F6AE47;
}
.fasterGateList li:nth-child(2) i{
	color:#FC7E75;
}
.fasterGateList li:nth-child(3) i{
	color:#73B9ED;
}
.fasterGateList li:nth-child(4) i{
	color:#FD6C61;
}
.fasterGateList li:nth-child(5) i{
	color:#6ADCD0;
}
.fasterGateList li:nth-child(6) i{
	color:#F6B862;
}
.productTypeTitle{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
	color: #222;
}
.productTypeTitle span{
	font-size: 15px;
	color: #222;
	cursor: pointer;
	word-wrap:break-word
}
/**/
/*轮播图模块 E*/

/*热销产品 S*/ 
.hotSale{
	/* background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%); */
}
.hotSale h3{
	padding:16px 12px 10px;
	font-size:0;
	text-align:center;
}
.hotSale h3 strong{
	font-size: 32px;
	color: var(--color);
	font-family: Alibaba-PuHuiTi-H, Alibaba-PuHuiTi;
}
.hotSale h3 b{
	margin-left:10px;
	padding:0 8px;
	font-size: 14px;
	color:  var(--color);
	line-height: 28px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	margin-top: 19px;
	font-weight: normal;
}
.sale-price-tit{
	margin-right:14px;
	margin-top: 3px;
	height:25px;
}
.hotSale .moreCharacteristics{
	font-size: 14px;
	color: #888;
	font-weight: normal;
}
.hotSale ul{
	width: 100%;
	background-color: #fff;
	padding: 0 0 0;
	display: flex;
}
.hotSale ul li{
	position:relative;
	padding: 20px 20px 30px;
	flex: 1;
	max-width: 20%;
	box-sizing: border-box;
}
.hotSale ul li:hover{
	box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #EEEEEE;
	background: #FFFFFF;
}
.hotSale ul li:after{
	content:'';
	width: 1px;
	height: 334px;
	background: linear-gradient(180deg, rgba(233, 233, 233, 0) 0%, #E3E3E3 51%, rgba(216, 216, 216, 0) 100%);
	position:absolute;
	right:0;
	top:0;
}
.hotSale ul li:last-child{
	border: none;
}
.hotSale .hotSaleImgBox{
	width: 100%;
	height: 225px;
}
.hotSale .hotSaleImgBox img{
	max-width: 170px;
	max-height: 170px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.hotSale .hotSaleImgBox img:hover{
	cursor: pointer;
}
.hotSale .hotSaleProductTitle{
	font-size: 14px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 36px;
	text-align: center;
}
.hotSale .hotSaleProductTitle:hover{
	color: var(--color);
	cursor: pointer;
}
.hotSale .hotSaleProductDesc{
	height: 24px;
	line-height: 24px;
	margin-top: 7px;
	text-align:center;
}
.hotSaleProductDesc i{
	position:relative;
	display:inline-block;
	padding:0 3px;
	font-size:10px;
	line-height:18px;
	color:#fff;
	background:var(--color);
	border-radius: 2px;
}
.hotSaleProductDesc i:after{
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid var(--color);
	position: absolute;
	right: -3px;
	top: 5px;
}
.hotSaleProductDesc b{
	margin-left:6px;
	font-size:12px;
	/* color:var(--color); */
}
.hotSale .hotSaleProductNowPrice{
	font-weight: bold;
	color: var(--color);
	font-size: 16px;
}
.hotSale .hotSaleProductOldPrice{
	font-size: 12px;
	color: #ccc;
}
.hotSale .hotSaleProductBuyItNow{
	display: inline-block;
	width: 60px;
	height: 24px;
	line-height: 24px;
	background-color: #FFA333;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	font-size: 12px;
}
.hotSale .hotSaleProductBuyItNow:hover{
	cursor: pointer;
	opacity: 0.8;
}
/*热销产品 E*/ 

/*地方特色馆 S*/
.characteristics{
	margin-top: 45px;
}
.characteristics .characteristicsTips{
	font-size: 14px;
	color: #888;
	font-weight: normal;
	margin-left: 25px;
}
.characteristics h3 .moreCharacteristics{
	font-size: 14px;
	font-weight: normal;
	color: #aaa;
}

.characteristics ul{
	width: 100%;
	margin-top: 25px;
}
.characteristics ul li{
	width: 384px;
	height: 180px;
	background-color: #fff;
	margin-bottom: 12px;
}
.characteristics ul li:nth-child(3n-1){
	margin: 0 12px;
}
.characteristics .characteristicsLiHeader{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.characteristics .characteristicsLiHeader img{
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.characteristics .characteristicsLiHeader img:hover{
	width: 120%;
	height: 120%;
	cursor: pointer;
}
.characteristics .characteristicsLiBody{
	height: 165px;
	padding: 13px;
}
.characteristics .characteristicsLiBody div{
	width: 50%;
	height: 90%;
	box-sizing:border-box;	
	overflow: hidden;
}
.characteristics .characteristicsLiBody div:first-child{
	border-right: 1px solid #ddd;
}
.characteristics .characteristicsLiBody div img{
	width: 120px;
	height: 120px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.characteristics .characteristicsLiBody div img:hover{
	width: 135px;
	height: 135px;
	cursor: pointer;
}
/*地方特色馆 E*/

/*首页----地方特产等公共样式~~~~S*/
.itemsList{
	margin-top: 30px;
}
.itemsList .lis{
	margin-bottom: 24px;
}
.itemsList h3 .fr{
	margin-top:6px;
	font-size: 14px;
	font-weight: normal;
	color: #888;
}
.itemsList .itemsListDesc{
	width: 1200px;
	height: 560px;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	margin-top: 25px;
	display: flex;
}
.itemsList .itemsListDesc .itemsListDescLeft{
	flex: 5;
	height: 100%;
	/*background-color: #5CDBA1;*/
}
.itemsList .itemsListDesc .itemsListDescRight{
	height: 100%;
	flex: 16;
}
.itemsList .itemsListBtns .itemsListBtn{
	height: 26px;
	width: 72px;
	border: 1px solid #fff;
	color: #fff;
	margin-left: 16px;
	margin-top: 25px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.itemsList .itemsListDesc .itemsListDescLeft h4{
	width: 218px;
	color: #fff;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 26px;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	margin-left: 30px;
}
.itemsList .itemsListBtns{
	width: 100%;
	bottom: 0;
	height: 124px;
}

.itemsListDesc .itemsListBanner{
	width: 100%;
	height: 330px;
	margin-top: 15px;
}
.itemsListDesc .itemsListBanner .itemsListBannerRightArrow:hover{
	background: rgba(210,210,210,0.8);
	cursor: pointer;
}


.itemsListDesc .itemsListDescRight .itemsListDescRightList{
	height: 40px;
	line-height: 40px;
	display: flex;
}
.itemsListDesc .itemsListDescRight .itemsListDescRightList li{
	flex: 1;
	text-align: center;
	color: #888;
	height: 38px;
}
.itemsListDesc .itemsListDescRight .itemsListDescRightList li:hover,.itemsListDesc .itemsListDescRight .itemsListDescRightList .now{
	color: #333;
	border-bottom: 2px solid #333;
	cursor: pointer;
}

.itemsList .itemsListDescRight .itemsListDescRightItems{
	width: 100%;
	height: 520px;
}
.itemsList .itemsListDescRight .itemsListDescRightItems li{
	border-top: 1px solid #ddd;
	width: 25%;
	height: 259px;
	background-color: #fff;
}
.itemsListDescRightItemsDV{
	height: 230px;
	width: 100%;
	border-right: 1px solid #ddd;
	margin-top: 14px;
	padding: 0 14px;
	box-sizing:border-box;
}
.borderNone{
	border: none;
}

.itemsListDescRightItemsTitle,.itemsListDescRightItemsBuy{
	width: 90%;
}
.itemsListDescRightItemsTitle{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    top: 160px;
    font-size: 14px;
    color: #222;
}
.itemsListDescRightItemsTitle:hover{
	color: #333;
	cursor: pointer;
}
.itemsListDescRightItemsBuy{
	bottom: 0;
}
.itemsListDescRightItemsBuy .productPrice{
	margin-right:5px;
	/* color: #FF0F3D; */
}
.itemsListDescRightItemsBuy .oldProductPrice{
	font-size: 12px;
	color: #ccc;
}
.itemsListDescRightItemsBuy .goToCart{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #FFA333;
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
}
.itemsListDescRightItemsBuy .goToCart:hover{
	opacity: 0.8;
	cursor: pointer;
}
.itemsListDescRightItems .itemsListDescRightItemsDV img{
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 150px;
}
.itemsListDescRightItems .itemsListDescRightItemsDV img:hover{
	width: 160px;
	height: 160px;
	cursor: pointer;
}

.luggageRooms .littleSwiper{
	padding:15px 12px;
	width: 100%;
	height: 265px;
	box-sizing: border-box;
}


.luggageRooms .left h5 {
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 14px;
	font-weight: normal;
	color: #222;
	line-height: 21px;
}

.luggageRooms .left p .pri {
	font-size: 16px;
	font-weight: bold;
	color: var(--color);
}

.luggageRooms .left p del {
	margin-left: 15px;
	font-size: 12px;
	color: #999;
}
.luggageRooms .left .img-box {
	display: inline-block;
	margin-top: 32px;
	width: 130px;
	height: 130px;
}
.luggageRooms .left .img-box img {

	width: 130px;
	height: 130px;
}
.luggageRooms .itemsListBannerLeftArrow,
.luggageRooms .itemsListBannerRightArrow {
	width: 20px;
	height: 40px;
	line-height: 40px;
	background: rgba(230, 230, 230, 0.8);
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
}
.luggageRooms .itemsListBannerLeftArrow{
	left: 0;
}

.luggageRooms .itemsListBannerRightArrow{
	right: 0;
}


/*首页----地方特产等公共样式~~~~E*/
/*地方特产 S*/
.localSpecialty  .itemsListDesc .itemsListDescLeft{
	/* background: -webkit-linear-gradient(#1CB691, #43D297); */
	/* Safari 5.1 - 6.0 */
   /* background: -o-linear-gradient(#1CB691, #43D297); */
    /* Opera 11.1 - 12.0 */
   /* background: -moz-linear-gradient(#1CB691, #43D297); */
     /* Firefox 3.6 - 15 */
   /* background: linear-gradient(#1CB691, #43D297); */
     /* 标准的语法 */
}
.localSpecialty .itemsListBtns{
	background-color: #5CDBA1;
}
.localSpecialty .itemsListBtns .now,.localSpecialty .itemsListBtns li:hover{
	background-color: #fff;
	color: #5CDBA1;
	cursor: pointer;
}
/*地方特产 E*/

/*休闲食品 S*/
.snacks  .itemsListDesc .itemsListDescLeft{
	/* background: -webkit-linear-gradient(#EF8829, #FB9F51); */
	/* Safari 5.1 - 6.0 */
   /* background: -o-linear-gradient(#EF8829, #FB9F51); */
    /* Opera 11.1 - 12.0 */
   /* background: -moz-linear-gradient(#EF8829, #FB9F51); */
     /* Firefox 3.6 - 15 */
    /* background: linear-gradient(#EF8829, #FB9F51); */
     /* 标准的语法 */
}
/* .snacks .itemsListBtns{
	background-color: #FCAA6B;
}
.snacks .itemsListBtns .now,.snacks .itemsListBtns li:hover{
	background-color: #fff;
	color: #FCAA6B;
	cursor: pointer;
} */
/*休闲食品 E*/
/*乳品冲饮 S*/
.milk  .itemsListDesc .itemsListDescLeft{
	/* background: -webkit-linear-gradient(#4690FE, #74ADFA); */
	/* Safari 5.1 - 6.0 */
   /* background: -o-linear-gradient(#4690FE, #74ADFA); */
    /* Opera 11.1 - 12.0 */
   /* background: -moz-linear-gradient(#4690FE, #74ADFA); */
     /* Firefox 3.6 - 15 */
   /* background: linear-gradient(#4690FE, #74ADFA); */
     /* 标准的语法 */
}
/* .milk .itemsListBtns{
	background-color: #7FADFE;
}
.milk .itemsListBtns .now,.milk .itemsListBtns li:hover{
	background-color: #fff;
	color: #7FADFE;
	cursor: pointer;
} */
/*乳品冲饮 E*/
/*粮油调味 S*/
.grain .itemsListDesc .itemsListDescLeft{
	/* background: -webkit-linear-gradient(#FEB613, #FFCC56); */
	/* Safari 5.1 - 6.0 */
    /* background: -o-linear-gradient(#FEB613, #FFCC56); */
    /* Opera 11.1 - 12.0 */
    /* background: -moz-linear-gradient(#FEB613, #FFCC56); */
     /* Firefox 3.6 - 15 */
   /* background: linear-gradient(#FEB613, #FFCC56); */
     /* 标准的语法 */
}
/* .grain .itemsListBtns{
	background-color: #FCCE6F;
}
.grain .itemsListBtns .now,.grain .itemsListBtns li:hover{
	background-color: #fff;
	color: #FCCE6F;
	cursor: pointer;
} */
/*粮油调味 E*/
/*生鲜果蔬 S*/
.fruitVegetable .itemsListDesc .itemsListDescLeft{
	/* background: -webkit-linear-gradient(#18A8EA, #4FE0F2); */
	/* Safari 5.1 - 6.0 */
    /* background: -o-linear-gradient(#18A8EA, #4FE0F2); */
    /* Opera 11.1 - 12.0 */
    /* background: -moz-linear-gradient(#18A8EA, #4FE0F2); */
     /* Firefox 3.6 - 15 */
    /* background: linear-gradient(#18A8EA, #4FE0F2); */
     /* 标准的语法 */
}
/* .fruitVegetable .itemsListBtns{
	background-color: #67EBF3;
}
.fruitVegetable .itemsListBtns .now,.fruitVegetable .itemsListBtns li:hover{
	background-color: #fff;
	color: #67EBF3;
	cursor: pointer;
} */
/*生鲜果蔬 E*/
/*茗茶名酒 S*/
.teaWine .itemsListDesc .itemsListDescLeft{
	/* background: -webkit-linear-gradient(#82C10B, #C5E233); */
	/* Safari 5.1 - 6.0 */
    /* background: -o-linear-gradient(#82C10B, #C5E233); */
    /* Opera 11.1 - 12.0 */
    /* background: -moz-linear-gradient(#82C10B, #C5E233); */
     /* Firefox 3.6 - 15 */
    /* background: linear-gradient(#82C10B, #C5E233); */
     /* 标准的语法 */
}
/* .teaWine .itemsListBtns{
	background-color: #D9E747;
}
.teaWine .itemsListBtns .now,.teaWine .itemsListBtns li:hover{
	background-color: #fff;
	color: #D9E747;
	cursor: pointer;
} */
/*茗茶名酒 E*/
/*滋补营养 S*/
.nourishingNutrition .itemsListDesc .itemsListDescLeft{
	/* background: -webkit-linear-gradient(#DF3B68, #F7688E); */
	/* Safari 5.1 - 6.0 */
    /* background: -o-linear-gradient(#DF3B68, #F7688E); */
    /* Opera 11.1 - 12.0 */
    /* background: -moz-linear-gradient(#DF3B68, #F7688E); */
     /* Firefox 3.6 - 15 */
    /* background: linear-gradient(#DF3B68, #F7688E); */
     /* 标准的语法 */
}
/* .nourishingNutrition .itemsListBtns{
	background-color: #FB7AA1;
}
.nourishingNutrition .itemsListBtns .now,.nourishingNutrition .itemsListBtns li:hover{
	background-color: #fff;
	color: #FB7AA1;
	cursor: pointer;
} */
/*滋补营养 E*/
/*左侧机器人快捷入口*/
.jqr{
	position: fixed;
	right: 20px;
	top: 260px;
}
.jqr img{
	width: 100%;
}
.jqr .icon{
	padding-top: 8px;
	padding-bottom: 2px;
}
.jqr .kjrk{
	color: #6C7077;
	background: #FFFFFF;
}
.jqr .kjrk:hover{
	color: #fff;
	background: var(--color);
}
.jqr li{
	margin-bottom: 10px;
	box-sizing: content-box;
	width: 53px;
	height: 50px;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
}
/*右侧楼层管理 固定定位的选择*/
.container .stairs-module{
	    position: fixed;
	    /* margin-right: 620px; */
	    /* height: 448px; */
	    width: 59px;
	    background-color: #fff;
	    right: 92%;
	    top: 50%;
	    transform: translateY(-50%);
	    z-index: 10;
	    border-radius: 6px;
	    overflow: hidden;
}
.container .stairs-module li{
	position: relative;
	width: 100%;
	height: 56px;
	/* line-height: 56px; */
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
	color: #222;
	cursor: pointer;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.container .stairs-module li span{
	display: inline-block;
	/*height: 40px;*/
	overflow: hidden;
}
.container .stairs-module li:after{
	content:'';
	width: 44px;
	height: 1px;
	background: linear-gradient(180deg, rgba(233, 233, 233, 0) 0%, #E3E3E3 51%, rgba(216, 216, 216, 0) 100%);
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-22px;
}
.container .stairs-module li:after{
	
}
.container .stairs-module .now:after{
	display:none;
}
.container .stairs-module .now{
	background: linear-gradient(var(--rgba6) 0%,var(--color) 100%);
	color: #fff;
}
.container .stairs-module .backTop{
	background-color: #AAAAAA;
	color: #fff;
	padding-top: 8px;
}
.container .stairs-module .backTop:hover{
	opacity: 0.8;
	cursor: pointer;
}
.container .stairs-module .hoverLis:hover{
	color: var(--color);
	cursor: pointer;
}
.container .stairs-module .hoverLis.now:hover{
	opacity: 0.8;
	color: #fff;
	cursor: pointer;
}

/*头部hover效果样式*/
.secondCatalog{
		/* min-height: 100%; */
    background-color: #fff;
    top: 40px;
    /* right: -806px; */
    left: 250px;
    z-index: 999;
    width: 668px;
    padding: 25px 52px 20px 5px;
    -webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    height: 465px;
		overflow-y: auto;
}
.secondCatalog::-webkit-scrollbar{display:none}
.secondCatalog .secondCatalogDetails{
	width: 120px;
	text-align: right;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	font-weight: bold;
	color: rgb(109, 107, 107);
}
.secondCatalog .secondCatalogDetails:hover{
	color: #000;
	cursor: pointer;
}
.secondCatalog .ThirdCatalog{
	/* border-bottom: 1px solid #eee; */
	width: 530px;
	/*height: 45px;*/
	font-size: 14px;
	line-height: 45px;
	/* margin-left: 132px; */
	display: -webkit-flex;
	flex-wrap: wrap;
}
.secondCatalog .ThirdCatalog .ThirdCatalogList{
	padding: 0 10px;
	font-size: 14px;
	color: #888;
}
.secondCatalog .ThirdCatalog .ThirdCatalogList:hover{
	color: #555;
	cursor: pointer;
}

/*红包*/
.allavaliable{
	position: fixed;
	bottom: 0px;
	right: 0px;
	transform: translate(-50%,-50%);
}
.allavaliable img{
	width: 200px;
	cursor: pointer;
	margin-left: -170px;
}
.redPacked{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
}
.redPacked .maskerredPacked{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.redPacked .redPackedImgBox{
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.redPacked .redPackedImgBox span{
	width: 215px;
	height: 55px;
	border-radius: 25px;
	bottom: 116px;
	left: 146px;
	cursor: pointer;
}
.allavaliable .icon-quancha{
	right: -6px;
	top: -18px;
	font-size: 24px;
}

.redPackedImgBox .iconfont{
	font-size: 30px;
	    right: 20px;
	    color: #fff;
		cursor:pointer;
}
.sale-goods-more-li{
	background: linear-gradient(180deg, #FFFFFF 0%, #FFF2F2 100%);
}
.sale-goods-more{
	display:inline-block;
	width: 100px;
	height: 30px;
	line-height:28px;
	border-radius: 25px;
	border: 1px solid var(--color);
	text-align:center;
	font-size:0;
	cursor:pointer;
}
.sale-goods-more span{
	display:inline-block;
	font-size:14px;
	color: var(--color);
}
.sale-goods-more i{
	display: inline-block;
	margin-top: 1px;
	font-size: 16px;
	color: var(--color);
	vertical-align: top;
}
.special-modules{
	display:inline-block;
	margin-right:13px;
	width:290px;
	height:360px;
	vertical-align:top;
	background:#fff;
	padding:20px 0;
	box-sizing:border-box;
}
.activity-modules .special-modules:last-child{
	margin-right:0;
}
.special-modules h4{
	padding:0 12px;
}
.special-modules h4 span{
	font-size:20px;
	color:#222;
}
.special-modules h4 .iconfont{
	font-size:16px;
	/* color:var(--color); */
	font-weight:normal;
}
.new-publish-module ul li{
	text-align:center;
	cursor:pointer;
}
.new-publish-module ul li em.img-box{
	display:inline-block;
	width:140px;
	height:140px;
	border-radius:6px;
	overflow:hidden;
}
.new-publish-module ul li em img{
	width:100%;
}
.new-publish-module ul li h5{
	margin-top:28px;
	font-size:14px;
	color:#222;
	font-weight:normal;
}
.new-publish-module ul li p{
	margin-top:10px;
}
.new-publish-module ul li p b,.new-publish-module ul li p em{
	/* color:var(--color); */
}
.new-publish-module ul li p b{
	font-size:12px;
}
.new-publish-module ul li p em{
	font-size:18px;
	font-weight:bold;
}
.special-modules .swiper-container {
	width: 100%;
	margin: 20px 0 0;
}



.new-publish-module .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.7);
	transform: scale(0.8);
}
.new-publish-module .swiper-slide-active,.new-publish-module .swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.find-goods-module ul{
	padding:0 12px;
	box-sizing:border-box;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	/* display: flex; */
	transition-property: transform;
	box-sizing:border-box;
}
.find-goods-module ul .conts{
	position:relative;
	display: inline-block !important;
	margin-bottom:10px;
	text-align: left !important;
	cursor:pointer;
}
.find-goods-module ul li div.conts-text{
	padding-left: 82px;
	min-height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.find-goods-module .img-box{
	position:absolute;
	left:0;
	top:0;
	display:inline-block;
	width:70px;
	height: 70px;
	border-radius: 3px;
	overflow: hidden;
}
.find-goods-module ul li div h5{
	font-size:14px;
	color:#222;
	line-height:20px;
	font-weight:normal;
}
 .find-goods-module ul li div p{
	 text-align:left;
 }
.find-goods-module ul li div p b{
	font-size:12px;
	/* color:var(--color); */
}
.find-goods-module ul li div p em{
	font-size:16px;
	font-weight:bold;
	/* color:var(--color); */
}
.find-goods-module .swiper-container{
	height:290px;
}
.find-goods-module .swiper-slide,.find-good-store .swiper-slide {
	display:block !important;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    }
/* .swiper-slide {
	margin-bottom:13px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
} */

/* .find-goods-module .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
	  height:80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    } */
.find-good-store ul{
/* 	display:block; */
	padding:0 12px;
	height:100%;
	box-sizing:border-box;
}
.find-good-store .swiper-container{
	height:290px;
}
.find-good-store ul li .conts{
	position:relative;
	margin-bottom:12px;
	padding:16px;
	box-sizing:border-box;
	height:auto;
	border-radius:5px;
	cursor:pointer;
}
.find-good-store ul .conts:nth-child(1){
	background:url(../../images/store-bg1.png) no-repeat center;
	background-size:cover;
}
.find-good-store ul .conts:nth-child(2){
	background:url(../../images/store-bg2.png) no-repeat center;
	background-size:cover;
}
.find-good-store ul .conts:nth-child(3){
	background:url(../../images/store-bg3.png) no-repeat center;
	background-size:cover;
}
.find-good-store ul .conts:nth-child(4){
	background:url(../../images/store-bg4.png) no-repeat center;
	background-size:cover;
}
.find-good-store ul .conts:nth-child(5){
	background:url(../../images/store-5.png) no-repeat center;
	background-size:cover;
}
.find-good-store ul li h5{
	margin-bottom:10px;
	font-size:14px;
	color:#222;
}
.find-good-store ul li p label{
	display:inline-block;
	padding:0 5px;
	line-height:18px;
	border-radius: 2px;
	font-size:12px;
	/* color:var(--color); */
	border: 1px solid var(--color);
	box-sizing:border-box;
}
.find-good-store .left{
	padding-right:108px;
	min-height:98px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.find-good-store p em{
	margin-left:4px;
	font-size:12px;
	color:#999;
}
.find-good-store p i{
	font-size:12px;
	color:#999;
}
.find-good-store .img-box{
	display:inline-block;
	position:absolute;
	right:16px;
	top:16px;
	width:98px;
	height:98px;
	overflow:hidden;
}
.introduce-lists ul{
	padding:20px 12px 0;
	max-height: 280px;
	box-sizing:border-box;
}
.introduce-lists ul .conts{
	position:relative;
	margin-bottom:30px;
	cursor:pointer;
}
.introduce-lists ul li .img-box{
	position:absolute;
	left:0;
	top:0;
	display:inline-block;
	width:120px;
	height:120px;
	border-radius: 5px;
	overflow: hidden;
}
.introduce-lists .right{
	padding-left:136px;
	min-height:120px;
}
.introduce-lists .right h5{
	margin-bottom:10px;
	font-size:14px;
	color:#222;
	font-weight:normal;
}
.introduce-lists .right .icon-remen,.introduce-lists .right b{
	/* color:var(--color); */
}
.introduce-lists .right .icon-remen{
	font-size: 10px;
}
.introduce-lists .right b{
	display:inline-block;
	margin-left:6px;
	font-size:12px;
}
.introduce-lists .right .icon-shoucang-5,.introduce-lists .right em{
	font-size:12px;
	color:#999;
}
.introduce-lists .right em{
	color:#999;
}
.itemsList .style1,.itemsFloor,.characteristics{
	padding:18px 12px 12px;
	background:#fff;
}
.itemsList .style1 h3 .tit,.itemsFloor h3 .tit,.characteristics h3 .tit{
	position:relative;
	
}
.itemsList .style1 h3 .tit:before ,.itemsFloor h3 .tit:before,.characteristics h3 .tit:before{
	content:'';
	width: 4px;
	height: 20px;
	background: var(--color);
	position:absolute;
	left: -12px;
	top: 4px;
}
.itemsList .style1 h3 .icon-a-bianzu12,.itemsFloor h3 .icon-a-bianzu12,.characteristics .icon-a-bianzu12{
	color: var(--color);
}
.itemsList .style1 .itemsListDesc .itemsListDescLeft{
	flex:none;
	width:230px;
	height:360px;
	border: 1px solid #EBEBEB;
}
.itemsFloor h3{
	margin-bottom:25px;
}
.nav-menus{
	margin-right:50px;
}
.nav-menus li{
	position:relative;
	margin-left:30px;
	font-size:16px;
	color:#999;
}
.nav-menus li b{
	display:none;
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 22px;
	height: 7px;
	background: url(../../images/current.png) no-repeat center;
	background-size: contain;
	margin-left: -11px;
}
.nav-menus li.now{
	/* color:var(--color); */
}
.nav-menus li.now b{
	display:inline-block;
}
.itemsList .style1 .itemsListDescRight .itemsListDescRightItems li,.itemsList .style1 .itemsListDescRightItemsDV{
	border:0;
	height:360px;
}
.itemsList h3 .tit{
	font-size: 20px;
}
.itemsList .style1 .itemsListDesc{
	height:auto;
	border-bottom:0;
}
.itemsList .style1 .littleBanner img{
	transform:translateX(19%);
	width:154px;
	height: 180px;
}
.itemsList .style1 .itemsListDesc .littleBanner li{
	width:210px;
}
.itemsList .style1 .itemsListDesc .littleBanner .itemTitle{
	width:100%;
	margin:10px 0;
	font-size:14px;
	color:#222;
}
.itemsList .style1 .itemsListDesc .littleBanner li img:hover{
	width:154px;
}
.itemsList .style1 .itemsListDesc .itemsListBanner{
	height:auto;
}
.itemsList .style1 .itemsListBtns{
	padding-bottom:10px;
	background:#F4F4F4;
	height:82px;
	box-sizing:border-box;
}
.itemsList .style1 .itemsListBtns .itemsListBtn{
	margin-top:12px;
	margin-left:10px;
	width:62px;
	height:20px;
	line-height:20px;
	color:#999;
	border-color:#999;
	border-radius: 2px;
}
.itemsList .style1 .itemsListBannerLeftArrow, .itemsList .style1 .itemsListBannerRightArrow{
	top:50%;
	z-index:2;
	width: 26px;
	height: 34px;
	line-height:34px;
	background:rgba(0,0,0,.16);
	
}
.itemsList .style1 .itemsListBannerLeftArrow{
	border-radius: 0px 100px 100px 0px;
}
.itemsList .style1 .itemsListBannerRightArrow{
	border-radius: 100px 0  0 100px;
}
.itemsList .style1 .itemsListDescRight .itemsListDescRightItems{
	height:auto !important;
	
}
.itemsList .style1 .itemsListDescRightItemsTitle{
	top:206px;
}
.itemsList .style1 .itemsListDescRightItems .itemsListDescRightItemsDV img{
	width:180px;
	height:180px;
}
.itemsList .style1 .itemsListDescRightItemsBuy{
	bottom:70px;
}
.rmb{
	font-size:12px;
	color:var(--color);
}
.itemsList .style1 .itemsListDescRightItemsBuy .pri{
	font-size:18px;
	font-weight:bold;
	/* color:var(--color); */
}
.itemsList .style1 .itemsListDescRight .itemsListDescRightItems li{
	position:relative;
}
.itemsList .style1 .itemsListDescRight .itemsListDescRightItems li:after{
	content:'';
	width: 1px;
	height: 364px;
	background: linear-gradient(180deg, rgba(233, 233, 233, 0) 0%, #E3E3E3 51%, rgba(216, 216, 216, 0) 100%);
	position:absolute;
	right:0;
	top:0;
}
.itemsList .style1 .itemsListDescRight .itemsListDescRightItems li:last-child:after{
	display:none;
}
.itemsList .style1 .itemsListDescRightItemsTitle,.itemsList .style1 .itemsListDescRightItemsBuy{
	width: 83%;
}
.itemsList .style1 .itemsListDesc{
	width:100%;
}
.module-floor{
	float:left;
	width:593px;
	height: 360px;
	background: #fff;
	padding: 20px 12px;
	box-sizing:border-box;
}
.module-floor .module-floor-goods {
	
}
.module-floor h3{
	margin-bottom:12px;
}
.module-floor .left {
	padding:0 12px;
	width: 180px;
	height: 280px;
	background: #F8F9FA;
	box-sizing:border-box;
}
.module-floor .left .img-box{
	display:inline-block;
	margin-top:32px;
	width:130px;
	height:130px;
}
.module-floor .left h5{
	margin-bottom:10px;
	margin-top:15px;
	font-size:14px;
	font-weight:normal;
	color:#222;
	line-height: 21px;
}
.module-floor .left p .pri{
	font-size: 16px;
	font-weight:bold;
	/* color:var(--color); */
}
.module-floor .left p del{
	margin-left:15px;
	font-size: 12px;
	color:#999;
}
.module-floor .right{
	padding:16px 14px;
	width:388px;
	box-sizing:border-box;
}
.module-floor .right .item{
	float:left;
	width:47%;
	display:flex;
}
.module-floor .right .item:nth-child(odd){
	margin-right:5%;
}
.module-floor .right .item:nth-child(1),.module-floor .right .item:nth-child(2){
	margin-bottom:52px;
}
.module-floor .right .img-box{
	display:inline-block;
	margin-right:12px;
	width:87px;
	height:87px;
}
.module-floor .right h5{
	margin-bottom:8px;
	font-size:12px;
	font-weight:normal;
	color:#222;
	line-height: 18px;
}
.module-floor .right span{
	margin-bottom:6px;
	font-size: 13px;
	/* color:var(--color); */
}
.module-floor .right span em{
	font-weight:bold;
}
.module-floor .right del{
	font-size:10px;
	color:#999;
}
.floor-style-two{
	display:inline-block;
	margin-right:14px;
	background: none !important;
	padding: 0 !important;
}
.floor-style-two:last-child{
	margin-right:0;
}
.module-floor .icon-a-bianzu12{
	/* color:var(--color); */
} 
.index-introduce-module h3{
	margin-top:29px;
	margin-bottom:33px;
}
.index-introduce-module h3 span{
	display:inline-block;
	width:192px;
	height:32px;
	background:url(../../images/intro-tit-bg.png) no-repeat center;
	background-size:contain;
	text-align:center;
	font-size:26px;
	/* color:var(--color); */
	
}
.intro-menus{
	padding:7px 0;
	background:#fff;
}
.intro-menus li{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:180px;
	cursor:pointer;
}
.intro-menus li:after{
	content:'';
	width: 1px;
	height: 46px;
	background: linear-gradient(180deg, rgba(233, 233, 233, 0) 0%, #E3E3E3 51%, rgba(216, 216, 216, 0) 100%);
	position:absolute;
	top:7px;
	right:0;
}
.intro-menus li:last-child:after{
	display:none;
}
.intro-menus li strong{
	display:inline-block;
	margin-bottom:4px;
	padding:0 20px;
	line-height:28px;
	font-size:16px;
	color:#222;
	border-radius: 16px;
	min-width:80px;
	box-sizing:border-box;
}
.intro-menus li p{
	font-size:13px;
	color:#999;
}
.intro-menus li.active strong{
	background:var(--color);
	color:#fff;
}
.intro-menus li.active p{
	/* color:var(--color); */
}
.intro-menu-items{
	padding:12px 0;
}
.intro-menu-items li{
	float:left;
	margin-right:12px;
	margin-bottom:14px;
	padding:20px 16px 0;
	width: 230px;
	height: 300px;
	text-align:center;
	background: #FFFFFF;
	box-sizing:border-box;
	box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
	cursor:pointer;
}
.intro-menu-items li:nth-child(5n){
	margin-right:0;
}
.intro-menu-items li .img-box{
	display:inline-block;
	width:160px;
	height:160px;
	overflow:hidden;
}
.intro-menu-items li h5{
	margin-top:15px;
	margin-bottom:16px;
	font-size:14px;
	color:#222;
	font-weight:normal;
	height:40px;
	overflow:hidden;
}
.intro-menu-items li p strong{
	font-size:18px;
	/* color:var(--color); */
}
.intro-menu-items li p del{
	margin-left:6px;
	font-size:12px;
	color:#999;
}
.intro-menu-items li .rmb{
	font-size:12px;
	/* color:var(--color); */
}
.floor-style-lr .left{
	display:inline-block;
	width:290px;
	height:370px;
	background:#ddd;
}
.floor-style-lr .right{
	padding-left:14px;
	width:872px;
}
.floor-style-lr .right .img-box{
	float:left;
	margin-right:14px;
	margin-bottom:10px;
	width: 280px;
	height: 180px;
	background:#fff;
	overflow:hidden;
	cursor:pointer;
}
.floor-style-lr .right .img-box:nth-child(3n){
	margin-right:0;
}
.itemsList .style2{
	padding:0 !important;
	background:transparent !important;
}
.itemsList .style2 h3{
	margin-bottom:20px;
	padding-left: 12px;
}
.itemsListDescRightItems .shopName{
	font-size: 14px;
	position: absolute;
	bottom: 38px;
	color: #888;
}
body{	color: var(--color);}
/* 新增限时折扣 1.31 */
.secakill{
	width: 1200px;
	height: 360px;
	margin: 20px auto;
	border-radius:15px;
	box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.1);
	border: 1px solid #EEEEEE;
	background: white;
	/* border-top-left-radius: 10px;
	border-top-right-radius: 10px; */
	opacity: 1;
}

.secakill_bg_img{
	width: 100%;
	height:50px;
	/* background: url('../../images/top_1.jpg') no-repeat center; */
	background:linear-gradient(179deg, #ffffff 0%, var(--color) 100%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.secakill_bg_img_1,
.secakill_bg_img_2{
	width: 35%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	color:#FFFFFF;
}
.secakill_bg_img_1 img{
	width: 130px;
}
.secakill_bg_img_2{
	width: 11%;
}
.secakill_bg_img_1 b{
	width: 1px;
	height: 20px;
	background: #FFFFFF;
	opacity: 0.5;
}

.secakill_bg_img_1 span,
.secakill_bg_img_2 span{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
}
.subjecthove ul{
	width: 100%;
	background-color: #fff;
	padding: 0 0 0;
	display: flex;
}
.subjecthove ul li{
	position:relative;
	padding: 0px 12px 5px;
	flex: 1;
	max-width: 20%;
	box-sizing: border-box;
}
.subjecthove ul li:hover{
	box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #EEEEEE;
	background: #FFFFFF;
}
.subjecthove ul li:after{
	content:'';
	width: 1px;
	height: 334px;
	background: linear-gradient(180deg, rgba(233, 233, 233, 0) 0%, #E3E3E3 51%, rgba(216, 216, 216, 0) 100%);
	position:absolute;
	right:0;
	top:0;
}
.subjecthove ul li:last-child{
	border: none;
}
.subjecthove .hotSaleImgBox{
	width: 100%;
	height: 210px;
}
.subjecthove .hotSaleImgBox img{
	width: 170px;
	height: 170px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.subjecthove .hotSaleImgBox img:hover{
	cursor: pointer;
}
.subjecthove .hotSaleProductTitle{
	font-size: 14px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	 height: 36px;
	text-align: center;
}
.subjecthove .hotSaleProductTitle:hover{
	color: var(--color);
	cursor: pointer;
}
.subjecthove .hotSaleProductDesc{
	height: 24px;
	line-height: 24px;
	margin-top: 7px;
	text-align:center;
}
.hotSaleProductDesc i{
	position:relative;
	display:inline-block;
	padding:0 3px;
	font-size:10px;
	line-height:18px;
	color:#fff;
	background:var(--color);
	border-radius: 2px;
}
.hotSaleProductDesc i:after{
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid var(--color);
	position: absolute;
	right: -3px;
	top: 5px;
}

.subjecthove .hotSaleProductNowPrice{
	font-weight: bold;
	color: var(--color);
	font-size: 16px;
}
.subjecthove .hotSaleProductOldPrice{
	font-size: 12px;
	color: #ccc;
}
.subjecthove .hotSaleProductBuyItNow{
	display: inline-block;
	width: 60px;
	height: 24px;
	line-height: 24px;
	background-color: #FFA333;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	font-size: 12px;
}
.subjecthove .hotSaleProductBuyItNow:hover{
	cursor: pointer;
	opacity: 0.8;
}
.hotSalespan{
	width: 51px;
	height: 14px;
	font-size: 12px;
	font-family: ArialMT;
	color: #999999;
	line-height: 14px;
}

.hideer{
	display: none;
}
.fuzhuangGuan{
	display: flex;
    justify-content: space-between;
}