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

@charset "utf-8";
/* usually */


@font-face {
  font-family: 'GeneralSans';
  src: url('/font/GeneralSans-Variable.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  font-family: 'GeneralSans', '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;
}

textarea {
  font-family: none;
}

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);
}

.myx {
  position: relative;
  float: right;
  bottom: 42px;
  background: #333;
  padding: 8px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  right: -16px;
}

.eye {
  position: relative;
  left: 96%;
  /* display: none; */
  bottom: 25PX;
  z-index: 9;
  display: inline;
  transform: translateY(-50%);
}

.pages {
  width: 100%;
  text-align: center;
  /* margin-top: 45px; */
}

.page {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.pagination {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.pagination {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 20px auto;
  /* display: block; */
}

.pagination li {
  display: inline;
  text-align: center;
}

.pagination a {
  box-sizing: border-box;
  float: left;
  display: block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background: white;
  color: #0D4064;
  text-align: center;
  line-height: 40px;
  border-radius: 8px;
  margin: 0 2px;
}

.pagination a img {
  height: 10px;
}

.pagination span {
  box-sizing: border-box;
  float: left;
  display: block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background: white;
  color: #0D4064;
  text-align: center;
  line-height: 40px;
  margin: 0 2px;
  border-radius: 8px;
}

.pagination a.active {
  /* background: #FFAE5F;
	border-color: #FFAE5F; */
  color: #0082FF;
  /* font-weight: 700; */
}

.pagination a:active {
  /* background: #FFAE5F;
	border-color: #FFAE5F; */
  color: #0082FF;
  /* font-weight: 700; */
}

.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;
  z-index: 1;
  min-width: 150px;
}

input.el-input-date::-webkit-calendar-picker-indicator,
input.el-input-date1::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  padding-left: 100%;
  bottom: 0;
  padding-top: 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: #334;
}

.hover-tit a:hover [class*=tit] {
  color: #FFC438;
}

._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) {
  .normal-place3 ::-webkit-input-placeholder {
    color: #fff;
    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-place3 :-moz-placeholder {
    color: #fff;
    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-place3 :-ms-input-placeholder {
    color: #fff;
    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;
  }
}

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;
  width: 100%;
  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;
  bottom: 50%;
  width: 100%;
  text-shadow: 3px 0 0 rgba(0, 0, 0, 1);
}

.banner-tit {
  font-size: 42px;
}

.banner-desc {
  font-size: 18px;
}

.head {
  padding: 14px 0;
}

.login-btn {
  display: inline-flex;
  width: 112px;
  height: 46px;
  background-color: #fff;
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 5px;
}

.banner-form-box {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 98;
  pointer-events: none;
  left: 0;
}

.banner-form-box .center-box {
  pointer-events: none;
}

.banner-form>.center-box {
  pointer-events: none;
}



@media (min-width: 992px) {
  .el-input-dl+.el-input-dl {
    margin-top: 0;
  }

  dl.el-input-dl,
  dl.el-input-dl * {
    color: #fff;
  }

  .el-radio-label {
    display: inline-flex;
    width: 117px;
    height: 40px;
    border-radius: 999px;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
  }

  .el-radio-group {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 999px;
  }

  .el-radio-label.on {
    background-color: #fff;
    color: #000
  }

  .banner-form {
    pointer-events: all;
    /* width: 457px; */
    border-radius: 8px;
    max-width: 100%;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .el-input-group {
    padding: 13px 13px;
    background-color: rgba(0, 0, 0, 0.5);
  }

}







@media (max-width: 992px) {
  [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: #333;
    border-radius: 5px;
    color: #fff;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
  }

  .el-input-dl+.el-input-dl {
    margin-top: 12px;
  }

  .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;
  }

  dl.el-input-dl {
    background-color: #F0F2F7;
    padding: 8px 10px;
    border-radius: 4.8px;
  }

  .el-radio-label {
    display: inline-flex;
    width: 32.16%;
    height: 55px;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    background: #eee;
    color: #000;
    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: #eee;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.el-radio:checked::after {
  background-color: #fff;
}


.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: #FFC438;
  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);
}


.footer-link-all {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 30px;
  background-color: #FFC438;
  border-radius: 4px;
  color: #000 !important;
  margin-top: 20px;
}




.el-input-dl>dt {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.el-width-2 {
  width: 48.60%;
}

/* Hourly disposal 表单布局 */
#strx2 .hourly-main-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
  width: 100%;
}

#strx2 .hourly-from-wrap {
  flex: 1 1 100%;
  min-width: 0;
}

