﻿@charset "UTF-8";

/*******加入比較暫時隱藏*******/
/*.fav-btn,
.main_sidebar {
  display: none !important;
}
html {
    width: 100%;
}
.footer_bottom {
    padding-bottom: initial !important;
}*/
/*******加入比較暫時隱藏END*******/

/* 右邊功能列 */
.main_sidebar .ms_item_list-share {
  display: none !important;
}

/*  */

.topbanner :where(.topbanner_fb, .topbanner_line, .topbanner_g) {
  display: none;
}

.topbanner_link {
  display: none;
}

html {
  font-size: 100%;
}

body {
  overflow-x: hidden;
}

body.b2c,
body.b2b,
body.b2e {
  font-size: 16px;
  font-size: 1em;
  padding-top: 53px;
  background-color: #f3f3f3;
}

body.bbc {
  font-size: 16px;
  font-size: 1em;
  padding-top: 53px;
  background-color: #f3f3f3;
}

.bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.bg > div {
  top: 45%;
}

.OTKLoadingInfo {
  color: #000;
}

.container {
  width: 100%;
  background-repeat: repeat;
  background-image: url(images/bg.png);
}

.kv {
  position: relative;
  display: block;
  width: 100%;
  /* height: 330px; */
  background-position: center center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1920 /330;
}

.kv picture,
.kv img {
  width: 100%;
}

.bannerImg-m {
  display: none;
}

@media screen and (min-width: 1921px) {
  .bannerImg-pc {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .kv {
    aspect-ratio: 420 /146;
  }

  .bannerImg-pc {
    display: none;
  }

  .bannerImg-m {
    display: block;
    width: 100%;
  }
}

.content {
  position: relative;
  display: table;
  width: calc(100% - 550px);
  float: right;
  height: auto;
  margin-right: 2%;
  padding-top: 3.5%;
}

.b2c .console,
.b2b .console,
.b2e .console {
  overflow-y: auto;
  /*position: fixed;*/
  z-index: 5;
  display: table-cell;
  float: left;
  vertical-align: top;
  width: 294px;
  height: 92%;
  background-color: #fff;
  top: 0;
  margin-top: 50px;
  left: 0;
  border-radius: 3px;
  /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);*/
  padding-bottom: 30px;
  z-index: 9999;
  padding-left: 7%;
  background-color: #f3f3f3;
}

.bbc .console {
  overflow-y: auto;
  /*position: fixed;*/
  z-index: 5;
  display: table-cell;
  float: left;
  vertical-align: top;
  width: 240px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  border-radius: 3px;
  /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);*/
  padding-bottom: 30px;
  z-index: 9999;
  padding-left: 7%;
  background-color: #f3f3f3;
}

.dragscroll_box {
  position: relative;
  margin-top: 20px;
}

.bbc .dragscroll_box {
  margin-top: 75px;
}

.travel_places_2-1.ontop + div .dragscroll_box {
  position: fixed;
  top: 200px;
  height: calc(92% - 131px);
  overflow: hidden;
}

.bbc .travel_places_2-1.ontop + div .dragscroll_box {
  top: 100px;
  height: calc(92% - 82px);
}

/**月曆定位**/
.ui-datepicker {
  position: absolute !important;
  margin-top: 238px !important;
}

/**月曆定位END**/

.dragscroll {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  /*scroll-behavior: smooth;*/
  /*cursor: grab;*/
}

.console_offbtn {
  display: none;
}

/**footer遮到**/
.dragscroll_footer.height500 {
  width: 50px;
  height: 500px;
}

/**footer遮到END**/

h1 {
  font-size: 1.375em;
  line-height: 135%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0 10px;
  border-left: 3px solid;
}

.console_block {
  position: relative;
  display: block;
  width: 180px;
  margin: 0 auto;
  margin: 18px;
  margin-bottom: 30px;
  padding: 32px 38px;
  border-radius: 8px;
  background-color: #fff;
}

.price_m {
  display: none;
}

.dragscroll div:nth-child(4) {
  margin-top: 0;
}

.dragscroll .sign.range {
  margin-top: 8px;
}

.console_block_title {
  position: relative;
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 20px;
  letter-spacing: 2px;
  color: #5f5f5f;
}

.console_block_title2 {
  position: absolute;
  font-size: 1.5em;
  font-weight: bold;
  color: #ff5c00;
  letter-spacing: 2.2px;
  left: 10%;
  top: 65px;
}

.console_block_title2:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 47px;
  background: url(/Content/Img/Destination/Vector-D.png) 1px 1px no-repeat;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  top: -1.3em;
}

.console_block_body {
  position: relative;
  display: block;
  text-align: center;
  font-size: 0.938em;
  color: #666;
  font-size: 18px;
}

#ulClass li {
  text-align: center;
  padding-left: 0;
}

.console_block_body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.console_block_body li {
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 25px;
  padding-right: 6px;
  background-image: url(/Content/Img/Search/OTKselect_bg.png);
  background-repeat: no-repeat;
  text-align: left;
  margin-top: 2px;
  letter-spacing: 2px;
}

.console_block_body li:nth-child(1) {
  /*font-size: 20px;
        font-weight: bold;
        margin-bottom: 12px;
        background-position-y: 5px;*/
}

.console_block.date_d .console_block_title {
  padding-bottom: 15px;
}

#dateRange li {
  font-size: 18px;
  font-weight: initial;
  letter-spacing: 0.5px;
  padding-left: 21px;
  margin-bottom: 5px;
  cursor: pointer;
}

#dateRange li:nth-child(1) {
  background-position-y: initial;
}

#dateRange li:nth-child(3) {
  margin-bottom: 10px;
}

#dateRange span {
  font-size: 14px;
  letter-spacing: 1px;
}

.console_block_body2 li {
  list-style-type: none;
  cursor: pointer;
  margin-bottom: 12px;
  padding-bottom: 8px;
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 4px;
  height: 28px;
  /* background-image: url(/Content/Img/Search/OTKselect_bg.png); */
  background-repeat: no-repeat;
  text-align: left;
  float: left;
  border: 1px solid white;
  border-bottom: 1px solid #b1b1b1;
  /* box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.1); */
}

/* .console_block_body2 li::before{
    content: "";
    display: block;
    width: 112px;
    height: 48px;
    position: absolute;
    top: 8px;
    z-index: 2;
}

.console_block_body2 li .menu-list-drop li::before{
  content: none;
} */

/* .console_block_body2 li:nth-last-child(2):before{
    width: 120px;
}
.console_block_body2 li:nth-last-child(3):before{
    width: 100px;
} */

/* .console_block_body2 li:nth-last-child(3):before{
    width: 100px;
}

.console_block_body2 li:last-child::before{
    width: 100px;
    height: 80px;
} */

.clone {
  display: none;
}

.main-menu-list-keyword {
  height: 42px;
  box-shadow: 0px -1px 0px 0px #b1b1b1 inset;
  width: 75%;
  /* display: -webkit-inline-box; */
  display: flex;
}

.console_block_body2 .menu-list-drop li {
  padding-right: 1%;
  padding-left: 1.2%;
  padding-bottom: 5px;
  border: none;
  margin-bottom: 0;
}

.dest-tag {
  position: relative;
  font-size: 1.4em;
  font-weight: bold;
  color: #5f5f5f;
  margin-bottom: 1%;
  cursor: pointer;
  white-space: nowrap;
}

/* .darea_click .dest-tag:before {
    content: " ";
    position: absolute;
    width: 10px;
    border: 1px dashed #1D88D4;
    transform: rotate(90deg);
    margin-top: 1.6em;
    left: 45%;
} */

