.recommendShopPage[data-v-7494ee08] {
  min-height: 100vh;
  background-color: #f7f8fa;
  display: flex;
  flex-direction: column;
}
.recommendShopPage[data-v-7494ee08] .van-nav-bar .van-icon {
  color: #323233;
  font-size: 4.8vw;
}
.recommendShopPage[data-v-7494ee08] .van-nav-bar .van-nav-bar__title {
  font-weight: 600;
  font-size: 4.266667vw;
  color: #1a1a1a;
}
.recommendShopPage .searchHeader[data-v-7494ee08] {
  background: #ffffff;
  padding-bottom: 2.133333vw;
  box-shadow: 0 0.533333vw 2.133333vw rgba(0, 0, 0, 0.03);
}
.recommendShopPage .searchHeader .shopCountTip[data-v-7494ee08] {
  padding: 1.066667vw 4.266667vw 1.6vw;
  font-size: 3.2vw;
  color: #8c8c8c;
}
.recommendShopPage .searchHeader .shopCountTip strong[data-v-7494ee08] {
  color: #ff511a;
  font-weight: 600;
}
.recommendShopPage .shopListContainer[data-v-7494ee08] {
  padding: 3.2vw 3.2vw 6.4vw;
  flex: 1;
}
.recommendShopPage .shopListContainer .shopCard[data-v-7494ee08] {
  background: #ffffff;
  border-radius: 3.2vw;
  padding: 3.2vw 3.733333vw;
  margin-bottom: 2.666667vw;
  display: flex;
  align-items: center;
  box-shadow: 0 0.533333vw 2.666667vw rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
  cursor: pointer;
}
.recommendShopPage .shopListContainer .shopCard[data-v-7494ee08]:active {
  background-color: #fafafa;
  transform: scale(0.995);
}
.recommendShopPage .shopListContainer .shopCard .logoWrapper[data-v-7494ee08] {
  width: 16vw;
  height: 16vw;
  flex-shrink: 0;
  margin-right: 3.2vw;
  position: relative;
  background: #f0f2f5;
  border-radius: 2.133333vw;
  overflow: hidden;
}
.recommendShopPage .shopListContainer .shopCard .logoWrapper .shopLogo[data-v-7494ee08] {
  width: 100%;
  height: 100%;
  display: block;
}
.recommendShopPage .shopListContainer .shopCard .logoWrapper .imageError[data-v-7494ee08] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  color: #bbb;
  font-size: 6.4vw;
}
.recommendShopPage .shopListContainer .shopCard .shopInfo[data-v-7494ee08] {
  flex: 1;
  min-width: 0;
  margin-right: 2.133333vw;
}
.recommendShopPage .shopListContainer .shopCard .shopInfo .shopTitle[data-v-7494ee08] {
  font-size: 4vw;
  font-weight: 600;
  color: #222222;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.6vw;
}
.recommendShopPage .shopListContainer .shopCard .shopInfo .shopTags[data-v-7494ee08] {
  display: flex;
  align-items: center;
  gap: 1.6vw;
  flex-wrap: wrap;
}
.recommendShopPage .shopListContainer .shopCard .shopInfo .shopTags .tag[data-v-7494ee08] {
  font-size: 2.666667vw;
  color: #666;
  background: #f3f4f7;
  padding: 0.533333vw 1.6vw;
  border-radius: 1.066667vw;
  line-height: 1.2;
}
.recommendShopPage .shopListContainer .shopCard .shopInfo .shopTags .tag.tagRed[data-v-7494ee08] {
  color: #ff511a;
  background: rgba(255, 81, 26, 0.08);
}
.recommendShopPage .shopListContainer .shopCard .actionBtn[data-v-7494ee08] {
  flex-shrink: 0;
}
.recommendShopPage .shopListContainer .shopCard .actionBtn .enterBtn[data-v-7494ee08] {
  display: inline-block;
  font-size: 3.2vw;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(135deg, #ff7438 0%, #ff511a 100%);
  padding: 1.6vw 3.733333vw;
  border-radius: 5.333333vw;
  box-shadow: 0 0.533333vw 1.6vw rgba(255, 81, 26, 0.25);
  letter-spacing: 0.5px;
}

