.activities_show{
  width: 100%;
  position: relative;

}
.activities_banner{
  width: 100%;
  vertical-align: middle;
}
.pages{
  color: #fff;
}


.activities_content{
  width: 100%;
  /* background-image: url(../newimages/activities_footer_img.png); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}

.activities{}

.activities_title{
  width: 546px;
  height: 86px;
  background-image: url(../newimages/goods_title.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 50px;
}
.activities_goods{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  /* max-height: 2170px; */
  /* display: none; */
  margin-left: 13px;

}
.activitiesGood{
  width: 280px;
  /* height: 408px; */
  padding: 20px 30px 30px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 18px;
  margin-right: 18px;
}
.activities_goods .activitiesGood:nth-child(4n){
  margin-right: 0px;
}
.activitiesGood>a:hover{
  color: #FC4C02;
}
.activitiesGood:nth-of-type(4n){
  margin-right: 0px;
}
.list-img{
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.list-img a{
  width: 100%;
  height: 100%;
  position: relative;
    display: block;
}
.list-img a img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list-img .lootalls{
	width: 130px;
	height: 130px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.nojiashopp{
	background: #999!important;
  cursor: no-drop;
}
.activitiesGood .jxinfo-tit {
  display: -webkit-box;
  /*必须结合的属性 将对象作为弹性伸缩盒子模型显示*/
  -webkit-box-orient: vertical;
  /*必须结合的属性 设置或检索伸缩盒对象的子元素的排列方式*/
  -webkit-line-clamp: 2;
  /*用来限制在一个块元素显示的文本的行数*/
  overflow: hidden;
  margin-left: 5px;
  margin-right: 14px;
  margin-top: 20px;
  letter-spacing: 0.05em;
  color: var(--mainFontColor);
  font-size: 15px;
  font-weight: normal;
  height: 36px;
  line-height: 18px;
  word-break: break-all;

}
.activities_price{
  padding: 12px 0 30px;
  display: flex;
  justify-content: space-between;
}
.activities_price .follow{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #C7C7C7;
    font-size: 12px;


}
.sale-price em{
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #E13030;
  line-height: 30px;
  
}
.sale-price em i{
  
  font-size: 16px;
}
.sale-price em>b{
  font-size: 22px;
}
.gz_gwc{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.guanz,.carted{
  display: inline-block;
}
.gz_gwc span{
  display: flex;
  width: 110px;
  height: 38px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #999999;
  font-size: 20px;
  color: #FC4C02;
}
.goby_car{
	width: 220px;
height: 46px;
line-height: 46px;
background: #E13030;
border-radius: 23px;
font-size: 18px;
color: #FFFFFF;
text-align: center;
}

.gz_gwc span.addcart{
  border: 1px solid #FC4C02;
}
.addcart .carted {
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background: url(../newimages/lww_cart1.png) no-repeat center;
  margin-right: 3px;
 
}
.addcartdont{
  color: #fff !important;
  cursor: not-allowed!important;
}

.addcartdont .carted{
  width: 20px !important;
  height: 20px !important;
  background: url(../newimages/lww_cart2.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 3px;
}
.follow .guanz,
.qxfollow .guanz  {
  width: 17px;
  height: 15px;
  background-size: 100% 100%;
  margin-right: 6px;
}
.follow .guanzwenz {
  color: #666666;
}

/* .activities_footer_img{
  width: 100%;
  height: 1460px;
  background-image: url(../newimages/activities_footer_img.png);
  background-size: cover;
  background-repeat: no-repeat;
} */
