/* ========== 新港世界页面 - PC 端样式 ========== */
/* 基于 1920 设计稿 */

/* 蒙版背景容器（与 vip 页类似） */
main {
  position: relative;
}
.hotel-menu-bar {
  top: 0rem !important;
}

.new-harbour-mengban-container {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
  top: 600px;
  height: 30rem;
  overflow: hidden;
}

.new-harbour-mengban-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* 底部蒙版（绝对定位） */
.new-harbour-pool-wrapper {
  position: relative;
  bottom: -35px;;
}

.new-harbour-mengban-bottom-container {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 250px;
  overflow: hidden;
  z-index: 1;
}

.new-harbour-mengban-bottom-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: bottom;
}

/* 移动端底部蒙版（PC 端隐藏，绝对定位） */
.new-harbour-mengban-mobile-container {
  display: none;
}

.new-harbour-mengban-mobile-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: bottom;
}

/* Hero 区域 */
.new-harbour-hero {
  width: 100%;
  min-width: 320px;
  height: 600px;
  max-height: 100vh;
  background-image: url('../images/xgdj.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* 新港世界介绍内容块 */
.new-harbour-intro {
  width: 78.125%; /* 1500/1920 设计稿比例，自适应 */
  max-width: 1500px;
  background: #2e2e2e;
  border: 1px solid #dcc8a5;
  margin: 0 auto;
  padding: 2.5rem 3rem;
  box-sizing: border-box;
}

.new-harbour-intro-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.5rem;
  color: var(--accent-gold);
  margin: 0;
  background: linear-gradient(0deg, #c5a27a 0%, #dcc8a5 50%, #c5a27a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


.new-harbour-intro-support{
  background: none;
  padding: 0;
  padding-top: 20px;
  width: 90%;;
}

.new-harbour-intro-subtitle {
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.5rem;
  background: linear-gradient(0deg, #c5a27a 0%, #dcc8a5 50%, #c5a27a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.new-harbour-intro-divider {
  height: 1px;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}

.new-harbour-intro-divider-support-top{
  /* margin-bottom: 1.8rem; */padding-top: 0px;
  margin-bottom: 0px;
  width: 80%;
  margin: 0 auto;
}

.new-harbour-intro-divider-support-bottom{
  margin-top: 1.8rem;
  width: 80%;
  margin: 1.8rem auto 0;
  margin-top: 0;
  margin-bottom: 1.8rem;;
}
.new-harbour-intro-divider::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url('../images/xfjd-line.png') left center/200% 100% no-repeat;
}

.new-harbour-intro-divider::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url('../images/xfjd-line.png') left center/200% 100% no-repeat;
  transform: scaleX(-1);
}

/* 支持者区块上下分界线（2px 高度） */
.new-harbour-intro-divider-2px {
  height: 1.5px;
}


.new-harbour-intro-body-support-first{
  padding: 0 1rem;
}



.new-harbour-intro-lead {
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.new-harbour-intro-body {
  font-size: 0.75rem;
  color: #ffffff;
  line-height: 2.5;
  margin-bottom: 1rem;
  text-align: left;
}

.new-harbour-intro-wrapper {
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  position: relative;
  z-index: 1;
}

/* Resorts World Manila 横向横幅 */
.new-harbour-rwm-banner {
  display: flex;
  width: 78.125%;
  max-width: 1680px;
  margin: 0 auto 3rem;
  border: 1px solid #dcc8a5;
  background: linear-gradient(90deg, #dcc8a5, #c29b74);
  overflow: hidden;
  height: 360px;
  padding: 1rem;
}

.new-harbour-rwm-text-wrapper-right {
  display: flex;
  flex-direction: column;
  padding: 2rem 2.5rem;
  padding-top: 0.1rem;
}

.new-harbour-rwm-text-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0rem;
}

.new-harbour-rwm-image {
  flex: 0 0 45%;
  min-height: 320px;
  background-image: url('../images/dcjd.png');
  background-size: cover;
  background-position: center;
}

.new-harbour-rwm-text {
  flex: 1;
  border-left: none;
  color: #333;
  font-size: 0.85rem;
  line-height: 1.9;
  text-align: left;
  color: #ffffff;
}

.jc-center {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

/* 文字左、图片右布局 */
.new-harbour-rwm-banner-reverse {
  flex-direction: row-reverse;
}

.new-harbour-rwm-banner-reverse .new-harbour-rwm-text {
  border-left: 1px solid #ffffff;
  border-right: none;
}

.new-harbour-rwm-image-340 {
  min-height: 340px;
}

.padding-top-10 {
  padding-top: 10px;
}

/* 去掉边框（支持者介绍等区块） */
.new-harbour-intro-no-border {
  border: none;
  /* background-image: url('../images/jianbianbg.png'); */
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}

/* 深色两栏布局：左文字、右图片 */
.new-harbour-rwm-dark-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0rem;
}

.new-harbour-rwm-banner-dark {
  flex-direction: row;
  background: #1a1a1a;
  border: none;
  height: auto;
  min-height: 400px;
  padding: 3rem 2rem;
  gap: 2.5rem;
}

.new-harbour-rwm-banner-dark .new-harbour-rwm-text-dark {
  flex: 0 0 42%;
  color: #e8e8e8;
  font-size: 0.9rem;
  line-height: 2;
  padding: 0;
  display: flex;
  align-items: center;
}

.new-harbour-rwm-banner-dark .new-harbour-rwm-text-dark p {
  margin: 0;
  color: inherit;
  padding: 0 1rem;
  padding-bottom: .5rem;;
}

.new-harbour-rwm-banner-dark .new-harbour-rwm-image-dark {
  flex: 1;
  min-height: 380px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
}

/* 图片宽度自适应父元素 */
.djcss-image-mobile {
  width: 50%;
  max-width: 100%;
  height: auto;
  display: block;
}

/* 泳池图片块 */
.new-harbour-pool-image {
  width: 78.125%; /* 1500/1920 */
  max-width: 1500px;
  margin: 0 auto 3rem;
  min-height: 550px;
  background-image: url('../images/xfjd-yongchi.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0rem;
}

.pd-bottom-0 {
  padding-bottom: 0rem;
}

.cdjs-wrapper {
  width: 100%;
  background: #2e2e2e;
  padding-bottom: 2.8rem;
  position: relative;
  z-index: 1;
  position: relative;
  border-top: 1px solid #dcc8a5;
}

.cdjs-wrapper-intro {
  width: 78.125%;
  margin: 0 auto;
}

.cdjs-title {
  font-size: 1.5rem;
  text-align: left;
  margin-top: 1.7rem;
}

.cdjs-divider {
  display: block;
  width: 20%;
  height: 1px;
  transform: scaleX(-1);
  margin: 0.6rem 0;
}

.new-harbour-intro-support-wrapper{
  padding-bottom: 1rem;
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
}

.new-harbour-intro-support-wrapper::before,
.new-harbour-intro-support-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background-image: url('../images/jianbianbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.new-harbour-intro-support-wrapper::before {
  left: 0;
  background-position: right center;
}

.new-harbour-intro-support-wrapper::after {
  right: 0;
  background-position: left center;
  transform: scaleX(-1);
}

.new-harbour-rwm-text-dark-text p{
  font-size: 0.75rem;
  line-height: 2.1;
}


/* ========== 移动端 (max-width: 768px) ========== */
@media (max-width: 768px) {
  .new-harbour-intro-support-wrapper::before,
  .new-harbour-intro-support-wrapper::after {
    display: none;
  }

  .new-harbour-intro-divider-support-top,
  .new-harbour-intro-divider-support-bottom {
    display: none;
  }
  /* 移动端仅在“精彩盛事”区块显示的上下分割线 */
  .new-harbour-intro-divider-top-line {
    display: block;
    margin-bottom: 0px !important;
    margin-top: 20px;
  }
  .new-harbour-intro-divider-bottom-line {
    display: block;
  }
  
  .new-harbour-intro-support{
    background: none;
    background-image: url('../images/new-moblie-we-world-jianbian.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .new-harbour-intro-support-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .new-harbour-rwm-banner-support{
    margin-bottom: 1rem;;
  }

  .new-harbour-hero {
    height: auto;
    aspect-ratio: 375 / 162;
    min-height: 162px;
  }

  .new-harbour-mengban-container {
    top: calc(3.425rem + 162px); /* header + menu + hero */
    height: 50rem;
    display: none;
  }

  .new-harbour-mengban-image {
    width: 100%;
    height: 25%;
    object-fit: cover;
  }

  .new-harbour-intro-wrapper {
    width: 365px;
    max-width: 100%;
    margin: 0 auto;
    padding: 3rem 15px;
    padding-top: 0rem;
    box-sizing: border-box;
    padding-bottom: 0rem;
  }

  .new-harbour-intro-wrapper-mengban {
    background-image: url('../images/vip-top-mengban.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 20%;
    width: 100% !important;
  }

  .new-harbour-intro {
    width: 100%;
    padding: 0;
    padding-top: 1.5rem;
  }

  .new-harbour-intro-title{
    font-size: 1.5rem;
  }

  .new-harbour-intro-subtitle{
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
  
  .new-harbour-intro-divider{
    margin-bottom: 1rem;
  }

  .new-harbour-intro-lead{
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    padding: 0 0.9rem;
    padding-left: 1.1rem;
    text-align: left;
  }

  .new-harbour-intro-body{
    font-size: 0.85rem;
    padding: 0 0.9rem;
    text-align: left;
    line-height: 1.6;
    padding-left: 1.1rem;
    margin-bottom: 1.3rem;
    text-align: justify;
    word-break: break-all;
  }

  .new-harbour-pool-image {
    width: 90%;
    min-height: 300px;
  }

  .new-harbour-mengban-bottom-container {
    display: none;
  }

  .cdjs-wrapper-mengban {
    position: relative;
    border: 0;
    margin-top: 1.8rem;
  }

  .new-harbour-mengban-mobile-container {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 220px;
    overflow: hidden;
    z-index: 1;
  }

  .mnlyd-wrapper{
    padding: 0;
    padding-top: 1.5rem;
    display: flex;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .new-harbour-rwm-banner{
    flex-direction: column;
    display: flex;
  }
  .new-harbour-rwm-banner{
    width: 91%;
    padding: .3rem;
    height: auto;
  }
  .new-harbour-rwm-image{
    height: 194px;
    max-height: 194px;
    min-height: 194px;
  }
  .new-harbour-rwm-text-wrapper-right{
    padding: 0 .8rem;
  }
  .new-harbour-rwm-text-title{
    font-size: 1.2rem;
    margin-top: .8rem;
    text-align: center;
  }
  .new-harbour-rwm-text{
    text-align: justify;
    word-break: break-all;
    border: 0;
  }
  .new-harbour-rwm-image{
    height: 194px !important;
  }
  .jcss-wrapper-mobile{
    padding-top: 0;
  }
  .jc-center{
    font-size: 1.3rem;
  }
  .djcss-wrapper-mobile{
    padding: 0;
    padding-top: 1.5rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    /* margin: 0; */
  }
  .djcss-banner-mobile{
    display: flex;
    flex-direction: column-reverse;
  }
  .djcss-content-mobile{
    display: flex;
    flex-direction: column-reverse;
    gap: .7rem; 
    padding: 0;
  }
  .djcss-image-mobile{ 
    height: 194px;
    max-height: 194px;
    min-height: 194px !important;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    object-fit: cover;
  }
  .ycjcss-wrapper-mobile{
    padding: 0;
    width: 345px;
    height: 194px;
  }

  .ycjcss-image-mobile{
    height: 100%;
    width: 100%;
    min-height: auto;;
  }

 

  .cdjs-wrapper{
    padding: 0;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cdjs-title{
    margin-top: 1.1rem;
    text-align: center;
    font-size: 1.3rem;
  }
  .cdjs-divider{
    display: none;
  }
  .cdjs-body-mobile{
    padding: 1rem;
    padding-top: .4rem;
  }
  .cdjs-wrapper-intro{
    margin: 0;
    text-align: center;
    display: flex;
    width: 93%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .cdjs-body-bg {
    background-image: url('../images/bottom-jiananbianmengban.png');
    background-size: cover;
    background-repeat: no-repeat;
  }
}

/* 新港世界页固定入口：御博官网 + 在线客服（PC 与手机端均显示） */
.customer-service {
  display: block;
  position: fixed;
  right: 2rem;
  bottom: 18rem;
  width: 60px;
  height: 60px;
  z-index: 999;
  cursor: pointer;
  transition: transform 0.3s ease;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
  -webkit-touch-callout: none;
}

.customer-service:hover {
  transform: scale(1.1);
}

.customer-service img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vip-link-icon {
  display: block;
  position: fixed;
  right: 2rem;
  bottom: 23rem;
  width: 60px;
  height: 60px;
  z-index: 999;
  cursor: pointer;
  transition: transform 0.3s ease;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
  -webkit-touch-callout: none;
  text-decoration: none;
}

.vip-link-icon:hover {
  transform: scale(1.1);
}

.vip-link-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 750px) {
  .customer-service {
    display: block !important;
    right: 1rem;
    bottom: 19rem;
  }
  .vip-link-icon {
    right: 1rem;
    /* bottom: 23.5rem; */
  }
}

.nav .link {
  color: var(--text-white) !important;
}
