.grid-2 {
	grid-template-columns: repeat(auto-fill, 49%);
	justify-content: space-between;
	grid-gap: 0rem;
}

.item-s5 {
	width: 100%;
	margin-bottom: 0.3rem;
}

.item-s5 .cover {
	height: auto;
}










.swiper-m .list-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-gap: 0.2rem 0rem;
}

.item-s1{
	width: 18%;
}

.item-s1 .cover{
	width: 100%;
	height: auto;
}








.shop-wrap>.item {
	width: 49%;
}

.shop-wrap .img-box {
	width: 100%;
	height : auto;
}