﻿@charset "UTF-8";
/* -------------
    * reset 此區塊請勿更動
    * ---------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, li, p {
  margin: 0;
  list-style: none;
  padding: 0;
}

a, img {
  border: none;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

body {
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  display: none;
}

/* -------------
    * basic css
    * ---------- */
/* -------------
    * font color
    * ---------- */
/* -------------
    * background color
    * ---------- */
/* -------------
    * button
    * ---------- */
.btn-search:before {
  content: "";
  display: inline-block;
  background: url(../images/all_icon.png) 0 -153px no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  left: -3px;
}

.ui-btn-blue {
  color: #fff !important;
  text-shadow: 0 0 0 #fff !important;
  text-shadow: none !important;
  font: 15px/1.8 verdana, 微軟正黑體;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  min-width: 100px;
  height: 30px;
  text-align: center;
  background: #00a3e0;
  box-shadow: 0 2px 0 #1a78b4;
}

.ui-btn-blue:hover {
  background: #1a78b4;
  box-shadow: 0 2px 0 #0f5a8a;
}

.ui-btn-orange {
  color: #fff !important;
  text-shadow: 0 0 0 #fff !important;
  text-shadow: none !important;
  font: 15px/1.8 verdana, 微軟正黑體;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  min-width: 100px;
  height: 30px;
  text-align: center;
  background: #fc4c02;
  box-shadow: 0 2px 0 #c83d0d;
}

.ui-btn-orange:hover {
  background: #db1a00;
  box-shadow: 0 2px 0 #ab3d2a;
}

.ui-btn-gray {
  color: #fff !important;
  text-shadow: 0 0 0 #fff !important;
  text-shadow: none !important;
  font: 15px/1.8 verdana, 微軟正黑體;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  min-width: 100px;
  height: 30px;
  text-align: center;
  background: #b1b1b1;
  box-shadow: 0 2px 0 #8c8c8c;
}

.ui-btn-gray:hover {
  background: #919090;
  box-shadow: 0 2px 0 #7a7a7a;
}

.ui-btn-lineblue {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 15px/1.8 verdana, 微軟正黑體;
  background: #fff;
  display: inline-block;
  outline: none;
  cursor: pointer;
  min-width: 100px;
  height: 30px;
  text-align: center;
  color: #00a3e0 !important;
  text-shadow: 0 0 0 #00a3e0 !important;
  border: 1px solid #00a3e0;
}

.ui-btn-lineblue:hover {
  color: #fff !important;
  text-shadow: 0 0 0 #fff !important;
  background: #00a3e0;
}

.ui-btn-lineblack {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 15px/1.8 verdana, 微軟正黑體;
  background: #fff;
  display: inline-block;
  outline: none;
  cursor: pointer;
  min-width: 100px;
  height: 30px;
  text-align: center;
  color: #333 !important;
  text-shadow: 0 0 0 #333 !important;
  border: 1px solid #666;
}

.ui-btn-lineblack:hover {
  color: #fff !important;
  text-shadow: 0 0 0 #fff !important;
  background: #666;
}

.ui-btn-linegreen {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 15px/1.8 verdana, 微軟正黑體;
  background: #fff;
  display: inline-block;
  outline: none;
  cursor: pointer;
  min-width: 100px;
  height: 30px;
  text-align: center;
  color: #009a44 !important;
  text-shadow: 0 0 0 #009a44 !important;
  border: 1px solid #009a44;
}

.ui-btn-linegreen:hover {
  color: #fff !important;
  text-shadow: 0 0 0 #fff !important;
  background: #009a44;
}

.ui-btn-linegray {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 15px/1.8 verdana, 微軟正黑體;
  background: #fff;
  display: inline-block;
  outline: none;
  cursor: pointer;
  min-width: 100px;
  height: 30px;
  text-align: center;
  color: #999 !important;
  text-shadow: 0 0 0 #999 !important;
  border: 1px solid #d5d5d5;
}

