/* 大连中国国旅 - PC首页 1:1 还原 (基准 1rem = 100px @1920) */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 26.66667vw;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 13.02083vw;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 5.20833vw;
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 100px;
  }
}

body {
  font-family: "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  color: #0a0a0a;
  background-color: #e8e8e8;
  line-height: 1.5;
  min-width: 3.2rem;
}

/* 全站内容最大宽度：在原有 13rem 基础上左右留白减半 */
:root {
  --site-max-width: calc((100vw + 13rem) / 2);
  --site-hero-max-width: calc((100vw + 12.7rem) / 2);
  --site-footer-divider-max-width: calc((100vw + 12.5rem) / 2);
}

/* 全站：海天背景固定，主内容/页脚居中两侧露底 */
.page-home,
.page-outbound {
  background-color: #4a9fd4;
  background-image: url("../img/home-bg.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.page-home .page,
.page-outbound .page {
}

.page-home .main-panel,
.page-outbound .main-panel {
  max-width: var(--site-max-width);
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}

.page-home .site-footer,
.page-outbound .site-footer {
  max-width: var(--site-max-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-home .site-nav,
.page-outbound .site-nav {
  max-width: var(--site-max-width);
  margin-left: auto;
  margin-right: auto;
}

.page-home .site-header,
.page-outbound .site-header {
  background-color: transparent;
}

.page-home .site-nav,
.page-outbound .site-nav {
  background-color: transparent;
}

.page-home .header-inner,
.page-outbound .header-inner {
  min-height: 1.1rem;
  padding-top: 0.16rem;
  padding-bottom: 0.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-home .brand,
.page-outbound .brand {
  gap: 0.1rem;
}

.page-home .brand__logo,
.page-outbound .brand__logo {
  /* width: 2.38rem; */
  height: 0.9rem;
}

.page-home .brand__meta,
.page-outbound .brand__meta {
  gap: 0.06rem;
}

.page-home .brand__name-img,
.page-outbound .brand__name-img {
  display: block;
  width: 3.55rem;
  height: 0.32rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-home .brand__en,
.page-outbound .brand__en {
  font-size: 0.13rem;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 0 0.02rem 0.04rem #3c8acf;
  letter-spacing: 0;
}

.page-home .search,
.page-outbound .search,
.page-search .search,
.page-login .search {
  background-color: #ffffff;
}

.page-home .search__input::-webkit-input-placeholder,
.page-outbound .search__input::-webkit-input-placeholder,
.page-search .search__input::-webkit-input-placeholder,
.page-login .search__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.page-home .search__input::-moz-placeholder,
.page-outbound .search__input::-moz-placeholder,
.page-search .search__input::-moz-placeholder,
.page-login .search__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.page-home .search__input:-ms-input-placeholder,
.page-outbound .search__input:-ms-input-placeholder,
.page-search .search__input:-ms-input-placeholder,
.page-login .search__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.page-home .search__input::placeholder,
.page-outbound .search__input::placeholder,
.page-search .search__input::placeholder,
.page-login .search__input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.page-home .header-tools,
.page-outbound .header-tools {
  gap: 0.16rem;
}

.header-login {
  display: none;
  position: relative;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background-color: #3C8ACF;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  font-size: 0.14rem;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .page-home .header-login,
  .page-outbound .header-login,
  .page-search .header-login,
  .page-login .header-login {
    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;
  }
}

.header-login__icon {
  display: block;
  width: 0.18rem;
  height: 0.23rem;
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: screen;
}

.header-login__avatar {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-since {
  display: none;
  width: 1.63rem;
  height: 0.58rem;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 992px) {
  .page-home .header-since,
  .page-outbound .header-since {
    display: block;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
}

.page {
  width: 100%;
  overflow-x: hidden;
}

.wrap {
  width: 100%;
  max-width: var(--site-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.075rem;
  padding-right: 0.075rem;
}

@media screen and (min-width: 1200px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ===== Header ===== */
.site-header {
  background-color: #ffffff;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 1.2rem;
  padding-top: 0.12rem;
  padding-bottom: 0.1rem;
  gap: 0.16rem;
}

.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.08rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.brand__logo {
  /* width: 2.38rem; */
  height: 0.78rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.brand__meta {
  display: none;
}

@media screen and (min-width: 768px) {
  .brand__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.05rem;
  }
}

.brand__name {
  font-size: 0.22rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  white-space: nowrap;
}

.brand__en {
  font-size: 0.1rem;
  line-height: 0.16rem;
  color: #666666;
  letter-spacing: 0.01rem;
  white-space: nowrap;
}

.header-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.12rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-tools form{
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.search {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.6rem;
  height: 0.48rem;
  background-color: #f5f6f7;
  border-radius: 0.24rem;
  padding: 0 0.12rem 0 0.14rem;
}

@media screen and (min-width: 992px) {
  .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.search__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 0.14rem;
  color: #333333;
  height: 100%;
}

.search__input::-webkit-input-placeholder {
  color: #999999;
}

.search__input::-moz-placeholder {
  color: #999999;
}

.search__input:-ms-input-placeholder {
  color: #999999;
}

.search__input::placeholder {
  color: #999999;
}

.search__btn {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background-color: rgba(60, 138, 207, 0.1);
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  overflow: hidden;
}

.search__btn img {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.wechat-btn {
  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;
  gap: 0.06rem;
  width: 1.63rem;
  height: 0.58rem;
  background-color: #07c160;
  border-radius: 0.08rem;
  color: #ffffff;
  font-size: 0.16rem;
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wechat-btn svg {
  width: 0.22rem;
  height: 0.22rem;
  fill: #ffffff;
}

/* ===== Nav ===== */
.site-nav {
  background-color: #ffffff;
  border-top: 0.03rem solid #3a89cc;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 0.55rem;
  scrollbar-width: none;
}

.nav-list::-webkit-scrollbar {
  display: none;
}

.nav-list__item {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.14rem;
  font-size: 0.14rem;
  color: #222222;
  white-space: nowrap;
}

.nav-list > li:not(:last-child) .nav-list__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.02rem;
  height: 0.48rem;
  background-color: #e6e6e6;
}

.nav-list__item.is-active {
  color: #3a89cc;
  font-weight: 700;
}

/* ===== Main panel ===== */
.main-panel {
  background-color: #ffffff;
  margin-top: 0;
  padding: 0.12rem 0.15rem 0.4rem;
}

@media screen and (min-width: 1200px) {
  .main-panel {
    margin-top: 0;
    -webkit-box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.06);
  }
}

/* ===== Hero (Figma 25:129) ===== */

.hero {
  margin-bottom: 0.2rem;
}

.hero__frame {
  position: relative;
  width: 100%;
  max-width: var(--site-hero-max-width);
  margin-left: auto;
  margin-right: auto;
}

.hero-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #dfeaf5;
  height: 2.4rem;
}

@media screen and (min-width: 992px) {
  .hero-swiper {
    height: 4rem;
  }
}

.hero-swiper .swiper-wrapper {
  height: 100%;
}

.hero-swiper .swiper-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.hero__slide-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.hero__banner-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__banner-title {
  position: absolute;
  left: 50%;
  top: 1.55rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3.2rem;
  max-width: 55%;
  height: auto;
  pointer-events: none;
  z-index: 2;
  -webkit-filter: drop-shadow(0 0.1rem 1rem rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 0.1rem 1rem rgba(0, 0, 0, 0.25));
}

@media screen and (min-width: 992px) {
  .hero__banner-title {
    top: 1.55rem;
    width: 4.17188rem;
    max-width: none;
  }
}

.hero__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.19rem;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.08rem;
  width: auto;
}

.hero-swiper .swiper-pagination-bullet {
  width: 0.48rem;
  height: 0.05rem;
  margin: 0 !important;
  border-radius: 1rem;
  background: #d9d9d9;
  opacity: 0.5;
}

.hero-swiper .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
  -webkit-box-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.25);
}

.hero__side {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0.31rem 0.21rem 0.18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
}

@media screen and (min-width: 992px) {
  .hero__side {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.48rem;
    height: 4.01rem;
    padding: 0.31rem 0.21rem 0.16rem;
  }

  .hero__frame {
    min-height: 4.01rem;
  }
}

.hero__side-logo {
  display: block;
  width: 2.06rem;
  height: 0.7rem;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hero__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.18rem;
  margin-top: 0.1rem;
  width: 100%;
}

.hero__social-btn {
  display: block;
  width: 0.54rem;
  height: 0.53rem;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hero__social-btn img {
  display: block;
  width: 0.54rem;
  height: 0.53rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.phone-pill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.04rem;
  height: 0.4rem;
  margin-top: 0.12rem;
  background-color: #f5f6f7;
  border-radius: 10rem;
  text-decoration: none;
  color: #000000;
  overflow: hidden;
}

.phone-pill__icon {
  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;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #3a89cc;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.phone-pill__icon img {
  display: block;
  width: 0.17rem;
  height: 0.17rem;
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: screen;
}

.phone-pill__num {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.08rem 0 0.05rem;
  font-family: Poppins, "DIN Alternate", Arial, sans-serif;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  white-space: nowrap;
}

.hero__qr-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.06rem 0.2rem;
  width: 100%;
  margin-top: 0.1rem;
}

.hero__qr-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
}

.hero__qr-img {
  display: block;
  width: 100%;
  /*height: 0.82rem;*/
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hero__qr-label {
  margin: 0.02rem 0 0;
  font-size: 0.11rem;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  white-space: nowrap;
}

/* 兼容旧模板中的单图二维码 */
.hero__qr {
  display: block;
  width: 1.01rem;
  height: 1.03rem;
  margin-top: 0.18rem;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hero__qr-tip {
  margin: 0.05rem 0 0;
  font-size: 0.14rem;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  white-space: nowrap;
}

/* ===== 首页滚动资讯 ===== */
.home-news-ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.6rem;
  margin-bottom: 0.2rem;
  padding: 0 0.22rem;
  background-color: #ffffff;
  border-radius: 100rem;
  -webkit-box-shadow: 0 0.04rem 0.16rem rgba(0, 124, 246, 0.08);
  box-shadow: 0 0.04rem 0.16rem rgba(0, 124, 246, 0.08);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home-news-ticker__horn {
  display: block;
  width: 0.28rem;
  height: 0.32rem;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home-news-ticker__label {
  margin-left: 0.12rem;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1.2;
  color: #007cf6;
  text-decoration: none;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home-news-ticker__label:hover {
  opacity: 0.85;
}

.home-news-ticker__line {
  width: 0.02rem;
  height: 0.28rem;
  margin: 0 0.16rem;
  background-color: rgba(0, 124, 246, 0.25);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home-news-ticker__scroll {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  height: 0.36rem;
  overflow: hidden;
}

.home-news-ticker-swiper {
  width: 100%;
  height: 0.36rem;
}

.home-news-ticker__text {
  display: block;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #333333;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.home-news-ticker__text:hover {
  color: #007cf6;
}

.home-news-ticker__text--empty {
  color: #999999;
}

/* ===== Dual hot/sale ===== */
.dual-board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 0.28rem;
}

@media screen and (min-width: 768px) {
  .dual-board {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.17rem;
  }
}

.board {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  width: 100%;
  min-width: 0;
}

.board__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.52rem;
  border-top: 0.03rem solid #008cd9;
  background-color: transparent;
  padding: 0 0.15rem 0 0;
  margin-bottom: 0.14rem;
  overflow: visible;
}

.board__head::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../img/board-head-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.board__mark,
.board__title,
.board__more {
  position: relative;
  z-index: 1;
}

.board__mark {
  position: relative;
  width: 0.44rem;
  height: 0.5rem;
  margin-top: -0.03rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.board__ribbon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0.44rem;
  height: 0.5rem;
}

.board__icon {
  position: absolute;
  left: 50%;
  top: 0.06rem;
  display: block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  mix-blend-mode: screen;
}

.board__icon--hot {
  width: 0.42rem;
  height: 0.35rem;
}

.board__icon--sale {
  width: 0.37rem;
  height: 0.29rem;
  top: 0.08rem;
}

.board__title {
  margin: 0 0 0 0.09rem;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 0.2rem;
  color: #000000;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.board__more {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #000000;
  opacity: 0.6;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none;
}

.dest-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.12rem 0.1rem;
}

.dest-card {
  width: calc(33.333% - 0.08rem);
  background-color: #ffffff;
  overflow: hidden;
}

.dest-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .dest-card {
    width: calc(50% - 0.06rem);
  }
}

.dest-card__media {
  position: relative;
  width: 100%;
  height: 1.4rem;
  overflow: hidden;
  border-radius: 0.04rem 0.04rem 0 0;
  background-color: #f0f0f0;
}

.dest-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dest-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 0.42rem;
  height: 0.55rem;
  padding: 0.02rem 0.02rem 0 0;
  background: url("../img/hot-tag.png") no-repeat top right / 100% auto;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 0.2rem;
  color: #ffffff;
  text-align: right;
}

.dest-card__body {
  padding: 0.1rem 0.08rem 0.12rem;
}

.dest-card__name {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 0.22rem;
  color: #000000;
  margin-bottom: 0.06rem;
}

.dest-card__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.04rem;
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #999999;
}

.dest-card__stat img {
  width: 0.2rem;
  height: 0.18rem;
}

.dest-card__stat em {
  font-style: normal;
  color: #3a89cc;
  margin: 0 0.02rem;
}

.dest-card__price {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #e60012;
  font-weight: 700;
  margin-top: 0.02rem;
}

/* ===== Section (product grids) ===== */
.section {
  margin-bottom: 0.28rem;
}
#scenic{
    display: none;
}
.section-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 0.43rem;
  border-top: 0.03rem solid #3a89cc;
  background-color: transparent;
  padding: 0 0.15rem 0 0;
  margin-bottom: 0.14rem;
  overflow: visible;
}

/*.section-head::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  background-image: url("../img/section-head-bg.png");*/
/*  background-repeat: no-repeat;*/
/*  background-size: 100% 100%;*/
/*  background-position: center;*/
/*  opacity: 0.2;*/
/*  pointer-events: none;*/
/*  z-index: 0;*/
/*}*/

.section-head__mark,
.section-head__title,
.section-tabs,
.section-head__filters,
.section-head__more,
.sort-bar {
  position: relative;
  z-index: 1;
}

.section-head__mark {
  position: relative;
  width: 0.44rem;
  height: 0.5rem;
  /*margin-top: -0.03rem;*/
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #008CD9;
}

.section-head__ribbon {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.44rem;
  height: 0.5rem;
}

.section-head__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0.26rem;
  height: auto;
  max-width: none;
  max-height: none;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  mix-blend-mode: screen;
}

.section-head__title {
  /*margin-top: 0.03rem;*/
  padding: 0 0.15rem;
  font-size: 0.2rem;
  font-weight: 700;
  height: 0.5rem;
  background-color: #008CD9;
  line-height: 0.5rem;
  color: #ffffff;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.section-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.24rem;
  margin-left: 0.24rem;
  min-width: 0;
  font-size: 0.16rem;
  line-height: 0.5rem;
  color: #008CD9;
  overflow: hidden;
  list-style: none;
}

.section-tabs__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  cursor: pointer;
}

.section-tabs__item.is-active {
  color: #3a89cc;
  font-weight: 700;
  position: relative;
}

.section-tabs__item.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.06rem solid transparent;
  border-right: 0.06rem solid transparent;
  border-top: 0.06rem solid #3a89cc;
}

