
#c-placeholder {}
.header {position: sticky; top: 0; z-index: 200;}
/* 顶部黑色导航条 */
.headBox {transition: .5s; position: relative; z-index: 60; width: 100%; background: #000000;}
.headBox .inner {gap: .2rem; height: 50px; padding-left: 1.5%; padding-right: 10%;}
.headBox .le {height: 100%; flex-shrink: 0; gap: .6rem;}
.headBox .re {height: 100%; gap: .15rem; display: inline-flex; align-items: center; flex-shrink: 0;}

.heTel a {color: #fff; gap: 8px; font-size: var(--font15); white-space: nowrap; font-family: var(--font-family-medium);}
.heTel i {font-size: var(--font16); line-height: 1;}
.head_help {white-space: nowrap;}

/* 导航 */
nav {height: 100%; flex: 1; display: flex; justify-content: center;}
nav > ul {display: flex; height: 100%; align-items: center; gap: .5rem;}
nav > ul > li {height: 100%; display: flex; align-items: center; position: relative;}
nav > ul > li > a {font-family: var(--font-family-medium); height: 100%; gap: 4px; display: flex; align-items: center; color: #fff; transition: all 0.4s; font-size: var(--font15); position: relative; white-space: nowrap;}
nav > ul > li > a i {}
nav > ul > li > a span {}
nav > ul > li.on > a {color: #1AAF19;}
/* 二级下拉导航 */
.navTwo {display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); min-width: 1.8rem; background: #fff; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12); border-top: 3px solid #1AAF19; z-index: 100; padding: .1rem 5px;}
.navTwo a {display: block; text-align: center; padding: .08rem .1rem; margin: .1rem 0; color: #333; transition: all 0.3s; white-space: nowrap; font-family: var(--font-family-medium);}
.navTwo a.on,
.navTwo a:hover {background: #F2F2F2; color: #1AAF19;}
/* 白色品牌栏 */
.headLogo {position: relative; z-index: 50; background: #fff; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06); transition: transform 0.5s;}
.headLogo .inner {height: 1rem; padding: .12rem 0;}
.headLogo .logo-icon img {max-width: 100%; max-height: 100%; object-fit: contain; display: block;}

/* 头部移动 */
.c-head-move .headBox {transform: translateY(-100%);}
.c-head-move .headLogo {transform: translateY(-50px);}
/* =================头部 end!!!=================== */



/* ===============公用css star!!!!===================*/
.more1 {position: static; width: .66rem; height: .66rem; min-width: 36px; min-height: 36px; margin: 0; background: #1AAF19; color: #fff; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: opacity 0.3s, background 0.3s;}
.more1 i {font-size: var(--font24); line-height: 1; transition: transform 0.3s;}
.more1-rotate  {}
@media (any-hover: hover) {
  .more1:hover {background: #179916;}
  .more1:hover i {transform: translateX(25%);}
  .more1-rotate:hover i {transform: translateX(-25%);}
}

/* ===============公用css end!!!!===================*/


/* ===== 首页 Banner ===== */
.indexBanner {position: relative;  overflow: hidden;}
.indexBanner .swiper {}
.indexBanner .slide {position: relative;}
.indexBanner .imgBox {position: relative;}
.indexBanner .imgBox img {width: 100%; height: 100%; object-fit: cover; display: block; min-height: 6rem;}
/* .indexBanner .imgBox::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 100%);} */
.indexBanner .imgBox video {width: 100%; height: 100%; max-height: calc(100vh - 1rem - 50px); object-fit: cover; display: block; min-height: 6rem;}
.indexBanner .imgBox .video-poster {position: absolute; inset: 0; z-index: 3; cursor: pointer;}
.indexBanner .imgBox .video-poster img {width: 100%; height: 100%; object-fit: cover; display: block; min-height: 6rem;}
/* .indexBanner .imgBox .video-poster::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 100%); z-index: 1;} */
.indexBanner .imgBox .video-poster .video-play-btn {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: .8rem; height: .8rem; min-width: 60px; min-height: 60px; background: rgba(26, 175, 25, 0.9); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s;}
.indexBanner .imgBox .video-poster .video-play-btn i {font-size: .4rem; color: #fff; margin-left: .04rem;}
.indexBanner .imgBox .video-poster.hidden {display: none;}
@media (any-hover: hover) {
  .indexBanner .imgBox .video-poster .video-play-btn:hover {background: rgba(23, 153, 22, 0.95); transform: translate(-50%, -50%) scale(1.1);}
}
.indexBanner .box {position: absolute; inset: 0; z-index: 2;}
/* 左下品牌文字 */
.banner-brand {position: absolute; left: 10%; bottom: 10%; color: #fff; font-size: 12px;}
.banner-brand::before {content: ''; position: absolute; left: -5%; top: 50%; opacity: .2; transform: translateX(-100%) translateY(-50%); width: .6rem; height: 1px; background: rgba(255, 255, 255, 1);z-index: 1;}
/* 右下标题 */
.banner-title {position: absolute; right: 10%; bottom: 10%;}
.banner-title .tit-main {color: #fff; font-size:.74rem; line-height: 1.25;}
.banner-title .tit-sub {color: #fff; font-size: var(--font24); margin-top: .1rem;  }
/* 分页器 */
.indexBanner .banner-pag {position: absolute; left: auto; right: 2.8%; top: 50%; transform: translateY(-50%); width: auto; display: flex; flex-direction: column; align-items: center; z-index: 10;}
.indexBanner .banner-pag .swiper-pagination-bullet {width: .38rem; height: .38rem; min-width: 26px; min-height: 26px; margin: 0 0 .3rem; background: none; opacity: 0.55; display: flex; align-items: center; justify-content: center; border-radius: 50%; border: none; cursor: pointer; position: relative; transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);}
.indexBanner .banner-pag .swiper-pagination-bullet:last-child {margin-bottom: 0;}
.indexBanner .banner-pag .swiper-pagination-bullet::before {content: ''; position: absolute; inset: -1px; border-radius: 50%; border: 1px solid transparent; box-sizing: border-box; transition: border-color 0.45s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.45s ease; transform: scale(0.5); opacity: 0;}
.indexBanner .banner-pag .swiper-pagination-bullet-active {opacity: 1; transform: scale(1);}
.indexBanner .banner-pag .swiper-pagination-bullet-active::before {border-color: #fff; transform: scale(1); opacity: 1;}
.indexBanner .banner-pag .swiper-pagination-bullet i {font-style: normal; color: #fff; font-size: 15px; line-height: 1; position: relative; z-index: 2; transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.45s ease;}
.indexBanner .banner-pag .swiper-pagination-bullet-active i {transform: scale(1.12);}
.indexBanner .banner-pag .pag-line {position: absolute; left: 50%; top: calc(100% + 4px); width: 1px; height: 0; background: rgba(255, 255, 255, 1); transform: translateX(-50%) scaleY(0); transform-origin: top center; pointer-events: none; transition: height 0.65s cubic-bezier(0.4, 0, 0.2, 1), transform 0.65s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;}
.indexBanner .banner-pag .swiper-pagination-bullet.is-line .pag-line {height: var(--line-height, 0); transform: translateX(-50%) scaleY(.5); opacity: 1;}
@media (any-hover: hover) {
  .indexBanner .banner-pag .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {opacity: 0.8;}
  .indexBanner .banner-pag .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover i {transform: scale(1.06);}
}


/* ===== 预定客房*/
.indexOne {padding: .7rem 0 1.2rem; background: #fff;}
.indexOne-head {align-items: flex-end; margin-bottom: .5rem;}
.indexOne-nav { flex-shrink: 0;}
.indexOne-nav .swiper-button-disabled {opacity: 0.45; cursor: not-allowed;}
@media (any-hover: hover) {
  .indexOne-nav .swiper-button-prev:not(.swiper-button-disabled):hover,
  .indexOne-nav .swiper-button-next:not(.swiper-button-disabled):hover {background: #179916;}
}
.indexOne-box {overflow: hidden; position: relative;}
.indexOne-pagination {display: none; position: static; margin-top: .35rem; text-align: center;}
.indexOne-pagination .swiper-pagination-bullet {width: 8px; height: 8px; background: #D9D9D9; opacity: 1; margin: 0 4px !important; transition: background 0.3s, width 0.3s;}
.indexOne-pagination .swiper-pagination-bullet-active {background: #1AAF19; width: 18px; border-radius: 4px;}
.room-card {border: 1px solid #F2F2F2; background: #fff; height: 100%; display: flex; flex-direction: column;}
.room-img {display: block; overflow: hidden; position: relative; padding-bottom: 50%;}
.room-img img {position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s;}
.room-body {padding: .4rem; flex: 1; display: flex; flex-direction: column;}
.room-top {align-items: center; gap: .12rem;}
.room-price {display: flex; align-items: flex-end; gap: .06rem; flex-wrap: wrap; line-height: 1;}
.room-price .price-now {display: flex; align-items: flex-start; gap: .06rem; flex-wrap: wrap; color: #1AAF19; line-height: .8; font-family: var(--font-family-medium);}
.room-price .price-now .price {font-size: var(--font36); font-weight: 700;}
.room-price .price-old {color: #666;  text-decoration: line-through; white-space: nowrap;font-family: var(--font-family-medium);}
.room-btn {flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; min-width: .9rem;  padding: .1rem; background: #1AAF19; color: #fff; line-height: 1; transition: background 0.3s; white-space: nowrap;}
.room-name {align-items: center; gap: .12rem; margin-top: .2rem;}
.room-name .name {color: #333; font-size: var(--font24);}
.room-name .type {color: #666; font-size: var(--font18); }
.room-line {height: 1px; background: #ECECEC; margin: .2rem 0 .3rem;}
.room-tags {color: #333; font-size: var(--font15);}
@media (any-hover: hover) {
  .room-btn:hover {background: #179916;}
  .room-img:hover img {transform: scale(1.05);}
}

/* ===== 酒店简介 */
.indexTwo {background: #fff;position: relative; z-index: 1; padding-top: .5rem;}
.indexTwo::before {content: ''; position: absolute; inset: 0; background: #F6F3F2; z-index: -1; height: 65%;}
.indexTwo-inner {}
.indexTwo-le {flex: 0 0 45%;}
.indexTwo-le img {width: 100%; height: 100%; min-height: 6.8rem; object-fit: cover; display: block;}
.indexTwo-ri {flex: 1; position: relative;  padding: .7rem 0 .4rem 1.15rem; overflow: hidden;}
.indexTwo-con {position: relative; z-index: 2; width: 100%; padding-bottom: .9rem;}
.indexTwo-desc {color: #666; font-size: var(--font18); margin-top: .6rem;}
.indexTwo-more {margin-top: .7rem; }
.indexTwo-water {position: absolute; bottom: 0; font-size: 1.15rem; font-weight: 700; line-height: 1; pointer-events: none; z-index: 1; white-space: nowrap; user-select: none;
  background: linear-gradient(180deg, rgb(51, 51, 51,.1), rgba(255, 255, 255,.01));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.indexTwo-stats {gap: 1.5rem; align-items: flex-end; margin-top: 1.2rem; position: relative; z-index: 2;}
.indexTwo-stats .stat-label {color: #333; font-size: var(--font18); }
.indexTwo-stats .stat-val {align-items: flex-start; gap: .04rem; line-height: 1;}
.indexTwo-stats .stat-val .num {font-size: .9rem; color: #333; line-height: 1; }
.indexTwo-stats .stat-val .num.text {}
.indexTwo-stats .stat-val .unit {margin-top: .06rem;}
.indexTwo-stats .stat-val .unit em {display: flex; width: .3rem; height: .3rem; min-width: 22px; min-height: 22px; border-radius: 50%; background: #1AAF19; color: #fff; font-style: normal; align-items: center; justify-content: center; line-height: 1;}
.indexTwo-stats .stat-val .badge-icon {width: .34rem; height: .34rem; min-width: 24px; min-height: 24px; color: #B3B3B3; margin-top: .08rem; flex-shrink: 0;}
.indexTwo-stats .stat-val .badge-icon img {max-width: 100%; max-height: 100%; display: block;}

/* =====  酒店场景 */
.indexThre {position: relative; background: #fff; margin-top: .6rem;}
.indexThre-hero {overflow: hidden; position: relative; z-index: 1;}
.indexThre-hero .swiper-slide {position: relative;}
.indexThre-hero .hero-img {position: relative;}
.indexThre-hero .hero-img::before {content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.2);}
.indexThre-hero .hero-img img { width: 100%; height: 100%; object-fit: cover; display: block;}
.indexThre-hero .hero-info {position: absolute; top: .6rem; right: 0%; padding: .4rem 10%; padding-left: .75rem; z-index: 2; background: rgba(0, 0, 0, 0.1);}
.indexThre-hero .hero-tit {color: #fff; font-size: .9rem; font-weight: 500;}
.indexThre-hero .hero-sub {color: #fff; }
.indexThre-hero .hero-btn {display: inline-flex; align-items: center; justify-content: center; margin-top: .3rem; padding: .08rem .12rem; background: #1AAF19; color: #fff;  transition: background 0.3s;}
.indexThre-foot {position: relative; z-index: 2; background: #fff; padding: 0 0 .9rem;}
.indexThre-foot-inner {display: flex; align-items: flex-start; justify-content: space-between; gap: .5rem;}
.indexThre-foot .indexTle {padding-top: .25rem;}
.indexThre-control {position: relative; right: 0; width: 56%; display: flex; align-items: flex-end; gap: 1rem; flex-shrink: 0; z-index: 5; transform: translateY(-30%);}
.indexThre-nav {flex-shrink: 0; }
.indexThre-nav .swiper-button-disabled {opacity: 0.45; cursor: not-allowed;}
.indexThre-thumbs {flex-shrink: 0;}
.indexThre-thumbs.swiper {width: 90%;}
.indexThre-thumbs .swiper-wrapper {}
.indexThre-thumbs .swiper-slide { height: 1.82rem; cursor: pointer; overflow: hidden; flex-shrink: 0; transition: width 0.45s ease, opacity 0.45s ease;}
.indexThre-thumbs .swiper-slide img {width: 100%; height: 100%; object-fit: cover; display: block;}
.indexThre-thumbs .swiper-slide-thumb-active {}
@media (any-hover: hover) {
  .indexThre-hero .hero-btn:hover {background: #179916;}
}


/* ===== 首页 服务 indexFour ===== */
.indexFour {position: relative; background: #FCFCFC; padding: 1rem 0 1.6rem; overflow: hidden;}
.indexFour-box {position: relative; z-index: 2;}
.indexFour-list {display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;}
.service-item {display: flex; flex-direction: column; align-items: center; text-align: center;}
.service-icon {width: .66rem; height: .66rem; min-width: 52px; min-height: 52px; background: #1AAF19; display: flex; align-items: center; justify-content: center; flex-shrink: 0;}
.service-icon img {width: 52%; height: 52%; object-fit: contain; display: block;}
.service-tit {margin-top: .25rem; color: #000; font-size: var(--font24); font-weight: 500;}
.service-desc {margin-top: .2rem; color: #555;}
.indexFour-water {position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); font-size: 1.15rem; letter-spacing: .2rem; font-weight: 700; line-height: 1; white-space: nowrap; pointer-events: none; user-select: none; z-index: 1; 
  background: linear-gradient(180deg, rgb(51, 51, 51,.1), rgba(255, 255, 255,.01));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


/* ===== 促销活动*/
.indexFive {background: #fff; padding: 1rem 0;}
.indexFive-head {align-items: flex-end; margin-bottom: .65rem;}
.indexFive-grid {display: grid; grid-template-columns: 1fr 1fr; gap: .45rem; align-items: stretch;}
.indexFive-feature {position: relative; display: block; overflow: hidden; }
.indexFive-feature .feature-img {height: 100%;}
.indexFive-feature .feature-img img {width: 100%; height: 100%; object-fit: cover; display: block;}
.indexFive-feature .feature-mask {position: absolute; width: 94%; transform: translateX(-50%); left: 50%; right: 0; bottom: .25rem; z-index: 2; padding: .4rem; padding-bottom: .6rem; background: #282828; color: #fff;}
.indexFive-feature .feature-tit {font-size: var(--font24); font-weight: 500; line-height: 1.45; color: #fff;}
.indexFive-feature .feature-desc {margin-top: .15rem; font-size: var(--font15); color: #fff;}
.indexFive-feature .feature-foot {align-items: center; margin-top: .18rem;}
.indexFive-feature .feature-meta {color: #CCCCCC; line-height: 1; transform: translateY(.3rem);}
.indexFive-feature .feature-more {position: absolute; right: 0; bottom: 0;}
.indexFive-ri {display: grid; grid-template-rows: 1fr 1fr; gap: .35rem; min-height: 7.5rem;}
.indexFive-img {display: block; overflow: hidden; position: relative; min-height: 0;}
.indexFive-img img {width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s;}
.indexFive-row {display: grid; grid-template-columns: 1fr 1fr; gap: .35rem; min-height: 0;}
.indexFive-row .indexFive-img {height: 100%;}
@media (any-hover: hover) {
  .indexFive-img:hover img {transform: scale(1.03);}
}

/* ===== 页脚 footer ===== */
.footer {position: relative; background: #000; color: #fff; padding: .8rem 0 .35rem;}
.footer-water {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -25%); font-size: 1; font-size: calc(100vw / 11); font-weight: 700;line-height: 1; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; color: rgba(255, 255, 255, 0.05);}
.footer .container {flex-wrap: wrap;}
.footer-top {align-items: center; gap: .3rem;}
.footer-brand {flex-shrink: 0;}
.footer-logo { height: .68rem; flex-shrink: 0;}
.footer-logo img {width: 100%; height: 100%; object-fit: contain; display: block;}
.footer-nav {gap: .6rem; row-gap: .3rem; flex-wrap: wrap; justify-content: center;}
.footer-nav a {color: #fff; font-size: var(--font18); line-height: 1.4; white-space: nowrap; transition: color 0.3s;}
.footer-action {gap: .15rem; flex-shrink: 0;}
.footer-icons {gap: .15rem; position: relative; z-index: 3;}
.foot-icon {width: .44rem; height: .44rem; min-width: 36px; min-height: 36px; background: #1AAF19; color: #fff; display: inline-flex; align-items: center; justify-content: center; transition: background 0.3s; flex-shrink: 0;}
.foot-icon i {font-size: var(--font22); line-height: 1;}
.foot-btn {display: inline-flex; align-items: center; justify-content: center; height: .44rem; min-height: 36px; padding: 0 .18rem; background: #1AAF19; color: #fff; font-size: var(--font14); line-height: 1; white-space: nowrap; transition: background 0.3s;}
/* 微信二维码 */
.foot-wechat {position: relative;}
.foot-qrcode {position: absolute; left: 50%; bottom: calc(100% + .12rem); transform: translateX(-50%) translateY(.08rem); width: 1.6rem; padding: .1rem; background: #fff; border-radius: .06rem; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s; z-index: 20;}
.foot-qrcode::after {content: ''; position: absolute; left: 50%; bottom: -.06rem; transform: translateX(-50%) rotate(45deg); width: .12rem; height: .12rem; background: #fff; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.06);}
.foot-qrcode img {width: 100%; display: block; border-radius: .04rem;}
.foot-qrcode p {margin-top: .08rem; color: #333; font-size: 12px; line-height: 1.3; text-align: center; white-space: nowrap;}
.foot-wechat:hover .foot-qrcode,
.foot-wechat.is-show .foot-qrcode {opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); pointer-events: auto;}
/* 微信二维码 end */
.footer-line {height: 1px; background: rgba(255, 255, 255, 0.12); margin: .9rem 0 0;}
.footer-bottom { padding: .22rem 0 0;}
.footer-bottom .copyright {color: #666; font-size: var(--font15); }
.footer-bottom .sitemap {color: #666; font-size: var(--font15); transition: color 0.3s;}
@media (any-hover: hover) {
  .footer-nav a:hover {color: #1AAF19;}
  .foot-icon:hover,
  .foot-btn:hover {background: #179916;}
  .footer-bottom .copyright a:hover {color: #fff;}
  .footer-bottom .sitemap:hover {color: #fff;}
  .foot-wechat:hover .foot-wechat-btn {background: #179916;}
}


/* ========================================================================================内页==================================================================================== */
/* 内页 banner */
.ny-banner {position: relative; overflow: hidden;}
.ny-banner .imgBox {position: relative;}
/* .ny-banner .imgBox::before {content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.15); z-index: 1;} */
.ny-banner .imgBox img {width: 100%;  object-fit: cover; display: block; min-height: 3rem;}
.ny-banner-box {position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center;}
.ny-banner-tle {position: relative; text-align: center; padding: 0 .3rem;}
.ny-banner-tle .en {position: absolute; left: 50%; top: 50%; transform: translate(-50%, 0%); font-size: .8rem; white-space: nowrap;  line-height: 1; z-index: 1; pointer-events: none; user-select: none;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ny-banner-tle .tit {position: relative; z-index: 2; color: #fff; font-size: .74rem; font-weight: 500; line-height: 1.2;}


/* ===== 关于我们页 */
/* Banner */

/* aboutOne */
.aboutOne {padding: 1rem 0; background: #fff; position: relative; overflow: hidden;}
.aboutOne-row {align-items: center; justify-content: space-between; gap: 1.4rem;}
.aboutOne-row + .aboutOne-row {margin-top: .85rem;}
.aboutOne-txt {flex: 1; min-width: 0;}
.aboutOne-desc { line-height: 1.8; margin-top: .6rem; font-weight: 500;}
.aboutOne-btn {display: inline-flex; align-items: center; justify-content: center; margin-top: .6rem; padding: .1rem .15rem; background: #1AAF19; color: #fff;  line-height: 1.4; transition: background 0.3s;}
.aboutOne-img {position: relative; flex-shrink: 0; width: 36%; z-index: 1;}
.aboutOne-img img {width: 100%; display: block; object-fit: cover;}
.aboutOne-row1 {}
.aboutOne-row1 .aboutOne-img::before { content: ''; position: absolute; background: #F2F2F2; left: -.1rem; top: -.1rem; width: 100%; height: 100%; z-index: -1;}
.aboutOne-row2 {}
.aboutOne-ring {position: absolute; top: -35%; right: -25%; width: 2.4rem; height: 2.4rem; z-index: 2; animation: aboutOneRingRotate 14s linear infinite;}
.aboutOne-ring img {max-width: 100%; max-height: 100%; display: block; object-fit: contain;}
@keyframes aboutOneRingRotate {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
@media (any-hover: hover) {
  .aboutOne-btn:hover {background: #179916;}
}

/* 关于我们-文化主题 */
.aboutTwo .indexFour-list {gap: 1.2rem;}
.aboutTwo .indexFour-water {line-height: initial;}

/* 关于我们-硬件配套 */
.aboutThree {position: relative; padding: .8rem 0 1.2rem; background: #fff; overflow: hidden; z-index: 1;}
.aboutThree-inner {align-items: center; gap: .4rem; position: relative;}
.aboutThree-le {flex: 1; min-width: 0; display: flex; flex-direction: column; padding: .9rem 0; z-index: 1; position: relative;}
.aboutThree-le::before {content: ''; width: 200vw; left: -100vw; position: absolute; top: 0; height: 100%; background: #F1F5F0; z-index: 0; z-index: -1;}
.aboutThree-list {margin-top: .3rem;}
.aboutThree-list li {position: relative; padding-left: 10px; color: #333; font-weight: 500; line-height: 2;}
.aboutThree-list li::before {content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 5px; height: 5px; border-radius: 50%; background: #333;}
.aboutThree-gallery {gap: .24rem; margin-top: .8rem; width: 74%;}
.aboutThree-gallery .gallery-item {flex: 1; min-width: 0; overflow: hidden;}
.aboutThree-gallery .gallery-item img {width: 100%; height: 100%;  object-fit: cover; display: block;}
.aboutThree-brand {position: absolute; z-index: 1; left: 0; bottom: .2rem; display: flex; align-items: center; gap: .2rem; margin-top: auto;  color: #1AAF19;; line-height: 1; white-space: nowrap;}
.aboutThree-brand::before {content: ''; flex: 0 0 .6rem; height: 1px; background: #333; opacity: .2;}
.aboutThree-ri {flex: 0 0 46%; position: relative; z-index: 1;}
.aboutThree-ri img {width: 100%; height: 100%;object-fit: cover; display: block;}

/* ===== 酒店场景页 */
.sceneMain {background: #fff; padding: 1rem 0 1.2rem;}
.sceneMain-head {align-items: flex-end; flex-wrap: wrap; gap: .4rem; padding-bottom: 0;}
.sceneMain-title {color: #333; line-height: 1.2; padding-bottom: .28rem; flex-shrink: 0;}
.sceneMain-tabs {gap: .55rem; flex-wrap: wrap; justify-content: flex-start;}
.sceneMain-tabs li {position: relative;}
.sceneMain-tabs a {position: relative; display: block; border-bottom: 2px solid #F2F2F2; color: #333; font-size: var(--font24);  padding: .1rem 0 .28rem; transition: color 0.3s; white-space: nowrap;}
.sceneMain-tabs a::after {content: ''; position: absolute; left: 50%; bottom: -1px; width: 0; height: 2px; background: #1AAF19; transform: translateX(-50%); transition: width 0.3s;}
.sceneMain-tabs li.active a,
.sceneMain-tabs a:hover {color: #1AAF19;}
.sceneMain-tabs a:hover::after {width: 100%;}
.sceneMain-tabs li.active a::after {width: 100%;}
.sceneMain-content {margin-top: .8rem;}
.sceneMain-content img {max-width: 100%;}


/* ===== 预定客房页 */
.bookMain {position: relative; background: #F2F2F2;  overflow: hidden; position: relative; z-index: 1;}
.bookMain .container::before {content: ''; position: absolute; left: -100vw; top: 0; width: 100vw; height: 100%; padding-right: 2.5rem; background: #1AAF19; z-index: -1;}
.bookMain .container {padding-top: 1rem; padding-bottom: 1.5rem; position: relative;}
.bookMain-water {position: absolute; letter-spacing: -.1rem; right: 0; font-weight: 500; bottom: 0; font-size: 1.2rem;line-height: 1;  white-space: nowrap; pointer-events: none; user-select: none; z-index: 0;
  background: linear-gradient(0deg, transparent, rgba(99, 99, 99, .16));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.bookMain-head {align-items: center; gap: .4rem; flex-wrap: wrap;}
.bookMain-title {flex-shrink: 0; line-height: 1.2;}
.bookMain-tabs {gap: .8rem; justify-content: flex-end; flex-wrap: wrap;}
.bookMain-tabs li {position: relative;}
.bookMain-tabs a {position: relative; display: block; color: #333; border-bottom: 2px solid #D2D2D2; font-size: var(--font24); line-height: 1.4; padding: .06rem 0 .1rem; transition: color 0.3s; white-space: nowrap;}
.bookMain-tabs a::after {content: ''; position: absolute; left: 50%; bottom: -2px; width: 0; height: 2px; background: #1AAF19; transform: translateX(-50%); transition: width 0.3s;}
.bookMain-tabs li.active a,
.bookMain-tabs a:hover {color: #1AAF19;}
.bookMain-tabs a:hover::after {width: 100%;}
.bookMain-tabs li.active a::after {width: 100%;}
.bookMain-list {display: grid; grid-template-columns: repeat(4, 1fr); gap: .35rem; width: 100%; margin-top: .6rem;}
.book-card {background: #fff; display: flex; flex-direction: column; border-bottom: .06rem solid #1AAF19; height: 100%;}
.book-img {display: block; overflow: hidden; position: relative; padding-bottom: 50%;}
.book-img img {position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s;}
.book-body {padding: .3rem; flex: 1; display: flex; flex-direction: column;}
.book-head {align-items: center; gap: .12rem;}
.book-name {color: #333; font-size: var(--font24); font-weight: 500; line-height: 1.3; min-width: 0;}
.book-more {flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; padding: .08rem .1rem; background: #1AAF19; color: #fff; transition: background 0.3s; white-space: nowrap;}
.book-type {color: #666; font-size: var(--font18); margin-top: .05rem; line-height: 1.5;}
.book-line {height: 1px; background: #F2F2F2; margin: .25rem 0 .2rem;}
.book-tags {color: #666; font-size: var(--font15);}
.book-price {display: flex; align-items: flex-end; gap: .06rem; flex-wrap: wrap; margin-top: auto; padding-top: .28rem; line-height: 1;}
.book-price .price-now {display: flex; align-items: flex-start; gap: .04rem; color: #1AAF19; font-family: var(--font-family-medium); line-height: .85;}
.book-price .price-now .fuhao {font-size: var(--font16); margin-top: .04rem;}
.book-price .price-now .price {font-size: var(--font36); font-weight: 700;}
.book-price .price-old {color: #666; text-decoration: line-through; white-space: nowrap; font-family: var(--font-family-medium); padding-bottom: .04rem;}
@media (any-hover: hover) {
  .book-more:hover {background: #179916;}
  .book-img:hover img {transform: scale(1.05);}
}


/* ===== 预定客房详情页 */
.bookDetail {background: #EEF4F9; padding: .3rem 0 1rem;}
.breadcrumb {display: flex; align-items: center; flex-wrap: wrap; gap: .08rem; color: #333; margin-bottom: .3rem;}
.breadcrumb a {color: #333; transition: color 0.3s;}
.breadcrumb .sep {color: #333; margin: 0 .02rem;}
.breadcrumb .cur {color: #333;}
.bookDetail-panel {align-items: stretch; gap: .6rem; background: #fff; padding: .4rem;}
.bookDetail-gallery {flex: 0 0 50%; gap: .15rem; min-width: 0;}
.bookDetail-thumbs {flex: 0 0 1.4rem; display: flex; flex-direction: column; gap: 5px;}
.bookDetail-thumbs .thumb {position: relative; flex: 1; min-height: 0; cursor: pointer; overflow: hidden; border: 2px solid transparent; transition: border-color 0.3s;}
.bookDetail-thumbs .thumb img {width: 100%; height: 100%; object-fit: cover; display: block;}
.bookDetail-thumbs .thumb.active {border-color: #1AAF19;}
.bookDetail-main {flex: 1; min-width: 0; overflow: hidden; position: relative; padding: .2rem; box-sizing: border-box;border: 1px solid #F2F2F2;}
.bookDetail-main img {width: 100%; height: 100%; max-height: 5rem; object-fit: contain; display: block;}

.bookDetail-info {flex: 1; min-width: 0; display: flex; flex-direction: column; padding: .3rem 0;}
.bookDetail-top {align-items: flex-start; gap: .2rem;}
.bookDetail-tit {align-items: flex-start; gap: .12rem; min-width: 0; flex-wrap: wrap;}
.bookDetail-tit .name {color: #333; font-size: var(--font46); font-weight: 500; line-height: 1.25;}
.bookDetail-tit .area {color: #333; font-size: var(--font20); line-height: 1.2; margin-top: .08rem;}
.bookDetail-price {flex-shrink: 0; display: flex; align-items: flex-start; gap: .04rem; color: #1AAF19; font-family: var(--font-family-medium); line-height: .9;}
.bookDetail-price .fuhao {margin-top: .06rem;}
.bookDetail-price .num {font-size: var(--font36); font-weight: 700;}
.bookDetail-line {height: 1px; background: #EAEAEA; margin: .25rem 0;}
.bookDetail-type {color: #666; font-size: var(--font20);}
.bookDetail-tags {margin-top: .2rem;}
.bookDetail-tags img {max-width: 100%;}
.bookDetail-btn {display: inline-flex; align-items: center; justify-content: center; margin-top: .5rem; align-self: flex-start; padding: .1rem .12rem; background: #1AAF19; color: #fff;  line-height: 1.3; transition: background 0.3s;}
.bookDetail-relate {margin-top: .6rem;}
.bookDetail-swiper {overflow: hidden; padding-bottom: .55rem;}
.bookDetail-swiper .swiper-slide {height: auto;}
.bookDetail-swiper .book-card {height: 100%;}
.bookDetail-pagination.swiper-pagination-progressbar {position: absolute; left: 0; right: 0; bottom: 0; top: auto; width: 100%; height: 2px; background: #E0E0E0;}
.bookDetail-pagination .swiper-pagination-progressbar-fill {background: #1AAF19;}
@media (any-hover: hover) {
  .breadcrumb a:hover {color: #1AAF19;}
  .bookDetail-btn:hover {background: #179916;}
  .bookDetail-thumbs .thumb:hover {border-color: #1AAF19;}
}


/* ===== 预定弹窗 */
.bookReserve-hide {display: none;}
.bookReserve-layer {background: transparent !important; box-shadow: none !important; max-height: 90vh !important;}
.bookReserve-layer .layui-layer-content {max-height: 90vh; overflow-x: hidden !important; overflow-y: auto !important; -webkit-overflow-scrolling: touch; background: transparent;}
.bookReserve {position: relative; border-top: .15rem solid #1AAF19; background: #fff;padding: .4rem 0; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);}
.bookReserve-close {position: absolute; top: .1rem; right: .1rem; width: .48rem; height: .48rem; min-width: 36px; min-height: 36px; background: #1AAF19; color: #fff; display: flex; align-items: center; justify-content: center; z-index: 5; transition: background 0.3s;}
.bookReserve-close i {font-size: .28rem; line-height: 1;}
.bookReserve-tle {text-align: center; color: #333; font-size: var(--font36); font-weight: 500; line-height: 1.2; margin-bottom: .4rem; padding-bottom: .25rem; border-bottom: 1px solid #F2F2F2; }
.bookReserve-form {padding: 0 .7rem;}
.bookReserve-grid {display: grid; grid-template-columns: 1fr 1fr; gap: .35rem;}
.bookReserve-item {min-width: 0;}
.bookReserve-label {display: block; color: #333; margin-bottom: .1rem; line-height: 1.4;}
.bookReserve-label .req {color: #E84C4C; margin-left: 2px;}
.bookReserve .layui-input,
.bookReserve .layui-select,
.bookReserve .layui-form-select .layui-input {height: .55rem; min-height: 40px; border: 1px solid #E5E5E5;  font-size: var(--font14); color: #333; padding: 0 .16rem;}
.bookReserve .layui-input:focus {border-color: #1AAF19 !important;}
.bookReserve .layui-form-select .layui-edge {border-top-color: #1AAF19;}
.bookReserve .layui-form-selected .layui-edge {border-top-color: transparent; border-bottom-color: #1AAF19;}
.bookReserve .layui-form-select dl dd.layui-this {background-color: #1AAF19;}
.bookReserve-date {position: relative;}
.bookReserve-date .layui-input {padding-right: .42rem; cursor: pointer;}
.bookReserve-date i {position: absolute; right: .14rem; top: 50%; transform: translateY(-50%); color: #1AAF19; font-size: .2rem; cursor: pointer;}
.bookReserve-captcha {position: relative;}
.bookReserve-captcha .layui-input {flex: 1; min-width: 0;}
.bookReserve-captcha .captcha {position: absolute; right: 0; flex-shrink: 0; width: 1.1rem; height: 80%; transform: translateY(-50%); top: 50%; right: .05rem;  overflow: hidden; cursor: pointer;}
.bookReserve-captcha .captcha img {height: 100%; width: auto; display: block; max-width: 1.6rem; object-fit: cover;}
.bookReserve-submit {text-align: center; margin-top: .55rem;}
.bookReserve-btn {display: inline-flex; align-items: center; justify-content: center; padding: .15rem .25rem; background: #1AAF19; color: #fff; border: none; font-size: var(--font18); cursor: pointer; transition: background 0.3s; line-height: 1;}
@media (any-hover: hover) {
  .bookReserve-close:hover,
  .bookReserve-btn:hover {background: #179916;}
}


/* ===== 促销活动页 */
.promoMain {background: #F2F2F2; padding: .9rem 0 1.2rem;}
.promoMain-head {align-items: flex-end; flex-wrap: wrap; gap: .4rem; margin-bottom: .45rem;}
.promoMain-title {color: #333; line-height: 1.2; padding-bottom: .18rem; flex-shrink: 0;}
.promoMain-tabs {gap: .55rem; flex-wrap: wrap; justify-content: flex-end;}
.promoMain-tabs li {position: relative;}
.promoMain-tabs a {position: relative; display: block; color: #333; font-size: var(--font24); line-height: 1.4; padding: .06rem 0 .18rem; border-bottom: 2px solid #E5E5E5; transition: color 0.3s; white-space: nowrap;}
.promoMain-tabs a::after {content: ''; position: absolute; left: 50%; bottom: -2px; width: 0; height: 2px; background: #1AAF19; transform: translateX(-50%); transition: width 0.3s;}
.promoMain-tabs li.active a,
.promoMain-tabs a:hover {color: #1AAF19;}
.promoMain-tabs li.active a::after,
.promoMain-tabs a:hover::after {width: 100%;}
.promoMain-list {display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #E8E8E8; border-left: 1px solid #E8E8E8; background: #fff;}
/* .promoMain-list.is-show {display: grid;} */
.promo-card {display: flex; flex-direction: column;  padding:.4rem; border-right: 1px solid #E8E8E8; border-bottom: 1px solid #E8E8E8; background: #fff; color: #333; transition: background 0.3s, color 0.3s;}
.promo-card-tit {font-size: var(--font24); font-weight: 500; line-height: 1.45; color: #333; transition: color 0.3s;}
.promo-card-desc {margin-top: .2rem; color: #666; transition: color 0.3s;}
.promo-card-foot {margin-top: auto; padding-top: .7rem; align-items: center; gap: .2rem;}
.promo-card-foot .date {color: #666;  transition: color 0.3s;}
.promo-card-foot .more {color: #666; white-space: nowrap; transition: color 0.3s;}
.promo-card.on,
.promo-card:hover {background: #1AAF19; color: #fff;}
.promo-card.on .promo-card-tit,
.promo-card:hover .promo-card-tit,
.promo-card.on .promo-card-desc,
.promo-card:hover .promo-card-desc,
.promo-card.on .promo-card-foot .date,
.promo-card:hover .promo-card-foot .date,
.promo-card.on .promo-card-foot .more,
.promo-card:hover .promo-card-foot .more {color: #fff;}


/* ===== 促销活动详情页 */
.promoDetail {background: #E6F0F6; padding: .3rem 0 .6rem;}
.promoDetail-inner {align-items: flex-start; gap: .6rem;}
.promoDetail-main {flex: 1; min-width: 0; background: #fff; padding: .5rem; display: flex; flex-direction: column;}
.promoDetail-title {color: #333; font-size: var(--font32); font-weight: 500; line-height: 1.45;}
.promoDetail-meta {display: flex; flex-wrap: wrap; gap: .15rem .35rem; margin-top: .3rem; color: #666;}
.promoDetail-line {height: 1px; background: #F2F2F2; margin: .2rem 0 .3rem;}
.promoDetail-content {}
.promoDetail-content img {max-width: 100%;}
.promoDetail-nav {margin-top: auto; padding-top: .35rem; margin-top: .3rem; border-top: 1px solid #F2F2F2; align-items: center; gap: .2rem;}
.promoDetail-prev,
.promoDetail-next {gap: .15rem; color: #666; transition: color 0.3s;}
.promoDetail-nav .nav-ico {width: .5rem; height: .5rem; min-width: 36px; min-height: 36px; background: #1AAF19; color: #fff; display: inline-flex; align-items: center; justify-content: center; transition: background 0.3s;}
.promoDetail-nav .nav-ico i {font-size: var(--font22); line-height: 1;}
.promoDetail-back {display: inline-flex; align-items: center; justify-content: center; padding: .12rem .25rem; background: #1AAF19; color: #fff;  line-height: 1.4;  transition: background 0.3s;}
.promoDetail-side {flex: 0 0 23%;  display: flex; flex-direction: column; gap: .3rem;}
.promoDetail-link {position: relative; display: block; overflow: hidden; flex: 1;}
.promoDetail-link img {width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s;}
.promoDetail-link .mask {position: absolute; inset: 0; background: rgba(0, 0, 0, 0.35); z-index: 1;}
.promoDetail-link .tit {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; color: #fff; font-size: var(--font20); font-weight: 500; white-space: nowrap;}
@media (any-hover: hover) {
  .promoDetail-prev:hover,
  .promoDetail-next:hover {color: #1AAF19;}
  .promoDetail-prev:hover .nav-ico,
  .promoDetail-next:hover .nav-ico,
  .promoDetail-back:hover {background: #179916;}
  .promoDetail-link:hover img {transform: scale(1.05);}
}

/* ===== 联系我们页 */
.contactMain {background: #F2F2F2; padding: .9rem 0 1rem;}
.contactMain-cards {display: grid; grid-template-columns: repeat(3, 1fr);}
.contact-card {background: #fff; padding: .55rem .35rem; border-right: 1px solid #E3E3E3; text-align: center; display: flex; flex-direction: column; align-items: center;}
.contact-card:last-child {border-right: none;}
.contact-icon {width: .52rem; height: .52rem; min-width: 40px; min-height: 40px; border-radius: .15rem; background: #00e560; color: #fff; display: flex; align-items: center; justify-content: center;}
.contact-icon i {font-size: .34rem; line-height: 1;}
.contact-label {margin-top: .2rem; color: #666; font-size: var(--font18); line-height: 1.4;}
.contact-val { color: #333;line-height: 1.5; word-break: break-all;}
.contactMain-map {position: relative; margin-top: .7rem;  background: #EAEAEA; line-height: 0;}
.contactMain-map .map-bg {width: 100%; height: auto; display: block; vertical-align: top;}
/* 标记锚点：相对地图图片百分比定位，随图片等比缩放，不漂移 */
.contact-marker {position: absolute; left: var(--x, 50%); top: var(--y, 48%); z-index: 2; width: 0; height: 0; line-height: normal;}
.contact-pop {position: absolute; left: 0; bottom: .28rem; transform: translateX(-50%); width: 3.5rem; max-width: 78vw; background: #fff; box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);}
.contact-pop::after {content: ''; position: absolute; left: 50%; bottom: -.14rem; transform: translateX(-50%); width: 0; height: 0; border-left: .12rem solid transparent; border-right: .12rem solid transparent; border-top: .14rem solid #fff; filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.08)); z-index: 3;}
.contact-pop .pop-img {overflow: hidden;}
.contact-pop .pop-img img {width: 100%; height: auto; object-fit: cover; display: block;}
.contact-pop .pop-info {padding: .1rem .2rem;}
.contact-pop .pop-tit {color: #1AAF19; font-size: var(--font18); font-weight: 500; line-height: 1.35;}
.contact-pop .pop-addr {color: #666; font-size: var(--font14); line-height: 1.5;}
.contact-marker .pop-pin {position: absolute; left: 0; top: 0; transform: translate(-50%, -50%); width: .12rem; height: .12rem; min-width: 8px; min-height: 8px; background: #1AAF19; border-radius: 50%; box-shadow: 0 0 0 6px rgba(26, 175, 25, 0.22); pointer-events: none;}
@media (any-hover: hover) {
  a.contact-val:hover {color: #1AAF19;}
}