.ui-btn-linegray:hover {
  color: #999 !important;
  text-shadow: 0 0 0 #999 !important;
  cursor: default;
}

/* -------------
    * 標題 ui-title
    * ---------- */
.ui-title {
  border-bottom: 1px solid #d5d5d5;
}

.ui-title p {
  color: #84329b;
  text-shadow: 0 0 0 #84329b;
  font: 20px/1.8 verdana, 微軟正黑體;
  padding: 0 10px 2px 10px;
  display: inline-block;
  border-bottom: 3px solid #b583c2;
  margin-bottom: -2px;
}

/* -------------
    * 表單 form
    * ---------- */
/*** input - text ***/
.ui-input-box input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #333;
}

.ui-input-box input[type=text],
.ui-input-box input[type=password],
.ui-input-box input[type=tel] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding: 7px 6px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
}

.ui-input-box input[type=text]:focus, .ui-input-box input[type=text]:hover,
.ui-input-box input[type=password]:focus,
.ui-input-box input[type=password]:hover,
.ui-input-box input[type=tel]:focus,
.ui-input-box input[type=tel]:hover {
  border: 1px solid #00a3e0;
  box-shadow: 0px 1px 3px #efefef;
}

.ui-input-box input[type=text]::placeholder,
.ui-input-box input[type=password]::placeholder,
.ui-input-box input[type=tel]::placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}

/*** input - radio ***/
.ui-radio-box {
  display: inline-block;
}

.ui-radio-box input {
  display: none;
}

.ui-radio-box li, .ui-radio-box label {
  display: inline-block;
}

.ui-radio-box label {
  position: relative;
  cursor: pointer;
  padding-left: 23px;
}

.ui-radio-box label.not-choose {
  cursor: default;
}

.ui-radio-box label.not-choose .checkmark, .ui-radio-box label.not-choose:hover .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) -66px -89px no-repeat;
}

.ui-radio-box label.not-choose .checkmark:after, .ui-radio-box label.not-choose:hover .checkmark:after {
  background: none;
}

.ui-radio-box label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.ui-radio-box label input:checked ~ .checkmark:after {
  display: block;
}

.ui-radio-box label .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) 0 -89px no-repeat;
}

.ui-radio-box label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) -44px -89px no-repeat;
}

.ui-radio-box label:hover input ~ .checkmark {
  background: url(../images/all_icon.png) -22px -89px no-repeat;
}

/*** input - checkbox ***/
.ui-checkbox-box {
  display: inline-block;
}

.ui-checkbox-box input {
  display: none;
}

.ui-checkbox-box li, .ui-checkbox-box label {
  display: inline-block;
}

.ui-checkbox-box label {
  position: relative;
  cursor: pointer;
  padding-left: 23px;
}

.ui-checkbox-box label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.ui-checkbox-box label input:checked ~ .checkmark:after {
  display: block;
}

.ui-checkbox-box label.not-check {
  cursor: default;
}

.ui-checkbox-box label.not-check .checkmark, .ui-checkbox-box label.not-check:hover .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) -66px -121px no-repeat;
}

.ui-checkbox-box label.not-check .checkmark:after, .ui-checkbox-box label.not-check:hover .checkmark:after {
  background: none;
}

.ui-checkbox-box label .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) 0 -121px no-repeat;
}

.ui-checkbox-box label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) -44px -121px no-repeat;
}

.ui-checkbox-box label:hover input ~ .checkmark {
  background: url(../images/all_icon.png) -22px -121px no-repeat;
}

/*** select ***/
.ui-form-box {
  *zoom: 1;
  font: 15px/1.8 verdana, 微軟正黑體;
}

.ui-form-box:before, .ui-form-box:after {
  content: "";
  display: table;
}

.ui-form-box:after {
  clear: both;
}

.ui-form-box label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 35px;
}

.ui-form-box select {
  clear: none;
}

