.introduce_module {
	margin: 0;
}

.store_list {
	height: 16.125rem;
}

.store_img img {
	object-fit: cover;
}

.store_title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.625rem 1.25rem;
	background-color: rgba(241, 195, 165, .5);
	font-size: .875rem;
	color: #333;
}

.store_title p {
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.store_title span {
	font-size: 0.875rem;
	font-weight: normal;
}

/* 小于1200px执行 */
@media screen and (max-width: 1200px) {
	.store_list {
		height: 11.875rem;
	}
}

/* 小于992px执行 */
@media screen and (max-width: 992px) {
	.store_list {
		height: 13.8125rem;
	}
}

/* 小于765px执行 */
@media screen and (max-width: 765px) {
	.store_list {
		height: 6.911875rem;
	}

	.store_title {
		padding: 0.3125rem 0.625rem;
	}

	.store_title p {
		font-size: 0.875rem;
	}

	.store_title span {
		font-size: 0.75rem;
	}
}
