html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
form {
  margin: 0;
}
a {
  outline: none;
  text-decoration: none;
  transition: background-color 0.5s ease 0s, color 0.5s ease 0s, width 0.5s ease 0s, border-width 0.5s ease 0s, border-color 0.5s ease 0s;
  -webkit-transition: background-color 0.5s ease 0s, color 0.5s ease 0s, width 0.5s ease 0s, border-width 0.5s ease 0s, border-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s, color 0.5s ease 0s, width 0.5s ease 0s, border-width 0.5s ease 0s, border-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s, color 0.5s ease 0s, width 0.5s ease 0s, border-width 0.5s ease 0s, border-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s, color 0.5s ease 0s, width 0.5s ease 0s, border-width 0.5s ease 0s, border-color 0.5s ease 0s;
}
a:hover {
  text-decoration: none;
  outline: none;
}
input,
textarea {
  font-size: inherit;
  color: inherit;
  outline: none;
  border: 0;
  margin: 0;
  padding: 0;
}
ul,
ol {
  padding-left: 0;
  list-style-type: none;
}
img {
  border: 0;
}
/* btn */
.btn {
  display: inline-block;
  padding: 6px 11px;
  vertical-align: middle;
  border-radius: 2px;
  border: 1px solid #3264ff;
  cursor: pointer;
  line-height: 1.33;
  text-align: center;
  color: #3264ff;
  background: #fff;
}
.btn.middle_btn {
  padding: 11px 16px;
}
.btn.blue_btn {
  background: #2c59e5;
  color: #fff;
  line-height: 1;
  border: none;
}
.btn.blue_btn:hover {
  background: #5aa0ff;
}
.btn.deep_blue_btn {
  background: #2c59e5;
  color: #fff;
  line-height: 1;
  border: none;
}
.btn.deep_blue_btn:hover {
  background: #2c59e5;
}
.btn:hover {
  background: #3264ff;
  color: #fff;
}
:focus {
  outline-style: none;
}
/* 浮动清除 */
.clearfix {
  zoom: 1;
}
.clearfix::after {
  display: block;
  content: 'clear';
  clear: both;
  height: 0;
  visibility: hidden;
}
@-webkit-keyframes shine-avatar {
  0% {
    background-position: -32px;
  }
  40%,
  100% {
    background-position: 208px;
  }
}
@keyframes shine-avatar {
  0% {
    background-position: -32px;
  }
  40%,
  100% {
    background-position: 208px;
  }
}
@-webkit-keyframes shine-lines {
  0% {
    background-position: -100px;
  }
  40%,
  100% {
    background-position: 140px;
  }
}
@keyframes shine-lines {
  0% {
    background-position: -100px;
  }
  40%,
  100% {
    background-position: 140px;
  }
}
.skeleton-screen-card {
  background-image: linear-gradient(90deg, #ebebf2 0, rgba(233, 233, 233, 0.596) 40px, #ebebf2 80px);
  background-size: 600px;
  -webkit-animation: shine-avatar 1.6s infinite linear;
          animation: shine-avatar 1.6s infinite linear;
}
.skeleton-screen-avatar {
  background-image: linear-gradient(90deg, #ebebf2 0, rgba(233, 233, 233, 0.596) 40px, #ebebf2 80px);
  background-size: 600px;
  -webkit-animation: shine-avatar 1.6s infinite linear;
          animation: shine-avatar 1.6s infinite linear;
}
.skeleton-screen-line {
  background-image: linear-gradient(90deg, #ebebf2 0, rgba(233, 233, 233, 0.596) 40px, #ebebf2 80px);
  background-size: 600px;
  -webkit-animation: shine-lines 1.6s infinite linear;
          animation: shine-lines 1.6s infinite linear;
}
.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.img-cover:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gl-cpt-breadcrumb-search {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.gl-cpt-breadcrumb-search .gl-component-bread-crumb_container {
  width: 100% !important;
  line-height: 32px;
}
@media screen and (max-width: 640px) {
  body {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }
}
html {
  scroll-behavior: smooth;
}
html,
body {
  height: auto;
  margin: 0;
  font-weight: 400;
  color: #333;
  background: #fff;
  font-size: 14px;
  line-height: 1.3;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
      text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  font-display: optional;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* 页面公共样式 */
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.page-tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: #2c59e5;
  font-size: 12px;
  line-height: 16px;
  padding: 0 8px;
  border: 1px solid rgba(50, 100, 255, 0.5);
  border-radius: 2px;
  margin-right: 8px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 425px) {
  .common-border-bottom-responsive {
    position: relative;
  }
  .common-border-bottom-responsive::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 1px;
    background-color: #e4e4e4;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@font-face {
  font-family: 'gs_trip_font';
  font-weight: normal;
  font-style: normal;
  src: url('//webresource.tripcdn.com/NFES/nfes-iconfont/project-crn_font_gs_trip-0.0.109/crn_font_gs_trip.ttf') format('truetype');
  font-display: swap;
}
.gs-trip-iconfont {
  font-family: 'gs_trip_font';
}
.gs-trip-iconfont::before {
  display: inline-block;
  font-family: 'gs_trip_font';
}
.gs-trip-iconfont-class {
  font-family: 'gs_trip_font' !important;
  font-style: normal;
}
@media screen and (min-width: 426px) {
  @charset "UTF-8";
  /* stylelint-disable-next-line no-invalid-position-at-import-rule */
  /*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
  @font-face {
    font-family: Ionicons;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0');
    src: url('https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0#iefix') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.0') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.0') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.0#Ionicons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  .image-gallery-fullscreen-button::before,
  .image-gallery-play-button::before,
  .image-gallery-left-nav::before,
  .image-gallery-right-nav::before {
    display: inline-block;
    font-family: Ionicons;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #878787;
    line-height: 0.7;
    /* text-shadow: 0 2px 2px #1a1a1a; */
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .image-gallery {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .image-gallery.fullscreen-modal {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  .image-gallery.fullscreen-modal .image-gallery-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .image-gallery-content {
    position: relative;
    line-height: 0;
    top: 0;
    padding: 0 58px;
  }
  .image-gallery-content.fullscreen {
    background: #000;
  }
  .image-gallery-content.fullscreen .image-gallery-slide {
    background: #000;
  }
  .image-gallery-slide-wrapper {
    position: relative;
  }
  .image-gallery-slide-wrapper.left,
  .image-gallery-slide-wrapper.right {
    display: inline-block;
    width: calc(100% - 113px);
  }
  .image-gallery-fullscreen-button,
  .image-gallery-play-button,
  .image-gallery-left-nav,
  .image-gallery-right-nav {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
    position: absolute;
    z-index: 4;
  }
  .image-gallery-left-nav:hover {
    background: url('https://dimg04.tripcdn.com/images/0556k12000qeis6k82C93.png') no-repeat center;
  }
  .image-gallery-right-nav:hover {
    background: url('https://dimg04.tripcdn.com/images/0556e12000qeisgxv812F.png') no-repeat center;
  }
  .image-gallery-fullscreen-button,
  .image-gallery-play-button {
    bottom: 0;
  }
  .image-gallery-fullscreen-button::before,
  .image-gallery-play-button::before {
    font-size: 2.7em;
    padding: 15px 20px;
    text-shadow: 0 1px 1px #1a1a1a;
  }
  .image-gallery-fullscreen-button:hover::before,
  .image-gallery-play-button:hover::before {
    color: #fff;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .image-gallery-fullscreen-button {
    right: 0;
  }
  .image-gallery-fullscreen-button::before {
    content: '\F386';
  }
  .image-gallery-fullscreen-button.active::before {
    content: '\F37D';
  }
  .image-gallery-fullscreen-button.active:hover::before {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .image-gallery-play-button {
    left: 0;
  }
  .image-gallery-left-nav,
  .image-gallery-right-nav {
    color: #fff;
    font-size: 55px;
    padding: 50px 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .image-gallery-right-nav[disabled] {
    background: url('https://dimg04.tripcdn.com/images/0555312000qeisus6E6AD.png') no-repeat center;
  }
  .image-gallery-left-nav[disabled] {
    background: url('https://dimg04.tripcdn.com/images/0551h12000qeis4hh4788.png') no-repeat center;
  }
  .image-gallery-left-nav[disabled]::before,
  .image-gallery-right-nav[disabled]::before {
    color: #ccc;
  }
  .image-gallery-left-nav[disabled],
  .image-gallery-right-nav[disabled] {
    cursor: not-allowed;
    /* opacity: 0.6; */
    pointer-events: none;
  }
  .image-gallery-left-nav {
    left: 5px;
    background: url('https://dimg04.tripcdn.com/images/0551h12000qeis4hh4788.png') no-repeat center;
  }
  div .image-thumbnails-left-nav {
    left: 1px;
    top: 9px;
  }
  .image-gallery-right-nav {
    right: 1px;
    background: url('https://dimg04.tripcdn.com/images/0556i12000qeiso97C5CC.png') no-repeat center;
  }
  .image-thumbnails-left-nav {
    background: url('https://dimg04.tripcdn.com/images/0550k12000qeisvsfD177.png') rgba(0, 0, 0, 0.5) no-repeat center;
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .image-thumbnails-right-nav {
    background: url('https://dimg04.tripcdn.com/images/0550k12000qeisvsfD177.png') rgba(0, 0, 0, 0.5) no-repeat center;
  }
  .image-thumbnails-left-nav,
  .image-thumbnails-right-nav {
    padding: 0;
    width: 32px;
    font-size: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 68px;
  }
  .image-thumbnails-left-nav::before,
  .image-thumbnails-right-nav::before {
    color: #fff;
  }
  .image-thumbnails-left-nav:hover {
    background: url('https://dimg04.tripcdn.com/images/0550k12000qeisvsfD177.png') #3264ff no-repeat center;
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .image-thumbnails-right-nav:hover {
    background: url('https://dimg04.tripcdn.com/images/0550k12000qeisvsfD177.png') #3264ff no-repeat center;
  }
  .image-thumbnails-left-nav:hover::before,
  .image-thumbnails-right-nav:hover::before {
    color: #fff;
  }
  .image-gallery-slides {
    margin: 0 auto;
    /* height:506px; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 536px;
    height: 0;
    width: 760px;
    line-height: 0;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
  }
  .image-gallery-slide {
    background: #fff;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 30px;
    width: 100%;
    /* height:100%; */
  }
  .image-gallery-slide .image-gallery-image,
  .image-gallery-slide img {
    width: 100%;
    height: 100%;
  }
  .image-gallery-description {
    font-size: 12px;
    color: #999;
    width: 100%;
    max-width: 760px;
    line-height: 16px;
    margin: 12px auto 0;
    position: absolute;
    left: 0;
    bottom: -27px;
  }
  .image-gallery-description .image-gallery-description-desc {
    float: left;
    overflow: hidden;
  }
  .image-gallery-description > span {
    float: right;
  }
  .image-gallery-provider {
    float: left !important;
    overflow: hidden;
    padding: 0 12px 0 0;
    margin-right: 28px;
    display: inline-block;
    line-height: 24px;
    font-size: 0.8rem;
  }
  .image-gallery-provider a {
    cursor: pointer;
  }
  .image-gallery-description-source a {
    color: #999;
  }
  .image-gallery-description-source {
    background: url('https://dimg04.tripcdn.com/images/0553112000qeis6kgB587.png') no-repeat 12px center;
  }
  .image-gallery-description-source,
  .image-gallery-description-copyright {
    padding: 0 12px 0 30px;
    margin-right: 28px;
    display: inline-block;
    line-height: 24px;
    cursor: pointer;
  }
  .image-gallery-description-copyright {
    background: url('https://dimg04.tripcdn.com/images/0552t12000qeisd3g0FB8.png') no-repeat 12px center;
  }
  .image-gallery-description-source:hover {
    background: #3264ff url('https://dimg04.tripcdn.com/images/0554h12000qeismkg4977.png') no-repeat 12px center;
  }
  .image-gallery-description-copyright:hover {
    background: #3264ff url('https://dimg04.tripcdn.com/images/0552912000qeisvyxCE81.png') no-repeat 12px center;
  }
  .image-gallery-description-copyright:hover,
  .image-gallery-description-source:hover {
    color: #fff;
    border-radius: 100px;
  }
  .image-gallery-bullets {
    bottom: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 80%;
    z-index: 4;
  }
  .image-gallery-bullets .image-gallery-bullets-container {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .image-gallery-bullets .image-gallery-bullet {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 0 #1a1a1a;
            box-shadow: 0 1px 0 #1a1a1a;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    outline: none;
    padding: 5px;
  }
  .image-gallery-bullets .image-gallery-bullet.active {
    background: #fff;
  }
  .image-gallery-thumbnails-wrapper {
    position: relative;
    margin: 0 1px;
  }
  .image-gallery-thumbnails-wrapper.left,
  .image-gallery-thumbnails-wrapper.right {
    display: inline-block;
    vertical-align: top;
    width: 108px;
  }
  .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails,
  .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails {
    height: 100%;
    width: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
  }
  .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail,
  .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail {
    display: block;
    margin-right: 0;
    padding: 0;
  }
  .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail,
  .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail {
    margin-left: 0;
  }
  .image-gallery-thumbnails-wrapper.left {
    margin-right: 5px;
  }
  .image-gallery-thumbnails-wrapper.right {
    margin-left: 5px;
  }
  .image-gallery-thumbnails {
    overflow: hidden;
    padding: 5px 0;
  }
  .image-gallery-thumbnails .image-gallery-thumbnails-container {
    text-align: center;
    -webkit-transition: -webkit-transform 0.45s ease-out;
    transition: -webkit-transform 0.45s ease-out;
    transition: transform 0.45s ease-out;
    transition: transform 0.45s ease-out, -webkit-transform 0.45s ease-out;
    white-space: nowrap;
  }
  .image-gallery-overview .image-gallery-thumbnails-container {
    padding: 0 52px;
  }
  .image-gallery-thumbnail {
    cursor: pointer;
    display: inline-block;
    border: 4px solid transparent;
    -webkit-transition: border 0.3s ease-out;
    transition: border 0.3s ease-out;
    width: 110px;
    height: 68px;
  }
  .image-gallery-thumbnail-photo-list {
    cursor: pointer;
    display: inline-block;
    border: 4px solid transparent;
    -webkit-transition: border 0.3s ease-out;
    transition: border 0.3s ease-out;
    width: 144px;
    height: 68px;
  }
  .image-gallery-thumbnail-photo-list.overview-list {
    height: 120px;
    width: 120px;
  }
  .image-gallery-thumbnail > div,
  .image-gallery-thumbnail img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .image-gallery-thumbnail.active {
    border: 4px solid #3264ff;
  }
  .image-gallery-thumbnail-label {
    color: #1a1a1a;
    font-size: 1em;
  }
  .image-gallery-index {
    color: #151515;
    line-height: 1;
    padding: 0 0 6px;
    font-size: 16px;
  }
  .image-gallery-index-current {
    color: #3264ff;
  }
  .global_thing_image_Gallery {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
  }
  .gl-cpt_imagallery {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -590px;
    margin-top: -373px;
    width: 1180px;
    height: 746px;
    background: #fff;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 30px;
  }
  .gl-cpt_imagallery img {
    background: url('https://dimg04.tripcdn.com/images/0553f12000qeis52u8B7E.png') no-repeat center;
    background-size: cover;
  }
  .gl-cpt_imagallery .photo-list-warp {
    position: relative;
  }
  .gl-cpt_imagallery .photo-list-warp .photo-list-imgs-list {
    -webkit-transform: scaleX(0.8) translateX(-270px);
            transform: scaleX(0.8) translateX(-270px);
  }
  .gl-cpt_imagallery .photo-list-warp .photo-list-imgs-list .image-gallery-slides {
    padding-bottom: 523px;
  }
  .gl-cpt_imagallery .photo-list-warp .photo-list-imgs-list .image-gallery-index {
    color: #151515;
    line-height: 1;
    padding: 0 0 6px;
    font-size: 16px !important;
    -webkit-transform: scaleX(1.25);
            transform: scaleX(1.25);
  }
  .gl-cpt_imagallery .photo-list-warp .photo-list-imgs-list .image-gallery-thumbnails-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 762px !important;
    overflow: hidden !important;
  }
  .gl-cpt_imagallery .photo-list-warp .photo-list-imgs-list .image-gallery-thumbnails-wrapper.image-gallery-overview {
    width: 650px !important;
    background: rgba(0, 0, 0, 0.8);
  }
  .gl-cpt_imagallery .photo-list-warp .photo-list-imgs-list .image-gallery-image {
    width: 628px !important;
    height: 506px !important;
    -webkit-transform: scaleX(1.2) !important;
            transform: scaleX(1.2) !important;
    margin-left: 70px;
  }
  .gl-cpt_imagallery .photo-list-warp .photo-list-imgs-list .image-gallery-image img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
    width: 628px !important;
  }
  .gl-cpt_imagallery .photo-list-warp .photo-list-imgs-list .image-gallery-left-nav,
  .gl-cpt_imagallery .photo-list-warp .photo-list-imgs-list .image-gallery-right-nav {
    -webkit-transform: translateY(-50%) scaleX(1.25);
            transform: translateY(-50%) scaleX(1.25);
  }
  .gl-cpt_imagallery .photo-list-warp .photo-list-imgs-list .image-thumbnails-left-nav {
    -webkit-transform: rotate(180deg) scaleX(1.25) !important;
            transform: rotate(180deg) scaleX(1.25) !important;
    left: 7px;
  }
  .gl-cpt_imagallery .photo-list-warp .photo-list-imgs-list .image-gallery-right-nav .image-thumbnails-left-nav,
  .gl-cpt_imagallery .photo-list-warp .photo-list-imgs-list .image-thumbnails-right-nav {
    padding: 0 !important;
  }
  .gl-cpt_imagallery .photo-list-warp .photo-list-imgs-list .image-gallery-right-nav {
    right: 8px;
  }
  .gl-cpt_imagallery .photo-list-warp .photo-list-imgs-list .left-nav-big {
    width: 50px;
    left: 90px !important;
  }
  .gl-cpt_imagallery .photo-list-warp .photo-list-imgs-list .right-nav-big {
    width: 60px;
    right: 90px !important;
  }
  .gl-cpt_imagallery .photo-list-warp .photo-list-imgs-list .image-gallery-thumbnail.active {
    margin-left: 1px;
  }
  .gl-cpt_imagallery .photo-list-warp .photo-list-imgs-list .photo-wall-publish-time {
    bottom: -10px !important;
  }
  .gl-cpt_imagallery-header {
    padding: 0 18px 0 20px;
    line-height: 60px;
    height: 60px;
    text-align: left;
    font-size: 20px;
    position: relative;
    font-weight: bold;
  }
  .gl-cpt_imagallery-header p {
    display: inline-block;
    overflow: hidden;
    padding-right: 100px;
    height: 60px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .gl-cpt_imagallery-header-close {
    float: right;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 20px;
    top: 0;
    margin-top: 17px;
    cursor: pointer;
    background: url('https://dimg04.tripcdn.com/images/0551512000qeisjqwE7A5.png') no-repeat center;
  }
  .gl-cpt_imagallery .switch_gl-cpt_imagallery-header {
    line-height: 74px;
    height: 74px;
    padding: 0 54px 0 24px;
    font-weight: normal;
  }
  .gl-cpt_imagallery .switch_gl-cpt_imagallery-header p {
    padding-right: 0;
    height: 74px;
    color: #0f294d;
  }
  .gl-cpt_imagallery .switch_gl-cpt_imagallery-header .switch_gl-cpt_imagallery-header-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 24px;
    top: 0;
    cursor: pointer;
    font-size: 20px;
    color: #0f294d;
  }
  .gl-cpt_imagallery .switch_gl-cpt_imagallery-header .tab {
    padding-bottom: 4px;
    margin-right: 24px;
  }
  .gl-cpt_imagallery .switch_gl-cpt_imagallery-header .tab:hover {
    cursor: pointer;
  }
  .gl-cpt_imagallery .switch_gl-cpt_imagallery-header .active {
    border-bottom: 4px solid #3264ff;
    color: #3264ff;
    font-weight: 600;
  }
  .gl-cpt_imagallery_noback img {
    background-image: none !important;
  }
  .change-button {
    width: 48px;
    height: 48px;
    -webkit-box-shadow: 0 4px 8px rgba(15, 41, 77, 0.08);
            box-shadow: 0 4px 8px rgba(15, 41, 77, 0.08);
    padding: 0;
    margin-top: -30px;
    font-size: 20px;
    color: #3264ff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 4;
    border: 0;
    background-color: #fff;
    line-height: 48px;
  }
  .change-button:hover {
    color: #fff;
    background-color: #3264ff;
  }
  .change-button[disabled] {
    color: #ced2d9;
    border: 1px solid #dadfe6;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .change-button[disabled]:hover {
    color: #ced2d9;
    background-color: unset;
    cursor: default;
  }
  .switch-image-gallery-description-bottom {
    bottom: -35px;
  }
  .switch-image-gallery-provider {
    float: left !important;
    overflow: hidden;
    padding: 0 2px 0 0;
    display: inline-block;
    line-height: 24px;
    font-size: 0.8rem;
  }
  .switch-image-gallery-provider a {
    cursor: pointer;
  }
  .switch-desc-line-height {
    line-height: 24px;
    color: #acb4bf;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .image-gallery-slide-wrapper.left,
  .image-gallery-slide-wrapper.right {
    width: calc(100% - 84px);
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .image-gallery-fullscreen-button::before,
  .image-gallery-play-button::before {
    font-size: 2.4em;
  }
}
@media screen and (min-width: 426px) and (max-width: 480px) {
  .image-gallery-fullscreen-button::before,
  .image-gallery-play-button::before {
    font-size: 2em;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .image-gallery-fullscreen-button:hover::before,
  .image-gallery-play-button:hover::before {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 426px) and (max-width: 480px) {
  .image-gallery-left-nav,
  .image-gallery-right-nav {
    /* font-size: 2.4em; */
    padding: 0 15px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .image-gallery-slide .image-gallery-description {
    bottom: -25px;
    font-size: 0.8em;
  }
  .image-gallery-slides {
    width: 100%;
    padding-bottom: 66.58%;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .image-gallery-bullets .image-gallery-bullet {
    margin: 0 3px;
    padding: 3px;
  }
}
@media screen and (min-width: 426px) and (max-width: 480px) {
  .image-gallery-bullets .image-gallery-bullet {
    padding: 2.7px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .image-gallery-thumbnails-wrapper.left,
  .image-gallery-thumbnails-wrapper.right {
    width: 81px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .image-gallery-thumbnails-wrapper.left {
    margin-right: 3px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .image-gallery-thumbnails-wrapper.right {
    margin-left: 3px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .image-gallery-thumbnails {
    padding: 3px 0;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .image-gallery-thumbnail {
    border: 3px solid transparent;
    width: 75px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .image-gallery-thumbnail.active {
    border: 3px solid #3264ff;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .image-gallery-thumbnail-label {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .image-gallery-index {
    position: absolute;
    bottom: 46px;
    color: #fff;
    left: 0;
    right: 0;
    font-size: 0.8em;
    padding: 5px 10px;
  }
  .image-gallery-index-current {
    color: #fff;
  }
  .image-gallery-thumbnails-wrapper {
    position: absolute;
    opacity: 0;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .image-gallery-left-nav,
  .image-gallery-right-nav {
    height: 48px;
    width: 48px;
  }
  .image-gallery-right-nav[disabled] {
    background: url('https://dimg04.tripcdn.com/images/0555312000qeisus6E6AD.png') rgba(255, 255, 255, 0.9) no-repeat center;
  }
  .image-gallery-left-nav[disabled] {
    background: url('https://dimg04.tripcdn.com/images/0551h12000qeis4hh4788.png') rgba(255, 255, 255, 0.9) no-repeat center;
  }
  .image-gallery-right-nav:hover {
    background: url('https://dimg04.tripcdn.com/images/0556e12000qeisgxv812F.png') rgba(255, 255, 255, 0.9) no-repeat center;
  }
  .image-gallery-left-nav:hover {
    background: url('https://dimg04.tripcdn.com/images/0556k12000qeis6k82C93.png') rgba(255, 255, 255, 0.9) no-repeat center;
  }
  .image-gallery-right-nav {
    background: url('https://dimg04.tripcdn.com/images/0556i12000qeiso97C5CC.png') rgba(255, 255, 255, 0.9) no-repeat center;
  }
  .image-gallery-left-nav {
    background: url('https://dimg04.tripcdn.com/images/0551h12000qeis4hh4788.png') rgba(255, 255, 255, 0.9) no-repeat center;
  }
  div .image-gallery-left-nav {
    left: 40px;
  }
  .image-gallery-left-nav::before,
  .image-gallery-right-nav::before {
    position: absolute;
    top: 24px;
    right: 24px;
  }
  .image-gallery-left-nav::before {
    right: 33px;
  }
  div .image-gallery-right-nav {
    right: 40px;
  }
}
@media screen and (min-width: 426px) and screen and (max-width: 768px) {
  .gl-cpt_imagallery .photo-list-warp .photo-list-imgs-list {
    -webkit-transform: scaleX(0.8) translateX(-150px);
            transform: scaleX(0.8) translateX(-150px);
  }
}
@media screen and (min-width: 426px) and screen and (min-width: 769px) and (max-width: 1050px) {
  .gl-cpt_imagallery .photo-list-warp .photo-list-imgs-list {
    -webkit-transform: scaleX(0.8) translateX(-150px);
            transform: scaleX(0.8) translateX(-150px);
  }
}
@media screen and (min-width: 426px) and screen and (max-width: 768px) {
  .gl-cpt_imagallery {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-bottom: 23px;
    height: auto;
  }
  .gl-cpt_imagallery .image-gallery-content {
    padding: 0;
  }
  .gl-cpt_imagallery .image-gallery-thumbnails-wrapper.bottom {
    width: 1062px;
  }
  .switch-image-gallery-slides {
    width: 100%;
    padding-bottom: 66.58%;
    height: 0;
  }
}
@media screen and (min-width: 426px) and screen and (min-width: 1082px) and (max-width: 1179px) {
  .gl-cpt_imagallery {
    width: 100%;
    margin-left: -50%;
  }
  .gl-cpt_imagallery .image-gallery-content {
    padding: 0 5px;
  }
  .gl-cpt_imagallery .image-gallery-thumbnails-wrapper.bottom {
    width: 1062px;
  }
  .switch-gl-cpt_imagallery .image-gallery-thumbnails-wrapper.bottom {
    width: unset !important;
  }
}
@media screen and (min-width: 426px) and screen and (min-height: 617px) and (max-height: 688px) {
  .image-gallery-thumbnails-wrapper.bottom {
    display: none;
    width: 1062px;
  }
}
@media screen and (min-width: 426px) and screen and (min-width: 769px) and (max-width: 1081px) {
  .gl-cpt_imagallery {
    width: 100%;
    margin-left: -50%;
  }
  .gl-cpt_imagallery .image-gallery-content {
    padding: 0 5px;
  }
  .gl-cpt_imagallery .image-gallery-thumbnails-wrapper.bottom .image-gallery-thumbnails {
    width: 1062px;
  }
  .gl-cpt_imagallery .image-thumbnails-right-nav {
    right: -6px;
  }
  .switch-gl-cpt_imagallery .image-gallery-thumbnails-wrapper.bottom .image-gallery-thumbnails {
    width: unset !important;
  }
}
@media screen and (min-width: 426px) and screen and (min-width: 1062px) {
  .switch-gl-cpt_imagallery {
    margin-left: -531px;
    margin-top: -325px;
    width: 1062px;
    height: 650px;
  }
  .switch-image-gallery-content {
    padding: 0 174px 0 159px !important;
  }
  .switch-image-gallery-thumbnails-wrapper {
    margin: 0 -115px 0 -100px;
  }
}
@media screen and (min-width: 426px) and screen and (max-width: 1061px) {
  .switch-gl-cpt_imagallery {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-bottom: 23px;
    height: auto;
    min-height: 557px;
  }
  .switch-gl-cpt_imagallery .image-gallery-content {
    padding: 0;
  }
  .switch-gl-cpt_imagallery .image-gallery-thumbnails-wrapper.bottom {
    position: absolute;
    opacity: 0;
  }
  .switch-image-gallery-slides {
    width: 598px;
    height: 438px;
    padding-bottom: 0;
  }
}
/* stylelint-disable-next-line no-invalid-position-at-import-rule */
.gl-cpt_nosearch {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gl-cpt_nosearch .warp {
  width: 400px;
  height: 300px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  text-align: center;
}
.gl-cpt_nosearch .warp img {
  margin-bottom: 12px;
  background: #fff;
}
.gl-cpt-search,
.gl-cpt-search div,
.gl-cpt-search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gl-cpt-search {
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
  position: relative;
  width: 720px;
  height: 60px;
  margin: 0 auto;
  /* overflow: hidden; */
}
.gl-cpt-search-small {
  height: 32px;
  width: 350px;
  margin-top: 1rem;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  margin-right: 10px;
}
@media screen and (min-width: 426px) and (max-width: 1023px) {
  .gl-cpt-search-small {
    width: 250px;
  }
}
.gl-cpt-search-small .gl-cpt-search_input {
  border: none;
  padding-right: 40px;
  padding-left: 12px;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gl-cpt-search-small .gl-cpt-search_list {
  left: -1px;
  top: 30px;
  right: -1px;
}
.gl-cpt-search-small .gl-cpt-search_list-content-totalcount,
.gl-cpt-search-small .gl-cpt-search_list-content-name {
  font-size: 14px;
}
.gl-cpt-search-small .gl-cpt-search_list .gl-cpt-search_list-title,
.gl-cpt-search-small .gl-cpt-search_list .gl-cpt-search_list-content > div {
  padding: 0 12px;
}
.gl-cpt-search-big .gl-cpt-search_loading,
.gl-cpt-search-big .gl-cpt-search_list {
  right: 78px;
}
.gl-cpt-search_input {
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 100%;
  padding-right: 78px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  font-size: 18px;
  border-radius: 4px;
}
.gl-cpt-search_input > input {
  width: 100%;
  height: 100%;
}
.gl-cpt-search_button {
  top: 0;
  right: 0;
  position: absolute;
  width: 40px;
  background: #fff;
  height: 100%;
  border-radius: 0 4px 4px 0;
}
.gl-cpt-search_button .gl-cpt-search_button-icon {
  background: url('https://dimg04.tripcdn.com/images/0556a12000qeisqcv2BE8.png') no-repeat center;
  background-size: 17px 17px;
  width: 100%;
  height: 100%;
}
.gl-cpt-search_list {
  left: 0;
  position: absolute;
  max-height: 600px;
  overflow: auto;
  z-index: 200;
}
.gl-cpt-search_loading,
.gl-cpt-search_list > div {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0 rgba(100, 147, 227, 0.4);
          box-shadow: 0 5px 20px 0 rgba(100, 147, 227, 0.4);
  border-radius: 2px;
}
.gl-cpt-search_list-content {
  line-height: 40px;
  /* background:#fff; */
  cursor: pointer;
  color: #999;
  font-size: 14px;
}
.gl-cpt-search_list-content-li:hover .gl-cpt-search_list-content-totalcount,
.gl-cpt-search_list-content-li-focus .gl-cpt-search_list-content-totalcount,
.gl-cpt-search_list-content-li-focus,
.gl-cpt-search_list-content-li:hover {
  background: #2c59e5;
  color: rgba(255, 255, 255, 0.6);
}
.gl-cpt-search_list-title,
.gl-cpt-search_list-content > div {
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gl-cpt-search_list-title {
  background: #f7f7fb;
}
.gl-cpt-search_list-title span {
  display: block;
  font-size: 12px;
  color: #666;
  line-height: 36px;
  float: left;
}
.gl-cpt-search_list-title span.gl-cpt-search_list-title-clear {
  float: right;
  font-size: 12px;
  color: #3264ff;
  cursor: pointer;
}
.gl-cpt-search_loading {
  left: 0;
  height: 200px;
  text-align: center;
  position: absolute;
}
.gl-cpt-search_loading img {
  margin-top: 82px;
}
.gl-cpt-search_list-content-icon {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-top: 3px;
  background-size: contain !important;
  -webkit-background-size: contain !important;
}
.gl-cpt-search_list-content-all-name {
  float: left;
  overflow: hidden;
  width: 100%;
  padding-left: 20px;
}
.gl-cpt-search_list-content-name,
.gl-cpt-search_list-content-subname {
  float: left;
  line-height: 18px;
  margin: 5px 0 0 10px;
  max-width: 100%;
}
.gl-cpt-search_list-content-name {
  font-size: 14px;
  color: #333;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  white-space: pre-line;
  max-height: 36px;
  height: auto;
  overflow: hidden;
}
.gl-cpt-search_list-content-name em {
  color: #3264ff;
}
.gl-cpt-search_list-content-subname {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gl-cpt-search_list-content-li-all {
  padding: 6px 0 10px;
  clear: both;
  overflow: hidden;
}
.gl-cpt-search_list-content-li-all-count {
  width: 420px;
  overflow: hidden;
  float: left;
}
.gl-cpt-search_list-content-count,
.gl-cpt-search_list-content-right-hotel {
  width: 120px;
  float: right;
  text-align: right;
  display: block;
}
.gl-cpt-search_list-content-totalcount {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 0 12px 0 10px;
}
.gl-cpt-search_list-content-icon-count {
  overflow: hidden;
  width: 0;
  padding-right: 22px;
}
.gl-cpt-search_list-content-normal .gl-cpt-search_list-content-name em {
  color: #333;
  font-weight: normal;
}
.gl-cpt-search_list-content-li-focus .gl-cpt-search_list-content-name,
.gl-cpt-search_list-content-li:hover .gl-cpt-search_list-content-name {
  color: #fff;
}
.gl-cpt-search_list-content-li-focus .gl-cpt-search_list-content-name em,
.gl-cpt-search_list-content-li:hover .gl-cpt-search_list-content-name em {
  color: #fff;
}
.gl-cpt-search_list-content-no-data {
  padding: 22px 0;
  clear: both;
  overflow: hidden;
}
.gl-cpt-search_list-content-no-data .gl-cpt-search_list-content-name {
  margin: 5px 0 0 26px;
  font-size: 14px;
  line-height: 30px;
  max-height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .gl-DestinationDetail_top-nav-container-fixed .search-warp div.gl-cpt-search-small-active .gl-cpt-search_list {
    right: -40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gl-cpt-search-big-contain {
    max-width: calc(100% - 64px) !important;
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .gl-cpt-search-big-contain {
    max-width: calc(100% - 32px);
    height: 74px;
    padding: 0 12px;
  }
  .gl-cpt-search-big-contain .gl-cpt-search {
    height: 39px;
  }
  .gl-cpt-search-big-contain .gl-cpt-search .gl-cpt-search_input {
    font-size: 12px;
  }
  .gl-cpt-search-big-contain .gl-cpt-search .gl-cpt-search_button {
    width: 39px;
  }
  .gl-cpt-search-big-contain .gl-cpt-search .gl-cpt-search_button .gl-cpt-search_button-icon {
    background-size: 50%;
  }
}