.ui-form-box .wide {
  border-radius: 2px;
  clear: none;
  font: 15px/35px verdana, 微軟正黑體;
  border: 1px solid #d5d5d5;
  height: 35px;
  padding-left: 10px;
}

.ui-form-box .nice-select:active, .ui-form-box .nice-select.open, .ui-form-box .nice-select:focus {
  border: 1px solid #00a3e0;
}

.ui-form-box .nice-select ul.list {
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 1px 3px #efefef;
  margin-top: 1px;
  width: 100%;
}

.ui-form-box .nice-select .option.focus {
  background: #fff !important;
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.ui-form-box .nice-select .option:hover, .ui-form-box .nice-select .option .selected.focus {
  background: #00a3e0 !important;
  color: #fff;
  text-shadow: 0 0 0 #fff;
}

/*** textarea ***/
.ui-textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 15px/1.8 verdana, 微軟正黑體;
  border: 1px solid #d5d5d5;
  padding: 8px;
  resize: none;
  overflow-y: hidden;
}

.ui-textarea:focus {
  outline: none;
  border: 1px solid #00a3e0;
  box-shadow: 0px 1px 3px #efefef;
}

.ui-textarea::placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  display: block;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  display: none;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?vlzli7");
  src: url("fonts/icomoon.eot?vlzli7#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?vlzli7") format("truetype"), url("fonts/icomoon.woff?vlzli7") format("woff"), url("fonts/icomoon.svg?vlzli7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\c913";
}

.icon-airplane:before {
  content: "\c900";
}

.icon-arrow:before {
  content: "\c901";
}

.icon-arrow-right:before {
  content: "\c902";
}

.icon-baggage:before {
  content: "\c903";
}

.icon-calendar:before {
  content: "\c904";
}

.icon-cross:before {
  content: "\c905";
}

.icon-direct:before {
  content: "\c906";
}

.icon-explanation:before {
  content: "\c907";
}

.icon-file:before {
  content: "\c908";
}

.icon-filter:before {
  content: "\c909";
}

.icon-gotop:before {
  content: "\c90a";
}

.icon-link:before {
  content: "\c90b";
}

.icon-minus:before {
  content: "\c90c";
}

.icon-moon:before {
  content: "\c90d";
}

.icon-nonstop:before {
  content: "\c90e";
}

.icon-plus:before {
  content: "\c90f";
}

.icon-question:before {
  content: "\c912";
}

.icon-search:before {
  content: "\c910";
}

.icon-sort:before {
  content: "\c911";
}

/* -------------
    * desktop
    * ---------- */
/* -------------
        * pad
        * ---------- */
/* -------------
    * mobile
    * ---------- */
/* -------------
        * landscape
        * ---------- */
/* -------------
        * Firefox
        * ---------- */
/* -------------
        * IE
        * ---------- */
/* -------------
    * basic css
    * ---------- */
.location-popup {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  z-index: 10;
  position: absolute;
  top: 35px;
  border: 1px solid #d5d5d5;
  box-shadow: 2px 2px 11px rgba(100, 100, 100, 0.2);
  text-align: center;
  letter-spacing: 1px;
}

.location-popup:after, .location-popup:before {
  content: "";
  position: absolute;
  left: 10%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
}

.location-popup:before {
  border-bottom: 10px solid #d5d5d5;
  bottom: 100%;
  top: -21px;
}

.location-popup:after {
  border-bottom: 10px solid #fff;
  z-index: 2;
  top: -19px;
}

.location-popup .destination-tabBox,
.location-popup .textSearch-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px;
}

.location-popup .destination-nav {
  *zoom: 1;
  display: block;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 10px;
}

.location-popup .destination-nav:before, .location-popup .destination-nav:after {
  content: "";
  display: table;
}

.location-popup .destination-nav:after {
  clear: both;
}

.location-popup .destination-nav > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: -1px;
  border-bottom: 2px solid transparent;
}

