/* 默认字体大小 */
html {
  font-size: 62.5%; /* 10px = 1rem */
}

body {
  color: #444;
  padding-bottom: 10rem;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

h5 {
  font-size: 20px;
}

h3 {
  font-size: 28px;
}

p {
  word-wrap: break-word;
}

/* 平板屏幕 */
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  
  h5 {
    font-size: 18px;
  }
  
  h3 {
    font-size: 20px;
  }
}

/* 平板屏幕 */
@media (min-width: 768px) {
  html {
    font-size: 75%; /* 12px = 1rem */
  }
}

/* 桌面屏幕 */
@media (min-width: 992px) {
  html {
    font-size: 87.5%; /* 14px = 1rem */
  }
}

/* 大桌面屏幕 */
@media (min-width: 1200px) {
  html {
    font-size: 100%; /* 16px = 1rem */
  }
}

.headerClass {
  background-color: #000e29;
  position: relative;
}

.titleImg {
  height: 4.25rem;
  /* width: 70%; */
}


.nav-item {
  height: 6.25rem;
  line-height: 6.25rem;
  color: #a6a4a4;
  cursor: pointer;
}

.navText {
  margin: 0 0.5rem;
  padding: 0 1rem;
}

.nav-item:hover {
  background-color: #263249;
  color: #ffffff;
}

.activeNav {
  background-color: #263249;
  color: #ffffff;
}

.menuDialog {
  display: none;
  position: absolute;
  width: 100%;
  height: 300vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.menuBox {
  background-color: #fff;
  height: 23rem;
}

.menuLeft {
  padding-top: 1rem;
  background-color: #514f4f;
  color: #fff;
  /* font-weight: 700; */
  min-height: 23rem;
}

.memuRight {
  height: 23rem;
  overflow-y: auto;
}

.asiaItem {
  text-align: center;
  height: 3rem;
  line-height: 3rem;
}

.asiaItem:hover {
  background-color: #fff;
  color: #514f4f;
  cursor: pointer;
}

.activeItem {
  background-color: #fff;
  color: #514f4f;
}

.asiaCt {
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  height: 3rem;
  line-height: 3rem;
}

.asiaCt:hover {
  color: #eb9b10;
}

.btnClass {
  color: #fff;
  font-weight: 700;
  background-color: #f3ab29;
  border-width: 2px;
}

.btnClass:hover {
  color: #000;
  background-color: #fff;
  border-color: #f3ab29;
}

.btnClass:active {
  color: #000;
  background-color: #f3ab29 !important;
  border-color: #fff !important;
}

.pageBtnClass {
  color: #fff;
  font-weight: 700;
  background-color: #efa51a;
  border-width: 2px;
}

.pageBtnClass:hover {
  color: #000;
  background-color: #fff;
  border-color: #f3ab29;
}

.pageBtnClass:active {
  color: #000;
  background-color: #f3ab29 !important;
  border-color: #fff !important;
}

.bottomList {
  margin-top: 3rem;
  width: 100%;
  background-color: #e9e9e9;
  padding: 3rem 0;
}

.contactItem {
  color: #777777;
  margin-right: 0.2rem;
}

.contactItem:hover {
  cursor: pointer;
  color: #eb9b10; /* Change to your desired hover text color */
}

.bottomP {
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #777;
  margin-top: 2rem;
}

.conditionItem {
  cursor: pointer;
}

.conditionItem:hover {
  color: #eb9b10;
}

.toursList {
  
}

.toursItem {
  /* font-size: 0.8rem; */
  color: #777;
  margin-top: 0.5rem;
  display: block;
  text-decoration: none;
}

.toursItem:hover {
  cursor: pointer;
  color: #eb9b10; /* Change to your desired hover text color */
}

.priceImg {
  height: 12rem;
}

.controlArow {
  color: #7f7f7f;
}

.controlArow:hover {
  color: #191919;
}

.controlArowW {
  color: #aaa;
}

.controlArowW:hover {
  color: #fff;
}

/* 返回顶部 */
#back-to-top {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 3rem;
  color: #25c1b0;
}

/* 分页 */
/* 去除分页链接的外边框 */
.page-link {
  color: #777777;
  border: none;
}

/* 鼠标悬停时的边框 */
.page-item .page-link:hover {
  color: #eb9b10;
}

/* 修改激活状态的颜色 */
.page-item.active .page-link {
  background-color: #eb9b10;
  border-color: #fff;
}

/* 鼠标悬停时的颜色 */
.page-item.active .page-link:hover {
  background-color: #eb9b10;
  border-color: #fff;
}


/* 自定义侧边栏样式 */
.offcanvas-start {
  width: 80vw !important; /* 侧边栏宽度 */
}

.leftBox {
  text-align: center;
  background-color: #514f4f;
  height: 100vh;
}

.pNav {
  cursor: pointer;
  color: #a6a489;
  padding: 2.3rem 1rem;
}

.pNavAct {
  background-color: #ffffff;  
  color: #444;
}

.pNav:active {
  background-color: #ffffff;  
  color: #444;
}

/* .pNav:hover {
  background-color: #ffffff;  
  color: #444;
} */

.rightBox {
  flex: 1;
}

.pOption {
  cursor: pointer;
  color: #444;
  padding: 2.3rem 2rem;
}

.pOption:active {
  background-color: #ade1f5;
}

/* .pOption:hover {
  background-color: #ade1f5;
} */

.pHeaderClass {
  display: flex;
  justify-content: space-between;
  background-color: #000e29;
}

.pTitleImg {
  height: 3.5rem;
}

.detailBox {
  position: fixed; 
  width: 80vw;
  height: 100vh;
  background-color: #fff;
  left: -80vw; /* 初始状态在左侧隐藏 */
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.5s; /* 平滑过渡效果 */
}

/* 当盒子显示时的样式 */
.show {
  left: 0; /* 将盒子移到视图中 */
}

.dBoxTitle {
  flex: 1;
  text-align: center;
}

.dBoxItem {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.dBoxItem:active {
  background-color: #ade1f5;
}

.form-control {
  font-size: inherit;
}

.btnClass {
  font-size: inherit;
}

.pageBtnClass {
  font-size: inherit;
}

.page-link {
  font-size: inherit;
}

#dItems {
  overflow-y: auto;
}

/* whatsapp联系按钮自定义样式 */
.contact-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366; /* WhatsApp绿色 */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-btn:hover {
    background-color: #128C7E;
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.contact-btn i {
    font-size: 28px;
}

/* 可选：添加小动画 */
/* @keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
} */

.contact-btn.pulse {
    animation: pulse 2s infinite;
}

.contactImg {
  width: 70%;
}
/* whatsapp联系按钮自定义样式 */
