@font-face {
  font-family: 'iconfont';  /* Project id 5209232 */
  src: url('//at.alicdn.com/t/c/font_5209232_3ik20eg26b9.woff2?t=1787037465904') format('woff2'),
  url('//at.alicdn.com/t/c/font_5209232_3ik20eg26b9.woff?t=1787037465904') format('woff'),
  url('//at.alicdn.com/t/c/font_5209232_3ik20eg26b9.ttf?t=1787037465904') format('truetype');
}
@font-face {
  font-family: Quicksand;
  src: url('../fonts/Quicksand-Medium.ttf');
}
@font-face {
  font-family: Cookies;
  src: url('../fonts/Cookie-Regular.ttf');
}
@font-face {
  font-family: Philosopher;
  src: url('../fonts/Philosopher-Regular.ttf');
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
/* Loading 加载效果 */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #A8D95B;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.loading.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loading .loading-content {
  text-align: center;
}
.loading .loading-content .loading-logo {
  max-width: 120px;
  width: 20vw;
  animation: logoPulse 1.5s ease-in-out infinite;
}
@keyframes logoPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}
/* 返回顶部按钮 */
.backToTop {
  position: fixed;
  right: 1vw;
  bottom: 1vw;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  background: rgba(168, 217, 91, 0.9);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2vw;
  cursor: pointer;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  pointer-events: auto !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.backToTop:hover {
  background: #A8D95B;
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(168, 217, 91, 0.4);
}
.backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
html,
body {
  color: #333333;
  font-family: Quicksand;
}
/* 全局自定义光标 */
body,
body * {
  cursor: none !important;
}
.custom-cursor {
  position: fixed;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999999;
  mix-blend-mode: difference;
  left: 0;
  top: 0;
  transition: width 0.3s ease, height 0.3s ease, background 0.3s ease, border-radius 0.3s ease, line-height 0.3s ease, text-align 0.3s ease, box-shadow 0.3s ease;
}
.custom-cursor.in-team-box {
  width: 5vw;
  height: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  mix-blend-mode: normal;
}
.custom-cursor.in-team-box::after {
  content: "DRAG";
  color: #333;
  font-size: 0.8vw;
  font-family: Quicksand;
}
input,
textarea {
  font-family: Quicksand;
}
:root {
  --mainC: #A8D95B;
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  /*-webkit-text-stroke-width: 0.1px;*/
  -moz-osx-font-smoothing: grayscale;
}
/* 修改滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  /* 滚动条宽度 */
  height: 8px;
  /* 滚动条高度 */
}
/* 修改滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
  background-color: #A8D95B;
  /* 滑块背景颜色 */
  border-radius: 6px;
  /* 滑块圆角 */
}
@keyframes fadeIniup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bulrAnmkey {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}
.bulrAnm {
  -webkit-animation: bulrAnmkey 1s ease both;
  animation: bulrAnmkey 1s ease both;
  -ms-animation: bulrAnmkey 1s ease both;
  animation-delay: 0.3s;
}
.he_fadeup1 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.3s;
}
.he_fadeup2 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.4s;
}
.he_fadeup3 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.5s;
}
.he_fadeup4 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.6s;
}
.he_fadeup5 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.7s;
}
.cpthActive.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%) !important;
}
.cpth {
  -webkit-clip-path: polygon(0% 0, 0 0, 0% 100%, 0% 100%);
  -webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
/* 从上到下的clip-path动画 */
.cpthTopActive.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
.cpthTop {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.imgAnimation {
  width: 100%;
  position: relative;
  opacity: 0;
}
.imgAnimation::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transform: scaleY(1);
  transform-origin: bottom center;
  z-index: 1;
  -webkit-transition: 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.imgAnimation.animated {
  opacity: 1;
}
.imgAnimation.animated::before {
  transform: scaleY(0);
}
.animate-on-scroll {
  /* 初始状态：透明 + 偏移 */
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  /* 1.8秒慢动画（时长可调） */
  transform-origin: center center;
  /* skew倾斜中心点（避免变形偏移） */
  transform: translateY(60px) skewY(1deg);
}
/* 动画触发后的状态 */
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translate(0) skew(0);
  /* 重置偏移和skew */
}
.animate-img {
  overflow: hidden;
  transition: 3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.animate-img img {
  transform: scale(1.2, 1.2);
  transition: 2s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
.animate-img .img {
  transform: scale(1.2, 1.2);
  transition: 2s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
.animate-img.active {
  opacity: 1;
}
.animate-img.active img {
  transform: scale(1);
}
.animate-img.active .img {
  transform: scale(1);
}
.img-popup-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9999;
  cursor: zoom-out;
}
.img-popup-layer img {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
header {
  width: 100%;
  position: fixed;
  top: 1vw;
  padding: 0 6vw;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s all;
}
header .logo {
  width: 7vw;
}
header nav {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 5vw;
  transition: 0.3s all;
}
header nav ul {
  display: flex;
  padding: 0.3vw;
}
header nav ul li {
  margin: 0 0.2vw;
  padding: 0.3vw 1vw;
  opacity: 0.8;
  border-radius: 5vw;
  position: relative;
  transition: 0.5s all;
}
header nav ul li .first-lab {
  position: relative;
}
header nav ul li .first-lab a {
  font-size: 16px;
  position: relative;
  color: white;
  display: block;
}
header nav ul li .first-lab a p {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
header nav ul li .first-lab a p:last-child {
  position: absolute;
  left: 0;
  top: 0;
}
header nav ul li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5vw;
  background: white;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s all;
  top: 50%;
  left: 50%;
  opacity: 0;
}
header nav ul .active {
  opacity: 1;
}
header nav ul .active::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
header nav ul .active .first-lab a {
  color: #333333;
}
header nav ul li:hover {
  opacity: 1;
}
header nav ul li:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
header nav ul li:hover .first-lab a {
  color: #333333;
}
header .lang {
  display: flex;
  align-items: center;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 5vw;
  color: white;
  opacity: 0.8;
  padding: 0.3vw 1.2vw;
  cursor: pointer;
}
header .lang .version {
  width: 1.5vw;
  height: 1.5vw;
  position: relative;
  line-height: 2vw;
  text-align: center;
  cursor: pointer;
}
header .lang .version .icon {
  font-size: 1vw;
}
header .lang .version .languge {
  width: 5vw;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -1.6vw;
  background: #fff;
  top: 2.5vw;
  padding: 10px 0px;
  -webkit-transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
header .lang .version .languge a {
  display: block;
  width: 100%;
  font-size: 0.8vw;
  line-height: 1.4;
  position: relative;
  margin-bottom: 10px;
  color: #333333;
}
header .lang .version .languge a p {
  position: relative;
  display: inline-block;
  z-index: 2;
}
header .lang .version .languge a p::before {
  content: "";
  width: 0;
  height: 5px;
  background: #A8D95B;
  position: absolute;
  right: 0%;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
  opacity: 0.4;
}
header .lang .version .languge a:last-child {
  margin-bottom: 0px;
}
header .lang .version .globe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2vw;
  height: 1.2vw;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  will-change: transform;
}
@keyframes globe {
  0% {
    transform: translate(-50%, -50%) rotate(15deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-15deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(15deg);
  }
}
header .lang .version .globe-wrap {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(30deg);
  animation: globe 5.4s cubic-bezier(0.35, 0, 0.65, 1) infinite;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 0.08em #ffffff;
}
header .lang .version .globe .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: inset 0.1em 0px 0px 0.08em #ffffff;
  animation: circle1 2.7s linear infinite;
  font-size: 0.8vw;
}
@keyframes circle1 {
  0% {
    border-radius: 50%;
    box-shadow: inset 0.1em 0px 0px 0.01em #ffffff;
    width: 100%;
  }
  49% {
    border-radius: 50%;
    box-shadow: inset 0.1em 0px 0px 0.01em #ffffff;
    background: transparent;
  }
  50% {
    border-radius: 0%;
    width: 0.175em;
    background: #ffffff;
  }
  51% {
    border-radius: 50%;
    box-shadow: inset -0.1em 0px 0px 0.01em #ffffff;
    background: transparent;
  }
  100% {
    border-radius: 50%;
    box-shadow: inset -0.1em 0px 0px 0.01em #ffffff;
    width: 100%;
  }
}
header .lang .version .globe :nth-child(1) {
  animation-delay: -1.8s;
}
header .lang .version .globe :nth-child(2) {
  animation-delay: -0.9s;
}
header .lang .version .globe .circle-hor {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 55%;
  box-shadow: inset 0px 0px 0px 0.08em #ffffff;
  font-size: 0.75em;
}
header .lang .version .globe .circle-hor-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  transform: translate(-50%, -50%);
  border-radius: 0%;
  height: 0.15em;
  background: #ffffff;
  font-size: 0.75em;
}
header .lang .langName {
  margin-left: 0.5vw;
}
header .lang .version .languge a.active p::before,
header .lang .version .languge a:hover p::before {
  width: 100%;
  right: auto;
  left: 0%;
}
header .lang:hover .languge {
  top: 1.9vw;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
header.active {
  transform: translateY(-8vw);
}
footer {
  width: 100%;
  position: relative;
  margin-top: -20vw;
}
footer .footerBg {
  width: 100%;
  pointer-events: none;
}
footer .footer {
  width: 88%;
  position: absolute;
  bottom: 3vw;
  left: 6%;
  border-radius: 1vw;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(12.5px);
  padding: 2vw 3vw;
  color: white;
}
footer .footer .footerBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .footer .footerBox .left .logo {
  width: 7vw;
}
footer .footer .footerBox .left .des {
  color: white;
  font-size: 0.85vw;
  opacity: 0.7;
  margin-top: 1vw;
}
footer .footer .footerBox .center {
  width: 35%;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9vw;
  font-weight: 500;
}
footer .footer .footerBox .center .link {
  width: 50%;
  display: block;
  color: white;
}
footer .footer .footerBox .right {
  margin-right: 5vw;
}
footer .footer .footerBox .right .icons {
  display: flex;
  align-items: center;
  margin-bottom: 1vw;
}
footer .footer .footerBox .right .icons img {
  width: 0.8vw;
  margin-right: 1.5vw;
}
footer .footer .footerBox .right .icons p {
  color: white;
  font-size: 0.9vw;
}
footer .footer .footerInfo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2vw;
  margin-top: 3vw;
  font-size: 0.85vw;
}
footer .footer .footerInfo p {
  opacity: 0.7;
}
footer .footer .footerInfo a {
  color: white;
}
footer .footer .footerInfo .infos {
  display: flex;
  align-items: center;
}
footer .footer .footerInfo .infos .mediaBox {
  display: flex;
  margin-left: 1vw;
}
footer .footer .footerInfo .infos .mediaBox .media {
  opacity: 0.7;
  margin: 0 0.5vw;
}
footer .footer .footerInfo .infos .mediaBox .media img {
  height: 1.1vw;
}
footer .footer .footerInfo .infos .mediaBox .media:hover {
  opacity: 1;
}
.kefuBox {
  position: absolute;
  z-index: 9999;
}
.kefuBox .kefuIcon {
  position: fixed;
  bottom: 30vh;
  right: 1vw;
  width: 2.8vw;
  height: 2.8vw;
  border-radius: 50%;
  background: linear-gradient(180deg, #3D523A 0%, #C9D4BD 235.99%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.25s ease;
}
.kefuBox .kefuIcon img {
  width: 60%;
  height: 60%;
}
.kefuBox .kefuIcon:hover {
  transform: scale(1.06);
}
.kefuBox .kefuHoverPanel {
  position: fixed;
  bottom: 36vh;
  right: 1vw;
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
  padding-bottom: 0.8vw;
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  transform: translateY(1vw);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  pointer-events: none;
}
.kefuBox .kefuHoverPanel .kefuHoverItem {
  display: flex;
  align-items: center;
  gap: 0.5vw;
  padding: 0.7vw 1.1vw;
  border-radius: 0.6vw;
  color: #fff;
  font-size: 0.95vw;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 0.3vw 0.9vw rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.kefuBox .kefuHoverPanel .kefuHoverItem svg {
  width: 1.3vw;
  height: 1.3vw;
  flex-shrink: 0;
}
.kefuBox .kefuHoverPanel .kefuHoverItem:hover {
  transform: translateX(-0.2vw);
  box-shadow: 0 0.4vw 1.1vw rgba(0, 0, 0, 0.22);
}
.kefuBox .kefuHoverPanel .kefuWhatsapp {
  background: #25D366;
}
.kefuBox .kefuHoverPanel .kefuMessenger {
  background: #0084FF;
}
.kefuBox .kefuIcon:hover ~ .kefuHoverPanel,
.kefuBox .kefuHoverPanel:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.kefuBox .kefuBubble {
  position: fixed;
  bottom: 38vh;
  right: 1vw;
  width: 17vw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.8vw) scale(0.96);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  pointer-events: none;
}
.kefuBox .kefuBubble.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.kefuBox .kefuBubble .bubbleInner {
  position: relative;
  background: #fff;
  border-radius: 1vw;
  padding: 1vw 1vw 0.9vw;
  box-shadow: 0 0.6vw 1.8vw rgba(0, 0, 0, 0.15);
}
.kefuBox .kefuBubble .bubbleInner .bubbleClose {
  position: absolute;
  top: 0.5vw;
  right: 0.5vw;
  width: 1.4vw;
  height: 1.4vw;
  line-height: 1.4vw;
  text-align: center;
  color: #B0B5BC;
  font-size: 1vw;
  cursor: pointer;
  transition: color 0.2s ease;
}
.kefuBox .kefuBubble .bubbleInner .bubbleClose:hover {
  color: #555;
}
.kefuBox .kefuBubble .bubbleInner .bubbleHeader {
  display: flex;
  align-items: center;
  gap: 0.5vw;
  padding-right: 1.4vw;
}
.kefuBox .kefuBubble .bubbleInner .bubbleHeader .bubbleAvatar {
  width: 1.8vw;
  height: 1.8vw;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(180deg, #3D523A 0%, #C9D4BD 235.99%);
  padding: .5vw;
}
.kefuBox .kefuBubble .bubbleInner .bubbleHeader .bubbleAvatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kefuBox .kefuBubble .bubbleInner .bubbleHeader .bubbleName {
  font-size: 0.95vw;
  font-weight: 600;
  color: #222;
}
.kefuBox .kefuBubble .bubbleInner .bubbleContent {
  margin-top: 0.5vw;
  font-size: 0.85vw;
  line-height: 1.5;
  color: #333;
}
.kefuBox .kefuBubble .bubbleArrow {
  position: absolute;
  bottom: -0.5vw;
  right: 1.6vw;
  width: 1vw;
  height: 1vw;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 0.2vw 0.2vw 0.6vw rgba(0, 0, 0, 0.06);
}
.kefuBox .kefuModal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 10000;
}
.kefuBox .kefuModal .qrImg {
  width: 25vw;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: white;
  border-radius: 1vw;
  padding: 0.5vw;
}
.kefuBox .kefuModal .qrImg .closeIcon {
  position: absolute;
  font-size: 2vw;
  right: -2vw;
  top: -2vw;
  cursor: pointer;
  color: white;
}
.kefuBox.active .kefuModal {
  opacity: 1;
  pointer-events: all;
}
.more {
  height: 2.4vw;
  display: inline-flex;
  align-items: center;
  border-radius: 5vw;
  border: 1px solid #EEF2E4;
  background: linear-gradient(180deg, #3D523A 0%, #C9D4BD 235.99%);
  backdrop-filter: blur(5px);
  color: white;
  font-size: 0.9vw;
  padding: 0.2vw;
  text-transform: uppercase;
}
.more p {
  padding: 0 3.2vw 0 1.2vw;
  position: relative;
  z-index: 1;
}
.more .icon {
  width: 2vw;
  height: 2vw;
  line-height: 2vw;
  text-align: center;
  color: #698E6D;
  font-size: 1vw;
  border-radius: 5vw;
  position: absolute;
  right: 0.2vw;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(180deg, #E9E8DF 20%, #BBBBAB 100%);
}
.more .icon i {
  position: absolute;
  right: 0.5vw;
  transition: 0.3s all ease-in-out;
}
.more:hover {
  border: 1px solid #E9E8DF;
}
.more:hover p {
  color: #3D523A;
}
.more:hover .icon {
  height: 2.4vw;
  line-height: 2.4vw;
  width: 100%;
  right: 0;
}
.more:hover .icon i {
  right: 0.6vw;
}
.titBox {
  font-family: Philosopher;
}
.titBox .tit {
  color: white;
  font-size: 4vw;
}
.titBox .des {
  color: #A8D95B;
  font-size: 1.8vw;
  margin-top: 1vw;
}
.letter {
  display: inline-block;
  line-height: 1em;
}
.videoBg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.videoBg video {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.videoBg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.imgBg{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-size: cover !important;
  display: none;
}
.imgBg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.select-wrap {
  width: 100%;
  position: relative;
  background: white;
  border-radius: 3vw;
}
.select-wrap .tit {
  height: 3vw;
  line-height: 3vw;
  font-size: 1vw;
  display: flex;
  padding: 0 2vw;
  justify-content: space-between;
}
.select-wrap .tit p {
  width: 90%;
  position: relative;
}
.select-wrap .tit i {
  font-weight: bold;
}
.select-wrap .optionBox {
  width: 100%;
  position: absolute;
  background: white;
  padding: 3vw 0.5vw 0.5vw 0.5vw;
  margin-top: -2.5vw;
  z-index: -1;
  border-radius: 1vw;
  -webkit-clip-path: inset(0 -100vw 100%);
  clip-path: inset(0 -100vw 100%);
  transition: -webkit-clip-path 0.75s ease;
  transition: clip-path 0.75s ease, -webkit-clip-path 0.75s ease;
  visibility: hidden;
}
.select-wrap .optionBox .option {
  font-size: 0.9vw;
  padding: 0.5vw 1.5vw;
  display: block;
}
.select-wrap .optionBox .option:hover {
  color: #A8D95B;
}
.select-wrap.active .optionBox {
  -webkit-clip-path: inset(0 -100vw 0);
  clip-path: inset(0 -100vw 0);
  pointer-events: all;
  visibility: visible;
}
.customizedTrips {
  width: 92%;
  height: 35vw;
  margin: 6vw auto;
  position: relative;
  z-index: 2;
  border-radius: 1vw;
  overflow: hidden;
}
.customizedTrips .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
}
.customizedTrips .imgBox img {
  width: 100%;
  height: 100%;
  border-radius: 1vw;
  object-fit: cover;
}
.customizedTrips .imgBox::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.customizedTrips .text {
  position: absolute;
  left: 6vw;
  top: 45%;
  transform: translateY(-50%);
  color: white;
  z-index: 2;
}
.customizedTrips .text .des {
  margin: 1vw 0;
  font-size: 1.2vw;
}
.index {
  width: 100%;
  position: relative;
  background: #333333;
  overflow: hidden;
}
.index .f1 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.index .f1 .text {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 6vw;
  z-index: 2;
}
.index .f1 .text .t1 {
  color: #A8D95B;
  font-family: Cookies;
  font-size: 2.2vw;
}
.index .f1 .text .t {
  color: white;
  font-family: Philosopher;
  margin-top: 1vw;
  line-height: 1;
}
.index .f1 .text .t2 {
  font-size: 6vw;
}
.index .f1 .text .t3 {
  font-size: 3vw;
}
.index .f1 .serachBox {
  width: 60%;
  left: 20%;
  position: absolute;
  bottom: 1vw;
  background: white;
  border-radius: 5vw;
  display: flex;
  z-index: 15;
  justify-content: space-between;
  padding-left: 5vw;
}
.index .f1 .serachBox .selectBox {
  width: 12vw;
}
.index .f1 .serachBox .serach {
  width: 30%;
  border-radius: 5vw;
  border: 1px solid #EEF2E4;
  background: linear-gradient(180deg, #3D523A 0%, #C9D4BD 235.99%);
  backdrop-filter: blur(5px);
  color: white;
  font-size: 0.9vw;
  padding: 0 4vw;
  transition: 0.3s all;
}
.index .f1 .serachBox .serach input {
  width: 70%;
  background: transparent;
  outline: none;
  border: transparent;
  color: white;
  font-size: 0.9vw;
  font-family: Quicksand;
  padding: 1vw;
  transition: 0.3s all;
}
.index .f1 .serachBox .serach input::placeholder {
  color: white;
}
.index .f1 .serachBox .serach i {
  cursor: pointer;
}
.index .f1 .serachBox .serach.active {
  padding: 0 1vw;
}
.index .f1 .serachBox .serach.active input {
  width: 90%;
}
.index .f2 {
  width: 100%;
  position: relative;
  padding: 3vw 6vw 0 6vw;
  display: flex;
  justify-content: center;
  gap: 3vw;
  z-index: 10;
}
.index .f2 .item {
  width: 33%;
  height: 35vw;
  transition: 0.3s all;
  transform: scale(0.8);
  position: relative;
}
.index .f2 .item .imgBox {
  width: 100%;
  height: 100%;
  border-radius: 1vw;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.index .f2 .item .imgBox .img {
  width: 100%;
  height: 100%;
  border-radius: 1vw;
  background-size: cover !important;
  transition: 0.3s all;
}
.index .f2 .item .text {
  width: 100%;
  height: 100%;
  border-radius: 1vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.76%, rgba(0, 0, 0, 0.75) 100%);
  position: absolute;
  top: 0;
  padding: 20vw 1.5vw 0 1.5vw;
  transition: 0.3s all;
}
.index .f2 .item .text .city {
  color: white;
  font-size: 4vw;
  margin-left: -3vw;
  font-family: philosopher;
  transform: translateY(5vw);
  transition: 0.3s all;
}
.index .f2 .item .text .lab {
  width: 75%;
  color: #A8D95B;
  font-size: 1.3vw;
  font-family: philosopher;
  margin-top: 1vw;
  line-height: 1.5;
  opacity: 0;
  transition: 0.3s all;
}
.index .f2 .item .text .more {
  margin-top: 2vw;
  opacity: 0;
  transition: 0.3s all;
}
.index .f2 .item.active {
  transform: scale(1);
}
.index .f2 .item.active .text {
  padding: 18vw 1.5vw 0 1.5vw;
}
.index .f2 .item.active .text .city {
  font-size: 5vw;
  transform: translateY(0);
}
.index .f2 .item.active .text .lab {
  opacity: 1;
}
.index .f2 .item.active .text .more {
  opacity: 1;
}
.index .f2 .item:hover .imgBox .img {
  transform: scale(1.1);
}
.index .cloud {
  width: 18vw;
  position: absolute;
  margin-top: -1vw;
  z-index: 10;
  pointer-events: none;
}
.index .cloud2 {
  width: 18vw;
  position: absolute;
  left: -5vw;
  margin-top: -5vw;
  z-index: 10;
  pointer-events: none;
}
.index .cloud3 {
  width: 18vw;
  position: absolute;
  margin-top: 5vw;
  z-index: 10;
  right: -5vw;
  pointer-events: none;
}
.index .f3 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6vw 6vw 3vw 6vw;
  z-index: 9;
}
.index .f3 .mapBox {
  width: 50%;
  height: 30vw;
  position: relative;
  z-index: 9;
}
.index .f3 .mapBox .mapImg {
  width: 42vw;
  position: relative;
  opacity: 0;
  transform: translate(61vw, -70vw) scale(1.2);
}
.index .f3 .mapBox .mapImg.active {
  animation: mapImgAnm 1.5s forwards;
  opacity: 1;
}
@keyframes mapImgAnm {
  0% {
    transform: translate(91vw, -83vw) scale(1.2);
  }
  100% {
    transform: translate(61vw, -83vw) scale(1.2);
  }
}
.index .f3 .mapBox .mapItems {
  width: 100%;
  height: 40vw;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
  display: none;
}
.index .f3 .mapBox .mapItems .mapItem {
  position: absolute;
}
.index .f3 .mapBox .mapItems .mapItem .dian {
  width: 0.5vw;
  height: 0.5vw;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  transition: 0.5s all;
  animation: dianAnm 2s linear infinite;
}
@keyframes dianAnm {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.7);
  }
}
.index .f3 .mapBox .mapItems .mapItem .txt {
  width: 20vw;
  position: absolute;
  background: white;
  border-radius: 0.3vw;
  padding: 1vw;
  left: 1vw;
  transform: translateY(-50%);
  top: 50%;
  -webkit-clip-path: polygon(0% 0, 0 0, 0% 100%, 0% 100%);
  -webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  pointer-events: none;
  transition: 0.5s all;
  z-index: 10;
}
.index .f3 .mapBox .mapItems .mapItem .txt .t {
  font-size: 1vw;
  font-weight: bold;
}
.index .f3 .mapBox .mapItems .mapItem .txt .d {
  font-size: 0.9vw;
  margin-top: 1vw;
}
.index .f3 .mapBox .mapItems .mapItem:hover .dian {
  transform: scale(1.5);
}
.index .f3 .mapBox .mapItems .mapItem:hover .txt {
  -webkit-clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%) !important;
}
.index .f3 .mapBox .mapItems .Beijing {
  right: 10.5vw;
  top: 15.6vw;
}
.index .f3 .mapBox .mapItems .Shanghai {
  right: 6.2vw;
  top: 22.5vw;
}
.index .f3 .mapBox .mapItems .Tianjin {
  right: 10vw;
  top: 16.5vw;
}
.index .f3 .mapBox .mapItems .Chongqing {
  right: 15vw;
  top: 24vw;
}
.index .f3 .mapBox .mapItems .Hebei {
  right: 11.5vw;
  top: 17vw;
}
.index .f3 .mapBox .mapItems .Shanxi {
  right: 13vw;
  top: 18vw;
}
.index .f3 .mapBox .mapItems .Liaoning {
  right: 6vw;
  top: 14vw;
}
.index .f3 .mapBox .mapItems .Jilin {
  right: 4vw;
  top: 12vw;
}
.index .f3 .mapBox .mapItems .Heilongjiang {
  right: 4vw;
  top: 9vw;
}
.index .f3 .mapBox .mapItems .Jiangsu {
  right: 8vw;
  top: 21vw;
}
.index .f3 .mapBox .mapItems .Zhejiang {
  right: 7vw;
  top: 25vw;
}
.index .f3 .mapBox .mapItems .Anhui {
  right: 9vw;
  top: 23vw;
}
.index .f3 .mapBox .mapItems .Fujian {
  right: 8vw;
  top: 27vw;
}
.index .f3 .mapBox .mapItems .Jiangxi {
  right: 10vw;
  top: 26vw;
}
.index .f3 .mapBox .mapItems .Shandong {
  right: 9vw;
  top: 19vw;
}
.index .f3 .mapBox .mapItems .Henan {
  right: 11vw;
  top: 20vw;
}
.index .f3 .mapBox .mapItems .Hubei {
  right: 12vw;
  top: 22vw;
}
.index .f3 .mapBox .mapItems .Hunan {
  right: 12vw;
  top: 25vw;
}
.index .f3 .mapBox .mapItems .Guangdong {
  right: 11vw;
  top: 30vw;
}
.index .f3 .mapBox .mapItems .Hainan {
  right: 14.5vw;
  top: 33.5vw;
}
.index .f3 .mapBox .mapItems .Sichuan {
  right: 18vw;
  top: 24vw;
}
.index .f3 .mapBox .mapItems .Guizhou {
  right: 16vw;
  top: 27vw;
}
.index .f3 .mapBox .mapItems .Yunnan {
  right: 21vw;
  top: 29vw;
}
.index .f3 .mapBox .mapItems .Shaanxi {
  right: 16vw;
  top: 20vw;
}
.index .f3 .mapBox .mapItems .Gansu {
  right: 18vw;
  top: 19vw;
}
.index .f3 .mapBox .mapItems .Qinghai {
  right: 23vw;
  top: 18vw;
}
.index .f3 .mapBox .mapItems .Taiwan {
  right: 5.5vw;
  top: 29vw;
}
.index .f3 .mapBox .mapItems .NeiMongol {
  right: 11vw;
  top: 12vw;
}
.index .f3 .mapBox .mapItems .Guangxi {
  right: 16vw;
  top: 30vw;
}
.index .f3 .mapBox .mapItems .Xizang {
  right: 29vw;
  top: 21vw;
}
.index .f3 .mapBox .mapItems .Ningxia {
  right: 17vw;
  top: 18vw;
}
.index .f3 .mapBox .mapItems .Xinjiang {
  right: 30vw;
  top: 12vw;
}
.index .f3 .mapBox .mapItems .HongKong {
  right: 11vw;
  top: 31.5vw;
}
.index .f3 .mapBox .mapItems .Macao {
  right: 12vw;
  top: 31.8vw;
}
.index .f3 .mapBox .mapItems.active {
  opacity: 1;
  pointer-events: all;
}
.index .f3 .textBox {
  width: 50%;
  position: relative;
  z-index: 10;
}
.index .f3 .textBox .t {
  font-family: Philosopher;
  font-size: 3vw;
  color: white;
}
.index .f3 .textBox .t2 {
  width: 70%;
  font-family: Philosopher;
  color: #A8D95B;
  font-size: 1.8vw;
  margin: 1vw 0;
  line-height: 1.2;
}
.index .f3 .textBox .d {
  width: 90%;
  font-family: Quicksand;
  font-size: 1vw;
  color: white;
  line-height: 1.5;
}
.index .f3 .textBox .more {
  margin-top: 2vw;
}
.index .f4 {
  width: 100%;
  position: relative;
  margin-top: 3vw;
}
.index .f4 .AirplaneBg {
  width: 110%;
  left: -5%;
  position: relative;
  transform: rotate(3deg);
}
.index .f4 .Airplane {
  position: absolute;
  display: flex;
  transform: rotate(3deg);
  top: 3vw;
}
.index .f4 .Airplane img {
  width: 100%;
  animation: planeMove 30s linear infinite;
}
@keyframes planeMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.index .f5 {
  width: 100%;
  position: relative;
  padding: 4vw 6vw 0 6vw;
}
.index .f5 .teamBox {
  width: 100%;
  position: relative;
  margin-top: 5vw;
  overflow: visible;
}
.index .f5 .teamBox * {
  pointer-events: auto !important;
}
.index .f5 .teamBox .teamSwiper {
  width: 100%;
  position: relative;
  overflow: inherit;
}
.index .f5 .teamBox .teamSwiper .item {
  width: 100%;
  height: 25vw;
  display: inline-block;
  position: relative;
  border-radius: 1vw;
}
.index .f5 .teamBox .teamSwiper .item .img {
  width: auto;
  height: 18vw;
  transition: 0.5s all;
  margin-top: -3vw;
  position: relative;
}
.index .f5 .teamBox .teamSwiper .item .img img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.index .f5 .teamBox .teamSwiper .item .text {
  position: relative;
  z-index: 2;
  padding: 2vw;
  border-radius: 0 0 1vw 1vw;
  transition: 0.5s all;
}
.index .f5 .teamBox .teamSwiper .item .text .tits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Philosopher;
}
.index .f5 .teamBox .teamSwiper .item .text .tits .t {
  color: white;
  font-size: 2vw;
}
.index .f5 .teamBox .teamSwiper .item .text .tits .job {
  color: #A8D95B;
  font-size: 1.2vw;
}
.index .f5 .teamBox .teamSwiper .item .text .des {
  color: white;
  font-family: Quicksand;
  font-size: 1vw;
  margin: 1vw 0;
}
.index .f5 .teamBox .teamSwiper .item .text .labs {
  display: flex;
  color: white;
  font-family: Quicksand;
}
.index .f5 .teamBox .teamSwiper .item .text .labs .lab {
  font-size: 0.85vw;
  border-radius: 5vw;
  border: 1px solid white;
  padding: 0.3vw 0.8vw;
  margin-right: 0.5vw;
}
.index .f5 .teamBox .teamSwiper .item .text .more {
  margin-top: 1.5vw;
  opacity: 0;
  transition: 0.5s all;
}
.index .f5 .teamBox .teamSwiper .item::before {
  content: '';
  position: absolute;
  width: 25vw;
  height: 25vw;
  background: url('../images/icon1.png') center no-repeat;
  background-size: cover !important;
  transform: translateX(-50%);
  left: 50%;
  top: -3vw;
  transition: 0.5s all;
  opacity: 0;
}
.index .f5 .teamBox .teamSwiper .item:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 7.052px 11.753px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(25px);
}
.index .f5 .teamBox .teamSwiper .item:hover .img {
  margin-top: -5vw;
}
.index .f5 .teamBox .teamSwiper .item:hover .text {
  background: white;
  transform: translateY(-2vw);
}
.index .f5 .teamBox .teamSwiper .item:hover .text .tits .t {
  color: #333333;
}
.index .f5 .teamBox .teamSwiper .item:hover .text .des {
  color: #333333;
}
.index .f5 .teamBox .teamSwiper .item:hover .text .labs {
  color: #333333;
}
.index .f5 .teamBox .teamSwiper .item:hover .text .labs .lab {
  border: 1px solid #333333;
}
.index .f5 .teamBox .teamSwiper .item:hover .text .more {
  opacity: 1;
}
.index .f5 .teamBox .teamSwiper .item:hover::before {
  opacity: 1;
}
.index .f6 {
  width: 100%;
  position: relative;
  padding: 6vw 0;
}
.index .f6 .titBox {
  padding-left: 6vw;
}
.index .f6 .f6Box {
  width: 100%;
  position: relative;
  margin-top: 3vw;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.index .f6 .f6Box .item {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 6vw;
  transition: 0.5s all;
}
.index .f6 .f6Box .item .name {
  color: white;
  font-family: Philosopher;
  font-size: 1.5vw;
  padding: 1.5vw 0;
}
.index .f6 .f6Box .item .imgBgs {
  width: 30vw;
  height: 18vw;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 12vw;
  border-radius: 1vw;
  overflow: hidden;
  opacity: 0;
  transition: 1s all;
  z-index: 2;
}
.index .f6 .f6Box .item .imgBgs .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all;
}
.index .f6 .f6Box .active {
  background: rgba(255, 255, 255, 0.5);
}
.index .f6 .f6Box .active .imgBgs {
  opacity: 1;
}
.index .f6 .f6Box .active .name {
  color: #333333;
}
.index .f7 {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 6vw;
}
.index .f7 .titBox {
  text-align: center;
}
.index .f7 .f7Box {
  width: 100%;
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
  gap: 1vw;
}
.index .f7 .f7Box .left {
  width: 30%;
  height: 40vw;
  position: relative;
  border-radius: 1vw;
  overflow: hidden;
  cursor: pointer;
}
.index .f7 .f7Box .left .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.index .f7 .f7Box .left .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all;
}
.index .f7 .f7Box .left .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.76%, rgba(0, 0, 0, 0.75) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.index .f7 .f7Box .left .text .play {
  width: 4vw;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.index .f7 .f7Box .left .text .name {
  width: 100%;
  color: white;
  position: absolute;
  bottom: 2vw;
  font-family: Philosopher;
  font-size: 1.2vw;
  text-align: center;
}
.index .f7 .f7Box .left:hover .imgBox .img {
  transform: scale(1.1) rotate(2deg);
  opacity: 0.8;
}
.index .f7 .f7Box .left:hover .text {
  background: rgba(168, 217, 91, 0.1);
}
.index .f7 .f7Box .right {
  width: 70%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1vw;
}
.index .f7 .f7Box .right .item {
  width: 49.1%;
  height: 19.5vw;
  position: relative;
  border-radius: 1vw;
  cursor: pointer;
  overflow: hidden;
}
.index .f7 .f7Box .right .item .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.index .f7 .f7Box .right .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all;
}
.index .f7 .f7Box .right .item .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s all;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.76%, rgba(0, 0, 0, 0.75) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.index .f7 .f7Box .right .item .text .play {
  width: 4vw;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.index .f7 .f7Box .right .item .text .name {
  width: 100%;
  color: white;
  position: absolute;
  bottom: 2vw;
  font-family: Philosopher;
  font-size: 1.2vw;
  text-align: center;
}
.index .f7 .f7Box .right .item:hover .imgBox .img {
  transform: scale(1.1) rotate(2deg);
  opacity: 0.9;
}
.index .f7 .f7Box .right .item:hover .text {
  background: rgba(168, 217, 91, 0.1);
}
.route {
  width: 100%;
  position: relative;
}
.route .f1 {
  width: 100%;
  position: relative;
  padding: 10vw 6vw 4vw 6vw;
}
.route .f1 .text {
  position: relative;
  z-index: 2;
}
.route .f1 .text .t1 {
  color: #A8D95B;
  font-family: Cookies;
  font-size: 2.2vw;
}
.route .f1 .text .t {
  color: white;
  font-size: 6vw;
  font-family: Philosopher;
  margin-top: 1vw;
  line-height: 1;
}
.route .f1 .serachBoxs {
  display: flex;
  gap: 2vw;
  position: relative;
  margin-top: 3vw;
  z-index: 15;
}
.route .f1 .serachBoxs .selectBox {
  width: 12vw;
}
.route .f2 {
  width: 100%;
  position: relative;
  padding: 0 6vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
.route .f2 .item {
  width: 32%;
  height: 20vw;
  position: relative;
  display: block;
  border-radius: 1vw;
  overflow: hidden;
}
.route .f2 .item .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.route .f2 .item .imgBox img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  object-fit: cover;
  transition: 0.3s all;
}
.route .f2 .item .imgBox::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: 0.3s all;
}
.route .f2 .item .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  z-index: 2;
  padding: 1vw;
}
.route .f2 .item .text .destination {
  background: white;
  color: #333333;
  float: right;
  padding: 0.3vw 2vw;
  border-radius: 5vw;
  font-size: 0.9vw;
  text-transform: uppercase;
  font-family: Philosopher;
}
.route .f2 .item .text .name {
  font-size: 1.5vw;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
}
.route .f2 .item .text .labs {
  width: calc(100% - 4vw);
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 2vw;
  bottom: 1.5vw;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.route .f2 .item .text .labs .lab {
  width: 100%;
  font-size: 0.9vw;
  display: flex;
  justify-content: space-between;
}
.route .f2 .item .text .labs .lab .t {
  /*border-top: 1px solid rgba(255, 255, 255, 0.3);*/
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
  padding: 0.7vw 0;
}
.route .f2 .item .text .labs .lab .d {
  padding-top: 0.7vw;
}
.route .f2 .item .text .labs .lab .star {
  width: 7vw;
  height: 1vw;
  margin-top: 0.7vw;
  background: url('../images/star.png') no-repeat;
  background-size: cover !important;
}
.route .f2 .item .text .labs .lab .star_1 {
  background-position: -5.8vw 0;
}
.route .f2 .item .text .labs .lab .star_2 {
  background-position: -4.2vw 0;
}
.route .f2 .item .text .labs .lab .star_3 {
  background-position: -2.8vw 0;
}
.route .f2 .item .text .labs .lab .star_4 {
  background-position: -1.2vw 0;
}
.route .f2 .item .text .labs .lab .star_5 {
  background-position: 0 0;
}
.route .f2 .item:hover .imgBox img {
  transform: scale(1.1) rotate(2deg);
}
.route .f2 .item:hover .imgBox::before {
  opacity: 0;
}
.routeDetail {
  width: 100%;
  position: relative;
  background: #F9F9F9;
}
.routeDetail .f1 {
  width: 100%;
  height: 100vh;
  background-size: cover !important;
  position: relative;
  background-blend-mode: multiply;
}
.routeDetail .f1 .text {
  width: 100%;
  position: absolute;
  padding: 0 6vw;
  bottom: 4vw;
  color: white;
}
.routeDetail .f1 .text .name {
  font-family: Philosopher;
  font-size: 5vw;
  line-height: 1;
}
.routeDetail .f1 .text .des {
  width: 40%;
  font-size: 1vw;
  margin-top: 3vw;
  line-height: 1.7;
}
.routeDetail .f1 .text .its {
  width: 15vw;
  position: absolute;
  right: 6vw;
  bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.routeDetail .f1 .text .its .it {
  font-size: 1vw;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  padding: 1vw 0;
}
.routeDetail .f1 .text .its .it .star {
  width: 7vw;
  height: 1vw;
  background: url('../images/star.png') no-repeat;
  background-size: cover !important;
}
.routeDetail .f1 .text .its .it .star_1 {
  background-position: -5.8vw 0;
}
.routeDetail .f1 .text .its .it .star_2 {
  background-position: -4.2vw 0;
}
.routeDetail .f1 .text .its .it .star_3 {
  background-position: -2.8vw 0;
}
.routeDetail .f1 .text .its .it .star_4 {
  background-position: -1.2vw 0;
}
.routeDetail .f1 .text .its .it .star_5 {
  background-position: 0 0;
}
.routeDetail .routeDetailTab {
  width: 100%;
  background: white;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 6vw;
  z-index: 999;
}
.routeDetail .routeDetailTab .tabs {
  padding: 1.5vw 0;
  font-size: 1vw;
  cursor: pointer;
  position: relative;
  transition: 0.3s all;
}
.routeDetail .routeDetailTab .tabs:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #698E6D;
  transform: scaleX(0);
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.routeDetail .routeDetailTab .tabs:hover {
  color: #698E6D;
}
.routeDetail .routeDetailTab .tabs:hover::before {
  transform: scaleX(1);
}
.routeDetail .routeDetailTab .active {
  color: #698E6D;
}
.routeDetail .routeDetailTab .active::before {
  transform: scaleX(1);
}
.routeDetail .routeDetailContent {
  width: 100%;
  position: relative;
  padding: 4vw 6vw 0 6vw;
}
.routeDetail .routeDetailContent .Overview {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: none;
  font-size: .9vw;
  line-height: 1.5;
}
.routeDetail .routeDetailContent .Overview img{
  width: 80%;
  margin: 1vw auto;
}
.routeDetail .routeDetailContent .Highlights {
  width: 100%;
  position: relative;
  display: none;
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox .daysBox {
  width: 40%;
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox .daysBox .days {
  border-top: 1px solid rgba(33, 33, 33, 0.3);
  padding: 2vw 1.5vw;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s all;
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox .daysBox .days .num {
  width: 4vw;
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox .daysBox .days .num .t {
  font-size: 0.8vw;
  text-transform: uppercase;
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox .daysBox .days .num .n {
  font-size: 1.4vw;
  font-weight: bold;
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox .daysBox .days .txt {
  width: 70%;
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox .daysBox .days .txt .t {
  font-size: 1vw;
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox .daysBox .days .txt .d {
  font-size: 0.85vw;
  color: #666666;
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox .daysBox .days.active {
  border-top: 1px solid transparent;
  background: rgba(33, 33, 33, 0.05);
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox .daysBox .days:nth-child(1) {
  border-top: 1px solid transparent;
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox .right {
  width: 55%;
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox .right .steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vw;
  position: relative;
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox .right .steps .icons {
  width: 2vw;
  position: relative;
  top: -0.2vw;
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox .right .steps .text {
  width: calc(100% - 4vw);
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox .right .steps .text .t {
  font-size: 1.2vw;
  font-weight: bold;
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox .right .steps .text .d {
  font-size: 0.9vw;
  color: #434343;
  margin-top: 0.5vw;
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox .right .steps .text .img {
  width: 100%;
  margin-top: 2vw;
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox .right .steps::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #698E6D;
  top: 2.2vw;
  left: 1vw;
}
.routeDetail .routeDetailContent .Highlights .HighlightsBox .right .steps:last-child::before {
  content: inherit;
}
.routeDetail .routeDetailContent .Accommodation {
  width: 100%;
  position: relative;
  display: none;
}
.routeDetail .routeDetailContent .Accommodation .AccommodationBox {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox {
  width: 40%;
  height: 30vw;
  overflow-y: scroll;
}
.routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox .days {
  background: white;
  padding: 0.5vw 0.5vw 0.5vw 1.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 0.5vw;
  transition: 0.3s all;
}
.routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox .days .num {
  width: 4vw;
}
.routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox .days .num .t {
  font-size: 0.8vw;
  text-transform: uppercase;
}
.routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox .days .num .n {
  font-size: 1.4vw;
  font-weight: bold;
}
.routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox .days .txt {
  width: 50%;
}
.routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox .days .txt .t {
  font-size: 1.2vw;
}
.routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox .days .txt .d {
  font-size: 0.85vw;
  color: #666666;
}
.routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox .days .img {
  width: 30%;
  height: 6vw;
  position: relative;
  overflow: hidden;
}
.routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox .days .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox .days.active {
  background: rgba(33, 33, 33, 0.05);
}
.routeDetail .routeDetailContent .Accommodation .AccommodationBox .right {
  width: 55%;
  height: 29.3vw;
  overflow: hidden;
  position: relative;
}
.routeDetail .routeDetailContent .Accommodation .AccommodationBox .right .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.routeDetail .routeDetailContent .Accommodation .AccommodationBox .right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.routeDetail .routeDetailContent .Meals {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: none;
  font-size: .9vw;
  line-height: 1.5;
}
.routeDetail .routeDetailContent .Meals img{
  width: 80%;
  margin: 1vw auto;
}
.routeDetail .routeDetailContent .Meals .MealsBox {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
.routeDetail .routeDetailContent .Meals .MealsBox .item {
  width: 24%;
  background: white;
  padding: 0.5vw;
}
.routeDetail .routeDetailContent .Meals .MealsBox .item .img {
  width: 100%;
  height: 14vw;
  position: relative;
  overflow: hidden;
}
.routeDetail .routeDetailContent .Meals .MealsBox .item .img img {
  width: 100%;
  height: 100%;
  transition: 0.3s all;
  object-fit: cover;
}
.routeDetail .routeDetailContent .Meals .MealsBox .item .name {
  text-align: center;
  padding: 1vw 0 0.5vw 0;
  font-size: 1vw;
}
.routeDetail .routeDetailContent .Meals .MealsBox .item:hover .img img {
  transform: scale(1.1);
}
.routeDetail .routeDetailContent .Information {
  width: 100%;
  position: relative;
  display: none;
}
.routeDetail .routeDetailContent .Information .InformationTop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: white;
  padding: 3vw;
}
.routeDetail .routeDetailContent .Information .InformationTop .item {
  width: 48%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2vw;
}
.routeDetail .routeDetailContent .Information .InformationTop .item .t {
  font-size: 1.5vw;
}
.routeDetail .routeDetailContent .Information .InformationTop .item .d {
  font-size: 0.9vw;
  margin-top: 1vw;
  line-height: 1.7;
}
.routeDetail .routeDetailContent .Information .InformationTop .item:last-child {
  width: 45%;
}
.routeDetail .routeDetailContent .Information .InformationBottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: white;
  margin-top: 3vw;
  padding: 3vw;
}
.routeDetail .routeDetailContent .Information .InformationBottom .item {
  width: 48%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2vw;
}
.routeDetail .routeDetailContent .Information .InformationBottom .item .t {
  font-size: 1.5vw;
}
.routeDetail .routeDetailContent .Information .InformationBottom .item .d {
  font-size: 0.9vw;
  margin-top: 1vw;
  line-height: 1.5;
}
.FAQ {
  width: 100%;
  position: relative;
  display: none;
}
.FAQ .FAQBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.FAQ .FAQBox .tit {
  font-size: 2vw;
}
.FAQ .FAQBox .itemBox {
  width: 80%;
  position: relative;
  margin-top: -2vw;
}
.FAQ .FAQBox .itemBox .item {
  width: 100%;
  position: relative;
  padding: 2vw 0;
  cursor: pointer;
  transition: 0.5s all;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.FAQ .FAQBox .itemBox .item .tit {
  font-size: 1.3vw;
  transition: 0.5s all;
}
.FAQ .FAQBox .itemBox .item .des {
  width: 85%;
  font-size: 0.9vw;
  opacity: 0;
  height: 0;
  transition: 0.5s all;
}
.FAQ .FAQBox .itemBox .item .icons {
  position: absolute;
  right: 0;
  top: 1.6vw;
  font-size: 1.8vw;
  transition: 0.5s all;
}
.FAQ .FAQBox .itemBox .item .icons i:nth-child(2) {
  display: none;
}
.FAQ .FAQBox .itemBox .item.active .des {
  opacity: 1;
  height: auto;
  margin-top: 1vw;
}
.FAQ .FAQBox .itemBox .item.active .icons i:nth-child(2) {
  display: block;
}
.FAQ .FAQBox .itemBox .item.active .icons i:nth-child(1) {
  display: none;
}
.routeDetail .routeDetailContent .routeDetailContentActive {
  display: block;
}
.travel {
  width: 100%;
  position: relative;
}
.travel .f1 {
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 10vw 6vw 4vw 6vw;
}
.travel .f1 .text {
  position: relative;
  z-index: 2;
}
.travel .f1 .text .t1 {
  color: #A8D95B;
  font-family: Cookies;
  font-size: 2.2vw;
}
.travel .f1 .text .t {
  color: white;
  font-size: 6vw;
  font-family: Philosopher;
  margin-top: 1vw;
  line-height: 1;
}
.travel .f1 .serachBoxs{
  display: flex;
  margin-top: 3vw;
  gap: 1.5vw;
}
.travel .f1 .serachBoxs .selectBox{
  min-width: 8vw;
}
.travel .f1 .tabBox {
  display: flex;
  gap: 1.5vw;
  position: relative;
}
.travel .f1 .tabBox .tab {
  position: relative;
  border-radius: 5vw;
  background: white;
  padding: 0 2vw;
  line-height: 3vw;
  font-size: 0.9vw;
  cursor: pointer;
  transition: 0.3s all;
}
.travel .f1 .tabBox .tab.active {
  background: #A8D95B;
  color: white;
}
.travel .f1 .tabBox .tab:hover {
  background: #A8D95B;
  color: white;
}
.travel .f2 {
  width: 100%;
  position: relative;
  padding: 0 6vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  z-index: 2;
}
.travel .f2 .item {
  width: 32%;
  position: relative;
  display: block;
  margin-bottom: 2vw;
  background: white;
  border-radius: 1vw;
  overflow: hidden;
}
.travel .f2 .item .imgBox {
  width: 100%;
  height: 15vw;
  border-radius: 1vw;
  position: relative;
  overflow: hidden;
}
.travel .f2 .item .imgBox img {
  width: 100%;
  height: 100%;
  border-radius: 1vw;
  max-width: inherit;
  object-fit: cover;
  transition: 0.3s all;
}
.travel .f2 .item .imgBox .play{
  font-size: 3vw;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  color: white;
}
.travel .f2 .item .text {
  width: 100%;
  position: relative;
  padding: 1vw 1.5vw;
}
.travel .f2 .item .text .time {
  font-size: 0.9vw;
}
.travel .f2 .item .text .name {
  font-size: 1.2vw;
  margin: 1vw 0;
}
.travel .f2 .item .text .des {
  font-size: 0.9vw;
}
.travel .f2 .item .text .mores {
  display: inline-block;
  border-bottom: 2px solid #333333;
  margin-top: 1vw;
  transition: 0.3s all;
}
.travel .f2 .item:hover .imgBox img {
  transform: scale(1.1) rotate(2deg);
}
.travel .f2 .item:hover .text .mores {
  color: #A8D95B;
  border-bottom: 2px solid #A8D95B;
}
.travel .f3{
  width: 88%;
  min-height: 30vw;
  position: relative;
  padding: 5vw;
  background: white;
  z-index: 2;
  margin: 0 auto;
  border-radius: .5vw;
}
.travel .content{
  width: 88%;
  position: relative;
  background: white;
  border-radius: 1vw;
  padding: 3vw;
  z-index: 9;
  margin: 0 auto;
}
.travel .content .name{
  font-size: 1.8vw;
  font-weight: 550;
  margin: 1vw 0 2vw 0;
}
.travel .content .time{
  font-size: 1vw;
  color: #666666;
}
.travel .content .des{
  font-size: 1vw;
  line-height: 1.7;
  margin-top: 2vw;
}
.travel .content .des img{
  width: 80%;
  margin: 1vw auto;
}
.travel .content .des table{
  border-collapse: collapse;
}
.travel .content .des table th,
.travel .content .des table td{
  padding: .5vw;
  border: 1px solid #e0e0e0;
}
.aboutUs {
  width: 100%;
  position: relative;
}
.aboutUs .cloud {
  width: 18vw;
  position: absolute;
  margin-top: 0;
  left: -5vw;
  z-index: 10;
  pointer-events: none;
}
.aboutUs .f1 {
  width: 100%;
  position: relative;
  padding: 10vw 6vw 4vw 6vw;
}
.aboutUs .f1 .text {
  position: relative;
  z-index: 2;
}
.aboutUs .f1 .text .t1 {
  color: #A8D95B;
  font-family: Cookies;
  font-size: 2.2vw;
}
.aboutUs .f1 .text .t {
  color: white;
  font-size: 6vw;
  font-family: Philosopher;
  margin-top: 1vw;
  line-height: 1;
}
.aboutUs .f2 {
  width: 100%;
  position: relative;
  padding: 4vw 6vw;
  background: white;
  display: flex;
  justify-content: space-between;
}
.aboutUs .f2 .text {
  width: 45%;
  font-family: Philosopher;
}
.aboutUs .f2 .text .t1 {
  font-size: 1.2vw;
}
.aboutUs .f2 .text .t2 {
  color: #A8D95B;
  font-size: 4vw;
  line-height: 0.9;
  margin-top: 1vw;
}
.aboutUs .f2 .des {
  width: 50%;
  font-size: 0.9vw;
  line-height: 1.7;
}
.aboutUs .f2 .des p {
  margin-top: 1vw;
}
.aboutUs .f3 {
  width: 100%;
  height: 45vw;
  position: relative;
  overflow: hidden;
}
.aboutUs .f3 .f3VideoBg {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover !important;
}
.aboutUs .f3 .f3Video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  pointer-events: none;
}
.aboutUs .f3 .f3Video video {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.aboutUs .f3 .f3Video.active {
  opacity: 1;
  pointer-events: all;
}
.aboutUs .f3 .text {
  position: absolute;
  bottom: 3vw;
  left: 6vw;
  color: white;
  font-family: Philosopher;
  font-size: 3vw;
  z-index: 3;
}
.aboutUs .f3 .playBtn {
  position: absolute;
  right: 10vw;
  bottom: 3vw;
  color: white;
  font-size: 1vw;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  z-index: 3;
  cursor: pointer;
}
.aboutUs .f3 .playBtn i {
  font-size: 2.5vw;
  margin-right: 0.5vw;
  position: relative;
  top: 0.6vw;
}
.aboutUs .f3 .playBtn .play {
  display: none;
}
.aboutUs .f3 .playBtn .play:nth-child(1) {
  display: block;
}
.aboutUs .f3 .playBtn.active .play:nth-child(1) {
  display: none;
}
.aboutUs .f3 .playBtn.active .play:nth-child(2) {
  display: block;
}
.aboutUs .f4 {
  width: 100%;
  position: relative;
  padding: 5vw 6vw;
  overflow: hidden;
}
.aboutUs .f4 .titHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutUs .f4 .titHead .tabBox {
  display: flex;
  gap: 1.5vw;
  position: relative;
}
.aboutUs .f4 .titHead .tabBox .tab {
  position: relative;
  border-radius: 5vw;
  background: white;
  padding: 0.8vw 2vw;
  font-size: 0.9vw;
  cursor: pointer;
  transition: 0.3s all;
}
.aboutUs .f4 .titHead .tabBox .tab.active {
  background: #A8D95B;
  color: white;
}
.aboutUs .f4 .titHead .tabBox .tab:hover {
  background: #A8D95B;
  color: white;
}
.aboutUs .f4 .teamBox {
  width: 100%;
  margin-top: 7vw;
}
.aboutUs .f4 .teamBox .teamSwiper {
  width: 100%;
  position: relative;
  overflow: visible;
}
.aboutUs .f4 .teamBox .teamSwiper .item {
  width: 100%;
  height: 25vw;
  display: inline-block;
  position: relative;
  border-radius: 1vw;
}
.aboutUs .f4 .teamBox .teamSwiper .item .img {
  width: auto;
  height: 18vw;
  transition: 0.5s all;
  margin-top: -3vw;
  position: relative;
}
.aboutUs .f4 .teamBox .teamSwiper .item .img img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.aboutUs .f4 .teamBox .teamSwiper .item .text {
  position: relative;
  z-index: 2;
  padding: 2vw;
  border-radius: 0 0 1vw 1vw;
  transition: 0.5s all;
}
.aboutUs .f4 .teamBox .teamSwiper .item .text .tits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Philosopher;
}
.aboutUs .f4 .teamBox .teamSwiper .item .text .tits .t {
  color: white;
  font-size: 2vw;
}
.aboutUs .f4 .teamBox .teamSwiper .item .text .tits .job {
  color: #A8D95B;
  font-size: 1.2vw;
}
.aboutUs .f4 .teamBox .teamSwiper .item .text .des {
  color: white;
  font-family: Quicksand;
  font-size: 1vw;
  margin: 1vw 0;
}
.aboutUs .f4 .teamBox .teamSwiper .item .text .labs {
  display: flex;
  color: white;
  font-family: Quicksand;
}
.aboutUs .f4 .teamBox .teamSwiper .item .text .labs .lab {
  font-size: 0.85vw;
  border-radius: 5vw;
  border: 1px solid white;
  padding: 0.3vw 0.8vw;
  margin-right: 0.5vw;
}
.aboutUs .f4 .teamBox .teamSwiper .item .text .more {
  margin-top: 1.5vw;
  opacity: 0;
  transition: 0.5s all;
}
.aboutUs .f4 .teamBox .teamSwiper .item::before {
  content: '';
  position: absolute;
  width: 25vw;
  height: 25vw;
  background: url('../images/icon1.png') center no-repeat;
  background-size: cover !important;
  transform: translateX(-50%);
  left: 50%;
  top: -3vw;
  transition: 0.5s all;
  opacity: 0;
}
.aboutUs .f4 .teamBox .teamSwiper .item:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 7.052px 11.753px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(25px);
}
.aboutUs .f4 .teamBox .teamSwiper .item:hover .img {
  margin-top: -5vw;
}
.aboutUs .f4 .teamBox .teamSwiper .item:hover .text {
  background: white;
  transform: translateY(-2vw);
}
.aboutUs .f4 .teamBox .teamSwiper .item:hover .text .tits .t {
  color: #333333;
}
.aboutUs .f4 .teamBox .teamSwiper .item:hover .text .des {
  color: #333333;
}
.aboutUs .f4 .teamBox .teamSwiper .item:hover .text .labs {
  color: #333333;
}
.aboutUs .f4 .teamBox .teamSwiper .item:hover .text .labs .lab {
  border: 1px solid #333333;
}
.aboutUs .f4 .teamBox .teamSwiper .item:hover .text .more {
  opacity: 1;
}
.aboutUs .f4 .teamBox .teamSwiper .item:hover::before {
  opacity: 1;
}
.reviews {
  width: 100%;
  position: relative;
  padding: 4vw 6vw;
}
.reviews .des {
  width: 50%;
  margin-top: 1vw;
  font-size: 1vw;
  color: white;
}
.reviews .f5Swiper {
  width: 100%;
  position: relative;
  margin-top: 3vw;
  overflow: hidden;
}
.reviews .f5Swiper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.reviews .f5Swiper .swiper-slide .imgBox {
  width: 35%;
  height: 18vw;
  border-radius: 1vw;
  position: relative;
  z-index: 11;
  overflow: hidden;
}
.reviews .f5Swiper .swiper-slide .imgBox img {
  width: 100%;
  height: 100%;
  transition: 0.3s all;
  object-fit: cover;
}
.reviews .f5Swiper .swiper-slide .imgBox:hover img {
  transform: scale(1.1);
}
.reviews .f5Swiper .swiper-slide .textBox {
  width: 60%;
}
.reviews .f5Swiper .swiper-slide .textBox .name {
  font-family: Philosopher;
  color: white;
  font-size: 2.8vw;
}
.reviews .f5Swiper .swiper-slide .textBox .labs {
  display: flex;
  gap: 0.7vw;
}
.reviews .f5Swiper .swiper-slide .textBox .labs .lab {
  font-size: 0.9vw;
  background: white;
  padding: 0.2vw 0.6vw;
  border-radius: 5vw;
  margin-top: 1vw;
}
.reviews .f5Swiper .swiper-slide .textBox .d {
  margin-top: 3vw;
  font-size: 0.9vw;
  color: white;
  line-height: 1.7;
  padding: 1vw 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.reviews .f5Swiper .swiper-button-next {
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  left: 43%;
  bottom: 0;
  top: inherit;
  background: rgba(255, 255, 255, 0.3);
  color: white;
}
.reviews .f5Swiper .swiper-button-prev {
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  left: 40%;
  bottom: 0;
  top: inherit;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(180deg);
  color: white;
}
.reviews .f5Swiper .swiper-button-next:after,
.reviews .f5Swiper .swiper-button-prev:after {
  content: inherit;
}
.Journeys {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 4vw 6vw;
}
.Journeys .titBox {
  text-align: center;
}
.Journeys .f6Box {
  width: 100%;
  position: relative;
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
  gap: 1vw;
}
.Journeys .f6Box .item {
  flex: 1;
  height: 35vw;
  position: relative;
  background-size: cover !important;
  border-radius: 10vw;
  cursor: pointer;
  transition: 0.5s all;
  overflow: hidden;
}
.Journeys .f6Box .item .icons {
  width: 2vw;
  position: absolute;
  bottom: 2vw;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s all;
}
.Journeys .f6Box .item .text {
  width: 28vw;
  bottom: 0;
  position: absolute;
  color: white;
  padding: 2vw;
  opacity: 0;
  transition: 0.3s all;
}
.Journeys .f6Box .item .text .address {
  font-size: 0.9vw;
}
.Journeys .f6Box .item .text .name {
  font-size: 1.5vw;
  font-family: Philosopher;
  margin: 1.5vw 0;
}
.Journeys .f6Box .item .text .labs {
  display: flex;
}
.Journeys .f6Box .item .text .labs .lab {
  margin-right: 1.5vw;
  display: flex;
  align-items: center;
}
.Journeys .f6Box .item .text .labs .lab .icon {
  width: 2vw;
  margin-right: 1vw;
}
.Journeys .f6Box .item .text .labs .lab .txt {
  font-size: 0.9vw;
}
.Journeys .f6Box .item .text .labs .lab .txt .d {
  font-weight: bold;
  margin-top: 0.5vw;
}
.Journeys .f6Box .item .text .amount {
  padding-top: 1.5vw;
  margin-top: 1.5vw;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.5vw;
  font-weight: bold;
}
.Journeys .f6Box .item .text .amount i {
  font-weight: normal;
}
.Journeys .f6Box .item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #000 0%, rgba(255, 255, 255, 0) 100%);
}
.Journeys .f6Box .active {
  flex: 2;
  border-radius: 2vw;
}
.Journeys .f6Box .active .icons {
  opacity: 0;
}
.Journeys .f6Box .active .text {
  opacity: 1;
}
.contactUs {
  width: 100%;
  position: relative;
}
.contactUs .f1 {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 10vw 6vw 4vw 6vw;
}
.contactUs .f1 .text {
  position: relative;
  z-index: 2;
}
.contactUs .f1 .text .t1 {
  color: #A8D95B;
  font-family: Cookies;
  font-size: 2.2vw;
}
.contactUs .f1 .text .t {
  color: white;
  font-size: 6vw;
  font-family: Philosopher;
  margin-top: 1vw;
  line-height: 1;
}
.contactUs .f1 .fromText {
  width: 100%;
  margin-top: 2vw;
  display: flex;
  justify-content: space-between;
}
.contactUs .f1 .fromText .textBox {
  width: 50%;
}
.contactUs .f1 .fromText .textBox .its {
  display: flex;
  margin-top: 5vw;
  color: white;
}
.contactUs .f1 .fromText .textBox .its .icon {
  width: 1.5vw;
  height: 1.5vw;
  background: #698E6D;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5vw;
  color: white;
  position: relative;
  top: 0.3vw;
}
.contactUs .f1 .fromText .textBox .its .txt {
  margin-left: 1vw;
}
.contactUs .f1 .fromText .textBox .its .txt .t {
  font-size: 1.8vw;
  font-family: Philosopher;
}
.contactUs .f1 .fromText .textBox .its .txt .d {
  font-size: 1vw;
  margin-top: 0.5vw;
}
.contactUs .f1 .fromText .formBox {
  width: 50%;
  background: white;
  border-radius: 1vw;
  padding: 2vw;
}
.contactUs .f1 .fromText .formBox .inputItem {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
.contactUs .f1 .fromText .formBox .inputItem .inputBox {
  width: 48%;
}
.contactUs .f1 .fromText .formBox .inputItem .inputBox .t {
  font-size: 0.9vw;
  opacity: 0.7;
  color: rgba(33, 33, 33, 0.6);
}
.contactUs .f1 .fromText .formBox .inputItem .inputBox .t span {
  color: #D91F1F;
}
.contactUs .f1 .fromText .formBox .inputItem .inputBox input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  font-size: 0.9vw;
  font-family: Quicksand;
  margin-top: 0.5vw;
  border-radius: 0.3vw;
  padding: 0.5vw 1vw;
}
.contactUs .f1 .fromText .formBox .inputItem .inputBox select {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  font-size: 0.9vw;
  font-family: Quicksand;
  margin-top: 0.5vw;
  border-radius: 0.3vw;
  padding: 0.5vw 1vw;
}
.contactUs .f1 .fromText .formBox .textarea {
  width: 100%;
  margin-top: 1vw;
}
.contactUs .f1 .fromText .formBox .textarea .t {
  font-size: 0.9vw;
  opacity: 0.7;
  color: rgba(33, 33, 33, 0.6);
}
.contactUs .f1 .fromText .formBox .textarea .t span {
  color: #D91F1F;
}
.contactUs .f1 .fromText .formBox .textarea textarea {
  width: 100%;
  height: 8vw;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  font-size: 0.9vw;
  font-family: Quicksand;
  margin-top: 0.5vw;
  border-radius: 0.3vw;
  padding: 0.5vw;
}
.contactUs .f1 .fromText .formBox .btnBox {
  width: 100%;
  margin-top: 1vw;
  display: flex;
  justify-content: space-between;
}
.contactUs .f1 .fromText .formBox .btnBox .conditions {
  color: rgba(33, 33, 33, 0.6);
}
.contactUs .f1 .fromText .formBox .btnBox .conditions input {
  -webkit-appearance: auto;
  border: 1px solid #767676;
  width: 0.9vw;
  height: 0.9vw;
  border-radius: 0.5vw;
}
.contactUs .f1 .fromText .formBox .btnBox .conditions label {
  position: relative;
  margin-left: 0.5vw;
  top: -0.15vw;
}
.contactUs .f1 .fromText .formBox .btnBox .conditions label span {
  color: #E60076;
  cursor: pointer;
}
.contactUs .f1 .fromText .formBox .btnBox .more {
  cursor: pointer;
}
.muslim {
  width: 100%;
  position: relative;
  background: #F8F5EF;
}
.muslim .f1 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background-size: cover !important;
}
.muslim .f1 .text {
  position: absolute;
  left: 6vw;
  top: 48%;
  transform: translateY(-50%);
}
.muslim .f1 .text .t1 {
  color: #C7DB2E;
  font-size: 1.2vw;
}
.muslim .f1 .text .t {
  font-family: Philosopher;
  font-size: 4vw;
  font-weight: bold;
  margin: 2vw 0 2.5vw 0;
  line-height: 1;
}
.muslim .f1 .text .btnBox {
  display: flex;
}
.muslim .f1 .text .btnBox .btn {
  display: flex;
  align-items: center;
  border-radius: 5vw;
  color: white;
  font-size: 0.9vw;
  padding: 1vw 2vw;
  background: linear-gradient(180deg, #3D523A 0%, #C9D4BD 235.99%), #09251D;
}
.muslim .f1 .text .btnBox .btn i {
  font-size: 1.2vw;
  margin-left: 2vw;
  color: #C7DB2E;
}
.muslim .f1 .text .btnBox .btn2 {
  border-radius: 5vw;
  border: 1px solid rgba(0, 0, 0, 0.55);
  background: white;
  font-size: 0.9vw;
  padding: 1vw 2vw;
  margin-left: 2vw;
}
.muslim .f1 .text .labsBox {
  display: flex;
  margin-top: 2.5vw;
}
.muslim .f1 .text .labsBox .lab {
  width: 7vw;
  text-align: center;
  font-size: 0.9vw;
}
.muslim .f1 .text .labsBox .lab .icon {
  width: 4vw;
  height: 4vw;
  border: 1px solid rgba(9, 37, 29, 0.22);
  background: rgba(255, 255, 255, 0.45);
  border-radius: 5vw;
  padding: 1.1vw;
  margin: 0 auto 0.5vw auto;
}
.muslim .f2 {
  width: 100%;
  position: relative;
  background: #FDF9F0;
  z-index: 1;
  padding: 3vw 6vw;
  display: flex;
  justify-content: space-between;
}
.muslim .f2 .text {
  width: 20%;
}
.muslim .f2 .text .t {
  font-family: Philosopher;
  font-weight: bold;
  font-size: 1.8vw;
}
.muslim .f2 .text .d {
  font-size: 0.9vw;
  margin-top: 1vw;
  color: #545C61;
}
.muslim .f2 .steps {
  width: 75%;
  display: flex;
  justify-content: space-between;
}
.muslim .f2 .steps .step {
  width: 20%;
  position: relative;
}
.muslim .f2 .steps .step .num {
  font-weight: bold;
  font-size: 1.2vw;
}
.muslim .f2 .steps .step .tit {
  font-size: 1.1vw;
  margin: 0.8vw 0;
  font-weight: 500;
}
.muslim .f2 .steps .step .des {
  font-size: 0.9vw;
  color: #545C61;
}
.muslim .f2 .steps .step .icons {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -1vw;
  font-size: 1.2vw;
}
.muslim .f2 .steps .step:last-child .icons {
  opacity: 0;
}
.muslim .f2 .f2ImgInfo {
  width: 8vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
.muslim .f3 {
  width: 100%;
  position: relative;
  padding: 4vw 6vw;
}
.muslim .f3 .text .t1 {
  color: #C7DB2E;
  font-size: 1vw;
}
.muslim .f3 .text .t {
  font-family: Philosopher;
  font-size: 1.8vw;
  margin: 1vw 0;
  font-weight: bold;
}
.muslim .f3 .text .d {
  width: 35%;
  color: #545C61;
  font-size: 1vw;
}
.muslim .f3 .f3Swiper {
  width: 100%;
  position: relative;
  margin-top: 3vw;
}
.muslim .f3 .f3Swiper .swiper-slide {
  border-radius: 0.5vw;
  border: 1px solid rgba(217, 209, 189, 0.55);
  background: #F6F1E4;
  padding: 1.5vw 2vw;
}
.muslim .f3 .f3Swiper .swiper-slide .nameBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.muslim .f3 .f3Swiper .swiper-slide .nameBox .name {
  width: 80%;
  color: #545C61;
  font-size: 1vw;
}
.muslim .f3 .f3Swiper .swiper-slide .nameBox .head {
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.5%, rgba(0, 0, 0, 0.7) 100%);
  overflow: hidden;
}
.muslim .f3 .f3Swiper .swiper-slide .desBox .icon {
  width: 1.8vw;
  margin: 1.5vw 0;
}
.muslim .f3 .f3Swiper .swiper-slide .desBox .des {
  font-size: 1vw;
  line-height: 1.7;
}
.muslim .f4 {
  width: 100%;
  position: relative;
  padding: 0 6vw;
}
.muslim .f4 .text .t1 {
  color: #C7DB2E;
  font-size: 1vw;
}
.muslim .f4 .text .t {
  font-family: Philosopher;
  font-size: 1.8vw;
  margin: 1vw 0;
  font-weight: bold;
}
.muslim .f4 .text .d {
  color: #545C61;
  font-size: 1vw;
}
.muslim .f4 .f4Box {
  width: 100%;
  position: relative;
  margin-top: 3vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  z-index: 2;
}
.muslim .f4 .f4Box .item {
  width: 32%;
  position: relative;
  display: block;
  margin-bottom: 2vw;
  background: white;
  overflow: hidden;
}
.muslim .f4 .f4Box .item .imgBox {
  width: 100%;
  height: 15vw;
  border-radius: 1vw;
  position: relative;
  overflow: hidden;
}
.muslim .f4 .f4Box .item .imgBox img {
  width: 100%;
  height: 100%;
  border-radius: 1vw;
  max-width: inherit;
  object-fit: cover;
  transition: 0.3s all;
}
.muslim .f4 .f4Box .item .text {
  width: 100%;
  position: relative;
  padding: 1.5vw;
}
.muslim .f4 .f4Box .item .text .address {
  font-size: 1.2vw;
  font-weight: bold;
}
.muslim .f4 .f4Box .item .text .name {
  font-size: 1vw;
  margin: 1vw 0;
}
.muslim .f4 .f4Box .item .text .des {
  font-size: 0.9vw;
  color: #545C61;
}
.muslim .f4 .f4Box .item .text .more {
  margin-top: 2vw;
}
.muslim .f4 .f4Box .item:hover .imgBox img {
  transform: scale(1.1) rotate(2deg);
}
.muslim .f4 .f4Box .item:hover .text .mores {
  color: #A8D95B;
  border-bottom: 2px solid #A8D95B;
}
.muslim .f5 {
  width: 100%;
  position: relative;
  padding: 4vw 6vw 0 6vw;
}
.muslim .f5 .text .t1 {
  color: #C7DB2E;
  font-size: 1vw;
}
.muslim .f5 .text .t {
  font-family: Philosopher;
  font-size: 1.8vw;
  margin: 1vw 0;
  font-weight: bold;
}
.muslim .f5 .text .d {
  color: #545C61;
  font-size: 1vw;
}
.muslim .f5 .f5Box {
  width: 100%;
  position: relative;
  margin-top: 3vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  z-index: 2;
}
.muslim .f5 .f5Box .item {
  width: 32%;
  position: relative;
  display: block;
  margin-bottom: 2vw;
  border-radius: 1vw;
  background: white;
  overflow: hidden;
}
.muslim .f5 .f5Box .item .imgBox {
  width: 100%;
  height: 15vw;
  border-radius: 1vw;
  position: relative;
  overflow: hidden;
}
.muslim .f5 .f5Box .item .imgBox img {
  width: 100%;
  height: 100%;
  border-radius: 1vw;
  max-width: inherit;
  object-fit: cover;
  transition: 0.3s all;
}
.muslim .f5 .f5Box .item .text {
  width: 100%;
  position: relative;
  padding: 1.5vw;
}
.muslim .f5 .f5Box .item .text .time {
  font-size: 0.9vw;
}
.muslim .f5 .f5Box .item .text .name {
  font-size: 1.2vw;
  margin: 1vw 0;
}
.muslim .f5 .f5Box .item .text .des {
  font-size: 0.9vw;
}
.muslim .f5 .f5Box .item .text .mores {
  display: inline-block;
  border-bottom: 2px solid #666666;
  margin-top: 1vw;
  transition: 0.3s all;
}
.muslim .f5 .f5Box .item:hover .imgBox img {
  transform: scale(1.1) rotate(2deg);
}
.muslim .f5 .f5Box .item:hover .text .mores {
  color: #A8D95B;
  border-bottom: 2px solid #A8D95B;
}
.customized {
  width: 100%;
  position: relative;
}
.customized .f2 .f2Box .item .right .peopleBox .select-wrap {
  width: 100%;
  z-index: 9;
  border-radius: .5vw;
}
.customized .f2 .f2Box .item .right .peopleBox .select-wrap .tit {
  border-radius: 0.5vw;
  padding: 0 1.5vw;
  height: 3vw;
  line-height: 3vw;
  border-left: transparent;
  font-size: 1vw;
}
.customized .f2 .f2Box .item .right .peopleBox .select-wrap .tit p {
  font-size: 1vw;
  color: #333;
}
.customized .f2 .f2Box .item .right .peopleBox .select-wrap .optionBox {
  width: 100.3%;
  left: -.1vw;
  margin-top: -3.1vw;
  background: #fff;
  border-radius: 0.5vw;
  border: 1px solid rgba(33, 33, 33, 0.2);
}
.customized .f2 .f2Box .item .right .peopleBox .select-wrap .optionBox .option {
  color: #333;
}
.customized .f1 {
  width: 100%;
  height: 100vh;
  background-size: cover !important;
  background-blend-mode: multiply;
  position: relative;
  padding: 10vw 6vw 4vw 6vw;
}
.customized .f1 .text {
  position: relative;
  z-index: 2;
}
.customized .f1 .text .t1 {
  color: #A8D95B;
  font-family: Cookies;
  font-size: 2.2vw;
}
.customized .f1 .text .t {
  color: white;
  font-size: 6vw;
  font-family: Philosopher;
  margin-top: 1vw;
  line-height: 1;
}
.customized .f2 {
  width: 86%;
  margin: -23vw auto 0 auto;
  position: relative;
  z-index: 1;
  background: white;
  border-radius: 1vw;
  padding: 2vw;
}
.customized .f2 .tit {
  font-family: Philosopher;
  color: #698E6D;
  font-size: 2vw;
  border-left: 2px solid #698E6D;
  padding-left: 1.5vw;
}
.customized .f2 .f2Box {
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 1.5vw;
}
.customized .f2 .f2Box .item {
  width: 100%;
  background: #F5F5F5;
  border-radius: 0.5vw;
  padding: 1.5vw;
  display: flex;
  justify-content: space-between;
  margin-top: 1.5vw;
}
.customized .f2 .f2Box .item .txt {
  width: 35%;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.customized .f2 .f2Box .item .txt .t {
  font-size: 1.2vw;
  font-weight: bold;
}
.customized .f2 .f2Box .item .txt .d {
  width: 80%;
  color: #999999;
  font-size: 0.9vw;
  position: absolute;
  bottom: 0;
}
.customized .f2 .f2Box .item .txt .infos{
  position: absolute;
  bottom: 0;
}
.customized .f2 .f2Box .item .txt .infos .t2{
  font-size: 1.1vw;
}
.customized .f2 .f2Box .item .txt .infos .d2{
  font-size: .9vw;
  margin: .5vw 0;
  opacity: .9;
  padding-bottom: 2vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.customized .f2 .f2Box .item .txt .infos .iconsBox2{
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
}
.customized .f2 .f2Box .item .txt .infos .iconsBox2 .icons{
  text-align: center;
  font-size: .9vw;
}
.customized .f2 .f2Box .item .txt .infos .iconsBox2 .icons a{
  display: block;
}
.customized .f2 .f2Box .item .txt .infos .iconsBox2 .icons i{
  font-size: 1.2vw;
}
.customized .f2 .f2Box .item .txt .infos .iconsBox2 .icons .qrcode{
  position: absolute;
  width: 7vw;
  bottom: 3.5vw;
  margin-left: -2vw;
  opacity: 0;
  pointer-events: none;
  transition: .3s all ease-in-out;
}
.customized .f2 .f2Box .item .txt .infos .iconsBox2 .icons:hover .qrcode{
  opacity: 1;
  pointer-events: auto;
}
.customized .f2 .f2Box .item .txt .infos .iconsBox2 .icons .it{
  margin-top: .5vw;
}
.customized .f2 .f2Box .item .right {
  width: 63%;
}
.customized .f2 .f2Box .item .right .travelBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5vw;
}
.customized .f2 .f2Box .item .right .travelBox .items {
  width: 6vw;
  position: relative;
  display: block;
  text-align: center;
}
.customized .f2 .f2Box .item .right .travelBox .items .Others{
  border-radius: 0.5vw;
  border: 1px solid #999999;
  font-size: .9vw;
  text-align: center;
  padding: .5vw 0;
}
.customized .f2 .f2Box .item .right .travelBox .items img {
  width: 100%;
  height: 6vw;
  border-radius: 0.5vw;
  object-fit: cover;
  border: 5px solid transparent;
}
.customized .f2 .f2Box .item .right .travelBox .items.active img{
  border: 5px solid #A8D95B;
}
.customized .f2 .f2Box .item .right .travelBox .items.active .Others{
  border: 5px solid #A8D95B;
}
.customized .f2 .f2Box .item .right .travelBox .items .t {
  font-size: 0.9vw;
  margin-top: .3vw;
}
.customized .f2 .f2Box .item .right .hotelBox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5vw;
}
.customized .f2 .f2Box .item .right .hotelBox .hotel {
  cursor: pointer;
  border-radius: 0.5vw;
  border: 1px solid rgba(33, 33, 33, 0.2);
  background: rgba(193, 193, 193, 0.1);
  text-align: center;
  padding: 0.8vw 1.2vw;
}
.customized .f2 .f2Box .item .right .hotelBox .hotel .t {
  font-size: 0.9vw;
}
.customized .f2 .f2Box .item .right .hotelBox .hotel .d {
  color: #666666;
  font-size: 0.8vw;
  margin-top: 0.3vw;
}
.customized .f2 .f2Box .item .right .hotelBox .active {
  background: #A8D95B;
  color: #ffffff;
  border: 1px solid white;
}
.customized .f2 .f2Box .item .right .hotelBox .active .d {
  color: white;
}
.customized .f2 .f2Box .item .right .whenBox {
  /* 隐藏输入框，不占页面空间 */
  /* 日历样式重置，取消弹窗定位 */
  /* 隐藏底部按钮 */
}
.customized .f2 .f2Box .item .right .whenBox #calendarBox {
  border-radius: 16px;
  width: 60%;
}
.customized .f2 .f2Box .item .right .whenBox #inputHidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.customized .f2 .f2Box .item .right .whenBox .daterangepicker {
  position: static !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 0 !important;
  background: #E5E5E5 !important;
}
.customized .f2 .f2Box .item .right .whenBox .daterangepicker .calendar-table {
  background: #E5E5E5 !important;
  border: 1px solid #E5E5E5 !important;
}
.customized .f2 .f2Box .item .right .whenBox .daterangepicker td.off,
.customized .f2 .f2Box .item .right .whenBox .daterangepicker td.off.in-range,
.customized .f2 .f2Box .item .right .whenBox .daterangepicker td.off.start-date,
.customized .f2 .f2Box .item .right .whenBox .daterangepicker td.off.end-date {
  background: transparent !important;
}
.customized .f2 .f2Box .item .right .whenBox .daterangepicker select.monthselect,
.customized .f2 .f2Box .item .right .whenBox .daterangepicker select.yearselect {
  background: transparent !important;
}
.customized .f2 .f2Box .item .right .whenBox .daterangepicker.opensright:before {
  display: none !important;
}
.customized .f2 .f2Box .item .right .whenBox .calendar-footer {
  display: none !important;
}
.customized .f2 .f2Box .item .right .whenBox .cancelBtn,
.customized .f2 .f2Box .item .right .whenBox .applyBtn {
  display: none !important;
}
.customized .f2 .f2Box .item .right .whenBox .daterangepicker.opensright:after {
  display: none !important;
}
.customized .f2 .f2Box .item .right .textarea textarea {
  width: 100%;
  height: 5vw;
  border-radius: 0.5vw;
  padding: 0.5vw;
  font-size: 0.9vw;
  resize: none;
  border-radius: 8px;
  border: 1px solid rgba(33, 33, 33, 0.2);
  background: #FFF;
  margin-top: 2vw;
  font-family: Quicksand;
}
.customized .f2 .f2Box .item .right .textarea2 textarea {
  width: 100%;
  height: 10vw;
  border-radius: 0.5vw;
  padding: 0.5vw;
  font-size: 0.9vw;
  resize: none;
  border-radius: 8px;
  border: 1px solid rgba(33, 33, 33, 0.2);
  background: #FFF;
  font-family: Quicksand;
}
.customized .f2 .f2Box .item .right .sexBox {
  display: flex;
  gap: 1vw;
}
.customized .f2 .f2Box .item .right .sexBox .sex {
  border: 1px solid #D2D2D2;
  background: #ffffff;
  font-size: 1vw;
  border-radius: 0.3vw;
  padding: 0.5vw 4vw;
  cursor: pointer;
}
.customized .f2 .f2Box .item .right .sexBox .active {
  background: #A8D95B;
  color: #ffffff;
  border: 1px solid white;
}
.customized .f2 .f2Box .item .right .sexBox .active .d {
  color: white;
}
.customized .f2 .f2Box .item .right .inputBox {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  margin: 1.5vw 0;
}
.customized .f2 .f2Box .item .right .inputBox .inputs {
  width: 47%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #cccccc;
  border-radius: 0.3vw;
}
.customized .f2 .f2Box .item .right .inputBox .inputs .icons {
  width: 3vw;
  line-height: 3vw;
  border-radius: 0.3vw 0 0 0.3vw;
  background: #F2F2F2;
  text-align: center;
  font-size: 1.2vw;
}
.customized .f2 .f2Box .item .right .inputBox .inputs input {
  width: calc(100% - 3vw);
  background: white;
  border: transparent;
  font-size: 0.9vw;
  padding: 0.8vw;
  border-radius: 0 0.3vw 0.3vw 0;
  font-family: Quicksand;
}
.customized .f2 .f2Box .item .right .labelBox .t {
  font-size: 1vw;
}
.customized .f2 .f2Box .item .right .labelBox .labels {
  display: flex;
  gap: 2vw;
  font-size: 0.9vw;
  margin-top: 0.5vw;
}
.customized .f2 .f2Box .item .right .labelBox .labels .label {
  display: flex;
  align-items: center;
}
.customized .f2 .f2Box .item .right .labelBox .labels .label input {
  width: 1vw;
  height: 1vw;
  -webkit-appearance: auto;
  margin-right: 0.5vw;
}
.customized .f2 .f2Box .item .right .peopleBox {
  position: relative;
  border: 1px solid rgba(33, 33, 33, 0.2);
  border-radius: 8px;
}
.customized .f2 .f2Box .item .right .peopleBox .people {
  display: flex;
  margin-bottom: 1vw;
}
.customized .f2 .f2Box .item .right .peopleBox .people .t {
  width: 25vw;
  font-size: 1vw;
  font-weight: 500;
}
.customized .f2 .f2Box .item .right .peopleBox .people .numBox {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 0.3vw;
  font-size: 1vw;
}
.customized .f2 .f2Box .item .right .peopleBox .people .numBox .del {
  width: 1.8vw;
  height: 1.8vw;
  text-align: center;
  line-height: 1.8vw;
  cursor: pointer;
}
.customized .f2 .f2Box .item .right .peopleBox .people .numBox input {
  width: 2.5vw;
  height: 1.8vw;
  text-align: center;
  line-height: 1.8vw;
  font-size: 1vw;
  background: transparent;
  outline: none;
  border: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.customized .f2 .f2Box .item .right .peopleBox .people .numBox .add {
  width: 1.8vw;
  height: 1.8vw;
  text-align: center;
  line-height: 1.8vw;
  cursor: pointer;
}
.customized .f2 .f2Box .item .right .peopleBox .people:last-child {
  margin-bottom: 0;
}
.customized .f2 .f2Box .more {
  margin-top: 2vw;
  cursor: pointer;
}
.customized .f3 {
  width: 100%;
  margin-top: 5vw;
}
.customized .f3 .tits {
  text-align: center;
  font-family: Philosopher;
  font-size: 2.2vw;
}
.customized .f3 .f3Img {
  width: 100%;
  margin-top: 2vw;
}
.teamDetail {
  width: 100%;
  position: relative;
}
.teamDetail .f1 {
  width: 100%;
  position: relative;
  padding: 10vw 6vw 4vw 6vw;
}
.teamDetail .f1 .text {
  position: relative;
  z-index: 2;
}
.teamDetail .f1 .text .t1 {
  color: #A8D95B;
  font-family: Cookies;
  font-size: 2.2vw;
}
.teamDetail .f1 .text .t {
  color: white;
  font-size: 6vw;
  font-family: Philosopher;
  margin-top: 1vw;
  line-height: 1;
}
.teamDetail .f2{
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  background: #F9F9F9;
}
.teamDetail .f2 .left{
  width: 30%;
  position: relative;
  padding: 3vw;
  background: #F2F2F2;
}
.teamDetail .f2 .left .img{
  width: 8vw;
  height: 13vw;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.teamDetail .f2 .left .img img{
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.teamDetail .f2 .left .text {
  position: relative;
  z-index: 2;
  padding: 2vw;
  border-radius: 0 0 1vw 1vw;
  transition: 0.5s all;
}
.teamDetail .f2 .left .text .tits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Philosopher;
}
.teamDetail .f2 .left .text .tits .t {
  font-size: 2vw;
}
.teamDetail .f2 .left .text .tits .job {
  color: #A8D95B;
  font-size: 1.2vw;
}
.teamDetail .f2 .left .text .des {
  font-family: Quicksand;
  font-size: .9vw;
  margin: 1vw 0;
}
.teamDetail .f2 .left .text .labs {
  display: flex;
  font-family: Quicksand;
}
.teamDetail .f2 .left .text .labs .lab {
  font-size: 0.85vw;
  border-radius: 5vw;
  border: 1px solid #999999;
  padding: 0.3vw 0.8vw;
  margin-right: 0.5vw;
}
.teamDetail .f2 .right{
  width: 70%;
  position: relative;
}
.teamDetail .f2 .right .tabBox{
  width: 100%;
  background: white;
  display: flex;
  justify-content: center;
  gap: 10vw;
  padding: 0 6vw;
}
.teamDetail .f2 .right .tabBox .tabs{
  padding: 1.5vw 0;
  font-size: 1vw;
  cursor: pointer;
  position: relative;
  transition: 0.3s all;
}
.teamDetail .f2 .right .tabBox .tabs:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #698E6D;
  transform: scaleX(0);
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.teamDetail .f2 .right .tabBox .tabs.active {
  color: #698E6D;
}
.teamDetail .f2 .right .tabBox .tabs:hover::before {
  transform: scaleX(1);
}
.teamDetail .f2 .right .tabBox .tabs.active::before {
  transform: scaleX(1);
}
.rightContent{
  padding: 2vw 6vw;
}
.rightContent .contents{
  display: none;
}
.rightContent .contents.active{
  display: block;
}
.photoItem{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
}
.photoItem .img{
  width: 23%;
  height: 17vw;
  position: relative;
  overflow: hidden;
}
.photoItem .img img{
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.videoItem{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
}
.videoItem .img{
  width: 23%;
  height: 17vw;
  position: relative;
  overflow: hidden;
}
.videoItem .img::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  top: 0;
  left: 0;
}
.videoItem .img img{
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.videoItem .play{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 2.5vw;
  color: white;
}
.caseItem{
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  z-index: 2;
}
.caseItem .item {
  width: 32%;
  position: relative;
  display: block;
  background: white;
  border-radius: .5vw;
  overflow: hidden;
}
.caseItem .item .imgBox {
  width: 100%;
  height: 10vw;
  border-radius: .5vw;
  position: relative;
  overflow: hidden;
}
.caseItem .item .imgBox img {
  width: 100%;
  height: 100%;
  border-radius: .5vw;
  max-width: inherit;
  object-fit: cover;
  transition: 0.3s all;
}
.caseItem .item .text {
  width: 100%;
  position: relative;
  padding: 1vw 1.5vw;
}
.caseItem .item .text .time {
  font-size: 0.9vw;
}
.caseItem .item .text .name {
  font-size: 1vw;
}
.caseItem .item .text .des {
  font-size: 0.9vw;
}
.caseItem .item .text .mores {
  display: inline-block;
  border-bottom: 2px solid #333333;
  margin-top: 1vw;
  transition: 0.3s all;
}
.caseItem .item:hover .imgBox img {
  transform: scale(1.1) rotate(2deg);
}
.caseItem .item:hover .text .mores {
  color: #A8D95B;
  border-bottom: 2px solid #A8D95B;
}
.videoBoxs {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgba(55, 52, 56, 0.7);
  z-index: 999;
  display: none;
}
.videoBoxs .videos {
  width: 50vw;
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  border-radius: 1vw;
  padding: 0.5vw;
  transform: translate(-50%, -50%);
}
.videoBoxs .videos video {
  width: 100%;
  height: 100%;
  border-radius: 1vw;
  object-fit: cover !important;
}
.videoBoxs .close {
  color: white;
  position: absolute;
  right: -2vw;
  top: -2vw;
  font-size: 2vw;
  cursor: pointer;
}
.videoBoxs.active {
  display: block;
}
.iconsBox{
  position: absolute;
  right: 3vw;
  bottom: 6vw;
}
.iconsBox .icon{
  margin-right: .5vw;
}
.iconsBox .icon i{
  color: white;
  opacity: .7;
  font-size: 1vw;
}
.iconsBox .icon .qrcode{
  width: 7vw;
  position: absolute;
  bottom: 1vw;
  left: -1vw;
  pointer-events: none;
  border-radius: .5vw;
  overflow: hidden;
  transition: .3s all ease-in-out;
  opacity: 0;
}
.iconsBox .icon .qrcode img{
  border-radius: .5vw;
}
.iconsBox .icon:hover .qrcode{
  opacity: 1;
  pointer-events: auto;
  bottom: 1.5vw;
}
.iconsBox .whatsapp{
  margin-right: .5vw;
}
.iconsBox .whatsapp i{
  color: white;
  opacity: .7;
  font-size: 1.1vw;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
@media screen and (max-width: 1660px) {
  .customized .f2 .item .right .whenBox #calendarBox {
    width: 70% !important;
  }
}
@media screen and (max-width: 1440px) {
  .customized .f2 .item .right .whenBox #calendarBox {
    width: 77% !important;
  }
}
@media screen and (max-width: 1366px) {
  .customized .f2 .item .right .whenBox #calendarBox {
    width: 78% !important;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .sp_header {

    height: 50px;

    overflow: hidden;

    background: rgba(0,0,0,.4);

    position: fixed;

    z-index: 999;

    width: 100%;

    top: 0;

  }

  .sp_logo {
    padding: 9px 15px;
    float: left;
  }

  .sp_logo img {
    margin: auto;
    width: 90px;
    transition: .35s all ease-in-out;
  }

  .sp_nav {
    width: 50px;
    height: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    margin: 0 2vw;
  }

  .sp_nav span {

    display: block;

    background: #A8D95B;

    width: 30px;

    height: 3px;
    border-radius: 10px;
    position: absolute;

    left: 10px;

    transition: all ease .35s

  }

  .sp_nav span:nth-of-type(1) {

    top: 15px;

  }

  .sp_nav span:nth-of-type(2) {

    top: 25px

  }

  .sp_nav span:nth-of-type(3) {

    top: 35px

  }

  .sp_nav_se span:nth-of-type(1) {

    top: 25px;

    transform: rotate(45deg)

  }

  .sp_nav_se span:nth-of-type(2) {

    width: 0

  }

  .sp_nav_se span:nth-of-type(3) {

    top: 25px;

    transform: rotate(-45deg)

  }
  .nav_sp_logo{
    width: 40px !important;
    position: fixed;
    z-index: 999;
  }
  .sp_flex{
    display: flex;
  }
  .sp_black{
    width: 50px;
    height: 100%;
    position: fixed;
    background: black;
    right: -100%;
    top: 0;
    transition: top ease .35s
  }
  .sjj_nav {
    position: fixed;
    z-index: 9999;
    background: white;
    width: 85%;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    top: 0;
    right: -100%;
    padding-top: 15vw;
    overflow: auto;
    overflow-x: hidden;
    transition: right ease .35s
  }
  .sp_flex .mengBan{
    width: 15%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    transition: right ease .35s
  }
  .nav_show2 {

    right: 85% !important;

  }
  .nav_show {

    right: 0;

  }
  .sp_bottom{
    width: 100%;
    margin: 8vw auto;
    display: inline-block;
    text-align: center;
  }
  .sp_bottom .sp_serach{
    width: 31vw;
    height: 12vw;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #777777;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-right: 5vw;
  }
  .sp_bottom .sp_serach i{
    color: black;
    font-size: 16px;
    margin-right: 2vw;
  }
  .sp_bottom .sp_lag{
    width: 31vw;
    height: 12vw;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #777777;
    text-align: center;
  }
  .sp_bottom .sp_lag i{
    color: black;
    font-size: 16px;
    margin-right: 2vw;
  }
  .sjj_nav > ul > li:first-child {

    overflow: hidden;

    border-top: 0

  }

  .sjj_nav > ul > li:first-child > a {

    /*float: left;*/

    /*width: calc(100% - 70px)*/

  }

  .sjj_nav > ul > li:first-child .language {

    float: right;

    width: 70px;

    overflow: hidden;

    line-height: 30px;

    margin-top: 5px

  }

  .sjj_nav > ul > li:first-child .language a {

    width: 35px;

    float: left;

    border-left: 1px #ddd solid;

    text-align: center;

    color: #999

  }

  .sjj_nav ul li i {

    position: absolute;

    top: 5px;

    right: 0;

    height: 30px;

    padding: 0 7px

  }

  .sjj_nav ul li i svg {

    transform: rotate(-90deg);

    transition: all ease .35s

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    transform: rotate(0)

  }

  .sjj_nav ul li {

    border-top: 1px #ddd solid;

    position: relative;

    line-height: 55px;

    font-size: 14px

  }
  .sjj_nav ul li.active{
    background: #f3f3f3;
  }
  .sjj_nav > ul > li:last-child {

    /*border-bottom: 1px #ddd solid*/

  }

  .sjj_nav ul li ul {
    background: #f3f3f3;
    display: none;
    border-top: 1px #ddd solid;
    padding: 10px 0;
  }
  .sjj_nav ul li.lang ul{
    display: flex;
  }
  .sjj_nav ul li.lang a i{
    position: relative;
  }
  .sjj_nav ul li.lang ul li a{
    width: 100%;
    display: flex;
    padding-left: 25px;
  }
  .sjj_nav ul li.lang ul li a img{
    width: 25px;
    object-fit: contain;
    margin-right: 5px;
  }
  .sjj_nav ul li a {

    color: rgba(0, 0, 0, .8);

    width: 80%;

    display: block;

    font-size: 16px;

    padding-left: 25px;
    text-transform: uppercase;
  }
  .sjj_nav ul li ul li{
    border: transparent;
    line-height: 30px;
  }
  .sjj_nav ul li ul li a {

    color: rgba(0, 0, 0, .5);

    display: block;

    text-align: left;

    font-size: 14px;
    padding-left: 45px;

  }

  .sjj_nav ul li i svg {

    width: 20px;

    height: 20px;

    fill: #A8D95B;

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    fill: #A8D95B;

  }

  .sjj_nav ul li ul li > ul {

    margin-left: 10px

  }
  .sjj_nav .iconBox{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 15vw;
  }
  .sjj_nav .iconBox .icon{
    width: 50px;
    margin: 0 3vw;
    display: inline-block;
  }
  .sp_flex .sjj_nav .close{
    position: absolute;
    right: 4vw;
    top: 1vw;
    font-size: 22px;
    color: #A8D95B;
  }
  .sp_flex .sjj_nav .bgImg{
    position: absolute;
    width: 70vw;
    top: 60vw;
    z-index: -1;
    right: 0;
  }
  header{
    padding: 0;
    left: 0;
  }
  .custom-cursor {
    display: none;
  }
  .index .f1 {
    height: 100vw;
  }
  .index .f1 .text .t1 {
    font-size: 32px;
  }
  .index .f1 .text .t {
    font-size: 38px;
    margin-top: 5vw;
    line-height: inherit;
  }
  .index .f1 .text .t2{
    font-size: 38px;
  }
  .index .f1 .text .t3{
    font-size: 24px;
  }
  .index .f1 .serachBox {
    width: 90%;
    left: 5%;
    display: none;
  }
  .index .f2 {
    display: block;
    padding: 10vw 0;
  }
  .index .f2 .f2Swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .index .f2 .f2Swiper .item {
    width: 100%;
    height: 90vw;
    display: block;
    transform: scale(1);
  }
  .index .f2 .f2Swiper .swiper-slide {
    transform: scale(0.9);
  }
  .index .f2 .f2Swiper .swiper-slide-active {
    transform: scale(1);
  }
  .index .f2 .item .imgBox {
    border-radius: 3vw;
  }
  .index .f2 .item .text {
    width: 100%;
    border-radius: 3vw;
    padding: 35vw 5vw 0 5vw;
  }
  .index .f2 .item .text .lab {
    width: 100%;
    opacity: 1;
  }
  .index .f2 .item .text .more {
    opacity: 1;
  }
  .index .f2 .item .text .city {
    font-size: 48px;
    transform: inherit;
    margin-left: -10vw;
  }
  .index .f2 .item .text .lab {
    font-size: 16px;
    margin: 5vw 0;
  }
  .more {
    height: 8vw;
    font-size: 14px;
    padding: 2vw;
  }
  .more p {
    padding: 0 7.2vw 0 1.2vw;
  }
  .more .icon {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 14px;
    right: 0.5vw;
  }
  .more .icon i {
    right: 1vw;
  }
  .more:hover .icon {
    height: 7.4vw;
    line-height: 7.4vw;
  }
  .kefuBox .kefuIcon {
    width: 12vw;
    height: 12vw;
    bottom: 50vh;
    right: 2vw;
  }
  .kefuBox .kefuHoverPanel {
    bottom: 56vh;
    right: 2vw;
    gap: 2vw;
    padding-bottom: 2vw;
  }
  .kefuBox .kefuHoverPanel .kefuHoverItem {
    padding: 2.5vw 3vw;
    font-size: 14px;
    border-radius: 3vw;
  }
  .kefuBox .kefuHoverPanel .kefuHoverItem svg {
    width: 4.5vw;
    height: 4.5vw;
  }
  .kefuBox .kefuBubble {
    bottom: 57vh;
    right: 2vw;
    width: 60vw;
  }
  .kefuBox .kefuBubble .bubbleInner {
    border-radius: 4vw;
    padding: 3vw 3vw 2.5vw;
  }
  .kefuBox .kefuBubble .bubbleInner .bubbleClose {
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    font-size: 14px;
    top: 2vw;
    right: 2vw;
  }
  .kefuBox .kefuBubble .bubbleInner .bubbleHeader {
    padding-right: 6vw;
    gap: 2vw;
  }
  .kefuBox .kefuBubble .bubbleInner .bubbleHeader .bubbleAvatar {
    width: 7vw;
    height: 7vw;
  }
  .kefuBox .kefuBubble .bubbleInner .bubbleHeader .bubbleName {
    font-size: 14px;
  }
  .kefuBox .kefuBubble .bubbleInner .bubbleContent {
    margin-top: 2vw;
    font-size: 12px;
    line-height: 1.5;
  }
  .kefuBox .kefuBubble .bubbleArrow {
    width: 3vw;
    height: 3vw;
    bottom: -1.5vw;
    right: 6vw;
  }
  .index .f3 {
    display: block;
    padding: 10vw 5vw;
  }
  .index .f3 .mapBox {
    display: none;
  }
  .index .f3 .textBox {
    width: 100%;
  }
  .index .f3 .textBox .t {
    font-size: 32px;
  }
  .index .f3 .textBox .t2 {
    font-size: 18px;
    margin: 5vw 0;
  }
  .index .f3 .textBox .d {
    width: 100%;
    font-size: 16px;
  }
  .index .f3 .textBox .more {
    margin-top: 5vw;
  }
  .index .f5 {
    padding: 10vw 5vw;
  }
  .titBox .tit {
    font-size: 30px;
  }
  .titBox .des {
    font-size: 18px;
    margin-top: 3vw;
  }
  .index .f5 .teamBox {
    margin-top: 15vw;
  }
  .index .f5 .teamBox .teamSwiper .item .img {
    margin-top: -10vw !important;
    height: 55vw;
  }
  .index .f5 .teamBox .teamSwiper .item .text .tits .t {
    font-size: 24px;
  }
  .index .f5 .teamBox .teamSwiper .item .text .tits .job {
    font-size: 16px;
  }
  .index .f5 .teamBox .teamSwiper .item .text .des {
    font-size: 16px;
    margin: 3vw 0;
  }
  .index .f5 .teamBox .teamSwiper .item .text .labs {
    flex-wrap: wrap;
    gap: 2vw;
    display: none;
  }
  .index .f5 .teamBox .teamSwiper .item .text .labs .lab {
    font-size: 14px;
    padding: 1vw 2vw;
  }
  .index .f5 .teamBox .teamSwiper .item .text .more {
    opacity: 1;
  }
  .index .f5 .teamBox .teamSwiper .item .text {
    border-radius: 0 0 3vw 3vw;
    padding: 5vw;
    background: white;
    transform: translateY(-2vw);
  }
  .index .f5 .teamBox .teamSwiper .item::before {
    width: 70vw;
    height: 70vw;
    opacity: 1;
  }
  .index .f5 .teamBox .teamSwiper .item .text .tits .t,
  .index .f5 .teamBox .teamSwiper .item .text .des {
    color: #333333;
  }
  .index .f5 .teamBox .teamSwiper .item {
    border-radius: 3vw;
    height: 75vw;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 7.052px 11.753px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(25px);
  }
  .index .f6 {
    padding: 10vw 0;
  }
  .index .f6 .f6Box {
    margin-top: 5vw;
  }
  .index .f6 .f6Box .item .name {
    font-size: 16px;
    padding: 3vw 0;
  }
  .index .f6 .f6Box .item .imgBgs {
    display: none;
  }
  .index .f7 {
    padding: 0 5vw;
  }
  .index .f7 .f7Box {
    margin-top: 5vw;
    display: block;
  }
  .index .f7 .f7Box .left {
    width: 100%;
    height: 50vw;
    border-radius: 3vw;
  }
  .index .f7 .f7Box .left .text .play {
    width: 15vw;
  }
  .index .f7 .f7Box .left .text .name {
    bottom: 5vw;
    font-size: 16px;
  }
  .index .f7 .f7Box .right {
    width: 100%;
    display: block;
  }
  .index .f7 .f7Box .right .item {
    width: 100%;
    height: 50vw;
    border-radius: 3vw;
    margin-top: 5vw;
  }
  .index .f7 .f7Box .right .item .text .play {
    width: 15vw;
  }
  .index .f7 .f7Box .right .item .text .name {
    bottom: 5vw;
    font-size: 16px;
  }
  footer {
    margin-top: 40vw;
  }
  footer .footer {
    width: 90%;
    left: 5%;
    bottom: 5vw;
    padding: 5vw;
    border-radius: 3vw;
  }
  footer .footer .footerBox {
    display: block;
  }
  footer .footer .footerBox .center {
    display: none;
  }
  footer .footer .footerBox .left .logo {
    width: 90px;
  }
  footer .footer .footerBox .left .des {
    font-size: 14px;
    margin-top: 3vw;
  }
  footer .footer .footerBox .right {
    margin-right: 0;
    margin-top: 5vw;
  }
  footer .footer .footerBox .right .icons {
    margin-bottom: 3vw;
  }
  footer .footer .footerBox .right .icons img {
    width: 3vw;
  }
  footer .footer .footerBox .right .icons p {
    font-size: 16px;
  }
  footer .footer .footerInfo {
    display: block;
    font-size: 14px;
    margin-top: 5vw;
    padding-top: 5vw;
  }
  footer .footer .footerInfo .infos .mediaBox .media img {
    height: 4.5vw;
  }
  footer .footer .footerInfo .infos {
    margin-top: 2vw;
  }
  .backToTop {
    width: 30px;
    height: 30px;
    font-size: 14px;
    right: 2vw;
    bottom: 2vw;
  }
  .route .f1 {
    padding: 20vw 5vw 10vw 5vw;
  }
  .route .f1 .text .t1 {
    font-size: 26px;
  }
  .route .f1 .text .t {
    font-size: 38px;
  }
  .route .f1 .serachBoxs {
    margin-top: 10vw;
    gap: 5vw;
  }
  .route .f1 .serachBoxs .selectBox {
    width: 35vw;
  }
  .select-wrap {
    border-radius: 5vw;
  }
  .select-wrap .tit {
    height: 8vw;
    line-height: 8vw;
    font-size: 14px;
    padding: 0 4vw;
  }
  .select-wrap .optionBox {
    padding: 5vw 0.5vw 0.5vw 0.5vw;
    margin-top: -4.5vw;
    border-radius: 1vw 1vw 5vw 5vw;
  }
  .select-wrap .optionBox .option {
    font-size: 14px;
    padding: 1.5vw 3.5vw;
  }
  .route .f2 {
    padding: 0 5vw;
    gap: 3vw;
  }
  .route .f2 .item {
    width: 100%;
    height: 60vw;
    border-radius: 3vw;
  }
  .route .f2 .item .text {
    padding: 5vw;
  }
  .route .f2 .item .text .destination {
    font-size: 12px;
    padding: 1vw 5vw;
  }
  .route .f2 .item .text .name {
    width: 90%;
    font-size: 20px;
  }
  .route .f2 .item .text .labs {
    width: calc(100% - 10vw);
    left: 5vw;
    bottom: 5vw;
  }
  .route .f2 .item .text .labs .lab {
    font-size: 14px;
  }
  .route .f2 .item .text .labs .lab .t {
    padding: 2vw 0;
  }
  .route .f2 .item .text .labs .lab .star {
    width: 6vw;
    height: 3.5vw;
    margin-top: 2vw;
  }
  .route .f2 .item .text .labs .lab .star_1 {
    background-position: 1.2vw 0;
  }
  .route .f2 .item .text .labs .lab .star_2 {
    width: 8vw;
    background-position: 0.2vw 0;
  }
  .route .f2 .item .text .labs .lab .star_3 {
    width: 14vw;
    background-position: 0.2vw 0;
  }
  .route .f2 .item .text .labs .lab .star_4 {
    width: 19vw;
    background-position: 0.2vw 0;
  }
  .route .f2 .item .text .labs .lab .star_5 {
    width: 23vw;
    background-position: 0.2vw 0;
  }
  .customizedTrips .imgBox {
    transform: inherit !important;
  }
  .customizedTrips .text .des {
    font-size: 16px;
    margin: 3vw 0;
  }
  .customizedTrips {
    width: 90%;
    height: 50vw;
    margin: 10vw auto 0 auto;
  }
  .routeDetail .f1 {
    height: 150vw;
  }
  .routeDetail .f1 .text {
    padding: 0 5vw;
    bottom: 5vw;
  }
  .routeDetail .f1 .text .name {
    font-size: 28px;
  }
  .routeDetail .f1 .text .des {
    width: 100%;
    font-size: 16px;
  }
  .routeDetail .f1 .text .its {
    width: 50%;
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-top: 10vw;
  }
  .routeDetail .f1 .text .its .it {
    font-size: 16px;
    padding: 2vw 0;
  }
  .routeDetail .f1 .text .its .it .star {
    width: 6vw;
    height: 3.5vw;
    margin-top: 2vw;
  }
  .routeDetail .f1 .text .its .it .star_1 {
    background-position: 1.2vw 0;
  }
  .routeDetail .f1 .text .its .it .star_2 {
    width: 9vw;
    background-position: 0.2vw 0;
  }
  .routeDetail .f1 .text .its .it .star_3 {
    width: 14vw;
    background-position: 0.2vw 0;
  }
  .routeDetail .f1 .text .its .it .star_4 {
    width: 19vw;
    background-position: 0.2vw 0;
  }
  .routeDetail .f1 .text .its .it .star_5 {
    width: 23vw;
    background-position: 0.2vw 0;
  }
  .routeDetail .routeDetailTab {
    gap: 8vw;
    overflow-x: scroll;
    padding: 0 5vw;
  }
  .routeDetail .routeDetailTab .tabs {
    font-size: 16px;
    padding: 2vw 0;
    white-space: pre;
  }
  .routeDetail .routeDetailContent {
    padding: 5vw;
  }
  .routeDetail .routeDetailContent .Overview {
    width: 100%;
    font-size: 16px;
  }
  .routeDetail .routeDetailContent .Overview img{
    width: 100%;
    margin: 5vw auto;
  }
  .routeDetail .routeDetailContent .Highlights .HighlightsBox {
    display: block;
  }
  .routeDetail .routeDetailContent .Highlights .HighlightsBox .daysBox {
    width: 100%;
  }
  .routeDetail .routeDetailContent .Highlights .HighlightsBox .daysBox .days {
    padding: 5vw;
  }
  .routeDetail .routeDetailContent .Highlights .HighlightsBox .daysBox .days .num {
    width: 10vw;
  }
  .routeDetail .routeDetailContent .Highlights .HighlightsBox .daysBox .days .num .t {
    font-size: 14px;
  }
  .routeDetail .routeDetailContent .Highlights .HighlightsBox .daysBox .days .num .n {
    font-size: 20px;
  }
  .routeDetail .routeDetailContent .Highlights .HighlightsBox .daysBox .days .txt {
    width: 88%;
  }
  .routeDetail .routeDetailContent .Highlights .HighlightsBox .daysBox .days .txt .t {
    font-size: 16px;
  }
  .routeDetail .routeDetailContent .Highlights .HighlightsBox .daysBox .days .txt .d {
    font-size: 14px;
  }
  .routeDetail .routeDetailContent .Highlights .HighlightsBox .right {
    width: 100%;
    margin-top: 5vw;
  }
  .routeDetail .routeDetailContent .Highlights .HighlightsBox .right .steps .icons {
    width: 7vw;
  }
  .routeDetail .routeDetailContent .Highlights .HighlightsBox .right .steps::before {
    left: 3.5vw;
  }
  .routeDetail .routeDetailContent .Highlights .HighlightsBox .right .steps {
    margin-bottom: 10vw;
  }
  .routeDetail .routeDetailContent .Highlights .HighlightsBox .right .steps .text {
    width: calc(100% - 10vw);
  }
  .routeDetail .routeDetailContent .Highlights .HighlightsBox .right .steps .text .t {
    font-size: 18px;
  }
  .routeDetail .routeDetailContent .Highlights .HighlightsBox .right .steps .text .d {
    font-size: 16px;
  }
  .routeDetail .routeDetailContent .Highlights .HighlightsBox .right .steps .text .img {
    margin-top: 5vw;
  }
  .routeDetail .routeDetailContent .Accommodation .AccommodationBox {
    display: block;
  }
  .routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox {
    width: 100%;
    height: auto;
    overflow-y: visible;
  }
  .routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox .days {
    padding: 5vw;
    display: block;
  }
  .routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox .days .num {
    width: 10vw;
    float: left;
  }
  .routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox .days .num .t {
    font-size: 14px;
  }
  .routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox .days .num .n {
    font-size: 20px;
  }
  .routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox .days .txt {
    width: 100%;
  }
  .routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox .days .txt .t {
    font-size: 18px;
  }
  .routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox .days .txt .d {
    font-size: 14px;
  }
  .routeDetail .routeDetailContent .Accommodation .AccommodationBox .right {
    display: none;
  }
  .routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox .days .img {
    width: 100%;
    height: 50vw;
    margin-top: 5vw;
  }
  .routeDetail .routeDetailContent .Accommodation .AccommodationBox .daysBox .days.active {
    background: white;
  }
  .routeDetail .routeDetailContent .Meals .MealsBox {
    gap: 3vw;
  }
  .routeDetail .routeDetailContent .Meals .MealsBox .item {
    width: 48%;
    padding: 1vw;
  }
  .routeDetail .routeDetailContent .Meals .MealsBox .item .img {
    height: 27vw;
  }
  .routeDetail .routeDetailContent .Meals .MealsBox .item .name {
    font-size: 16px;
    padding: 3vw;
  }
  .routeDetail .routeDetailContent .Information .InformationTop {
    display: block;
    padding: 5vw;
  }
  .routeDetail .routeDetailContent .Information .InformationTop .item {
    width: 100%;
    padding-bottom: 5vw;
  }
  .routeDetail .routeDetailContent .Information .InformationTop .item:last-child {
    margin-top: 5vw;
  }
  .routeDetail .routeDetailContent .Information .InformationTop .item .t {
    font-size: 20px;
  }
  .routeDetail .routeDetailContent .Information .InformationTop .item .d {
    font-size: 16px;
    margin-top: 3vw;
  }
  .routeDetail .routeDetailContent .Information .InformationBottom {
    display: block;
    padding: 5vw;
    margin-top: 10vw;
  }
  .routeDetail .routeDetailContent .Information .InformationBottom .item {
    width: 100%;
    padding-bottom: 5vw;
  }
  .routeDetail .routeDetailContent .Information .InformationBottom .item:last-child {
    margin-top: 5vw;
  }
  .routeDetail .routeDetailContent .Information .InformationBottom .item .t {
    font-size: 20px;
  }
  .routeDetail .routeDetailContent .Information .InformationBottom .item .d {
    font-size: 16px;
    margin-top: 3vw;
  }
  .FAQ .FAQBox {
    display: block;
  }
  .FAQ .FAQBox .tit {
    font-size: 30px;
  }
  .FAQ .FAQBox .itemBox {
    width: 100%;
    margin-top: 5vw;
  }
  .FAQ .FAQBox .itemBox .item {
    padding: 5vw 0;
  }
  .FAQ .FAQBox .itemBox .item .icons {
    top: 5.5vw;
    font-size: 20px;
  }
  .FAQ .FAQBox .itemBox .item .tit {
    font-size: 20px;
  }
  .FAQ .FAQBox .itemBox .item .des {
    width: 100%;
    font-size: 16px;
  }
  .FAQ .FAQBox .itemBox .item.active .des {
    margin-top: 3vw;
  }
  .travel .f1 {
    padding: 20vw 5vw 10vw 5vw;
  }
  .travel .f1 .text .t1 {
    font-size: 26px;
  }
  .travel .f1 .text .t {
    font-size: 38px;
  }
  .travel .f1 .tabBox {
    gap: 3vw;
  }
  .travel .f1 .tabBox .tab {
    font-size: 14px;
    padding: 1vw 3vw;
    line-height: 6vw;
  }
  .travel .f2 {
    padding: 0 5vw;
  }
  .travel .f2 .item {
    width: 100%;
    border-radius: 3vw;
    margin-bottom: 5vw;
  }
  .travel .f2 .item .imgBox {
    height: 50vw;
    border-radius: 3vw;
  }
  .travel .f2 .item .text {
    padding: 5vw;
  }
  .travel .f2 .item .text .time {
    font-size: 14px;
  }
  .travel .f2 .item .text .name {
    font-size: 20px;
    margin: 3vw 0 0 0;
  }
  .travel .f2 .item .text .des {
    display: none;
  }
  .travel .f2 .item .text .mores {
    display: none;
  }
  .customized .f1 {
    height: auto;
    padding: 20vw 5vw 10vw 5vw;
  }
  .customized .f1 .text .t1 {
    font-size: 26px;
  }
  .customized .f1 .text .t {
    font-size: 38px;
  }
  .customized .f2 {
    width: 95%;
    margin: 2vw auto;
    padding: 5vw;
    border-radius: 3vw;
  }
  .customized .f2 .tit {
    font-size: 20px;
    padding-left: 3vw;
  }
  .customized .f2 .f2Box {
    padding-left: 3vw;
    margin-top: 5vw;
  }
  .customized .f2 .f2Box .item {
    padding: 5vw;
    display: block;
    margin-top: 5vw;
  }
  .customized .f2 .f2Box .item .txt {
    width: 100%;
    border-right: transparent;
  }
  .customized .f2 .f2Box .item .txt .t {
    font-size: 16px;
  }
  .customized .f2 .f2Box .item .txt .d {
    width: 100%;
    font-size: 14px;
    position: relative;
    margin-top: 3vw;
    bottom: inherit;
  }
  .customized .f2 .f2Box .item .right {
    width: 100%;
    margin-top: 5vw;
  }
  .customized .f2 .f2Box .item .right .travelBox {
    gap: 2vw;
  }
  .customized .f2 .f2Box .item .right .travelBox .items {
    width: 16vw;
  }
  .customized .f2 .f2Box .item .right .travelBox .items img {
    height: 15vw;
  }
  .customized .f2 .f2Box .item .right .travelBox .items .t {
    font-size: 14px;
  }
  .customized .f2 .f2Box .item .right .textarea {
    width: 100%;
    margin-top: 3vw;
  }
  .customized .f2 .f2Box .item .right .textarea textarea {
    height: 30vw;
    border-radius: 1vw;
    padding: 1vw;
    font-size: 14px;
  }
  .customized .f2 .f2Box .item .right .hotelBox {
    gap: 3vw;
  }
  .customized .f2 .f2Box .item .right .hotelBox .hotel {
    width: 100%;
    padding: 2vw 3vw;
  }
  .customized .f2 .f2Box .item .right .hotelBox .hotel .t {
    font-size: 16px;
  }
  .customized .f2 .f2Box .item .right .hotelBox .hotel .d {
    font-size: 14px;
  }
  .customized .f2 .f2Box .item .right .peopleBox .people {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 3vw;
  }
  .customized .f2 .f2Box .item .right .peopleBox .people .t {
    width: 70%;
    font-size: 16px;
  }
  .customized .f2 .f2Box .item .right .peopleBox .people .numBox {
    font-size: 16px;
  }
  .customized .f2 .f2Box .item .right .peopleBox .people .numBox .del {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 26px;
  }
  .customized .f2 .f2Box .item .right .peopleBox .people .numBox input {
    width: 10vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 16px;
  }
  .customized .f2 .f2Box .item .right .peopleBox .people .numBox .add {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 26px;
  }
  .customized .f2 .f2Box .item .right .textarea2 {
    width: 100%;
    margin-top: 3vw;
  }
  .customized .f2 .f2Box .item .right .textarea2 textarea {
    height: 30vw;
    border-radius: 1vw;
    padding: 1vw;
    font-size: 14px;
  }
  .customized .f2 .f2Box .item .right .sexBox {
    gap: 3vw;
  }
  .customized .f2 .f2Box .item .right .sexBox .sex {
    font-size: 16px;
    padding: 1vw 8vw;
  }
  .customized .f2 .f2Box .item .right .inputBox {
    gap: 3vw;
    margin: 3vw 0;
  }
  .customized .f2 .f2Box .item .right .inputBox .inputs {
    width: 100%;
  }
  .customized .f2 .f2Box .item .right .inputBox .inputs .icons {
    width: 10vw;
    line-height: 10vw;
    font-size: 14px;
  }
  .customized .f2 .f2Box .item .right .inputBox .inputs input {
    font-size: 16px;
    padding: 1vw 2vw;
  }
  .customized .f2 .f2Box .item .right .labelBox {
    margin-top: 10vw;
  }
  .customized .f2 .f2Box .item .right .labelBox .t {
    font-size: 16px;
  }
  .customized .f2 .f2Box .item .right .labelBox .labels {
    gap: 5vw;
    font-size: 16px;
    flex-wrap: wrap;
    margin-top: 3vw;
  }
  .customized .f2 .f2Box .item .right .labelBox .labels .label input {
    width: 4vw;
    height: 4vw;
    margin-right: 1.5vw;
  }
  .customized .f2 .f2Box .more {
    margin-top: 5vw;
  }
  .customized .f3 {
    margin-top: 10vw;
  }
  .customized .f3 .tits {
    font-size: 20px;
  }
  .muslim .f1 {
    height: 85vh;
  }
  .muslim .f1 .text .t1 {
    font-size: 18px;
  }
  .muslim .f1 .text .t {
    font-size: 32px;
  }
  .muslim .f1 .text .btnBox {
    display: block;
    margin: 10vw 0;
  }
  .muslim .f1 .text .btnBox .btn {
    font-size: 16px;
    padding: 3vw 5vw;
    display: inline-block;
  }
  .muslim .f1 .text .btnBox .btn i {
    font-size: 22px;
  }
  .muslim .f1 .text .btnBox .btn2 {
    font-size: 16px;
    padding: 3vw 5vw;
    margin-top: 5vw;
    margin-left: 0;
    display: inline-block;
  }
  .muslim .f1 .text .labsBox {
    gap: 5vw;
  }
  .muslim .f1 .text .labsBox .lab {
    width: 15vw;
    font-size: 16px;
  }
  .muslim .f1 .text .labsBox .lab .icon {
    width: 15vw;
    height: 15vw;
    border-radius: 10vw;
    padding: 4vw;
    margin: 0 auto 2vw auto;
  }
  .muslim .f1 .text {
    left: 5%;
  }
  .muslim .f2 {
    padding: 5vw;
    display: block;
  }
  .muslim .f2 .text {
    width: 100%;
  }
  .muslim .f2 .text .t {
    font-size: 20px;
  }
  .muslim .f2 .text .d {
    font-size: 16px;
    margin-top: 3vw;
  }
  .muslim .f2 .steps {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 5vw;
  }
  .muslim .f2 .steps .step {
    width: 50%;
    margin-top: 5vw;
  }
  .muslim .f2 .steps .step .num {
    font-size: 16px;
  }
  .muslim .f2 .steps .step .tit {
    font-size: 18px;
    margin: 3vw 0;
  }
  .muslim .f2 .steps .step .des {
    font-size: 16px;
  }
  .muslim .f2 .steps .step .icons {
    display: none;
  }
  .muslim .f3 {
    padding: 10vw 5vw;
  }
  .muslim .f3 .text .t1 {
    font-size: 16px;
  }
  .muslim .f3 .text .t {
    font-size: 20px;
    margin: 3vw 0;
  }
  .muslim .f3 .text .d {
    width: 100%;
    font-size: 16px;
  }
  .muslim .f3 .f3Swiper .swiper-slide {
    padding: 5vw;
  }
  .muslim .f3 .f3Swiper .swiper-slide .nameBox .name {
    font-size: 16px;
  }
  .muslim .f3 .f3Swiper .swiper-slide .nameBox .head {
    width: 12vw;
    height: 12vw;
  }
  .muslim .f3 .f3Swiper .swiper-slide .desBox .icon {
    width: 5vw;
    margin: 3vw 0;
  }
  .muslim .f3 .f3Swiper .swiper-slide .desBox .des {
    font-size: 16px;
    line-height: inherit;
  }
  .muslim .f4 {
    padding: 0 5vw;
  }
  .muslim .f4 .text .t1 {
    font-size: 16px;
  }
  .muslim .f4 .text .t {
    font-size: 20px;
    margin: 3vw 0;
  }
  .muslim .f4 .text .d {
    width: 100%;
    font-size: 16px;
  }
  .muslim .f4 .f4Box {
    margin-top: 0;
  }
  .muslim .f4 .f4Box .item {
    width: 100%;
    margin-top: 5vw;
    margin-bottom: 0;
  }
  .muslim .f4 .f4Box .item .imgBox {
    height: 50vw;
  }
  .muslim .f4 .f4Box .item .text {
    padding: 5vw;
  }
  .muslim .f4 .f4Box .item .text .address {
    font-size: 16px;
  }
  .muslim .f4 .f4Box .item .text .name {
    font-size: 20px;
    margin: 3vw 0;
  }
  .muslim .f4 .f4Box .item .text .des {
    font-size: 16px;
  }
  .muslim .f4 .f4Box .item .text .more {
    display: none;
  }
  .muslim .f5 {
    padding: 10vw 5vw;
  }
  .muslim .f5 .text .t1 {
    font-size: 16px;
  }
  .muslim .f5 .text .t {
    font-size: 20px;
    margin: 3vw 0;
  }
  .muslim .f5 .text .d {
    width: 100%;
    font-size: 16px;
  }
  .muslim .f5 .f5Box {
    margin-top: 0;
  }
  .muslim .f5 .f5Box .item {
    width: 100%;
    margin-top: 5vw;
    margin-bottom: 0;
  }
  .muslim .f5 .f5Box .item .imgBox {
    height: 50vw;
  }
  .muslim .f5 .f5Box .item .text {
    padding: 5vw;
  }
  .muslim .f5 .f5Box .item .text .time {
    font-size: 16px;
  }
  .muslim .f5 .f5Box .item .text .name {
    font-size: 20px;
    margin: 3vw 0 0 0;
  }
  .muslim .f5 .f5Box .item .text .des {
    display: none;
  }
  .muslim .f5 .f5Box .item .text .mores {
    display: none;
  }
  .aboutUs .f1 {
    padding: 20vw 5vw;
  }
  .aboutUs .f1 .text .t1 {
    font-size: 26px;
  }
  .aboutUs .f1 .text .t {
    font-size: 38px;
  }
  .aboutUs .f2 {
    padding: 10vw 5vw;
    display: block;
  }
  .aboutUs .f2 .text{
    width: 100%;
  }
  .aboutUs .f2 .text .t1 {
    font-size: 16px;
  }
  .aboutUs .f2 .text .t2 {
    font-size: 24px;
    margin-top: 3vw;
  }
  .aboutUs .f2 .des {
    width: 100%;
    margin-top: 5vw;
    margin-left: 0;
    font-size: 16px;
  }
  .aboutUs .f3 {
    height: 100vw;
  }
  .aboutUs .f3 .text {
    left: 5vw;
    bottom: 5vw;
    font-size: 18px;
  }
  .aboutUs .f3 .playBtn {
    font-size: 14px;
    right: 5vw;
    bottom: 5vw;
  }
  .aboutUs .f3 .playBtn i {
    font-size: 32px;
    margin-right: 1.5vw;
    top: 1.6vw;
  }
  .aboutUs .f4 {
    padding: 10vw 5vw;
  }
  .aboutUs .f4 .titHead .tabBox .tab {
    font-size: 14px;
    padding: 1vw 3vw;
  }
  .aboutUs .f4 .teamBox {
    margin-top: 15vw;
  }
  .aboutUs .f4 .teamBox .teamSwiper .item .img {
    margin-top: -10vw !important;
    height: 55vw;
  }
  .aboutUs .f4 .teamBox .teamSwiper .item .text .tits .t {
    font-size: 24px;
  }
  .aboutUs .f4 .teamBox .teamSwiper .item .text .tits .job {
    font-size: 16px;
  }
  .aboutUs .f4 .teamBox .teamSwiper .item .text .des {
    font-size: 16px;
    margin: 3vw 0;
  }
  .aboutUs .f4 .teamBox .teamSwiper .item .text .labs {
    flex-wrap: wrap;
    gap: 2vw;
    display: none;
  }
  .aboutUs .f4 .teamBox .teamSwiper .item .text .labs .lab {
    font-size: 14px;
    padding: 1vw 2vw;
  }
  .aboutUs .f4 .teamBox .teamSwiper .item .text .more {
    opacity: 1;
  }
  .aboutUs .f4 .teamBox .teamSwiper .item .text {
    border-radius: 0 0 3vw 3vw;
    padding: 5vw;
    background: white;
    transform: translateY(-2vw);
  }
  .aboutUs .f4 .teamBox .teamSwiper .item::before {
    width: 70vw;
    height: 70vw;
    opacity: 1;
  }
  .aboutUs .f4 .teamBox .teamSwiper .item .text .tits .t,
  .aboutUs .f4 .teamBox .teamSwiper .item .text .des {
    color: #333333;
  }
  .aboutUs .f4 .teamBox .teamSwiper .item {
    border-radius: 3vw;
    height: 75vw;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 7.052px 11.753px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(25px);
  }
  .reviews {
    padding: 10vw 5vw;
  }
  .reviews .des {
    width: 100%;
    font-size: 16px;
    margin-top: 3vw;
  }
  .reviews .f5Swiper {
    margin-top: 5vw;
  }
  .reviews .f5Swiper .swiper-slide {
    display: block;
    background: white;
    border-radius: 3vw;
  }
  .reviews .f5Swiper .swiper-slide .imgBox {
    width: 100%;
    height: 50vw;
    border-radius: 3vw;
  }
  .reviews .f5Swiper .swiper-slide .textBox {
    width: 100%;
    border-radius: 3vw;
    padding: 3vw;
  }
  .reviews .f5Swiper .swiper-slide .textBox .name {
    font-size: 22px;
    color: #333333;
  }
  .reviews .f5Swiper .swiper-slide .textBox .labs {
    margin-top: 3vw;
  }
  .reviews .f5Swiper .swiper-slide .textBox .labs .lab {
    font-size: 14px;
    padding: 1vw 2vw;
    border: 1px solid #999999;
  }
  .reviews .f5Swiper .swiper-slide .textBox .labs {
    gap: 1vw;
    flex-wrap: wrap;
  }
  .reviews .f5Swiper .swiper-slide .textBox .d {
    font-size: 16px;
    color: #333333;
  }
  .Journeys .f6Box {
    display: block;
    margin-top: 0;
  }
  .Journeys .f6Box .item {
    width: 100%;
    height: 100vw;
    border-radius: 3vw !important;
    margin-top: 5vw;
    display: block;
  }
  .Journeys .f6Box .item .text {
    width: 100%;
    padding: 5vw;
  }
  .Journeys .f6Box .item .text .address {
    font-size: 16px;
  }
  .Journeys .f6Box .item .text .address i {
    margin-right: 2vw;
  }
  .Journeys .f6Box .item .text .name {
    font-size: 20px;
    margin: 3vw 0;
  }
  .Journeys .f6Box .item .text .labs .lab:first-child {
    margin-right: 3vw;
  }
  .Journeys .f6Box .item .text .labs .lab .icon {
    width: 5vw;
    margin-right: 2vw;
  }
  .Journeys .f6Box .item .text .labs .lab .txt {
    font-size: 14px;
  }
  .Journeys .f6Box .item .text .amount {
    padding-top: 3vw;
    margin-top: 3vw;
    font-size: 22px;
  }
  .contactUs .f1 {
    padding: 20vw 5vw 0 5vw;
  }
  .contactUs .f1 .text .t1 {
    font-size: 26px;
  }
  .contactUs .f1 .text .t {
    font-size: 38px;
  }
  .contactUs .f1 .fromText {
    display: block;
    margin-top: 10vw;
  }
  .contactUs .f1 .fromText .textBox {
    width: 100%;
  }
  .contactUs .f1 .fromText .textBox .its .icon {
    top: 2.2vw;
  }
  .contactUs .f1 .fromText .textBox .its .txt {
    margin-left: 8vw;
  }
  .contactUs .f1 .fromText .textBox .its .txt .t {
    font-size: 18px;
  }
  .contactUs .f1 .fromText .textBox .its .txt .d {
    font-size: 16px;
  }
  .contactUs .f1 .fromText .formBox {
    width: 100%;
    margin-top: 10vw;
    border-radius: 1vw;
    padding: 5vw;
  }
  .contactUs .f1 .fromText .formBox .inputItem .inputBox {
    width: 100%;
    margin-bottom: 5vw;
  }
  .contactUs .f1 .fromText .formBox .inputItem .inputBox .t {
    font-size: 16px;
    opacity: 1;
  }
  .contactUs .f1 .fromText .formBox .inputItem .inputBox select {
    margin-top: 3vw;
    font-size: 16px;
    padding: 3vw;
  }
  .contactUs .f1 .fromText .formBox .inputItem .inputBox input {
    margin-top: 3vw;
    font-size: 16px;
    padding: 3vw;
  }
  .contactUs .f1 .fromText .formBox .textarea .t {
    font-size: 16px;
    opacity: 1;
  }
  .contactUs .f1 .fromText .formBox .textarea textarea {
    height: 30vw;
    margin-top: 3vw;
    font-size: 16px;
    padding: 3vw;
  }
  .contactUs .f1 .fromText .formBox .btnBox .conditions input {
    width: 4vw;
    height: 4vw;
  }
  .contactUs .f1 .fromText .formBox .btnBox {
    margin-top: 5vw;
    display: block;
  }
  .contactUs .f1 .fromText .formBox .btnBox .more {
    margin-top: 5vw;
  }
  .kefuBox .kefuModal .qrImg {
    width: 90%;
    border-radius: 3vw;
    padding: 1vw;
  }
  .kefuBox .kefuModal .qrImg .closeIcon {
    font-size: 24px;
    right: 0;
    top: -10vw;
  }
  .videoBoxs .videos {
    width: 90%;
    padding: 1vw;
  }
  .videoBoxs .close {
    font-size: 24px;
    right: 0;
    top: -10vw;
  }
  .teamDetail .f1 {
    padding: 20vw 5vw;
  }
  .teamDetail .f1 .text .t1 {
    font-size: 26px;
  }
  .teamDetail .f1 .text .t {
    font-size: 38px;
  }
  .teamDetail .f2{
    display: block;
  }
  .teamDetail .f2 .left{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .teamDetail .f2 .left .img{
    width: 30%;
    height: 50vw;
    margin: 0;
  }
  .teamDetail .f2 .left .text{
    width: 70%;
    padding: 5vw;
  }
  .teamDetail .f2 .left .text .tits .t{
    font-size: 26px;
  }
  .teamDetail .f2 .left .text .tits .job{
    font-size: 20px;
  }
  .teamDetail .f2 .left .text .des{
    margin: 5vw 0;
    font-size: 16px;
  }
  .teamDetail .f2 .left .text .labs{
    flex-wrap: wrap;
    gap: 2vw;
  }
  .teamDetail .f2 .left .text .labs .lab{
    font-size: 14px;
    margin-right: 0;
    padding: .7vw 3vw;
  }
  .teamDetail .f2 .right{
    width: 100%;
  }
  .teamDetail .f2 .right .tabBox{
    padding: 0 5vw;
  }
  .teamDetail .f2 .right .tabBox .tabs{
    font-size: 14px;
    padding: 3vw 0;
  }
  .rightContent{
    padding: 5vw;
  }
  .photoItem .img{
    width: 49%;
    height: 50vw;
  }
  .videoItem .img{
    width: 49%;
    height: 50vw;
  }
  .videoItem .play{
    font-size: 42px;
  }
  .caseItem .item{
    width: 100%;
    margin-bottom: 5vw;
  }
  .caseItem .item .imgBox{
    height: 50vw;
  }
  .caseItem .item .text{
    padding: 5vw;
  }
  .caseItem .item .text .name{
    font-size: 16px;
  }
  .caseItem .item .text .mores{
    display: none;
  }
  .customized .f2 .f2Box .item .right .travelBox .items:last-child{
    width: 100%;
  }
  .customized .f2 .f2Box .item .right .travelBox .items .Others{
    font-size: 16px;
    padding: 2vw 0;
  }
  .travel .f2 .item .imgBox .play{
    font-size: 42px;
  }
  .index .f4{
    margin-top: 10vw;
  }
  .index .f4 .AirplaneBg{
    width: 250%;
  }
  .index .f4 .Airplane{
    width: 250%;
    top: 7vw;
  }
  .travel .content{
    width: 90%;
    padding: 5vw;
    font-size: 16px;
  }
  .travel .content .time{
    font-size: 14px;
  }
  .travel .content .name{
    font-size: 18px;
  }
  .travel .content .des{
    font-size: 16px;
    margin-top: 5vw;
  }
  .travel .content .des img{
    width: 100%;
  }
  .travel .content .des table{
    font-size: 14px;
    margin: 5vw 0;
    display: block;
    overflow-x: auto;
  }
  .travel .content .des table th,
  .travel .content .des table td{
    padding: 3vw 4vw;
  }
  footer .footer .footerInfo .infos .mediaBox .media{
    margin: 0 2vw;
  }
  .videoBg{
    display: none;
  }
  .imgBg{
    display: block;
  }
  .customized .f2 .f2Box .item .right .peopleBox .select-wrap .tit{
    height: 8vw;
    line-height: 8vw;
  }
  .customized .f2 .f2Box .item .right .peopleBox .select-wrap .tit p{
    font-size: 16px;
  }
  .customized .f2 .f2Box .item .right .peopleBox .select-wrap .optionBox{
    margin-top: -0.5vw;
  }
  .customized .f2 .f2Box .item .txt .infos{
    position: relative;
    bottom: inherit;
    margin-top: 5vw;
  }
  .customized .f2 .f2Box .item .txt .infos .t2{
    font-size: 16px;
  }
  .customized .f2 .f2Box .item .txt .infos .d2{
    font-size: 14px;
    margin: 3vw 0;
  }
  .customized .f2 .f2Box .item .txt .infos .iconsBox2 .icons{
    font-size: 14px;
  }
  .customized .f2 .f2Box .item .txt .infos .iconsBox2 .icons i{
    font-size: 16px;
  }
  .customized .f2 .f2Box .item .txt .infos .iconsBox2 .icons .qrcode {
    width: 30vw;
    bottom: 11.5vw;
    margin-left: -7vw;
  }
  .iconsBox{
    position: relative;
    bottom: inherit;
    right: inherit;
    margin-top: 5vw;
  }
  .iconsBox .whatsapp{
    margin-right: 3vw;
  }
  .iconsBox .whatsapp i{
    font-size: 18px;
  }
  .iconsBox .icon i{
    font-size: 17px;
  }
  .iconsBox .icon .qrcode{
    width: 30vw;
    bottom: 6vw;
    left: -3vw;
  }
  .iconsBox .icon:hover .qrcode{
    bottom: 6.5vw;
  }
}