.location-popup .destination-nav > li.active {
  border-bottom: 2px solid #00a3e0;
}

.location-popup .destination-nav > li.active a {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.location-popup .destination-nav > li:hover a {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.location-popup .destination-nav > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0;
}

.location-popup .destination-item {
  *zoom: 1;
  font: 13px/1.8 verdana, 新細明體;
  display: block;
}

.location-popup .destination-item:before, .location-popup .destination-item:after {
  content: "";
  display: table;
}

.location-popup .destination-item:after {
  clear: both;
}

.location-popup .destination-item > li {
  display: inline-block;
  width: 100%;
  margin: 5px 0;
  padding: 0;
}

.location-popup .destination-item > li > a {
  float: left;
  display: block;
  cursor: pointer;
  width: 20%;
}

.location-popup .destination-item > li > a:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.location-popup .textSearch-list {
  font: 13px/1.8 verdana, 新細明體;
}

.location-popup .textSearch-list > li {
  padding: 6px 10px;
  cursor: pointer;
  text-align: left;
}

.location-popup .textSearch-list > li:hover {
  background: #e5f6fc;
}

.location-popup .textSearch-list > li span {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.location-popup .remarks {
  font: 13px/1.8 verdana, 新細明體;
  background: #efefef;
  padding: 3px 0;
}

.location-popup .remarks > p {
  color: #999;
  text-shadow: 0 0 0 #999;
}

.popupPosition {
  position: relative;
}

.popup-box {
  border-radius: 2px;
  background: #fff;
  border: 1px solid #d5d5d5;
  position: absolute;
  top: 45px;
  height: auto;
  z-index: 1;
}

.popup-box i.icon-cross {
  display: block;
  position: absolute;
  top: 3px;
  right: 2px;
  font-size: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.popup-box i.icon-cross:before {
  position: absolute;
  right: 2px;
  top: 2px;
  content: "줅" !important;
}

.popup-box .popup-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  text-align: left;
}

.popup-box .popup-content:after, .popup-box .popup-content:before {
  content: "";
  position: absolute;
  left: 5%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
}

.popup-box .popup-content:before {
  border-bottom: 10px solid #d5d5d5;
  bottom: 100%;
  top: -21px;
}

.popup-box .popup-content:after {
  border-bottom: 10px solid #fff;
  z-index: 2;
  top: -19px;
}

.popup-box .popup-content ul > li {
  float: none;
}

.blackStyle {
  border: 1px solid #d5d5d5;
}

.blackStyle > i.icon-cross {
  color: #d5d5d5;
  text-shadow: 0 0 0 #d5d5d5;
  font-weight: bold;
}

.blackStyle .popup-content:before {
  border-bottom: 10px solid #d5d5d5;
}

.tkt-searchbox {
  color: #333;
  text-shadow: 0 0 0 #333;
  font: 14px/1.8 verdana, 微軟正黑體;
}

.tkt-searchbox input {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px/1.8 verdana, 微軟正黑體;
  line-height: 1;
  outline: none;
  padding: 7px 6px;
  border: 1px solid #d5d5d5;
  height: 30px;
}

.tkt-searchbox input:focus, .tkt-searchbox input:hover {
  border: 1px solid #00a3e0;
  box-shadow: 0 1px 3px #efefef;
}

.tkt-searchbox input::placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tkt-searchbox input {
    /* 去除IOS下input陰影 */
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
  }
}

.tkt-searchbox input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #333;
}

.tkt-searchbox a, .tkt-searchbox a:hover, .tkt-searchbox a:active, .tkt-searchbox a:visited {
  color: #333;
  text-shadow: 0 0 0 #333;
}

.tkt-searchbox .leftbox {
  float: left;
  position: relative;
}

.tkt-searchbox .ui-radio-box label {
  letter-spacing: 1px;
}

.tkt-searchbox .ui-radio-box > li:not(:last-child) {
  margin-right: 5px;
}

