@charset "utf-8";
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.202507082059.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;
}
.zh_hk_font-family {
  font-family: 'Microsoft Jhenghei', 'PingFang HK', STHeitiTC-Light, tahoma, arial, sans-serif;
}
.ja_jp_font-family {
  font-family: 'Meiryo UI', Meiryo, 'MS PGothic', 'Helvetica Neue', Helvetica, Osaka, Tahoma, Arial, sans-serif;
}
.ko_kr_font-family {
  font-family: '\B098\B214\BC14\B978\ACE0\B515', 'Nanum Barun Gothic', '\B098\B214   \ACE0\B515', 'Nanum Gothic', '\B9D1\C740   \ACE0\B515', 'Malgun Gothic', '\B3CB\C6C0', dotum, tahoma, arial, sans-serif;
}
.add_font-family {
  font-family: BlinkMacSystemFont, -apple-system, Roboto, Helvetica, Arial, sans-serif;
}
#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: 1221px) {
}
@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;
  }
}
.tcp-h5-locale-selector .tcp-h5-locale-selector-list-item .ic-flag {
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url(https://ak-d.tripcdn.com/images/05E1v12000dgqkhtf5799.png);
  background-position: 1000px 1000px;
  background-repeat: no-repeat;
  background-size: 60px 560px;
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.tcp-h5-locale-selector {
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
  padding: 60px 0 0;
  background: #ffffff;
  color: #0f294d;
  font-size: initial;
}
.tcp-h5-locale-selector-title {
  background: #ffffff;
  z-index: 1;
  padding: 16px 0;
  position: fixed;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  top: 0;
  left: 0;
  width: 100%;
}
.tcp-h5-locale-selector-title div {
  font-size: 24px;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -12px;
}
.tcp-h5-locale-selector-title h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}
.tcp-h5-locale-selector-nav {
  color: #0f294d;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px;
}
.tcp-h5-locale-selector-divider {
  height: 1px;
  background-color: #dadfe6;
  margin: 8px 12px;
}
.tcp-h5-locale-selector-list-item {
  line-height: 30px;
  height: 30px;
  padding: 12px;
  border-radius: 0 !important;
}
.tcp-h5-locale-selector-list-item i {
  margin-right: 15px;
}
.tcp-h5-locale-selector-list-item em {
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-family: Trip Geom, BlinkMacSystemFont, -apple-system, Roboto, Helvetica, Arial, sans-serif;
}
.tcp-h5-locale-selector-list-item em.tcp-h5-ic-dropdown {
  color: #8592a6;
  display: inline-block;
  margin-left: 12px;
  transition: transform 0.2s;
}
.tcp-h5-locale-selector-list-item em.tcp-h5-ic-dropdown.expanded {
  transform: rotate(180deg);
}
.tcp-h5-locale-selector-list-item.active em {
  color: #3264ff;
}
.tcp-h5-locale-selector-list-item.active .tcp-h5-ic-select {
  float: right;
}
.grouped-select-children {
  overflow: hidden;
  transition: height 0.2s;
}
.grouped-select-children.collapsed {
  height: 0;
}
.grouped-select-children .tcp-h5-locale-selector-list-item {
  height: 32px;
}
.grouped-select-children .tcp-h5-locale-selector-list-item i.ic-flag-tc {
  visibility: hidden;
}
.tcp-h5-locale-selector.tcp-h5-locale-selector-rtl {
  direction: rtl;
}
.tcp-h5-locale-selector.tcp-h5-locale-selector-rtl .tcp-h5-locale-selector-list-item.active .tcp-h5-ic-select {
  float: left;
}
.tcp-h5-locale-selector.tcp-h5-locale-selector-rtl .tcp-h5-locale-selector-title div {
  right: 12px;
  left: initial;
}
.tcp-h5-locale-selector.tcp-h5-locale-selector-rtl .tcp-h5-locale-selector-nav {
  margin-left: 0;
}
.tcp-h5-locale-selector.tcp-h5-locale-selector-rtl .tcp-h5-locale-selector-divider {
  margin-left: 0;
  margin-right: -6px;
}
.tcp-h5-locale-selector.tcp-h5-locale-selector-rtl .tcp-h5-locale-selector-list-item em.tcp-h5-ic-dropdown {
  margin-right: 12px;
  margin-left: 0;
}
.tcp-h5-locale-selector.tcp-h5-locale-selector-rtl .tcp-h5-locale-selector-list-item i {
  margin-left: 15px;
  margin-right: 0;
}
.tcp-h5-currency-selector {
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
  padding: 56px 0 0 0;
  background: #ffffff;
  color: #0f294d;
}
.tcp-h5-currency-selector-title {
  background: #ffffff;
  z-index: 1;
  padding: 16px 0;
  position: fixed;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  top: 0;
  left: 0;
  width: 100%;
}
.tcp-h5-currency-selector-title div {
  font-size: 24px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -12px;
}
.tcp-h5-currency-selector-title h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}
.tcp-h5-currency-selector-nav {
  padding-left: 12px;
  background-color: #F0F2F5;
  color: #8592a6;
  line-height: 35px;
  font-size: 14px;
}
.tcp-h5-currency-selector-list div {
  position: relative;
  padding: 10px 34px 10px 12px;
  color: #0f294d;
  font-size: 16px;
  line-height: 28px;
  border-bottom: 1px solid #DADFE6;
  border-radius: 0 !important;
}
.tcp-h5-currency-selector-list div:last-child {
  border-bottom: none;
}
.tcp-h5-currency-selector-list div.active {
  color: #3264ff;
}
.tcp-h5-currency-selector-list div .tcp-h5-ic-select {
  position: absolute;
  display: inline-block;
  right: 12px;
  font-size: 22px;
  top: 50%;
  margin-top: -14px;
}
.tcp-h5-currency-selector-key {
  margin-right: 5px;
}
.tcp-h5-currency-selector.tcp-h5-currency-selector-rtl {
  padding: 56px 12px 0 0;
  direction: rtl;
}
.tcp-h5-currency-selector.tcp-h5-currency-selector-rtl .tcp-h5-currency-selector-title div {
  right: 15px;
  left: initial;
}
.tcp-h5-currency-selector.tcp-h5-currency-selector-rtl .tcp-h5-currency-selector-nav {
  padding-right: 12px;
  padding-left: 0;
  margin-right: -12px;
  margin-left: 0px;
}
.tcp-h5-currency-selector.tcp-h5-currency-selector-rtl .tcp-h5-currency-selector-list div {
  padding: 10px 0 10px 34px;
  direction: ltr;
  text-align: right;
}
.tcp-h5-currency-selector.tcp-h5-currency-selector-rtl .tcp-h5-currency-selector-list div .tcp-h5-ic-select {
  left: 12px;
  right: initial;
}
.tcb-drawer {
  position: fixed;
  animation-duration: 0.5s;
}
.tcb-drawer-slide-up-in {
  animation-name: drawerSlideInUp;
}
.tcb-drawer-slide-up-out {
  animation-name: drawerSlideOutUp;
}
.tcb-drawer-slide-down-in {
  animation-name: drawerSlideInDown;
}
.tcb-drawer-slide-down-out {
  animation-name: drawerSlideOutDown;
}
.tcb-drawer-slide-left-in {
  animation-name: drawerSlideInLeft;
}
.tcb-drawer-slide-left-out {
  animation-name: drawerSlideOutLeft;
}
.tcb-drawer-slide-right-in {
  animation-name: drawerSlideInRight;
}
.tcb-drawer-slide-right-out {
  animation-name: drawerSlideOutRight;
}
@keyframes drawerSlideInUp {
  0% {
    opacity: 0;
    transform: translateY(-101%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes drawerSlideOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-101%);
  }
}
@keyframes drawerSlideInDown {
  0% {
    opacity: 0;
    transform: translateY(101%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes drawerSlideOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(101%);
  }
}
@keyframes drawerSlideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-101%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes drawerSlideOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-101%);
  }
}
@keyframes drawerSlideInRight {
  0% {
    opacity: 0;
    transform: translateX(101%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes drawerSlideOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(101%);
  }
}
.m-basic-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 24px;
}
.m-basic-loading.static-loading-con {
  position: static;
  display: inline-flex;
  box-sizing: border-box;
  width: 100%;
  padding: 24px;
}
.m-basic-loading .loading-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.m-basic-loading .loading-content-con {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
}
.m-basic-loading .loading-content-con .loading-image-con {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 110px;
  height: 110px;
  background-color: #fff;
  position: relative;
}
.m-basic-loading .loading-content-con .loading-image-con .close-loading {
  color: #ced2d9;
  font-size: 20px;
  position: absolute;
  top: 3px;
  right: 3px;
}
.m-basic-loading .loading-content-con .loading-image-con .loading-image {
  display: inline-block;
  box-sizing: border-box;
  width: 76px;
  height: 76px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/modules/gcc/thingstodo-destination/_next/static/images/globalloading.202507082059.gif);
}
.m-basic-loading .loading-content-con .loading-txt {
  margin-top: 8px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
}
.m-basic-loading .loading-content-con .alert-modal {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
}
.m-basic-loading .loading-content-con .alert-modal .alert-content {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 16px 16px 30px 16px;
}
.m-basic-loading .loading-content-con .alert-modal .alert-content .alert-title {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #0F294D;
  line-height: 24px;
}
.m-basic-loading .loading-content-con .alert-modal .alert-content .alert-msg {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #0F294D;
  line-height: 18px;
  margin-top: 16px;
}
.m-basic-loading .loading-content-con .alert-modal .alert-button {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #dadfe6;
  padding: 12px;
  text-align: center;
  font-size: 17px;
  color: #007AFF;
}
.m-basic-loading .loading-content-con .toast-msg {
  border-radius: 4px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  padding: 12px;
}
.m-basic-loading.global-loading-con .loading-mask,
.m-basic-loading.static-loading-con .loading-mask {
  background: #fff;
}
.m-basic-loading.global-loading-con .loading-content-con .loading-txt,
.m-basic-loading.static-loading-con .loading-content-con .loading-txt {
  color: #0F294D;
}
.m-basic-loading.mask-loading-con .loading-mask {
  background: rgba(0, 0, 0, 0.3);
}
.m-basic-loading.toast-con .loading-mask {
  display: none;
}
.h5-USP-603-complex {
  display: flex;
  flex-direction: column;
}
.h5-USP-603-complex.isArad {
  direction: rtl;
}
.h5-USP-603-complex.isArad .h5-USP-603-complex-list__item .h5-USP-603-complex-list__item__icon {
  margin-left: 12px;
  margin-right: 0;
}
.h5-USP-603-complex > span {
  color: #0f294d;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 24px;
}
.h5-USP-603-complex-list__item {
  display: flex;
  margin-bottom: 16px;
}
.h5-USP-603-complex-list__item:last-child {
  margin-bottom: 0;
}
.h5-USP-603-complex-list__item__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-size: 100% 100%;
  margin-right: 12px;
}
.h5-USP-603-complex-list__item__text {
  display: flex;
  flex-direction: column;
}
.h5-USP-603-complex-list__item__text > span {
  color: #0f294d;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 23px;
}
.h5-USP-603-complex-list__item__text > div {
  color: #8592a6;
  font-size: 12px;
  line-height: 17px;
  margin-top: 4px;
}
.h5-USP-603-complex-list__item__text > div > span {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  color: #3264ff;
  white-space: nowrap;
}
.h5-USP-603-simple .title {
  display: block;
  padding: 0 12px;
  margin-bottom: 8px;
  font-size: 16px;
  color: #0f294d;
  font-weight: 500;
}
.h5-USP-603-simple.center .title {
  text-align: center;
}
.h5-USP-603-simple.right .title {
  text-align: right;
}
.h5-USP-603-simple.isArad .h5-USP-603-simple-list {
  direction: rtl;
}
.h5-USP-603-simple.isArad .h5-USP-603-simple-list .h5-USP-603-simple-list__item > div {
  margin-right: 0;
  margin-left: 4px;
}
.h5-USP-603-simple.isArad .h5-USP-603-simple-list .h5-USP-603-simple-list__item > .split {
  left: auto;
  right: 0px;
}
.h5-USP-603-simple-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.h5-USP-603-simple-list__item {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  margin-bottom: 5px;
}
.h5-USP-603-simple-list__item > span {
  color: #8592a6;
  font-size: 12px;
  line-height: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.h5-USP-603-simple-list__item > div {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-size: 100% 100%;
  flex-shrink: 0;
}
.h5-USP-603-simple-list__item > .split {
  position: absolute;
  content: '';
  left: -1px;
  top: 50%;
  width: 2px;
  transform: scaleX(0.5) translateY(-50%);
  height: 9px;
  background-color: #ced2d9;
  visibility: hidden;
}
.h5-USP-603-simple-list__item > .split.show {
  visibility: visible;
}
.tcp-h5-header {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-size: initial;
}
.tcp-h5-header.transparent .tcp-h5-header-channels {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.tcp-h5-header.transparent .tcp-h5-header-channels-item {
  color: rgba(255, 255, 255, 0.8);
}
.tcp-h5-header.transparent .tcp-h5-header-channels-item.active {
  color: var(--smtcColorTextContentWhite, #fff);
  border-bottom-color: var(--smtcColorTextContentWhite, #fff);
}
.tcp-h5-header.transparent .tripui-h5-click:active {
  background-color: rgba(255, 255, 255, 0.08) !important;
  border-radius: 4px;
}
.tcp-h5-header .tcp-h5-header-wrap.transparent .tcp-h5-header-logo .tcp-h5-header-back-icon {
  color: var(--smtcColorTextContentWhite, #fff);
}
.tcp-h5-header .tcp-h5-header-wrap.transparent .tcp-h5-header-logo .tcp-h5-header-logo-split {
  background: var(--smtcColorTextContentWhite, #fff);
}
.tcp-h5-header .tcp-h5-header-wrap.transparent .tcp-h5-header-expand-search {
  background-color: rgba(255, 255, 255, 0.24);
}
.tcp-h5-header .tcp-h5-header-wrap.transparent .tcp-h5-header-expand-search .tcp-h5-header-expand-search-txt,
.tcp-h5-header .tcp-h5-header-wrap.transparent .tcp-h5-header-expand-search .tcp-h5-header-expand-search-icon {
  color: rgba(255, 255, 255, 0.6);
}
.tcp-h5-header .tcp-h5-header-wrap.transparent .tcp-h5-header-back {
  color: var(--smtcColorTextContentWhite, #fff);
}
.tcp-h5-header-wrap {
  z-index: 3;
  background: var(--smtcColorTextContentWhite, #fff);
  overflow: hidden;
  border-bottom: 1px solid var(--smtcColorDividerInfo, #dadfe6);
  position: relative;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tcp-h5-header-wrap.no-border-line {
  border-bottom: none;
}
.tcp-h5-header-wrap.transparent {
  background: transparent;
}
.tcp-h5-header-wrap.blue {
  background: var(--smtcColorBgBrandFilled, #3264ff);
}
.tcp-h5-header-wrap.transparent,
.tcp-h5-header-wrap.blue {
  border-bottom: none;
}
.tcp-h5-header-wrap.transparent .tcp-h5-header-back .tcp-h5-ic-back-arrow,
.tcp-h5-header-wrap.blue .tcp-h5-header-back .tcp-h5-ic-back-arrow {
  color: var(--smtcColorTextContentWhite, #fff);
}
.tcp-h5-header-wrap.transparent .tcp-h5-header-switch,
.tcp-h5-header-wrap.blue .tcp-h5-header-switch {
  color: var(--smtcColorTextContentWhite, #fff);
}
.tcp-h5-header-wrap.transparent .tcp-h5-header-logo-trip-logo,
.tcp-h5-header-wrap.blue .tcp-h5-header-logo-trip-logo,
.tcp-h5-header-wrap.transparent .tcp-h5-header-logo1-trip-logo,
.tcp-h5-header-wrap.blue .tcp-h5-header-logo1-trip-logo {
  background-image: url(https://ak-d.tripcdn.com/images/05E3i12000cx55j5k7B3D.svg);
}
.tcp-h5-header-wrap.transparent .tcp-h5-header-middle,
.tcp-h5-header-wrap.blue .tcp-h5-header-middle {
  color: var(--smtcColorTextContentWhite, #fff);
}
.tcp-h5-header-wrap.transparent .tcp-h5-header-switch-icon div,
.tcp-h5-header-wrap.blue .tcp-h5-header-switch-icon div {
  background: var(--smtcColorTextContentWhite, #fff);
}
.tcp-h5-header-wrap.transparent .tcp-h5-header-signin,
.tcp-h5-header-wrap.blue .tcp-h5-header-signin {
  color: var(--smtcColorTextContentWhite, #fff);
}
.tcp-h5-header-back {
  width: 40px;
  height: 48px;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  margin-left: -12px;
  margin-right: -12px;
}
.tcp-h5-header-back-icon {
  position: absolute;
  top: 15px;
  left: 12px;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 1;
  color: #0f294d;
  font-weight: 600;
}
.tcp-h5-header-logo-placeholder {
  height: 18px;
  width: 74px;
  margin: 15px 0;
}
.tcp-h5-header-logo {
  height: 100%;
  cursor: pointer;
  flex-shrink: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}
.tcp-h5-header-logo-split {
  height: 16px;
  width: 1px;
  margin: 0 8px;
  background-color: var(--smtcColorDividerInfo, #dadfe6);
}
.tcp-h5-header-logo1-cobranding {
  box-sizing: border-box;
  height: 18px;
  padding: 2px;
  background-color: var(--smtcColorTextContentWhite, #fff);
}
.tcp-h5-header-logo1-cobranding img {
  max-height: 18px;
  height: 100%;
  display: block;
}
.tcp-h5-header-logo1-cobranding.logo1-cobranding-transparent {
  padding: 0px;
  background-color: transparent;
}
.tcp-h5-header-logo1-trip-phrase {
  max-width: 100px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipse;
  white-space: nowrap;
  font-size: 12px;
  color: var(--smtcColorTextPrimary, #0F294D);
}
.tcp-h5-header-logo1-trip-logo {
  background-image: url(https://ak-d.tripcdn.com/images/05E2f12000cx55rziBCFA.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 12px;
  min-width: 50px;
}
.tcp-h5-header-logo1-trip-logo-no-phrase {
  background-image: url(https://ak-d.tripcdn.com/images/05E2f12000cx55rziBCFA.svg);
  background-size: 74px 18px;
  background-repeat: no-repeat;
  height: 18px;
  width: 74px;
  margin: 15px 0;
}
.tcp-h5-header-logo-cobranding {
  padding: 2px;
  background-color: var(--smtcColorTextContentWhite, #fff);
}
.tcp-h5-header-logo-cobranding img {
  max-height: 18px;
  height: 100%;
  display: block;
}
.tcp-h5-header-logo-cobranding.logo-cobranding-transparent {
  padding: 0px;
  background-color: transparent;
}
.tcp-h5-header-logo-trip-phrase {
  max-width: 100px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipse;
  white-space: nowrap;
  font-size: 12px;
  color: var(--smtcColorTextPrimary, #0F294D);
}
.tcp-h5-header-logo-trip-logo {
  background-image: url(https://ak-d.tripcdn.com/images/05E2f12000cx55rziBCFA.svg);
  background-size: 74px 18px;
  background-repeat: no-repeat;
  height: 18px;
  width: 74px;
  margin: 15px 0;
}
.tcp-h5-header-logo-custom,
.tcp-h5-header-logo-brand {
  width: auto;
  max-width: 108px;
  height: 18px;
  margin: 15px 0;
}
.tcp-h5-header-logo-custom *,
.tcp-h5-header-logo-brand * {
  height: 100%;
}
.tcp-h5-header-logo-custom-cobranding img {
  max-width: 120px;
  max-height: 18px;
}
.tcp-h5-header-logo-custom-cobranding-white {
  background-color: var(--smtcColorTextContentWhite, #fff);
}
.tcp-h5-header-expand {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 6px 0 4px;
  line-height: 0;
}
.tcp-h5-header-expand-search {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding: 6px 8px;
  padding-left: 32px;
  border-radius: 4px;
  background-color: var(--smtcColorBgPage, #F0F2F5);
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.tcp-h5-header-expand-search-txt {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: var(--smtcColorTextTertiary, #8592a6);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tcp-h5-header-expand-search-icon {
  display: inline-block;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 7px;
  left: 8px;
  color: var(--smtcColorTextTertiary, #8592a6);
}
.tcp-h5-header-middle {
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  flex-shrink: 1;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
  color: #0f294d;
}
.tcp-h5-header-custom-center {
  height: 100%;
  flex: 1 auto;
  overflow: hidden;
}
.tcp-h5-header-icons {
  flex-shrink: 0;
  color: #0f294d;
}
.tcp-h5-header-switch {
  display: inline-block;
  width: 40px;
  height: 48px;
  text-align: center;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  color: var(--smtcColorTextPrimary, #0F294D);
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}
.tcp-h5-header-switch-login-icon {
  font-size: 20px !important;
  margin-top: 12px;
}
.tcp-h5-header-switch-login-coins {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://ak-d.tripcdn.com/images/05E0j12000cx55ojuDA55.png");
  cursor: pointer;
  margin-top: 14px;
}
.tcp-h5-header-switch-search-icon {
  font-size: 20px !important;
  margin-top: 12px;
}
.tcp-h5-header-switch-currency {
  font-size: 12px;
}
.tcp-h5-header-switch-currency-icon {
  font-size: 16px !important;
  margin-top: 8px;
  margin-bottom: 1px;
  line-height: 1;
}
.tcp-h5-header-switch-selficon {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.tcp-h5-header-switch-icon {
  position: absolute;
  top: 18px;
  left: 11px;
  width: 16px;
  height: 12px;
}
.tcp-h5-header-switch-icon div {
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  background: var(--smtcColorTextPrimary, #0F294D);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.04, 0.04, 0.12, 0.96);
  animation-duration: 0.2s;
}
.tcp-h5-header-switch-icon-top {
  top: 0;
  transform-origin: left center;
}
.tcp-h5-header-switch-icon-middle {
  top: 5px;
}
.tcp-h5-header-switch-icon-bottom {
  bottom: 0;
  transform-origin: left center;
}
.tcp-h5-header-switch .open .tcp-h5-header-switch-icon-top {
  animation-name: switch-top-open;
}
.tcp-h5-header-switch .open .tcp-h5-header-switch-icon-middle {
  animation-name: switch-middle-open;
}
.tcp-h5-header-switch .open .tcp-h5-header-switch-icon-bottom {
  animation-name: switch-bottom-open;
}
.tcp-h5-header-switch .close .tcp-h5-header-switch-icon-top {
  animation-name: switch-top-close;
}
.tcp-h5-header-switch .close .tcp-h5-header-switch-icon-middle {
  animation-name: switch-middle-close;
}
.tcp-h5-header-switch .close .tcp-h5-header-switch-icon-bottom {
  animation-name: switch-bottom-close;
}
@keyframes switch-top-open {
  from {
    width: 21px;
    top: -2px;
    left: 1px;
    transform: rotate(45deg);
  }
  to {
    width: 16px;
    top: 0;
    left: 0;
    transform: rotate(0deg);
  }
}
@keyframes switch-middle-open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes switch-bottom-open {
  from {
    width: 21px;
    bottom: -3px;
    left: 1px;
    transform: rotate(-45deg);
  }
  to {
    width: 16px;
    bottom: 0;
    left: 0;
    transform: rotate(0deg);
  }
}
@keyframes switch-top-close {
  from {
    width: 16px;
    top: 0;
    left: 0;
    transform: rotate(0deg);
  }
  to {
    width: 21px;
    top: -2px;
    left: 1px;
    transform: rotate(45deg);
  }
}
@keyframes switch-middle-close {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes switch-bottom-close {
  from {
    width: 16px;
    bottom: 0;
    left: 0;
    transform: rotate(0deg);
  }
  to {
    width: 21px;
    bottom: -3px;
    left: 1px;
    transform: rotate(-45deg);
  }
}
.tcp-h5-header-signin {
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  padding: 15px 5px 15px 0;
  color: var(--smtcColorTextBrand, #3264ff);
  width: auto !important;
}
.tcp-h5-header-channels {
  z-index: 1;
  background: var(--smtcColorTextContentWhite, #fff);
  overflow-x: auto;
  height: 30px;
  white-space: nowrap;
  overflow-y: hidden;
  display: flex;
}
.tcp-h5-header-channels-item {
  box-sizing: border-box;
  line-height: 18px;
  display: inline-flex;
  height: 100%;
  margin: 0 12px;
  padding-top: 4px;
  font-size: 14px;
  color: var(--smtcColorTextPrimary, #0F294D);
  position: relative;
}
.tcp-h5-header-channels-item-img {
  height: 18px;
  margin-right: 8px;
}
.tcp-h5-header-channels-item.active {
  color: var(--smtcColorTextBrand, #3264ff);
  border-bottom: 3px solid var(--smtcColorBorderBrandBold, #3264ff);
}
.tcp-h5-header-channels.empty-channels {
  display: none;
}
.tcp-h5-header .tcp-h5-menu-container {
  background-color: var(--smtcColorBgPage, #F0F2F5);
}
.tcp-h5-header-customer-component {
  display: inline-block;
  height: 48px;
  width: auto;
  position: relative;
  vertical-align: top;
  color: var(--smtcColorTextPrimary, #0F294D);
  -webkit-tap-highlight-color: transparent;
}
.webp .tcp-h5-header-logo-trip-logo {
  background-image: url(https://ak-d.tripcdn.com/images/05E1y12000cx55p730B17.webp);
}
.webp .tcp-h5-header-wrap.transparent .tcp-h5-header-logo-trip-logo,
.webp .tcp-h5-header-wrap.blue .tcp-h5-header-logo-trip-logo {
  background-image: url(https://ak-d.tripcdn.com/images/05E5712000cx55qwq43E7.webp);
}
.tcp-h5-menu {
  overflow: auto;
  background: var(--smtcColorBgSurface, #fff);
  line-height: initial;
  padding: 12px 12px 8px;
}
.tcp-h5-menu-container {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 49px;
  overflow-y: auto;
}
.tcp-h5-menu-container .h5-simple-mount {
  display: flex;
}
.tcp-h5-menu-list-con {
  padding: 8px 0;
  border-bottom: 0.5px solid var(--smtcColorDividerInfo, #dadfe6);
}
.tcp-h5-menu-list-con:last-child {
  border-bottom: none;
}
.tcp-h5-menu-list-title {
  color: var(--smtcColorTextTertiary, #8592a6);
  font-size: 12px;
  font-weight: normal;
  display: block;
  padding: 8px 0;
}
.tcp-h5-menu-list {
  background: var(--smtcColorBgSurface, #fff);
}
.tcp-h5-menu-channels {
  transition: height 0.5s;
  overflow: hidden;
}
.tcp-h5-menu-item {
  list-style: none;
  position: relative;
  font-size: 13px;
  color: var(--smtcColorTextPrimary, #0f294d);
}
.tcp-h5-menu-hidden {
  visibility: hidden;
}
.tcp-h5-menu-block {
  position: relative;
  height: auto;
  padding: 8px 0;
  height: 18px;
  box-sizing: content-box;
  overflow: visible;
}
.tcp-h5-menu-block.custom-icon {
  width: 21px;
}
.tcp-h5-menu-block-icon {
  line-height: 18px;
  margin: 0 8px 0 0;
  font-size: 18px;
  float: left;
  position: relative;
  bottom: 1px;
}
.tcp-h5-menu-block-icon-locale {
  margin-right: 9px;
  top: 2px;
}
.tcp-h5-menu-block-icon .custom-icon {
  height: 18px;
  width: 18px;
}
.tcp-h5-menu-block-icon-img {
  height: 18px;
  width: 18px;
  display: inline-block;
  box-sizing: border-box;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.tcp-h5-menu-block-icon.tcp-h5-ic-trip-coins {
  color: var(--coreColorBrandingOrange, #ffb400);
}
.tcp-h5-menu-block-title {
  line-height: 18px;
  float: left;
  max-width: 75%;
  position: relative;
}
.tcp-h5-menu-block-slot {
  position: absolute;
  right: 0;
  font-size: 16px;
  color: var(--smtcColorTextBrand, #3264ff);
  top: 50%;
  height: 24px;
  line-height: 24px;
  margin-top: -12px;
}
.tcp-h5-menu-block-slot a {
  color: var(--smtcColorTextBrand, #3264ff);
  text-decoration: none;
}
.tcp-h5-menu-block-slot.account {
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tcp-h5-menu-block-locale {
  font-size: 13px;
}
.tcp-h5-menu-block-locale i {
  margin-left: 4px;
  margin-top: -2px;
  transform: scale(0.8);
}
.tcp-h5-menu-block-curr {
  font-size: 13px;
}
.tcp-h5-menu-block .icon-tag-con {
  position: absolute;
  right: -1px;
  top: 8px;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  overflow: visible;
}
.tcp-h5-menu-block .icon-tag {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  color: var(--smtcColorTextWhite, #fff);
  background-color: #F5594A;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 16px;
  height: 20px;
  font-style: italic;
  font-weight: bold;
  max-width: 44px;
  transform: scale(0.8);
}
.tcp-h5-menu-block .icon-tag.with-img {
  padding: 3px 3px;
  height: 16px;
  display: inline-flex;
  box-sizing: content-box;
}
.tcp-h5-menu-block .icon-tag .icon-tag-img {
  height: 16px;
}
.tcp-h5-menu .show-more-less {
  font-size: 13px;
}
.tcp-h5-menu-block-title.show-more-less-title {
  margin-right: 4px;
}
.tcp-h5-menu-block-icon.show-more-less-icon {
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  color: var(--smtcColorTextTertiary, #8592a6);
  bottom: -1px;
}
.tcp-h5-menu-block-icon.show-more-less-icon.collapsed {
  transform: rotate(180deg) !important;
}
.tcp-h5-menu-login-card {
  background: var(--smtcColorBgBrandTintedHigh, rgba(50, 100, 255, 0.08));
  padding: 12px;
  margin-bottom: 8px;
  border-radius: 8px;
}
.tcp-h5-menu-login-card-title {
  color: var(--smtcColorTextPrimary, #0f294d);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.tcp-h5-menu-login-card-btn {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.tcp-h5-menu-login-card-btn .booking,
.tcp-h5-menu-login-card-btn .signin {
  flex: 1;
  cursor: pointer;
  width: 160px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  padding: 7px 12px;
  line-height: 18px;
}
.tcp-h5-menu-login-card-btn .booking {
  background: var(--smtcColorBgSurface, #fff);
  color: var(--smtcColorTextBrand, #3264ff);
  margin-right: 8px;
  position: relative;
}
.tcp-h5-menu-login-card-btn .booking::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  border: 1px solid var(--smtcColorBorderBrandBold, #3264ff);
  border-radius: 8px;
  transform: scale(0.5);
  transform-origin: left top;
}
.tcp-h5-menu-login-card-btn .booking:active {
  background: #ECEEF1;
}
.tcp-h5-menu-login-card-btn .signin {
  background: var(--smtcColorBgBrandFilled, #3264ff);
  color: var(--smtcColorTextContentWhite, #fff);
}
.tcp-h5-menu-login-card-btn .signin:active {
  background: #2F5FF1;
}
.tcp-h5-menu-account-card {
  background-color: var(--smtcColorTextContentWhite, #fff);
  padding-bottom: 16px;
  border-bottom: 0.5px solid var(--smtcColorDividerInfo, #dadfe6);
}
.tcp-h5-menu-account-card-profile {
  border-radius: 8px;
  padding: 16px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #3e454f;
}
.tcp-h5-menu-account-card-profile > div {
  position: relative;
  z-index: 1;
}
.tcp-h5-menu-account-card-profile::before {
  content: '';
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tcp-h5-menu-account-card-profile .profile-info-skeleton {
  display: flex;
  width: 340px;
  height: 24px;
  margin-bottom: 8px;
  background-color: #ffffff;
}
.tcp-h5-menu-account-card-profile .profile-info-skeleton div,
.tcp-h5-menu-account-card-profile .profile-info-skeleton span {
  display: inline-block;
  overflow: hidden;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-name: breathing;
  animation-timing-function: ease-in-out;
  background: #f0f2f5;
}
.tcp-h5-menu-account-card-profile .profile-info-skeleton div {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-right: 8px;
}
.tcp-h5-menu-account-card-profile .profile-info-skeleton span {
  flex: 1;
}
.tcp-h5-menu-account-card-profile .profile-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  padding-right: 32px;
}
.tcp-h5-menu-account-card-profile .profile-info img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
.tcp-h5-menu-account-card-profile .profile-info span {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  white-space: normal;
}
.tcp-h5-menu-account-card-profile .membership-level {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: normal;
}
.tcp-h5-menu-account-card-profile .membership-level .badge {
  display: flex;
  align-items: center;
  margin-right: 8px;
  background: linear-gradient(90deg, #d5e7ff 0%, #afcef6 100%);
  height: 18px;
  border-radius: 2px;
  line-height: 18px;
}
.tcp-h5-menu-account-card-profile .membership-level .badge span {
  padding: 0 4px 0 0;
}
.tcp-h5-menu-account-card-profile .membership-level .medal {
  width: 25px;
  height: 18px;
  background-size: cover;
  background-position: center;
}
.tcp-h5-menu-account-card-profile .membership-level .coins {
  display: flex;
  align-items: center;
  padding: 0 4px;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.16) 100%, rgba(255, 255, 255, 0.32) 0%);
  height: 18px;
  border-radius: 2px;
  max-width: 200px;
}
.tcp-h5-menu-account-card-profile .membership-level .coins img {
  width: 14px;
  height: 14px;
}
.tcp-h5-menu-account-card-profile .membership-level .coins-number {
  font-size: 15px;
  font-weight: 500;
  margin: 0 5px;
}
.tcp-h5-menu-account-card-profile .membership-level .coins-amount {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tcp-h5-menu-account-card-profile .membership-level-skeleton {
  width: 100%;
  height: 24px;
  background-color: #ffffff;
}
.tcp-h5-menu-account-card-profile .membership-level-skeleton div,
.tcp-h5-menu-account-card-profile .membership-level-skeleton span {
  display: inline-block;
  overflow: hidden;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-name: breathing;
  animation-timing-function: ease-in-out;
  background: #f0f2f5;
}
.tcp-h5-menu-account-card-profile .membership-level-skeleton div {
  width: 100%;
  height: 100%;
}
.tcp-h5-menu-account-card-profile .tcp-h5-ic-back-arrow-v2 {
  position: absolute;
  font-size: 16px;
  right: 12px;
  top: 50%;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: top;
}
.tcp-h5-menu-account-card-profile.guest,
.tcp-h5-menu-account-card-profile.sliver {
  color: #2b5186;
}
.tcp-h5-menu-account-card-profile.guest::before,
.tcp-h5-menu-account-card-profile.sliver::before {
  background-image: url(https://ak-d.tripcdn.com/images/05E6j12000cnc8vi5E61F.png);
}
.tcp-h5-menu-account-card-profile.guest .membership-level .badge,
.tcp-h5-menu-account-card-profile.sliver .membership-level .badge {
  background: linear-gradient(90deg, #d5e7ff 0%, #afcef6 100%);
}
.tcp-h5-menu-account-card-profile.guest .membership-level .medal,
.tcp-h5-menu-account-card-profile.sliver .membership-level .medal {
  background-image: url(https://ak-d.tripcdn.com/images/05E3012000cn6drw66A39.png);
}
.tcp-h5-menu-account-card-profile.guest .membership-level .coins,
.tcp-h5-menu-account-card-profile.sliver .membership-level .coins {
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.16) 100%, rgba(255, 255, 255, 0.32) 0%);
}
.tcp-h5-menu-account-card-profile.gold {
  color: #533f1d;
}
.tcp-h5-menu-account-card-profile.gold::before {
  background-image: url(https://ak-d.tripcdn.com/images/05E0y12000cnc8znfDBFF.png);
}
.tcp-h5-menu-account-card-profile.gold .membership-level .badge {
  background: linear-gradient(90deg, #ebdec6 0%, #e9dbc1 -14.68%, #dec8a1 100%);
}
.tcp-h5-menu-account-card-profile.gold .membership-level .medal {
  background-image: url(https://ak-d.tripcdn.com/images/05E2212000cn6cqvuD7D8.png);
}
.tcp-h5-menu-account-card-profile.gold .membership-level .coins {
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.16) 100%, rgba(255, 255, 255, 0.32) 0%);
}
.tcp-h5-menu-account-card-profile.platinum {
  color: var(--smtcColorTextContentWhite, #fff);
}
.tcp-h5-menu-account-card-profile.platinum::before {
  background-image: url(https://ak-d.tripcdn.com/images/05E0112000cnc8j6t859C.png);
}
.tcp-h5-menu-account-card-profile.platinum .membership-level .badge {
  background: linear-gradient(-270deg, #7c98d0 1.26%, #436bbc 100%);
}
.tcp-h5-menu-account-card-profile.platinum .membership-level .medal {
  background-image: url(https://ak-d.tripcdn.com/images/05E6z12000cn6bsyuC891.png);
}
.tcp-h5-menu-account-card-profile.platinum .membership-level .coins {
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.08) 100%, rgba(255, 255, 255, 0.2) 0%);
}
.tcp-h5-menu-account-card-profile.diamond {
  color: var(--smtcColorTextContentWhite, #fff);
}
.tcp-h5-menu-account-card-profile.diamond::before {
  background-image: url(https://ak-d.tripcdn.com/images/05E5512000cnc90omDFC8.png);
}
.tcp-h5-menu-account-card-profile.diamond .membership-level .badge {
  background: linear-gradient(90deg, #7a66a6 0.36%, #5d4493 100%);
}
.tcp-h5-menu-account-card-profile.diamond .membership-level .medal {
  background-image: url(https://ak-d.tripcdn.com/images/05E6q12000cn6di098A08.png);
}
.tcp-h5-menu-account-card-profile.diamond .membership-level .coins {
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.08) 100%, rgba(255, 255, 255, 0.2) 0%);
}
.tcp-h5-menu-account-card-profile-new {
  border-radius: 8px;
  padding: 16px;
  position: relative;
  color: #3e454f;
}
.tcp-h5-menu-account-card-profile-new > div {
  position: relative;
  z-index: 1;
}
.tcp-h5-menu-account-card-profile-new > .profile-bg {
  border-radius: 8px;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tcp-h5-menu-account-card-profile-new .profile-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-right: 87px;
}
.tcp-h5-menu-account-card-profile-new .profile-info img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  box-sizing: border-box;
  border: 1px solid var(--smtcColorTextContentWhite, #fff);
}
.tcp-h5-menu-account-card-profile-new .profile-info span {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.tcp-h5-menu-account-card-profile-new .membership-level {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: normal;
  padding-right: 87px;
  flex-wrap: wrap;
  margin-bottom: -4px;
}
.tcp-h5-menu-account-card-profile-new .membership-level .badge {
  display: flex;
  align-items: center;
  height: 18px;
  border-radius: 2px;
  padding: 0 4px;
  box-sizing: border-box;
}
.tcp-h5-menu-account-card-profile-new .membership-level .badge .medal {
  width: 12px;
  height: 12px;
  background-size: cover;
  background-position: center;
  margin-right: 2px;
}
.tcp-h5-menu-account-card-profile-new .membership-level .badge span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
}
.tcp-h5-menu-account-card-profile-new .membership-level .divider {
  width: 1px;
  height: 12px;
  background: rgba(63, 98, 142, 0.24);
  margin: 0 8px;
}
.tcp-h5-menu-account-card-profile-new .membership-level .coins {
  display: flex;
  align-items: center;
  height: 18px;
  max-width: 200px;
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
}
.tcp-h5-menu-account-card-profile-new .membership-level .coins img {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.tcp-h5-menu-account-card-profile-new .membership-level .coins-number {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
}
.tcp-h5-menu-account-card-profile-new .membership-level .coins-amount {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tcp-h5-menu-account-card-profile-new .membership-logo {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 75px;
  height: 62px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  transform: translateY(calc(-50% + 2px));
}
.tcp-h5-menu-account-card-profile-new .tcp-h5-ic-back-arrow-v2 {
  position: absolute;
  font-size: 16px;
  right: 12px;
  top: 50%;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: top;
}
.tcp-h5-menu-account-card-profile-new.guest,
.tcp-h5-menu-account-card-profile-new.sliver {
  color: #3f628e;
  background: rgba(180, 206, 241, 0.24);
}
.tcp-h5-menu-account-card-profile-new.guest .membership-level .badge,
.tcp-h5-menu-account-card-profile-new.sliver .membership-level .badge {
  background: linear-gradient(90deg, #B4CEF1 0%, #DBE8F9 100%);
}
.tcp-h5-menu-account-card-profile-new.guest .membership-level .coins,
.tcp-h5-menu-account-card-profile-new.sliver .membership-level .coins {
  color: #0f294d;
}
.tcp-h5-menu-account-card-profile-new.gold {
  color: #6d4a08;
  background: rgba(253, 211, 136, 0.24);
}
.tcp-h5-menu-account-card-profile-new.gold .membership-level .badge {
  background: linear-gradient(90deg, #FDDFA9 0%, #FEEAC6 100%);
}
.tcp-h5-menu-account-card-profile-new.gold .membership-level .coins {
  color: #0f294d;
}
.tcp-h5-menu-account-card-profile-new.platinum {
  color: #124c6d;
  background: rgba(79, 167, 209, 0.24);
}
.tcp-h5-menu-account-card-profile-new.platinum .membership-level .badge {
  background: linear-gradient(90deg, #95CAE3 0%, #BFDFEE 100%);
}
.tcp-h5-menu-account-card-profile-new.platinum .membership-level .coins {
  color: #0f294d;
}
.tcp-h5-menu-account-card-profile-new.diamond {
  color: var(--smtcColorTextContentWhite, #fff);
  background: linear-gradient(68.58deg, #442098 0%, #853da3 100%);
}
.tcp-h5-menu-account-card-profile-new.diamond .membership-level .badge {
  background: linear-gradient(68.58deg, #5A3BA4 0%, #7141FF 100%);
}
.tcp-h5-menu-account-card-profile-new.diamond .membership-level .coins {
  color: var(--smtcColorTextContentWhite, #fff);
}
.tcp-h5-menu-account-card-profile-new.diamond-plus {
  color: var(--smtcColorTextContentWhite, #fff);
  background: linear-gradient(90deg, #0a1d6a 0%, #30319d 100%);
}
.tcp-h5-menu-account-card-profile-new.diamond-plus .membership-level .badge {
  background: linear-gradient(68.58deg, #27387C 0%, #494AA8 100%);
}
.tcp-h5-menu-account-card-profile-new.diamond-plus .membership-level .coins {
  color: var(--smtcColorTextContentWhite, #fff);
}
.tcp-h5-menu-account-card-profile-new.black-diamond {
  color: #F5E9DC;
  background: linear-gradient(90deg, #1c1a23 1.6%, #2e242a 100%);
}
.tcp-h5-menu-account-card-profile-new.black-diamond .profile-bg {
  background-position: right top;
  background-size: 50%;
  background-repeat: no-repeat;
}
.tcp-h5-menu-account-card-profile-new.black-diamond .membership-level .badge {
  background: linear-gradient(90deg, #403E46 0%, #4F474C 100%);
  padding-left: 0px;
}
.tcp-h5-menu-account-card-profile-new.black-diamond .membership-level .badge .medal {
  width: 21px;
  height: 18px;
}
.tcp-h5-menu-account-card-profile-new.black-diamond .membership-level .badge > span {
  background: linear-gradient(90deg, #EEDDC3 0%, #F5EBDC 50%, #EEDDC3 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.tcp-h5-menu-account-card-profile-new.black-diamond .membership-level .coins {
  color: var(--smtcColorTextContentWhite, #fff);
}
.tcp-h5-menu-account-card-links {
  display: flex;
  margin-top: 20px;
}
.tcp-h5-menu-account-card-links li {
  flex: 1 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.tcp-h5-menu-account-card-links li img {
  width: 24px;
  height: 24px;
  display: block;
  margin-bottom: 8px;
}
.tcp-h5-menu-account-card-links li span {
  color: var(--smtcColorTextSecondary, #455873);
  font-size: 12px;
  font-weight: normal;
}
.tcp-h5-header.tcp-h5-header-rtl {
  direction: rtl;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-header-back-icon {
  transform: rotateZ(180deg);
  transform-origin: center;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-header-expand-search {
  padding: 6px 32px 6px 8px;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-header-expand-search-icon {
  left: initial;
  right: 8px;
  transform: rotateY(180deg);
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-login-card-title {
  direction: ltr;
}
.tcp-h5-header.tcp-h5-header-rtl .h5Simple-container__separate {
  margin-left: 12px;
}
.tcp-h5-header.tcp-h5-header-rtl .h5Simple-container__title {
  padding: 0 4px 0 0;
}
.tcp-h5-header.tcp-h5-header-rtl .h5Simple-container-last__title {
  padding: 0 4px 0 0;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-login-card-btn .booking {
  margin: 0 0 0 8px;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile::before {
  transform: rotateY(180deg);
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile .tcp-h5-ic-back-arrow-v2 {
  right: initial;
  left: 12px;
  transform: rotate(0deg) translateY(-50%);
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile .profile-info {
  padding-left: 32px;
  padding-right: 0;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile .profile-info img {
  margin-left: 8px;
  margin-right: 0;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile .membership-level .badge {
  margin-left: 8px;
  margin-right: 0;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile .membership-level .medal {
  transform: rotateY(180deg);
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile .membership-level .coins {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile.sliver .membership-level .badge {
  background: linear-gradient(90deg, #c3cad5 0%, #dfe4ec 100%);
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile.gold .membership-level .badge {
  background: linear-gradient(90deg, #dec8a1 0%, #ece1cb 100%);
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile.platinum .membership-level .badge {
  background: linear-gradient(90deg, #436bbc 0%, #92a8d3 100%);
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile.diamond .membership-level .badge {
  background: linear-gradient(90deg, #464b53 0%, #94989e 100%);
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile-new .profile-info {
  padding-left: 87px;
  padding-right: 0;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile-new .profile-info img {
  margin-left: 8px;
  margin-right: 0;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile-new .membership-level {
  padding-left: 87px;
  padding-right: 0;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile-new .membership-level .badge .medal {
  margin-left: 2px;
  margin-right: 0;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile-new .membership-level .coins img {
  margin-left: 2px;
  margin-right: 0;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile-new .membership-logo {
  left: 28px;
  right: initial;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile-new .tcp-h5-ic-back-arrow-v2 {
  right: initial;
  left: 12px;
  transform: rotate(0deg) translateY(-50%);
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile-new.black-diamond .profile-bg {
  transform: rotateY(180deg);
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-account-card-profile-new.black-diamond .membership-level .badge {
  padding-left: 4px;
  padding-right: 0;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-block-icon {
  float: right;
  margin: 0 0 0 8px;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-block-icon.tcp-h5-icon,
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-block-icon.custom-icon {
  transform: rotateY(180deg);
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-block-icon.tcp-h5-ic-currency {
  transform: rotateY(0deg);
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-block-icon-locale {
  margin-left: 5px;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-block-title {
  float: right;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-block-title.show-more-less-title {
  margin-right: 0;
  margin-left: 4px;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-block-icon.show-more-less-icon {
  margin: 0;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-block .icon-tag-con {
  left: -1px;
  right: initial;
}
.tcp-h5-header.tcp-h5-header-rtl .tcp-h5-menu-block .icon-tag {
  right: 0;
  left: initial;
}
.h5-locale-flag-icon {
  transform: scale(0.95);
  display: block;
  width: 16.5px;
  height: 11.5px;
  background-image: url(https://ak-d.tripcdn.com/images/05E1v12000dgqkhtf5799.png);
  background-position: 1000px 1000px;
  background-repeat: no-repeat;
  background-size: 33px 322px;
}
@keyframes breathing {
  0% {
    opacity: 1;
  }
  50.0% {
    opacity: 0.3;
  }
  100.0% {
    opacity: 1;
  }
}
.skeleton {
  font-size: 0;
}
/* 灰底白呼吸块 */
/* 白底灰呼吸块 */
.travel_guide_root_class {
  position: relative;
  z-index: 1;
}
.tcp-h5-header-switch .close {
  background: none;
}

