@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: 14px/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;
  border: 1px solid #d5d5d5;
  line-height: 35px;
  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 .list {
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 1px 3px #efefef;
  margin-top: 1px;
  width: 100%;
  max-height: 225px;
  overflow-y: auto;
}

.ui-form-box .nice-select .list > li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.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;
}

.ui-form-box .nice-select .current {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*** 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;
}

/* -------------
    * desktop
    * ---------- */
/* -------------
        * pad
        * ---------- */
/* -------------
    * mobile
    * ---------- */
/* -------------
        * landscape
        * ---------- */
/* -------------
        * Firefox
        * ---------- */
/* -------------
        * IE
        * ---------- */
@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";
}

/* -------------
    * basic css
    * ---------- */
a, a:hover, a:active, a:visited {
  color: #333;
  text-decoration: none;
  outline: none;
}

.mainContainer {
  color: #333;
  text-shadow: 0 0 0 #333;
  margin: 0 auto;
  min-width: 640px;
  padding-top: 80px;
  padding-bottom: 20px;
  font-family: verdana, 微軟正黑體 !important;
}

@media (min-width: 960px) {
  .mainContainer {
    max-width: 960px;
    padding-top: 0;
    padding-bottom: 0px;
  }
}

.containbox {
  width: 98%;
  margin: 0 auto 20px;
}

@media (min-width: 960px) {
  .containbox {
    width: 100%;
  }
}

.form-information label.information-title {
  color: #666;
  text-shadow: 0 0 0 #666;
  width: 80px;
  margin-right: 15px;
  padding: 0;
  text-align: right;
  line-height: 35px;
}

.form-information input {
  width: 220px;
  height: 35px;
}

@media (min-width: 900px) {
  .form-information input {
    width: 75%;
  }
}

.form-information span.star {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
  font: 15px/1.8 verdana, 微軟正黑體;
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.form-information .hoverColor > input {
  border: 1px solid #00a3e0;
}

.form-information .hoverColor > i.icon-calendar:before {
  color: #00a3e0 !important;
  text-shadow: 0 0 0 #00a3e0 !important;
}

.form-information .chosoe-box {
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 1px solid #d5d5d5;
  width: 80px;
  height: 25px;
  line-height: 25px;
}

.form-information .chosoe-box:hover {
  border: 1px solid #00a3e0;
}

.form-information .chosoe-box .icon-minus,
.form-information .chosoe-box .show,
.form-information .chosoe-box .icon-plus {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: block;
  height: 100%;
}

.form-information .chosoe-box .icon-minus,
.form-information .chosoe-box .icon-plus {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #d5d5d5;
  width: 25px;
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  cursor: pointer;
}

.form-information .chosoe-box .icon-minus:hover,
.form-information .chosoe-box .icon-plus:hover {
  background: #00a3e0;
}

.form-information .chosoe-box .show {
  width: calc(100% - 50px);
}

.form-information .chosoe-box .show > input {
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  padding: 0;
}

.form-information .chosoe-box .show > input:focus, .form-information .chosoe-box .show > input:hover {
  box-shadow: none;
}

button.ui-btn-orange {
  min-width: 140px;
}

.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%;
  padding: 18px 10px 10px 10px;
  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;
}

.sameAviation {
  *zoom: 1;
  position: absolute;
  top: 15px;
  right: 10px;
}

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

.sameAviation:after {
  clear: both;
}

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

.sameAviation .sameAviation-btn {
  border-radius: 50px;
  color: #fff;
  text-shadow: 0 0 0 #fff;
  font: 13px/1.8 verdana, 微軟正黑體;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  background: #989898;
}

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

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

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

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

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

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

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

/* ---------------------
    * LCC搜尋 lcc-search
    * ---------------- */
.lcc-search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 15px/1.8 verdana, 微軟正黑體;
  padding: 30px 20px 10px 20px;
  position: relative;
}

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

.lcc-search input[type=text],
.lcc-search input[type=password],
.lcc-search input[type=tel] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 15px/1.8 verdana, 微軟正黑體;
  outline: none;
  padding: 7px 6px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
}

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

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

.lcc-search ul.ui-radio-box > li {
  margin-right: 20px;
}

.lcc-search ul.ui-radio-box > li:last-child {
  margin-right: 0;
}

.lcc-search .search-content-wrap {
  margin-top: 20px;
}

.lcc-search .blackStyle {
  color: #666;
  text-shadow: 0 0 0 #666;
  width: 350px;
  top: 35px;
  right: -10px;
  font: 13px/1.8 verdana, 微軟正黑體;
  line-height: 1.6;
}

.lcc-search .blackStyle .icon-cross {
  display: none;
}

.lcc-search .blackStyle .popup-content {
  padding: 10px;
}

.lcc-search .blackStyle .popup-content:after, .lcc-search .blackStyle .popup-content:before {
  left: 90%;
}