.tkt-searchbox .calendar_icon {
  display: inline-block;
  text-indent: -9999px;
  background: url("/COLA_AppFiles/A000_WebControls/images/calendar_icon_search.png") left top;
  width: 18px;
  height: 20px;
  vertical-align: middle;
}

.tkt-searchbox .calendar_icon a {
  margin: 0;
}

.tkt-searchbox .nice-select.wide {
  line-height: 30px;
  height: 30px;
}

.tkt-searchbox .selector {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px/1.8 verdana, 微軟正黑體;
  float: left;
  margin-right: 0;
  box-shadow: none;
  border: 1px solid #d5d5d5;
}

.tkt-searchbox .selector:hover {
  border: 1px solid #00a3e0;
}

.tkt-searchbox .selector span {
  width: 100% !important;
  height: 100%;
  line-height: 30px;
  font-size: 14px;
}

.tkt-searchbox.location-popup {
  width: 420px;
  left: 50%;
  transform: translateX(-50%);
}

.tkt-searchbox.location-popup:after, .tkt-searchbox.location-popup:before {
  left: 50%;
}

.tkt-searchbox .time-search:hover i.icon-arrow {
  background: #005eb8;
}

.tkt-searchbox .time-search .icon-arrow {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #00a3e0;
  display: inline-block;
  padding: 2px;
  margin-right: 2px;
  vertical-align: middle;
}

.tkt-searchbox .time-search {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  position: absolute;
  top: 0;
  right: 0;
}

.tkt-searchbox .time-search:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.tkt-searchbox .title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  display: flex;
  margin-bottom: 8px;
  border-bottom: 1px solid #d5d5d5;
}

.tkt-searchbox .title > p {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  font-size: 16px;
  margin-right: 10px;
}

.tkt-searchbox .search-nav {
  display: flex;
  font-size: 13px;
  height: 100%;
}

.tkt-searchbox .search-nav a {
  height: 100%;
  display: block;
  padding: 0 10px;
}

.tkt-searchbox .search-nav > li {
  position: relative;
  line-height: 28px;
}

.tkt-searchbox .search-nav > li.active {
  border-bottom: 2px solid #00a3e0;
}

.tkt-searchbox .search-nav > li.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #00a3e0 transparent;
}