.section-head__more {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #000000;
  opacity: 0.6;
  margin-left: auto;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.18rem 0.2rem;
}

.home-section-panel.is-hidden {
  display: none;
}

/* 首页景区运营资讯 */
.news-cards--home {
  margin-top: 0;
}

.news-cards--home .news-card {
  margin: 0;
}

.news-cards--home .news-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.14rem;
  width: 100%;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .news-cards--home {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.2rem;
    margin-bottom: 0;
  }

  .news-cards--home .news-card,
  .news-cards--home .news-card__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }

  .news-cards--home .news-card__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .news-cards--home .news-card__body {
    width: 100%;
  }

  .news-cards--home .news-card__title {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.product-list__empty {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0.8rem 0 1rem;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: rgba(10, 10, 10, 0.45);
  list-style: none;
}

.product-card {
  width: calc(50% - 0.1rem);
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .product-card {
    width: calc(33.333% - 0.14rem);
  }
}

@media screen and (min-width: 1200px) {
  .product-card {
    width: calc(20% - 0.16rem);
  }
}

.product-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.product-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 234 / 145;
  overflow: hidden;
  background-color: #f0f0f0;
}

.product-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 0.42rem;
  height: 0.55rem;
  padding: 0.02rem 0.02rem 0 0;
  background: url("../img/hot-tag.png") no-repeat top right / 100% auto;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 0.2rem;
  color: #ffffff;
  text-align: right;
}

.product-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-card__body {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.1rem 0.15rem 0 rgba(17, 17, 17, 0.15);
  box-shadow: 0 0.1rem 0.15rem 0 rgba(17, 17, 17, 0.15);
  padding: 0.14rem 0.12rem 0.12rem;
  min-height: 1.04rem;
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.08rem;
}

.product-card__title {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.2rem;
  color: #0a0a0a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.06rem;
  width: 100%;
  min-width: 0;
}

