/* 布局 start*/

/* 头部 */
.header-container {
  height: 8.5rem;
  position: relative;
}

/* 商品类目 */
.category-container {
  padding-top: 0.5rem;
}

/* 店铺列表 */
.shop-list-container {
  padding: 0.7rem 0 2.5rem;
}

/* 底部 */
.footer-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* 布局 end*/

/* 内容 start*/

/* 头部 */
.header-img {
  width: 100%;
  height: 100%;
}
.search-bar {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
  margin-top: 0.5rem;
  padding: 0 1.75rem;
}
.search-location {
  display: flex;
  align-items: center;
  width: 4.6rem;
  border-radius: 0.75rem;
  background-color: rgba(0, 0, 0, 0.33);
  padding: 0 0.25rem;
}
.location-icon {
  width: 0.7rem;
  margin-left: 0.125rem;
}
.location-name {
  margin-left: 0.5rem;
  font-size: 0.7rem;
  color: #fff;
}
.location-arrow {
  width: 0.65rem;
  margin-top: 0.1rem;
}
.search-btn {
  display: flex;
  align-items: center;
  width: 8.5rem;
  border-radius: 0.75rem;
  background-color: #fff;
  padding: 0 0.25rem;
}
.search-icon {
  width: 0.7rem;
}
.search-text {
  margin-left: 0.25rem;
  font-size: 0.7rem;
  color: #a9a9a9;
}

/* 商品类目 */
.category-list {
  display: flex;
  flex-wrap: wrap;
}
.category-item {
  flex: 0 1 25%;
  margin-bottom: 0.5rem;
}
.category-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.category-icon {
  width: 2.35rem;
}
.category-name {
  margin-top: 0.7rem;
  font-size: 0.65rem;
  color: #000;
}

/* 店铺列表 */
.shop-list-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.8rem;
}
.title-line {
  width: 1.5rem;
  height: 0.05rem;
  background-color: #949494;
}
.title-text {
  margin: 0 0.3rem;
  font-size: 0.75rem;
  color: #000;
}
.shop-list-content {
  padding: 0 0.5rem;
}
.shop-link {
  display: flex;
  align-items: flex-start;
  padding: 0.75rem 0;
}
.shop-brand {
  position: relative;
  width: 4.3rem;
  height: 3.25rem;
  border: 0.05rem solid #e4e4e4;
}
.shop-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-mark {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a9a9a9;
  padding: 0.1rem;
  line-height: 1;
  font-size: 0.6rem;
  color: #fff;
}
.shop-mark-pin {
  background-color: #ffa627;
}
.shop-mark-xin {
  background-color: #21c56c;
}
.shop-info-content {
  flex: 1;
  margin-left: 0.35rem;
}
.shop-name {
  line-height: 1;
  font-size: 0.8rem;
  color: #000;
}
.shop-score-content {
  margin-top: 0.65rem;
  height: 0.6rem;
}
.shop-score {
  width: 3rem;
  height: 100%;
}
.shop-score .ui-score-star {
  width: 0.5rem;
  height: 0.5rem;
}
.shop-sales,
.shop-time,
.shop-distance,
.shop-price {
  font-size: 0.6rem;
  color: #656565;
  line-height: 1;
}
.shop-sales {
  margin-left: 0.25rem;
}
.shop-time,
.shop-distance {
  justify-content: right;
}
.shop-price {
  margin-top: 0.625rem;
}
.shop-other-info {
  overflow: hidden;
  margin-top: 0.6rem;
}
.other-info-item {
  margin-top: 0.35rem;
  height: 0.675rem;
}
.other-info-img {
  width: 0.675rem;
}
.other-info-desc {
  vertical-align: top;
  line-height: 0.675rem;
  font-size: 0.6rem;
  color: #898989;
}
.shop-list-loading {
  margin: 0.5rem 0;
  font-size: 0.8rem;
  color: #ccc;
  text-align: center;
}

/* 内容 end*/