.tkt-searchbox .search-nav > li.active a, .tkt-searchbox .search-nav > li:hover a {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.tkt-searchbox .search-nav .newMark {
  border-radius: 2px;
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #fc4c02;
  position: absolute;
  right: -28px;
  top: 0;
  letter-spacing: 1px;
  height: 20px;
  font: 12px/20px Arial;
  padding: 0 2px;
  z-index: 2;
}

.tkt-searchbox .item-row {
  margin-top: 7px;
}

.tkt-searchbox .item-row > li {
  margin-bottom: 7px;
  position: relative;
}

.tkt-searchbox .item-row .star {
  color: #d6001c;
  text-shadow: 0 0 0 #d6001c;
  text-shadow: none;
  position: relative;
  right: 3px;
  top: 0;
}

.tkt-searchbox .item-row .information-title {
  float: left;
  font-size: 14px;
  width: 70px;
  margin-right: 7px;
  text-align: right;
  line-height: 30px;
}

.tkt-searchbox .item-row .nice-select {
  font-size: 14px;
}

.tkt-searchbox .item-row .nice-select > ul.list {
  max-height: 125px;
  overflow-y: auto;
}

.tkt-searchbox .item-row .nice-select .option {
  line-height: 30px;
  min-height: 30px;
  padding-left: 7px;
  font-weight: normal;
}

.tkt-searchbox .item-row .nice-select .focus {
  background: #fff;
}

.tkt-searchbox .item-row .nice-select .focus:hover {
  background: #00a3e0;
}

.tkt-searchbox .unlimited-area,
.tkt-searchbox .travel-date {
  display: flex;
  align-items: center;
}

.tkt-searchbox .unlimited-area input,
.tkt-searchbox .destination input {
  width: calc( 100% - 77px);
}

.tkt-searchbox .limited-area .nice-select.wide,
.tkt-searchbox .limited-area .selector {
  width: 100px !important;
  height: 30px;
}

.tkt-searchbox .travel-date input {
  width: 110px;
  margin-right: 5px;
  text-indent: initial;
}

.tkt-searchbox .number .lastbox .information-title {
  width: auto;
  margin: 0 5px;
}

.tkt-searchbox .number p {
  font-size: 13px;
}

.tkt-searchbox .number .selector {
  width: 70px !important;
  height: 30px;
  margin-right: 5px;
}

.tkt-searchbox .tab-wrap {
  position: relative;
}

.tkt-searchbox .ui-form-box {
  *zoom: 1;
  font-size: 14px;
}

.tkt-searchbox .ui-form-box:before, .tkt-searchbox .ui-form-box:after {
  content: "";
  display: table;
}

.tkt-searchbox .ui-form-box:after {
  clear: both;
}

.tkt-searchbox .ui-form-box select {
  border-radius: 2px;
  width: 100%;
  border: 1px solid #d5d5d5;
  line-height: 30px;
  height: 30px;
  top: 1px;
}

.tkt-searchbox .ui-form-box select:hover {
  border: 1px solid #00a3e0;
}

.tkt-searchbox .weekprice-search {
  position: absolute;
  top: -4px;
  right: 10px;
}

.tkt-searchbox .weekprice-search label {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.tkt-searchbox .sameAviation {
  *zoom: 1;
  position: absolute;
  top: 0;
  right: 10px;
}

.tkt-searchbox .sameAviation:before, .tkt-searchbox .sameAviation:after {
  content: "";
  display: table;
}

.tkt-searchbox .sameAviation:after {
  clear: both;
}

.tkt-searchbox .sameAviation .sameAviation-btn,
.tkt-searchbox .sameAviation .icon-question {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  float: left;
  display: block;
  cursor: pointer;
}

.tkt-searchbox .sameAviation .sameAviation-btn {
  border-radius: 50px;
  color: #fff;
  text-shadow: 0 0 0 #fff;
  font: 12px/1.6 verdana,新細明體;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  background: #989898;
}

.tkt-searchbox .sameAviation .sameAviation-btn .icon-check {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  display: none;
  font-size: 15px;
  vertical-align: middle;
  margin-right: 2px;
}

.tkt-searchbox .sameAviation .sameAviation-btn.active {
  background: -webkit-linear-gradient(95deg, #ff9e1b, #fd7035);
  background: linear-gradient(95deg, #ff9e1b, #fd7035);
  background: #fd7035\9;
}

.tkt-searchbox .sameAviation .sameAviation-btn.active .icon-check {
  display: inline-block;
}

.tkt-searchbox .sameAviation .icon-question {
  border-radius: 50%;
  color: #999;
  text-shadow: 0 0 0 #999;
  border: 1px solid #d5d5d5;
  padding: 3px;
  margin: 0 0 0 5px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.tkt-searchbox .sameAviation .icon-question:hover, .tkt-searchbox .sameAviation .icon-question.active {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  text-shadow: none;
  background: #989898;
  border: 1px solid #989898;
}

.tkt-searchbox .sameAviation .popup-box.blackStyle {
  display: none !important;
}

.tkt-searchbox .sameAviation .popup-box.blackStyle.show {
  display: block !important;
}

.tkt-searchbox .different-placewrap {
  float: left;
  width: calc(100% - 172px);
}

#link1 .different-placewrap,
#link2 .different-placewrap {
  width: calc(100% - 177px);
}

#link1 .different-placewrap .information-title,
#link2 .different-placewrap .information-title {
  width: 55px;
  text-align: center;
  margin: 0 7px;
}

#link1 .different-placewrap input,
#link2 .different-placewrap input {
  width: calc(100% - 69px);
}

#link3 .icon-cross {
  display: none;
}

#link3 .popup-box {
  right: -10px;
}

