/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
/* usually */
html{font-family:'Open Sans',-apple-system,Microsoft Yahei,PingFang SC,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif;word-wrap: normal;line-height: 1.4;}
body {font-size: 14px;color: #333;overflow-x: hidden;}
html,body {background-color: #FCFBFB;}
body,div,h1,h2,h3,h4,h5,h6,hr,p,span,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,a,:after,:before{margin:0;padding:0;box-sizing: border-box;}
ul,ol,li{list-style:none;}
a{text-decoration: none;color: #333}
.auto{margin-left:auto;margin-right:auto;}
.l{float:left;}.r{float:right;}.tc{text-align: center;}.ti2{text-indent: 2em;}
.db{display:block;}.dn{display:none;}.dib{display: inline-block;}
.ovh{overflow:hidden;}.rel{position:relative;}.abs{position:absolute;}
.fix:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-flex:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-web:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-phone:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.img-responsive{max-width: 100%; height: auto; display: block;}
.ellipsis{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}
.ellipsis1{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: inline-block; white-space: nowrap;}
img {border:none;display: inline-block;height: auto;max-width: 100%;}
.swiper-slide {user-select: none;}

/*margin*/
.m0{margin: 0px;}
.m1{margin: 1px;}.ml1{margin-left: 1px;}.mt1{margin-top: 1px;}.mr1{margin-right: 1px;}.mb1{margin-bottom: 1px;}
.m2{margin: 2px;}.ml2{margin-left: 2px;}.mt2{margin-top: 2px;}.mr2{margin-right: 2px;}.mb2{margin-bottom: 2px;}
.m5{margin: 5px;}.ml5{margin-left: 5px;}.mt5{margin-top: 5px;}.mr5{margin-right: 5px;}.mb5{margin-bottom: 5px;}
.m10{margin: 10px;}.ml10{margin-left: 10px;}.mt10{margin-top: 10px;}.mr10{margin-right: 10px;}.mb10{margin-bottom: 10px;}
.m15{margin: 15px;}.ml15{margin-left: 15px;}.mt15{margin-top: 15px;}.mr15{margin-right: 15px;}.mb15{margin-bottom: 15px;}
.m20{margin: 20px;}.ml20{margin-left: 20px;}.mt20{margin-top: 20px;}.mr20{margin-right: 20px;}.mb20{margin-bottom: 20px;}
.mr25 {margin-right: 25px;}
/*padding*/
.p0{padding: 0px;}
.p1{padding: 1px;}.pl1{padding-left: 1px;}.pt1{padding-top: 1px;}.pr1{padding-right: 1px;}.pb1{padding-bottom: 1px;}
.p2{padding: 2px;}.pl2{padding-left: 2px;}.pt2{padding-top: 2px;}.pr2{padding-right: 2px;}.pb2{padding-bottom: 2px;}
.p5{padding: 5px;}.pl5{padding-left: 5px;}.pt5{padding-top: 5px;}.pr5{padding-right: 5px;}.pb5{padding-bottom: 5px;}
.p10{padding: 10px;}.pl10{padding-left: 10px;}.pt10{padding-top: 10px;}.pr10{padding-right: 10px;}.pb10{padding-bottom: 10px;}
.p15{padding: 15px;}.pl15{padding-left: 15px;}.pt15{padding-top: 15px;}.pr15{padding-right: 15px;}.pb15{padding-bottom: 15px;}
.p20{padding: 20px;}.pl20{padding-left: 20px;}.pt20{padding-top: 20px;}.pr20{padding-right: 20px;}.pb20{padding-bottom: 20px;}
.mt30 {margin-top: 30px;}
.mb25 {margin-bottom: 25px;}
.heigh100 {height: 100%;}

.icon-plus {display: inline-block;width: 18px;height: 18px;position: relative;cursor: pointer;}
.icon-plus::before,.icon-plus:after {content: "";display: block;width: 100%;height: 2px;background-color: rgba(255, 255, 255, .4);border-radius: 4px;position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%;transition: transform .3s ease-in;border-radius: 4px;}
.icon-plus:after {transform: translate(-50%,-50%) rotate(90deg);}
.icon-plus.rotate:after {transform: translate(-50%,-50%) rotate(0);}


.pages {
  text-align: center;
  padding: 40px 0 0;
}

.pages li {
  display: inline-flex;
  font-size: 14px;
  margin-right: 0.5%;
  color: #2F2F2F;
  border: 1px solid #DEE2E7;
}

.pages li a {
  height:30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2F2F2F;
  padding: 0 12px;
}

.pages li span {
  height:30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2F2F2F;
  padding: 0 12px;
}

.pages .iconfont {font-size: 14px;}

.pages-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down-fill.png) no-repeat 96% center;
  border:1px solid #dadada;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px;
  padding-right: 16px;
}

.pages li.thisclass {
  background:#201F1D;
  border-color: #201F1D;
  color: #fff;
}
.pages li.thisclass a {
  color: #fff;
}

.pages li.noborder {border: none;background-color: transparent;padding: 0;}
.pages li .turn-input {color: #666666;padding: 8px 12px 7px;background-color: #fff;width: 48px;}

input[type="text"],input[type="password"],input[type="number"],textarea,button,input[type="email"],input[type="date"] {
  border: none;
  outline: none;
  background-color: transparent;
}
input.el-input-date,input.el-input-date1{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
input.el-input-date::-webkit-calendar-picker-indicator,input.el-input-date1::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  padding-left: 100%;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.banner {position: relative;}

.banner-i {
  width: 100%;
  display: block;
}

.lan {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down.png) no-repeat right center;
  padding-right: 16px;
}

.normal-table {width: 100%;border-collapse: collapse;}
.normal-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}


.mobile-img {display: none;}

.menu {
  margin-left: 30px;
  cursor: pointer;
}

.hide-pc {display: none;}
.menu i {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #000000;
  margin-top:7px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition:-webkit-transform 0.3s;
  transition:-webkit-transform 0.3s;
  -o-transition:transform 0.3s;
  transition:transform 0.3s;
  transition:transform 0.3s, -webkit-transform 0.3s;
}

.menu i:first-child {
  margin-top: 0;
}
.menu.rotate i:nth-of-type(1) {
  -webkit-transform: rotate(42.5deg);
      -ms-transform: rotate(42.5deg);
          transform: rotate(42.5deg);
}
.menu.rotate i:nth-of-type(2){
  opacity: 0;
}

.menu.rotate i:nth-of-type(3){
  -webkit-transform: rotate(-42.5deg);
      -ms-transform: rotate(-42.5deg);
          transform: rotate(-42.5deg);
}

.normal-place ::-webkit-input-placeholder{
  font-size: 16px;
  color: #999999;
  font-family:'Open Sans',-apple-system,Microsoft Yahei,PingFang SC,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif;
}
.normal-place :-moz-placeholder{
  font-size: 16px;
  color: #999999;
  font-family:'Open Sans',-apple-system,Microsoft Yahei,PingFang SC,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif;
}
.normal-place :-ms-input-placeholder{
  font-size: 16px;
  color: #999999;
  font-family:'Open Sans',-apple-system,Microsoft Yahei,PingFang SC,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif;
}


.normal-place2 ::-webkit-input-placeholder{
  font-size: 14px;
  color: rgba(33, 37, 41, 0.75);
  font-family:'Open Sans',-apple-system,Microsoft Yahei,PingFang SC,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif;
}
.normal-place2 :-moz-placeholder{
  font-size: 14px;
  color: rgba(33, 37, 41, 0.75);
  font-family:'Open Sans',-apple-system,Microsoft Yahei,PingFang SC,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif;
}
.normal-place2 :-ms-input-placeholder{
  font-size: 14px;
  color: rgba(33, 37, 41, 0.75);
  font-family:'Open Sans',-apple-system,Microsoft Yahei,PingFang SC,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif;
}

img[class*=avatar] {border-radius: 50%;}

.hover-a a:hover {color: #DBBE78;}
.hover-tit a:hover [class*=tit] {color: #DBBE78;}
._h-img {transition: transform .3s ease;}
.hover-img a:hover ._h-img {transform: scale(1.1);}
.bold {font-weight: 600;}
.tl {text-align: left;}
[class*=btn] {cursor: pointer;}
.col-red {color: #ff6600;}
.col-red1 {color: #FF0000;}
input.upload-file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  font-size:0
}


@-webkit-keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.lg_sfdh {
  animation: play_btn 0.5s infinite alternate;
}

@keyframes play_btn{
  0%{transform:scale(1.0)}
  100%{transform:scale(1.1)}
}

@keyframes hideIndex{
  0%{ opacity: 0; padding-top: 20px; }
  100%{opacity: 1; padding-top: 10px; }
}

@keyframes hideIndex2{
  0%{ opacity: 0; }
  100%{opacity: 1; }
}


@media (min-width:992px) {
  
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
     -webkit-transition-delay: 99999s;
     -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.center-box {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.center-box2 {
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
}

.responsive-y {overflow-y: auto;}
.responsive-x {overflow-x: auto;}

.head-sticky {position: sticky;position: -webkit-sticky;width: 100%;z-index: 99;top: 0;box-shadow: 0 5px 20px rgba(102, 102, 102, .2);background-color: #fff;}

.banner-word {position: absolute;top: 50%;transform: translate(0,-50%);width: 100%;text-shadow: 3px 0 0 rgba(0,0,0,1);}
.banner-tit {font-size: 64px;}
.banner-desc {font-size: 18px;}
.head {padding: 14px 0;}
.login-btn {
  display: inline-flex;
  width: 112px;
  height: 46px;
  background-color: #DBBE78;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 5px;
}
.banner-form-box {position: absolute;top: 50%;transform: translate(0,-50%);width: 100%;z-index: 98;pointer-events: none;}
.banner-form-box .center-box {pointer-events: none;}
.banner-form>.center-box {pointer-events: none;}
.el-radio-label {display: inline-flex;width: 32.16%;height: 55px;position: relative;justify-content: center;align-items: center;font-size: 13px;color: #000;background-color: #DBBE78;border-radius: 8px 8px 0 0;cursor: pointer;font-weight: 600;}
.el-radio-label.on {background-color: #fff;}
.el-radio {position: absolute;width: 100%;height: 100%;cursor: pointer;}
.el-radio::after {content: "";display: block;width: 100%;height: 100%;background-color: #DBBE78;top: 0;left: 0;position: absolute;border-radius: 8px 8px 0 0;cursor: pointer;}
.el-radio:checked::after {background-color: #fff;}
.banner-form {pointer-events: all;width: 457px;border-radius: 8px;max-width: 100%;z-index: 20;}
.el-input-group {background-color: #fff;padding: 13px 13px;}

.el-input-val {font-size: 16px;color: #535353;width: 100%;flex: 1;height: 25px;}
.el-select {color: #999;background: url(../img/arr-down.png) no-repeat right center;background-size: auto auto;}
.el-drop-cont {position: absolute;bottom: -5px;right: 0;transform: translate(0,100%);z-index: 1;background-color: #F0F2F7;padding: 13px;border-radius: 4px;width: 240px;display: none;}
.el-drop-dl {font-size: 13px;}
.el-drop-tit {color: #000;}
.el-drop-limit {color: #8D8D8D;}
.el-step {display: inline-flex;width: 32px;height: 32px;background-color: #DBBE78;border-radius: 50%;position: relative;cursor: pointer;}
.el-step::before,.el-step::after {content: "";width: 10px;height: 2px;border-radius: 4px;background-color: #fff;position: absolute;top: 50%;transform: translate(-50%,-50%);left: 50%;}
.step-plus::after {transform: translate(-50%,-50%) rotate(90deg);}
dl.el-input-dl {background-color: #F0F2F7;padding: 8px 10px;border-radius: 4.8px;}
.el-input-dl>dt{font-size: 16px;line-height: 24px;font-weight: 600;}
.el-input-dl + .el-input-dl {margin-top: 12px;}
.el-width-2 {width: 48.60%;}
[class*=el-width] .el-input-dl>dt {font-size: 14px;color: #8E8E8E;line-height: 18px;font-weight: 400;}
[class*=el-width] .el-input-val {height: 20px;}
.el-add-btn {display: inline-flex;width: 100%;height: 60px;background-color: #DBBE78;border-radius: 5px;color: #fff;justify-content: center;align-items: center;color: #fff;font-size: 18px;}
.el-tips {padding: 7px 10px;box-shadow: 0 4px 4px rgba(0,0,0,0.25);position: absolute;bottom: -20px;transform: translate(0,100%);right: 0;background-color: #fff;border-radius: 5px;font-size: 13px;display: none;z-index: 98;color: #000;}
.el-tips::after {content: "";border-bottom: 20px solid #fff;border-left: 12px solid transparent;border-right: 12px solid transparent;position: absolute;top: 0;left: 50%;transform: translate(-50%,-50%);}
.step-value {width: 40px;color: #000;text-align: center;}
.el-drop-dl + .el-drop-dl {margin-top: 25px;}
.el-drop-limit {margin-top: 2px;}
.banner-img {min-height: 600px;object-fit: cover;}
.el-return{display: none;position: relative;}
.icon-close {cursor: pointer;}
.el-return .icon-close {position: absolute;right: 0;top: 0;color: #000;transform: translate(50%,-50%);line-height: normal;font-size: 20px;}

.nav-ul-box {width: 261px;background-color: #fff;height: 100%;top: 0;right: 0;position: fixed;z-index: 98;box-shadow: -8px 0 7.2px rgba(178, 178, 178, 0.25);padding: 102.97px 15px 18px 48px;transform: translate(100%,0);transition: transform .3s ease;}
.right-fixed-ul>li + li {margin-top: 20px;}
.right-fixed {position: fixed;right: 4.47vw;top: 50%;transform: translate(0,-50%);z-index: 19;}
.fixed-links {display: flex;width: 100px;height: 100px;background-color: #fff;border-radius: 50%;box-shadow: 0 0 20px rgba(205, 205, 205, .2);flex-direction: column;justify-content: center;align-items: center;text-align: center;}
.right-fixed-text {font-weight: 600;white-space: nowrap;}
.fixed-links .iconfont {font-size: 40px;color: #DBBE78;line-height: normal;}
.nav-ul-box.showmenu {transform: translate(0,0);}
.nav-ul-box .icon-close {font-size: 32px;}
.nav-ul>li,.drop-ul>li {margin-top: 6px;font-weight: 600;}
.drop-ul>li {padding-left: 15px;}
.drop-tab>a {font-size: 15px;line-height: 48px;}
.drop-ul-tab>a {font-size: 13px;line-height: 32px;}
.lan-select {background-color: #DBBE78;color: #fff;text-align: center;text-align-last: center;width: 189px;height: 36px;display: inline-flex;border: 1px solid #525252;border-radius: 4px;padding: 0 12px;}
.lan-select option {background-color: #fff;color: #1A1A1A;}
.mt40  {margin-top: 40px;}
.lan-text {font-size: 16px;font-weight: 600;}
.lan-text .iconfont {font-size: 20px;}
.normal-flag {font-size: 14px;color:#DBBE78;font-weight: 600;margin-bottom: 25px;}
.normal-icon {width: 30px;height: 8px;display: inline-block;font-size: 0;position: relative;}
.normal-icon::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #DBBE78;
}

.normal-icon::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #DBBE78;
  bottom: 0;
}

.right-icon::before,.right-icon::after {
  left: 0;
}
.left-icon::before,.left-icon::after{
  right: 0;
}
.normal-flag-span {padding: 0 30px;}
.normal-tit {font-size: 32px;color:#0A0A0A;font-weight: 600;}
.quality-box {padding: 80px 0 0;}
.qua-btn {display: inline-flex;width: 180px;height: 60px;background-color: #DBBE78;color: #fff;border-radius: 4px;justify-content: center;align-items: center;font-size: 16px;}
.quality-ul>li {background-color: #F6F7F9;padding: 20px 40px 20px 20px;border-radius: 12px;margin-top: 25px;}
.quality-ul>li:hover .qua-btn {opacity: 0.6;}
.quality-ul {padding-top: 35px;}
.qua-left {width: 25.32%;overflow: hidden;}
.qua-right {width: 70.64%;}
.qua-tit {font-size: 20px;font-weight: 600;color: #000;}
.qua-desc {font-size: 16px;color: #868686;line-height: 1.75em;}
.quality-ul>li .qua-btn {margin-left: 2.91vw;}
.normal-desc {font-size: 18px;margin-top: 30px;}
.maximum {padding: 80px 0;}
.maximum-swiper-box {padding: 0 3.125vw;}
.swiper-max-prev {left: 0;}
.swiper-max-next {right: 0;}
.swiper-max-prev .iconfont,.swiper-max-next .iconfont {font-size: 20px;color: #666666;}
.swiper-max-prev.swiper-button-disabled,.swiper-max-next.swiper-button-disabled {
  opacity: 1;
  pointer-events: all;
}
.max-data>span + span{margin-left: 1.04vw;}
.max-top {height: 124px;display: flex;justify-content: center;align-items: center;}
.max-tit {font-size: 18px;font-weight: 600;}
.max-desc {font-size: 16px;color: #7F7F7F;}
.swiper-max {margin-top: 60px;}
.swiper-max-prev::after,.swiper-max-next::after {content: "";}
.pride-img {max-width: 50%;}
.pride-ul>li {width: 25%;margin-top: 40px;text-align: center;position: relative;padding: 0 1.82vw 0;}
.pride-ul>li:nth-of-type(2n) {margin-top: calc(40px + 3.125vw);}
.pride-ul>li::before {content: "";width:30%;padding-top: 10%;background: url(../img/soicon.png) no-repeat center;background-size:100% auto;position: absolute;right: 0;top: 0;transform: translate(50%,0);}
.pride-ul>li:last-child::before,.pride-ul>li:nth-last-of-type(1)::before {display: none;}
.pride-ul>li:nth-of-type(2n)::before {background-image: url(../img/soicon1.png);}
.pride {padding: 60px 0 80px;background-color: #FCFBFB;}
.pb-tit {font-size: 20px;color: #0A0A0A;font-weight: 600;}
.pb-desc {font-size: 16px;line-height: 1.75em;margin-top: 15px;color: #4B4B4B;}
.pride-top {width: 130px;height: 130px;background-color: #fff;border-radius: 50%;box-shadow: 0 0 10px  rgba(170,170,170,0.13);display: flex;justify-content: center;align-items: center;margin-left: auto;margin-right: auto;transition:all .5s}
.pride-bott {margin-top: 25px;transition:all .5s}
.pride-ul>li:hover .pride-top{transform:translateY(-20px)}
.pride-ul>li:hover .pride-bott{transform:translateY(-20px)}
.destination {padding: 60px 0;}
.dest-tit {font-size: 40px;font-weight: 600;margin-top: 25px;text-transform: uppercase;}
.dest-desc {font-size: 20px;font-weight: 600;margin-top: 15px;text-transform: uppercase;}
.normal-bj {background-repeat: no-repeat;background-position: center;background-size: cover;}
.dest-logo,.footer-logo,.logo-img {max-width: 214px;display: block;}
.footer-info {font-size: 13px;margin-top: 25px;color: rgba(255, 255, 255, 0.7);}
.book-top {color: #ffffff;width: 100%;height: 81px;background-color: #DBBE78;border-radius: 10px;font-size: 26px;justify-content: center;align-items: center;font-weight: 600;display: inline-flex;}
.book-ul>li {
  width: 32%;
  margin-left: 1.995%;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 0 13px rgba( 82, 63,105, 0.05);
  margin-top: 40px;
  text-align: center;
}
.book-ul {padding-top: 20px;}
.book-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}
.book-ul>li:hover{
  box-shadow: 0 0 13px rgba( 82, 63,105, 0.3);
}
.book-ul>li:hover .book-top{
    opacity: 0.5;
}
.nav-close .iconfont {line-height: normal;}
.book-tit {font-size: 20px;font-weight: 600;color: #2F2F2F;margin-top: 20px;}
.book-desc {font-size: 15px;line-height: 1.5em;margin-top: 15px;max-width: 262px;margin-left: auto;margin-right: auto;color: #212529;}
.book {padding: 80px 0;}
.footer {background-color: #1A1A1A;color: #fff;}
.footer a {color: #fff;}
.footer-ul>li {font-size: 15px;font-weight: 600;}
.footer-ul>li.on a {color: #DBBE78}
.footer-ul>li + li {margin-left: 1.30vw;}
.footer-top {border-bottom: 1px solid #606060;padding: 50px 0 40px;}
.footer-btop {font-size: 20px;font-weight: 600;position: relative;padding-bottom: 20px;}
.footer-bul-btop-line::after {content: "";position: absolute;bottom: 0;left: 0;width: 27px;height: 4px;background-color: #FCB215;left: 0;}
.footer-bott {padding: 50px 0 30px;}
.footer-bleft {width: 71.76%;}
.footer-bright {width: 22.38%;}
a.footer-link {font-size: 15px;margin-top: 20px;display: block;color: #CBCBCB;}
.footer-bul>li {flex: 1;}
.cont-binfo {font-size: 18px;}
.cont-binfo .iconfont {font-size: 24px;}
.cont-binfo-span + .cont-binfo-span {margin-top: 15px;}
.cont-binfo-span>dd {word-wrap: break-word;}
.max-img {max-height: 100%;max-width: 80%;}
.sign-form {width: 635px;max-width: 100%;margin-left: auto;margin-right: auto;padding: 20px 20px 45px;box-shadow: 0 4px 24px rgba(232,232,232,0.25);color: #212529;}
.back-links {color: #212529;}
.back-links:hover {color: #DBBE78;}
.sign-tit {font-size: 28px;font-weight: 600;margin-top: 30px;}
.sign-warning {font-size: 15px;color: #828282;}
.marks {position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999;display: none;}
.infomation-box {width: 690px;max-width: 94%;border-radius: 8px 8px 0 0;overflow: hidden;text-align: center;background-color: #fff;box-shadow: 0 4px 24px rgba(225,225,225,0.25);}
.infoma-top {background-color: #DBBE78;padding: 12px 15px;font-size: 22px;font-weight: 600;color: #fff;}
.infoma-bott {font-size: 16px;color: #2F2F2F;padding: 40px 15px;}
.passeye .eye-hide {display: block;}
.passeye .eye-show {display: none;}
.eye-img {width: 24px;cursor: pointer;display: block;}
.eye-hide {display: none;}
.el-sign-box {border: 1px solid #F4F4F4;border-radius: 5px;background-color: #FCFBFB;padding: 0 20px;}
.el-sign-box .iconfont {font-size: 20px;}
.el-sign-val {height: 50px;width: 100%;flex: 1;font-size: 14px;color: #000;}
.el-sign-text{height: 120px;resize: none;padding: 15px 0;}
.below-bott {padding-top: 25px;}
.el-sign-dl + .el-sign-dl {margin-top: 15px;}
.el-sgin-width {width: 48.5%;}
.gx {width: 20px;height: 20px;}
._gx {position: relative;width: 20px;height: 20px;}
._gx::after {content: "";position: absolute;width: 20px;height: 20px;border: 1px solid #9a9a9a;border-radius: 4px;z-index: 9;background-color: #fff;top: 50%;transform: translate(-50%,-50%);left: 50%;}
._gx:checked::after {border-color: #256ef9;background:#256ef9 url(../img/gx.png) no-repeat center;}

.el-sign-dl>dt {font-size: 15px;font-weight: 600;}
.el-check-label {color: #828282;}
.sl-sub-btn {height: 50px;background-color: #DBBE78;border-radius: 6px;display: inline-flex;justify-content: center;align-items: center;color: #fff;font-size: 16px;width: 100%;font-weight: 600;}
.sl-sub-btn2 {width: 128px;}
.underline {text-decoration: underline;}
.el-account {color: #828282;font-size: 15px;}
.fag-arrow-down {display: inline-block;width: 20px;height: 20px;background:#8C8C8C url(../img/arrow_down.png) no-repeat center;background-size: 80% auto;cursor: pointer;border-radius: 50%;transition: transform .3s ease;}
.fag-tab-tit {font-size: 18px;font-weight: 600;}
.fag-tab.rotate .fag-arrow-down {background-color: #DBBE78;transform: rotate(-180deg);}
.fag-ul>li {border: 1px solid #DBDBDB;border-radius: 5px;padding: 20px;}
.fag-ul>li + li {margin-top: 20px;}
.fag-cont {font-size: 18px;line-height: 1.75em;margin-top: 20px;padding-left: 15px;display: none;color: #393939;}

.nav-position {color: #DBBE78;font-size: 15px;}
.banner-list-word {position: absolute;top: 50%;transform: translate(0,-50%);width: 100%;}
.banner-list-tit {font-size: 36px;font-weight: 600;}
.about-us-left {padding-left: 60px;position: relative;width: 48.92%;}
.about-us-right {width: 46%;}
.about-us-left::before {content: "";position: absolute;top: 50%;transform: translate(0,-50%);background-color: #DBBE78;height: calc(100% + 5.20vw);left: 0;width: 58.17%;}
.about-us-text {-webkit-writing-mode: vertical-lr;-ms-writing-mode: tb-lr;writing-mode: vertical-lr;position: absolute;top: 50%;left: 0;z-index: 99;color: #fff;font-size: 28px;-webkit-transform:translate(-100%,-50%) rotate(-180deg);-ms-transform:translate(-100%,-50%) rotate(-180deg);transform:translate(-100%,-50%) rotate(-180deg);white-space: nowrap;line-height: 1.8em;}
.about-us {padding: 130px 0 70px;}
.about-us-rflag {font-size: 18px;color: #DBBE78;}
.about-us-rtit {font-size: 36px;font-weight: 600;}
.about-us-rdesc {font-size: 15px;line-height: 2em;color: #787878;}
.carright {width: 55.38%;}
.carleft {width: 45%;padding-top: 2.08vw;}
.careers-out {width: 51.42%;position: absolute;top: 0;right: 0;padding-top: 29.28%;background-repeat: no-repeat;background-size: cover;background-position: center;}
.careers::after {content: "";display: block;width: 100%;height: 100%;top: 0;left: 0;background: linear-gradient(to right,#fff,#fff,transparent);position: absolute;}
.careers>.center-box {z-index: 2;}
.luxury-table th {color: #DBBE78;vertical-align: top;}
.luxury-table th,.luxury-table td {padding: 16px 20px;text-align: left;}
.luxury-tit {font-size: 30px;text-align: center;font-weight: 600;}
.luxury-box {padding: 80px 0;}
.luxury-table {max-width: 730px;margin-left: auto;margin-right: auto;box-shadow: 1px 1px 10px rgba(0,0,0,0.20);border-top: 2px solid #DBBE78;border-bottom: 2px solid #DBBE78;margin-top: 30px;background-color: #fff;line-height: 1.7em;}
.luxury-table tr:nth-of-type(2n) {background-color: #FAFAFA;}
.contact-btn {display: inline-flex;width: 212px;height: 62px;background-color: #DBBE78;border-radius: 10px;color: #fff;justify-content: center;align-items: center;font-size: 15px;}
.hover-btn:hover,.login-btn:hover,.el-add-btn:hover,.sl-sub-btn:hover,.continue-btn:hover,.tour-book-btn:hover {opacity: 0.6;}
.contact-ul>li {width: 32.07%;margin-left: 1.87%;background-color: #fff;padding: 20px;box-shadow: 0 4px 24px rgba(225,225,225,0.25);text-align: center;margin-top: 40px;}
.contact-ul>li:nth-of-type(3n+1) {margin-left: 0;}
.cont_tit {font-size: 20px;font-weight: 600;}
.cont_desc {font-size: 16px;color:  #737373;}
.cont_desc + .cont_desc {margin-top: 20px;}
.contact-form {padding: 25px;box-shadow: 0 4px 24px rgba(225,225,225,0.25);border-radius: 10px;margin-top: 25px;}
.cf-left {width: 48.8%;}
.cf-right {padding-left: 25px;}
.cf-rtit {font-size: 36px;font-weight: 600;}
.add-index {display: inline-flex;width: 22px;height: 22px;background-color: #201F1D;border-radius: 50%;justify-content: center;align-items: center;font-size: 16px;color: #fff;}
.contact_add {box-shadow: 0 4px 24px rgba(225,225,225,0.25);border-radius: 10px;padding: 25px;}
.add_left {width: 19.2%;}
.details-show {font-size: 15px;line-height: 2.66em;color: #404040;}
.so-ul {max-width: 1150px;margin-left: auto;margin-right: auto;padding: 20px 0 0;}
.so-ul>li {display: flex;justify-content: space-between;margin-top: 60px;}
.so-ul>li:nth-of-type(2n) {
  display: flex;
  flex-direction: row-reverse;
}
.so-ul-left {width: 49.86%;}
.so-ul-right {width: 45.30%;overflow:hidden;border-radius:16px}
.so-ul-right img{
    transition: all .5s;
}
.so-ul-right:hover img{
    transform: scale(1.05);
}
.so-tit {font-size: 32px;font-weight: 600;}
.so-desc {font-size: 16px;line-height: 2.375em;margin-top: 20px;color: #181A1F;}
.s-img {border-radius: 10px;}
.ve-circle {display: inline-block;width: 12px;height: 12px;border-radius: 50%;background-color: #CDCDCD;}
.vehicles-ul {padding-bottom: 20px;justify-content: center;}
.vehicles-ul>li {text-align: center;position: relative;width: 25%;}
.vehicles-ul>li::before {content: "";height: 3px;width: 70%;position: absolute;background-color: #DCDCDC;top: 7px;left: 0;transform: translate(-50%,0);}
.vehicles-ul>li.on .ve-text{color: #DBBE78;}
.vehicles-ul>li.on .ve-circle {background-color: #DBBE78;}
.vehicles-ul>li.on::before {background-color: #DBBE78;}
.vehicles-ul>li:first-child::before {
  display: none;
}
.ve-text {font-size: 12px;margin-top: 10px;color: #848484;}
.vehicles-box {padding: 30px 0 80px;}
.icon-circle {display: inline-block;width: 16px;height: 16px;background-color: rgba(255, 196, 56, 0.4);border-radius: 50%;vertical-align: middle;position: relative;}
.icon-circle::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #DBBE78;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  border-radius: 50%;
}
.vehi-dl>dt {font-size: 18px;font-weight: 600;}
.vehi-dl + .vehi-dl {margin-top: 10px;}
.vehi-dl-line {position: relative;}
.vehi-dl-line::before {content: "";position: absolute;width: 1px;background-color: #FFE8AF;left: 8px;bottom:  -4px;height: calc(100% - 17px);}
.vehi-dl-text {font-size: 16px;color: #111111;padding-bottom: 20px;position: relative;}
.vehi-dl-text2 {font-size: 16px;color: #111111;margin-top: 15px;}
.vehi-dl-text:has(.vehi-posi) {padding-left: 20px;} 
.vehicles-summary {padding: 20px 30px;box-shadow: 0 4px 24px rgba(225,225,225,0.2),0 0 13px rgba(82,63,105,0.05);}
.vehi-flag {display: inline-flex;padding: 0 8px;height: 38px;align-items: center;background-color: #F5F5F5;font-size: 16px;color: #737373;margin-right: 5px;margin-top: 5px;}
.vehi-posi {position: absolute;left: 0;top: 3px;line-height: normal;}
.vehicles-list>li {margin-top: 30px;position: relative;box-shadow: 0 0 13px rgba(82, 63, 105, 0.05)}
.veul-left {width: 25.64%;}
.vehi-right {padding-left: 20px;}
.vehi-rtit {font-size: 20px;font-weight: 600;}
.vehi-rprice  {font-size: 32px;color: #C40000;font-weight: 600;}
.vehi-rdesc {font-size: 15px;color: #737373;}
.vehi-select {display: inline-flex;width: 120px;height: 38px;border: 1px solid #000000;border-radius: 6px;justify-content: center;align-items: center;position: relative;}
.vehi-select .iconfont {color: #000;font-size: 18px;}
.vehicles-radio {position: absolute;width: 100%;height: 100%;opacity: 0;top: 0;left: 0;cursor: pointer;}
.vehi-inner-box {border: 2px solid transparent;background-color: #fff;padding: 10px;border-radius: 8px;}
.vehi-inner-box:has(.vehicles-radio:checked) {border-color: #DBBE78;}
.vehi-inner-box:has(.vehicles-radio:checked) .vehi-select {background-color: #323232;border-color: #323232;}
.vehi-text,.vehi-text .iconfont  {font-size: 18px;}
.vehi-inner-box:has(.vehicles-radio:checked) .vehi-select .iconfont{
	color: #ffffff;
}
.please {padding: 10px 20px 10px 3.125vw;box-shadow: 0 0 13px rgba(82, 63, 105, 0.05);border-radius: 10px;margin-top: 30px;}
.please-desc {color: #111;line-height: 2.28em;}
.please-desc .icon-info {position: absolute;left: -10px;transform: translate(-100%,0);top: 0;color: #D90000;}

.gx_ {width: 16px;height: 16px;position: relative;vertical-align: middle;}
.gx_::after {content: "";display: block;width: 100%;height: 100%;top: 50%;transform: translate(-50%,-50%);background-color: #fff;border: 1px solid #000;border-radius: 50%;left: 50%;position: absolute;}
.gx_:checked::after {background: url(../img/gx.png) #000 no-repeat center;background-size: 80% auto;}
.below-tit {font-size: 20px;color: #201F1D;}
.below-top {padding-bottom: 20px;border-bottom: 1px solid #DBDBDB;}
.back-vehi {font-size: 15px;color: #201F1D;}
.back-vehi>a:hover {color: #DBBE78;}
.pay-price {font-size: 20px;color: #C40000;font-weight: 600;}
.pay-links  {width: 101px;height: 63px;background-color: #F5F5F5;border-radius: 5px;display: inline-flex;justify-content: center;align-items: center;border: 2px solid transparent;}
.pay-links-box {margin-right: 20px;}
.vehicles-radio:checked + .pay-links{border-color: #DBBE78;}
.pay-img {max-height: 100%;}
.continue-btn {display: inline-flex;width: 170px;height: 50px;background-color: #201F1D;border-radius: 6px;justify-content: center;align-items: center;color: #fff;font-size: 16px;}
.continue-btn2 {background-color: #DBBE78;color: #fff;}
.pay-success {padding: 40px 40px;box-shadow: 0 4px 24px rgba(225,225,225,0.2),0 0 13px rgba(82,63,105,0.05);}
.pay-succ-tit {font-size: 22px;font-weight: 600;}
.pay-succ-desc {font-size: 15px;line-height: 2.66em;font-weight: 600;}
.pay-succ-info {font-size: 12px;line-height: 1.66em;max-width: 660px;margin-left: auto;margin-right: auto;}
.normal-item {display: none;}
.normal-item:first-child {display: block;}
.banner-list-desc {font-size: 15px;margin-top: 15px;}
.vehi-tab-ul>li {margin-right: 20px;}
.vehi-tab-ul>li>a {display: inline-flex;width: 200px;height: 56px;background-color: #fff;box-shadow: 0 0 13px rgba(82,63,105,0.05);border-radius: 6px;justify-content: center;align-items: center;font-size: 20px;font-weight: 600;transition: all .3s ease;}
.vehi-tab-ul>li.on>a,.vehi-tab-ul>li>a:hover{background-color: #DBBE78;}
.vehi-cr-btn {display: inline-flex;width: 120px;height: 38px;background-color: #DBBE78;justify-content: center;align-items: center;font-size: 16px;color: #fff;border-radius: 6px;}
.vehi-cont-right {padding-left: 25px;}
.vehi-cont-ul>li {padding: 20px;box-shadow: 0 0 13px rgba(82,63,105,0.05);margin-top: 30px;}
.vehi-cont-ul>li:hover .vehi-cr-btn {opacity: 0.6;}
.vehi-cr-tit {font-size: 20px;max-width: 526px;font-weight: bold;}
.vehi-cr-desc {font-size: 16px;color: #737373;font-weight: 600;}
.vehi-info {font-size: 17px;color: #6D6D6D;}
.vehi-details-tit {font-size: 32px;color: #212121;}
.tour-details-left {width: calc(100% - 410px);}
.tour-details-right {width: 384px;}
.swiper-tour-normal {width: 42px;height: 42px;border-radius: 50%;background-color: rgba(255,0255,255,.6);}
.swiper-tour-normal::after {color: #161616;font-size: 20px;}
.swiper-tour-normal.swiper-button-disabled {opacity: 1;pointer-events: all;}
.tour-details-swiper {margin-top: 30px;}
.vice-tit {padding: 16px 20px;background-color: #F3F3F3;font-size: 13px;font-weight: 600;}
.tour-details-show {font-size: 15px;line-height: 1.875em;padding: 35px 0;}
.td-tit {font-size: 24px;}
.tour-dr-date {margin-top: 30px;}
.tour-dr-date .iconfont {font-size: 20px;}
.tour-dr-date .book-select {border: 1px solid #E5E5E5;color: #545454;height: 55px;width: 100%;padding: 0 15px;background: url(../img/arr-down.png) no-repeat calc(100% - 15px) center;background-size: auto;}
.tour-dr-box {box-shadow: 0 0 13px rgba(82,63,105,0.05);padding: 25px;}
.tour-dr-box + .tour-dr-box {margin-top: 30px;}
.tour-dr-price {font-size: 32px;font-weight: 600;color: #C40000;}
.tour-dr-item {margin-top: 25px;}
.tour-dr-itit {color: #242424;padding-bottom: 10px;position: relative;display: inline-block;}
.tour-dr-itit::after {content: "";display: block;width: 100%;height: 2px;background-color: #DBBE78;bottom: 0;left: 0;position: absolute;}
.tour-dr-left {width: 35.31%;max-width: 119px;}
.tour-dr-right {width: 64.69%;padding:5px 0 5px 15px;}
.below-uright {padding: 5px 0;}
.tour-v-tit {font-size: 15px;font-weight: 600;}
.tour-dr-ul>li {position: relative;margin-top: 20px;}
.tour-dr-ul>li .tour-dr-inner {border: 2px solid transparent;border-radius: 10px;overflow: hidden;}
.vehicles-radio:checked + .tour-dr-inner {border-color: #DBBE78;}
.tour-dr-text {font-size: 16px;font-weight: 600;}
.tour-dr-price2 {color: #FF0000;}
.tour-book-btn {display: inline-flex;width: 270px;height: 52px;background-color:#DBBE78;color: #fff;justify-content: center;align-items: center;border-radius: 3px;font-weight: 600;}
.need-help-tit {font-size: 22px;font-weight: 600;}
.need-dl {font-size: 18px;margin-top: 15px;}
.need-dl .iconfont {font-size: 20px;}
.logo-out-btn {display: inline-flex;width: 120px;height: 46px;background-color: #DBBE78;color: #fff;border-radius: 5px;justify-content: center;align-items: center;font-size: 16px;}
.mypage {padding: 80px 0;min-height: 550px;}
.my-page-name {font-size: 24px;font-weight: 600;}
.mypage-ul>li {
  width: 47.20%;
  padding: 25px;
  background-color: #fff;
  box-shadow: 0 0 13px rgba(82,63,105,0.05);
  text-align: center;
  margin-top: 40px;
  border: 2px solid transparent;
  border-radius: 10px;
}
.mypage-ul>li.on,.mypage-ul>li:hover {border-color: #DBBE78;color: #DBBE78;}
.mypage-ul>li.on a,.mypage-ul>li:hover a {color: #DBBE78;}
.mypage-text {font-size: 24px;font-weight: 600;}
.mypage-ul>li .iconfont {
  font-size: 64px;
}
.all-btit {font-size: 20px;font-weight: 600;}
.below-tleft>span {margin-right: 3.125vw;}
.below-top2 {font-size: 16px;}
.tour-addion {font-size: 12px;line-height: 2em;}
.below-ul>li {padding: 20px 0;border-bottom: 1px solid #DBDBDB;}
.below-info {line-height: 2.2em;}
.below-info-tit {font-size: 16px;font-weight: 600;}
.contact-box,.so-box {padding-bottom: 80px;}
@media (min-width:1992px) {

}

@media (min-width:992px) {
  .el-input-group-out {min-height: 466px;}
}
.block {display: block;width: 100%;}
.mt25 {margin-top: 25px;}
.tr {text-align: right;}
.hide-pc {display: none;}
.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1; 
}
.line2 {
  -webkit-line-clamp: 2;
}
.line3 {
  -webkit-line-clamp: 3;
}
.line5 {
  -webkit-line-clamp: 5;
}
.col-000 {
  color: #000;
}
.col-333 {
  color: #333;
}
.col-666 {
  color: #666;
}
.col-999 {
  color: #999;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.col-fff {
  color: #fff;
}
.col-fff a {
  color: #fff;
}
.col-fb {
  color: #FBFBFD;
}
.bgfff {
  background-color: #fff;
}
.col-blue {color: #127384;}
.theme {color: #DBBE78;}
