html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
form {
  margin: 0;
}
.bf-container .bf-media-toolbar a {
  font-family: braft-icons !important;
}
ul,
ol {
  padding-left: 0;
  list-style-type: none;
}
img {
  border: 0;
}
.flex {
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  /* 老版本语法: Firefox (buggy) */
  /* 混合版本语法: IE 10 */
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
}
.fd-c {
  flex-direction: column;
}
.flex1 {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- */
  /* Chrome */
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.fa-c {
  align-items: center;
}
.fjc-c {
  justify-content: center;
}
.fjc-sb {
  justify-content: space-between;
}
/* display */
.dn {
  display: none;
}
.di {
  display: inline;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
/* font-family */
.fa {
  font-family: Arial;
}
.ft {
  font-family: Tahoma;
}
.fv {
  font-family: Verdana;
}
.fs {
  font-family: Simsun;
}
.fl {
  font-family: 'Lucida Console';
}
.fw {
  font-family: 'Microsoft Yahei';
}
.fab {
  font-family: arial, sans-serif;
  font-weight: bold;
}
/* font-style */
.n {
  font-weight: normal;
  font-style: normal;
}
.b {
  font-weight: bold;
}
.i {
  font-style: italic;
}
/* text-align */
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.tj {
  text-align: justify;
}
/* text-decoration */
.tdl {
  text-decoration: underline;
}
.tdn,
.tdn:hover,
.tdn a:hover,
a.tdl:hover {
  text-decoration: none;
}
/* letter-spacing */
.lt-1 {
  letter-spacing: -1px;
}
.lt0 {
  letter-spacing: 0;
}
.lt1 {
  letter-spacing: 1px;
}
/* white-space */
.nowrap {
  white-space: nowrap;
}
/* word-wrap */
.bk {
  word-wrap: break-word;
}
/* vertical-align */
.vm {
  vertical-align: middle;
}
.vtb {
  vertical-align: text-bottom;
}
.vb {
  vertical-align: bottom;
}
.vt {
  vertical-align: top;
}
.vn {
  vertical-align: -2px;
}
/* float */
.l {
  float: left;
}
.r {
  float: right;
}
/* clear */
.cl {
  clear: both;
}
/* position */
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
/* z-index */
.zx1 {
  z-index: 1;
}
.zx2 {
  z-index: 2;
}
/* cursor */
.poi {
  cursor: pointer;
}
.def {
  cursor: default;
}
/* overflow */
.ovh {
  overflow: hidden;
}
.ova {
  overflow: auto;
}
/* visibility */
.vh {
  visibility: hidden;
}
.vv {
  visibility: visible;
}
/* color */
.c0 {
  color: #3264ff;
}
.c1 {
  color: #3264ff;
}
.c2 {
  color: #8e8e93;
}
.c3 {
  color: #999;
}
.c4 {
  color: #ff5722;
}
.c5 {
  color: #ff9000;
}
.c6 {
  color: #666;
}
.c7 {
  color: #fff;
}
.c8 {
  color: #2c59e5;
}
/* background */
.bg0 {
  background: #2c59e5;
}
.bgff {
  background: #fff;
}
/* font-size */
.fs0 {
  font-size: 26px;
}
.fs1 {
  font-size: 12px;
}
.fs2 {
  font-size: 14px;
}
.fs3 {
  font-size: 16px;
}
.fs4 {
  font-size: 18px;
}
.fs5 {
  font-size: 20px;
}
/* line-height */
.lh1 {
  line-height: 18px;
}
/* margin-top */
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt12 {
  margin-top: 12px;
}
.mt24 {
  margin-top: 24px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
/* margin-left */
.ml10 {
  margin-left: 10px;
}
.pb100 {
  padding-bottom: 100px;
}
/* margin-bottom */
.mb30 {
  margin-bottom: 30px;
}
.mb60 {
  margin-bottom: 60px;
}
/* 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;
}
@keyframes shine-avatar {
  0% {
    background-position: -32px;
  }
  40%,
  100% {
    background-position: 208px;
  }
}
@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;
  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;
  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;
  animation: shine-lines 1.6s infinite linear;
}
.img-cover {
  object-fit: cover;
  font-family: 'object-fit: cover';
  width: 100%;
  height: 100%;
  transition: all 1.2s ease;
}
.img-cover:hover {
  transform: scale(1.1);
}
.gl-cpt-breadcrumb-search {
  justify-content: space-between;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.gl-cpt-breadcrumb-search .gl-component-bread-crumb_container {
  width: 100% !important;
  line-height: 32px;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 10px;
  }
  body {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 12px;
  }
}
html {
  scroll-behavior: smooth;
}
html,
body {
  height: auto;
  margin: 0;
  font-weight: 400;
  color: #333;
  background: #fff;
  font-size: 14px;
  line-height: 1.3;
}
body {
  overflow: hidden;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* 页面公共样式 */
.page-title {
  font-size: 30px;
  line-height: 40px;
  font-family: arial, sans-serif;
  font-weight: bold;
  overflow: hidden;
}
.page-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 30px;
}
.page-subtitle {
  font-size: 24px;
  text-align: left;
  line-height: 1;
  font-family: arial, sans-serif;
  font-weight: bold;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.text-ellipsis {
  overflow: hidden;
  position: relative;
  max-height: 54px;
}
.text-ellipsis::after {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-tag {
  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;
}
.theNoneH1 {
  position: absolute;
  z-index: -1;
}
.gl-gcc-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.gl-gcc-content-new {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 374px) and (max-width: 768px) {
  .mt24 {
    margin-top: 10px;
  }
  .gl-gcc-content {
    padding: 0;
  }
  .gl-gcc-content-new {
    padding: 0;
  }
}
.gl-gcc_title {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin: 0 10px 20px;
}
@media (min-width: 374px) and (max-width: 768px) {
  .gl-gcc_title {
    font-size: 24px;
    margin: 10px 10px 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gl-gcc_title {
    margin-top: 20px;
  }
}
@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;
    transform-origin: 0 0;
    transform: scale(0.5, 0.5);
  }
}
@media screen and (max-width: 425px) {
  .common-border-top-responsive {
    position: relative;
  }
  .common-border-top-responsive::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 1px;
    background-color: #e4e4e4;
    transform-origin: 0 0;
    transform: scale(0.5, 0.5);
  }
}
@font-face {
  font-family: 'gs_trip_font';
  font-weight: normal;
  font-style: normal;
  src: url(/modules/gcc/thingstodo-destination/_next/static/images/crn_font_gs_trip.202512011851.ttf);
  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;
}
.trip_common_head_con {
  position: relative;
  z-index: 2;
}
#side_action_live_chat {
  visibility: hidden;
}
.homepage_Title_con {
  position: relative;
  margin: 0 auto 16px;
  max-width: 1160px;
  letter-spacing: 0;
}
.homepage_Title_con .homepage_Title {
  font-size: 48px;
  color: #fff;
  line-height: 68px;
}
.homepage_Title_con .homepage_Title .homepage_Title_dot {
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background: #ffb400;
  display: inline-block;
  border-radius: 50%;
}
.gl-index {
  background: #fff;
  width: 100%;
  font-size: 16px;
  margin-bottom: 40px;
  overflow: hidden;
}
.gl-index_content {
  margin-bottom: 75px;
}
.gl-index a:hover {
  color: #333;
}
.gl-index .gl-index_h-more:hover {
  color: #3264ff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAACKADAAQAAAABAAAADAAAAABgBN2SAAAAe0lEQVQYGWMwTvm/wCT1fywDDsD0n5Fh4///DLOAipJwqGFgMEr97wM06btx2v9MfIrcjVP/fwXifNyKUv47GaX8/wLEpfgU2QKt+wQ0qQakiAmnSmwSQKNxWwH0CW5H4vUmUDIQFAa4AoqF8T+DPyMjQ9qZ2YyLsbkLAERXQaatHKmwAAAAAElFTkSuQmCC) no-repeat right;
}
.gl-index_top_jk {
  margin-bottom: 60px;
}
.gl-index_top {
  position: relative;
  padding-top: 48px;
  box-sizing: border-box;
}
.gl-index_search_con_wrap {
  width: 100%;
  height: 280px;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.gl-index_search_wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  width: 400vw;
  height: 400vw;
}
.gl-index_search {
  width: 100vw;
  height: 280px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.gl-index_search-s {
  padding-top: 410px;
  margin: 0 auto;
}
.gl-index_tag-list {
  text-align: center;
}
.gl-index_h {
  text-align: center;
  font-size: 28px;
  color: #0f294d;
  line-height: 34px;
  font-family: arial, sans-serif;
  margin: 64px 0 24px;
  display: block;
  font-weight: bold;
}
.gl-index_popular {
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.gl-index_popular-dest {
  width: 100%;
  position: absolute;
  z-index: -1;
  display: flex;
  flex-wrap: wrap;
}
.gl-index_popular-title-list {
  font-weight: 100;
  font-size: 14px;
  color: #455873;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 4px;
  margin: 0 24px 15px;
  border-bottom: 3px solid #fff;
}
.gl-index_popular-title-list:hover {
  color: #3264ff;
}
.gl-index_popular-title-list-active {
  font-weight: bold;
  color: #3264ff;
  border-bottom: #3264ff 4px solid;
}
.gl-index_popular-item {
  width: 25%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  line-height: 40px;
  margin-bottom: 12px;
  cursor: pointer;
}
.gl-index_popular-item:nth-of-type(9) {
  display: none;
}
.gl-index_popular-item-name {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: arial, sans-serif;
}
.gl-index_popular-item div,
.gl-index_popular-item img {
  width: 100%;
  border-radius: 2px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.gl-index_popular-item-content-pic {
  position: relative;
  height: 0;
  padding-bottom: 65%;
}
.gl-index_popular-item img {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAACcBAMAAABW9qnFAAAAG1BMVEXr6/LY2N3k5Orp6e/g4Obn5+3b2+Dd3ePi4udFuIuhAAACxklEQVR42u2WwVPTQBSHn4RAj2yhSY9thZ5TFL02EIVjWga9EhHHYyMOvbbqOP7Z5r1dssn0wKHp2nF+3yHZffua/fp22ywBAAAAAAAAAAAAAAAAAAAAAAAAYDP4j58jco/3qkIZ7SvVIfe8UBVuyZApFZJz6jKHpPG5Q8/jTiYi16zKCEU7IPfUZbZpA5cyfh7+s592UYgjvke0BbCM7Z29pAr+4GTlC0wHaZk8uK6NSDJf15bZTZJz77dq03GSLMhPkqvoY7F6YUpVdvIi9k5P/r5o6j/r10ly4Wfc83P+yNoye8Wji3abYr7sFL1LxYRR1SWT2AO3Y2nKZydFWs69TxLsNiDDWJmSe7LEJtYjemuadyJTZ9y0jMVWfV+VMl5mmkG0KtPenMwdPbE0ka6kG25XZYKNyciw4CvDTLzssJGxpE3IhCfXVZkf07z66H2JncZBRB43v94M+RaJzNFNLFt4yuu3aEAm4GmtzAPx3e7HiY7590QtU7FYZp7ItaUXaCSfWF+mQzWZSIbtUWdpYpHOnnGxZHgiFqS3bqshmXFNpq2Xxr62cokJI+Pl8TDLhHq8w8VsRiatyYjDrhRMkxUxKxM8xToVmcPmZKKazAH3TIkEiQlmepPtQkaq0DIytjJ1mdxRZdory1TfM8SwtAuZUM9q1yY2MZO9MIU7cCAjs3m5+Q2f8doYg2+2YBwaO5EJIxqad3Sfk/Z07INK9ZvhpxRGpU5kVJDJVa/GTAeDRzlV5Nz+IsrkRMYeCEb6Zo8NHDF0nMosOEmy3thjg03oOZSR0aW++5k9Q/Rt3VzImJl7MhsHy7Nml0qxIHUjcxErvlL5ci4YSq0kr5Wxy4Kek1kfeaJ3PP/eI8bLedMyp5fzc9L4v+ZXKW2c1a/n/1lz2vVltgTIQAYy/6UMAAAAAAAAAAAAAAAAAAAAAAAA4Ii/7RWuOpCJtjcAAAAASUVORK5CYII=) no-repeat center;
  background-size: cover;
  animation: imgswitch;
  animation-duration: 300ms;
  animation-timing-function: ease-out !important;
}
.gl-index_popular-item-pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gl-index_popular-item img {
  transition: all 1.2s ease;
}
.gl-index_popular-item > a {
  display: block;
}
.gl-index_popular-item:hover > a > div {
  box-shadow: 0 4px 12px 0 rgba(100, 147, 227, 0.24);
}
.gl-index_popular-item:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .gl-index_content {
    margin-bottom: 38px;
  }
  .gl-index .homepage_Title {
    bottom: 23px !important;
    font-size: 22px;
  }
  .gl-index .gl-cpt-search_input {
    border-radius: 2px;
  }
  .gl-index_h {
    font-size: 18px;
    margin: 32px 0 16px;
    text-align: left;
    line-height: 24px;
  }
  .gl-index .gl-cpt-search_button {
    border-radius: 0 2px 2px 0;
  }
  .gl-index_tag-list {
    white-space: nowrap;
    overflow: auto;
    margin-left: 16px;
    text-align: left;
  }
  .gl-index_tag-list > .gl-index_popular-title-list {
    white-space: nowrap;
    padding: 0 0 4px;
    font-size: 14px;
  }
  .gl-index_search-s {
    padding-top: 72px;
  }
  .gl-index_popular {
    padding: 0 16px;
  }
  .gl-index_popular-item {
    width: 50%;
    line-height: 40px;
    margin-bottom: 12px;
    cursor: pointer;
  }
  .gl-index_popular-item div {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
  }
  .gl-index_popular-item:hover > div {
    box-shadow: 0 4px 12px 0 rgba(100, 147, 227, 0.24);
  }
  .gl-index_popular-item:hover img {
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gl-index_h-more {
    right: 25px;
  }
  .gl-index .gl-index_search-s {
    padding-top: 145px;
  }
  .gl-index_popular {
    margin: 0 24px;
  }
  .gl-index_popular-billboard .gl-index_popular-item:nth-last-of-type(1) {
    display: none;
  }
  .gl-index_popular-item {
    width: 33.33%;
    line-height: 40px;
    margin-bottom: 12px;
    cursor: pointer;
  }
  .gl-index_popular-item:nth-of-type(9) {
    display: inline-block;
  }
  .gl-index_popular-item div {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
  }
  .gl-index_popular-item:hover > div {
    box-shadow: 0 4px 12px 0 rgba(100, 147, 227, 0.24);
  }
  .gl-index_popular-item:hover img {
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1329px) {
  .gl-index_popular {
    padding: 0 15px;
  }
  .gl-index_popular-item {
    width: 25%;
  }
  .gl-index_popular-item img,
  .gl-index_popular-item div {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .gl-index_popular-item:hover > div {
    box-shadow: 0 4px 12px 0 rgba(100, 147, 227, 0.24);
  }
  .gl-index_popular-item:hover img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .homepage_Title_con {
    max-width: calc(100% - 64px) !important;
  }
}
@media screen and (max-width: 767px) {
  .gl-index_top_jk {
    margin-bottom: 30px;
  }
  .gl-index_top {
    padding-top: 24px;
  }
  .gl-index_search_con_wrap {
    height: 140px;
  }
  .gl-index_search_con_wrap .gl-index_search {
    height: 140px;
  }
  .homepage_Title_con {
    margin: 0 auto 8px !important;
    max-width: calc(100% - 32px) !important;
  }
  .homepage_Title_con .homepage_Title {
    font-size: 24px !important;
    line-height: 34px !important;
    max-width: 704px !important;
  }
  .homepage_Title_con .homepage_Title .homepage_Title_dot {
    margin-left: 5px;
    width: 6px;
    height: 6px;
  }
}
.gl-cpt_nosearch {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gl-cpt_nosearch .warp {
  width: 400px;
  height: 300px;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  text-align: center;
}
.gl-cpt_nosearch .warp img {
  margin-bottom: 12px;
  background: #fff;
}
.gl-cpt_Model {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gl-cpt_Model .warp {
  width: 300px;
  height: 300px;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  text-align: center;
}
.gl-cpt_Model .warp img {
  margin-bottom: 12px;
}
.gl-cpt_Model .warp .title {
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 28px;
}
.gl-cpt_Model .warp .other {
  margin-top: 8px;
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.11px;
  line-height: 20px;
}
.gl-cpt-search-big-contain {
  max-width: 1160px;
  height: 148px;
  background: #fff;
  border: 1px solid #f0f2f5;
  box-shadow: 0 4px 16px 0 rgba(69, 88, 115, 0.2);
  margin: 0 auto;
  position: relative;
  z-index: 9;
  padding: 0 24px;
  box-sizing: border-box;
  border-radius: 2px;
}
.gl-cpt-search-big-contain .gl-cpt-search {
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  width: 100%;
  height: 78px;
  font-family: arial, sans-serif;
  margin: auto;
  border: 1px solid #dadfe6;
  box-shadow: none;
  border-radius: 2px;
}
.gl-cpt-search-big-contain .gl-cpt-search .gl-cpt-search_input {
  border: none;
  box-shadow: none;
  font-size: 24px;
}
.gl-cpt-search-big-contain .gl-cpt-search .gl-cpt-search_button {
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 0;
  width: 78px;
  background: #3264ff;
}
.gl-cpt-search-big-contain .gl-cpt-search .gl-cpt-search_button:hover {
  background: #2c59e5;
}
.gl-cpt-search,
.gl-cpt-search div,
.gl-cpt-search input {
  box-sizing: border-box;
}
.gl-cpt-search {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
  position: relative;
  width: 720px;
  height: 60px;
  font-family: arial, sans-serif;
  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;
  box-shadow: none;
}
.gl-cpt-search-small .gl-cpt-search_button {
  width: 40px;
  background: #fff;
}
.gl-cpt-search-small .gl-cpt-search_button:hover {
  background: inherit;
}
.gl-cpt-search-small .gl-cpt-search_button .gl-cpt-search_button-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAS1BMVEUAAAC5ubnAwMC5ubm3t7e4uLi5ubm2tra3t7e3t7e3t7e3t7e3t7e7u7u2tra3t7e4uLi5ubm3t7e4uLi2tra3t7e4uLi5ubm2trZi2KwGAAAAGHRSTlMAawtawpkr7OHRtIxkIfTJck89NKiDdhahQgdQAAAAe0lEQVQY062OSQ7DIBAEzQ4Br9nq/y9NUAwZHy25LzMqqZfhGnnlstEHpDNVcZXwBq4sFsyfGYKvdyG8O0yszfHqiUzd8mhwJO7fhu32iX2Mwony/MuJot7DU39jLEnsLBBsAlCC3mcApySteZuvTVAkbf1ze2XQOJzQB8NuBffMecZvAAAAAElFTkSuQmCC) no-repeat center;
  background-size: 17px 17px;
}
.gl-cpt-search-small .gl-cpt-search_button .gl-cpt-search_button-icon:hover {
  cursor: pointer;
}
.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-small-fixed {
  height: 32px;
  width: 324px;
  margin-top: 1rem;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  margin-right: 10px;
}
.gl-cpt-search-small-fixed .gl-cpt-search_input {
  border: none;
  padding-right: 40px;
  padding-left: 12px;
  font-size: 14px;
}
.gl-cpt-search-small-fixed .gl-cpt-search_input .warpWarnInter,
.gl-cpt-search-small-fixed .gl-cpt-search_input .c6 {
  display: none;
}
.gl-cpt-search-small-fixed .gl-cpt-search_button {
  width: 40px;
  background: #fff;
}
.gl-cpt-search-small-fixed .gl-cpt-search_button:hover {
  background: inherit;
}
.gl-cpt-search-small-fixed .gl-cpt-search_button .gl-cpt-search_button-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAS1BMVEUAAAC5ubnAwMC5ubm3t7e4uLi5ubm2tra3t7e3t7e3t7e3t7e3t7e7u7u2tra3t7e4uLi5ubm3t7e4uLi2tra3t7e4uLi5ubm2trZi2KwGAAAAGHRSTlMAawtawpkr7OHRtIxkIfTJck89NKiDdhahQgdQAAAAe0lEQVQY062OSQ7DIBAEzQ4Br9nq/y9NUAwZHy25LzMqqZfhGnnlstEHpDNVcZXwBq4sFsyfGYKvdyG8O0yszfHqiUzd8mhwJO7fhu32iX2Mwony/MuJot7DU39jLEnsLBBsAlCC3mcApySteZuvTVAkbf1ze2XQOJzQB8NuBffMecZvAAAAAElFTkSuQmCC) no-repeat center;
  background-size: 17px 17px;
}
.gl-cpt-search-small-fixed .gl-cpt-search_button .gl-cpt-search_button-icon:hover {
  cursor: pointer;
}
.gl-cpt-search-small-fixed .gl-cpt-search_list {
  left: -1px;
  top: 30px;
}
.gl-cpt-search-small-fixed .gl-cpt-search_list-content-name {
  font-size: 14px;
}
.gl-cpt-search-small-fixed .gl-cpt-search_list .gl-cpt-search_list-title,
.gl-cpt-search-small-fixed .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;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  padding-right: 78px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  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;
  background: #ff9500;
  width: 112px;
  height: 100%;
  border-radius: 0 4px 4px 0;
}
.gl-cpt-search_button:hover {
  background: #e58500;
}
.gl-cpt-search_button-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAZlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Vn2moAAAAIXRSTlMA8w5rGwnNxlZABNm1Y/iBJufSvq2mnXQoFHwy3pdOSY7plTuLAAABAklEQVQ4y62S2ZKCMBREE4jIvig7js75/58cMkVlIZZPnrem+4a+qYhvMse/w9ik0Xs3rwoOyu3d9G5bxsvZf0pADlNaNVd2EuX7Wb3b0zHW9jrhnaE6KGarqz0/uIEROu/MCsisbK10Rq5WNVAKHyWhNSqBpzjRw2SuCAj2rpyaCjpxJoO707EIAhsk4iACGQRebnEJ6hxY4ceIEmIj7Gap2/iRBx3ryKhLB43nX276D5YYfaAl332p3A8lMBm53HdZeC8vKoBb+n+fqpForiZhhqiT8v5A0weJfJUYbpmIg4RY1gSN7HVfm/CqbK9s1kVMIhdnguU/JmrZio8skfgGf9q4GqOMmS5bAAAAAElFTkSuQmCC) no-repeat center;
  width: 100%;
  height: 100%;
}
.gl-cpt-search_list {
  /* width:100%; */
  left: 0;
  /* padding-right:112px; */
  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);
  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-icon-des {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAS1BMVEUAAAC5zuO0v8+zvs6zvs+zvs+yvc+zvs6zv8+zv8+0v9C1wM+zvs+1v9Kyvs6zvs+zvs+0vs6yv9Czvc+0vtC7zN2yvc+0v86yvc4Z7iPFAAAAGHRSTlMACHT89e/ouHpXTjDYNsvIu31nZWIPdERLyqrLAAAAhklEQVQY04WQWQ7DIAwFCSEBAmRP6/uftE9ms1SpnR+GkZAB9Yfhq3hryFgv02MpY58ed6rsrd3UueuECZv5SteMdSrzFvgYIGGELTlq6Ma2wV45OujKtsKcOJ4gSRwfeIB+ax5YH3ZQ52ivjq3F/gPBlGaC/I8SvZJobhomce2KkjOe6hcfc6cMjmjguxIAAAAASUVORK5CYII=) no-repeat center;
}
.gl-cpt-search_list-content-icon-poi {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAS1BMVEUAAACzvc+2wNGzvs+0vs+zvs+4xda+1NuzvtC2v9Kyvs+zvs+2v9C1yuD///+zvc6zvs+zvs6yvc+yvs+zvs6zvs+1vtCzxNWyvc6DA9btAAAAGHRSTlMAqhy/jfoUB3Mn8qQ0DAHw7uDVpqJaVh6wQuwyAAAAa0lEQVQY07XOyQ6FIAyF4VIoBac7OJ33f1IT0AgxcWP8Vs2fLg7dU7627i9hqNMQBICtnleL5Lucbf7gMPU59SMKvy7FaCuBMs+elFnTsdMGwg5wLGj0qA6GGGAycPRejIKCxLyyNYXW01Mbis8IhsmlgxsAAAAASUVORK5CYII=) no-repeat center;
}
.gl-cpt-search_list-content-icon-hotel {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAXVBMVEUAAACzvtCyvc+0v860v9Czvs6zvs+zvs+yvs+8ydezvs+yvs+zvs+0vc+zvs+zvs6zvs6zvs+yvs+5ytyzvs+zvs+0vs+yvdCzvdC0v860vtK2ws61vdazxtCyvc5YQDt1AAAAHnRSTlMAerNzWOCZ+fET5tisZeDEuqKFDtOkjl1GRDMqHxsCsWBCAAAAeElEQVQY063OyQ6DMAxF0ThNYhpm6Dy8///M2iRdkB2Iu7F0ZEs2h/Tx0PoVOqTOe/D1cET3RrFca4H4Hr8ZTzVJFYn3GP7IXgIh6s0zYxck2bwNgk1x3kbBOiOWCEEfCAWyu/I4FwieLyZlq4Q6PHd2wcmumsyGfmglDYtpiCjnAAAAAElFTkSuQmCC) no-repeat center;
}
.gl-cpt-search_list-content-icon-activity {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAb1BMVEUAAACzvc+0vtG0wNGzvs+5wtSzvc+zvs+2wNW9xdSzvc+yvs+zvc+zvs+2wNGzvs+zvtC4wNCzvs+zvs6zvs+zvc+zvs+zvs+0v9C1vtK0wNGzvs+zvs+zvs6zvdC6ydmzv9Czv8+zwNK1w9Cyvc5B4eyHAAAAJHRSTlMA7kQ13Rb1xh4L+/PVly27kCDq4r6vonVXPzzOwKxhEIdrOSYs7fb3AAAAx0lEQVQY032P2W7CMBREx3G8xXEWkkASoHSZ///G2tyKokrlPNjWkXxnLl7iW/X2133NpO2ehL4OfTORsemHq4ZQk24MadHmQtYQFDnIayAVhNY6D3R7gHfxLK5rDGAcediAm6T5yxSAI5ltQKhnXz6Tqcwt7EhkKzFLaVDosEjUeogaODHjAK3sfbHPHJRtrY75DlH/VIpuBPyGnGfVb/mEceKKiuT6WPPd5KOpdJaVyK1P5syM1R/zCQ963lEjntgr4YZ/+QZtsQ/tE4F2wwAAAABJRU5ErkJggg==) no-repeat center;
}
.gl-cpt-search_list-content-icon-warn {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAOVBMVEUAAAD/tAH/swH/swH/swL/tAL/xBT/tQP/tAP/tgP/tgT/twX/vxD/thL/swH/swH/tQT/twT/swHWK3lxAAAAEnRSTlMA8Lyzl3cNX1hXQDMQDuzRRTmSWuriAAAAeElEQVQY032RWQ6AIAxEVSqCG9D7H1aWSYvRMD8ML6Gdlmkg68kY8rZn68xV8yroXFi0nIBgoHjbbtvWzlrhQr3jQN3SzfEbss+Q4FOCoQwN/L7DmF8oz7U7kzZS+S7SfUskDR+jhNcxQ8CYg4V8VgddrizZ2cE/PI0CD1aja3zVAAAAAElFTkSuQmCC) no-repeat center;
  margin-top: 10px;
  width: 17px;
  height: 17px;
}
.gl-cpt-search_list-content-icon-restaurant {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAXVBMVEUAAAC3vtC2v9K4xNKzvc+zvs+zv8+zvs6zvs+0v8+0wNC1wdSzvs+zvs6zvs+yvs60vs6zvs+0v8+0v9G2vdG6xNi8xtb///+yvc+0vc+zvs61vc60v87GxuOyvc4Gt5UJAAAAHnRSTlMAKzcWqpxJwLRgPSH15NN+dWhTTUIaEAKjhG5ZRAmYoLuHAAAAhElEQVQY05XOSQ6DMBBE0QIPGAMhzBn7/scM7RJZWGz4yyeVVLjW7GwNYLMrHgZskD0HrFJAStrSiuZhFCOxl1QgfoiW2KFR9MSK2BInoiPeUCiORE98Et/ELe07g1KxBjNhHxc48EjS56g4ZDgrvjL0ivcMpzMcFfs/hmoB0NgvXMSVfo0fDPEKGrOTAAAAAElFTkSuQmCC) no-repeat center;
}
.gl-cpt-search_list-content-icon-tg {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAALVBMVEUAAACyvc6yvc6yvc6yvc6zvs+zvs+zvs+zvs+yvc6zvtCyvc6zvs6yvc6yvc4ckic8AAAADnRSTlMA8y2nk4yBF3NxWg7f3Kqe+pEAAAA2SURBVAjXYyAM2J2NjSOnmhQAmUxy795Fb3uoAGUmcGBjRi2DMw/KwphAQA0mxDlAAHQOQQAAidQ4nLzO0AAAAAAASUVORK5CYII=) no-repeat center;
}
.gl-cpt-search_list-content-icon-search {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAV1BMVEUAAACzvc+8yNOyvc+zvs+0vs+0v9Gzvs+zvc6zvs+zvtC3wdC8w9qzvc6zvs6zvs+zvs+0vtCzv9C0v8+0v9Czv9CzvtGzwNKzxNW7zN3MzP+zvs+yvc5gb2MGAAAAHHRSTlMA+RfVzZZO28SycigL8evku4FoY1xXQzkeDwWkxgt6cAAAAIdJREFUGNOVzEcOwzAMRFFRvbnGJXbm/ueMAMuMsjQ3+ngQKR7O2zjqx/XPXh2GoAlBNga3lycb6JN3O5eviphuNNjv9HTUcgMfirC1KDBumGv1mnHhnyPl3/lUa4WplcjzUkC8TMEySg0ft8UQoCTrORHKeKtaFYedbSo7rO0U1TVb1R/xYL41TQYhslTnfgAAAABJRU5ErkJggg==) no-repeat center;
}
.gl-cpt-search_list-content-icon-shop {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFKADAAQAAAABAAAAFAAAAACy3fD9AAABEUlEQVQ4Ee2RMU7DQBBF/2ziAnEFSmgSCVpXFNClAJpwEB8k6ThE0sTpUqShoUWRwiEo6bAtf7K2s9pNdpGspEtGWmnnzd/vmTFw5JCQX7pcDQH2fXURfD893L35al0frBmHBDemniC+NrStYWMURW6XRTEH6flKjf7psBa83Pd1NybS5eevSTwXZ4f13hqVMCEZC9Sr/Y7Ckc6Fkmx5dHmxGMQ3Pzp3OiTKyVaEZiqH6aLhNNosy/RaqkmUMdi5KMF4t7tKIiqBPoEIGpLq4/nxdrr3rttZQJ9AOCPbGgquZu/rHvLcxpCiuNYg9J+DhmA5Ql46ZpURme5BCwRHtjStrmfDVuvyik9wh949HAL/ALRuSh8TGE/xAAAAAElFTkSuQmCC) no-repeat center;
}
.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;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAMFBMVEUAAAD////Nzc3Q0NDNzc3Nzc3Nzc3Nzc3R0dHNzc3Nzc3Nzc3Pz8/R0dHZ2dnNzc1COinFAAAAEHRSTlMAAuIc592qlyG2pJ0lFw0pOmFr6gAAADJJREFUCNdjgAPeyRCaMdUAwpDSgApsOgBhsPtDlZY8QKGldSDqFjWAabEImDlwcxEAAPTiCPgK8jRzAAAAAElFTkSuQmCC) no-repeat center right;
}
.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-li-focus .gl-cpt-search_list-content-count,
.gl-cpt-search_list-content-li:hover .gl-cpt-search_list-content-count {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEnRSTlMAAhzn3aQh4+G2qp+aJRcNlCmMmGQSAAAAN0lEQVQI12PABHycTMhcRi4WVD4rBxsKn5udF0U/D7MgCl+AmR9Vmh9TM8JoZB4LG5ozMB2JCQB+YAEtCXQ6twAAAABJRU5ErkJggg==) no-repeat center right;
}
.gl-cpt-search_list-content-li-focus .gl-cpt-search_list-content-icon-des,
.gl-cpt-search_list-content-li:hover .gl-cpt-search_list-content-icon-des {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAS1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////+DmQsHAAAAGHRSTlMAe3QJ8Oq5Y04wNvb018vIvGdaVA8H2UTV2BiZAAAAhElEQVQY04WOWQ6EIBBEARUE922m739SK9A0JCb6fiheUqlWHzQPc9iRRnvU6rSUsGeRK2VWcY4KLi+0+HQuuA5vy3s9AY/gCfRJGsQlpgXJJKkR55hmJF3VA0Ko6k0cMH8TBzHEfQFt5prETZfK+IHd4FVhZ7mL4VvlxoKWkZrtt6k3bo6SDLnxXHw+AAAAAElFTkSuQmCC) no-repeat center;
}
.gl-cpt-search_list-content-li-focus .gl-cpt-search_list-content-icon-poi,
.gl-cpt-search_list-content-li:hover .gl-cpt-search_list-content-icon-poi {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAUVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////8IN+deAAAAGnRSTlMAqhy/jRQH+aVzJ/ryvQzw7uDVolpWODAbAoby0b0AAABrSURBVBjTtc7JCoUwEETRTpnJOLzRqf7/Q4VIsFFwI95VczZdcp2fzzZ9Q32gpQ4kO2hDxdx72O3/YunXb9RHqj5jxtRVuvLOwYkHfD7KwpYBlrQIbH1RSyMgIYZWnsPUUNWkjC4aVXRytxUr+gky/jZ/GwAAAABJRU5ErkJggg==) no-repeat center;
}
.gl-cpt-search_list-content-li-focus .gl-cpt-search_list-content-icon-hotel,
.gl-cpt-search_list-content-li:hover .gl-cpt-search_list-content-icon-hotel {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAerNzWuD5mtcT8+asomXv4bqwhUUOxsGWjlQzKh8bbdty9AAAAHpJREFUGNOtzskOwyAMRVHcgkNLSDN2bt///2XN0AXsEuVukI6wZbVLnx6hW4EaqdMWfM2aSLcFPhHrAPf234xHS9KZxK8Y/shGAsGF1XNG00jy8zEIttV45wRtRsQI93BAUyFrz36pELxYlRovCcPTsxkjToeiSa3oB9cjDiVwEUfBAAAAAElFTkSuQmCC) no-repeat center;
}
.gl-cpt-search_list-content-li-focus .gl-cpt-search_list-content-icon-activity,
.gl-cpt-search_list-content-li:hover .gl-cpt-search_list-content-icon-activity {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAgVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9d3yJTAAAAKnRSTlMAA+0f80PdDMY31Zf7uy716L6vonU8MxkV7+HOwKyRj2FXRz4Th2tVKybtvTNPAAAAy0lEQVQY033P14rDMBCF4aNiy7Jc4u70Tdl23v8BV5YgawLJfyHQBwMzeJvK5cez/TakrlZgj+ey2HksyvPRRhMpmSnj2nE6kKmIKMkTQidSRkSuMwVRDQYq0/toVTEBc0ZuEuBe/4RdDjsDdKRXA5M2ahkmHSC5NMCROcK3BdKAFVpSerxIPQL9YpnAuNXhMFvfAdGnspsBo+1qJagbILp6+7+8g9rwgivJ78eZn7N/iqv1mCB0K920p0/br6bHo5IhqbBqSGIGL/sDZs4Sk4T0AEQAAAAASUVORK5CYII=) no-repeat center;
}
.gl-cpt-search_list-content-li-focus .gl-cpt-search_list-content-icon-count,
.gl-cpt-search_list-content-li:hover .gl-cpt-search_list-content-icon-count {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEnRSTlMAAhzn3aQh4+G2qp+aJRcNlCmMmGQSAAAAN0lEQVQI12PABHycTMhcRi4WVD4rBxsKn5udF0U/D7MgCl+AmR9Vmh9TM8JoZB4LG5ozMB2JCQB+YAEtCXQ6twAAAABJRU5ErkJggg==) no-repeat center right;
}
.gl-cpt-search_list-content-li-focus .gl-cpt-search_list-content-icon-restaurant,
.gl-cpt-search_list-content-li:hover .gl-cpt-search_list-content-icon-restaurant {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAZlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Vn2moAAAAIXRSTlMAKziqFp1gTEhCPRD15NPCtn5waFMxJSAavLCjmYR4WQllo00oAAAAiUlEQVQY05XOyw6CQAyF4QMzMBdQQEDwbt//JaVzoouJG/5Nky9pU+wrVKbWaRrcLNgoWxXQSAEpaWsrmidG4iCpHlYxEA3xgEXREy/EFmdFR6yIR+JEdMQHCsUXWJdOWsyKNZjtt+UZKInfJP0cFccMg+IpQ/8PneIzw0lx+OG1WwEs5o17xJ4+gKYOTSSGc48AAAAASUVORK5CYII=) no-repeat center;
}
.gl-cpt-search_list-content-li-focus .gl-cpt-search_list-content-icon-tg,
.gl-cpt-search_list-content-li:hover .gl-cpt-search_list-content-icon-tg {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAk0lEQVR42mNgGG6AEYqJA////xcH4slAvOLfv3/LYRjK7wXShVDcBRKDqhXHZ6AuEH/9jx30AzEvEPMDcQNUDKRWF6+BQJd8wmFgC5K6EiD+C1VLtoHNSOqKqWFgNxCHAXE8ENcB8R+KDASK3wdS74D0ZyC+AxGizIXYLBk1cEgaiCfrYQMEsx7WwgEbJqpwGBkAAJym04kVVU9lAAAAAElFTkSuQmCC) no-repeat center;
}
.gl-cpt-search_list-content-li-focus .gl-cpt-search_list-content-icon-search,
.gl-cpt-search_list-content-li:hover .gl-cpt-search_list-content-icon-search {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA1fkXlk7MxLJyKAvx6+Tbz7uBaGNcV0M5Hg8FpGsdUvwAAACISURBVBjTlYxZEoMgEAVl2MHduETz7n/NUBEH82n/0NXFm+ohb9VRMyx/7VWjdYbg5K1BbOmJCv3B21rE0zzGKypsl1ras3UtH/LQ2chxXDFlawzHmX8OFMv5kG2ByhbI8sjBn01Ac5Q9rF9nRYCQXI+RkLBalJrY9aRD2nAt/KrJeq/mUz3gC2C2BlCWXcubAAAAAElFTkSuQmCC) no-repeat center;
}
.gl-cpt-search_list-content-li-focus .gl-cpt-search_list-content-icon-shop,
.gl-cpt-search_list-content-li:hover .gl-cpt-search_list-content-icon-shop {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFKADAAQAAAABAAAAFAAAAACy3fD9AAAA2ElEQVQ4EWNgoDJgxGXe////JwDlDHDIX2BkZCzAJseCTRAqBjLMDojfoKkRQeOjcPEZCFL4BugSMWQdQJe/Quajs5nQBSjlw10ItJkHaFgnkoGqQDYvUHwqkhiIyQvEqmji5UCffAFJwiMFqEAUyMfrHZAGHEAMaOBrkBw+LwcA5TWxGAASC8QiDhbCZ+BHoIq3WDSCxD5gEQcLwcMQiwKQC82xiCcBxSSxiIOF6BqGuByBVxxfGOLViEty1EBcIUO8ONXDEDlh/wa64yDxbkFR+QuFR00OABpuKnRsTphKAAAAAElFTkSuQmCC) no-repeat center;
}
.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;
}
.gl-cpt-search_list-content-no-data .gl-cpt-search_list-content-name {
  font-size: 14px;
  line-height: 30px;
  max-height: 120px;
}
@media screen and (max-width: 768px) {
  .gl-cpt-search {
    box-sizing: border-box;
    width: 90%;
    height: 32px;
    margin-bottom: 0;
  }
  .gl-cpt-search_button {
    width: 56px;
  }
  .gl-cpt-search_input {
    padding: 0 44px 0 12px;
  }
  .gl-cpt-search-small {
    height: 32px;
    width: 0;
    margin-top: 12px;
    font-size: 14px;
    transition: width 0.2s ease, background 0.3s ease;
    border: 1px solid transparent;
  }
  .gl-cpt-search-small .gl-cpt-search_input {
    border: none;
    padding-right: 40px;
    font-size: 14px;
    box-shadow: none;
  }
  .gl-cpt-search-small .gl-cpt-search_button {
    width: 40px;
    background: #fff;
  }
  .gl-cpt-search-small .gl-cpt-search_button:hover {
    background: inherit;
  }
  .gl-cpt-search-small .gl-cpt-search_button .gl-cpt-search_button-icon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAS1BMVEUAAAC5ubnAwMC5ubm3t7e4uLi5ubm2tra3t7e3t7e3t7e3t7e3t7e7u7u2tra3t7e4uLi5ubm3t7e4uLi2tra3t7e4uLi5ubm2trZi2KwGAAAAGHRSTlMAawtawpkr7OHRtIxkIfTJck89NKiDdhahQgdQAAAAe0lEQVQY062OSQ7DIBAEzQ4Br9nq/y9NUAwZHy25LzMqqZfhGnnlstEHpDNVcZXwBq4sFsyfGYKvdyG8O0yszfHqiUzd8mhwJO7fhu32iX2Mwony/MuJot7DU39jLEnsLBBsAlCC3mcApySteZuvTVAkbf1ze2XQOJzQB8NuBffMecZvAAAAAElFTkSuQmCC) no-repeat center;
    background-size: 17px 17px;
  }
  .gl-cpt-search-small .gl-cpt-search_button .gl-cpt-search_button-icon:hover {
    cursor: pointer;
  }
  .gl-cpt-search-small .gl-cpt-search_list {
    right: 0;
    font-size: 14px;
  }
  .gl-cpt-search-small-active {
    width: 234px !important;
    border: 1px solid rgba(0, 0, 0, 0.04);
  }
  .gl-cpt-search-small-active .gl-cpt-search_input {
    border: none;
    padding-right: 40px;
    font-size: 14px;
  }
}
@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%;
  }
}
.gl-cpt-titlesearch {
  margin-top: 20px;
  width: 260px;
}
.gl-cpt-titlesearch_title {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.gl-cpt-titlesearch_input {
  line-height: 32px;
  height: 32px;
  display: inline-block;
}
.gl-cpt-titlesearch_search {
  position: relative;
}
.gl-cpt-titlesearch_input {
  font-size: 14px;
  width: 260px;
  box-sizing: border-box;
  padding: 0 32px 0 12px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
}
.gl-cpt-titlesearch_btn {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  right: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAS1BMVEUAAAC5ubnAwMC5ubm3t7e4uLi5ubm2tra3t7e3t7e3t7e3t7e3t7e7u7u2tra3t7e4uLi5ubm3t7e4uLi2tra3t7e4uLi5ubm2trZi2KwGAAAAGHRSTlMAawtawpkr7OHRtIxkIfTJck89NKiDdhahQgdQAAAAe0lEQVQY062OSQ7DIBAEzQ4Br9nq/y9NUAwZHy25LzMqqZfhGnnlstEHpDNVcZXwBq4sFsyfGYKvdyG8O0yszfHqiUzd8mhwJO7fhu32iX2Mwony/MuJot7DU39jLEnsLBBsAlCC3mcApySteZuvTVAkbf1ze2XQOJzQB8NuBffMecZvAAAAAElFTkSuQmCC) no-repeat center;
  background-size: 17px 17px;
  bottom: 1px;
  top: 1px;
  width: 40px;
}
.gl-cpt-titlesearch-maxheight .gl-cpt-titlesearch_content {
  max-height: 320px;
}
.gl-cpt-titlesearch_content {
  padding: 8px 0;
  overflow-y: auto;
  margin: 14px 0;
}
.gl-cpt-titlesearch_content::-webkit-scrollbar {
  width: 4px;
}
.gl-cpt-titlesearch_content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #d8d8d8;
}
.gl-cpt-titlesearch_li {
  line-height: 20px;
  margin: 17px 0;
  padding-left: 16px;
  border-left: 4px solid #fff;
  cursor: pointer;
}
.gl-cpt-titlesearch_li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.gl-cpt-titlesearch_li:nth-of-type(1) {
  margin-top: 0;
}
.gl-cpt-titlesearch_li:hover {
  color: #3264ff;
}
.gl-cpt-titlesearch_li-active,
.gl-cpt-titlesearch_li-active a {
  color: #3264ff;
}
.gl-cpt-titlesearch_li-active {
  border-color: #3264ff;
}
.gl-cpt-titlesearch_li-more-up,
.gl-cpt-titlesearch_li-more {
  display: inline-block;
  width: 22px;
  height: 12px;
  transform: rotate(90deg);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMBAMAAACtsOGuAAAAJFBMVEUAAABERERISEhERERGRkZERERFRUVFRUVFRUVKSkpOTk5ERET29v2ZAAAADHRSTlMA5SKpHN2gmLYWDSlkmONiAAAAK0lEQVQI12OY4cDAwMAcwgAEhgpAgk0IxCzcACTYpWBEogJUwlQBohisDQCd7AUZ1GFsawAAAABJRU5ErkJggg==) no-repeat center;
}
.gl-cpt-titlesearch_li-more-up-up,
.gl-cpt-titlesearch_li-more-up {
  width: 26px;
  transform: rotate(270deg);
}
@keyframes imgswitch {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html {
  overflow-x: hidden;
}
.gl-DestinationDetail {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
  margin-bottom: 20px;
}
.gl-DestinationDetail .view-more {
  border-radius: 4px;
  opacity: 0.8;
  border: 1px solid #3264ff;
  padding: 8px 16px;
  display: table;
  margin: 0 auto;
  margin-top: 4px;
  font-size: 16px;
  color: #3264ff;
  text-align: right;
  cursor: pointer;
}
.gl-DestinationDetail .view-more:hover {
  background: #3264ff;
  color: #fff;
}
.gl-DestinationDetail .view-more:hover .more {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEnRSTlMAAhzn3aQh4+G2qp+aJRcNlCmMmGQSAAAAN0lEQVQI12PABHycTMhcRi4WVD4rBxsKn5udF0U/D7MgCl+AmR9Vmh9TM8JoZB4LG5ozMB2JCQB+YAEtCXQ6twAAAABJRU5ErkJggg==);
  transform: scale(1);
}
.gl-DestinationDetail .view-more .more {
  padding-top: 2px;
  margin-left: -3px;
  width: 15px;
  height: 12px;
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAMKADAAQAAAABAAAAMAAAAADbN2wMAAACd0lEQVRoBe2XzWsTURTFz800RtSILiyIO0XQldKmVSgVQSMEvxa2oghqsU1UEJSC/0G3VRCsGii6EKSi+FUUW7FVQSEtbl25dCUoaNU2Jtcz1RGESqftfULlPRjCzLy575zfuS/JAH54Ap6AJ+AJeAKegCfgCcxbAmKlfFNB15Yr6JEEDoxekfdWdaerk5huQtz736vo5dxtUAxsPa3L4j4313lmBiA4SjHvVLHx0xgeNZ3V9FzFxXnerIXCxerzuo4GhplCLU+fsZ1ybKcvcYTMdo5dAlRAsW+SNcgyjQ883YIq7uROaWq24uI8Z5pAtGBDhzZUgUGmsZTX7jOJfTRXju5bfpomEAkrFaXEFHbyfIzHbrbU9dY+DaL7lp9ODIQCSfxFEGAvI/7GJFrfDqBXVc0Td2YgNFG6LE+QQIsIyjRxuD6PnvC65XBqIBTKJPqJ/SCPClupUNeh3fPKQCh2pCi32DxHuC+qNHEmk9cuKxPOE4iEBgnK/zXYTvySshm/i9qUm7pKpl1bFLjBI+B+6B4tSufUM2d+1bkB9vwuLnKb1JMUf4niT8xc5t+fcGqAP2jbK8AD9n2KC10bKaJNRBiE3aixK/Vnpbp2bWaj350UL+hbncUxa/Hhik42cea4NpJ4P9tmEbfuvfQqHLq5XxiG/TBvocaCbuC7wVOSX86ef1y7EHseXpBxe+k/K5oa2HxS109M8O80sILkh1NLkHt5Tr66Eh/WNTPAd4E1pP6cbbOS5F+lk8gOXZTPLsWHte32gOLqpHjgdXoxcv9CvKmBBUm0Mc9BItkxdF4+uibv63sCnoAn4Al4Ap6AJ+AJ/AcEfgB7z6ODiRXzyQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.9);
}
.gl-DestinationDetail .models {
  margin-top: 60px;
}
.gl-DestinationDetail_title {
  padding-left: 10px;
  color: #222;
  font-size: 36px;
  line-height: 44px;
  font-family: arial, sans-serif;
  font-weight: bold;
  text-align: center;
}
.gl-DestinationDetail_top-nav-container {
  box-sizing: border-box;
  margin: 0 10px;
  position: relative;
  max-width: 1200px;
  background: #f5f9ff;
  display: flex;
}
.gl-DestinationDetail_top-nav-container .search-warp {
  display: none;
  opacity: 0;
  margin-right: 10px;
}
.gl-DestinationDetail_top-nav-container-pla {
  margin: 0 10px;
  height: 47px;
}
.gl-DestinationDetail_top-nav {
  display: flex;
  background: #f5f9ff;
  flex: 1;
}
.gl-DestinationDetail_top-nav-li {
  white-space: nowrap;
  position: relative;
  font-size: 14px;
  color: #666;
  font-family: arial, sans-serif;
  height: 44px;
  line-height: 44px;
  margin: 0 10px;
  border-bottom: 2px solid transparent !important;
}
.gl-DestinationDetail_top-nav-li p {
  font-family: arial, sans-serif;
  font-size: 14px;
}
.gl-DestinationDetail_top-nav-li:hover {
  cursor: pointer;
  color: #3264ff;
}
.gl-DestinationDetail_top-nav-li.active {
  cursor: pointer;
  color: #3264ff;
  border-bottom: 3px solid #3264ff !important;
}
.gl-DestinationDetail_top-nav-li.active p {
  font-weight: 700;
}
.gl-DestinationDetail_top-nav-container-fixed {
  width: calc(100% - 80px);
  max-width: 1180px;
  margin: 0 auto;
  margin: 0 10px;
  position: fixed;
  z-index: 9999;
  top: 0;
  background: #f5f9ff;
  display: flex;
}
.gl-DestinationDetail_top-nav-container-fixed .gl-DestinationDetail_top-nav {
  flex-wrap: wrap;
}
.gl-DestinationDetail_top-nav-container-fixed .search-warp {
  opacity: 1;
  margin-right: 10px;
}
.gl-DestinationDetail_top-nav-container-fixed .search-warp .gl-cpt-search-small .gl-cpt-search_list {
  right: -16px;
}
.gl-DestinationDetail_top-nav-container-fixed .search-warp .gl-cpt-search {
  box-sizing: border-box;
  width: 90%;
}
.gl-DestinationDetail_top-nav-container-fixed .search-warp .gl-cpt-search-small {
  height: 32px;
  width: 0;
  margin-top: 7px;
  font-size: 14px;
  transition: width 0.1s ease, background 0.1s ease;
  margin-right: 0;
  border: 1px solid transparent;
}
.gl-DestinationDetail_top-nav-container-fixed .search-warp .gl-cpt-search-small .gl-cpt-search_input {
  border: none;
  padding-right: 40px;
  font-size: 14px;
  width: 0;
  height: 0;
  overflow: hidden;
  box-shadow: none;
}
.gl-DestinationDetail_top-nav-container-fixed .search-warp .gl-cpt-search-small .gl-cpt-search_button {
  width: 40px;
  background: #f5f9ff;
}
.gl-DestinationDetail_top-nav-container-fixed .search-warp .gl-cpt-search-small .gl-cpt-search_button:hover {
  background: inherit;
}
.gl-DestinationDetail_top-nav-container-fixed .search-warp .gl-cpt-search-small .gl-cpt-search_button .gl-cpt-search_button-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAS1BMVEUAAAC5ubnAwMC5ubm3t7e4uLi5ubm2tra3t7e3t7e3t7e3t7e3t7e7u7u2tra3t7e4uLi5ubm3t7e4uLi2tra3t7e4uLi5ubm2trZi2KwGAAAAGHRSTlMAawtawpkr7OHRtIxkIfTJck89NKiDdhahQgdQAAAAe0lEQVQY062OSQ7DIBAEzQ4Br9nq/y9NUAwZHy25LzMqqZfhGnnlstEHpDNVcZXwBq4sFsyfGYKvdyG8O0yszfHqiUzd8mhwJO7fhu32iX2Mwony/MuJot7DU39jLEnsLBBsAlCC3mcApySteZuvTVAkbf1ze2XQOJzQB8NuBffMecZvAAAAAElFTkSuQmCC) no-repeat center;
  background-size: 17px 17px;
}
.gl-DestinationDetail_top-nav-container-fixed .search-warp .gl-cpt-search-small .gl-cpt-search_button .gl-cpt-search_button-icon:hover {
  cursor: pointer;
}
.gl-DestinationDetail_top-nav-container-fixed .search-warp .gl-cpt-search-small .gl-cpt-search_list {
  right: 0;
  font-size: 14px;
}
.gl-DestinationDetail_top-nav-container-fixed .search-warp .gl-cpt-search-small-active {
  width: 234px !important;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.gl-DestinationDetail_top-nav-container-fixed .search-warp .gl-cpt-search-small-active .gl-cpt-search_input {
  border: none;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  font-size: 14px;
  display: block;
}
.gl-DestinationDetail_top-nav-container-fixed .search-warp .gl-cpt-search-small-active .gl-cpt-search_button {
  background: #fff;
}
.gl-DestinationDetail .photos-show-container .weather-small {
  display: none;
}
.gl-DestinationDetail .photos-show-container .about {
  background: #f5f9ff;
  margin: 0 10px;
  margin-top: 20px;
  padding-bottom: 10px;
}
.gl-DestinationDetail .photos-show-container .about .title {
  font-weight: 500;
  padding: 0 30px;
  padding-top: 20px;
  font-size: 24px;
  color: #333;
  line-height: 24px;
  text-align: center;
}
.gl-DestinationDetail .photos-show-container .about .content {
  padding: 0 30px;
  margin-top: 20px;
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 10px;
}
.gl-DestinationDetail .photos-show-container .about .content-more {
  height: 54px;
  overflow: hidden;
  position: relative;
}
.gl-DestinationDetail .photos-show-container .about .content-more::after {
  content: '...';
  position: absolute;
  right: 16px;
  bottom: 0;
  background: #f5f9ff;
}
.gl-DestinationDetail .photos-show-container .about .show-more {
  color: #3264ff;
  cursor: pointer;
  text-align: right;
  margin-right: 30px;
}
.gl-DestinationDetail .photos-show-container .about .show-more .down {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAACqADAAQAAAABAAAACgAAAAA7eLj1AAAAkUlEQVQYGWNgoDZgNE79P/X/f4YsfAYzMTFMZeKVZsgHKtqLUyEjwx4eKYYCRpACm8z/gt/+MJxk+M+giqwBKHmTl4fB4sAExg9ghSBJk8z/6v9+M5wAMgXAihkZ3rMyMZifnMl4G8RnAgsCiTPTGW8yMjGEA3X+ZWRk+AM0PQSmCKYGhQZ6Ltck7X86iiBNOAAPxCUEgSHgiwAAAABJRU5ErkJggg==);
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  margin-left: 8px;
}
.gl-DestinationDetail .photos-show-container .about .show-more .up {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAACqADAAQAAAABAAAACgAAAAA7eLj1AAAAkUlEQVQYGWNgoDZgNE79P/X/f4YsfAYzMTFMZeKVZsgHKtqLUyEjwx4eKYYCRpACm8z/gt/+MJxk+M+giqwBKHmTl4fB4sAExg9ghSBJk8z/6v9+M5wAMgXAihkZ3rMyMZifnMl4G8RnAgsCiTPTGW8yMjGEA3X+ZWRk+AM0PQSmCKYGhQZ6Ltck7X86iiBNOAAPxCUEgSHgiwAAAABJRU5ErkJggg==);
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  transform: rotate(180deg);
}
.gl-DestinationDetail_photos-show {
  margin: 0 10px;
  margin-top: 12px;
  display: flex;
  height: 348px;
}
.gl-DestinationDetail_photos-show .LazyLoad {
  height: 100%;
}
.gl-DestinationDetail_photos-show-photo {
  flex: 1.4;
  position: relative;
  overflow: hidden;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAACcBAMAAABW9qnFAAAAG1BMVEXr6/LY2N3k5Orp6e/g4Obn5+3b2+Dd3ePi4udFuIuhAAACxklEQVR42u2WwVPTQBSHn4RAj2yhSY9thZ5TFL02EIVjWga9EhHHYyMOvbbqOP7Z5r1dssn0wKHp2nF+3yHZffua/fp22ywBAAAAAAAAAAAAAAAAAAAAAAAAYDP4j58jco/3qkIZ7SvVIfe8UBVuyZApFZJz6jKHpPG5Q8/jTiYi16zKCEU7IPfUZbZpA5cyfh7+s592UYgjvke0BbCM7Z29pAr+4GTlC0wHaZk8uK6NSDJf15bZTZJz77dq03GSLMhPkqvoY7F6YUpVdvIi9k5P/r5o6j/r10ly4Wfc83P+yNoye8Wji3abYr7sFL1LxYRR1SWT2AO3Y2nKZydFWs69TxLsNiDDWJmSe7LEJtYjemuadyJTZ9y0jMVWfV+VMl5mmkG0KtPenMwdPbE0ka6kG25XZYKNyciw4CvDTLzssJGxpE3IhCfXVZkf07z66H2JncZBRB43v94M+RaJzNFNLFt4yuu3aEAm4GmtzAPx3e7HiY7590QtU7FYZp7ItaUXaCSfWF+mQzWZSIbtUWdpYpHOnnGxZHgiFqS3bqshmXFNpq2Xxr62cokJI+Pl8TDLhHq8w8VsRiatyYjDrhRMkxUxKxM8xToVmcPmZKKazAH3TIkEiQlmepPtQkaq0DIytjJ1mdxRZdory1TfM8SwtAuZUM9q1yY2MZO9MIU7cCAjs3m5+Q2f8doYg2+2YBwaO5EJIxqad3Sfk/Z07INK9ZvhpxRGpU5kVJDJVa/GTAeDRzlV5Nz+IsrkRMYeCEb6Zo8NHDF0nMosOEmy3thjg03oOZSR0aW++5k9Q/Rt3VzImJl7MhsHy7Nml0qxIHUjcxErvlL5ci4YSq0kr5Wxy4Kek1kfeaJ3PP/eI8bLedMyp5fzc9L4v+ZXKW2c1a/n/1lz2vVltgTIQAYy/6UMAAAAAAAAAAAAAAAAAAAAAAAA4Ii/7RWuOpCJtjcAAAAASUVORK5CYII=);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.gl-DestinationDetail_photos-show-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  animation: imgswitch;
  animation-duration: 300ms;
  animation-timing-function: ease-out !important;
}
.gl-DestinationDetail_photos-show-photo .img-big {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.gl-DestinationDetail_photos-show-photo-tips {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  font-family: arial, sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  padding: 5px 6px 7px;
}
.gl-DestinationDetail_photos-show-photo-tips:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
}
.gl-DestinationDetail_photos-show-context {
  flex: 1;
  padding: 24px 10px;
  margin-left: 10px;
  border: 1px solid #e4e4e4;
}
.gl-DestinationDetail_photos-show-context-title {
  font-weight: 700;
  font-family: arial, sans-serif;
  font-size: 24px;
  color: #333;
  line-height: 24px;
  margin-bottom: 23px;
}
.gl-DestinationDetail_photos-show-context-paragraph-container {
  margin-bottom: 20px;
  height: 242px;
  overflow: hidden;
}
.gl-DestinationDetail_photos-show-context-paragraph {
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 20px;
  margin-bottom: 12px;
}
.gl-DestinationDetail .gl-destination-detail_map {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.gl-DestinationDetail .gl-destination-detail_map > div {
  height: 100%;
}
.gl-DestinationDetail .gl-destination-detail_map .gl-poi-detail_show-map {
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 20px;
  background: #3264ff;
  border-radius: 0;
  border-top-left-radius: 4px;
}
.gl-DestinationDetail .gl-destination-detail_map .gl-poi-detail_show-map:hover {
  background: #2c59e5;
}
.gl-DestinationDetail_top-travel-guide .tags {
  padding-left: 10px;
  margin: 0 50px;
  margin-bottom: 10px;
  width: calc(100% - 100px);
  height: 36px;
  overflow: hidden;
}
.gl-DestinationDetail_top-travel-guide .tags .tag {
  margin-bottom: 10px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  margin-right: 20px;
  cursor: pointer;
  color: #666;
  border-bottom: 4px solid transparent;
}
.gl-DestinationDetail_top-travel-guide .tags .tag:hover {
  color: #3264ff;
  border-bottom: 4px solid transparent;
}
.gl-DestinationDetail_top-travel-guide .tags .active {
  background: #fff;
  border-bottom: 4px solid #3264ff !important;
  color: #3264ff !important;
}
.gl-DestinationDetail_top-travel-guide-title {
  margin-top: 60px;
  margin-bottom: 20px;
}
.gl-DestinationDetail_top-travel-guide-item {
  width: 25%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  cursor: pointer;
  vertical-align: bottom;
}
.gl-DestinationDetail_top-travel-guide-item .warp {
  border: 1px solid #e4e4e4;
}
.gl-DestinationDetail_top-travel-guide-item .eats-tags-container {
  padding-top: 4px;
  height: 19px;
  overflow: hidden;
}
.gl-DestinationDetail_top-travel-guide-item .eats-tags-container .tag-item {
  line-height: 16px;
  height: 17px;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
  background: #fafcff;
  border: 0.8px solid rgba(50, 100, 255, 0.5);
  border-radius: 2px;
  font-size: 12px;
  color: #2c59e5;
  letter-spacing: 0;
  text-align: center;
}
.gl-DestinationDetail_top-travel-guide-item .tags-container {
  padding-top: 4px;
  height: 19px;
  overflow: hidden;
}
.gl-DestinationDetail_top-travel-guide-item .tags-container .tag-item {
  line-height: 16px;
  height: 17px;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
  background: #fafcff;
  border: 0.8px solid rgba(50, 100, 255, 0.5);
  border-radius: 2px;
  font-size: 12px;
  color: #2c59e5;
  letter-spacing: 0;
  text-align: center;
}
.gl-DestinationDetail_top-travel-guide-item .img-warp {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAACcBAMAAABW9qnFAAAAG1BMVEXr6/LY2N3k5Orp6e/g4Obn5+3b2+Dd3ePi4udFuIuhAAACxklEQVR42u2WwVPTQBSHn4RAj2yhSY9thZ5TFL02EIVjWga9EhHHYyMOvbbqOP7Z5r1dssn0wKHp2nF+3yHZffua/fp22ywBAAAAAAAAAAAAAAAAAAAAAAAAYDP4j58jco/3qkIZ7SvVIfe8UBVuyZApFZJz6jKHpPG5Q8/jTiYi16zKCEU7IPfUZbZpA5cyfh7+s592UYgjvke0BbCM7Z29pAr+4GTlC0wHaZk8uK6NSDJf15bZTZJz77dq03GSLMhPkqvoY7F6YUpVdvIi9k5P/r5o6j/r10ly4Wfc83P+yNoye8Wji3abYr7sFL1LxYRR1SWT2AO3Y2nKZydFWs69TxLsNiDDWJmSe7LEJtYjemuadyJTZ9y0jMVWfV+VMl5mmkG0KtPenMwdPbE0ka6kG25XZYKNyciw4CvDTLzssJGxpE3IhCfXVZkf07z66H2JncZBRB43v94M+RaJzNFNLFt4yuu3aEAm4GmtzAPx3e7HiY7590QtU7FYZp7ItaUXaCSfWF+mQzWZSIbtUWdpYpHOnnGxZHgiFqS3bqshmXFNpq2Xxr62cokJI+Pl8TDLhHq8w8VsRiatyYjDrhRMkxUxKxM8xToVmcPmZKKazAH3TIkEiQlmepPtQkaq0DIytjJ1mdxRZdory1TfM8SwtAuZUM9q1yY2MZO9MIU7cCAjs3m5+Q2f8doYg2+2YBwaO5EJIxqad3Sfk/Z07INK9ZvhpxRGpU5kVJDJVa/GTAeDRzlV5Nz+IsrkRMYeCEb6Zo8NHDF0nMosOEmy3thjg03oOZSR0aW++5k9Q/Rt3VzImJl7MhsHy7Nml0qxIHUjcxErvlL5ci4YSq0kr5Wxy4Kek1kfeaJ3PP/eI8bLedMyp5fzc9L4v+ZXKW2c1a/n/1lz2vVltgTIQAYy/6UMAAAAAAAAAAAAAAAAAAAAAAAA4Ii/7RWuOpCJtjcAAAAASUVORK5CYII=);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.gl-DestinationDetail_top-travel-guide-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 1.2s ease;
  animation: imgswitch;
  animation-duration: 300ms;
  animation-timing-function: ease-out !important;
}
.gl-DestinationDetail_top-travel-guide-item:hover > .warp {
  box-shadow: 0 4px 12px 0 rgba(50, 100, 255, 0.2);
  border: 1px solid rgba(50, 100, 255, 0.2);
}
.gl-DestinationDetail_top-travel-guide-item:hover img {
  transform: scale(1.1);
}
.gl-DestinationDetail_top-travel-guide .content .describe {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 16px;
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 4px;
}
.gl-DestinationDetail_top-travel-guide .content .other {
  padding-bottom: 16px;
  padding-left: 12px;
}
.gl-DestinationDetail_top-travel-guide .content .other .score {
  float: left;
  height: 21px;
  line-height: 21px;
}
.gl-DestinationDetail_top-travel-guide .content .other .score .current {
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #3264ff;
}
.gl-DestinationDetail_top-travel-guide .content .other .score .total {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #999;
}
.gl-DestinationDetail_top-travel-guide .content .other .review-numbers {
  display: inline-block;
  margin-left: 8px;
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #999;
  height: 21px;
  line-height: 21px;
  padding-top: 1px;
}
.gl-DestinationDetail_where-to-stay-title {
  margin-top: 40px;
  margin-bottom: 20px;
}
.gl-DestinationDetail_where-to-stay .list-container .list-item {
  width: 33.3%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  cursor: pointer;
}
.gl-DestinationDetail_where-to-stay .list-container .list-item:nth-of-type(1) {
  margin-bottom: 20px;
}
.gl-DestinationDetail_where-to-stay .list-container .list-item:nth-of-type(2) {
  margin-bottom: 20px;
}
.gl-DestinationDetail_where-to-stay .list-container .list-item:nth-of-type(3) {
  margin-bottom: 20px;
}
.gl-DestinationDetail_where-to-stay .list-container .list-item .warp {
  display: flex;
  border: 1px solid #e4e4e4;
}
.gl-DestinationDetail_where-to-stay .list-container .list-item .warp .img-warp {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAACCBAMAAAB4LQ3OAAAAGFBMVEXr6/LY2N3j4+nh4efn5+7e3uTl5evc3OFOlV6GAAABHUlEQVRo3u3UsU+EMBTH8SfH4eq7E7siOeOKgzs542702GtMdC2J0X/flpJyTub1TeZ+n4E2DN+0FCAAAAAAADgJxfhFAtV7Yim6Y24EhTNONhT56UVeYUuTUlFY1uB0hWtmqytU44GE1syX9Ium8DZQsr9/2YkKBfPVB5vwPvTEbB7YO8gKXiw0vjCz6sJGXWCrLjhZwVhaCp/0GLYhKzhaCnWcG1mhT4X4eZ37UVSo6ajQ+fkqVCWF7XGhmddlswv6NbjwHPIL8zG+LmchL4RrwdO91XeXVzDDOB1q6acZhaSjdbjmF+r4J3T5hSdF4ZbnA/l7F1Xb7vxQhsHbt20fCnTD/EzByIbEQiEphkZZ8FD4zwUAAAAAADgBP+NIOwJAhcmOAAAAAElFTkSuQmCC);
  background-size: cover;
  background-repeat: no-repeat;
  width: 130px;
  overflow: hidden;
  height: 134px;
}
.gl-DestinationDetail_where-to-stay .list-container .list-item .warp .img {
  width: 100%;
  height: 134px;
  transition: all 1.2s ease;
  animation: imgswitch;
  animation-duration: 300ms;
  animation-timing-function: ease-out !important;
}
.gl-DestinationDetail_where-to-stay .list-container .list-item .warp .content {
  flex: 1;
  padding: 12px 12px 16px;
}
.gl-DestinationDetail_where-to-stay .list-container .list-item .warp .content .describe {
  font-weight: 700;
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 18px;
  margin-bottom: 8.2px;
}
.gl-DestinationDetail_where-to-stay .list-container .list-item .warp .content .other {
  margin-top: 10px;
}
.gl-DestinationDetail_where-to-stay .list-container .list-item .warp .content .other .score {
  float: left;
  height: 21px;
  line-height: 21px;
}
.gl-DestinationDetail_where-to-stay .list-container .list-item .warp .content .other .score .current {
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #3264ff;
}
.gl-DestinationDetail_where-to-stay .list-container .list-item .warp .content .other .score .total {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #999;
}
.gl-DestinationDetail_where-to-stay .list-container .list-item .warp .content .other .review-numbers {
  float: left;
  height: 21px;
  margin-left: 8px;
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #999;
  line-height: 21px;
  padding-top: 1px;
}
.gl-DestinationDetail_where-to-stay .list-container .list-item .warp .content .district {
  margin-top: 8px;
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #666;
  text-align: left;
  line-height: 14px;
}
.gl-DestinationDetail_where-to-stay .list-container .list-item:hover .warp {
  box-shadow: 0 4px 12px 0 rgba(50, 100, 255, 0.2);
  border: 1px solid rgba(50, 100, 255, 0.2);
}
.gl-DestinationDetail_where-to-stay .list-container .list-item:hover .img {
  transform: scale(1.1);
}
.gl-DestinationDetail_Related {
  margin-top: 20px;
}
.gl-DestinationDetail_Related-title {
  margin-top: 40px;
  margin-bottom: 20px;
}
.gl-DestinationDetail_Related-item {
  width: 25%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 12px;
  cursor: pointer;
}
.gl-DestinationDetail_Related-item .img-warp {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAACcBAMAAABW9qnFAAAAG1BMVEXr6/LY2N3k5Orp6e/g4Obn5+3b2+Dd3ePi4udFuIuhAAACxklEQVR42u2WwVPTQBSHn4RAj2yhSY9thZ5TFL02EIVjWga9EhHHYyMOvbbqOP7Z5r1dssn0wKHp2nF+3yHZffua/fp22ywBAAAAAAAAAAAAAAAAAAAAAAAAYDP4j58jco/3qkIZ7SvVIfe8UBVuyZApFZJz6jKHpPG5Q8/jTiYi16zKCEU7IPfUZbZpA5cyfh7+s592UYgjvke0BbCM7Z29pAr+4GTlC0wHaZk8uK6NSDJf15bZTZJz77dq03GSLMhPkqvoY7F6YUpVdvIi9k5P/r5o6j/r10ly4Wfc83P+yNoye8Wji3abYr7sFL1LxYRR1SWT2AO3Y2nKZydFWs69TxLsNiDDWJmSe7LEJtYjemuadyJTZ9y0jMVWfV+VMl5mmkG0KtPenMwdPbE0ka6kG25XZYKNyciw4CvDTLzssJGxpE3IhCfXVZkf07z66H2JncZBRB43v94M+RaJzNFNLFt4yuu3aEAm4GmtzAPx3e7HiY7590QtU7FYZp7ItaUXaCSfWF+mQzWZSIbtUWdpYpHOnnGxZHgiFqS3bqshmXFNpq2Xxr62cokJI+Pl8TDLhHq8w8VsRiatyYjDrhRMkxUxKxM8xToVmcPmZKKazAH3TIkEiQlmepPtQkaq0DIytjJ1mdxRZdory1TfM8SwtAuZUM9q1yY2MZO9MIU7cCAjs3m5+Q2f8doYg2+2YBwaO5EJIxqad3Sfk/Z07INK9ZvhpxRGpU5kVJDJVa/GTAeDRzlV5Nz+IsrkRMYeCEb6Zo8NHDF0nMosOEmy3thjg03oOZSR0aW++5k9Q/Rt3VzImJl7MhsHy7Nml0qxIHUjcxErvlL5ci4YSq0kr5Wxy4Kek1kfeaJ3PP/eI8bLedMyp5fzc9L4v+ZXKW2c1a/n/1lz2vVltgTIQAYy/6UMAAAAAAAAAAAAAAAAAAAAAAAA4Ii/7RWuOpCJtjcAAAAASUVORK5CYII=);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.gl-DestinationDetail_Related-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: imgswitch;
  animation-duration: 300ms;
  animation-timing-function: ease-out !important;
}
.gl-DestinationDetail_Related-item p {
  font-family: arial, sans-serif;
  color: #333;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.gl-DestinationDetail_Related-item .img {
  transition: all 1.2s ease;
}
.gl-DestinationDetail_Related-item .warp {
  border: 1px solid transparent;
}
.gl-DestinationDetail_Related-item:hover .warp {
  box-shadow: 0 4px 12px 0 rgba(50, 100, 255, 0.2);
  border: 1px solid rgba(50, 100, 255, 0.2);
}
.gl-DestinationDetail_Related-item:hover .img {
  transform: scale(1.1);
}
@media screen and (max-width: 425px) {
  .gl-DestinationDetail .models {
    margin-top: 10px;
  }
  .gl-DestinationDetail .photos-show-container .about {
    margin-top: 10px !important;
  }
  .gl-DestinationDetail .photos-show-container .about .title {
    font-size: 18px;
  }
  .gl-DestinationDetail .photos-show-container .about .content {
    font-size: 13px;
    padding: 0 15px;
  }
  .gl-DestinationDetail_photos-show-photo {
    margin-top: 12px !important;
  }
  .gl-DestinationDetail_photos-show-photo .weather-small {
    display: flex !important;
    align-items: center;
    position: absolute;
    bottom: 16px;
    color: #fff;
    left: 8px;
  }
  .gl-DestinationDetail_photos-show-photo .weather-small .weather-icon {
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-top: 3px;
  }
  .gl-DestinationDetail_photos-show-photo .weather-small span {
    display: block;
    height: 16px;
    font-size: 14px;
    line-height: 22px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .gl-DestinationDetail {
    padding: 0;
    background-color: #f0f2f5;
  }
  .gl-DestinationDetail .gl-DestinationDetail_title {
    display: none;
  }
  .gl-DestinationDetail .photos-show-container {
    margin-top: -12px !important;
  }
  .gl-DestinationDetail .photos-show-container .about {
    margin-top: 20px;
  }
  .gl-DestinationDetail_top-nav-container {
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .gl-DestinationDetail_top-nav-container-fixed {
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .gl-DestinationDetail_top-nav-container-pla {
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .gl-DestinationDetail_photos-show {
    display: block;
    overflow: hidden;
    height: auto;
    border-width: 0;
  }
  .gl-DestinationDetail_photos-show img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .gl-DestinationDetail_photos-show-context {
    display: none;
    overflow: hidden;
    margin-left: 0;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
  }
  .gl-DestinationDetail_top-travel-guide-item {
    width: 100%;
  }
  .gl-DestinationDetail_where-to-stay {
    background-color: #fff;
  }
  .gl-DestinationDetail_where-to-stay .list-container .list-item {
    width: 100%;
  }
  .gl-DestinationDetail_Related-item {
    width: 50%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .gl-DestinationDetail_top-travel-guide-item {
    width: 33.3%;
  }
  .gl-DestinationDetail_top-travel-guide-item:nth-of-type(7) {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
  }
  .gl-DestinationDetail_top-travel-guide-item:nth-of-type(8) {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
  }
  .gl-DestinationDetail_where-to-stay .list-container .list-item {
    width: 50%;
  }
  .gl-DestinationDetail_Related-item {
    width: 33.3%;
  }
  .gl-DestinationDetail_Related-item:nth-of-type(4) {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  .gl-DestinationDetail_top-travel-guide-item {
    width: 25%;
  }
}
@keyframes imgswitch {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.travel_guide_root_class {
  position: relative;
  z-index: 1;
}
.tcp-h5-header-switch .close {
  background: none;
}