.search-content-wrap ul.leftBox,
.search-content-wrap ul.rightBox {
  width: 100%;
  float: none;
  display: block;
}

.search-content-wrap ul.leftBox > li,
.search-content-wrap ul.rightBox > li {
  *zoom: 1;
}

.search-content-wrap ul.leftBox > li:before, .search-content-wrap ul.leftBox > li:after,
.search-content-wrap ul.rightBox > li:before,
.search-content-wrap ul.rightBox > li:after {
  content: "";
  display: table;
}

.search-content-wrap ul.leftBox > li:after,
.search-content-wrap ul.rightBox > li:after {
  clear: both;
}

@media (min-width: 900px) {
  .search-content-wrap ul.leftBox,
  .search-content-wrap ul.rightBox {
    float: left;
    width: 50%;
  }
}

.search-content-wrap ul.form-information > li {
  margin-bottom: 20px;
}

.search-content-wrap .departure .nice-select {
  float: left;
}

.search-content-wrap .departure,
.search-content-wrap .destination {
  position: relative;
}

.search-content-wrap .location-popup {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  z-index: 10;
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -50%;
  border: 1px solid #d5d5d5;
  box-shadow: 2px 2px 11px rgba(100, 100, 100, 0.2);
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 900px) {
  .search-content-wrap .location-popup {
    /*6834修正*/
    width: 530px;
    left: 95px;
    margin-left: 0;
  }
}

.search-content-wrap .location-popup.open {
  opacity: 1;
  visibility: visible;
}

.search-content-wrap .location-popup .icon-cross,
.search-content-wrap .location-popup .ui-title,
.search-content-wrap .location-popup .popupOpen-input {
  display: none;
}

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

@media (min-width: 900px) {
  .search-content-wrap .location-popup:after, .search-content-wrap .location-popup:before {
    left: 5%;
  }
}

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

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

.search-content-wrap .location-popup .destination-tabBox,
.search-content-wrap .location-popup ul.textSearch-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

.search-content-wrap .location-popup ul.destination-nav {
  *zoom: 1;
  font: 13px/1.8 verdana, 新細明體;
  display: block;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 15px;
}

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

.search-content-wrap .location-popup ul.destination-nav:after {
  clear: both;
}

.search-content-wrap .location-popup ul.destination-nav > li {
  float: left;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

.search-content-wrap .location-popup ul.destination-item:after {
  clear: both;
}

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

.search-content-wrap .location-popup ul.destination-item > li:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.search-content-wrap .calendar .calendar-inputBox {
  *zoom: 1;
  float: left;
  width: calc(100% - 80px - 15px);
}

.search-content-wrap .calendar .calendar-inputBox:before, .search-content-wrap .calendar .calendar-inputBox:after {
  content: "";
  display: table;
}

.search-content-wrap .calendar .calendar-inputBox:after {
  clear: both;
}

.search-content-wrap .calendar .date-first,
.search-content-wrap .calendar .date-last {
  width: 50%;
  float: left;
  position: relative;
}

.search-content-wrap .calendar .date-first > input,
.search-content-wrap .calendar .date-last > input {
  width: 80%;
}

@media (min-width: 900px) {
  .search-content-wrap .calendar .date-first > input,
  .search-content-wrap .calendar .date-last > input {
    width: 70%;
  }
}

.search-content-wrap .calendar .date-last span.icon-minus {
  color: #999;
  text-shadow: 0 0 0 #999;
  font-size: 15px;
  position: absolute;
  top: 10px;
  left: -20px;
}

.search-content-wrap .calendar i.icon-calendar {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.search-content-wrap .calendar i.icon-calendar::before {
  color: #666;
  text-shadow: 0 0 0 #666;
  font-size: 20px;
}

.search-content-wrap .boarding-num ul.choose-people {
  *zoom: 1;
  float: left;
  width: calc(100% - 80px - 15px);
  display: block;
}

.search-content-wrap .boarding-num ul.choose-people:before, .search-content-wrap .boarding-num ul.choose-people:after {
  content: "";
  display: table;
}

.search-content-wrap .boarding-num ul.choose-people:after {
  clear: both;
}

.search-content-wrap .boarding-num ul.choose-people > li {
  float: left;
  display: block;
  margin-right: 10px;
}

.search-content-wrap .boarding-num ul.choose-people > li:last-child {
  margin-right: 0;
}

.search-content-wrap .serach-btn {
  text-align: center;
}

.search-content-wrap .serach-btn > button {
  margin: 0 auto;
  font: 18px/1.8 verdana, 微軟正黑體;
  width: 150px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
}

.search-content-wrap .ui-widget.ui-widget-content {
  border-radius: 0 !important;
}

/*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: 13px/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;
}

.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 {
  font: 13px/1.8 verdana, 新細明體;
  color: #333;
  text-shadow: 0 0 0 #333;
  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;
}

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