.product-card__meta .tag {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: calc(50% - 0.03rem);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card__meta .tag:first-child:nth-last-child(2) {
  max-width: 100%;
}

.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0.28rem;
  padding: 0 0.1rem;
  background-color: #f5f6f7;
  border-radius: 100px;
  font-size: 0.14rem;
  line-height: 0.16rem;
  color: #0a0a0a;
  opacity: 0.5;
  white-space: nowrap;
}

.product-card__price {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  min-width: 0;
  margin-left: 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #e65100;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
}

/* ===== Custom CTA ===== */
.custom-cta {
  position: relative;
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
  margin-bottom: 0.28rem;
  background-color: #1a4a7a;
}

.custom-cta__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.custom-cta__content {
  position: absolute;
  left: 0.54rem;
  top: 0.44rem;
  z-index: 1;
  color: #ffffff;
  font-size: 0;
}

.custom-cta__title {
  margin: 0;
  font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 0.47rem;
  color: #ffffff;
  white-space: nowrap;
}

.custom-cta__desc {
  margin: 0.08rem 0 0;
  font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-size: 0.28rem;
  font-weight: 600;
  line-height: normal;
  color: #ffffff;
  white-space: nowrap;
}

.custom-cta__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.74rem;
  height: 0.55rem;
  margin-top: 0.26rem;
  background-color: #ff6f00;
  color: #ffffff;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 1rem;
  text-decoration: none;
  white-space: nowrap;
}

.custom-cta__btn:hover {
  background-color: #e86500;
}

/* ===== News ===== */
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
}

@media screen and (min-width: 992px) {
  .news {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.43rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.news__feature,
.news-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.04rem;
  background-color: #ddd;
}

@media screen and (min-width: 992px) {
  .news__feature,
  .news-swiper {
    width: 4.83rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 3.3rem;
  }
}

.news-swiper .swiper-wrapper,
.news-swiper .swiper-slide {
  height: 100%;
}

.news__feature-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.news__feature-img {
  display: block;
  width: 100%;
  height: 2.4rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .news__feature-img {
    height: 100%;
  }
}

.news__feature-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 0.84rem;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.6rem 0 0.24rem;
  color: #ffffff;
  pointer-events: none;
}

.news__feature-cap span {
  font-size: 0.16rem;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news__pagination.swiper-pagination-horizontal,
.news-swiper > .swiper-pagination-bullets {
  position: absolute;
  left: auto !important;
  right: 0.17rem;
  bottom: 0.26rem !important;
  top: auto;
  width: auto !important;
  height: 0.08rem;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.03rem;
}

.news-swiper .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  margin: 0 !important;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 50%;
}

.news-swiper .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.news__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.03rem;
}

.news__dots i {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.news__dots i.is-active {
  background-color: #ffffff;
}

.news__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .news__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.74rem 0.6rem;
    -ms-flex-line-pack: start;
    align-content: start;
  }
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
}

.news-item__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.news-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.12rem;
  margin-bottom: 0.06rem;
}

.news-item__date {
  margin: 0;
  font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", "SimSun", serif;
  color: #000000;
  white-space: nowrap;
  line-height: 0.3rem;
}

.news-item__date em {
  font-style: normal;
  font-size: 0.36rem;
  font-weight: 700;
  line-height: 0.3rem;
  margin-right: 0.06rem;
}

.news-item__date small {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.3rem;
  color: #000000;
}

.news-item__title {
  margin: 0 0 0.07rem;
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.3rem;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-item__desc {
  margin: 0;
  font-size: 0.12rem;
  line-height: 0.16rem;
  color: #000000;
  opacity: 0.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-item__link {
  display: block;
  width: 0.22rem;
  height: 0.21rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

/* ===== Footer (Figma 42:130) ===== */
.site-footer {
  max-width: var(--site-max-width);
  width: 100%;
  margin: 0 auto;
  background-color: #3a89cc;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .site-footer {
    min-height: 4.21rem;
  }
}

.footer-inner {
  box-sizing: border-box;
  width: 100%;
  padding: 0.45rem 0.25rem 0.23rem;
}

@media screen and (min-width: 1200px) {
  .footer-inner {
    padding-left: 0.26rem;
    padding-right: 0.26rem;
  }
}

.footer-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.2rem 0.24rem;
  padding: 0;
}

.feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.11rem;
  width: calc(50% - 0.12rem);
}

@media screen and (min-width: 992px) {
  .feature-item {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.feature-item__icon {
  position: relative;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: transparent;
  border-radius: 0;
  overflow: visible;
}

.feature-item__ring {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
}

.feature-item__glyph {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.feature-item__glyph--quality {
  width: 0.34rem;
  height: 0.31rem;
}

.feature-item__glyph--more {
  width: 0.26rem;
  height: 0.33rem;
}

.feature-item__glyph--service {
  width: 0.37rem;
  height: 0.32rem;
}

.feature-item__glyph--price {
  width: 0.37rem;
  height: 0.27rem;
}

.feature-item__title {
  margin: 0;
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.2rem;
  color: #ffffff;
  white-space: nowrap;
}

.feature-item__desc {
  margin: 0.07rem 0 0;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
  opacity: 0.6;
  white-space: nowrap;
}

.footer-divider {
  display: block;
  width: 100%;
  max-width: var(--site-footer-divider-max-width);
  height: 0.01rem;
  margin: 0.38rem auto 0.35rem;
  border: 0;
  background-color: rgba(255, 255, 255, 0.45);
}

.footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.28rem;
  padding: 0 0.03rem;
}

@media screen and (min-width: 992px) {
  .footer-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
  }
}

.footer-brand {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 992px) {
  .footer-brand {
    width: 2.38rem;
    margin-right: 1.36rem;
  }
}

.footer-brand__logo {
  display: block;
  width: 2.38rem;
  height: 0.81rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.3rem;
  -moz-column-gap: 1.3rem;
  column-gap: 1.3rem;
  row-gap: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 992px) {
  .footer-cols {
    margin-right: 1.17rem;
  }
}

.footer-col__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col__list li {
  font-size: 0.14rem;
  line-height: 0.16rem;
}

.footer-col__list a {
  display: block;
  font-size: inherit;
  line-height: inherit;
  color: #ffffff;
  text-decoration: none;
}

.footer-col__list a:hover {
  opacity: 0.8;
}

.footer-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

@media screen and (min-width: 992px) {
  .footer-aside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.24rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer-contact {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 0;
}

.footer-contact__title {
  margin: 0 0 0.12rem;
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.16rem;
  color: #ffffff;
}

.footer-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.05rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #f4f4f4;
}

.footer-contact__list--icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.05rem;
}

.footer-contact__list--icons img {
  width: 0.18rem;
  height: 0.18rem;
  margin-top: 0.01rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0.6;
}

.footer-contact__list--icons li:nth-child(2) img,
.footer-contact__list--icons li:nth-child(4) img {
  width: 0.16rem;
  height: 0.16rem;
}

.footer-contact__list--icons li:nth-child(3) img {
  width: 0.17rem;
  height: 0.17rem;
}

.footer-aside .footer-qr-grid {
  width: auto;
  margin-top: 0.17rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 992px) {
  .footer-aside .footer-qr-grid {
    margin-top: 0;
  }
}

.footer-aside .footer-qr-grid .hero__qr-label {
  color: #ffffff;
}

.footer-qr-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.08rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.17rem;
}

.footer-qr-block__img {
  display: block;
  width: 0.97rem;
  height: 1.01rem;
  background-color: #ffffff;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-qr-block__info {
  padding-top: 0.18rem;
  min-width: 0;
}

.footer-qr-block__title {
  margin: 0 0 0.14rem;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
}

.footer-qr-block__label,
.footer-qr-block__id {
  margin: 0;
  font-size: 0.14rem;
  line-height: 1.4;
  color: #ffffff;
  opacity: 0.6;
  white-space: nowrap;
}

.footer-copy {
  margin: 0.34rem 0 0;
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #ffffff;
  opacity: 0.5;
}

/* CLS: reserve image space */
.product-card__media,
.dest-card__media,
.hero-swiper,
.detail-gallery-swiper,
.custom-cta,
.news__feature,
.list-hero {
  background-color: #f0f0f0;
}

/* ===== 出境旅游列表页 (02-1) ===== */
.site-nav--blue {
  background-color: transparent;
  border-top: 0.03rem solid #82c0ed;
}

.nav-list--blue {
  background-image: url("../img/nav-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  height: 0.55rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-list--blue > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 0.72rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-list--blue > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-list--blue .nav-list__item {
    padding: 0 0.12rem;
  }
}

.nav-list--blue .nav-list__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0.04rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.16rem;
  text-align: center;
}