#link3 .popup-content {
  padding: 10px;
  width: 300px;
  font-size: 13px;
}

#link3 .popup-content:after, #link3 .popup-content:before {
  left: 90%;
}

#link4 .departure {
  display: flex;
}

#link4 .departure > .ui-form-box {
  display: flex;
}

#link4 .departure .nice-select.wide {
  width: 120px;
}

#link4 .explanation {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
  margin: 5px 0 0 72px;
}

#link4 .number .leftbox {
  width: 75px;
  margin-right: 7px;
}

.btn-wrap {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: -10px;
}

.btn-wrap > button {
  min-width: 80px;
  height: 25px;
}

.btn-wrap > button img {
  display: inline-block;
  width: 15px;
  position: relative;
  margin-right: 3px;
  vertical-align: middle;
}

.index-wrap .item-row {
  margin-top: 10px;
}

.index-wrap .item-row > li {
  margin-bottom: 10px;
}

.tch-wrap .title,
.khh-wrap .title {
  margin-bottom: 5px;
}

.tch-wrap .item-row,
.khh-wrap .item-row {
  margin-top: 5px;
}

.tch-wrap .item-row input,
.khh-wrap .item-row input {
  height: 26px;
}

.tch-wrap .item-row .information-title,
.khh-wrap .item-row .information-title {
  line-height: 26px;
}

.tch-wrap .ui-form-box select,
.khh-wrap .ui-form-box select {
  line-height: 26px;
  height: 26px;
}

.tch-wrap .ui-form-box .selector span,
.khh-wrap .ui-form-box .selector span {
  line-height: 26px;
  background-position-y: -1px;
}

.tch-wrap .location-popup,
.khh-wrap .location-popup {
  width: 400px;
}

.tch-wrap .number .selector,
.khh-wrap .number .selector {
  width: 65px !important;
  line-height: 26px;
  height: 26px;
}

.tch-wrap .btn-wrap,
.khh-wrap .btn-wrap {
  bottom: -5px;
}

.tch-wrap .btn-wrap button,
.khh-wrap .btn-wrap button {
  font-size: 13px;
}

.tch-wrap .limited-area .nice-select.wide,
.tch-wrap .limited-area .selector,
.khh-wrap .limited-area .nice-select.wide,
.khh-wrap .limited-area .selector {
  height: 26px;
  line-height: 26px;
}

/* 6834新增autocopmlete css */
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px/1.8 verdana, 微軟正黑體;
  position: absolute;
  top: 35px;
  left: 75px;
  cursor: default;
  max-height: 200px;
  width: 350px;
  overflow-y: auto;
  z-index: 100;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  background: #fff;
  box-shadow: 2px 2px 11px #d5d5d5;
  display: block;
  padding: 10px;
  margin: 0;
  letter-spacing: 1px;
}

.ui-autocomplete > li.ui-menu-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-autocomplete > li.ui-menu-item:hover {
  background: #e5f6fc;
  margin-bottom: 0;
}

.ui-autocomplete > li.ui-menu-item a.ui-corner-all {
  color: #333;
  text-shadow: 0 0 0 #333;
  font: 14px/1.8 verdana, 微軟正黑體;
  background: #fff;
  cursor: pointer;
  display: block;
  padding: 6px 0;
}

.ui-autocomplete > li.ui-menu-item a.ui-corner-all:hover {
  color: #333;
  text-shadow: 0 0 0 #333;
  background: #e5f6fc;
}

.ui-autocomplete > li.ui-menu-item a.ui-corner-all.ui-state-focus {
  margin: 0;
  border: none;
  background: #e5f6fc;
  /*7338*/
}

.ui-autocomplete > li.ui-menu-item a.ui-corner-all > span {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