#strx2 .hourly-duration-wrap {
  flex: 1 1 100%;
  min-width: 0;
}

#strx2 .hourly-date-wrap,
#strx2 .hourly-time-wrap {
  flex: 1 1 calc(50% - 5px);
  min-width: 0;
}

#strx2 .hourly-main-row .el-input-dl {
  height: 100%;
}

@media (min-width: 992px) {
  #strx2 .hourly-main-row {
    flex: 1;
    flex-wrap: nowrap;
    gap: 20px;
    min-width: 0;
  }

  #strx2 .hourly-from-wrap {
    flex: 2.2 1 0;
    min-width: 180px;
  }

  #strx2 .hourly-duration-wrap {
    flex: 0 0 145px;
    width: 145px;
  }

  #strx2 .hourly-date-wrap,
  #strx2 .hourly-time-wrap {
    flex: 1 1 0;
    min-width: 130px;
  }
}

@media (max-width: 991px) {
  #strx2 .hourly-from-wrap {
    flex: 1 1 calc(100% - 118px);
    min-width: 0;
  }

  #strx2 .hourly-duration-wrap {
    flex: 0 0 108px;
    width: 108px;
  }
}

.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: #000;
  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: #FFC438;
  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-tit-sub {
  font-size: 16px;
  color: #737373;
  margin-bottom: 10px;
}

.normal-flag {
  font-size: 14px;
  color: #333;
  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: #FFC438;
}

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

.right-icon::before,
.right-icon::after {
  left: 0;
}

.left-icon::before,
.left-icon::after {
  right: 0;
}

.normal-flag-span {
  padding: 0 30px;
  font-size: 30px;
}

.normal-tit {
  font-size: 32px;
  color: #0A0A0A;
  font-weight: 600;
}

.quality-box,
.normal-pd {
  padding: 80px 0;
}

.qua-btn {
  display: inline-flex;
  width: 180px;
  height: 60px;
  background-color: #333;
  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;
}

.quality-swiper-box {
  padding-top: 35px;
}

.swiper-quality {
  overflow: hidden;
}

.swiper-quality .swiper-slide {
  height: auto;
}

.quality-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-height: 648px;
  height: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
}

.quality-card:hover ._h-img {
  transform: scale(1.1);
}

.quality-card-img {
  flex-shrink: 0;
  width: 100%;
  height: 374px;
  border-radius: 10px;
  overflow: hidden;
}

.quality-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quality-card-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.quality-card-cat {
  font-size: 16px;
  font-weight: 600;
  color: #737373;
  line-height: 18px;
  letter-spacing: 0.25px;
}

.quality-card-tit {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  line-height: 26px;
  letter-spacing: 0.25px;
}

.quality-card-desc {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
  letter-spacing: 0.25px;
}

.quality-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: flex-start;
  width: 137px;
  height: 46px;
  padding: 10px;
  border: 1px solid #737373;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 600;
  color: #737373;
  letter-spacing: 0.25px;
  line-height: 1;
  background-color: #fff;
}

.quality-card:hover .quality-card-btn {
  opacity: 0.6;
}

.quality-swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 149px;
  height: 78px;
  margin: 40px auto 0;
  background-color: #f2f2f2;
  border-radius: 99px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.quality-swiper-nav .swiper-button-prev,
.quality-swiper-nav .swiper-button-next {
  position: static;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quality-swiper-nav .swiper-button-prev::after,
.quality-swiper-nav .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
  color: #737373;
}

.quality-swiper-nav .swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.normal-mt {
  margin-top: 60px;
}

.event-transport-box {
  margin-top: 60px;
  padding-bottom: 80px;
}

.event-transport-banner {
  width: 100%;
  height: 780px;
  border-radius: 16px;
  overflow: hidden;
}

.event-transport-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-transport-content {
  margin-top: 49px;
  align-items: flex-start;
  gap: 60px;
}

.event-transport-left {
  width: 47.4%;
}

.event-transport-right {
  flex: 0 0 auto;
  padding-top: 8px;
}

.event-transport-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.event-transport-list li {
  display: flex;
  align-items: center;
  gap: 21px;
}

.event-transport-dot {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  background-color: #000;
  transform: rotate(45deg);
}

.event-transport-item-text {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 35px;
}

.event-transport-learn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 137px;
  height: 46px;
  margin-top: 35px;
  padding: 10px;
  border: 1px solid #737373;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 600;
  color: #737373;
  letter-spacing: 0.25px;
  line-height: 1;
  background-color: #fff;
}