/* .dest-list-item:hover .dest-tag:before {
    content: " ";
    position: absolute;
    width: 10px;
    border: 1px dashed #1D88D4;
    transform: rotate(90deg);
    margin-top: 1.6em;
    left: 45%;
} */

.dest-list-item:hover .menu-list-drop ul {
  /*position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    left: -2em;
    padding-left: 2em;*/
}

/* .main-menu-list-keyword li:last-child ul {
  position: absolute;
  width: 42em;
  display: inline-block;
  right: 100%;
  transform: translateX(18.5%);
} */

/* .main-menu-list-keyword li:nth-last-child(2) ul {
  position: absolute;
  width: 46em;
  display: inline-block;
  right: 100%;
  transform: translateX(30%);
} */

/* .main-menu-list-keyword li:nth-last-child(2) ul li,
.main-menu-list-keyword li:last-child ul li {
  float: right;
} */

.dest-list-item.darea_click {
  border: 1px solid #b1b1b1;
  border-bottom: 1px solid white;
  border-radius: 10px 10px 0px 0px;
  box-sizing: content-box;
  /* box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.08); */
}

.dest-list-item.darea_click {
  background-color: #fff;
  border-bottom: 2px solid white;
}

.darea_click .dest-tag {
  color: #1d88d4;
}

.console_block_body li.slct {
  color: #1d88d4;
  background-image: url(/Content/Img/Search/OTKselect_bg3.png);
  background-repeat: no-repeat;
}

.filter-tag#ulTour li.slct {
  background-color: #0399e7;
  border-color: #0399e7;
  color: #fff;
}

.filter-tag#ulTour {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
}

.filter-tag#ulTour li {
  background-image: unset;
  padding: 0;
  border: 1px solid #666;
  font-size: 14px;
  padding: 0 6px 1px 6px;
  border-radius: 50px;
  width: fit-content;
  letter-spacing: unset;
}

.console_block_body_3 {
  position: relative;
  font-size: 0.938em;
  color: #5f5f5f;
  font-size: 15px;
}

p.budgets {
  position: relative;
  display: inline-block;
  padding-bottom: 10%;
}

.menu-list-drop ul li a {
  /*background-color: #1D88D4;*/
  border: 1px solid #1d88d4;
  border-radius: 999px;
  font-size: 15px;
  padding: 4px 18px;
  margin-right: -5px;
}

.main-menu-list-keyword .dest-list-item ul li.city_click a {
  color: white;
}

.console_block.budget input::placeholder {
  visibility: hidden;
  color: #fff;
  -ms-visibility: hidden;
  -ms-color: #fff;
}

.sign {
  position: relative;
  display: block;
  height: 8px;
  margin: 8px 0;
  /* background: url(images/base.png) center 0 no-repeat; */
}

.sign img {
  height: 100%;
  display: block;
  margin: auto;
}

.budget .sign.range {
  background-position-y: -62px;
}

.date_block .sign.range {
  background-position-y: -28px;
}

.and {
  display: block;
  margin: 20px 0;
}

a.add_date_block {
  position: relative;
  display: inline-block;
  margin-top: 32px;
  color: #979797;
  font-size: 0.9em;
  background: url(images/base.png) -2px 1px no-repeat;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  padding: 4px 0;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

a.add_date_block span {
  font-size: 1.2em;
}

.console_block.budget input {
  font-size: 1em;
  width: 8.5em;
  color: inherit;
  margin-left: 3px;
  text-align: right;
  border: #ddd 1px solid;
  border-radius: 3px;
  padding: 3px;
}

.date_block input {
  border-radius: 3px;
  border: none;
  background: #f3f3f3 url(/Content/Img/index/OTKdate_bg2.png) right 9.6px center
    no-repeat;
  max-width: 96%;
  font-family: inherit;
  padding: 8px 10px 8px 14px;
  line-height: 1.4em;
  width: 100%;
  box-sizing: border-box;
  border-radius: 22px;
  font-size: 0.9em;
}

.date_block span {
  position: relative;
  text-align: left;
  display: block;
  font-size: 0.8em;
  color: #979797;
}

.date_block .date_block_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px;
  margin-bottom: 10px;
}

.date_block span:first-child {
  color: #5f5f5f;
  font-size: 0.9em;
  font-weight: bold;
}

.date_block {
  position: relative;
  border-radius: 4px;
  background: #fff;
  box-shadow: 00px 0px 4px 0px rgb(0 0 0 / 21%);
  padding: 20px 12px 20px 12px;
}

.date_block_delete {
  margin-top: 12px;
  font-size: 0.8em;
  color: #979797;
  display: block;
  text-align: center;
}

.menu_wrapper {
  /*display: none;*/
}

#card_wrapper {
  position: relative;
  display: table-cell;
  /*padding: 10px 0 10px 1%;*/
  *float: left;
  *width: auto;
  *padding-left: 140px;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.dataDarea {
  margin-bottom: 5%;
}

.dataSarea {
  margin-top: 1%;
}

span.place_Title {
  padding: 1%;
  color: #1d88d4;
  font-size: 24px;
  font-weight: bold;
}

.place_Title:after {
  content: "";
  position: absolute;
  font-size: 22px;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-left: 0.5em;
}

.place_Title.Title_DAREA00002:after {
  content: "Japan";
}

.place_Title.Title_DAREA00010:after {
  content: "Europe";
}

.place_Title.Title_DAREA00011:after {
  content: "Ancient Civilization";
}

.place_Title.Title_DAREA00024:after {
  content: "Malaysia";
}

.place_Title.Title_DAREA00004:after {
  content: "Thailand";
}

.place_Title.Title_DAREA00018:after {
  content: "Philippines";
}

.place_Title.Title_DAREA00021:after {
  content: "Indochina";
}

.SN143 .place_Title.Title_DAREA00021:after {
  content: "Vietnam";
}

.place_Title.Title_DAREA00012:after {
  content: "Cruise";
}

/*.mode_txt #card_wrapper {
    padding-left: 2%;
}*/