.nav-list--blue > li:not(:last-child) .nav-list__item::after {
  background-image: -webkit-linear-gradient(1.15455deg, #3c8acf 23.077%, #82c0ed 97.436%);
  background-image: linear-gradient(88.85deg, #3c8acf 23.077%, #82c0ed 97.436%);
  background-color: transparent;
  width: 0.02rem;
  height: 0.48rem;
}

.nav-list--blue .nav-list__item.is-active {
  background-color: #60ceff;
  color: #ffffff;
  font-weight: 500;
  height: 100%;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.04rem;
  min-height: 0.32rem;
  margin: 0.12rem 0 0.1rem;
  font-size: 0.14rem;
  line-height: 0.16rem;
  color: #666666;
}

.breadcrumb__home {
  width: 0.16rem;
  height: 0.16rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.04rem;
}

.breadcrumb a {
  color: #666666;
}

.list-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.02rem;
  margin-bottom: 0.04rem;
}

.list-hero__img {
  width: 100%;
  height: 1.8rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .list-hero__img {
    height: 2.45rem;
  }
}

.list-hero__title {
  position: absolute;
  left: 50%;
  bottom: 0.24rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.14rem;
  height: 0.58rem;
  pointer-events: none;
}

.filter-panel {
  width: 100%;
  margin-bottom: 0.16rem;
  background-color: rgba(235, 242, 246, 0.5);
  border-bottom: 0.03rem solid #3a89cc;
  position: relative;
  overflow: hidden;
  font-size: 0;
}

.filter-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.91rem;
  background-color: rgba(235, 242, 246, 0.9);
  z-index: 0;
}

.filter-panel__row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0.56rem;
  padding: 0.08rem 0.2rem 0.2rem 0;
}

.filter-panel__row:first-child {
  padding-top: 0.2rem;
}

.filter-panel__row--days {
    display: none;
  padding-bottom: 0.12rem;
  background-color: rgba(58, 137, 204, 0.08);
}

.filter-row__label {
  width: 0.91rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 0.34rem;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 0.2rem;
  color: #000000;
  white-space: nowrap;
}

.filter-panel__row--days .filter-row__label {
  font-weight: 600;
}

.filter-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.08rem 0.36rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding-left: 0.28rem;
  list-style: none;
  margin: 0;
}

.filter-tag {
  display: inline-block;
  font-size: 0.18rem;
  line-height: 0.2rem;
  color: #008CD9;
  white-space: nowrap;
}

.filter-tag.is-active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0.55rem;
  height: 0.24rem;
  padding: 0 0.12rem;
  border-radius: 100px;
  background-color: #3a89cc;
  color: #f5f6f7;
}

@media screen and (max-width: 767px) {
  .filter-panel::before {
    display: none;
  }

  .filter-panel__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0.12rem 0.16rem;
    min-height: 0;
  }

  .filter-panel__row:first-child {
    padding-top: 0.12rem;
  }

  .filter-row__label {
    width: auto;
    padding-left: 0;
  }

  .filter-tags {
    padding-left: 0;
    width: 100%;
  }
}

.section-head--sort {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: auto;
  min-height: 0.56rem;
  padding: 0.08rem 0.15rem 0.08rem 0;
  overflow: hidden;
}

.section-head--sort .section-head__title {
  margin-right: 0.12rem;
}

.section-head--sort .section-tabs--filter {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.16rem;
  margin-right: 0.12rem;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 0.08rem 0.2rem;
}

.section-head--sort .section-tabs--filter::-webkit-scrollbar {
  display: none;
}

.section-head--sort .section-tabs--filter > li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style: none;
}

.section-head--sort .section-tabs--filter .filter-tag {
  display: inline-flex;
}

/* 新布局启用后，隐藏旧版独立筛选区 */
.filter-panel:has(+ .section--list .section-tabs--filter) {
  display: none !important;
}

.section-head__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 0 0.24rem;
  margin-left: 0.24rem;
  min-width: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-head--sort .filter-tags {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-left: 0;
  gap: 0.08rem 0.24rem;
}

.section-head--sort .filter-tags--days {
  display: none;
}

.sort-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.28rem;
  height: 0.5rem;
  margin-left: auto;
}

.sort-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.08rem;
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #0a0a0a;
  padding: 0;
}

.sort-btn__icon {
  width: 0.08rem;
  height: 0.11rem;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pagination {
  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;
  gap: 0.08rem;
  margin: 0.28rem 0 0.2rem;
}

.pagination__btn {
  width: 0.34rem;
  height: 0.34rem;
  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;
  opacity: 0.7;
}

.pagination__btn img {
  width: 0.34rem;
  height: 0.34rem;
}

.pagination__btn--next img {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.pagination__num {
  width: 0.31rem;
  height: 0.34rem;
  border: 0.01rem solid rgba(0, 0, 0, 0.4);
  border-radius: 0.02rem;
  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;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #0a0a0a;
}

.pagination__num.is-active {
  border-color: #008cd9;
  color: #008cd9;
}

.section--list {
  margin-bottom: 0.1rem;
}

.section--list > .section-head {
  border-top: 0;
}

/* ===== 搜索页 ===== */
.section--search {
  padding-top: 0.08rem;
}

.search-summary {
  margin: 0 0 0.2rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: rgba(0, 0, 0, 0.6);
}

.search-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.12rem;
  margin-bottom: 0.24rem;
}

.search-tab {
  display: inline-block;
  padding: 0.06rem 0.18rem;
  border: 0.01rem solid #3c8acf;
  border-radius: 100px;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #3c8acf;
  text-decoration: none;
  white-space: nowrap;
}

.search-tab.is-active {
  background-color: #3c8acf;
  color: #ffffff;
}

.search-block + .search-block {
  margin-top: 0.32rem;
  padding-top: 0.28rem;
  border-top: 0.01rem solid rgba(0, 0, 0, 0.08);
}

.search-block__title {
  margin: 0 0 0.16rem;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.26rem;
  color: #0a0a0a;
}

.search-empty {
  margin: 0.4rem 0;
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: rgba(0, 0, 0, 0.5);
}

.search-more-link {
  margin: 0.12rem 0 0;
  text-align: right;
  font-size: 0.14rem;
  line-height: 0.2rem;
}

.search-more-link a {
  color: #3c8acf;
  text-decoration: none;
}

.search-more-link a:hover {
  opacity: 0.8;
}

.product-card__category {
  margin: 0 0 0.04rem;
  font-size: 0.12rem;
  line-height: 0.18rem;
  color: #3c8acf;
}

.news-cards--search {
  margin-top: 0;
}

/* ===== 微信扫码登录 ===== */
.page-login .main-panel {
  padding-bottom: 0.5rem;
}

.login-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.3rem 0 0.5rem;
}

.login-panel__card {
  width: 100%;
  max-width: 4.8rem;
  padding: 0.4rem 0.36rem 0.34rem;
  border-radius: 0.1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.08);
  text-align: center;
}

.login-panel__title {
  margin: 0 0 0.08rem;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.34rem;
  color: #0a0a0a;
}

.login-panel__desc {
  margin: 0 0 0.24rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: rgba(0, 0, 0, 0.6);
}

.login-panel__qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 3rem;
  margin: 0 auto 0.16rem;
}

.login-panel__qr iframe {
  width: 3rem !important;
  height: 3rem !important;
}

.login-panel__empty {
  padding: 0.4rem 0.2rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: rgba(0, 0, 0, 0.6);
}

.login-panel__empty code {
  font-size: 0.12rem;
  word-break: break-all;
}

.login-panel__tip {
  margin: 0;
  font-size: 0.12rem;
  line-height: 0.18rem;
  color: rgba(0, 0, 0, 0.45);
}

/* ===== 出境旅游详情页 (02-2) ===== */
.page-detail .main-panel {
  padding-bottom: 0.4rem;
}

.breadcrumb__current {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.24rem;
}

@media screen and (min-width: 992px) {
  .detail-hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.32rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.detail-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f0f0f0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 992px) {
  .detail-gallery {
    width: 8.15rem;
  }
}

.detail-gallery-swiper {
  width: 100%;
  height: 3.4rem;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .detail-gallery-swiper {
    height: 4.8rem;
  }
}

.detail-gallery-swiper .swiper-wrapper,
.detail-gallery-swiper .swiper-slide {
  height: 100%;
}

.detail-gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.detail-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: -0.225rem;
  border: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  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;
  padding: 0;
}

.detail-gallery__nav img {
  width: 0.13rem;
  height: 0.24rem;
}

.detail-gallery__nav--prev {
  left: 0.18rem;
}

.detail-gallery__nav--next {
  right: 0.18rem;
}

