@charset "UTF-8";
#home {
  margin: 30px;
}
#home .toplevel .firstcate .cate-icon {
  display: block;
  width: 24px;
  height: 24px;
}
#home .toplevel .firstcate:not(.active) .cate-icon {
  color: #9b9b9b;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.85;
}
#home .toplevel .firstcate.active .cate-icon {
  color: #212121;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
#home .toplevel .firstcate .children .cate-icon {
  margin: 0 auto;
}
#home .toplevel .active {
  color: #212121;
  border-radius: 0;
  border: none;
  opacity: 1;
}
#home .toplevel .active p {
  position: relative;
  display: inline-block;
}
#home .toplevel .active p::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 4px);
  width: 56px;
  height: 4px;
  background: #212121;
}
#home .toplevel dd {
  color: #9b9b9b;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.filter-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 16px 0;
}

.yellow-button {
  background: #ffc300;
  color: #1d2123;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.scroll-content1.grid4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.scroll-content1.grid4 .myscroll {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 48px) / 4);
          flex: 0 0 calc((100% - 48px) / 4);
  max-width: calc((100% - 48px) / 4);
}
.scroll-content1.grid4 .myscroll:nth-child(4n+1) .myleft > .ad1tag {
  border-radius: 4px;
  border: 1px solid var(--1, #9f1928);
  background: var(--2, linear-gradient(180deg, #db1127 0%, #7d000e 100%));
}
.scroll-content1.grid4 .myscroll:nth-child(4n+2) .myleft > .ad1tag {
  border-radius: 4px;
  color: #009dff;
  background: #daf4ff;
}
.scroll-content1.grid4 .myscroll:nth-child(4n+3) .myleft > .ad1tag {
  border-radius: 4px;
  background: #ffe8d0;
  color: #ff4000;
}
.scroll-content1.grid4 .myscroll:nth-child(4n+4) .myleft > .ad1tag {
  border-radius: 4px;
  background: #fff5d8;
  color: #6d2b00;
}
.scroll-content1.grid4 .myleft img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  scale: unset;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.scroll-content1.grid4 .myleft img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.scroll-content1.grid4 .myleft > .ad1tag {
  width: 75px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  margin-top: 6px;
}
.scroll-content1.grid4 .myleft > .ad1title {
  color: #212121;
  font-family: "Noto Sans HK";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-top: 6px;
}

/* scrollfa1 标题行「查看更多」：覆盖 bearhome 在 PC 端的 display:none */
.homebox .myrightbox .scrollfa1 .firstline .viewmore {
  display: inline-block;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
}

/* 隐藏边界按钮 */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.myad4 {
  padding: 0 !important;
}
.myad4 .slider-container {
  margin-left: 0;
  margin-top: 0;
}
.myad4 .mySwiper5 {
  padding-bottom: 30px;
}
.myad4 .mySwiper5 .swiper-button-next,
.myad4 .mySwiper5 .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 100px;
  color: #fff;
  top: 45%;
  margin-top: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.myad4 .mySwiper5 .swiper-button-next::after,
.myad4 .mySwiper5 .swiper-button-prev::after {
  display: none !important;
  content: none !important;
}
.myad4 .mySwiper5 .swiper-button-next svg,
.myad4 .mySwiper5 .swiper-button-prev svg {
  width: 55%;
}
.myad4 .mySwiper5 .swiper-pagination {
  left: 50% !important;
  right: auto !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0 !important;
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  padding: 4px 8px;
}
.myad4 .mySwiper5 .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #ccc;
  opacity: 1;
  margin: 0 4px;
}
.myad4 .mySwiper5 .swiper-pagination .swiper-pagination-bullet-active {
  width: 12px;
  height: 6px;
  background: #212121;
  border-radius: 100px;
}

.showmore .down {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.scroll-content1.grid4 .myleft {
  margin-right: 0;
}
.scroll-content1.grid4 .myleft .myleftson {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
}

.homebox .myleftbo .leftboxson {
  border: 1px solid #F0E9E2 !important;
  background: #FDFAF8 !important;
}
.homebox .myleftbo .leftboxson .filtertitle img {
  width: 16px;
}

.daynightkol #col-178356306 .col-inner {
  background-color: #fff !important;
}

.myad4 .mySwiper5 .swiper-pagination {
  padding: 5px 5px;
}

@media (max-width: 767.98px) {
  .myad4 .mySwiper5 .swiper-button-next,
  .myad4 .mySwiper5 .swiper-button-prev {
    display: none !important;
  }
  .myad4 .mySwiper5 .swiper-slide {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .scroll-container1 {
    overflow: visible;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .scroll-container1 .myleft {
    margin-right: -25px;
  }
  .myrightbox {
    padding: 0;
  }
  .myrightbox .scrollfa1 .firstline h3 {
    font-size: 16px;
  }
  #home {
    margin: 0;
  }
  .myad4,
  .scrollfa1 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .myad4 .slider-container,
  .myad4 .swiper,
  .myad4 .mySwiper5 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .myad4 img {
    width: 100%;
    height: auto;
    display: block;
  }
  .scroll-content1.grid4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    justify-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .scroll-content1.grid4 .myscroll {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    max-width: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .scroll-content1.grid4 .myleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .scroll-content1.grid4 .myleft > .ad1tag {
    width: auto;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .scroll-content1.grid4 .myleft > .ad1title {
    font-size: 12px;
    text-align: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media (min-width: 768px) {
  #home {
    margin: 0;
    margin-top: 30px;
  }
  .myleftbox {
    width: 320px;
    overflow-y: auto;
  }
  .myleftbox::-webkit-scrollbar {
    width: 3px;
    height: 10px;
  }
  .myleftbox::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #ffc300;
    opacity: 0.1;
  }
  .leftboxson {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.Guest_response_picture h4 {
  color: #212121;
  font-size: 24px;
  font-weight: 600;
}
.Guest_response_picture .nav li a {
  padding: 8px 0 4px;
  margin: 0 16px;
  color: #616161;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.Guest_response_picture .nav li.active a {
  color: #212121;
  border-color: #212121;
}

.mechanism-warp .col-inner {
  border-radius: 10px;
  background: #F9F3ED;
  padding: 32px;
}
.mechanism-warp .mechanism-title {
  color: #212121;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .mechanism-warp .col-inner {
    padding: 20px;
  }
  .mechanism-warp .mechanism-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=hometop.css.map */