.mode_pic .card {
  width: 23.5%;
  background-color: #fff;
  border-radius: 6px;
  color: #333;
  border: none;
  overflow: hidden;
  margin: 10px 0.5%;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.mode_txt .card_box {
  position: relative;
  z-index: 1;
}

.mode_txt .card {
  width: 85%;
  margin: 0;
  padding: 2% 1.5%;
  margin-bottom: 2%;
  border-radius: 8px;
  color: #333;
  border: none;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mode_txt .card {
  /*border-bottom: #bbb 1px dotted;*/
  display: inline-block;
}

.mode_txt .card:hover,
.mode_txt .card:hover * {
  color: #51a9e6;
}

.mode_txt .card_img {
  display: none;
}

.card_title {
  display: block;
  float: left;
  min-width: 33em;
  font-size: 20px;
  font-weight: bold;
}

.card_price {
  position: relative;
  display: block;
  float: right;
  right: 13.5%;
  margin-top: -2em;
}

.b2b .card_price {
  margin-top: 0.5em;
}

.b2b .DataAreaList .card_price {
  position: static;
  margin-top: 0;
}

/*.card_price:before {
        content: "$";
        display: inline-block;
        font-size: 12px;
    }

    .card_price:after {
        content: "起";
        display: inline-block;
        font-size: 12px;
    }*/
.card_price_origin,
.card_price_sale,
.price_viewlist {
  position: relative;
  display: table-cell;
  white-space: nowrap;
  height: 1.5em;
  vertical-align: middle;
  font-size: 20px;
}

.b2b .card_price_origin {
  font-size: 15px;
  padding-right: 10px;
}

.b2b .card_price_sale {
  font-size: 15px;
}

.card_price_origin span

/*, .card_price_sale span*/ {
  margin-left: 0.1em;
  /*color: #eb6100;*/
}

.card_price_sale span {
  font-size: 1.143em;
  /*16px*/
}

.b2b .card_price_origin span,
.b2b .card_price_sale span {
  font-size: 20px;
}

.card_price_origin span:before {
  font-size: 0.923em;
}

.card_price_sale span:before {
  font-size: 0.923em;
}

.card_price_origin span:before,
.card_price_sale span:before {
  content: "$";
  margin-right: 2px;
}

.card_price_origin span:after,
.card_price_sale span:after {
  content: "起";
  font-size: 0.813em;
}

.more_travel {
  position: relative;
  text-align: right;
  margin-right: 12%;
}

.more_travel a {
  position: relative;
  font-size: 15px;
  font-weight: bolder;
  color: #ea7a7a;
  border: 3px solid #ea7a7a;
  border-radius: 999px;
  background-color: #fff;
  padding: 5px 2.5%;
  text-decoration: none;
}

.mode_txt h3 {
  position: relative;
  display: block;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: default;
  float: left;
  margin-left: -90px;
}

.mode_txt h3 .area {
  color: #1d88d4;
  position: relative;
  z-index: 1;
  top: 20px;
  left: -1px;
}

.card_text:after {
  content: "";
  display: table;
  clear: both;
}

article {
  margin-top: 40px;
  margin-left: 100px;
}

.mode_txt h3:before {
  content: "";
  position: absolute;
  left: -30px;
  top: -9px;
  width: 120px;
  height: 129px;
  background-color: white;
  /*background-image: url(/Content/Img/KeyWord/circle.png);*/
  background-repeat: no-repeat;
}

#mode_switch {
  position: relative;
  display: block;
  margin: 20px 0 0 8px;
  font-size: 16px;
  text-align: center;
  line-height: 1.6em;
  cursor: pointer;
}

.switch_l:before {
  content: "";
  position: absolute;
  top: 0.15em;
  right: -3.5em;
  width: 3em;
  height: 1.3em;
  border-radius: 1em;
  background-color: #f77c1e;
}

.switch_l:after {
  content: "";
  position: absolute;
  top: 0;
  right: -2em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 0.9em;
  background-color: #f9f9f9;
  box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mode_txt .switch_l:after {
  right: -3.8em;
}

.switch_l,
.switch_r {
  position: relative;
  display: inline-block;
  color: #333;
}

.switch_l {
  margin-right: 4em;
}

.mode_map .switch_l,
.mode_pic .switch_l,
.mode_txt .switch_r {
  color: #ff6e00;
  font-weight: 700;
}

#mode_switch:after {
  content: "";
  display: table;
  clear: both;
}

/*---沒有任何篩選搜尋配對結果---*/
.findout {
  position: relative;
  width: 420px;
  margin: 0 auto;
  left: -15%;
}

.findout > div {
  position: absolute;
  display: inline-block;
  width: auto;
  height: 3em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}

.findout:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 43.33333%;
  background: url(/Content/Img/KeyWord/nothing.png) center center no-repeat;
  background-size: cover;
}

/*
@media only screen and (max-width: 530px) {
    .console{ display: none}
}

@media only screen and (max-width: 901px) {
    .mode_pic .card {
        width: 48%;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {
    .mode_pic .card {
        width: 31.5%;
    }
}

@media only screen and (min-width: 1441px) {
    .mode_pic .card {
        width: 18.7%;
    }
}
*/

/* 
@media only screen and (max-width: 1680px) {
    .content {width: 86%;}
}
@media only screen and (max-width: 1580px) {
    .content {width: 85%;}
}
@media only screen and (max-width: 1440px) {
    .content {width: 84%;}
}
@media only screen and (max-width: 1380px) {
    .content {width: 83%;}
}
@media only screen and (max-width: 1220px) {
    .content {width: 81%;}
}
@media only screen and (max-width: 1070px) {
   .content {width: 79%;}
}
@media only screen and (max-width: 960px) {
    .content {width: 77%;}
}
@media only screen and (max-width: 900px) {
    .content {width: 76%;}
}
@media only screen and (max-width: 830px) {
    .content {width: 74%;}
}
@media only screen and (max-width: 765px) {
    .content {width: 72%;}
}
@media only screen and (max-width: 700px) {
    .content {width: 70%;}
}
@media only screen and (max-width: 645px) {
    .content {width: 68%;}
}
@media only screen and (max-width: 590px) {
    .content {width: 66%;}
}
@media only screen and (max-width: 530px) {
    .content {width: 95%;}
}
*/

.mode_pic a.card:hover {
  box-shadow: 0 0 6px rgba(22%, 23%, 24%, 0.6);
}

.card img {
  width: 300px;
  border-radius: 10px;
  /*height: 200px;*/
  height: 250px;
  object-fit: cover;
}

.mode_txt .card_img_box {
  position: relative;
  max-width: 300px;
  width: 27%;
  float: left;
}

.mode_txt .card img {
  width: 100%;
}

.mode_txt .card_img_location {
  position: absolute;
  font-size: 16px;
  font-weight: bolder;
  color: #fff;
  margin: 4% 5%;
}

.mode_txt .card_img_location:before {
  content: "-";
  position: relative;
  margin-right: 2px;
}

.mode_txt .card_img_location:after {
  content: "-";
  position: relative;
  margin-left: 2px;
}

.mode_txt .info {
  width: 69%;
  padding-left: 2.5%;
}

/*999*/
.info {
  position: relative;
  padding-left: 3%;
  padding-top: 0px;
  display: inline-block;
}

.info::after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

.info h4 {
  position: relative;
  font-size: 0.938em;
  margin: 0;
  padding: 0;
  line-height: 150%;
  font-weight: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.info h4 span {
  font-size: 1.333em;
  padding-right: 17px;
  display: inline-block;
  background: url(images/base.png) right -80px no-repeat;
}

.info_tag {
  margin: 4px 0 2px 0;
  position: relative;
}

.info_tag span {
  font-size: 0.75em;
  color: #bbb;
  margin-right: 10px;
  line-height: 150%;
  display: inline-block;
}

.info_f {
  display: table;
  position: relative;
  width: 100%;
}

.mode_txt .points {
  min-height: 3.3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 85%;
  min-height: 5.4em;
}

.mode_txt .points span {
  /*display: inline-block;*/
  float: none;
}

.feature {
  font-size: 14px;
  margin: 20px 0px 12px 0px;
}

.feature li {
  display: inline-block;
  border: solid 1px;
  border-radius: 999px;
  color: #666;
  margin: 0 1px;
  padding: 0px 6px 1px 6px;
}

.feature li.feature_1 {
  background-color: #0399e7;
  color: #fff;
}

.mode_txt .card:hover * .feature li.feature_1 {
  color: #fff;
}

.state .item_date {
  font-weight: normal;
}

ul.item_date {
  display: inline-block;
  position: relative;
  list-style: none;
}

.item_date li {
  display: inline-block;
  margin-right: 5%;
}

.item_date li a {
  text-decoration: none;
  color: #666;
  border-bottom: 1px dashed #666;
}

.Date {
  display: inline-block;
  position: relative;
  color: #666;
  margin-bottom: 10px;
}

.state {
  color: #d00003;
  font-weight: bold;
  margin-bottom: 7px;
}

.state:before {
  content: "";
  background-image: url(/Content/Img/KeyWord/thumb_up.png);
  width: 20px;
  height: 17px;
  background-position: 0px center;
  background-repeat: no-repeat;
  display: inline-block;
  transform: translate(0px, 2px);
  padding-right: 2px;
}

.mode_txt .point,
.mode_txt .discount {
  color: #ff5c00;
  position: relative;
  display: block;
  height: 1.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap;
}

.mode_txt .point2 {
  color: #1d88d4;
  position: relative;
  display: block;
  height: 1.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap;
}

.mode_txt .Date:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  position: relative;
  background: url(/Content/Img/Destination/Date.png) 1px 1px no-repeat;
  top: 2px;
  padding-right: 2px;
  white-space: nowrap;
}