.detail-summary {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.detail-summary__title {
  margin: 0 0 0.12rem;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.35;
  color: #000000;
}

@media screen and (min-width: 992px) {
  .detail-summary__title {
    font-size: 0.3rem;
    line-height: 0.44rem;
  }
}

.detail-summary__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.08rem;
  margin-bottom: 0.12rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.detail-tag {
  display: inline-block;
  height: 0.28rem;
  padding: 0 0.12rem;
  border-radius: 1rem;
  background-color: #f5f6f7;
  font-size: 0.14rem;
  line-height: 0.28rem;
  color: rgba(10, 10, 10, 0.5);
}

.detail-fav {
  margin-left: auto;
  border: 0;
  background: transparent;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.06rem;
  font-size: 0.14rem;
  color: #000000;
  cursor: pointer;
}

.detail-fav img {
  width: 0.26rem;
  height: 0.23rem;
}

.detail-fav.is-active {
  color: #e54545;
}

.detail-fav.is-active img {
  -webkit-filter: brightness(0) saturate(100%) invert(36%) sepia(72%) saturate(1876%) hue-rotate(334deg) brightness(96%) contrast(92%);
  filter: brightness(0) saturate(100%) invert(36%) sepia(72%) saturate(1876%) hue-rotate(334deg) brightness(96%) contrast(92%);
}

.detail-fav:disabled {
  opacity: 0.6;
  cursor: wait;
}

.detail-summary__desc {
  margin: 0 0 0.16rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: rgba(0, 0, 0, 0.5);
}

.detail-summary__price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.16rem;
  margin-bottom: 0.16rem;
}

.detail-summary__price-label {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #000000;
}

.detail-summary__price {
  margin: 0;
  color: #f57f17;
  font-size: 0.14rem;
  line-height: 0.2rem;
}

.detail-summary__price span {
  font-size: 0.3rem;
  font-weight: 400;
}

.detail-summary__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.12rem;
  margin-bottom: 0.2rem;
}

.detail-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.08rem;
  height: 0.36rem;
  padding: 0 0.16rem;
  border-radius: 1rem;
  background-color: rgba(60, 138, 207, 0.05);
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #3c8acf;
}

.detail-pill img {
  width: 0.14rem;
  height: 0.16rem;
}

.detail-summary__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.16rem;
  margin-top: auto;
}

.detail-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.08rem;
  height: 0.51rem;
  border-radius: 1rem;
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #ffffff;
  text-decoration: none;
}

.detail-btn img {
  width: 0.28rem;
  height: 0.28rem;
}

.detail-btn--phone {
  min-width: 2.28rem;
  padding: 0 0.2rem;
  background-color: #3c8acf;
}

.detail-btn--phone img {
  width: 0.28rem;
  height: 0.28rem;
}

.detail-btn--chat {
  min-width: 1.77rem;
  padding: 0 0.24rem;
  background-color: #f57f17;
}

.detail-btn--chat img {
  width: 0.23rem;
  height: 0.2rem;
}

.detail-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.28rem;
  height: 0.5rem;
  margin-bottom: 0.2rem;
  padding: 0 0.28rem;
  overflow-x: auto;
  background-color: rgba(60, 138, 207, 0.05);
  border-top: 0.04rem solid rgba(60, 138, 207, 0.2);
  -webkit-overflow-scrolling: touch;
}

.detail-tabs__item {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.18rem;
  line-height: 0.2rem;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}

.detail-tabs__item.is-active {
  color: #3a89cc;
}

.detail-tabs__item.is-active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.04rem;
  width: 1.25rem;
  height: 0.04rem;
  margin-left: -0.625rem;
  background-color: #3c8acf;
}

.detail-block {
  margin-bottom: 0.28rem;
}

.detail-block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.08rem;
  min-height: 0.53rem;
  margin-bottom: 0.16rem;
  padding: 0.03rem 0.12rem 0 0.04rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 138, 207, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(60, 138, 207, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  border-top: 0.03rem solid #3a89cc;
  overflow: visible;
}

.detail-block__mark {
  position: relative;
  width: 0.44rem;
  height: 0.5rem;
  margin-top: 0.03rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  overflow: hidden;
}

.detail-block__ribbon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0.44rem;
  height: 0.5rem;
}

.detail-block__icon {
  position: absolute;
  left: 50%;
  top: 0.1rem;
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  mix-blend-mode: screen;
}

.detail-block__title {
  margin: 0;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 0.2rem;
  color: #0a0a0a;
}

.detail-block__body {
  padding: 0 0.02rem;
  font-size: 14px;
  line-height: 1.5;
}

.detail-text p {
  margin: 0 0 0.12rem;
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #000000;
}

.detail-text p:last-child {
  margin-bottom: 0;
}

.detail-rich img {
  max-width: 100%;
  height: auto;
}

.detail-rich video {
  max-width: 100%;
}

.detail-text--cost p {
  line-height: 0.25rem;
}

.detail-text--notes p {
  font-size: 0.14rem;
  line-height: 0.25rem;
}

.detail-text__indent {
  padding-left: 0.48rem;
}

.detail-subhead {
  margin: 0 0 0.1rem;
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.25rem;
  color: #3a89cc;
}

.detail-subhead + .detail-text {
  margin-bottom: 0.2rem;
}

.day-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.12rem;
  margin-bottom: 0.28rem;
}

.day-item:last-child {
  margin-bottom: 0;
}

.day-item__badge {
  width: 0.49rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.04rem;
  background-color: rgba(58, 137, 204, 0.1);
  border-radius: 0.02rem;
  position: relative;
  min-height: 100%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.day-item__badge::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.56rem;
  bottom: 0.08rem;
  width: 0;
  margin-left: -0.005rem;
  border-left: 0.01rem dashed rgba(58, 137, 204, 0.35);
}

.day-item__label {
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 0.2rem;
  color: #3a89cc;
}

.day-item__num {
  display: block;
  width: 0.38rem;
  height: 0.22rem;
  margin-top: 0.02rem;
  border-radius: 0.02rem;
  background-color: #ffffff;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 0.22rem;
  text-align: center;
  color: #3a89cc;
  position: relative;
  z-index: 1;
}

.day-item__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.day-item__head {
  margin-bottom: 0.12rem;
}

.day-item__title {
  margin: 0 0 0.06rem;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 0.21rem;
  color: #000000;
}

.day-item__flight {
  margin: 0;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 0.2rem;
  color: #000000;
}

.day-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.16rem;
  margin-bottom: 0.14rem;
}

@media screen and (min-width: 992px) {
  .day-item__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.2rem;
  }
}

.day-item__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.day-item__text p {
  color: rgba(0, 0, 0, 0.6);
}

.day-item__img {
  width: 100%;
  max-width: 1.91rem;
  height: 1.54rem;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0.02rem;
  background-color: #f0f0f0;
}

.day-item__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.12rem;
}

.day-item__meta li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 0.28rem;
  padding: 0.02rem 0.14rem 0.02rem 0.04rem;
  border-radius: 1rem;
  background-color: rgba(0, 140, 217, 0.05);
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #000000;
}

.day-item__meta img {
  width: 0.18rem;
  height: 0.18rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.detail-files {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.12rem 0.34rem;
}

.detail-files li {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .detail-files li {
    width: calc(50% - 0.17rem);
  }
}

.detail-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1rem;
  min-height: 0.47rem;
  padding: 0 0.12rem 0 0.16rem;
  background-color: rgba(229, 240, 249, 0.4);
  text-decoration: none;
  color: #000000;
  font-size: 0.16rem;
  line-height: 0.2rem;
}

.detail-file__name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail-file__name::before {
  content: "";
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  margin-right: 0.08rem;
  border-radius: 50%;
  background-color: #3a89cc;
  vertical-align: middle;
}

.detail-file__btn {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 0.05rem;
  background-color: #3a89cc;
  background-image: url("../img/icon-down.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.12rem 0.12rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* ===== 专业定制页 (03) ===== */
.page-customize .main-panel {
  padding-bottom: 0.48rem;
}

.customize-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.28rem;
  background-color: #f0f0f0;
}

.customize-hero__img {
  display: block;
  width: 100%;
  height: 1.8rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .customize-hero__img {
    height: 2.45rem;
  }
}

.customize-hero__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.2rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.18);
}

.customize-hero__title {
  margin: 0 0 0.12rem;
  font-size: 0.32rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .customize-hero__title {
    font-size: 0.44rem;
  }
}

.customize-hero__subtitle {
  margin: 0;
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .customize-hero__subtitle {
    font-size: 0.3rem;
  }
}

.customize-intro {
  max-width: 7.13rem;
  margin: 0 auto 0.36rem;
  font-size: 0.14rem;
  line-height: 0.25rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

.customize-form {
  max-width: 6.91rem;
  margin: 0 auto;
}

.customize-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.24rem;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #ffffff;
}