.event-transport-learn:hover {
  opacity: 0.6;
}

.event-transport-tit {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  line-height: 60px;
}

.event-transport-subtit {
  margin-top: 18px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 35px;
}

.event-transport-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  width: 336px;
  height: 70px;
  margin-top: 35px;
  background-color: #dadada;
  border: 1px solid #fff;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.event-transport-contact .iconfont {
  font-size: 29px;
  line-height: 1;
}

.stay-connected-section {
  overflow: visible;
}

.stay-connected-stack {
  position: relative;
  width: 100%;
}

.stay-connected-stage {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(100vh - 160px);
  max-height: 780px;
  min-height: 480px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  will-change: width, height;
}

.stay-connected-cards {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stay-connected-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  will-change: transform;
}

.stay-connected-card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.stay-connected-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stay-connected-overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  min-height: 142px;
  padding: 36px 24px 27px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(6, 10, 13, 0.12);
  background-color: rgba(20, 22, 28, 0.82);
}

.stay-connected-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 50%);
  pointer-events: none;
}

.stay-connected-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.06);
  pointer-events: none;
}

.stay-connected-tit {
  position: relative;
  z-index: 1;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
  letter-spacing: 0.25px;
}

.stay-connected-desc {
  position: relative;
  z-index: 1;
  margin-top: 7px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  letter-spacing: 0.25px;
}

.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: "";
}

.max-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.max-modal.is-show {
  display: flex;
}

body.max-modal-open {
  overflow: hidden;
}

.max-modal-mask {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.max-modal-box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1374px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  padding: 17px;
  box-sizing: border-box;
}

.max-modal-inner {
  align-items: stretch;
}

.max-modal-left {
  width: 49.3%;
  flex-shrink: 0;
}

.max-modal-right {
  width: 50.7%;
  flex-shrink: 0;
  padding-left: 29px;
  box-sizing: border-box;
}

.max-modal-swiper {
  width: 100%;
  height: 462px;
  border-radius: 8px;
  overflow: hidden;
}

.max-modal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.max-modal-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  pointer-events: none;
  z-index: 2;
}

.max-modal-prev,
.max-modal-next {
  position: static;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  pointer-events: all;
}

.max-modal-prev::after,
.max-modal-next::after {
  content: "";
}

.max-modal-prev .iconfont,
.max-modal-next .iconfont {
  font-size: 20px;
  color: #333;
}

.max-modal-head {
  padding-right: 4px;
}

.max-modal-tit {
  font-size: 29px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}

.max-modal-close {
  width: 29px;
  height: 29px;
  border: 0;
  background: none;
  font-size: 28px;
  line-height: 1;
  color: #333;
  cursor: pointer;
  flex-shrink: 0;
}

.max-modal-desc {
  margin-top: 14px;
  font-size: 22px;
  color: #737373;
  line-height: 1.4;
}

.max-modal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.max-modal-tag {
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  background-color: #f5f5f5;
  font-size: 22px;
  color: #737373;
  line-height: 1.4;
}

.max-modal-data {
  margin-top: 22px;
  font-size: 20px;
  color: #333;
}

.max-modal-data>span+span {
  margin-left: 16px;
}

.pride {
  padding: 60px 0 80px;
  background-color: #FCFBFB;
}

.pride-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.pride-card {
  width: calc(25% - 15px);
  min-height: 479px;
  padding-top: 40px;
  border-radius: 20px;
  background-color: #e0e7f2;
  background-image: linear-gradient(-80deg, rgba(255, 255, 255, 0.64) 20%, rgba(255, 255, 255, 0.32) 30%, rgba(255, 255, 255, 0.04) 40%, rgba(255, 255, 255, 0.04) 60%, rgba(255, 255, 255, 0.32) 70%, rgba(255, 255, 255, 0.64) 90%);
  box-sizing: border-box;
}

.pride-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  height: 100%;
  padding: 0 26px 40px;
  box-sizing: border-box;
}

.pride-card-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  text-align: center;
}

.pride-card-tit {
  font-size: 21px;
  font-weight: 700;
  color: #0a0a0a;
  line-height: 28px;
}

.pride-card-desc {
  max-width: 281px;
  margin: 0 auto;
  font-size: 15px;
  color: #4b4b4b;
  line-height: 28px;
}

.pride-card-icon {
  width: 109px;
  height: 109px;
  margin-top: auto;
  flex-shrink: 0;
}

.pride-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.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/a1.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/a2.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;
}

.pride-bott {
  margin-top: 25px;
}

.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;
}

.book-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 27px;
  padding-top: 20px;
}