.mode_txt .discount:before {
  /*margin-left: 10px;*/
  white-space: nowrap;
}

/*.mode_pic .point:before,*/
.mode_pic .discount:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  position: relative;
  padding-right: 6px;
}

.mode_pic .point:before {
  background: url(/Content/Img/Destination/Date.png) 1px 1px no-repeat;
}

.mode_pic .discount:before {
  background: url(/Content/Img/Destination/Point.png) 1px 1px no-repeat;
}

.mode_pic .point,
.mode_pic .discount {
  position: relative;
  height: 1.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mode_pic .point {
  color: #ff5c00;
  display: block;
}

.mode_txt .point {
  color: #000000;
  /*margin-bottom: 6px;*/
}

.mode_txt .point:before {
  content: " ";
  position: relative;
  width: 20px;
  height: 20px;
  background: url(/Content/Img/Destination/Highlights.png) 1px 1px no-repeat;
  display: inline-block;
  vertical-align: top;
  top: 2px;
  padding-right: 6px;
}

.mode_pic .discount {
  float: left;
  max-width: calc(100% - 1em);
  color: #51a9e6;
  margin-bottom: 7px;
}

.mode_txt .discount-wrapper {
  display: flex;
  column-gap: 8px;
  text-decoration: none;
}

.mode_txt .discount-note {
  font-size: 14px;
  color: #818181;
}

@media (max-width: 1400px) {
  .mode_txt .discount-wrapper {
    flex-wrap: wrap;
  }
}

.mode_txt .points:has(.discount-note) {
  padding-bottom: 40px;
}

.mode_pic .price {
  float: right;
}

.price {
  display: table-cell;
  font-size: 1.33em;
  word-break: keep-all;
  white-space: nowrap;
  vertical-align: bottom;
  text-align: right;
}

.price span {
  font-size: 0.722em;
}

.null {
  display: none !important;
}

/*********2019-05-29 小分類******/
/*********水平小分類選單**********/

.nav_city ul {
  margin-left: 90px;
  width: 86%;
  background-color: white;
  height: auto;
  min-height: 120px;
  margin-top: 50px;
}

.nav_city li {
  display: inline-block;
  line-height: 50px;
}

.nav_city li a {
  text-decoration: none;
  background-color: white;
  border-color: #ff8792;
  border-radius: 30px;
  border-width: 2px;
  border-style: solid;
  padding: 7px;
  margin-left: 10px;
  color: black;
}

.nav_city li a {
  text-decoration: none;
  background-color: white;
  border-color: #ff8792;
  border-radius: 30px;
  border-width: 2px;
  border-style: solid;
  padding: 7px;
  margin-left: 10px;
  color: black;
}

.nav_city li a:hover {
  text-decoration: none;
  background-color: #ff8792;
  border-radius: 30px;
  color: white;
  padding: 7px;
  margin-left: 10px;
  cursor: pointer;
}

/*   .city_click  a { 
    text-decoration: none !important; 
    background-color: #ff8792 !important; 
    border-radius: 30px !important; 
    color: white !important; 
    padding: 7px !important; 
    margin-left: 10px !important; 
    cursor: pointer !important; 
}*/

@media screen and (max-width: 1000px) {
  .nav_city li a {
    display: none;
  }
}

.mode_txt .card_box {
  position: relative;
  z-index: 1;
  margin-top: 5%;
}

/***********側邊選單************/

.console_block_body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.travel_places {
  position: relative;
  display: block;
  border-top: #ddd 1px solid;
  width: 180px;
  margin: 0 auto;
  margin-top: 18px;
  padding-top: 18px;
}

.travel_places_2-1 {
  position: relative;
  height: 100px;
  color: #ff5c00;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  padding-top: 30px;
  overflow: hidden;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.04);
  transition: 0.2s;
}

.travel_places_2-1.ontop {
  position: fixed;
  width: 100%;
  top: 53px;
  z-index: 100;
  overflow: hidden;
}

.bbc .travel_places_2-1.ontop {
  top: 0px;
}

.console_onbtn {
  display: none;
}

.travel_places_2 {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  margin-left: 18%;
  padding: 0px 18px 18px 18px;
}

.one .travel_places li:hover {
  color: #666;
}

.travel_places li {
  list-style-type: none;
  margin-bottom: 10px;
  background: none;
  padding-left: 30px;
}

.travel_places li:hover {
  color: #ff8792;
}

#ulClass1 li {
  cursor: pointer;
}

#ulClass1 li.slct {
  color: #666666;
  background-image: none;
}

/*#ulClass1 li:hover {
    color: #ff8792;
}*/

#ulClass li.slct {
  background-image: none;
  color: #666666;
}

.slct_city {
  display: none;
}

.on .slct_city {
  display: block;
}

/**下層li的勾選框**/
.slct_city li {
  list-style-type: none;
  margin-top: 10px;
  padding-right: 0px;
  padding-left: 20px;
  background-repeat: no-repeat;
  text-align: left;
}

/**打勾樣式**/

/**收合按鈕:關--**/
.on .drop_down:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -45%;
  background: url(/Content/Img/KeyWord/icon_dropdown.png) no-repeat !important;
}

/**收合按鈕:開++**/
.drop_down:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -45%;
  background: url(/Content/Img/KeyWord/icon_dropdown_on.png) no-repeat !important;
}

/**不顯示下拉選單**/

.transform_none {
  display: none;
}

/************出發地(橘字)**********/
.air_from {
  border: solid 1px;
  border-radius: 999px;
  text-align: center;
  width: 80px;
  height: 16px;
  font-size: 16px;
  color: #666;
  padding: 1%;
  line-height: 17px;
}

/**選取的出發城市**/
.mode_txt h4 {
  min-height: 3em;
  display: inline-block;
  font-size: 20px;
  margin-top: 0.4em;
  color: #000000;
  border-radius: 10px;
  cursor: default;
  font-weight: bold;
  padding-top: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

/************單館**************/

/*********城市*************/
.one #ulClass1 .btn_slct {
  display: none;
}

.one #ulClass1 .on .btn_slct {
  display: block;
  font-size: 16px;
  background-size: 20px;
  padding-left: 30px;
  font-weight: bold;
  margin-left: -5px;
}

.one #ulClass1 .drop_down {
  display: none;
}

.one #ulClass1 .slct_city {
  display: none !;
}

.one #ulClass1 .on .slct_city {
  display: block;
  margin-left: -5px;
}

.slct_city li:hover {
  color: #ff8792 !important;
}

.one #ulClass1 .slct_city li {
  margin-left: -50px;
}

/**********其他國家*********/
.one .other_country .title {
  font-weight: bold;
  margin-left: 15px;
  font-size: 16px;
  margin-top: 20px;
}

.one .other_country .drop_down {
  margin-left: 10px;
  vertical-align: text-bottom;
}

.one .other_country.on .drop_down:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -45%;
  background: url(/Content/Img/KeyWord/icon_dropdown.png) no-repeat !important;
}

.one .other_country {
  margin-top: 20px;
}

/**隱藏全選**/
.one #ulClass2 li:first-child {
  display: none !important;
}

.one #ulClass2 .drop_down {
  display: none;
}