.customize-tab {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.56rem;
  border: 0;
  background-color: #ffffff;
  font-size: 0.16rem;
  color: #666666;
  cursor: pointer;
}

.customize-tab.is-active {
  background-color: #3c8acf;
  color: #ffffff;
  font-weight: 700;
}

.customize-form__panel {
  margin-bottom: 0.28rem;
  padding: 0.24rem 0.28rem 0.2rem;
  border: 0.01rem solid #6e6d6d;
  border-radius: 0.1rem;
  background-color: rgba(217, 217, 217, 0.15);
  font-size: 0;
}

.customize-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.12rem;
  margin-bottom: 0.14rem;
}

.customize-form__row:last-child {
  margin-bottom: 0;
}

.customize-form__label {
  width: 0.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 0.55rem;
  color: #000000;
}

.customize-form__label--block {
  display: block;
  width: auto;
  margin-bottom: 0.08rem;
  line-height: 1.4;
}

.customize-form__label--people {
  width: 0.8rem;
  line-height: 1.4;
  padding-top: 0.08rem;
}

.customize-form__required {
  color: #e60012;
  margin-right: 0.04rem;
}

.customize-form__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.18rem;
}

.customize-form__grid-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.customize-form__people-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.16rem;
  margin-bottom: 0.18rem;
}

.customize-form__people-fields {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}

.customize-form__people-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1rem;
  min-width: 0;
}

.customize-form__people-tag {
  font-size: 0.14rem;
  color: #333333;
  white-space: nowrap;
}

.customize-form__input--people {
  height: 0.4rem;
  line-height: 0.4rem;
}

.customize-form__field-block {
  margin-bottom: 0.18rem;
}

.customize-form__field-block:last-child {
  margin-bottom: 0;
}

.customize-form__textarea {
  width: 100%;
  min-height: 0.8rem;
  padding: 0.12rem 0.15rem;
  border: 0;
  border-radius: 0.05rem;
  background-color: #ffffff;
  font-size: 0.14rem;
  line-height: 1.6;
  color: #000000;
  outline: none;
  resize: vertical;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.customize-form__textarea--large {
  min-height: 1rem;
}

.customize-form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  height: 0.43rem;
  padding: 0 0.15rem;
  border: 0;
  border-radius: 0.05rem;
  background-color: #ffffff;
  font-size: 0.14rem;
  line-height: 0.43rem;
  color: #000000;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.customize-form__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.customize-form__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.customize-form__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.customize-form__input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.customize-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.2rem 0 0.12rem;
}

.customize-form__submit {
  width: 2.51rem;
  height: 0.64rem;
  border: 0;
  border-radius: 1rem;
  background-color: #3c8acf;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 0.5rem;
  color: #ffffff;
  cursor: pointer;
}

.customize-form__submit:hover {
  background-color: #3479b8;
}

/* ===== 新闻资讯页 (04-1) ===== */
.page-news .main-panel {
  padding-bottom: 0.4rem;
}

.news-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.28rem;
  background-color: #f0f0f0;
}

.news-hero__img {
  display: block;
  width: 100%;
  height: 1.8rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .news-hero__img {
    height: 2.45rem;
  }
}

.news-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.news-hero__title {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 2.4rem;
  height: auto;
  margin-left: -1.2rem;
  margin-top: -0.58rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media screen and (min-width: 992px) {
  .news-hero__title {
    width: 3.03rem;
    margin-left: -1.515rem;
    margin-top: -0.73rem;
  }
}

.news-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.28rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (min-width: 992px) {
  .news-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.36rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.news-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.news-main__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.16rem;
  margin-bottom: 0.24rem;
}

.news-main__title {
  margin: 0;
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 0.34rem;
  color: #0a0a0a;
  white-space: nowrap;
}

@media screen and (min-width: 992px) {
  .news-main__title {
    font-size: 0.34rem;
  }
}

.news-main__line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.06rem;
  background-color: rgba(217, 217, 217, 0.55);
}

.news-cards {
  list-style: none;
  margin: 0 0 0.28rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.28rem;
}

.news-cards.news-cards--home {
  margin-top: 0;
}

.news-cards.news-cards--home .news-card {
  margin: 0;
  list-style: none;
}

.news-cards.news-cards--home .news-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.14rem;
  width: 100%;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .news-cards.news-cards--home {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.2rem;
    margin-bottom: 0;
  }

  .news-cards.news-cards--home .news-card,
  .news-cards.news-cards--home .news-card__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }

  .news-cards.news-cards--home .news-card__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .news-cards.news-cards--home .news-card__body {
    width: 100%;
  }

  .news-cards.news-cards--home .news-card__title {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.news-cards.news-cards--home .product-list__empty {
  grid-column: 1 / -1;
}

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.14rem;
}

.news-card__date {
  width: 0.71rem;
  min-height: 0.78rem;
  padding: 0.08rem 0.04rem;
  border-radius: 0.02rem;
  background-color: rgba(217, 217, 217, 0.2);
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news-card__date span {
  display: block;
  font-size: 0.32rem;
  line-height: 0.3rem;
  color: #000000;
  font-weight: 400;
}

.news-card__date small {
  display: block;
  margin-top: 0.02rem;
  font-size: 0.12rem;
  line-height: 0.3rem;
  color: #000000;
}

.news-card__thumb {
  width: 1.4rem;
  height: 0.93rem;
  border-radius: 0.02rem;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #f0f0f0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .news-card__thumb {
    width: 1.8rem;
    height: 1.2rem;
  }
}

.news-card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-card__title {
  margin: 0 0 0.06rem;
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.28rem;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .news-card__title {
    font-size: 0.24rem;
    line-height: 0.44rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: unset;
  }
}

.news-card__desc {
  margin: 0 0 0.12rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card__btn {
  display: inline-block;
  min-width: 0.57rem;
  height: 0.25rem;
  padding: 0 0.12rem;
  border-radius: 1rem;
  background-color: #008cd9;
  font-size: 0.14rem;
  line-height: 0.25rem;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

.news-side {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 992px) {
  .news-side {
    width: 2.29rem;
  }
}

.news-side__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.09rem;
  min-height: 0.53rem;
  margin-bottom: 0;
  padding: 0 0.12rem 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 138, 207, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(60, 138, 207, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  border-top: 0.03rem solid #3c8acf;
  overflow: visible;
}

.news-side__mark {
  position: relative;
  width: 0.44rem;
  height: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  overflow: hidden;
}

.news-side__ribbon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0.44rem;
  height: 0.5rem;
}

.news-side__icon {
  position: absolute;
  left: 50%;
  top: 0.09rem;
  display: block;
  width: 0.29rem;
  height: 0.24rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  mix-blend-mode: screen;
}

.news-side__title {
  margin: 0;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 0.2rem;
  color: #000000;
}

.news-side__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0.01rem solid rgba(0, 0, 0, 0.08);
  border-top: 0;
}

.news-side__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 0.52rem;
  padding: 0 0.16rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.08);
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #0a0a0a;
  text-decoration: none;
}

.news-side__list li:last-child .news-side__link {
  border-bottom: 0;
}

.news-side__link span {
  color: rgba(0, 0, 0, 0.35);
  font-size: 0.14rem;
}

.news-side__link.is-active,
.news-side__link:hover {
  color: #3c8acf;
}

.page-news .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


/* ===== 新闻资讯列表页 (04-1) ===== */
.page-news .main-panel {
  padding-bottom: 0.4rem;
}

.news-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.28rem;
  background-color: #f0f0f0;
}

.news-hero__img {
  display: block;
  width: 100%;
  height: 1.8rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .news-hero__img {
    height: 2.45rem;
  }
}

.news-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.news-hero__title {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 2.4rem;
  height: auto;
  margin-left: -1.2rem;
  margin-top: -0.58rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media screen and (min-width: 992px) {
  .news-hero__title {
    width: 3.03rem;
    margin-left: -1.515rem;
    margin-top: -0.73rem;
  }
}

.news-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.28rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (min-width: 992px) {
  .news-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.36rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.news-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.news-main__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.16rem;
  margin-bottom: 0.28rem;
}

.news-main__title {
  margin: 0;
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 0.34rem;
  color: #0a0a0a;
  white-space: nowrap;
}

@media screen and (min-width: 992px) {
  .news-main__title {
    font-size: 0.34rem;
  }
}

.news-main__line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.06rem;
  background-color: rgba(217, 217, 217, 0.2);
}

.news-cards {
  list-style: none;
  margin: 0 0 0.32rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.28rem;
}

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.14rem;
}

