.header[data-v-44d85bd0] {
  color: white;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  background-image: url(/img/bg.bca60f9c.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 100;
}
.container[data-v-44d85bd0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.logo img[data-v-44d85bd0] {
  width: 150px;
}
.nav-menu[data-v-44d85bd0] {
  display: flex;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-menu li[data-v-44d85bd0] {
  list-style: none;
}
.nav-menu li a[data-v-44d85bd0] {
  display: inline-block;
  padding: 0.25rem 0.25rem;
  color: white !important;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}
.nav-menu li a[data-v-44d85bd0]:hover {
  color: #FFCC7C;
}
/* 高亮当前路由的菜单项 */
.nav-menu li a.router-link-active[data-v-44d85bd0],
.mobile-nav li a.router-link-active[data-v-44d85bd0] {
  color: #FFCC7C !important;
}
/* 如果希望完全匹配时才高亮（exact） */
.nav-menu li a.router-link-exact-active[data-v-44d85bd0],
.mobile-nav li a.router-link-exact-active[data-v-44d85bd0] {
  color: #FFCC7C !important;
}
.menu-toggle[data-v-44d85bd0] {
  display: none;
  background: none;
}
.menu-toggle .menu[data-v-44d85bd0] {
  width: 30px;
}
.slide-enter-active[data-v-44d85bd0],
.slide-leave-active[data-v-44d85bd0] {
  transition: opacity 0.3s;
}
.slide-enter[data-v-44d85bd0],
.slide-leave-to[data-v-44d85bd0] {
  opacity: 0;
}
.mobile-menu[data-v-44d85bd0] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #000;
  padding: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.mobile-nav[data-v-44d85bd0] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-nav li[data-v-44d85bd0] {
  margin: 1rem 0;
}
/* 移动端菜单项样式 - 确保文字为白色 */
.mobile-nav li a[data-v-44d85bd0] {
  color: white !important;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}
.mobile-nav li a[data-v-44d85bd0]:hover {
  color: #FFCC7C;
}
@media (max-width: 768px) {
.nav-menu[data-v-44d85bd0] {
    display: none;
}
.menu-toggle[data-v-44d85bd0] {
    display: flex;
}
}


.footer[data-v-15dd30fa] {
  background-color: #000;
  color: white;
  padding: 3rem 0;
}
.container[data-v-15dd30fa] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.footer-content[data-v-15dd30fa] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 2rem;
}
.logo img[data-v-15dd30fa] {
  width: 300px;
}
.contact-info[data-v-15dd30fa] {
  padding: 1rem;
}
.contact-item[data-v-15dd30fa] {
  margin-bottom: 1.5rem;
}
.contact-item h4[data-v-15dd30fa] {
  color: #e63946;
  margin-bottom: 0.5rem;
}
.contact-item p[data-v-15dd30fa] {
  margin: 0.25rem 0;
  font-size: 0.9rem;
}
.social-links[data-v-15dd30fa] {
  display: flex;
  gap: 1rem;
}
.whatsapp[data-v-15dd30fa] {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
}
.whatsapp[data-v-15dd30fa]:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {
.footer-content[data-v-15dd30fa] {
    flex-direction: column;
    gap: 1rem;
}
.contact-info[data-v-15dd30fa] {
    padding: 0;
}
.social-links[data-v-15dd30fa] {
    margin-top: 1rem;
}
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Microsoft YaHei', sans-serif;
  line-height: 1.6;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* 响应式设计 */
@media (max-width: 768px) {
.container {
    padding: 0 0.5rem;
}
}

.home-page[data-v-1f8e6aee] {
  padding: 0 5%;
  background-color: #1b0e06;
  box-sizing: border-box;
}
.home-page .wechat-icon[data-v-1f8e6aee] {
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: 100px;
  z-index: 1000;
}
.home-page .image-wrapper[data-v-1f8e6aee] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.home-page .image-wrapper .hero-image[data-v-1f8e6aee] {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
}
.home-page .image-wrapper .hero-video[data-v-1f8e6aee] {
  position: absolute;
  width: 800px;
  height: 460px;
  top: 480px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-page .image-wrapper .btnOne[data-v-1f8e6aee],
.home-page .image-wrapper .btnTwo[data-v-1f8e6aee],
.home-page .image-wrapper .btnThree[data-v-1f8e6aee] {
  position: absolute;
  cursor: pointer;
}
.home-page .image-wrapper .btnOne[data-v-1f8e6aee] {
  width: 32%;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.home-page .image-wrapper .btnGroup[data-v-1f8e6aee],
.home-page .image-wrapper .btnGroup2[data-v-1f8e6aee] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100px;
  width: 100%;
  max-width: 1000px;
}
.home-page .image-wrapper .btnGroup .btnFour[data-v-1f8e6aee],
.home-page .image-wrapper .btnGroup2 .btnFour[data-v-1f8e6aee] {
  width: 280px;
  cursor: pointer;
}
.home-page .image-wrapper .btnGroup .btnFive[data-v-1f8e6aee],
.home-page .image-wrapper .btnGroup2 .btnFive[data-v-1f8e6aee] {
  width: 280px;
  cursor: pointer;
}
.home-page .image-wrapper .btnGroup[data-v-1f8e6aee] {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.home-page .image-wrapper .btnGroup2[data-v-1f8e6aee] {
  position: absolute;
  left: 50%;
  bottom: 45%;
  transform: translate(-50%, -50%);
}
.home-page .image-wrapper .btnGroup1[data-v-1f8e6aee] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.home-page .image-wrapper .btnGroup1 .btnTwo[data-v-1f8e6aee] {
  width: 280px;
  bottom: 50%;
  left: 28%;
  transform: translate(-50%, 50%);
}
.home-page .image-wrapper .btnGroup1 .btnThree[data-v-1f8e6aee] {
  width: 280px;
  bottom: 10%;
  left: 70%;
  transform: translate(-50%, 50%);
}
/* 平板设备 */
@media (max-width: 1024px) {
.home-page[data-v-1f8e6aee] {
    padding: 0 3%;
}
.home-page .wechat-icon[data-v-1f8e6aee] {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 70px;
    z-index: 1000;
}
.home-page .image-wrapper .hero-image[data-v-1f8e6aee] {
    max-width: 90%;
}
.home-page .image-wrapper .hero-video[data-v-1f8e6aee] {
    position: absolute;
    width: 80%;
    height: 200px;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-page .image-wrapper .btnOne[data-v-1f8e6aee] {
    width: 40%;
}
.home-page .image-wrapper .btnTwo[data-v-1f8e6aee] {
    width: 35%;
}
.home-page .image-wrapper .btnThree[data-v-1f8e6aee] {
    width: 35%;
}
}
/* 移动端设备 */
@media (max-width: 768px) {
.home-page[data-v-1f8e6aee] {
    padding: 0 2%;
}
.home-page .wechat-icon[data-v-1f8e6aee] {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 70px;
    z-index: 1000;
}
.home-page .image-wrapper .hero-image[data-v-1f8e6aee] {
    max-width: 100%;
    border-radius: 8px;
}
.home-page .image-wrapper .hero-video[data-v-1f8e6aee] {
    position: absolute;
    width: 80%;
    height: 200px;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-page .image-wrapper .btnOne[data-v-1f8e6aee] {
    width: 46%;
}
.home-page .image-wrapper .btnTwo[data-v-1f8e6aee] {
    width: 35%;
}
.home-page .image-wrapper .btnThree[data-v-1f8e6aee] {
    width: 35%;
}
}
/* 小屏幕手机 */
@media (max-width: 480px) {
.home-page[data-v-1f8e6aee] {
    position: relative;
    padding: 0;
}
.home-page .wechat-icon[data-v-1f8e6aee] {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 70px;
    z-index: 1000;
}
.home-page .image-wrapper .hero-image[data-v-1f8e6aee] {
    border-radius: 5px;
}
.home-page .image-wrapper .hero-video[data-v-1f8e6aee] {
    position: absolute;
    width: 80%;
    height: 200px;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-page .image-wrapper .btnOne[data-v-1f8e6aee] {
    width: 46%;
    bottom: 5%;
}
.home-page .image-wrapper .btnTwo[data-v-1f8e6aee] {
    width: 40%;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 50%);
}
.home-page .image-wrapper .btnThree[data-v-1f8e6aee] {
    width: 40%;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 50%);
}
}


.calendar-outer[data-v-7f2320b8] {
  position: absolute;
  top: 220px;
  width: 900px;
  margin: 18px auto;
  border-radius: 14px;
  overflow: hidden;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  border: 4px solid rgba(200, 30, 30, 0.06); */
}
.calendar-header[data-v-7f2320b8] {
  background: transparent;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.month-nav[data-v-7f2320b8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, #c52b2b, #9b1a1a);
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}
.month-title[data-v-7f2320b8] {
  margin-top: 12px;
  font-size: 22px;
  font-weight: 800;
  color: #fffbe6;
  padding-left: 10px;
}
.months-bar[data-v-7f2320b8] {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 4px 8px;
}
.month-item[data-v-7f2320b8] {
  color: rgba(255, 255, 255, 0.9);
  padding: 6px 12px;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.9;
  font-weight: 600;
  white-space: nowrap;
}
.month-item.active[data-v-7f2320b8] {
  background: #fffbe6;
  color: #c52b2b;
}
.nav[data-v-7f2320b8] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-inner[data-v-7f2320b8] {
  /* background: #e7d9c5; */
  /* padding: 14px; */
  border-radius: 0 0 8px 8px;
}
.weekdays[data-v-7f2320b8] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 12px;
  opacity: 0.9;
  margin-bottom: 8px;
  color: #7a5f49;
}
.weekday[data-v-7f2320b8] {
  padding: 6px 0;
  font-weight: 700;
}
.days[data-v-7f2320b8] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.day[data-v-7f2320b8] {
  min-height: 80px;
  background: linear-gradient(180deg, #fff, #f3e9da);
  border-radius: 8px;
  padding: 8px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08) inset;
  color: #5b4636;
}
.day.muted[data-v-7f2320b8] {
  opacity: 0.35;
}
.day .day-num[data-v-7f2320b8] {
  font-size: 18px;
  font-weight: 800;
  color: #2e2e2e;
}
.day-inner[data-v-7f2320b8] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.qty-block[data-v-7f2320b8] {
  margin-top: auto;
  width: calc(100% - 16px);
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px 6px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.unavailable-block[data-v-7f2320b8] {
  font-size: 12px;
  /* color: #ff6b6b;  */
  font-weight: bold;
  margin-top: 2px;
}

/* 不可预约日期的样式 */
.unavailable[data-v-7f2320b8] {
  background: #999 !important;
  opacity: 0.8;
  cursor: not-allowed;
}
.qty-block.none[data-v-7f2320b8] {
  background: #b6b6b6;
  color: #fff;
}
.qty-block.low[data-v-7f2320b8] {
  background: #d9534f;
  color: #fff;
}
.qty-block.warn[data-v-7f2320b8] {
  background: #f0ad4e;
  color: #5a3b00;
}
.qty-block.ok[data-v-7f2320b8] {
  background: #ffd966;
  color: #6b3f2a;
}
.qty-block.good[data-v-7f2320b8] {
  background: #6fbf73;
  color: #0b4d1a;
}
.qty-block.max[data-v-7f2320b8] {
  background: #2e8b57;
  color: #fff;
}
.day.today[data-v-7f2320b8] {
  box-shadow: 0 0 0 3px rgba(255, 221, 87, 0.12) inset;
}

/* 不可预约日期的全局样式 */
.unavailable[data-v-7f2320b8] {
  background: #999 !important;
  opacity: 0.8;
  color: #ffffff !important;
  cursor: not-allowed;

  /* 透明度
  opacity: 0.5; */
}
.unavailable-block[data-v-7f2320b8] {
  color: #ffffff;
  font-weight: bold;
  margin-top: 2px;
}
.day.unavailable .qty-block[data-v-7f2320b8] {
  display: none;
}
.badge[data-v-7f2320b8] {
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}
.badge.none[data-v-7f2320b8] {
  background: #b6b6b6;
  color: #fff;
}
.badge.low[data-v-7f2320b8] {
  background: #d9534f;
  color: #fff;
}
.badge.warn[data-v-7f2320b8] {
  background: #f0ad4e;
  color: #5a3b00;
}
.badge.ok[data-v-7f2320b8] {
  background: #ffd966;
  color: #6b3f2a;
}
.badge.good[data-v-7f2320b8] {
  background: #6fbf73;
  color: #0b4d1a;
}
.badge.max[data-v-7f2320b8] {
  background: #2e8b57;
  color: #fff;
}

/* 平板设备 */
@media (max-width: 1024px) {
.calendar-outer[data-v-7f2320b8] {
    max-width: 720px;
    width: 90%;
    top: 120px;
}
.days .day .qty-block[data-v-7f2320b8] {
    font-size: 10px !important;
}

  /* 不可预约日期的样式 */
.unavailable[data-v-7f2320b8] {
    background: #999 !important;
    opacity: 0.8;
    color: #ffffff !important;
    cursor: not-allowed;
}
.unavailable-block[data-v-7f2320b8] {
    color: #ffffff;
}
}

/* 移动端设备 */
@media (max-width: 768px) {
.calendar-outer[data-v-7f2320b8] {
    position: absolute;
    width: 90%;
    top: 22%;
    margin: 12px auto;
    border-radius: 10px;
}
.calendar-header[data-v-7f2320b8] {
    padding: 8px;
}
.month-nav[data-v-7f2320b8] {
    padding: 8px;
    border-radius: 8px;
}
.month-title[data-v-7f2320b8] {
    font-size: 18px;
    margin-top: 8px;
    padding-left: 8px;
}
.months-bar[data-v-7f2320b8] {
    padding: 4px;
    gap: 4px;
}
.month-item[data-v-7f2320b8] {
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 6px;
}
.nav[data-v-7f2320b8] {
    width: 28px;
    height: 28px;
    font-size: 18px;
}
.weekdays[data-v-7f2320b8] {
    font-size: 10px;
    margin-bottom: 6px;
}
.weekday[data-v-7f2320b8] {
    padding: 4px 0;
}
.days[data-v-7f2320b8] {
    gap: 6px;
}
.day[data-v-7f2320b8] {
    min-height: 50px;
    border-radius: 6px;
    padding: 6px 4px;
}
.day .day-num[data-v-7f2320b8] {
    font-size: 14px;
}
.qty-block[data-v-7f2320b8] {
    margin-top: auto;
    width: calc(100% - 8px);
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 4px 3px;
    border-radius: 4px;
    font-size: 10px;
}

  /* 不可预约日期的样式 */
.unavailable[data-v-7f2320b8] {
    background: #999 !important;
    opacity: 0.8;
    color: #ffffff !important;
    cursor: not-allowed;
}
.unavailable-block[data-v-7f2320b8] {
    color: #ffffff;
    font-size: 10px;
}
}

/* 小屏幕手机适配 */
@media (max-width: 480px) {
.calendar-outer[data-v-7f2320b8] {
    width: 95%;
    top: 20%;
    margin: 8px auto;
    border-radius: 8px;
}
.month-nav[data-v-7f2320b8] {
    padding: 6px;
}
.month-item[data-v-7f2320b8] {
    padding: 3px 4px;
    font-size: 10px;
}
.nav[data-v-7f2320b8] {
    width: 24px;
    height: 24px;
    font-size: 16px;
}
.month-title[data-v-7f2320b8] {
    font-size: 16px;
    margin-top: 6px;
    padding-left: 6px;
}
.weekdays[data-v-7f2320b8] {
    font-size: 9px;
    margin-bottom: 4px;
}
.weekday[data-v-7f2320b8] {
    padding: 3px 0;
}
.days[data-v-7f2320b8] {
    gap: 4px;
}
.day[data-v-7f2320b8] {
    min-height: 40px;
    border-radius: 5px;
    padding: 4px 3px;
}
.day .day-num[data-v-7f2320b8] {
    font-size: 12px;
}
.qty-block[data-v-7f2320b8] {
    font-size: 8px;
    padding: 3px 2px;
    margin: 0 2px 2px 2px;
    width: calc(100% - 4px);
}

  /* 不可预约日期的样式 */
.unavailable[data-v-7f2320b8] {
    background: #999 !important;
    opacity: 0.8;
    color: #ffffff !important;
    cursor: not-allowed;
}
.unavailable-block[data-v-7f2320b8] {
    font-size: 10px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 2px;
}
.day.unavailable .qty-block[data-v-7f2320b8] {
    display: none;
}
}

/* 超小屏幕适配 */
@media (max-width: 360px) {
.calendar-outer[data-v-7f2320b8] {
    width: 96%;
    top: 22%;
    margin: 6px auto;
    border-radius: 6px;
}
.month-nav[data-v-7f2320b8] {
    padding: 4px;
}
.month-item[data-v-7f2320b8] {
    padding: 2px 3px;
    font-size: 9px;
}
.nav[data-v-7f2320b8] {
    width: 20px;
    height: 20px;
    font-size: 14px;
}
.month-title[data-v-7f2320b8] {
    font-size: 14px;
    margin-top: 4px;
    padding-left: 4px;
}
.weekdays[data-v-7f2320b8] {
    font-size: 8px;
    margin-bottom: 3px;
}
.weekday[data-v-7f2320b8] {
    padding: 2px 0;
}
.days[data-v-7f2320b8] {
    gap: 3px;
}
.day[data-v-7f2320b8] {
    min-height: 35px;
    border-radius: 4px;
    padding: 3px 2px;
}
.day .day-num[data-v-7f2320b8] {
    font-size: 10px;
}
.qty-block[data-v-7f2320b8] {
    font-size: 7px;
    padding: 2px 1px;
    margin: 0 1px 1px 1px;
    width: calc(100% - 2px);
}

  /* 不可预约日期的样式 */
.unavailable[data-v-7f2320b8] {
    background: #999 !important;
    opacity: 0.8;
    color: #ffffff !important;
    cursor: not-allowed;
}
.unavailable-block[data-v-7f2320b8] {
    font-size: 10px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 2px;
}
.day.unavailable .qty-block[data-v-7f2320b8] {
    display: none;
}
}

.products-page[data-v-0318ec3d] {
  padding: 0 5%;
  background-color: #1b0e06;
  box-sizing: border-box;
}
.products-page .wechat-icon[data-v-0318ec3d] {
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: 100px;
  z-index: 1000;
}
.products-page .image-wrapper[data-v-0318ec3d] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.products-page .image-wrapper .hero-image[data-v-0318ec3d] {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
}
.products-page .image-wrapper .btnOne[data-v-0318ec3d],
.products-page .image-wrapper .btnTwo[data-v-0318ec3d],
.products-page .image-wrapper .btnThree[data-v-0318ec3d] {
  position: absolute;
  cursor: pointer;
}
.products-page .image-wrapper .btnOne[data-v-0318ec3d] {
  width: 15%;
  bottom: 18%;
  right: 29%;
}
.products-page .image-wrapper .btnTwo[data-v-0318ec3d] {
  width: 13%;
  bottom: 9%;
  left: 31%;
  transform: translate(-50%, 50%);
}
.products-page .image-wrapper .btnThree[data-v-0318ec3d] {
  width: 13%;
  bottom: 45%;
  left: 60%;
  transform: translate(-50%, 50%);
}
/* 平板设备 */
@media (max-width: 1024px) {
.products-page[data-v-0318ec3d] {
    padding: 0 3%;
}
.products-page .wechat-icon[data-v-0318ec3d] {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 70px;
    z-index: 1000;
}
.products-page .image-wrapper .hero-image[data-v-0318ec3d] {
    max-width: 90%;
}
.products-page .image-wrapper .btnOne[data-v-0318ec3d] {
    width: 60%;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.products-page .image-wrapper .btnTwo[data-v-0318ec3d] {
    width: 35%;
}
.products-page .image-wrapper .btnThree[data-v-0318ec3d] {
    width: 35%;
}
}
/* 移动端设备 */
@media (max-width: 768px) {
.products-page[data-v-0318ec3d] {
    padding: 0 2%;
}
.products-page .wechat-icon[data-v-0318ec3d] {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 70px;
    z-index: 1000;
}
.products-page .image-wrapper .hero-image[data-v-0318ec3d] {
    max-width: 100%;
    border-radius: 8px;
}
.products-page .image-wrapper .btnOne[data-v-0318ec3d] {
    width: 60%;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.products-page .image-wrapper .btnTwo[data-v-0318ec3d] {
    width: 35%;
}
.products-page .image-wrapper .btnThree[data-v-0318ec3d] {
    width: 35%;
}
}
/* 小屏幕手机 */
@media (max-width: 480px) {
.products-page[data-v-0318ec3d] {
    padding: 0;
}
.products-page .wechat-icon[data-v-0318ec3d] {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 70px;
    z-index: 1000;
}
.products-page .image-wrapper .hero-image[data-v-0318ec3d] {
    border-radius: 5px;
}
.products-page .image-wrapper .btnOne[data-v-0318ec3d] {
    width: 60%;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.products-page .image-wrapper .btnTwo[data-v-0318ec3d] {
    width: 40%;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 50%);
}
.products-page .image-wrapper .btnThree[data-v-0318ec3d] {
    width: 40%;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 50%);
}
}

.productsTwo-page[data-v-3f4ad130] {
  padding: 0 5%;
  background-color: #1b0e06;
  box-sizing: border-box;
}
.productsTwo-page .wechat-icon[data-v-3f4ad130] {
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: 100px;
  z-index: 1000;
}
.productsTwo-page .image-wrapper[data-v-3f4ad130] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.productsTwo-page .image-wrapper .hero-image[data-v-3f4ad130] {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
}
.productsTwo-page .image-wrapper .hero-video[data-v-3f4ad130] {
  position: absolute;
  width: 800px;
  height: 460px;
  top: 480px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.productsTwo-page .image-wrapper .btnOne[data-v-3f4ad130],
.productsTwo-page .image-wrapper .btnTwo[data-v-3f4ad130],
.productsTwo-page .image-wrapper .btnThree[data-v-3f4ad130] {
  position: absolute;
  cursor: pointer;
}
.productsTwo-page .image-wrapper .btnOne[data-v-3f4ad130] {
  width: 15%;
  bottom: 9%;
  right: 30%;
}
.productsTwo-page .image-wrapper .btnTwo[data-v-3f4ad130] {
  width: 13%;
  bottom: 9%;
  left: 31%;
  transform: translate(-50%, 50%);
}
.productsTwo-page .image-wrapper .btnThree[data-v-3f4ad130] {
  width: 13%;
  bottom: 45%;
  left: 60%;
  transform: translate(-50%, 50%);
}
/* 平板设备 */
@media (max-width: 1024px) {
.productsTwo-page[data-v-3f4ad130] {
    padding: 0 3%;
}
.productsTwo-page .wechat-icon[data-v-3f4ad130] {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 70px;
    z-index: 1000;
}
.productsTwo-page .image-wrapper .hero-image[data-v-3f4ad130] {
    max-width: 90%;
}
.productsTwo-page .image-wrapper .hero-video[data-v-3f4ad130] {
    position: absolute;
    width: 80%;
    height: 200px;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.productsTwo-page .image-wrapper .btnOne[data-v-3f4ad130] {
    width: 60%;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.productsTwo-page .image-wrapper .btnTwo[data-v-3f4ad130] {
    width: 35%;
}
.productsTwo-page .image-wrapper .btnThree[data-v-3f4ad130] {
    width: 35%;
}
}
/* 移动端设备 */
@media (max-width: 768px) {
.productsTwo-page[data-v-3f4ad130] {
    padding: 0 2%;
}
.productsTwo-page .wechat-icon[data-v-3f4ad130] {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 70px;
    z-index: 1000;
}
.productsTwo-page .image-wrapper .hero-image[data-v-3f4ad130] {
    max-width: 100%;
    border-radius: 8px;
}
.productsTwo-page .image-wrapper .hero-video[data-v-3f4ad130] {
    position: absolute;
    width: 80%;
    height: 200px;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.productsTwo-page .image-wrapper .btnOne[data-v-3f4ad130] {
    width: 60%;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.productsTwo-page .image-wrapper .btnTwo[data-v-3f4ad130] {
    width: 35%;
}
.productsTwo-page .image-wrapper .btnThree[data-v-3f4ad130] {
    width: 35%;
}
}
/* 小屏幕手机 */
@media (max-width: 480px) {
.productsTwo-page[data-v-3f4ad130] {
    padding: 0;
}
.productsTwo-page .wechat-icon[data-v-3f4ad130] {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 70px;
    z-index: 1000;
}
.productsTwo-page .image-wrapper .hero-image[data-v-3f4ad130] {
    border-radius: 5px;
}
.productsTwo-page .image-wrapper .hero-video[data-v-3f4ad130] {
    position: absolute;
    width: 80%;
    height: 200px;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.productsTwo-page .image-wrapper .btnOne[data-v-3f4ad130] {
    width: 60%;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.productsTwo-page .image-wrapper .btnTwo[data-v-3f4ad130] {
    width: 40%;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 50%);
}
.productsTwo-page .image-wrapper .btnThree[data-v-3f4ad130] {
    width: 40%;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 50%);
}
}

.products-All[data-v-3640e5ee] {
  padding: 0 5%;
  background-color: #1b0e06;
  background-size: contain;
  box-sizing: border-box;
  min-height: 100vh;
}
.wechat-icon[data-v-3640e5ee] {
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: 100px;
  z-index: 1000;
}
.products-All-container[data-v-3640e5ee] {
  max-width: 1200px;
  margin: 0 auto;
}
.top[data-v-3640e5ee] {
  padding: 20px;
  background-image: url(/img/bg1.72140b6b.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.title[data-v-3640e5ee] {
  display: block;
  width: 240px;
  margin-bottom: 20px;
}
.categories[data-v-3640e5ee] {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.categories li[data-v-3640e5ee] {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.categories li.active[data-v-3640e5ee] {
  color: #FFCC7C;
}
.categories li.active[data-v-3640e5ee]::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFCC7C;
}
.banner img[data-v-3640e5ee] {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  vertical-align: top;
}
.product-grid[data-v-3640e5ee] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-grid .img-wrap[data-v-3640e5ee] {
  width: 25%;
  padding: 10px;
}
.product-grid .img-wrap img[data-v-3640e5ee] {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  vertical-align: top;
}
/* Tablet */
@media (max-width: 992px) {
.banner[data-v-3640e5ee] {
    padding: 0 10px;
}
.title[data-v-3640e5ee] {
    width: 160px;
}
.wechat-icon[data-v-3640e5ee] {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 70px;
    z-index: 1000;
}
.product-grid .img-wrap[data-v-3640e5ee] {
    width: 50%;
}
}
/* Small tablet / large phone */
@media (max-width: 768px) {
.products-All[data-v-3640e5ee] {
    padding: 0;
}
.banner[data-v-3640e5ee] {
    padding: 0 10px;
}
.title[data-v-3640e5ee] {
    width: 160px;
}
.wechat-icon[data-v-3640e5ee] {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 70px;
    z-index: 1000;
}
.product-grid .img-wrap[data-v-3640e5ee] {
    width: 50%;
}
}
/* Mobile */
@media (max-width: 480px) {
.products-All[data-v-3640e5ee] {
    padding: 0;
}
.banner[data-v-3640e5ee] {
    padding: 0 10px;
}
.title[data-v-3640e5ee] {
    width: 160px;
}
.wechat-icon[data-v-3640e5ee] {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 70px;
    z-index: 1000;
}
.product-grid .img-wrap[data-v-3640e5ee] {
    width: 50%;
}
}

.home-page[data-v-c568d88a] {
  padding: 0 5%;
  background-color: #1b0e06;
  box-sizing: border-box;
}
.home-page .wechat-icon[data-v-c568d88a] {
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: 100px;
  z-index: 1000;
}
.home-page .image-wrapper[data-v-c568d88a] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.home-page .image-wrapper .hero-image[data-v-c568d88a] {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
}
.home-page .image-wrapper .btnOne[data-v-c568d88a],
.home-page .image-wrapper .btnTwo[data-v-c568d88a],
.home-page .image-wrapper .btnThree[data-v-c568d88a] {
  position: absolute;
  cursor: pointer;
}
.home-page .image-wrapper .btnOne[data-v-c568d88a] {
  width: 15%;
  bottom: 9%;
  right: 29%;
}
.home-page .image-wrapper .btnTwo[data-v-c568d88a] {
  width: 13%;
  bottom: 9%;
  left: 31%;
  transform: translate(-50%, 50%);
}
.home-page .image-wrapper .btnThree[data-v-c568d88a] {
  width: 13%;
  bottom: 45%;
  left: 60%;
  transform: translate(-50%, 50%);
}
/* 平板设备 */
@media (max-width: 1024px) {
.home-page[data-v-c568d88a] {
    padding: 0 3%;
}
.home-page .wechat-icon[data-v-c568d88a] {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 70px;
    z-index: 1000;
}
.home-page .image-wrapper .hero-image[data-v-c568d88a] {
    max-width: 90%;
}
.home-page .image-wrapper .btnOne[data-v-c568d88a] {
    width: 60%;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.home-page .image-wrapper .btnTwo[data-v-c568d88a] {
    width: 35%;
}
.home-page .image-wrapper .btnThree[data-v-c568d88a] {
    width: 35%;
}
}
/* 移动端设备 */
@media (max-width: 768px) {
.home-page[data-v-c568d88a] {
    padding: 0 2%;
}
.home-page .wechat-icon[data-v-c568d88a] {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 70px;
    z-index: 1000;
}
.home-page .image-wrapper .hero-image[data-v-c568d88a] {
    max-width: 100%;
    border-radius: 8px;
}
.home-page .image-wrapper .btnOne[data-v-c568d88a] {
    width: 60%;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.home-page .image-wrapper .btnTwo[data-v-c568d88a] {
    width: 35%;
}
.home-page .image-wrapper .btnThree[data-v-c568d88a] {
    width: 35%;
}
}
/* 小屏幕手机 */
@media (max-width: 480px) {
.home-page[data-v-c568d88a] {
    padding: 0;
}
.home-page .wechat-icon[data-v-c568d88a] {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 70px;
    z-index: 1000;
}
.home-page .image-wrapper .hero-image[data-v-c568d88a] {
    border-radius: 5px;
}
.home-page .image-wrapper .btnOne[data-v-c568d88a] {
    width: 60%;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.home-page .image-wrapper .btnTwo[data-v-c568d88a] {
    width: 40%;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 50%);
}
.home-page .image-wrapper .btnThree[data-v-c568d88a] {
    width: 40%;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 50%);
}
}

.home-page[data-v-2ac205df] {
  padding: 0 5%;
  background-color: #1b0e06;
  box-sizing: border-box;
}
.home-page .wechat-icon[data-v-2ac205df] {
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: 100px;
  z-index: 1000;
}
.home-page .image-wrapper[data-v-2ac205df] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.home-page .image-wrapper .btn1[data-v-2ac205df] {
  position: absolute;
  width: 30%;
  left: 50%;
  bottom: 45px;
  transform: translateX(-50%);
  width: 260px;
  height: 58px;
  border-radius: 30px;
  cursor: pointer;
}
.home-page .image-wrapper .hero-image[data-v-2ac205df] {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
}
.home-page .image-wrapper .hero-video[data-v-2ac205df] {
  position: absolute;
  width: 800px;
  height: 460px;
  top: 480px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-page .image-wrapper .btnOne[data-v-2ac205df],
.home-page .image-wrapper .btnTwo[data-v-2ac205df],
.home-page .image-wrapper .btnThree[data-v-2ac205df] {
  position: absolute;
  cursor: pointer;
}
.home-page .image-wrapper .btnOne[data-v-2ac205df] {
  width: 35%;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.home-page .image-wrapper .btnTwo[data-v-2ac205df] {
  width: 13%;
  bottom: 9%;
  left: 31%;
  transform: translate(-50%, 50%);
}
.home-page .image-wrapper .btnThree[data-v-2ac205df] {
  width: 13%;
  bottom: 45%;
  left: 60%;
  transform: translate(-50%, 50%);
}
/* 平板设备 */
@media (max-width: 1024px) {
.home-page[data-v-2ac205df] {
    padding: 0 3%;
}
.home-page .wechat-icon[data-v-2ac205df] {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 70px;
    z-index: 1000;
}
.home-page .image-wrapper .hero-image[data-v-2ac205df] {
    max-width: 90%;
}
.home-page .image-wrapper .hero-video[data-v-2ac205df] {
    position: absolute;
    width: 80%;
    height: 200px;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-page .image-wrapper .btnOne[data-v-2ac205df] {
    width: 35%;
}
}
/* 移动端设备 */
@media (max-width: 768px) {
.home-page[data-v-2ac205df] {
    padding: 0 2%;
}
.home-page .wechat-icon[data-v-2ac205df] {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 70px;
    z-index: 1000;
}
.home-page .image-wrapper .hero-image[data-v-2ac205df] {
    max-width: 100%;
    border-radius: 8px;
}
.home-page .image-wrapper .hero-video[data-v-2ac205df] {
    position: absolute;
    width: 80%;
    height: 200px;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-page .image-wrapper .btnOne[data-v-2ac205df] {
    width: 35%;
}
.home-page .image-wrapper .btnTwo[data-v-2ac205df] {
    width: 35%;
}
.home-page .image-wrapper .btnThree[data-v-2ac205df] {
    width: 35%;
}
}
/* 小屏幕手机 */
@media (max-width: 480px) {
.home-page[data-v-2ac205df] {
    position: relative;
    padding: 0;
}
.home-page .wechat-icon[data-v-2ac205df] {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 70px;
    z-index: 1000;
}
.home-page .image-wrapper .hero-image[data-v-2ac205df] {
    border-radius: 5px;
}
.home-page .image-wrapper .hero-video[data-v-2ac205df] {
    position: absolute;
    width: 80%;
    height: 200px;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-page .image-wrapper .btnOne[data-v-2ac205df] {
    width: 40%;
    bottom: 5%;
}
.home-page .image-wrapper .btnTwo[data-v-2ac205df] {
    width: 40%;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 50%);
}
.home-page .image-wrapper .btnThree[data-v-2ac205df] {
    width: 40%;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 50%);
}
}