.one #ulClass2 .btn_slct {
  background-image: none;
}

.one #ulClass2 .slct_city li {
  display: none;
}

.one #ulClass2 li:hover {
  color: #ff8792;
}

.one #ulClass2 li {
  display: none;
}

.one .on #ulClass2 li {
  padding-left: 20px;
  cursor: pointer;
  display: flex;
}

.one .on #ulClass2 .slct_city {
  display: none !important;
}

.one #ulClass2 li:before {
  content: "•";
  margin-top: 13px;
}

/***滑動條樣式**/

/* width */
#divConsole::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#divConsole::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fdfdfd;
  border-radius: 10px;
}

/* Handle */
#divConsole::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 10px;
}

/* Handle on hover */
#divConsole::-webkit-scrollbar-thumb:hover {
  background: #aaaaaa;
}

.contect {
  width: auto !important;
  /*padding-left: 240px;*/
  position: relative;
  background-color: #f6f7f2;
  overflow: hidden;
}

/***預算條樣式**/

#budgetRange {
  margin-bottom: 20px;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  right: -8px;
  top: -8px;
}

.noUi-handle {
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: #4a7197;
  box-shadow: none;
  outline: none;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
  background: transparent;
  border: none;
}

.noUi-handle:after,
.noUi-handle:before {
  content: none;
}

.noUi-connect {
  background: linear-gradient(to right, #4a7197, #9fd7ff);
  border: none;
}

.noUi-horizontal {
  height: 7px;
}

.console_block_body2 .main-menu-list-keyword .dest-list-item .menu-list-drop {
  width: 64%;
}

/***加入比較**/
.keyword_card_wrapper {
  position: relative;
}

.fav-btn {
  position: absolute;
  font-size: 12px;
  display: inline-block;
  border-width: 1.5px;
  border-style: solid;
  border-color: #313131;
  border-radius: 5px;
  padding: 6px 8px;
  right: 0%;
  bottom: 0.5em;
  cursor: pointer;
  height: auto;
  background-image: none;
  margin-right: auto;
}

.fav-btn span {
  margin-left: 22px;
}

.fav-btn.compare_0:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 23px;
  background-image: url(/Content/Img/Destination/compare0_icon.png);
  margin-top: -4px;
  margin-left: -3px;
}

.fav-btn.compare_1:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 23px;
  background-image: url(/Content/Img/Destination/compare1_icon.png);
  margin-top: -4px;
  margin-left: -3px;
}

/************************rwd**************************/
@media all and (max-width: 1925px) {
  .b2c .console,
  .b2b .console,
  .b2e .console {
    padding-left: 11%;
  }

  .bbc .console {
    padding-left: 11%;
  }
}

@media all and (max-width: 1830px) {
  .card_price {
    right: 14.5%;
    margin-top: -2.2em;
  }
}

@media all and (max-width: 1760px) {
  .card_price {
    right: 15.5%;
    margin-top: -2.3em;
  }
}

@media all and (max-width: 1700px) {
  .mode_txt .points {
    margin-top: 1em;
  }

  .mode_txt .card img {
    /*height: 215px;*/
  }

  .console_block_title2 {
    left: 8%;
  }

  .travel_places_2 {
    margin-left: 16%;
  }

  .mode_txt.b2c .console,
  .mode_txt.b2b .console,
  .mode_txt.b2e .console {
    padding-left: 6%;
  }

  .mode_txt.bbc .console {
    padding-left: 6%;
  }

  .mode_txt .content {
    margin-right: 9%;
  }

  .mode_txt .card {
    width: 100%;
  }

  .more_travel {
    margin-right: -3%;
  }

  .console_block_body2 .main-menu-list-keyword .dest-list-item .menu-list-drop {
    width: 73%;
  }

  .card_price {
    margin-top: -2.5em;
  }

  .fav-btn {
    right: 1%;
  }

  .findout {
    left: auto;
  }
}

@media all and (max-width: 1600px) {
  .console_block_title2 {
    left: 6%;
  }

  .travel_places_2 {
    margin-left: 14%;
  }

  .mode_txt.b2c .console,
  .mode_txt.b2b .console,
  .mode_txt.b2e .console {
    padding-left: 4%;
  }

  .mode_txt.bbc .console {
    padding-left: 4%;
  }

  .mode_txt .content {
    width: calc(100% - 500px);
    margin-right: 8.4%;
  }

  .more_travel {
    margin-right: -3%;
  }
}

@media all and (max-width: 1550px) {
  .mode_txt .content {
    margin-right: 9%;
  }
}

@media all and (max-width: 1500px) {
  .console_block_title2,
  .dest-tag {
    font-size: 1.4em;
  }

  .console_block_title2:before {
    top: -1.4em;
  }

  .menu-list-drop ul li a {
    font-size: 14px;
  }

  /* .main-menu-list-keyword li:last-child ul {
    transform: translateX(21.5%);
  } */

  /* .main-menu-list-keyword li:nth-last-child(2) ul {
    transform: translateX(32.5%);
  } */

  .mode_txt.b2c .console,
  .mode_txt.b2b .console,
  .mode_txt.b2e .console {
    padding-left: 3%;
  }

  .mode_txt.bbc .console {
    padding-left: 3%;
  }

  .mode_txt .content {
    width: calc(100% - 450px);
    margin-right: 6.8%;
  }

  .card_price {
    right: 16.5%;
    margin-top: -2.7em;
  }

  .fav-btn {
    bottom: 1em;
  }
}

@media all and (max-width: 1450px) {
  .mode_txt .content {
    margin-right: 7%;
  }
}

@media all and (max-width: 1400px) {
  .console_block_title2,
  .dest-tag {
    font-size: 1.3em;
  }

  .console_block_title2:before {
    top: -1.5em;
    background-size: 85%;
  }

  .menu-list-drop ul li a {
    font-size: 13px;
  }

  /* .main-menu-list-keyword li:last-child ul {
    transform: translateX(25.4%);
  } */

  /* .main-menu-list-keyword li:nth-last-child(2) ul {
    transform: translateX(36%);
  } */

  .bbc .dragscroll_box {
    margin-top: 55px;
  }

  .mode_txt.b2c .console,
  .mode_txt.b2b .console,
  .mode_txt.b2e .console {
    padding-left: 0%;
  }

  .mode_txt.bbc .console {
    padding-left: 0%;
  }

  .mode_txt .content {
    width: calc(100% - 350px);
    margin-right: 3.5%;
  }

  .fav-btn {
    bottom: 1.5em;
  }
}

@media all and (max-width: 1340px) {
  .card_price {
    right: 17.5%;
    margin-top: -2.8em;
  }
}

@media all and (max-width: 1300px) {
  .console_block_title2,
  .dest-tag {
    font-size: 1.3em;
  }

  .travel_places_2 {
    margin-left: 12.5%;
  }
}

@media all and (max-width: 1250px) {
  .console_block_title2 {
    left: 4%;
  }

  .travel_places_2 {
    margin-left: 11.5%;
  }

  .card_price {
    right: 19%;
    margin-top: -3em;
  }
}

@media all and (max-width: 1200px) {
  .console_block_title2 {
    left: 6%;
  }

  .travel_places_2 {
    margin-left: 15%;
  }

  .console_block_body2 li {
    padding-right: 1.5%;
    padding-left: 1.5%;
  }

  .feature li {
    margin-bottom: 5px;
  }

  .card_price {
    right: 20.5%;
  }
}