.news-card__date {
  width: 0.71rem;
  min-height: 0.78rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.02rem;
  background-color: rgba(217, 217, 217, 0.2);
  color: #000000;
  text-align: center;
}

.news-card__date span {
  font-size: 0.36rem;
  line-height: 0.3rem;
  font-weight: 400;
}

.news-card__date small {
  display: block;
  margin-top: 0.04rem;
  font-size: 0.12rem;
  line-height: 0.3rem;
}

.news-card__thumb {
  width: 1.4rem;
  height: 0.93rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0.02rem;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #f0f0f0;
}

@media screen and (min-width: 768px) {
  .news-card__thumb {
    width: 1.8rem;
    height: 1.2rem;
  }
}

.news-card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-card__title {
  margin: 0 0 0.06rem;
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.32rem;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .news-card__title {
    font-size: 0.24rem;
    line-height: 0.44rem;
  }
}

.news-card__desc {
  margin: 0 0 0.12rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-card__btn {
  display: inline-block;
  min-width: 0.57rem;
  height: 0.25rem;
  padding: 0 0.12rem;
  border-radius: 1rem;
  background-color: #008cd9;
  font-size: 0.14rem;
  line-height: 0.25rem;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

.news-side {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 992px) {
  .news-side {
    width: 2.29rem;
  }
}

.news-side__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.09rem;
  min-height: 0.53rem;
  margin-bottom: 0;
  padding: 0 0.12rem 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 138, 207, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(60, 138, 207, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  border-top: 0.03rem solid #3c8acf;
  overflow: visible;
}

.news-side__mark {
  position: relative;
  width: 0.44rem;
  height: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  overflow: hidden;
}

.news-side__ribbon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0.44rem;
  height: 0.5rem;
}

.news-side__icon {
  position: absolute;
  left: 50%;
  top: 0.09rem;
  display: block;
  width: 0.29rem;
  height: 0.24rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  mix-blend-mode: screen;
}

.news-side__title {
  margin: 0;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 0.2rem;
  color: #000000;
}

.news-side__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-side__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 0.52rem;
  padding: 0 0.16rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.08);
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #0a0a0a;
  text-decoration: none;
}

.news-side__link span {
  color: rgba(0, 0, 0, 0.35);
  font-size: 0.14rem;
}

.news-side__link.is-active,
.news-side__link:hover {
  color: #3c8acf;
}

.page-news .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}




/* ===== 新闻资讯详情页 (04-2) ===== */
.news-article {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.news-article__header {
  margin-bottom: 0.24rem;
  padding: 0.2rem 0.24rem 0.16rem;
  border-radius: 0.02rem;
  background-color: rgba(60, 138, 207, 0.05);
}

.news-article__title {
  margin: 0 0 0.12rem;
  font-size: 0.22rem;
  font-weight: 400;
  line-height: 0.36rem;
  color: #000000;
}

@media screen and (min-width: 992px) {
  .news-article__title {
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
}

.news-article__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.16rem 0.28rem;
}

.news-article__meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.06rem;
  font-size: 0.14rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.45);
}

.news-article__meta li:first-child {
  color: rgba(63, 142, 243, 0.85);
}

.news-article__meta img {
  width: 0.16rem;
  height: 0.16rem;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news-article__body {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #000000;
}

.news-article__body p {
  margin: 0 0 0.12rem;
}

.news-article__body p strong {
  font-weight: 700;
}

.news-article__figure {
  margin: 0.2rem auto 0.28rem;
  max-width: 6.27rem;
  text-align: center;
}

.news-article__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 3.73rem;
  border-radius: 0.18rem;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #f0f0f0;
}

.news-article__nav {
  margin-top: 0.36rem;
  padding-top: 0.2rem;
  border-top: 0.01rem solid rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.08rem;
}

.news-article__nav > a,
.news-article__nav > span,
.news-article__nav-link {
  display: block;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-article__nav > a:hover,
.news-article__nav-link:hover {
  color: #3c8acf;
}

.news-article__nav-link.is-disabled,
.news-article__nav-link.is-disabled:hover {
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
}

/* ===== 会员中心 / 我的收藏 (05-2) ===== */
.page-member .main-panel {
  padding-top: 0.24rem;
  padding-bottom: 0.4rem;
}

.header-user {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-user img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.member-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.24rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (min-width: 992px) {
  .member-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.26rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.member-side {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 992px) {
  .member-side {
    width: 2.2rem;
  }
}

.member-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  gap: 0.12rem;
  padding: 0.2rem 0.16rem;
  background-color: rgba(217, 217, 217, 0.4);
	font-size: 0;
}

.member-profile__avatar {
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #f0f0f0;
}
.member-profile__info{
	font-size: 0;
}
.member-profile__name {
  margin: 0 0 0.08rem;
  font-size: 0.2rem;
  line-height: 0.16rem;
  color: #000000;
}

.member-profile__vip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.06rem;
  height: 0.23rem;
  padding: 0 0.1rem 0 0.08rem;
  border-radius: 1rem;
  background-color: rgba(233, 196, 147, 0.35);
  font-size: 0.14rem;
  line-height: 0.16rem;
  color: #572b08;
}

.member-profile__vip img {
  width: 0.2rem;
  height: 0.19rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.member-menu {
  margin-top: 0.12rem;
  background-color: rgba(217, 217, 217, 0.2);
  padding: 0.12rem 0;
}

.member-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.08rem;
  height: 0.56rem;
  padding: 0 0.2rem;
  color: #000000;
  text-decoration: none;
  font-size: 0.18rem;
  line-height: 0.16rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.06);
}

.member-menu__item:last-child {
  border-bottom: 0;
}

.member-menu__item img {
  width: 0.25rem;
  height: 0.25rem;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.member-menu__item span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.member-menu__item i {
  font-style: normal;
  opacity: 0.2;
  font-size: 0.24rem;
}

.member-menu__item.is-active {
  background-color: rgba(255, 255, 255, 0.55);
}

.member-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.member-main__title {
  margin: 0 0 0.2rem;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.16rem;
  color: #000000;
}

.fav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.2rem 0.16rem;
}

.fav-card {
  width: calc(50% - 0.08rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .fav-card {
    width: calc(33.333% - 0.12rem);
  }
}

@media screen and (min-width: 1200px) {
  .fav-card {
    width: calc(25% - 0.12rem);
  }
}

.fav-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 233 / 145;
  overflow: hidden;
  background-color: #f0f0f0;
}

.fav-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fav-card__body {
  margin-top: -0.18rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.1rem 0.15rem 0 rgba(17, 17, 17, 0.15);
  box-shadow: 0 0.1rem 0.15rem 0 rgba(17, 17, 17, 0.15);
  padding: 0.14rem 0.12rem 0.12rem;
  min-height: 1.04rem;
}

.fav-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.08rem;
  margin-bottom: 0.08rem;
}

.fav-card__title {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.2rem;
}

.fav-card__title a {
  color: #0a0a0a;
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fav-card__del {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  width: 0.18rem;
  height: 0.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0.55;
}

.fav-card__del img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.fav-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.06rem;
}

.fav-card__price {
  margin-left: auto;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 0.2rem;
  color: #e65100;
}

.member-menu__item img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.75;
}

.member-menu__item.is-active img {
  opacity: 1;
}

.member-menu__item--logout {
  margin-top: 0.12rem;
  padding-top: 0.12rem;
  border-top: 0.01rem solid rgba(0, 0, 0, 0.08);
}

.fav-card--empty {
  width: 100%;
  padding: 0.4rem 0.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.fav-card__empty-text {
  margin: 0 0 0.12rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: rgba(0, 0, 0, 0.5);
}

.fav-card__empty-link {
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #3c8acf;
  text-decoration: none;
}

/* —— 客服与帮助 —— */
.help-contact-list {
  list-style: none;
  margin: 0 0 0.36rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.12rem;
}

.help-contact {
  position: relative;
  display: block;
  width: 1.4rem;
  height: 1.5rem;
  text-decoration: none;
  color: #000000;
}

.help-contact__bg {
  display: block;
  width: 1.4rem;
  height: 1.5rem;
  pointer-events: none;
}

.help-contact__icon {
  position: absolute;
  left: 50%;
  top: 0.25rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.62rem;
  height: 0.62rem;
}

.help-contact__icon img {
  display: block;
  width: 0.62rem;
  height: 0.62rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.help-contact__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.28rem;
  text-align: center;
  font-size: 0.18rem;
  line-height: 1.2;
  color: #000000;
}

.help-faq-title {
  margin: 0 0 0.18rem;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
}

.help-service-tip {
  margin: 0.12rem 0 0;
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: rgba(0, 0, 0, 0.45);
}

.help-faq-empty {
  margin: 0.2rem 0;
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: rgba(0, 0, 0, 0.5);
}

.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-item {
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.08);
}

