html {
  font-size: 375px;
}

.page {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  width: 1.048rem;
  min-height: 100vh;
  overflow-y: auto;
  padding-bottom: 0.2rem;
  display: flex;
  flex-direction: column;
}

.image_1 {
  width: 1.048rem;
  height: 1.582rem;
  object-fit: cover;
}

.block_1 {
  position: relative;
  width: 0.15rem;
  height: auto;
  margin: 0;
}

.block_1 .label_1,
.block_1 .label_2,
.block_1 .label_3,
.block_1 .label_4 {
  width: 0.08rem;
  height: 0.08rem;
  margin: 0.01rem auto;
}

.block_1 .text_1 {
  font-size: 0.024rem;
  margin: 0.01rem 0;
}

.label_1 {
  width: 0.094rem;
  height: 0.094rem;
  margin: 0.11rem 0 0 0.923rem;
}

.label_2 {
  width: 0.094rem;
  height: 0.094rem;
  margin: 0.022rem 0 0 0.923rem;
}

.label_3 {
  width: 0.094rem;
  height: 0.094rem;
  margin: 0.022rem 0 0 0.923rem;
}

.box_1 {
  width: 0.075rem;
  height: 0.016rem;
  margin: 0 auto 0.02rem;
}

.group_1 {
  background-color: rgba(255, 216, 74, 1);
  border-radius: 7px;
  width: 0.016rem;
  height: 0.016rem;
}

.group_2 {
  background-color: rgba(22, 196, 175, 1);
  border-radius: 7px;
  width: 0.016rem;
  height: 0.016rem;
  margin-left: 0.014rem;
}

.group_3 {
  background-color: rgba(37, 37, 37, 1);
  border-radius: 7px;
  width: 0.016rem;
  height: 0.016rem;
  margin-left: 0.014rem;
}

.text_1 {
  width: 100%;
  height: 0.048rem;
  overflow-wrap: break-word;
  color: rgba(118, 118, 118, 1);
  font-size: 0.032rem;
  font-family: Source Han Sans-Regular;
  text-align: center;
  white-space: nowrap;
  line-height: 0.032rem;
}

.label_4 {
  width: 0.08rem;
  height: 0.08rem;
  margin: 0.01rem auto;
  position: static;
  left: auto;
  top: auto;
}

.block_2 {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  width: 92%;
  margin: -0.2rem auto 0;
  padding: 0.02rem 0 0.1rem 0;
  z-index: 99;
  flex: 1;
}

.box_2 {
  width: 0.886rem;
  height: 0.094rem;
  margin: 0.03rem 0 0 0.04rem;
}

.text_2 {
  width: 0.582rem;
  height: 0.094rem;
  overflow-wrap: break-word;
  color: rgba(26, 26, 26, 1);
  font-size: 0.064rem;
  font-family: Source Han Sans-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.094rem;
}

.label_5 {
  width: 0.067rem;
  height: 0.067rem;
  margin-top: -0.02rem;
}

.text_3 {
  width: 0.878rem;
  height: 0.062rem;
  overflow-wrap: break-word;
  color: rgba(26, 26, 26, 1);
  font-size: 0.042rem;
  font-family: Source Han Sans-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.062rem;
  margin: 0.019rem 0 0 0.04rem;
}

.box_3 {
  background-color: rgba(238, 238, 238, 1);
  border-radius: 4px;
  width: 0.878rem;
  height: 0.006rem;
  margin: 0.046rem 0 0 0.04rem;
}

.image-text_1 {
  width: 0.878rem;
  height: 0.04rem;
  margin: 0.04rem 0;
}

.thumbnail_1 {
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 1rem;
  object-fit: cover;
}

.text-group_1 {
  width: 0.822rem;
  height: 0.04rem;
  overflow-wrap: break-word;
  color: rgba(26, 26, 26, 1);
  font-size: 0.03rem;
  font-family: Source Han Sans-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
}

.box_4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  margin-bottom: 0.04rem;
}

.subcategory-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.01rem;
}