.book-ul>li {
  width: calc((100% - 54px) / 3);
  margin: 0;
  padding: 0;
  height: 235px;
  background: #f2f2f2;
  border-radius: 20px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

.book-icon {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
}

.book-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-close .iconfont {
  line-height: normal;
}

.book-tit {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 42px;
  margin: 0;
}

.book-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  max-width: 267px;
  margin: 0;
  color: #000;
}

.book-action {
  margin-top: 40px;
}

.book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 56px;
  padding: 0 32px;
  background-color: #000;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 1;
}

.book {
  padding: 80px 0;
}

.partner {
  padding: 80px 0;
}

.partner-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 72px;
  padding-top: 20px;
}

.partner-ul>li {
  width: calc((100% - 144px) / 3);
  margin: 0;
  padding: 0;
  text-align: left;
  box-shadow: none;
}

.partner-img {
  width: 100%;
  height: 191px;
  border-radius: 10px;
  overflow: hidden;
}

.partner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-bott {
  margin-top: 17px;
}

.partner-tit {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 42px;
}

.partner-desc {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 20px;
  max-width: 302px;
}

.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: #FCB215
}

.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: 0;
}

.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: #FCB215;
}

.sign-box {
  padding: 50px 0;
}

.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: #FFC438;
  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: #F4F4F4;
  padding: 0 20px;
}

.el-sign-box .iconfont {
  font-size: 20px;
}

.el-sign-val {
  height: 50px;
  width: 100%;
  flex: 1;
  font-size: 14px;
  color: #666;
}

.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: #201F1D;
  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: #F5C34B;
  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: #F5C34B;
  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: #FFC438;
  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: 9;
  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: #FFC438;
}

.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: #FFC438;
  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 #FFC438;
  border-bottom: 2px solid #FFC438;
  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: #FFC438;
  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%;
}

.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: #FFC438;
}

.vehicles-ul>li.on .ve-circle {
  background-color: #FFC438;
}

.vehicles-ul>li.on::before {
  background-color: #FFC438;
}

.vehicles-ul>li:first-child::before {
  display: none;
}

.ve-text {
  font-size: 12px;
  margin-top: 10px;
  color: #848484;
}

.vehicles-box {
  padding: 80px 0;
}

.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: #FFC438;
  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: #FF0000;
  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: #FFC438;
}

.vehi-inner-box:has(.vehicles-radio:checked) .vehi-select {
  background-color: #FFC438;
  border-color: #FFC438;
}

.vehi-text,
.vehi-text .iconfont {
  font-size: 18px;
}

.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: #000 url(../img/gx.png) 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: #FFC438;
}

.pay-price {
  font-size: 20px;
  color: #FF0000;
  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: #FFC438;
}

.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: #FFC438;
  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: #FFC438;
}

.vehi-cr-btn {
  display: inline-flex;
  width: 120px;
  height: 38px;
  background-color: #FFC438;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  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;
}

.vehi-cr-desc {
  font-size: 16px;
  color: #737373;
}

.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: #FF0000;
}

.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: #FFC438;
  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: #FFC438;
}

.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: #FFC438;
  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: #FFC438;
  color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.mypage {
  padding: 80px 0;
}

.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: #FFC438;
  color: #FFC438;
}

.mypage-ul>li.on a,
.mypage-ul>li:hover a {
  color: #FFC438;
}

.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) {
  dl.el-input-dl {
    min-height: 110px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .el-input-group-out {
    width: 100%;
    margin-top: 20px;
  }

  .banner-form form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:10px;
  }

  .el-add-btn {
    display: inline-flex;
    width: 100%;
    min-height: 110px;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }


  .el-add-btn-search {
    width: 140px;
  }

  .el-add-btn-add {
    width: 290px;
  }

  .el-input-group-out {
    min-height: 140px;
  }
}

.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: #FFC438;
}

.vehi-dl-text {
  padding-left: 30Px;
}

.br10 {
  border-radius: 10px;
}

.block-date {
  color: #757575;
  line-height: 21px;
}

.block-bott {
  padding: 20px;
}

.blog-ul>li {
  width: 32%;
  margin-left: 2%;
  margin-top: 40px;
}

.blog-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.blog {
  padding-bottom: 40px;
}


.blog-details-show {
  color: #676767;
  line-height: 24px;
  padding: 40px 0 0;
}

.blog-details {
  padding: 60px 0;
}

.bold {
  font-weight: 600;
}

.prev-next-box,
.prev-next-box a {
  color: #1A1A1A;
}