.faq-item__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1rem;
  min-height: 0.62rem;
  padding: 0.14rem 0;
  cursor: pointer;
  list-style: none;
}

.faq-item__summary::-webkit-details-marker {
  display: none;
}

.faq-item__summary::marker {
  content: "";
}

.faq-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0.05rem;
  font-size: 0.12rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-badge--q {
  background-color: #008cd9;
}

.faq-badge--a {
  background-color: #ff6f00;
  margin-top: 0.06rem;
}

.faq-item__q {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 1.3;
  color: #000000;
}

.faq-item__chevron {
  width: 0.16rem;
  height: 0.23rem;
  opacity: 0.2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -o-object-fit: contain;
  object-fit: contain;
}

.faq-item[open] .faq-item__chevron {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.faq-item__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.1rem;
  margin: 0 0 0.16rem 0.3rem;
  padding: 0.1rem 0.14rem 0.12rem;
  background-color: rgba(255, 111, 0, 0.08);
  border-radius: 0.04rem;
}

.faq-item__text {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.14rem;
  line-height: 0.4rem;
  color: #000000;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .help-contact {
    width: calc(33.333% - 0.08rem);
    height: auto;
    aspect-ratio: 140 / 150;
  }

  .help-contact__bg {
    width: 100%;
    height: 100%;
  }

  .help-contact__icon {
    width: 0.48rem;
    height: 0.48rem;
    top: 0.18rem;
  }

  .help-contact__icon img {
    width: 0.48rem;
    height: 0.48rem;
  }

  .help-contact__label {
    font-size: 0.14rem;
    bottom: 0.16rem;
  }

  .faq-item__answer {
    margin-left: 0;
  }
}

/* ===== 在线客服弹窗 ===== */
.service-chat {
  position: fixed;
  right: 0.24rem;
  bottom: 30%;
  z-index: 9999;
  font-size: 0.14rem;
}

.service-chat__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.64rem;
  height: 0.64rem;
  border: 0;
  border-radius: 50%;
  background: #3a89cc;
  color: #ffffff;
  cursor: pointer;
  -webkit-box-shadow: 0 0.08rem 0.2rem rgba(58, 137, 204, 0.35);
  box-shadow: 0 0.08rem 0.2rem rgba(58, 137, 204, 0.35);
}

.service-chat.is-open .service-chat__toggle {
  display: none;
}

.service-chat__toggle-icon {
  display: block;
  width: 0.28rem;
  height: 0.28rem;
}

.service-chat__toggle-text {
  margin-top: 0.02rem;
  font-size: 0.11rem;
  line-height: 1;
}

.service-chat__panel {
  width: 3.6rem;
  max-width: calc(100vw - 0.32rem);
  height: 4.8rem;
  max-height: calc(100vh - 0.48rem);
  background: #ffffff;
  border-radius: 0.12rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.12rem 0.36rem rgba(0, 0, 0, 0.18);
  box-shadow: 0 0.12rem 0.36rem rgba(0, 0, 0, 0.18);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service-chat.is-open .service-chat__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-chat__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.14rem 0.16rem;
  background: #3a89cc;
  color: #ffffff;
}

.service-chat__title {
  display: block;
  font-size: 0.16rem;
  line-height: 1.3;
}

.service-chat__subtitle {
  display: block;
  margin-top: 0.02rem;
  font-size: 0.11rem;
  opacity: 0.85;
}

.service-chat__close {
  width: 0.28rem;
  height: 0.28rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.2rem;
  line-height: 1;
  cursor: pointer;
}

.service-chat__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  padding: 0.14rem;
  background: #f5f7fa;
}

.service-chat__msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.1rem;
}

.service-chat__msg--bot {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.service-chat__msg--user {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.service-chat__bubble {
  max-width: 82%;
  padding: 0.1rem 0.12rem;
  border-radius: 0.1rem;
  line-height: 1.5;
  word-break: break-word;
}

.service-chat__msg--bot .service-chat__bubble {
  background: #ffffff;
  color: #333333;
  border-top-left-radius: 0.02rem;
}

.service-chat__msg--user .service-chat__bubble {
  background: #3a89cc;
  color: #ffffff;
  border-top-right-radius: 0.02rem;
}

.service-chat__quick {
  padding: 0.08rem 0.12rem 0;
  background: #ffffff;
  border-top: 0.01rem solid #edf0f3;
}

.service-chat__quick-title {
  margin-bottom: 0.06rem;
  font-size: 0.12rem;
  color: #888888;
}

.service-chat__quick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.06rem;
  max-height: 1.2rem;
  overflow-y: auto;
}

.service-chat__quick-item {
  display: block;
  width: 100%;
  padding: 0.08rem 0.1rem;
  border: 0.01rem solid #d8e8f6;
  border-radius: 0.08rem;
  background: #f7fbff;
  color: #2f6ea8;
  text-align: left;
  cursor: pointer;
  font-size: 0.12rem;
  line-height: 1.4;
}

.service-chat__quick-item:hover {
  background: #eaf4fc;
}

.service-chat__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.08rem;
  padding: 0.1rem 0.12rem 0.12rem;
  background: #ffffff;
  border-top: 0.01rem solid #edf0f3;
}

.service-chat__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.36rem;
  padding: 0 0.1rem;
  border: 0.01rem solid #d9dde3;
  border-radius: 0.08rem;
  font-size: 0.13rem;
  outline: none;
}

.service-chat__input:focus {
  border-color: #3a89cc;
}

.service-chat__send {
  min-width: 0.64rem;
  height: 0.36rem;
  padding: 0 0.12rem;
  border: 0;
  border-radius: 0.08rem;
  background: #3a89cc;
  color: #ffffff;
  font-size: 0.13rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .service-chat {
    right: 0.12rem;
    bottom: 0.12rem;
  }

  .service-chat__panel {
    width: calc(100vw - 0.24rem);
    height: 70vh;
  }
}

/* 企业简介 */
.about-page {
  padding-bottom: 0.4rem;
}

.about-block {
  position: relative;
  margin-bottom: 0.36rem;
}

.about-badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.1rem;
  height: 0.44rem;
  padding: 0 0.28rem;
  margin: 0 0 0 0.08rem;
  background: #007cf6;
  border-radius: 0.08rem;
  color: #ffffff;
  font-size: 0.17rem;
  font-weight: 500;
  line-height: 1.2;
}

.about-panel {
  margin-top: -0.22rem;
  padding: 0.08rem;
  background: #d2ecf9;
  border-radius: 0.1rem;
}

.about-panel__inner {
  padding: 0.28rem 0.24rem 0.14rem;
  background: #ffffff;
  border-radius: 0.1rem;
}

.about-text {
  color: #000000;
  font-size: 0.13rem;
  line-height: 0.22rem;
  white-space: pre-wrap;
}

.about-photos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.16rem;
  margin-top: 0.28rem;
}

.about-photo {
  flex: 1 1 calc(50% - 0.08rem);
  min-width: 2rem;
  height: auto;
  aspect-ratio: 294 / 184;
  object-fit: cover;
  border-radius: 0.04rem;
}

.about-biz {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-biz__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  margin-bottom: 0.28rem;
  box-sizing: border-box;
}

.about-biz__icon {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 0.08rem;
  object-fit: cover;
}

.about-biz__icon--placeholder {
  display: block;
  background: linear-gradient(135deg, #e8f4fc 0%, #d2ecf9 100%);
}

.about-biz__name {
  margin: 0.07rem 0 0;
  color: #000000;
  font-size: 0.12rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .about-page {
    padding-bottom: 0.6rem;
  }

  .about-block {
    margin-bottom: 0.5rem;
  }

  .about-badge {
    min-width: 2.19rem;
    height: 0.87rem;
    padding: 0 0.4rem;
    margin-left: 0.16rem;
    border-radius: 0.15rem;
    font-size: 0.34rem;
  }

  .about-panel {
    margin-top: -0.44rem;
    padding: 0.16rem;
    border-radius: 0.2rem;
  }

  .about-panel__inner {
    padding: 0.56rem 0.48rem 0.36rem;
    border-radius: 0.2rem;
  }

  .about-text {
    font-size: 0.26rem;
    line-height: 0.44rem;
  }

  .about-photos {
    gap: 0.24rem;
    margin-top: 0.4rem;
  }

  .about-photo {
    flex: 0 1 2.94rem;
    min-width: 2.94rem;
    border-radius: 0.08rem;
  }

  .about-biz__item {
    margin-bottom: 0.36rem;
  }

  .about-biz__icon {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 0.15rem;
  }

  .about-biz__name {
    margin-top: 0.14rem;
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 767px) {
  .about-biz__item {
    width: 25%;
  }

  .about-photo {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