.group_4 {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.group_4:hover {
  transform: translateY(-2px);
}

.image-text_2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, rgb(116 116 116 / 6%), #fff);
  border: 2px solid #fff;
  box-shadow: 6px 6px 15px 0 rgb(136 167 225 / 10%), -6px -6px 15px 0 #fff;
  border-radius: 0.04rem;
  padding: 0.08rem 0.08rem 0rem 0.08rem;
}

.image_2 {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  /* margin-bottom: 0.1rem; */
  padding: 0.02rem;
  box-shadow: inset 0 0 0 0.005rem rgb(156, 90, 3);
}

.text-group_2 {
  font-size: 0.035rem;
  color: #333;
  text-align: center;
  margin: 0.025rem 0rem 0.04rem 0rem;
}

.box_5 {
  width: 100%;
  height: 0.02rem;
  background: linear-gradient(140deg, #53E88B 0%, #15BE77 100%);
  border-radius: 1px;
  margin-top: 0.1rem;
}

.group_5 {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 0.267rem;
  height: 0.267rem;
  margin-left: 0.04rem;
}

.image-text_3 {
  width: 0.267rem;
  height: 0.2rem;
  margin-top: 0.016rem;
}

.image_3 {
  width: 0.139rem;
  height: 0.139rem;
  margin-left: 0.064rem;
}

.text-group_3 {
  width: 0.267rem;
  height: 0.048rem;
  overflow-wrap: break-word;
  color: rgba(26, 26, 26, 1);
  font-size: 0.032rem;
  font-family: Source Han Sans-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 0.032rem;
  margin-top: 0.014rem;
}

.section_1 {
  background-color: rgba(255, 216, 74, 1);
  border-radius: 4px;
  width: 0.08rem;
  height: 0.006rem;
  margin: 0.016rem 0 0.03rem 0.094rem;
}

.group_6 {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 0.267rem;
  height: 0.267rem;
  margin-left: 0.04rem;
}

.image-text_4 {
  width: 0.267rem;
  height: 0.2rem;
  margin-top: 0.016rem;
}

.image_4 {
  width: 0.139rem;
  height: 0.139rem;
  margin-left: 0.064rem;
}

.text-group_4 {
  width: 0.267rem;
  height: 0.048rem;
  overflow-wrap: break-word;
  color: rgba(26, 26, 26, 1);
  font-size: 0.032rem;
  font-family: Source Han Sans-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 0.032rem;
  margin-top: 0.014rem;
}

.section_2 {
  background-color: rgba(255, 216, 74, 1);
  border-radius: 4px;
  width: 0.08rem;
  height: 0.006rem;
  margin: 0.016rem 0 0.03rem 0.094rem;
}

.box_6 {
  width: 0.88rem;
  height: 0.267rem;
  margin: 0.04rem 0 0 0.04rem;
}

.group_7 {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 0.267rem;
  height: 0.267rem;
}

.image-text_5 {
  width: 0.267rem;
  height: 0.2rem;
  margin-top: 0.016rem;
}

.image_5 {
  width: 0.139rem;
  height: 0.139rem;
  margin-left: 0.064rem;
}

.text-group_5 {
  width: 0.267rem;
  height: 0.048rem;
  overflow-wrap: break-word;
  color: rgba(26, 26, 26, 1);
  font-size: 0.032rem;
  font-family: Source Han Sans-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 0.032rem;
  margin-top: 0.014rem;
}

.group_8 {
  background-color: rgba(255, 216, 74, 1);
  border-radius: 4px;
  width: 0.08rem;
  height: 0.006rem;
  margin: 0.016rem 0 0.03rem 0.094rem;
}

.group_9 {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 0.267rem;
  height: 0.267rem;
  margin-left: 0.04rem;
}

.image-text_6 {
  width: 0.267rem;
  height: 0.2rem;
  margin-top: 0.016rem;
}

.image_6 {
  width: 0.139rem;
  height: 0.139rem;
  margin-left: 0.064rem;
}

.text-group_6 {
  width: 0.267rem;
  height: 0.048rem;
  overflow-wrap: break-word;
  color: rgba(26, 26, 26, 1);
  font-size: 0.032rem;
  font-family: Source Han Sans-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 0.032rem;
  margin-top: 0.014rem;
}

.section_3 {
  background-color: rgba(255, 216, 74, 1);
  border-radius: 4px;
  width: 0.08rem;
  height: 0.006rem;
  margin: 0.016rem 0 0.03rem 0.094rem;
}

.group_10 {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 0.267rem;
  height: 0.267rem;
  margin-left: 0.04rem;
}

.image-text_7 {
  width: 0.267rem;
  height: 0.2rem;
  margin-top: 0.016rem;
}

.image_7 {
  width: 0.139rem;
  height: 0.139rem;
  margin-left: 0.064rem;
}

.text-group_7 {
  width: 0.267rem;
  height: 0.048rem;
  overflow-wrap: break-word;
  color: rgba(26, 26, 26, 1);
  font-size: 0.032rem;
  font-family: Source Han Sans-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 0.032rem;
  margin-top: 0.014rem;
}

.section_4 {
  background-color: rgba(255, 216, 74, 1);
  border-radius: 4px;
  width: 0.08rem;
  height: 0.006rem;
  margin: 0.016rem 0 0.03rem 0.094rem;
}

.image-text_8 {
  width: 0.878rem;
  height: 0.04rem;
  margin: 0.072rem 0 0 0.04rem;
}

.thumbnail_2 {
  width: 0.04rem;
  height: 0.04rem;
}

.text-group_8 {
  width: 0.822rem;
  height: 0.04rem;
  overflow-wrap: break-word;
  color: rgba(26, 26, 26, 1);
  font-size: 0.026rem;
  font-family: Source Han Sans-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.027rem;
}

.box_7 {
  width: 0.88rem;
  height: 0.267rem;
  margin: 0.04rem 0 0 0.04rem;
}

.group_11 {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 0.267rem;
  height: 0.267rem;
}

.image-text_9 {
  width: 0.267rem;
  height: 0.2rem;
  margin-top: 0.016rem;
}

.image_8 {
  width: 0.139rem;
  height: 0.139rem;
  margin-left: 0.064rem;
}

.text-group_9 {
  width: 0.267rem;
  height: 0.048rem;
  overflow-wrap: break-word;
  color: rgba(26, 26, 26, 1);
  font-size: 0.032rem;
  font-family: Source Han Sans-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 0.032rem;
  margin-top: 0.014rem;
}

.block_3 {
  background-color: rgba(255, 216, 74, 1);
  border-radius: 4px;
  width: 0.08rem;
  height: 0.006rem;
  margin: 0.016rem 0 0.03rem 0.094rem;
}

.group_12 {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 0.267rem;
  height: 0.267rem;
  margin-left: 0.04rem;
}

.image-text_10 {
  width: 0.267rem;
  height: 0.2rem;
  margin-top: 0.016rem;
}

.image_9 {
  width: 0.139rem;
  height: 0.139rem;
  margin-left: 0.064rem;
}

.text-group_10 {
  width: 0.267rem;
  height: 0.048rem;
  overflow-wrap: break-word;
  color: rgba(26, 26, 26, 1);
  font-size: 0.032rem;
  font-family: Source Han Sans-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 0.032rem;
  margin-top: 0.014rem;
}

.box_8 {
  background-color: rgba(255, 216, 74, 1);
  border-radius: 4px;
  width: 0.08rem;
  height: 0.006rem;
  margin: 0.016rem 0 0.03rem 0.094rem;
}

.group_13 {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 0.267rem;
  height: 0.267rem;
  margin-left: 0.04rem;
}

.image-text_11 {
  width: 0.267rem;
  height: 0.2rem;
  margin-top: 0.016rem;
}

.image_10 {
  width: 0.139rem;
  height: 0.139rem;
  margin-left: 0.064rem;
}

.text-group_11 {
  width: 0.267rem;
  height: 0.048rem;
  overflow-wrap: break-word;
  color: rgba(26, 26, 26, 1);
  font-size: 0.032rem;
  font-family: Source Han Sans-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 0.032rem;
  margin-top: 0.014rem;
}

.group_14 {
  background-color: rgba(255, 216, 74, 1);
  border-radius: 4px;
  width: 0.08rem;
  height: 0.006rem;
  margin: 0.016rem 0 0.03rem 0.094rem;
}

.box_9 {
  width: 0.88rem;
  height: 0.267rem;
  margin: 0.04rem 0 0.08rem 0.04rem;
}

.section_5 {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 0.267rem;
  height: 0.267rem;
}

.image-text_12 {
  width: 0.267rem;
  height: 0.2rem;
  margin-top: 0.016rem;
}

.image_11 {
  width: 0.139rem;
  height: 0.139rem;
  margin-left: 0.064rem;
}

.text-group_12 {
  width: 0.267rem;
  height: 0.048rem;
  overflow-wrap: break-word;
  color: rgba(26, 26, 26, 1);
  font-size: 0.032rem;
  font-family: Source Han Sans-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 0.032rem;
  margin-top: 0.014rem;
}

.block_4 {
  background-color: rgba(255, 216, 74, 1);
  border-radius: 4px;
  width: 0.08rem;
  height: 0.006rem;
  margin: 0.016rem 0 0.03rem 0.094rem;
}

.section_6 {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 0.267rem;
  height: 0.267rem;
  margin-left: 0.04rem;
}

.image-text_13 {
  width: 0.267rem;
  height: 0.2rem;
  margin-top: 0.016rem;
}

.image_12 {
  width: 0.139rem;
  height: 0.139rem;
  margin-left: 0.064rem;
}

.text-group_13 {
  width: 0.267rem;
  height: 0.048rem;
  overflow-wrap: break-word;
  color: rgba(26, 26, 26, 1);
  font-size: 0.032rem;
  font-family: Source Han Sans-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 0.032rem;
  margin-top: 0.014rem;
}

.box_10 {
  background-color: rgba(255, 216, 74, 1);
  border-radius: 4px;
  width: 0.08rem;
  height: 0.006rem;
  margin: 0.016rem 0 0.03rem 0.094rem;
}

.section_7 {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 0.267rem;
  height: 0.267rem;
  margin-left: 0.04rem;
}

.image-text_14 {
  width: 0.267rem;
  height: 0.2rem;
  margin-top: 0.016rem;
}

.image_13 {
  width: 0.139rem;
  height: 0.139rem;
  margin-left: 0.064rem;
}

.text-group_14 {
  width: 0.267rem;
  height: 0.048rem;
  overflow-wrap: break-word;
  color: rgba(26, 26, 26, 1);
  font-size: 0.032rem;
  font-family: Source Han Sans-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 0.032rem;
  margin-top: 0.014rem;
}

.group_15 {
  background-color: rgba(255, 216, 74, 1);
  border-radius: 4px;
  width: 0.08rem;
  height: 0.006rem;
  margin: 0.016rem 0 0.03rem 0.094rem;
}

/* 添加侧边导航样式 */
.side-nav {
  position: fixed;
  right: 0.035rem;
  bottom: 0.2rem;
  z-index: 999;
  width: 0.1rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.01rem;
}

/* 添加hover效果 */
.side-nav:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.side-nav img:hover {
  opacity: 0.8;
  cursor: pointer;
}

.db-bt {
  width: 0.878rem;
  margin: 0 auto;
  padding: 0.02rem 0;
  min-height: 0.2rem;
}


/* 确保分类容器也是自适应高度 */
.fenlei {
  width: 92%;
  margin: 0 auto;
  padding: 0.02rem 0;
  min-height: 0.2rem;
}

.banners-index {
  width: 100%;
  height: 1rem;
  overflow: hidden;
}

.banner-swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.banner-link {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 分页器样式 */
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

/* .mx-auto {
  width: 100%;
  height: auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #a76700 0, #ffd503 30%, #a76700 80%, #880806);
  transition: all .5s ease-in-out;
} */