@media all and (max-width: 1110px) {
  .console_block_title2 {
    left: 5%;
  }

  .travel_places_2 {
    margin-left: 13%;
  }

  .mode_txt .content {
    margin-right: 0%;
  }

  .mode_txt .card {
    width: 95%;
  }

  .more_travel {
    margin-right: 2%;
  }

  .fav-btn {
    right: 5%;
    bottom: 3.3em;
  }

  .card_price {
    right: 22.5%;
    margin-top: -1.8em;
  }

  .fav-btn {
    right: 1%;
    bottom: 0.5em;
  }
}

@media all and (max-width: 1070px) {
  .mode_txt.b2c .console,
  .mode_txt.b2b .console,
  .mode_txt.b2e .console {
    width: 274px;
  }

  .mode_txt.bbc .console {
    width: 274px;
  }

  .console_block {
    padding: 28px;
  }
}

@media all and (max-width: 1050px) {
  .console_block_title2,
  .dest-tag {
    font-size: 1.2em;
  }

  .menu-list-drop ul li a {
    font-size: 12px;
  }

  /* .main-menu-list-keyword li:last-child ul {
    transform: translateX(28.5%);
  } */

  /* .main-menu-list-keyword li:nth-last-child(2) ul {
    transform: translateX(39.5%);
  } */

  .mode_txt.b2c .console,
  .mode_txt.b2b .console,
  .mode_txt.b2e .console {
    width: 254px;
  }

  .mode_txt.bbc .console {
    width: 254px;
  }

  .console_block {
    width: 165px;
    padding: 25px;
  }

  .card_price {
    right: 24%;
  }

  .console_block {
    width: 200px;
  }
}

@media all and (max-width: 1030px) {
  .mode_txt.b2c .console,
  .mode_txt.b2b .console,
  .mode_txt.b2e .console {
    /*width: 229px;*/
  }

  .console_block {
    padding: 15px;
  }
}

@media all and (max-width: 1010px) {
  .mode_txt.b2c .console,
  .mode_txt.b2b .console,
  .mode_txt.b2e .console {
    width: 214px;
  }

  .mode_txt.bbc .console {
    width: 214px;
  }

  .console_block {
    width: 155px;
    padding: 11px;
  }

  .console_block_title {
    font-size: 1.2em;
  }

  .console_block_body,
  #dateRange li {
    font-size: 16px;
  }

  .console_block_body_3 {
    font-size: 15px;
  }
}

@media all and (max-width: 995px) {
  .console_block_body2 li {
    padding-bottom: 8px;
    padding-right: 1.2%;
    padding-left: 1.2%;
  }

  .mode_txt.b2c .console,
  .mode_txt.b2b .console,
  .mode_txt.b2e .console {
    width: 100%;
  }

  .mode_txt.bbc .console {
    width: 100%;
  }

  .console_block {
    width: 80%;
    padding: 38px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .mode_txt .content {
    width: 90%;
    float: none;
    margin: 0 auto;
  }

  .console_block_body {
    text-align: left;
  }

  .DateClear,
  #ulClass li,
  #ulTour li,
  #ulDept li {
    display: inline-block;
  }

  .date_block input {
    max-width: initial;
    width: 100%;
  }

  .and {
    text-align: center;
  }

  a.add_date_block {
    left: 50%;
    transform: translateX(-50%);
  }

  .console_block_body2 .main-menu-list-keyword .dest-list-item .menu-list-drop {
    width: 73%;
  }

  .card_price {
    right: 20%;
    margin-top: -2.2em;
  }

  .console_block_body li:nth-child(1) {
    margin-bottom: 5px;
  }

  .dragscroll_box {
    position: initial;
    height: auto;
    overflow: auto;
  }

  /**月曆定位**/
  .ui-datepicker {
    margin-top: inherit !important;
  }

  /**月曆定位END**/

  .travel_places_2-1.ontop + div .dragscroll_box {
    position: initial;
    top: auto;
    height: auto;
    overflow: auto;
  }

  .dragscroll {
    position: initial;
    height: auto;
    overflow-y: auto;
    overflow-x: auto;
  }
}

@media all and (max-width: 950px) {
  .console_block_title2 {
    left: 3%;
  }

  .travel_places_2 {
    margin-left: 11%;
  }

  .console_block_body2 .main-menu-list-keyword .dest-list-item .menu-list-drop {
    left: 22px;
    right: auto;
  }
}

@media all and (max-width: 900px) {
  .console_block_title2,
  .dest-tag {
    font-size: 1.1em;
  }

  .darea_click .dest-tag:before,
  .dest-list-item:hover .dest-tag:before {
    margin-top: 1.8em;
  }

  .console_block_title2:before {
    width: 20px;
    top: -1.3em;
    background-size: 80%;
  }

  .menu-list-drop ul li a {
    padding: 4px 16px;
  }

  /* .main-menu-list-keyword li:last-child ul {
    transform: translateX(37%);
  } */

  /* .main-menu-list-keyword li:nth-last-child(2) ul {
    transform: translateX(45.5%);
  } */
  .card_price {
    right: 22%;
    margin-top: -1.8em;
  }
}

@media all and (max-width: 820px) {
  .console_block_title2:before {
    top: -1.5em;
  }

  .console_block_body2 li {
    height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .console_block_body2 .main-menu-list-keyword .dest-list-item ul {
    padding-top: 4px;
  }
}

@media all and (max-width: 768px) {
  .footer_bottom {
    padding-bottom: 71px;
  }
}

@media all and (max-width: 750px) {
  .console_block_body2 li {
    padding-left: 6px;
    padding-right: 6px;
  }

  .console_block_title2,
  .dest-tag {
    /*font-size: 0.9em;*/
  }

  .console_block_body2 .menu-list-drop li {
    padding-right: 12px;
  }

  .menu-list-drop ul li a {
    padding: 4px 16px;
  }

  /* .main-menu-list-keyword li:last-child ul {
    transform: translateX(41.5%);
  } */

  /* .main-menu-list-keyword li:nth-last-child(2) ul {
    transform: translateX(46.5%);
  } */
}

@media all and (max-width: 740px) {
  #wrapper {
    overflow: hidden;
  }

  .mode_txt .content {
    margin-left: 5%;
  }

  .mode_txt .card {
    width: 87%;
  }

  .more_travel {
    margin-right: 10%;
  }

  .card_price {
    right: 26%;
  }
}

