.shop_pic img{
	     max-width: unset !important; 
	     overflow: unset !important;
	     width: unset !important; 
	     height: unset !important; 
	     max-width: unset !important; 
	     max-height: unset !important; 
	    width: 100% !important;
	    object-fit: contain;
	    height: 100%;
	    display: unset !important;
}


/* 轮播 */
.banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #b1b1b1;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #a81a1f;
}

.new_con {
	padding: 0 .45rem .2rem;
}

.index_tit {
	font-size: .32rem;
	font-weight: bold;
	text-align: center;
	padding: .48rem 0 .4rem;
}

.new_lun h2 {
	font-size: .26rem;
	color: #222222;
	margin-bottom: .22rem;
}

.new_lun h3 {
	font-size: .22rem;
	color: #626262;
	line-height: 24px;
}

.new_lun p {
	font-size: .22rem;
	color: #626262;
	line-height: 24px;
}

.new_con .swiper-container {
	padding-bottom: .85rem;
}

.new_con .swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	background: #8a8a8a;
	display: inline-block;
	border-radius: 0;
	opacity: 1;
}

.new_con .swiper-pagination-bullet-active {
	opacity: 1;
	background: #e60012;
}

.in_shop {
	background: #f3f3f3;
}

.shop_list {
	padding: 0 .2rem .2rem;
}

.shop_list>ul>li {
	float: left;
	width: calc((100% - .2rem)/2);
	margin-right: .2rem;
	margin-bottom: .3rem;
    background: #f5f5f5;
    border: 1px solid #dedede;
    padding-bottom: .3rem;
}

.shop_list>ul>li:nth-child(2n) {
	margin-right: 0;
}

.shop_list>ul>li h1 {
	font-size: .26rem;
	color: #111111;
	overflow: hidden;
     padding: 0 .2667rem  .2667rem 0 /* 20px -> .2667rem *//* 20px -> .2667rem */;
	/* margin: .1rem 0; */
    padding-top: 0.3rem;
    padding-left: .2rem;
    padding-right: .2rem;
	line-height: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.shop_list>ul>li h2 {
	font-size: .24rem;
	color: #e60012;
    padding-left: .2rem;
   padding-right: .1rem;
}

.shop_list>ul>li h2 em {
	font-weight: bold;
}

.shop_pic{
	max-height: unset !important;
	height: auto;
}
.shop_list>ul>li{
	margin-bottom: .5rem;
}
.ibc_B{
	display: flex;
	align-items: center;
}
.imgss{
	width: 28px;
	height: 17px;
}
.imgss img{
	width: 100%;
	object-fit: contain;
	height: 100%;
	
}
.new_lun{
	width: 100%;
}
.fr{
text-align: right;
}
.new_lun p{
	display: none;
	height: 24px;
}
.new_lun h2{
	height: 48px;
	line-height: 24px;
overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}