.prev-next-box {
  margin-top: 40px;
}

/* Covered Cities — Figma 1:1185 */
._NEW-cities-section {
  padding-top: 74px;
  padding-bottom: 80px;
  overflow-x: hidden;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

._NEW-cities-heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  color: #333;
  text-align: center;
  margin-bottom: 74px;
  word-break: break-word;
  overflow-wrap: break-word;
}

._NEW-cities-body {
  max-width: 1210px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}

._NEW-cities-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 439px 1fr;
  grid-template-columns: 439px 1fr;
  padding-bottom: 52px;
  margin-bottom: 74px;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

._NEW-cities-row--last {
  margin-bottom: 0;
}

._NEW-cities-region {
  font-size: 28px;
  font-weight: 600;
  line-height: 45px;
  color: #000;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

._NEW-cities-cities {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 311px 311px;
  grid-template-columns: repeat(2, minmax(0, 311px));
  -webkit-column-gap: 147px;
  -moz-column-gap: 147px;
  column-gap: 147px;
  -webkit-row-gap: 35px;
  -moz-row-gap: 35px;
  row-gap: 35px;
  padding-top: 11px;
  max-width: 100%;
  overflow-x: hidden;
}

._NEW-cities-item {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  color: #000;
  text-decoration: none;
  -webkit-text-decoration: none;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

._NEW-cities-item--active {
  text-decoration: underline;
  -webkit-text-decoration: underline;
  text-underline-offset: 2px;
}

._NEW-contact-captcha-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 135px;
  grid-template-columns: minmax(0, 1fr) 135px;
  -webkit-column-gap: 11px;
  -moz-column-gap: 11px;
  column-gap: 11px;
  max-width: 100%;
  overflow-x: hidden;
}

._NEW-contact-captcha-input {
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  background-color: #f4f4f4;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
}

._NEW-contact-captcha-val {
  display: block;
  height: 51px;
  width: 100%;
  font-size: 14px;
  color: #666;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

._NEW-contact-captcha-img {
  display: block;
  width: 135px;
  height: 51px;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

._NEW-bp-banner-tit {
  display: none;
}

._NEW-bp-breadcrumb {
  color: #f5c34b;
}

._NEW-bp-form-tit {
  font-size: 36px;
  line-height: 50px;
}

._NEW-bp-form-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

._NEW-bp-form-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 13px;
  -moz-column-gap: 13px;
  column-gap: 13px;
  max-width: 100%;
  overflow-x: hidden;
}

._NEW-bp-form-col {
  min-width: 0;
}

._NEW-bp-office-list {
  margin-top: 40px;
  max-width: 100%;
  overflow-x: hidden;
}

._NEW-bp-office-card {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 12px rgba(225, 225, 225, 0.25);
  box-shadow: 0 4px 12px rgba(225, 225, 225, 0.25);
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

._NEW-bp-office-card+._NEW-bp-office-card {
  margin-top: 20px;
}

._NEW-bp-office-left {
  width: 240px;
  max-width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

._NEW-bp-office-name {
  font-size: 16px;
  line-height: 22px;
}

._NEW-bp-office-right {
  padding-top: 29px;
  min-width: 0;
}

._NEW-bp-office-addr {
  font-size: 17px;
  line-height: 25px;
  color: #333;
  word-break: break-word;
  overflow-wrap: break-word;
}

._NEW-tsv-features {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
}

._NEW-tsv-features-item {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  gap: 9px;
  padding-top: 10px;
  text-align: center;
}

._NEW-tsv-features-icon {
  width: 96px;
  height: 96px;
}

._NEW-tsv-features-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._NEW-tsv-features-text {
  color: #333;
  font-size: 13px;
  line-height: 19.6px;
}

._NEW-tsv-features-title {
  margin: 0;
}

._NEW-tsv-features-desc {
  margin: 0;
}

._NEW-vehi-img-swiper-box {
  overflow: hidden;
}

._NEW-vehi-img-swiper {
  width: 100%;
}

._NEW-vehi-img-swiper .v-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

._NEW-vehi-img-pagination {
  position: relative;
  margin-top: 8px;
}

._NEW-vehi-img-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #CDCDCD;
  opacity: 1;
}

._NEW-vehi-img-pagination .swiper-pagination-bullet-active {
  background-color: #FFC438;
}

@media (max-width:992px) {
  .block-bott {
    padding: 20px 0;
  }

  .prev-next-box {
    margin-top: 20px;
  }

  .blog-details {
    padding: 25px 0;
  }

  .blog-details-show {
    padding-top: 25px;
  }
}