/**手機**/
@media all and (max-width: 700px) {
  #divConsole .dragscroll {
    padding-bottom: 120px;
  }

  .console_block_title2,
  .dest-tag {
    /*font-size: 1em;*/
  }

  .mode_txt .discount {
    margin-bottom: 2px;
    height: auto;
  }

  .console_block_title2 {
    top: 24%;
    left: 8%;
    display: none;
  }

  .console_block_title2:before {
    left: -1.5em;
    transform: initial;
    top: auto;
  }

  .console_block_title2:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #9fd7ff;
    top: 0;
    right: 0;
    margin-right: 18%;
  }

  .console_onbtn {
    /* position: fixed;
        width: 35px;
        height: 35px;
        border-radius: 100%;
        background-color: #133a5f;
        cursor: pointer;
        right: 7px;
        bottom: 115px;
        z-index: 1;
        display: inline-block; */
    position: fixed;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #133a5f;
    cursor: pointer;
    right: 12px;
    bottom: 136px;
    z-index: 1;
    display: inline-block;
  }

  body:not(:has(.top)) .console_onbtn {
    bottom: 92px;
  }

  .console_onbtn:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    background-size: 28px 28px;
    background-position: center;
    background-image: url(/Content/Img/Keyword/filter_icon2.png);
    background-repeat: no-repeat;
  }

  .top {
    position: fixed;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #133a5f;
    cursor: pointer;
    right: 12px;
    bottom: 78px;
    z-index: 1;
    display: inline-block;
  }

  .top:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(/Content/Img/Keyword/sidebar_Top.png);
    background-repeat: no-repeat;
    background-size: 72%;
    margin-top: 0.45em;
    margin-left: 0.45em;
  }

  .topbanner_link {
    display: block;
    color: #000;
    text-decoration: underline;
    text-underline-position: under;
    font-weight: bold;
    float: right;
    height: 53px;
    margin-right: 20px;
    padding: 17px 0px 14px 0;
    box-sizing: border-box;
    font-size: 14px;
  }

  .topbanner_link:after {
    content: ">";
    text-decoration: none;
    display: inline-block;
    padding-left: 4px;
  }

  .europe_btn {
    display: none;
  }

  .console_onbtn p {
    /*margin-left: 1.5em;*/
    display: none;
  }

  .travel_places_2 {
    width: 100%;
    margin-top: -3px;
    margin-left: 3%;
  }

  /***menu_pak變一行推動***/
  .travel_places_2-1 {
    height: 80px;
    overflow: hidden;
  }

  .console_block_body2 {
    position: absolute;
    width: 90%;
    height: 120px;
    padding: initial;
    transform: initial;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }

  .console_block_body2 li {
    display: inline-block;
    float: none;
    border: transparent;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dest-list-item.darea_click {
    border-color: transparent;
  }

  .mode_txt .main-menu-list-keyword .dest-list-item .menu-list-drop {
    position: fixed;
    left: 0;
    margin-left: 20.3%;
  }

  .mode_txt .main-menu-list-keyword .dest-list-item ul {
    position: initial;
    width: 80%;
    height: 28px;
    display: block;
    transform: initial;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }

  .darea_click .dest-tag:before,
  .dest-list-item:hover .dest-tag:before {
    left: 35%;
  }

  .mode_txt .main-menu-list-keyword .dest-list-item .menu-list-drop {
    display: none !important;
  }

  .clone {
    position: relative;
    width: 100%;
    top: 1.5em;
    left: 0px;
    z-index: 100;
    display: block;
  }

  .clone .menu-list-drop {
    position: absolute;
    display: none;
    width: 95%;
    margin: 10px 0;
    top: auto;
    background: #fff;
  }

  .darea_click .menu-list-drop {
    display: block;
    top: -6px;
  }

  .clone .menu-list-drop ul {
    position: initial;
    width: 100%;
    height: 30px;
    display: block;
    transform: initial;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
  }

  .clone li {
    list-style-type: none;
    cursor: pointer;
    margin-bottom: 5px;
    padding-bottom: 15px;
    padding-right: 2%;
    background-repeat: no-repeat;
    text-align: left;
    float: left;
    display: inline-block;
    float: none;
  }

  /*::-webkit-scrollbar {
        width: 15px;
    }*/

  /* this targets the default scrollbar (compulsory) */
  ::-webkit-scrollbar-track {
    background-color: #fff;
  }

  /* the new scrollbar will have a flat appearance with the set background color */

  .fixed-top ::-webkit-scrollbar-track {
    background-color: #fff;
  }

  /* the new scrollbar will have a flat appearance with the set background color */

  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
  }

  /* this will style the thumb, ignoring the track */

  /*::-webkit-scrollbar-button {
      background-color: #7c2929;
} */
  /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

  /*::-webkit-scrollbar-corner {
      background-color: black;
}*/

  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 10px;
  }

  /*::-webkit-scrollbar {

width:20px;

height:20px;

}
*/

  html {
    /*scrollbar-arrow-color: #fff;*/
    /**/
    /*三角箭頭的顏色*/
    /*scrollbar-face-color: #fff;*/
    /**/
    /*立體滾動條的顏色*/
    /*scrollbar-3dlight-color: #fff;*/
    /**/
    /*立體滾動條亮邊的顏色*/
    /*scrollbar-highlight-color: #fff;*/
    /**/
    /*滾動條空白部分的顏色*/
    /*scrollbar-shadow-color: #fff;*/
    /**/
    /*立體滾動條陰影的顏色*/
    /*scrollbar-darkshadow-color: #fff;*/
    /**/
    /*立體滾動條強陰影的顏色*/
    /*scrollbar-track-color: #fff;*/
    /**/
    /*立體滾動條背景顏色*/
    /*scrollbar-base-color:#fff;*/
    /**/
    /*滾動條的基本顏色*/
  }

  /***menu_pak變一行推動-end***/
  .mode_txt .console {
    display: none;
  }

  .mode_txt .console.ON {
    position: fixed;
    top: 53px;
    margin-top: auto;
    padding-top: 80px;
    display: block;
  }

  .console_offbtn {
    position: absolute;
    width: 35px;
    height: 25px;
    top: 3%;
    right: 5%;
    cursor: pointer;
    display: block;
  }

  .console_offbtn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #1d88d4;
    top: 0;
    left: 0;
    top: 50%;
    transform: rotate(45deg);
  }

  .console_offbtn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #1d88d4;
    top: 0;
    left: 0;
    top: 50%;
    transform: rotate(-45deg);
  }

  .mode_txt .dataDarea {
    margin-top: 5%;
    margin-bottom: 15%;
  }

  .mode_txt span.place_Title {
    display: block;
    margin-bottom: 1%;
  }

  .mode_txt .dataSarea {
    margin-top: auto;
  }

  .mode_txt .card {
    width: 100%;
    padding: 4% 1.5%;
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .mode_txt .card_img_box {
    max-width: initial;
    width: 100%;
    float: right;
  }

  .mode_txt .card_img_location {
    color: #2e9ff1;
    margin: 1% 3% 4% 3%;
    right: 0;
  }

  .mode_txt .card_img_location:before,
  .mode_txt .card_img_location:after {
    display: none;
  }

  .mode_txt .card_img_box img {
    display: none;
  }

  .mode_txt .info {
    width: 95%;
  }

  .mode_txt h4 {
    text-align: justify;
  }

  .mode_txt .card_price {
    font-weight: bold;
    margin-top: auto;
    right: 18%;
    padding-top: 12px;
  }

  .card_price_origin span:after {
    font-size: 0.9em;
  }

  .mode_txt .points {
    width: 100%;
    padding: 0%;
  }

  .mode_txt .Date,
  .mode_txt .points span {
    display: block;
  }

  .mode_txt .Date,
  .mode_txt .state {
    margin-bottom: 0.3em;
  }

  .mode_txt .points span {
    white-space: initial;
    line-height: 1.6em;
  }

  .mode_txt .air_from {
    font-weight: bold;
    border: solid 2px;
  }

  .more_travel {
    margin-top: 3%;
    margin-right: -3%;
  }

  .more_travel a {
    border: 2px solid #ea7a7a;
  }

  .mode_txt .card_box {
    margin-top: 100px;
  }

  .findout {
    width: 320px;
  }

  .findout > div {
    font-size: 15px;
  }

  /**月曆定位**/
  .ui-datepicker {
    /*margin-top: 238px !important;*/
  }

  /**月曆定位END**/

  .b2b .DataAreaList .card_price {
    padding-top: 12px;
  }
}

@media all and (max-width: 670px) {
  .mode_txt .content {
    margin-left: 4%;
  }

  .mode_txt .card_price {
    right: 20%;
  }
}

@media all and (max-width: 585px) {
  .mode_txt .main-menu-list-keyword .dest-list-item ul {
    width: 75%;
  }

  .mode_txt .card_price {
    margin-top: 1%;
    right: 22%;
  }
}

@media all and (max-width: 550px) {
  .console_block_body2 li {
    padding-right: 7.5%;
  }

  .mode_txt .main-menu-list-keyword .dest-list-item .menu-list-drop {
    margin-left: 24.3%;
  }

  .travel_places_2 {
    margin-left: 0%;
  }

  .mode_txt .content {
    margin-left: 3%;
  }

  .mode_txt .card {
    padding: 5% 3% 5% 1.5%;
  }

  .mode_txt .points span {
    /*height: 3.5em;*/
  }

  .more_travel a {
    font-size: 14px;
  }

  .mode_txt .card_price {
    right: 25%;
  }
}

@media all and (max-width: 520px) {
  .mode_txt .main-menu-list-keyword .dest-list-item ul {
    width: 70%;
  }
}

@media all and (max-width: 470px) {
  .menu-list-drop ul li a {
    margin-right: 0px;
  }

  .mode_txt .card_price {
    right: 28%;
  }

  .b2b.mode_txt .card_price {
    right: 2%;
  }
}

@media all and (max-width: 450px) {
  .mode_txt .discount {
    margin-bottom: 3px;
  }

  .mode_txt .card_price {
    margin-top: -0.5em;
    right: 24%;
  }

  .mode_txt .main-menu-list-keyword .dest-list-item .menu-list-drop {
    margin-left: 28%;
  }

  .mode_txt ul.item_date {
    vertical-align: -0.5em;
    width: 70%;
    height: 1.7em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .mode_txt .air_from {
    height: auto;
    font-size: 13px;
    line-height: initial;
    padding: 0.3% 1%;
    margin-bottom: 0.5%;
    display: inline-block;
  }

  .place_Title:after {
    font-size: 18px;
    margin-top: 7px;
  }

  .mode_txt .card_img_location {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .mode_txt h4 {
    font-size: 17px;
    letter-spacing: -1px;
    margin-top: auto;
    padding-top: 5px;
  }

  .mode_txt .Date,
  .mode_txt .state {
    margin-bottom: auto;
  }

  .mode_txt .Date:before,
  .mode_pic .discount:before {
    /*margin-top: -0.1em;*/
  }

  .mode_txt .points {
    width: 80%;
    font-size: 14px;
    margin-top: 1.6em;
  }

  .mode_txt .card_price_origin {
    font-size: 15px;
  }

  .fav-btn {
    font-size: 11px;
    padding: 4px 5px;
    bottom: 0.2em;
  }

  .fav-btn span {
    margin-left: 18px;
  }

  .fav-btn.compare_0:before,
  .fav-btn.compare_1:before {
    background-size: 85%;
    margin-top: -2px;
    margin-left: -4px;
  }
}

@media all and (max-width: 420px) {
  .more_travel a {
    font-size: 12px;
  }

  .mode_txt .card_price {
    right: 25%;
  }
}

@media all and (max-width: 400px) {
  .mode_txt .main-menu-list-keyword .dest-list-item .menu-list-drop {
    margin-left: 29.3%;
  }

  .mode_txt .card_price {
    right: 26.5%;
  }
}

@media all and (max-width: 395px) {
  .mode_txt .card {
    padding: 6% 2%;
  }

  .mode_txt .points {
    font-size: 13px;
  }

  .mode_txt .Date:before,
  .mode_pic .discount:before {
    margin-top: -0.1em;
  }
}

@media all and (max-width: 375px) {
  .mode_txt .main-menu-list-keyword .dest-list-item ul {
    width: 65%;
  }

  .console_block_title2 {
    left: 35px;
  }

  .mode_txt .main-menu-list-keyword .dest-list-item .menu-list-drop {
    margin-left: 115px;
  }

  .mode_txt span.place_Title {
    font-size: 20px;
  }

  .place_Title:after {
    font-size: 16px;
    margin-top: 6px;
  }

  .mode_txt .card_img_location {
    font-size: 13px;
  }

  .more_travel {
    -webkit-transform: scale(0.9);
    margin-right: -9%;
  }

  .mode_txt .card_price {
    right: 27%;
  }

  .fav-btn {
    padding: 2px;
  }

  .b2b .card_price_origin span,
  .b2b .card_price_sale span {
    font-size: 16px;
  }
}

@media all and (max-width: 360px) {
  .mode_txt .card_price {
    margin-top: auto;
  }

  .mode_txt .card_price {
    right: 30%;
  }

  .topbanner_link {
    position: absolute;
    right: 0;
    padding: 7px 0px 14px 0;
    width: 69px;
    margin-right: 6px;
  }
}

@media all and (max-width: 340px) {
  .mode_txt .main-menu-list-keyword .dest-list-item ul {
    width: 60%;
  }
}

@media all and (max-width: 310px) {
  .clone {
    top: 1.1em;
  }

  .place_Title:after {
    font-size: 15px;
  }

  .mode_txt h4 {
    font-size: 14px;
  }

  .mode_txt .points {
    width: 100%;
  }

  .more_travel {
    margin-right: -3%;
  }

  .mode_txt .card_price {
    right: 32%;
  }
}

@media all and (max-width: 290px) {
  .mode_txt .card_price {
    right: 34%;
  }

  .findout {
    width: 230px;
  }

  .findout > div {
    font-size: 12px;
  }
}

@media all and (max-width: 280px) {
  .mode_txt .card {
    width: 100%;
  }

  .more_travel {
    margin-right: 8%;
  }

  .mode_txt .card_price {
    right: 35%;
  }
}

/*歐洲按鈕樣式 只有sn=132有用*/
.europe_btn {
  position: fixed;
  bottom: 7%;
  right: -110px;
  width: 110px;
  height: 160px;
  text-align: right;
  z-index: 999;
  animation-name: europe_btn;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  z-index: 1;
}

@-moz-keyframes europe_btn {
  from {
    right: -110px;
  }

  to {
    right: 65px;
  }
}

@-webkit-keyframes europe_btn {
  from {
    right: -110px;
  }

  to {
    right: 65px;
  }
}

@-o-keyframes europe_btn {
  from {
    right: -110px;
  }

  to {
    right: 65px;
  }
}

@-ms-keyframes europe_btn {
  from {
    right: -110px;
  }

  to {
    right: 65px;
  }
}

@keyframes europe_btn {
  from {
    right: -110px;
  }

  to {
    right: 65px;
  }
}

/******rwd********/
@media all and (max-width: 950px) {
  .europe_btn {
    width: 90px;
    height: 132px;
  }

  .europe_btn img {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  @-moz-keyframes europe_btn {
    from {
      right: -110px;
    }

    to {
      right: 20px;
    }
  }

  @-webkit-keyframes europe_btn {
    from {
      right: -110px;
    }

    to {
      right: 20px;
    }
  }

  @-o-keyframes europe_btn {
    from {
      right: -110px;
    }

    to {
      right: 20px;
    }
  }

  @-ms-keyframes europe_btn {
    from {
      right: -110px;
    }

    to {
      right: 20px;
    }
  }

  @keyframes europe_btn {
    from {
      right: -110px;
    }

    to {
      right: 20px;
    }
  }
}

@media all and (max-width: 700px) {
  .europe_btn {
    bottom: 18%;
  }
}

@media all and (max-width: 540px) {
  .europe_btn {
    bottom: 22%;
  }
}

@media all and (max-width: 440px) {
  .europe_btn {
    bottom: 18%;
  }
}

@media all and (max-width: 390px) {
  .europe_btn {
    bottom: 19%;
  }
}

@media all and (max-width: 375px) {
  .europe_btn {
    bottom: 24%;
  }
}

@media all and (max-width: 360px) {
  .europe_btn {
    bottom: 22%;
  }
}

.mode_pic .menu_wrapper .filter_wrapper_pc {
  display: none;
}

