@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%;
  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;
  text-shadow: 0 0 0 #00a3e0;
  border: 1px solid #00a3e0;
}

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

.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;
  text-shadow: 0 0 0 #999;
  border: 1px solid #d5d5d5;
}

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

/* -------------
    * 麵包屑 ui-breadcrumb
    * ---------- */
ul.ui-breadcrumb {
  display: inline-block;
}

ul.ui-breadcrumb li {
  display: inline-block;
  float: left;
}

ul.ui-breadcrumb li:last-child:after {
  background: none;
}

ul.ui-breadcrumb li:last-child a:hover {
  color: #333;
  cursor: auto;
}

ul.ui-breadcrumb a {
  font: 13px/1.8 verdana, 微軟正黑體;
  color: #333;
  display: inline-block;
}

ul.ui-breadcrumb a:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  cursor: pointer;
}

/* -------------
    * 內文
    * ---------- */
/*** 內文 - 無連結  ui-text ***/
ul.ui-text > li,
ul.ui-underline > li,
ul.ui-arrow-back > li {
  margin-bottom: 5px;
}

ul.ui-text a,
ul.ui-underline a,
ul.ui-arrow-back a,
ul.ui-arrow-right a {
  cursor: pointer;
  display: inline-block;
}

.ui-text li {
  float: left;
}

.ui-text a.ui-blue {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.ui-text a.ui-blue:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.ui-text a.ui-darkgreen {
  color: #009a44;
  text-shadow: 0 0 0 #009a44;
}

.ui-text a.ui-darkgreen:hover {
  color: #31b700;
  text-shadow: 0 0 0 #31b700;
}

.ui-text .ui-black {
  color: #333;
  text-shadow: 0 0 0 #333;
}

.ui-text .ui-red {
  color: #d6001c;
  text-shadow: 0 0 0 #d6001c;
}

/*** 內文 - 有連結 ui-underline ***/
.ui-underline li {
  float: left;
}

.ui-underline .ui-blue {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  border-bottom: 1px dashed #00a3e0;
}

.ui-underline .ui-blue:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
  border-bottom: 1px dashed #005eb8;
}

.ui-underline .ui-black {
  color: #333;
  text-shadow: 0 0 0 #333;
  border-bottom: 1px dashed #aaa;
}

.ui-underline .ui-black:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.ui-underline .ui-red {
  color: #de3349;
  text-shadow: 0 0 0 #de3349;
  border-bottom: 1px dashed #de3349;
}

.ui-underline .ui-red:hover {
  color: #d6001c;
  text-shadow: 0 0 0 #d6001c;
  border-bottom: 1px dashed #de3349;
}

.ui-underline .ui-orange {
  color: #fd7035;
  text-shadow: 0 0 0 #fd7035;
  border-bottom: 1px dashed #feb79a;
}

.ui-underline .ui-orange:hover {
  color: #ff9e1b;
  text-shadow: 0 0 0 #ff9e1b;
}

/*** 內文 - 功能和重要性 ui-arrow-back ***/
.ui-arrow-back li {
  float: left;
}

.ui-arrow-back a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  margin-right: 2px;
}

.ui-arrow-back a.ui-blue {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.ui-arrow-back a.ui-blue:before {
  background: url(../images/all_icon.png) 0 0 no-repeat;
}

.ui-arrow-back a.ui-blue:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.ui-arrow-back a.ui-blue:hover:before {
  background: url(../images/all_icon.png) -20px 0 no-repeat;
}

.ui-arrow-back a.ui-lightblack {
  color: #666;
  text-shadow: 0 0 0 #666;
}

.ui-arrow-back a.ui-lightblack:before {
  background: url(../images/all_icon.png) -40px 0 no-repeat;
}

.ui-arrow-back a.ui-lightblack:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.ui-arrow-back a.ui-lightblack:hover:before {
  background: url(../images/all_icon.png) 0 0 no-repeat;
}

/*** 內文 - 向右箭頭 ui-arrow-right ***/
.ui-arrow-right li {
  float: left;
}

.ui-arrow-right a {
  color: #666;
  text-shadow: 0 0 0 #666;
}

.ui-arrow-right a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}

.ui-arrow-right a.ui-lightblack:after {
  background: url(../images/all_icon.png) 0 -30px no-repeat;
}

.ui-arrow-right a:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.ui-arrow-right a:hover:after {
  background: url(../images/all_icon.png) -20px -30px no-repeat;
}

/* -------------
    * 頁籤 tab
    * ---------- */
.ui-tab-box {
  *zoom: 1;
  margin-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}

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

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

/*** 頁籤 1 ui-tab-wireframe ***/
.ui-tab-wireframe .ui-tab-left {
  float: left;
}

.ui-tab-wireframe .ui-tab-left p {
  line-height: 2;
  margin-left: 10px;
}

.ui-tab-wireframe .ui-tab-right {
  float: right;
  margin-bottom: -1px;
  height: 30px;
}

.ui-tab-wireframe .ui-tab-right ul {
  display: inline-block;
}

.ui-tab-wireframe .ui-tab-right ul li {
  float: left;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  text-align: center;
  line-height: 2;
}

.ui-tab-wireframe .wireframe {
  background: #fff;
  border: 1px solid #fff;
  border-bottom: none;
  padding: 0 12px;
  margin-left: 5px;
}

.ui-tab-wireframe .wireframe-active, .ui-tab-wireframe .wireframe:hover {
  border: 1px solid #d5d5d5;
  border-bottom: 1px solid #fff;
}

/*** 頁籤 2 ui-tab-purpleframe ***/
.ui-tab-purpleframe .ui-tab-left {
  float: left;
}

.ui-tab-purpleframe .ui-tab-left ul {
  display: block;
  height: 35px;
  margin-bottom: -1px;
}

.ui-tab-purpleframe .ui-tab-right {
  float: right;
  line-height: 2;
  margin-right: 10px;
}

.ui-tab-purpleframe .wireframe {
  float: left;
  min-width: 100px;
  cursor: pointer;
  height: 33px;
  line-height: 35px;
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-bottom: 1px solid #d5d5d5;
}

.ui-tab-purpleframe .wireframe a {
  width: 100%;
  height: 100%;
  display: block;
}

.ui-tab-purpleframe .wireframe:hover a {
  color: #84329b;
}

.ui-tab-purpleframe .wireframe-active {
  background: #fff;
  border: 1px solid #d5d5d5;
  border-bottom: 1px solid #fff;
  line-height: 30px;
}

.ui-tab-purpleframe .wireframe-active a {
  color: #84329b;
  text-shadow: 0 0 0 #84329b;
  border-top: 3px solid #b34cd1;
}

/*** 頁籤 3 ui-tab-blueframe ***/
.ui-tab-blueframe ul, .ui-tab-blueframe li, .ui-tab-blueframe a {
  display: inline-block;
}

.ui-tab-blueframe a {
  width: 100%;
  height: 100%;
}

.ui-tab-blueframe a:hover {
  color: #00a3e0;
}

.ui-tab-blueframe .wireframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.ui-tab-blueframe .wireframe-active {
  border-bottom: 2px solid #00a3e0;
}

.ui-tab-blueframe .wireframe-active a {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

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

.ui-title p {
  font: 20px/1.8 verdana, 微軟正黑體;
  color: #84329b;
  text-shadow: 0 0 0 #84329b;
  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 {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 10%;
  text-align: right;
  padding-right: 5px;
  line-height: 35px;
}

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

.ui-form-box .wide {
  width: calc(100% - 10%) !important;
  clear: none;
  font: 15px/35px verdana, 微軟正黑體;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  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 {
  font: 15px/1.8 verdana, 微軟正黑體;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  padding: 8px;
}

.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: 10px;
  padding-right: 10px;
  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?gslouz");
  src: url("fonts/icomoon.eot?gslouz#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?gslouz") format("truetype"), url("fonts/icomoon.woff?gslouz") format("woff"), url("fonts/icomoon.svg?gslouz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[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-airplane:before {
  content: "\cf900";
}

.icon-arrival:before {
  content: "\cf901";
}

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

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

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

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

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

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

.icon-checklist:before {
  content: "\cf908";
}

.icon-contact:before {
  content: "\cf909";
}

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

.icon-departure:before {
  content: "\cf90b";
}

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

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

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

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

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

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

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

.icon-money:before {
  content: "\cf913";
}

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

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

.icon-people:before {
  content: "\cf916";
}

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

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

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

.icon-telphone:before {
  content: "\cf91a";
}

.icon-ticket:before {
  content: "\cf91b";
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

.cboxIframe {
  border-radius: 10px;
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 20px;
}

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}

#cboxLoadingOverlay {
  background: #fff url(../images/loading.gif) no-repeat 5px 5px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}

#cboxClose {
  position: absolute;
  top: 10px;
  right: 30px;
  background: url(../images/colorbox_close.png) no-repeat top center;
  width: 35px;
  height: 35px;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}

#cboxClose:hover {
  background: url(../images/colorbox_close.png) no-repeat bottom center;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -------------
    * desktop
    * ---------- */
/* -------------
        * pad
        * ---------- */
/* -------------
    * mobile
    * ---------- */
/* -------------
        * landscape
        * ---------- */
/* -------------
        * Firefox
        * ---------- */
/* -------------
        * IE
        * ---------- */
/* -------------
    * basic css
    * ---------- */
a, a:hover, a:active, a:visited {
  color: #333;
}

i {
  color: #8b8b8b;
  text-shadow: 0 0 0 #8b8b8b;
  display: inline-block;
  text-shadow: none !important;
}

#go-top span {
  padding: 8px 0 3px 0 !important;
}

.airticket-container {
  color: #333;
  text-shadow: 0 0 0 #333;
  margin: 0 auto;
  font: 13px/1.8 verdana, 微軟正黑體;
  min-width: 640px;
  padding-top: 80px;
  padding-bottom: 20px;
}

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

.airticket-container label {
  white-space: nowrap;
}

.airticket-container img, .airticket-container object, .airticket-container embed, .airticket-container video {
  max-width: 100%;
}

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

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

.airticket-container input::placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}

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

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

.airticket-container input.redBorder {
  border: 1px solid #d6001c;
}

.airticket-container .nice-select > ul.list {
  max-height: 160px;
  overflow-y: auto;
}

.airticket-container .hoverColor input {
  border: 1px solid #00a3e0 !important;
}

.airticket-container .hoverColor .icon-calendar:before {
  color: #00a3e0 !important;
  text-shadow: 0 0 0 #00a3e0 !important;
}

.airticket-container .hoverColor .calendar_icon a {
  background: url("/COLA_AppFiles/A000_WebControls/images/calendar_icon_search.png") right top;
}

.airticket-container .calendar_icon a {
  margin-left: 5px;
}

.airticket-container .form {
  *zoom: 1;
  display: block;
}

.airticket-container .form:before, .airticket-container .form:after {
  content: "";
  display: table;
}

.airticket-container .form:after {
  clear: both;
}

.airticket-container .form > li {
  *zoom: 1;
  display: inline-block;
}

.airticket-container .form > li:before, .airticket-container .form > li:after {
  content: "";
  display: table;
}

.airticket-container .form > li:after {
  clear: both;
}

.airticket-container .form i.star:before {
  content: '*';
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
  position: relative;
  top: 3px;
}

.airticket-container .form input.purpleBg {
  background: #f2eaf5;
}

.airticket-container .form .purpleBg .nice-select {
  background: #f2eaf5;
}

.airticket-container .form label.information-title {
  float: left;
  color: #666;
  text-shadow: 0 0 0 #666;
  display: block;
  padding: 0;
  text-align: right;
  line-height: 35px;
}

.airticket-container .largeFont {
  font: 20px/1.8 verdana, 微軟正黑體;
}

.airticket-container .ui-breadcrumb {
  *zoom: 1;
  display: block;
}

.airticket-container .ui-breadcrumb:before, .airticket-container .ui-breadcrumb:after {
  content: "";
  display: table;
}

.airticket-container .ui-breadcrumb:after {
  clear: both;
}

.airticket-container .ui-breadcrumb i.icon-arrow {
  text-align: center;
  display: inline-block;
}

.airticket-container .ui-breadcrumb i.icon-arrow:before {
  display: inline-block;
  width: 20px;
  position: relative;
  top: 2px;
  left: -1px;
  color: #d7d7d7;
}

.airticket-container .ui-breadcrumb li:after {
  content: none;
}

.airticket-container .ui-tab-right ul {
  top: 0;
}

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

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

.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.clearfloat {
  *zoom: 1;
}

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

.clearfloat:after {
  clear: both;
}

button.ui-btn-orange, button.ui-btn-gray, button.ui-btn-blue, a.ui-btn-orange, a.ui-btn-gray, a.ui-btn-blue {
  font: 15px/1.8 verdana, 微軟正黑體;
  display: block;
  min-width: 100px;
  line-height: 30px;
}

@media (min-width: 960px) {
  button.ui-btn-orange, button.ui-btn-gray, button.ui-btn-blue, a.ui-btn-orange, a.ui-btn-gray, a.ui-btn-blue {
    min-width: 120px;
  }
}

.orangefocus {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
}

.redfocus {
  color: #d6001c;
  text-shadow: 0 0 0 #d6001c;
}

.greenfocus {
  color: #009a44;
  text-shadow: 0 0 0 #009a44;
}

.bluefocus {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.darkbluefocus {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.redBorder {
  border: 1px solid #d6001c;
}

.tableStyle {
  display: table;
  width: 100%;
}

.tableStyle .tableRow {
  display: table-row;
}

.tableStyle .tableCell {
  display: table-cell;
  vertical-align: middle;
}

.popupPosition {
  position: relative;
}

.popup-box {
  border-radius: 2px;
  background: #fff;
  border: 1px solid #d5d5d5;
  position: absolute;
  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 .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;
  transform: translateX(-50%);
  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;
}

.orangeStyle {
  border: 1px solid #ff9e1b;
}

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

.orangeStyle .popup-content:before {
  border-bottom: 10px solid #ff9e1b;
}

.blueStyle {
  border: 1px solid #00a3e0;
}

.blueStyle > i.icon-cross {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  font-weight: bold;
}

.blueStyle .popup-content:before {
  border-bottom: 10px solid #00a3e0;
}

.airticket-search-bn > a {
  display: block;
  margin-bottom: 20px;
  line-height: 0;
}

.airticket-search-bn .airticket-search-bnphone {
  display: none;
}

.location-popup {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 600px;
  font: 14px/1.8 verdana, 微軟正黑體;
  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) {
  .location-popup {
    width: 530px;
    min-width: auto;
    left: 77px;
    margin-left: 0;
  }
}

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

.location-popup:after, .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) {
  .location-popup:after, .location-popup:before {
    left: 5%;
  }
}

.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 ul.textSearch-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

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

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

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

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

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

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

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

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

.location-popup ul.destination-item {
  *zoom: 1;
  display: block;
}

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

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

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

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

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

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

.location-popup .remarks {
  font: 13px/1.8 verdana, 微軟正黑體;
  background: #efefef;
  padding: 8px 0;
}

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

.location-popup ul.textSearch-list {
  font: 14px/1.8 verdana, 微軟正黑體;
}

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

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

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

.filter-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px/1.8 verdana, 微軟正黑體;
  border: 1px solid #00a3e0;
  position: relative;
  background: #f2fbff;
  padding: 20px;
}

.filter-box a.clear-btn {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 25px;
  cursor: pointer;
}

.filter-box a.clear-btn i.icon-cross {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  font-weight: bold;
}

.filter-box a.clear-btn i.icon-cross:before {
  font-size: 18px;
  position: relative;
  top: 2px;
  left: -3px;
}

.filter-box a.clear-btn:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.filter-box a.clear-btn:hover i.icon-cross {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.filter-box p.device-title {
  display: none;
}

.filter-box .filter-openBtn,
.filter-box .filter-colseBtn {
  position: absolute;
  right: 20px;
  bottom: 22px;
}

.filter-box[data-fixmode="up"] {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transform: translateY(0);
}

.filter-box[data-fixmode="down"] {
  transform: translateY(-57px);
}

@media (min-width: 960px) {
  .filter-box[data-fixmode="down"] {
    transform: translateY(0);
  }
}

.filter-box .device-setup {
  *zoom: 1;
}

.filter-box .device-setup:before, .filter-box .device-setup:after {
  content: "";
  display: table;
}

.filter-box .device-setup:after {
  clear: both;
}

.scrollStyle {
  width: 100% !important;
  margin-top: 57px !important;
  z-index: 2;
}

@media (min-width: 960px) {
  .scrollStyle {
    width: 960px !important;
    margin-top: 0 !important;
  }
}

ul.condition-list {
  display: block;
}

ul.condition-list > li {
  *zoom: 1;
}

ul.condition-list > li:before, ul.condition-list > li:after {
  content: "";
  display: table;
}

ul.condition-list > li:after {
  clear: both;
}

ul.condition-list > li.margin-space {
  margin-bottom: 20px;
}

ul.condition-list > li.margin-space:last-child {
  margin-bottom: 0;
}

ul.condition-list > li,
ul.condition-list > ul.ui-checkbox-box,
ul.condition-list > ul.ui-checkbox-box li {
  display: block;
}

ul.condition-list .list-title,
ul.condition-list .condition-wrap {
  float: left;
}

ul.condition-list .list-title {
  width: 60px;
  text-align: right;
  padding-top: 5px;
}

ul.condition-list .condition-wrap {
  width: 75%;
  border-left: 1px solid #d5d5d5;
  padding-left: 10px;
  margin-left: 10px;
}

@media (min-width: 960px) {
  ul.condition-list .condition-wrap {
    width: 78%;
  }
}

ul.ui-checkbox-box {
  float: left;
}

ul.ui-checkbox-box > li {
  padding: 5px 0;
  margin-right: 5px;
}

ul.no-limit {
  margin-right: 10px;
  width: 100%;
}

@media (min-width: 960px) {
  ul.no-limit {
    width: 65px;
    margin-right: 0;
  }
}

ul.condition-list-sort {
  width: 100%;
}

@media (min-width: 960px) {
  ul.condition-list-sort {
    width: calc( (100% - 10px) - 70px);
  }
}

ul.step-lineBox {
  *zoom: 1;
  font: 15px/1.8 verdana, 微軟正黑體;
  display: block;
}

ul.step-lineBox:before, ul.step-lineBox:after {
  content: "";
  display: table;
}

ul.step-lineBox:after {
  clear: both;
}

ul.step-lineBox > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #999;
  text-shadow: 0 0 0 #999;
  width: 33.33333%;
  float: left;
  display: inline-block;
  text-align: center;
  padding-right: 3px;
}

ul.step-lineBox > li:first-child .step-line {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

ul.step-lineBox > li:last-child {
  padding-right: 0;
}

ul.step-lineBox > li:last-child .step-line {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

ul.step-lineBox > li.select {
  color: #84329b;
  text-shadow: 0 0 0 #84329b;
}

ul.step-lineBox > li.select .step-line,
ul.step-lineBox > li.select .step-number {
  background: #84329b;
}

ul.step-lineBox .step-line {
  position: relative;
  background: #d5d5d5;
  height: 5px;
  margin-top: 17px;
  margin-bottom: 12.5px;
}

ul.step-lineBox .step-number {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  border-radius: 50%;
  font: 13px/1.8 verdana, 微軟正黑體;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12.5px;
  margin-left: -12.5px;
  background: #d5d5d5;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

ul.select-item {
  *zoom: 1;
  display: inline-block;
  margin-left: 20px;
}

ul.select-item:before, ul.select-item:after {
  content: "";
  display: table;
}

ul.select-item:after {
  clear: both;
}

ul.select-item a {
  display: block;
  width: 100%;
  height: 100%;
}

ul.select-item .itemBtn.active {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

ul.select-item .itemBtn.active i:before {
  content: "󏤇" !important;
  border: none;
  font-size: 18px;
  width: auto;
  height: auto;
}

ul.select-item > li {
  display: inline-block;
}

ul.select-item > li:not(:last-child) {
  margin-right: 10px;
}

ul.select-item > li:hover {
  cursor: pointer;
}

ul.select-item > li:hover .itemBtn {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

ul.select-item > li:hover .icon-circle:before {
  border: 1px solid #00a3e0;
}

ul.select-item > li:hover .itemBtn.active .icon-circle:before {
  border: none;
}

ul.ui-mailtip {
  zoom: 1;
  /* for IE6 IE7 clear float */
  background: #fff;
  font: 15px/1.8 verdana, 微軟正黑體;
  border: 1px solid #d5d5d5;
  overflow: hidden;
  text-align: left;
}

ul.ui-mailtip:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

ul.ui-mailtip > li {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

ul.ui-mailtip > li p {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  text-align: inherit;
}

ul.ui-mailtip > li.active {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

ul.ui-mailtip > li.hover {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #00a3e0;
}

table {
  width: 100%;
  text-align: center;
  word-wrap: break-word;
}

table .topTitle {
  background: #efefef;
  border: none;
}

table .topTitle th {
  padding: 5px;
}

table .topTitle th:not(:last-child) {
  border-right: 1px solid #fff;
}

table th, table td {
  vertical-align: middle;
  font-weight: normal;
  padding: 12px 5px;
}

table tr:not(.topTitle) {
  border-bottom: 1px solid #d5d5d5;
}

.flightprice-table .topTitle:hover,
.taxInquiry-table .topTitle:hover,
.aviation-table .topTitle:hover {
  background: #efefef;
}

.flightprice-table tr:hover,
.taxInquiry-table tr:hover,
.aviation-table tr:hover {
  background: #f2fbff;
}

.two-columns,
.weekend-detail {
  font: 14px/1.8 verdana, 微軟正黑體;
}

.two-columns .label,
.weekend-detail .label {
  background: #E5F6FC;
  text-align: center;
}

.two-columns .leftBox,
.two-columns .rightBox,
.weekend-detail .leftBox,
.weekend-detail .rightBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  float: none;
}

.two-columns {
  width: 100%;
}

.two-columns span.graytxt {
  color: #999;
  text-shadow: 0 0 0 #999;
  margin-left: 10px;
}

.two-columns .leftBox,
.two-columns .rightBox {
  padding: 12px 5px;
}

.two-columns .leftBox {
  width: 20%;
  text-align: center;
  background: #efefef;
}

@media (min-width: 900px) {
  .two-columns .leftBox {
    width: 120px;
  }
}

.two-columns .rightBox {
  width: calc( 100% - 20%);
  padding-left: 15px;
}

@media (min-width: 900px) {
  .two-columns .rightBox {
    width: calc( 100% - 120px);
  }
}

.two-columns .tableCell {
  vertical-align: top;
}

.two-columns .outbound,
.two-columns .inbound {
  *zoom: 1;
}

.two-columns .outbound:before, .two-columns .outbound:after,
.two-columns .inbound:before,
.two-columns .inbound:after {
  content: "";
  display: table;
}

.two-columns .outbound:after,
.two-columns .inbound:after {
  clear: both;
}

.two-columns .outbound i.icon-airplane,
.two-columns .inbound i.icon-airplane {
  color: #d5d5d5;
  font-size: 16px;
  vertical-align: middle;
  margin: 0 8px 0 3px;
}

.two-columns .outbound > ul,
.two-columns .inbound > ul {
  float: left;
  display: inline-block;
  margin-left: 7px;
  width: calc( 100% - 57px);
}

.two-columns .outbound > ul li,
.two-columns .inbound > ul li {
  display: inline-block;
  line-height: 30px;
}

.two-columns .outbound > ul li:first-child i,
.two-columns .inbound > ul li:first-child i {
  display: none;
}

.two-columns .outbound .label,
.two-columns .inbound .label {
  float: left;
  width: 50px;
  line-height: 30px;
}

.two-columns .outbound {
  margin-bottom: 10px;
}

.weekend-detail {
  text-align: center;
}

@media (min-width: 900px) {
  .weekend-detail {
    width: 60%;
  }
}

.weekend-detail .label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 3px solid #fff;
  width: 70px;
}

.weekend-detail .label,
.weekend-detail .leftBox,
.weekend-detail .rightBox {
  padding: 5px;
}

.weekend-detail .leftBox,
.weekend-detail .rightBox {
  background: #fff;
  width: calc( (100% - 70px) / 2);
}

@media (min-width: 900px) {
  .weekend-detail .leftBox,
  .weekend-detail .rightBox {
    width: 200px;
  }
}

.headline {
  font: 15px/1.8 verdana, 微軟正黑體;
  position: relative;
  margin-bottom: 10px;
  line-height: 25px;
}

.headline:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 8px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 10px;
  border-color: transparent transparent transparent #00a3e0;
}

.headline i.icon-triangle {
  border-radius: 2px;
  background: #efefef;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  vertical-align: bottom;
}

.headline .device-btn {
  display: none;
}

.weekstyle {
  display: inline-block;
}

.weekstyle > li {
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  font: 14px/1.8 verdana, 微軟正黑體;
  background: #ff9e1b;
  text-shadow: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 0 2px;
}

.weekstyle .gray {
  background: #d5d5d5;
}

.discList {
  margin-left: 25px;
}

.discList > li {
  list-style: disc;
}

.numberList {
  margin-left: 25px;
}

.numberList > li {
  list-style: decimal;
}

.numberList .otherIcon {
  list-style: none;
  margin-left: -20px;
}

.mobile-fixTitle {
  display: none;
}

@media (min-width: 960px) {
  .reminder {
    text-align: center;
    font: 15px/1.8 verdana, 微軟正黑體;
  }
}

.reminder p {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #ffebda;
  padding: 7px 15px 7px 42px;
}

@media (min-width: 960px) {
  .reminder p {
    border-radius: 25px;
    display: inline-block;
  }
}

.reminder .icon-contact {
  position: absolute;
  top: 4px;
  left: 10px;
  display: inline-block;
  font-size: 30px;
}

.reminder p, .reminder .icon-contact {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
}

.tax-inquiry i.icon-circle,
.flight-select i.icon-circle {
  color: #00a3e0;
  vertical-align: text-top;
  margin-right: 3px;
}

.tax-inquiry i.icon-circle:before,
.flight-select i.icon-circle:before {
  content: '';
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #d0d0d0;
}

.customer-service {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  font: 15px/1.8 verdana, 微軟正黑體;
  display: block;
  cursor: pointer;
}

.customer-service .icon-telphone {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  font-size: 20px;
  vertical-align: sub;
}

.explanation-wrap .explanation {
  font: 15px/1.8 verdana, 微軟正黑體;
  background: #ffebda;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.alertBox {
  border-radius: 10px;
  background: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.alertBox .alert-icon {
  margin: 0 auto;
  width: 80px;
}

.alertBox .alert-explanation ul {
  font: 15px/1.8 verdana, 微軟正黑體;
}

/* ------------------------
    * 01_搜尋結果 farechoose
    * ------------------ */
.floatbottom-toolwrap,
.toolwrap-sort {
  display: none;
}

.airticket-searchbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 15px/1.8 verdana, 微軟正黑體;
  border: 4px solid #d5d5d5;
}

.airticket-searchbox .details {
  position: relative;
  padding: 20px 10px;
}

.airticket-searchbox .detailsTxt {
  width: calc(100% - 100px);
  padding-right: 10px;
}

.airticket-searchbox .changecondition-btn {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  border-bottom: 1px dashed #00a3e0;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 20px;
}

.airticket-searchbox .icon-cross {
  display: none;
}

.airticket-searchbox .search-form {
  padding: 0 20px;
  margin-bottom: 20px;
}

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

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

.search-content label.information-title {
  width: 70px;
  margin-right: 7px;
}

.search-content .star {
  color: #d6001c;
  text-shadow: 0 0 0 #d6001c;
  font: 20px arial;
  position: relative;
  right: 3px;
  top: 6px;
}

.search-content .calendar_icon,
.search-content .icon-calendar {
  font-size: 20px;
  position: relative;
  left: 3px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.search-content .calendar_icon:hover,
.search-content .icon-calendar:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

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

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

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

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

.search-content ul.leftBox > li:not(:last-child), .search-content ul.rightBox > li:not(:last-child) {
  margin-bottom: 20px;
}

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

.search-content ul.rightBox {
  margin-top: 20px;
}

@media (min-width: 960px) {
  .search-content ul.rightBox {
    margin: 0;
  }
}

.search-content ul.seatClass-item {
  *zoom: 1;
  display: block;
  float: left;
}

.search-content ul.seatClass-item:before, .search-content ul.seatClass-item:after {
  content: "";
  display: table;
}

.search-content ul.seatClass-item:after {
  clear: both;
}

@media (min-width: 960px) {
  .search-content ul.seatClass-item {
    width: calc( 100% - 77px);
  }
}

.search-content ul.seatClass-item > li {
  float: left;
  width: 80px;
  text-align: center;
}

@media (min-width: 960px) {
  .search-content ul.seatClass-item > li {
    width: 70px;
  }
}

.search-content ul.seatClass-item > li:not(:last-child) {
  margin-right: 7px;
}

.search-content ul.seatClass-item > li.active a {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #00a3e0;
}

.search-content ul.seatClass-item a {
  border-radius: 2px;
  background: #d5d5d5;
  display: inline-block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  transition-duration: 0.3s;
  transition-property: background;
  transform: translateZ(0);
  cursor: pointer;
}

.search-content ul.seatClass-item a:hover {
  background: #bcedff;
}

.search-content .limited-area .nice-select.leftBox {
  width: 150px !important;
}

.search-content .different-placewrap,
.search-content .destination {
  position: relative;
}

.search-content .different-placewrap input,
.search-content .destination input {
  width: 270px;
}

@media (min-width: 960px) {
  .search-content .different-placewrap input,
  .search-content .destination input {
    width: 300px;
  }
}

.search-content .different-placewrap {
  float: left;
}

@media (min-width: 960px) {
  .search-content .different-placewrap {
    clear: both;
    padding-top: 20px;
  }
}

.search-content .different-placewrap .location-popup {
  right: 0;
  left: 0;
}

@media (min-width: 900px) {
  .search-content .different-placewrap .location-popup {
    right: initial;
    left: 77px;
    top: 60px;
  }
}

.search-content .travel-date input {
  width: 150px;
}

.search-content .serach-btn {
  padding-top: 40px;
  text-align: center;
}

@media (min-width: 960px) {
  .search-content .serach-btn {
    clear: both;
  }
}

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

.search-content .serach-btn img {
  position: relative;
  top: 3px;
}

.ticket-sort {
  *zoom: 1;
  font: 14px/1.8 verdana, 微軟正黑體;
}

.ticket-sort:before, .ticket-sort:after {
  content: "";
  display: table;
}

.ticket-sort:after {
  clear: both;
}

.ticket-sort .ui-tab-box {
  width: 100%;
  margin: 0;
}

.now-filterCondition {
  display: none;
}

.flightprice-content {
  margin-top: -10px;
}

.flightprice-table {
  font: 13px/1.8 verdana, 微軟正黑體;
  margin-top: 5px;
}

@media (min-width: 900px) {
  .flightprice-table {
    font: 14px/1.8 verdana, 微軟正黑體;
  }
}

.flightprice-table tr, .flightprice-table td {
  padding: 10px 4px;
}

.flightprice-table span, .flightprice-table a {
  display: block;
}

.flightprice-table a {
  cursor: pointer;
}

.flightprice-table tr {
  border-bottom: 1px solid #d5d5d5;
}

.flightprice-table .topTitle {
  border: none;
}

.flightprice-table .num {
  width: 4%;
}

.flightprice-table .transfer {
  width: 6%;
}

.flightprice-table .airline,
.flightprice-table .departureDate,
.flightprice-table .deadline,
.flightprice-table .description {
  width: 11%;
}

.flightprice-table .week,
.flightprice-table .salePrice,
.flightprice-table .telBooking,
.flightprice-table .tax {
  width: 8%;
}

.flightprice-table .inquire-booking {
  width: calc( 100% - ( 10% + 44% + 32% ));
}

.flightprice-table .airline img {
  width: 46%;
  min-width: 30px;
}

.flightprice-table .salePrice .redfocus {
  font: 18px/1.8 verdana, 微軟正黑體;
}

.flightprice-table .tax .taxSearch {
  color: #009a44;
  text-shadow: 0 0 0 #009a44;
}

.flightprice-table .tax .taxSearch:hover {
  color: #31b700;
  text-shadow: 0 0 0 #31b700;
}

.flightprice-table .inquire-booking .ui-btn-orange {
  font-size: 14px;
  min-width: 110px;
}

@media (min-width: 900px) {
  .flightprice-table .inquire-booking .ui-btn-orange {
    font-size: 15px;
  }
}

.flightprice-table .inquire-booking .fareRules {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  margin-top: 5px;
}

.flightprice-table .inquire-booking .fareRules:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

/* ---------------------------
    * 02_選擇航班 flightchoose
    * --------------------- */
@media (min-width: 960px) {
  .flightchoose {
    max-width: 100%;
  }
}

.flightchoose i.icon-departure, .flightchoose i.icon-arrival {
  color: #d5d5d5;
  font-size: 30px;
  vertical-align: middle;
}

@media (min-width: 960px) {
  .flightchoose .step-lineBox,
  .flightchoose .reminder,
  .flightchoose .people-chosoe,
  .flightchoose .rules,
  .flightchoose .btnWrap {
    max-width: 960px;
  }
}

.flightchoose .rules a {
  color: #00a3e0 !important;
  text-shadow: 0 0 0 #00a3e0 !important;
}

.flightchoose .rules a:hover {
  color: #005eb8 !important;
  text-shadow: 0 0 0 #005eb8 !important;
}

.flightchoose .rules .two-columns {
  margin-top: 20px;
}

.flightchoose .btnWrap {
  text-align: center;
}

.flightchoose .btnWrap .bookFlight {
  width: 120px;
  display: inline-block;
}

.flightchoose .btnWrap .selectDate,
.flightchoose .btnWrap .research {
  display: none;
}

.flightchoose .device-nav {
  display: none;
}

.people-chosoe,
.flight-select {
  margin-bottom: 40px;
}

.people-chosoe .bluefocus {
  cursor: pointer;
}

.people-chosoe .bluefocus:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.people-chosoe .discList {
  color: #666;
  text-shadow: 0 0 0 #666;
  text-shadow: none;
}

.people-chosoe .spaceWrap {
  padding: 20px 0 0 0;
}

@media (min-width: 960px) {
  .people-chosoe .spaceWrap {
    padding: 20px 30px 0 30px;
  }
}

.people-chosoe .chosoeWrap {
  position: relative;
  border: 1px solid #efefef;
  margin-bottom: 20px;
}

.people-chosoe .chosoeWrap .discList {
  padding: 0 10px;
  margin-bottom: 30px;
}

.people-chosoe .chosoe-item {
  *zoom: 1;
  display: block;
  margin: 20px;
}

.people-chosoe .chosoe-item:before, .people-chosoe .chosoe-item:after {
  content: "";
  display: table;
}

.people-chosoe .chosoe-item:after {
  clear: both;
}

.people-chosoe .chosoe-item > li {
  float: left;
  display: inline-block;
}

.people-chosoe .chosoe-item > li:not(:last-child) {
  margin-right: 30px;
}

.people-chosoe .chosoe-item .title {
  font: 18px/1.8 verdana, 微軟正黑體;
  float: left;
  line-height: 35px;
  margin-right: 7px;
}

.people-chosoe .chosoe-item .explanation {
  color: #999;
  text-shadow: 0 0 0 #999;
  clear: both;
  display: block;
  padding: 5px 0 0 42px;
}

.people-chosoe .chosoe-item .chosoe-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 1px solid #d5d5d5;
  width: 110px;
  height: 35px;
  float: left;
}

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

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

.people-chosoe .chosoe-item .icon-minus,
.people-chosoe .chosoe-item .icon-plus {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  background: #d5d5d5;
  width: 35px;
  text-align: center;
  font-size: 18px;
  line-height: 35px;
}

@media (min-width: 960px) {
  .people-chosoe .chosoe-item .icon-minus,
  .people-chosoe .chosoe-item .icon-plus {
    cursor: pointer;
  }
}

.people-chosoe .chosoe-item .icon-minus:hover,
.people-chosoe .chosoe-item .icon-plus:hover {
  background: #00a3e0;
}

.people-chosoe .chosoe-item .show {
  width: calc(100% - 70px);
}

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

.people-chosoe .chosoeBox-control {
  background: #efefef;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.people-chosoe .chosoeBox-control:hover {
  background: #e6e6e6;
  cursor: pointer;
}

.people-chosoe .chosoeBox-control > a {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 35px;
}

.people-chosoe .openBtn,
.people-chosoe .closeBtn {
  font: 15px/1.8 verdana, 微軟正黑體;
}

.people-chosoe .openBtn .icon-arrow,
.people-chosoe .closeBtn .icon-arrow {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 3px;
}

.people-chosoe .openBtn .icon-arrow {
  transform: rotate(90deg);
}

.people-chosoe .closeBtn .icon-arrow {
  transform: rotate(-90deg);
}

.people-chosoe .illustration {
  position: absolute;
  right: 10px;
  bottom: 30px;
  display: inline-block;
  max-width: 350px;
  width: 50%;
  z-index: -5;
}

@media (min-width: 960px) {
  .flight-select .ui-title,
  .flight-select .itinerary-wrap,
  .flight-select .itinerary-btn,
  .flight-select .explanation-wrap,
  .flight-select .flightList-wrap,
  .flight-select .trip-details {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
  }
}

.flight-select input {
  width: 150px;
}

@media (min-width: 960px) {
  .flight-select ul.select-item {
    margin: 0;
  }
}

.flight-select .itinerary-btn {
  text-align: center;
}

.flight-select .itinerary-btn .ui-btn-blue {
  width: 120px;
  display: inline-block;
}

.flight-select .information-title {
  font: 15px/1.8 verdana, 微軟正黑體;
}

.flight-select .icon-departure,
.flight-select .icon-arrival {
  margin-right: 10px;
}

.flight-select .icon-calendar {
  font-size: 20px;
  vertical-align: middle;
}

.flight-select .itinerary-wrap {
  *zoom: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.flight-select .itinerary-wrap:before, .flight-select .itinerary-wrap:after {
  content: "";
  display: table;
}

.flight-select .itinerary-wrap:after {
  clear: both;
}

.flight-select .itinerary-wrap .outbound {
  margin-bottom: 40px;
}

@media (min-width: 960px) {
  .flight-select .itinerary-wrap .outbound {
    margin: 0 20px 0 0;
  }
}

@media (min-width: 960px) {
  .flight-select .itinerary-wrap .outbound,
  .flight-select .itinerary-wrap .inbound {
    float: left;
    width: calc( (100% - 20px) / 2);
  }
}

.flight-select .aviation-table {
  font: 14px/1.8 verdana, 微軟正黑體;
  margin-top: 10px;
}

.flight-select .aviation-table p {
  color: #999;
  text-shadow: 0 0 0 #999;
  display: inline-block;
}

.flight-select .aviation-table span {
  display: block;
}

.flight-select .aviation-table .deviceIcon {
  display: none;
}

.flight-select .departure,
.flight-select .arrival {
  width: 15%;
}

@media (min-width: 960px) {
  .flight-select .departure,
  .flight-select .arrival {
    width: 20%;
  }
}

.flight-select .itinerary {
  width: 25%;
}

.flight-select .select {
  width: calc( 100% - 55%);
}

@media (min-width: 960px) {
  .flight-select .select p {
    text-align: left;
    display: block;
    margin-left: 7px;
  }
}

@media (min-width: 960px) {
  .flight-select .itinerary,
  .flight-select .select {
    width: 30%;
  }
}

.flight-select .selectDate-row {
  text-align: left;
}

.flight-select .selectDate-row td {
  padding: 12px 20px;
}

.flight-select .selectDate-row span {
  display: inline-block;
}

.flight-select .explanation-wrap {
  margin-top: 40px;
}

.flight-select .explanation .ui-btn-orange {
  display: inline-block;
  background: #FD7035;
  box-shadow: none;
  margin: 0 5px;
  padding: 0 5px;
}

.flight-select .explanation .ui-btn-orange:hover {
  background: #fc4c02;
}

.flight-select .tripDetails-wrap {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f9f9f9;
  padding: 10px;
  font: 15px/1.8 verdana, 微軟正黑體;
  padding: 15px 10px 7px 10px;
  margin-top: 30px;
}

.flight-select .tripDetails-wrap:before, .flight-select .tripDetails-wrap:after {
  content: "";
  display: table;
}

.flight-select .tripDetails-wrap:after {
  clear: both;
}

@media (min-width: 960px) {
  .flight-select .tripDetails-wrap {
    width: 100%;
    padding: 15px 0 7px 0;
  }
}

.flight-select .tripDetails-wrap .device-btn {
  display: none;
}

.flight-select .trip-details > .leftBox,
.flight-select .trip-details > .rightBox {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: none;
}

.flight-select .trip-details > .leftBox:before, .flight-select .trip-details > .leftBox:after,
.flight-select .trip-details > .rightBox:before,
.flight-select .trip-details > .rightBox:after {
  content: "";
  display: table;
}

.flight-select .trip-details > .leftBox:after,
.flight-select .trip-details > .rightBox:after {
  clear: both;
}

@media (min-width: 960px) {
  .flight-select .trip-details > .leftBox,
  .flight-select .trip-details > .rightBox {
    width: calc( (100% - 20px) / 2);
    float: left;
  }
}

.flight-select .trip-details > .leftBox {
  background: #fff;
  margin: 0 0 20px 0;
  padding: 20px;
  box-shadow: 1px 1px 5px rgba(180, 180, 180, 0.2);
}

@media (min-width: 960px) {
  .flight-select .trip-details > .leftBox {
    margin: 0 20px 0 0;
    min-height: 150px;
  }
}

.flight-select .trip-details > .rightBox {
  font: 14px/1.8 verdana, 微軟正黑體;
  padding: 0 10px;
}

@media (min-width: 960px) {
  .flight-select .trip-details > .rightBox {
    padding: 0;
  }
}

.flight-select .trip-details .other {
  *zoom: 1;
}

.flight-select .trip-details .other:before, .flight-select .trip-details .other:after {
  content: "";
  display: table;
}

.flight-select .trip-details .other:after {
  clear: both;
}

.flight-select .trip-details .other span {
  color: #999;
  text-shadow: 0 0 0 #999;
  float: left;
  margin: 5px 0 0 5px;
}

.flight-select .trip-details #lblDirectServicePhone1,
.flight-select .trip-details .customer-service {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  margin: 3px 5px 0 0;
}

.flight-select .trip-details #lblDirectServicePhone1:hover,
.flight-select .trip-details .customer-service:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.flight-select .trip-details #lblDirectServicePhone1:hover .icon-telphone,
.flight-select .trip-details .customer-service:hover .icon-telphone {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.flight-select .details-item {
  display: table;
  width: 100%;
}

.flight-select .details-item > li {
  display: table-row;
}

.flight-select .details-item .title,
.flight-select .details-item .passenger {
  display: table-cell;
  vertical-align: bottom;
  padding: 2px 5px;
  border-bottom: 1px solid #d5d5d5;
}

.flight-select .details-item .title {
  color: #999;
  text-shadow: 0 0 0 #999;
  width: 70px;
}

.flight-select .details-item .passenger {
  width: calc( (100% - 70px) / 2);
}

.flight-select .route > li {
  *zoom: 1;
  display: block;
}

.flight-select .route > li:before, .flight-select .route > li:after {
  content: "";
  display: table;
}

.flight-select .route > li:after {
  clear: both;
}

.flight-select .route > li:first-child {
  margin-bottom: 15px;
}

.flight-select .route .icon-departure,
.flight-select .route .icon-arrival {
  float: left;
  margin-right: 10px;
}

.flight-select .route .obvious {
  color: #9d5baf;
  text-shadow: 0 0 0 #9d5baf;
}

.flight-select .route .area {
  color: #999;
  text-shadow: 0 0 0 #999;
  font: 15px/1.8 verdana, 微軟正黑體;
}

.flight-select .route .date {
  color: #999;
  text-shadow: 0 0 0 #999;
  font: 13px/1.8 verdana, 微軟正黑體;
}

.flight-select .route .complete .icon-departure,
.flight-select .route .complete .icon-arrival {
  color: #9d5baf;
  text-shadow: 0 0 0 #9d5baf;
}

.flight-select .route .complete .area {
  color: #333;
  text-shadow: 0 0 0 #333;
}

.flight-select .route .leftBox {
  width: calc( 100% - 40px);
}

.flight-select .flightList-wrap {
  font: 14px/1.8 verdana, 微軟正黑體;
  margin-top: 20px;
}

.flight-select .flightList-wrap p.title {
  font-size: 24px;
  font-weight: bold;
}

.flight-select .flightList-wrap .deviceNav {
  display: none;
}

.flight-select .flightList-wrap .outbound,
.flight-select .flightList-wrap .inbound {
  position: relative;
}

.flight-select .flightList-wrap .outbound > i,
.flight-select .flightList-wrap .inbound > i {
  margin-right: 5px;
}

.flight-select .flightList-wrap .outbound {
  margin-bottom: 60px;
}

.flight-select .flightList-wrap .popup-box {
  right: 0;
  top: 35px;
  width: 260px;
}

.flight-select .flightList-wrap .popup-content:after, .flight-select .flightList-wrap .popup-content:before {
  right: 0;
}

.flight-select .seatSearch {
  *zoom: 1;
  position: absolute;
  top: 7px;
  right: 0;
}

.flight-select .seatSearch:before, .flight-select .seatSearch:after {
  content: "";
  display: table;
}

.flight-select .seatSearch:after {
  clear: both;
}

.flight-select .seatSearch-btn,
.flight-select .seatSearch-explanation {
  float: left;
}

.flight-select .seatSearch-btn {
  *zoom: 1;
  font: 15px/1.8 verdana, 微軟正黑體;
  display: block;
}

.flight-select .seatSearch-btn:before, .flight-select .seatSearch-btn:after {
  content: "";
  display: table;
}

.flight-select .seatSearch-btn:after {
  clear: both;
}

.flight-select .seatSearch-btn > li {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  float: left;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.flight-select .seatSearch-btn > li:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.flight-select .seatSearch-explanation .icon-explanation {
  display: inline-block;
  font-size: 18px;
  margin-top: 4px;
  cursor: pointer;
}

.flight-select .seatSearch-explanation .icon-explanation:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.airTicket-item {
  font: 15px/1.8 verdana, 微軟正黑體;
  display: block;
}

.airTicket-item > li {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  border: 1px solid #d5d5d5;
  margin-bottom: 10px;
  padding: 20px;
}

.airTicket-item > li:hover, .airTicket-item > li.airSelect {
  border: 1px solid #00a3e0;
  background: #00a3e0;
}

.airTicket-item > li:hover .airTicket-number, .airTicket-item > li.airSelect .airTicket-number {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #00a3e0;
}

.airTicket-item > li.airSelect .ui-btn-lineblue {
  display: none;
}

.airTicket-item > li.airSelect .ui-btn-blue {
  display: inline-block;
}

.airTicket-item .airTicket-number {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  width: 25px;
  background: #d5d5d5;
  text-align: center;
}

@media (min-width: 960px) {
  .airTicket-item .time {
    font: 20px/1.8 verdana, 微軟正黑體;
  }
}

.airTicket-item .location {
  color: #999;
  text-shadow: 0 0 0 #999;
}

.airTicket-item .airTicket-content {
  background: #fff;
  margin: -18px;
  padding: 25px 20px;
}

@media (min-width: 960px) {
  .airTicket-item .airTicket-content {
    padding: 25px;
  }
}

.airTicket-item .tableCell {
  padding: 0 2px;
}

.airTicket-item .airDeparture,
.airTicket-item .airArrival {
  width: 25%;
}

.airTicket-item .airDeparture .time span,
.airTicket-item .airArrival .time span {
  margin-right: 5px;
}

.airTicket-item .airIcon,
.airTicket-item .airSeat {
  width: 8%;
}

.airTicket-item .airIcon .icon-airplane,
.airTicket-item .airSeat .icon-airplane {
  color: #d5d5d5;
  font-size: 24px;
}

.airTicket-item .detail {
  width: 23%;
}

.airTicket-item .detail .bluefocus {
  display: inline-block;
  cursor: pointer;
}

.airTicket-item .detail .bluefocus:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.airTicket-item .detail .bluefocus:hover .icon-arrow {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.airTicket-item .detail .icon-arrow {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  font-size: 20px;
  vertical-align: middle;
  transform: rotate(90deg);
  margin-right: 3px;
}

.airTicket-item .detail .bluefocus.active .icon-arrow {
  transform: rotate(-90deg);
}

.airTicket-item .airbtn {
  width: calc(100% - 50% - 16% - 23%);
}

@media (min-width: 960px) {
  .airTicket-item .airbtn {
    width: 120px;
    text-align: right;
  }
}

.airTicket-item .airbtn .ui-btn-blue {
  display: none;
}

.airTicket-item .airbtn .ui-btn-lineblue,
.airTicket-item .airbtn .ui-btn-linegray,
.airTicket-item .airbtn .ui-btn-blue {
  width: 90px;
  min-width: auto;
}

.airTicket-item .bottomWrap {
  *zoom: 1;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d5d5d5;
}

.airTicket-item .bottomWrap:before, .airTicket-item .bottomWrap:after {
  content: "";
  display: table;
}

.airTicket-item .bottomWrap:after {
  clear: both;
}

.airTicket-item .increase-price {
  width: 32%;
  float: right;
}

@media (min-width: 960px) {
  .airTicket-item .increase-price {
    width: 200px;
  }
}

.airTicket-item .increase-price ul.increase-list {
  display: inline-block;
}

.airTicket-item .increase-price .icon-people {
  color: #d5d5d5;
  text-shadow: 0 0 0 #d5d5d5;
  font-size: 35px;
  vertical-align: top;
  margin: 5px 5px 0 0;
}

.airTicket-item .airline-route {
  width: calc(100% - 32%);
  display: block;
  float: left;
}

@media (min-width: 960px) {
  .airTicket-item .airline-route {
    width: calc(100% - 200px);
  }
}

.airTicket-item .airline-route > li {
  *zoom: 1;
  display: inline-block;
}

.airTicket-item .airline-route > li:before, .airTicket-item .airline-route > li:after {
  content: "";
  display: table;
}

.airTicket-item .airline-route > li:after {
  clear: both;
}

.airTicket-item .airline-route > li:not(:last-child) {
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .airTicket-item .airline-route > li {
    width: 100%;
  }
}

.airTicket-item .airline-route img {
  width: 30px;
}

.airTicket-item .airline-route img, .airTicket-item .airline-route .airdetail {
  float: left;
}

.airTicket-item .airline-route p.airName {
  font: 18px/1.8 verdana, 微軟正黑體;
}

.airTicket-item .airline-route p.introduction, .airTicket-item .airline-route p.orangefocus {
  font: 13px/1.8 verdana, 微軟正黑體;
}

.airTicket-item .airline-route p.introduction {
  color: #999;
  text-shadow: 0 0 0 #999;
}

.airTicket-item .airline-route p.orangefocus:before {
  content: '*';
  position: relative;
  top: 2px;
}

.airTicket-item .airline-route .airlineRoute-left,
.airTicket-item .airline-route .airlineRoute-right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}

.airTicket-item .airline-route .airlineRoute-left:before, .airTicket-item .airline-route .airlineRoute-left:after,
.airTicket-item .airline-route .airlineRoute-right:before,
.airTicket-item .airline-route .airlineRoute-right:after {
  content: "";
  display: table;
}

.airTicket-item .airline-route .airlineRoute-left:after,
.airTicket-item .airline-route .airlineRoute-right:after {
  clear: both;
}

@media (min-width: 960px) {
  .airTicket-item .airline-route .airlineRoute-left,
  .airTicket-item .airline-route .airlineRoute-right {
    float: left;
  }
}

@media (min-width: 960px) {
  .airTicket-item .airline-route .airlineRoute-left {
    width: 220px;
  }
}

.airTicket-item .airline-route .airlineRoute-right {
  position: relative;
  padding-left: 20px;
  border-left: 1px solid #d5d5d5;
  margin: 10px 0 0 45px;
}

@media (min-width: 960px) {
  .airTicket-item .airline-route .airlineRoute-right {
    margin: 0 0 0 20px;
    width: calc( 100% - 220px - 20px);
  }
}

.airTicket-item .airline-route .airlineRoute-right:before, .airTicket-item .airline-route .airlineRoute-right:after {
  content: '';
  border-radius: 50%;
  display: block;
  width: 8px;
  height: 8px;
  background: #d5d5d5;
  position: absolute;
  left: -4px;
}

.airTicket-item .airline-route .airlineRoute-right:before {
  top: -1px;
}

.airTicket-item .airline-route .airlineRoute-right:after {
  bottom: -2px;
}

.airTicket-item .airline-route .routeLeft {
  float: left;
  margin-left: 10px;
}

@media (min-width: 960px) {
  .airTicket-item .airline-route .routeLeft {
    width: calc( 100% - 30px - 10px);
  }
}

.airTicket-item .airline-route .routeRight .route-departure,
.airTicket-item .airline-route .routeRight .route-arrival {
  font: 18px/1.8 verdana, 微軟正黑體;
}

.airTicket-item .airline-route .routeRight .route-departure span:last-child,
.airTicket-item .airline-route .routeRight .route-arrival span:last-child {
  margin-left: 10px;
}

.airTicket-item .airline-route .routeRight .route-total {
  color: #999;
  text-shadow: 0 0 0 #999;
  font: 13px/1.8 verdana, 微軟正黑體;
  padding: 10px 0;
}

/* ---------------------------
    * 03_填寫旅客資料 paxinfo
    * --------------------- */
.paxinfo {
  font: 15px/1.8 verdana, 微軟正黑體;
}

.paxinfo ul.discList {
  font: 13px/1.8 verdana, 微軟正黑體;
}

.paxinfo .ui-title {
  margin-bottom: 20px;
}

.paxinfo .explainFocus > li {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
  font: 14px/1.8 verdana, 微軟正黑體;
}

.paxinfo .orderinformation,
.paxinfo .select-customer,
.paxinfo .receipt {
  padding: 10px 0 30px 0;
}

@media (min-width: 960px) {
  .paxinfo .orderinformation,
  .paxinfo .select-customer,
  .paxinfo .receipt {
    padding: 10px 20px 30px 20px;
  }
}

.iconBtn-wrap {
  position: relative;
}

.iconBtn-wrap ul.iconBtn {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
}

.iconBtn-wrap ul.iconBtn > li {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 2px;
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  text-shadow: none;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.iconBtn-wrap ul.iconBtn > li:hover {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #00a3e0;
  text-shadow: none;
}

.specialWrap {
  font: 14px/1.8 verdana, 微軟正黑體;
  margin-bottom: 40px;
}

.specialWrap tr:not(.topTitle) {
  border-bottom: 1px dashed #efefef;
}

.specialWrap table:not(.topTitle) {
  border-bottom: 1px solid #d5d5d5;
}

.specialWrap .icon-calendar {
  font-size: 20px;
  vertical-align: middle;
}

.specialWrap .topTitle {
  background: #efefef;
}

.specialWrap .topTitle .leftRow {
  border: none;
}

.specialWrap .topTitle td {
  border-right: 1px solid #fff;
}

.specialWrap .select-detail {
  font: 13px/1.8 verdana, 微軟正黑體;
  margin: 10px 0;
}

.specialWrap .select-detail .title {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  border-radius: 50px;
  background: #e1f7ff;
  padding: 5px 10px;
}

.specialWrap .slider-nav,
.specialWrap .device-route,
.specialWrap .seatClass-item {
  display: none;
}

.specialWrap .number {
  width: 6%;
}

@media (min-width: 960px) {
  .specialWrap .number {
    width: 5%;
  }
}

.specialWrap .transfer {
  width: 11%;
}

.specialWrap .chooseDate {
  width: 20%;
}

@media (min-width: 960px) {
  .specialWrap .chooseDate {
    width: 19%;
  }
}

.specialWrap .chooseDate input {
  width: 120px;
}

.specialWrap .airtime {
  width: 18%;
}

@media (min-width: 960px) {
  .specialWrap .airtime {
    width: 13%;
  }
}

.specialWrap .airtime .nice-select {
  width: 100px !important;
  margin-left: 6px;
}

.specialWrap .airDeparture,
.specialWrap .airArrival {
  width: calc( 45% / 2);
}

@media (min-width: 960px) {
  .specialWrap .airDeparture,
  .specialWrap .airArrival {
    width: calc( 52% / 2);
  }
}

.summaryWap .exhaustiveBox,
.summaryWap .simpleBox {
  text-align: center;
}

.summaryWap .exhaustiveBox .summary-title,
.summaryWap .simpleBox .summary-title {
  background: #b6e7f9;
  border-bottom: 2px solid #fff;
  padding: 3px 0;
}

.summaryWap .exhaustiveBox .promotionCode-mobileBtn,
.summaryWap .simpleBox .promotionCode-mobileBtn {
  display: none;
}

.summaryWap .summary-table {
  font: 14px/1.8 verdana, 微軟正黑體;
}

.summaryWap .summary-table span.orangefocus {
  font: 13px/1.8 verdana, 微軟正黑體;
}

.summaryWap .summary-table span.orangefocus:before {
  content: "*";
  font: 15px/1.8 verdana, 微軟正黑體;
  position: relative;
  top: 4px;
  margin-right: 3px;
}

.summaryWap .summary-table tr:not(.topTitle) {
  border-bottom: none;
  border-top: 1px solid #d5d5d5;
}

.summaryWap .summary-table tr.middleStay {
  color: #999;
  text-shadow: 0 0 0 #999;
  border-top: none;
}

.summaryWap .summary-table tr.middleStay td {
  padding: 7px 5px;
}

.summaryWap .summary-table tbody > tr:first-child {
  border: none;
}

.summaryWap .summary-table .airNum,
.summaryWap .summary-table .airDeparture,
.summaryWap .summary-table .airArrival,
.summaryWap .summary-table .flightDuration {
  width: calc((100% - 8%) / 4);
}

.summaryWap .summary-table .orderClass {
  width: 8%;
}

.summaryWap .summary-table .airIata {
  display: none;
}

.summaryWap .summary-table .destination,
.summaryWap .summary-table .airline,
.summaryWap .summary-table .travel-date,
.summaryWap .summary-table .total-cost {
  width: 25%;
}

.summaryWap .summary-table .mobileRight .airIata {
  display: inline-block;
}

.summaryWap .summary-table .mobileRight .middleStay {
  display: none;
}

.summaryWap .summary-table .flightDuration-mobile {
  display: none;
}

.summaryWap .exhaustiveBox .return-title {
  margin-top: 20px;
}

.summaryWap .promoCoin-wrap {
  border: none;
  text-align: left;
}

.summaryWap .promoCoin-wrap td {
  padding: 20px 0;
}

.summaryWap .promoCoin-wrap .promocoin_mEnter {
  height: 35px;
}

.summaryWap .promoCoin-wrap .promocoin_mBtn {
  height: 33px;
}

.summaryWap .ticketDetail-table {
  font: 14px/1.8 verdana, 微軟正黑體;
  margin-top: 20px;
}

.summaryWap .ticketDetail-table tr.ticketDetail-total {
  border-top: 1px solid #fff;
  background: #ffebda;
  text-align: right;
  border-bottom: none;
}

.summaryWap .ticketDetail-table tr.ticketDetail-total td {
  padding: 10px 20px;
}

.customerPoppage-open {
  position: relative;
}

.customerPoppage-open .customerBtn {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  border-radius: 50px;
  position: absolute;
  bottom: 5px;
  right: 10px;
  display: block;
  background: #e1f7ff;
  padding: 0 10px;
}

.customerPoppage-open .customerBtn .icon-search {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  margin: 1px 2px 0 0;
  font-size: 18px;
  vertical-align: text-bottom;
}

.customerPoppage-open .customerBtn:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.customerPoppage-open .customerBtn:hover .icon-search {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.orderinformation label.information-title {
  width: 95px;
  margin-right: 7px;
}

.orderinformation input {
  width: 200px;
}

.orderinformation input.areaNum {
  width: 60px;
  margin-right: 5px;
}

@media (min-width: 960px) {
  .orderinformation input.areaNum {
    margin-right: 10px;
  }
}

.orderinformation input.telNum {
  width: 150px;
}

.orderinformation ul.form > li {
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  .orderinformation ul.form > li {
    float: left;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .orderinformation ul.form > li {
    float: left;
  }
}

.orderinformation .order-name input {
  background: transparent;
  border: none;
}

.orderinformation .order-name input.purpleBg {
  background: transparent;
}

.orderinformation .telNumber,
.orderinformation .extNumber {
  float: left;
}

.orderinformation .extNumber input {
  width: 80px;
}

.orderinformation .extNumber .information-title {
  width: 40px;
}

@media (min-width: 960px) {
  .orderinformation .eMail input {
    width: 225px;
  }
}

.passport-example {
  margin-top: 20px;
}

.passport-example .sampleimg-btn {
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 7px;
  right: 7px;
}

.passport-example .sampleimg-btn .icon-explanation {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.passport-example .sampleimg-btn:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.passport-example .sampleimg-btn:hover .icon-explanation {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.passport-example .example-box {
  *zoom: 1;
  border-radius: 2px;
  background: #efefef;
  padding: 20px;
  position: relative;
  margin-top: 10px;
}

.passport-example .example-box:before, .passport-example .example-box:after {
  content: "";
  display: table;
}

.passport-example .example-box:after {
  clear: both;
}

.passport-example .leftBox,
.passport-example .rightBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}

@media (min-width: 960px) {
  .passport-example .leftBox,
  .passport-example .rightBox {
    float: left;
    width: 50%;
  }
}

.passport-example .leftBox span,
.passport-example .rightBox span {
  font: 20px/1.8 verdana, 微軟正黑體;
}

.passport-example .leftBox {
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  .passport-example .leftBox {
    margin-bottom: 0;
  }
}

.passport-example .leftBox span {
  margin-right: 20px;
}

.passport-example .leftBox .leftBox-content {
  margin: 0 0 20px 45px;
}

@media (min-width: 960px) {
  .passport-example .leftBox .leftBox-content {
    margin: 10px 0 0 45px;
  }
}

.passport-example .leftBox .darkblue {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.passport-example .rightBox p.surname, .passport-example .rightBox p.givenName {
  display: inline-block;
}

.passport-example .rightBox p.surname {
  margin-right: 20px;
}

.passengerDetail-wrap .form > li label,
.passengerDetail-wrap .form > li .information-title {
  font: 14px/1.8 verdana, 微軟正黑體;
  float: none;
  width: auto;
  text-align: left;
  padding: 0;
  margin: 0;
  line-height: 2;
}

.passengerDetail-wrap .passengerDetail-list {
  padding-top: 20px;
}

.passengerDetail-wrap .passengerDetail-list > li {
  display: block;
  margin-bottom: 40px;
}

.passengerDetail-wrap .detailTop,
.passengerDetail-wrap .detailBottom {
  *zoom: 1;
}

.passengerDetail-wrap .detailTop:before, .passengerDetail-wrap .detailTop:after,
.passengerDetail-wrap .detailBottom:before,
.passengerDetail-wrap .detailBottom:after {
  content: "";
  display: table;
}

.passengerDetail-wrap .detailTop:after,
.passengerDetail-wrap .detailBottom:after {
  clear: both;
}

.passengerDetail-wrap .detailTop {
  *zoom: 1;
  border-bottom: 1px dashed #d5d5d5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.passengerDetail-wrap .detailTop:before, .passengerDetail-wrap .detailTop:after {
  content: "";
  display: table;
}

.passengerDetail-wrap .detailTop:after {
  clear: both;
}

.passengerDetail-wrap .detailTop p.number, .passengerDetail-wrap .detailTop p.class, .passengerDetail-wrap .detailTop p.remark {
  float: left;
  display: block;
  margin-right: 10px;
  line-height: 40px;
  height: 40px;
}

.passengerDetail-wrap .detailTop p.number {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #005eb8;
  text-align: center;
  padding: 0 20px;
}

.passengerDetail-wrap .detailTop p.class {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
  font: 20px/1.8 verdana, 微軟正黑體;
}

.passengerDetail-wrap .detailTop .ui-checkbox-box {
  float: left;
}

.passengerDetail-wrap .detailTop .ui-checkbox-box label {
  padding-left: 23px !important;
  line-height: 1.8 !important;
}

.passengerDetail-wrap .detailBottom .leftBox,
.passengerDetail-wrap .detailBottom .rightBox {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}

.passengerDetail-wrap .detailBottom .leftBox:before, .passengerDetail-wrap .detailBottom .leftBox:after,
.passengerDetail-wrap .detailBottom .rightBox:before,
.passengerDetail-wrap .detailBottom .rightBox:after {
  content: "";
  display: table;
}

.passengerDetail-wrap .detailBottom .leftBox:after,
.passengerDetail-wrap .detailBottom .rightBox:after {
  clear: both;
}

@media (min-width: 960px) {
  .passengerDetail-wrap .detailBottom .leftBox,
  .passengerDetail-wrap .detailBottom .rightBox {
    float: left;
  }
}

.passengerDetail-wrap .detailBottom .leftBox {
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  .passengerDetail-wrap .detailBottom .leftBox {
    width: 170px;
    margin: 28px 0 0 10px;
  }
}

@media (min-width: 960px) {
  .passengerDetail-wrap .detailBottom .rightBox {
    width: calc( 100% - 180px - 20px);
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #d5d5d5;
  }
}

.passengerDetail-wrap .detailBottom .nice-select {
  width: 170px !important;
}

.passengerDetail-wrap .detailBottom .form > li:not(:last-child) {
  margin-bottom: 20px;
}

.passengerDetail-wrap .detailBottom-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  padding: 20px 30px;
  background: #efefef;
  border-top: 1px solid #d5d5d5;
}

.passengerDetail-wrap .appellation,
.passengerDetail-wrap .cn-name,
.passengerDetail-wrap .passport-surname,
.passengerDetail-wrap .passport-givenName,
.passengerDetail-wrap .birthDay,
.passengerDetail-wrap .seatfavor,
.passengerDetail-wrap .selectmeal,
.passengerDetail-wrap .membership {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
}

.passengerDetail-wrap .cn-name input,
.passengerDetail-wrap .passport-surname input,
.passengerDetail-wrap .passport-givenName input,
.passengerDetail-wrap .birthDay input {
  width: 120px;
}

@media (min-width: 960px) {
  .passengerDetail-wrap .cn-name input,
  .passengerDetail-wrap .passport-surname input,
  .passengerDetail-wrap .passport-givenName input,
  .passengerDetail-wrap .birthDay input {
    width: 150px;
  }
}

.passengerDetail-wrap .passport-surname input,
.passengerDetail-wrap .passport-givenName input {
  text-transform: uppercase;
}

.passengerDetail-wrap .passport-surname input::placeholder,
.passengerDetail-wrap .passport-givenName input::placeholder {
  text-transform: none;
}

.passengerDetail-wrap .appellation {
  width: 80px;
}

.passengerDetail-wrap .appellation .nice-select {
  width: 100% !important;
}

.passengerDetail-wrap .seatfavor {
  margin-left: 90px;
}

.passengerDetail-wrap .membership {
  margin: 20px 0 0 90px;
}

@media (min-width: 960px) {
  .passengerDetail-wrap .membership {
    margin: 0;
  }
}

.passengerDetail-wrap .membership .membership-number {
  margin-left: 10px;
  width: 250px;
}

@media (min-width: 960px) {
  .passengerDetail-wrap .membership .membership-number {
    width: 240px;
  }
}

@media (min-width: 960px) {
  .passengerDetail-wrap .seatfavor .nice-select,
  .passengerDetail-wrap .selectmeal .nice-select,
  .passengerDetail-wrap .membership .nice-select {
    width: 120px !important;
  }
}

.passengerDetail-wrap .birthDay {
  margin: 0;
}

.select-customer label.information-title {
  width: auto;
  margin-right: 7px;
}

.select-customer ul.form > li {
  display: block;
}

.select-customer ul.form > li:not(:last-child) {
  margin-bottom: 20px;
}

.select-customer ul.discList {
  margin-left: 90px;
  margin-top: -10px;
}

.select-customer .ui-form-box {
  float: left;
}

.select-customer .service-area {
  margin-right: 10px;
}

.select-customer .service-area .nice-select {
  width: 300px !important;
}

.select-customer .service-personnel .nice-select {
  width: 170px !important;
}

.select-customer textarea {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  width: calc( 100% - 70px);
  font: 15px/1.8 verdana, 微軟正黑體;
  padding: 6px;
  float: left;
}

.receipt label.information-title {
  width: 95px;
  margin-right: 7px;
}

.receipt ul.receipt-nav, .receipt ul.receipt-hidebox-list {
  display: block;
}

.receipt ul.receipt-nav > li, .receipt ul.receipt-hidebox-list > li {
  display: block;
}

.receipt ul.receipt-nav > li:not(:last-child), .receipt ul.receipt-hidebox-list > li:not(:last-child) {
  margin-bottom: 20px;
}

.receipt ul.receipt-nav p {
  color: #999;
  text-shadow: 0 0 0 #999;
  font: 13px/1.8 verdana, 微軟正黑體;
  margin-left: 23px;
}

.receipt .leftBox,
.receipt .rightBox {
  float: none;
}

@media (min-width: 960px) {
  .receipt .leftBox,
  .receipt .rightBox {
    width: 50%;
    float: left;
  }
}

.receipt .leftBox {
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  .receipt .leftBox {
    margin: 0;
  }
}

.receipt .receipt-hidebox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #efefef;
  margin-top: 20px;
  padding: 20px 10px;
}

.receipt .receipt-hidebox .ui-radio-box {
  margin-bottom: 20px;
}

.receipt .navCompany {
  margin-right: 15px;
}

.receipt .consignee input {
  float: left;
  width: 160px;
  margin-right: 15px;
}

.receipt .consignee .nice-select {
  width: 20% !important;
}

.receipt .recipient-address .nice-select {
  width: 16% !important;
  margin-right: 15px;
}

.receipt .recipient-address input {
  float: left;
  width: 80%;
  display: block;
  margin: 20px 0 0 103px;
}

@media (min-width: 960px) {
  .receipt .recipient-address input {
    margin: 0;
    width: calc( 100% - 145px - 32% - 30px);
  }
}

.einvoice input {
  display: inline-block;
  width: 180px;
}

@media (min-width: 960px) {
  .einvoice input {
    width: 200px;
  }
}

.einvoice .information-title {
  margin-right: 5px;
  padding: 0;
}

.einvoice .einvoice-item {
  display: block;
  padding: 20px;
}

.einvoice .einvoice-item > li {
  display: block;
  margin-bottom: 20px;
}

.einvoice .wrap {
  *zoom: 1;
  padding: 5px 0 0 23px;
}

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

.einvoice .wrap:after {
  clear: both;
}

.einvoice .wrap > div {
  float: left;
}

.einvoice .personal span {
  line-height: 35px;
}

.einvoice .personalID,
.einvoice .companyTaxID {
  margin-left: 40px;
}

.einvoice .personalID {
  display: none;
}

.mobile-setUp > a, .mobile-setUp button {
  display: block;
  cursor: pointer;
}

.mobile-setUp > a:hover, .mobile-setUp button:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.mobile-setUp > a:hover .icon-arrow-right, .mobile-setUp button:hover .icon-arrow-right {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  border: 2px solid #00a3e0;
}

.mobile-setUp > a img, .mobile-setUp button img {
  display: inline-block;
  margin-top: 5px;
}

.mobile-setUp > a.ui-btn-orange, .mobile-setUp button.ui-btn-orange {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 120px;
}

.mobile-setUp .icon-arrow-right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  transform: rotate(-180deg) scale(0.7);
  display: inline-block;
  margin-right: 3px;
  color: #666;
  border: 2px solid #666;
  text-align: center;
  padding: 4px;
}

/* ---------------------------
    * 04_完成訂位 pnrinfo
    * --------------------- */
.pnrinfo {
  font: 14px/1.8 verdana, 微軟正黑體;
}

.pnrinfo ul.discList {
  font: 13px/1.8 verdana, 微軟正黑體;
}

.pnrinfo .ui-title {
  margin-bottom: 20px;
}

.pnrinfo .wrapbox {
  margin-bottom: 40px;
}

.pnrinfo .tableStyle-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3%;
}

@media (min-width: 900px) {
  .pnrinfo .tableStyle-wrap {
    padding: 0 20px;
  }
}

.pnrinfo .tablebox {
  width: 100%;
  text-align: center;
}

.pnrinfo .tablebox tr {
  border: none;
}

.pnrinfo .tablebox td {
  border-bottom: 1px dashed #d5d5d5;
}

.pnrinfo .tablebox span {
  display: block;
}

.pnrinfo .topTitle {
  color: #999;
  text-shadow: 0 0 0 #999;
}

.pnrinfo .topTitle td {
  border-bottom: 1px solid #d5d5d5;
}

.pnrinfo .fareRules .two-columns a {
  color: #00a3e0;
}

.pnrinfo .fareRules .two-columns > li > .leftBox,
.pnrinfo .fareRules .two-columns > li > .rightBox {
  border-bottom: 1px dashed #d5d5d5;
}

.pnrinfo .fareRules .two-columns > li > .leftBox {
  color: #999;
  text-shadow: 0 0 0 #999;
  text-align: right;
  background: #fff;
  padding-left: 0;
}

@media (min-width: 900px) {
  .pnrinfo .fareRules .two-columns > li > .rightBox {
    padding-left: 30px;
  }
}

@media (min-width: 900px) {
  .pnrinfo .weekend-detail {
    width: 70%;
  }
}

.view-order ul.discList {
  width: 90%;
  margin: 0 auto;
}

.view-order .topBox {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffebda;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
}

.view-order .topBox:before, .view-order .topBox:after {
  content: "";
  display: table;
}

.view-order .topBox:after {
  clear: both;
}

.view-order .ui-btn-orange {
  width: 120px;
  margin: 0 auto;
  margin-top: 10px;
}

.orderSummary .two-columns .tableCell {
  vertical-align: middle;
}

.orderSummary .leftBox,
.orderSummary .rightBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px dashed #d5d5d5;
  padding: 12px 5px;
  background: #fff;
}

.orderSummary .leftBox {
  color: #999;
  text-shadow: 0 0 0 #999;
  text-align: right;
  padding: 12px 0;
}

.orderSummary .rightBox {
  padding-left: 15px;
}

@media (min-width: 900px) {
  .orderSummary .rightBox {
    padding-left: 20px;
  }
}

.travelersDetail .slider-nav,
.paymentDetail .slider-nav,
.specia-bookingRecord .slider-nav {
  display: none;
}

.travelersDetail .tablebox td:nth-child(1) {
  width: 10%;
}

.travelersDetail .tablebox td:nth-child(2) {
  width: 8%;
}

.travelersDetail .tablebox td:not(:nth-child(1)):not(:nth-child(2)) {
  width: calc( (100% - 18%) / 5);
  width: 16.4%\9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .travelersDetail .tablebox td:not(:nth-child(1)):not(:nth-child(2)) {
    width: 16.4%;
  }
}

.special-bookingRecord .tablebox td.number, .special-bookingRecord .tablebox td.airclass {
  width: 5%;
}

.special-bookingRecord .tablebox td.airDeparture, .special-bookingRecord .tablebox td.airArrival {
  width: 24%;
}

.special-bookingRecord .tablebox td.date, .special-bookingRecord .tablebox td.airName, .special-bookingRecord .tablebox td.time, .special-bookingRecord .tablebox td.transfer-point {
  width: calc( 42% / 4);
}

.special-bookingRecord .device-route,
.special-bookingRecord .slider-nav {
  display: none;
}

.paymentDetail .tablebox td {
  width: calc( 100% / 6);
  width: 16.66%\9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .paymentDetail .tablebox td {
    width: 16.66%;
  }
}

.paymentDetail .paymentDetail-total {
  text-align: right;
  padding: 12px 5px;
}

.bookingRecord p.booking-num {
  margin-left: 10px;
}

.bookingRecord p.title {
  position: relative;
  line-height: 25px;
}

.bookingRecord p.title:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 8px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 10px;
  border-color: transparent transparent transparent #00a3e0;
}

.bookingRecord p.title .icon-triangle {
  border-radius: 2px;
  background: #efefef;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  vertical-align: bottom;
}

.bookingRecord .deviceNav,
.bookingRecord .device-route {
  display: none;
}

.bookingRecord .tableStyle-wrap {
  margin-top: 10px;
}

.bookingRecord .outbound {
  margin-bottom: 40px;
}

.bookingRecord .bookingRecord-table .topTitle {
  background: transparent;
  border-bottom: 1px solid #d5d5d5;
}

.bookingRecord .airNum .supplement {
  font: 13px/1.8 verdana, 微軟正黑體;
}

.bookingRecord .airNum .supplement:before {
  content: "*";
  font: 15px/1.8 verdana, 微軟正黑體;
  position: relative;
  top: 4px;
  margin-right: 3px;
}

.bookingRecord .airNum,
.bookingRecord .airArrival,
.bookingRecord .airDeparture {
  width: 24%;
}

.bookingRecord .status,
.bookingRecord .airlinebooking-num {
  width: calc( (100% - 72%) / 3);
}

/* ------------------------
    * 訊息跳窗 message
    * --------------------- */
.popupBox-bg {
  font: 14px/1.8 verdana, 微軟正黑體;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.popupBox-bg img, .popupBox-bg object, .popupBox-bg embed, .popupBox-bg video {
  max-width: 100%;
}

.popupBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  margin: 140px auto 0;
  width: 80%;
  max-width: 650px;
  max-height: 450px;
  overflow-y: auto;
  padding: 40px 20px;
  position: relative;
}

.popupBox .popupBox-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/colorbox_close.png) no-repeat top center;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.popupBox .popupBox-close:hover {
  background: url(../images/colorbox_close.png) no-repeat bottom center;
}

/* -------------
    * 彈跳頁面
    * ------- */
.tax-inquiry,
.fare-rules,
.poppageContainer {
  color: #333;
  text-shadow: 0 0 0 #333;
  font: 14px/1.8 verdana, 微軟正黑體;
}

.tax-inquiry .ui-btn-blue,
.fare-rules .ui-btn-blue,
.poppageContainer .ui-btn-blue {
  margin: 0 auto;
  width: 120px;
  margin-top: 20px;
}

.tax-inquiry .wrapbox,
.fare-rules .wrapbox,
.poppageContainer .wrapbox {
  width: 96%;
  margin: 20px auto;
}

.tax-inquiry #lblTaxInfo a,
.fare-rules #lblTaxInfo a,
.poppageContainer #lblTaxInfo a {
  color: #d6001c;
  text-shadow: 0 0 0 #d6001c;
  text-decoration: underline;
}

.tax-inquiry,
.poppageContainer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 94%;
  margin: 0 auto;
  padding: 40px 0;
}

.tax-inquiry span.airportCode {
  color: #999;
  text-shadow: 0 0 0 #999;
}

.tax-inquiry i.icon-airplane {
  color: #d5d5d5;
  font-size: 16px;
  vertical-align: middle;
  margin: 0 5px;
}

.tax-inquiry ul.two-columns {
  margin-top: 10px;
}

.tax-inquiry .taxInquiry-table {
  margin: 10px 0 0 0;
}

.tax-inquiry .taxInquiry-table p {
  display: inline-block;
}

.tax-inquiry .num {
  width: 8%;
}

.tax-inquiry .airportCode {
  width: 52%;
}

.tax-inquiry .select {
  width: 40%;
}

.tax-inquiry .select p {
  color: #999;
  text-shadow: 0 0 0 #999;
}

.tax-inquiry .supplement {
  color: #999;
  text-shadow: 0 0 0 #999;
  font: 13px/1.8 verdana, 微軟正黑體;
  margin-top: 10px;
}

.fare-rules {
  padding-top: 20px;
  margin-bottom: 20px;
}

.fare-rules a.bluefocus {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  cursor: pointer;
}

.fare-rules a.bluefocus:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.fare-rules .tripDetails-table {
  margin-bottom: 40px;
}

.fare-rules .tripDetails-table .num {
  width: 8%;
}

.fare-rules .tripDetails-table .airline {
  width: calc( 100 - 48%);
}

.fare-rules .tripDetails-table .departure,
.fare-rules .tripDetails-table .arrival {
  width: 20%;
}

.fare-rules .clearfloat {
  margin-bottom: 10px;
}

.fare-rules .ticketDetails-table {
  margin-bottom: 20px;
}

.fare-rules .ticketDetails-table .type,
.fare-rules .ticketDetails-table .airprice,
.fare-rules .ticketDetails-table .reference-tax,
.fare-rules .ticketDetails-table .price {
  width: 25%;
}

.fare-rules .ticketDetails-table .taxSearch {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  cursor: pointer;
}

.fare-rules .ticketDetails-table .taxSearch:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.poppageContainer .list > li {
  display: block !important;
}

.poppageContainer .ui-title {
  margin-bottom: 20px;
}

.poppageContainer button.ui-btn-orange, .poppageContainer button.ui-btn-gray, .poppageContainer button.ui-btn-blue, .poppageContainer a.ui-btn-orange, .poppageContainer a.ui-btn-gray, .poppageContainer a.ui-btn-blue {
  min-width: 120px;
}

.order-confirmation ul.instructions-list li {
  font: 13px/1.8 verdana, 微軟正黑體;
  list-style-type: decimal;
  margin-left: 20px;
}

.order-confirmation ul.ui-checkbox-box {
  float: none;
  font: 15px/1.8 verdana, 微軟正黑體;
}

.order-confirmation .ui-btn-orange,
.order-confirmation .ui-btn-gray {
  margin: 0 auto;
  margin-top: 20px;
}

.order-confirmation .read-instructions {
  border: 1px solid #d5d5d5;
  padding: 15px 12px;
  height: 150px;
  overflow-y: scroll;
  margin: 5px 0 20px 0;
}

.order-confirmation .two-columns {
  margin-bottom: 20px;
}

.passportimg-wrap .sampleimg-item {
  width: 96%;
  margin: 20px auto;
}

.passportimg-wrap .sampleimg-item > li:not(:last-child) {
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.passportimg-wrap .sampleimg-item .normal {
  margin-bottom: 20px;
}

.passportimg-wrap .respond {
  display: none;
}

.passportimg-wrap .discList {
  margin-bottom: 10px;
}

.passportimg-wrap .popupBox,
.confirm-wrap .popupBox {
  max-height: 600px;
}

.bookConfirm ul.discList {
  margin-left: 0;
  margin-bottom: 20px;
}

.bookConfirm ul.discList > li {
  list-style: none;
}

.bookConfirm ul.passenger-list, .bookConfirm ul.passenger-data, .bookConfirm ul.ui-checkbox-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}

.bookConfirm ul.passenger-list > li {
  *zoom: 1;
}

.bookConfirm ul.passenger-list > li:before, .bookConfirm ul.passenger-list > li:after {
  content: "";
  display: table;
}

.bookConfirm ul.passenger-list > li:after {
  clear: both;
}

.bookConfirm ul.passenger-list .leftBox,
.bookConfirm ul.passenger-list .rightBox {
  float: none;
  border-bottom: 3px solid #fff;
}

.bookConfirm ul.passenger-list .leftBox {
  background: #efefef;
}

.bookConfirm ul.passenger-list .leftBox > p {
  font: 18px/1.8 verdana, 微軟正黑體;
  letter-spacing: 1px;
}

.bookConfirm ul.passenger-list .rightBox span.darkblue {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
  font: 18px/1.8 verdana, 微軟正黑體;
  word-break: break-all;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bookConfirm ul.passenger-list .passenger-surname,
.bookConfirm ul.passenger-list .passenger-name {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0 5px;
  word-break: break-all;
}

.bookConfirm ul.passenger-data .leftBox,
.bookConfirm ul.passenger-data .rightBox {
  border-bottom: 1px dashed #d5d5d5;
}

.bookConfirm ul.passenger-data .leftBox > p,
.bookConfirm ul.passenger-data .rightBox > p {
  font: 18px/1.8 verdana, 微軟正黑體;
}

.bookConfirm ul.passenger-data .leftBox {
  width: 35%;
}

.bookConfirm ul.passenger-data .rightBox {
  width: calc( 100% - 35%);
}

.bookConfirm ul.ui-checkbox-box {
  padding: 0 5%;
}

.bookConfirm .leftBox,
.bookConfirm .rightBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px;
}

.bookConfirm .leftBox {
  width: 25%;
  text-align: center;
}

.bookConfirm .rightBox {
  width: calc( 100% - 25%);
}

.bookConfirm .confirmBtn {
  margin-top: 40px;
  text-align: center;
}

.bookConfirm .confirmBtn > button {
  margin: 0 5px;
  padding: 0 20px;
  display: inline-block;
}

.warn-explanation {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.warn-explanation .warntype-icon {
  margin-bottom: 20px;
}

.warn-explanation .warntype-icon > img {
  margin: 0 auto;
  display: block;
  width: 65px;
}

.warn-explanation ul.passenger-warnitem {
  font: 20px/1.8 verdana, 微軟正黑體;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.warn-explanation ul.passenger-warnitem > li {
  margin: 5px 0;
}

.warn-explanation ul.passenger-warnitem > li.passenger > span {
  margin-right: 10px;
}

.warn-explanation .confirmBtn {
  text-align: center;
}

.warn-explanation .confirmBtn > button {
  width: 200px;
  display: inline-block;
}

.taxInquiry-table td.select,
.aviation-table td.select {
  padding-left: 5%;
  text-align: left;
}

.taxInquiry-table .cannot-choose,
.aviation-table .cannot-choose {
  color: #CACACA;
  text-shadow: 0 0 0 #CACACA;
}

.taxInquiry-table .cannot-choose:hover,
.aviation-table .cannot-choose:hover {
  cursor: default;
}

.taxInquiry-table .cannot-choose:hover .icon-circle:before,
.aviation-table .cannot-choose:hover .icon-circle:before {
  border: 1px solid #d0d0d0;
}

.taxInquiry-table .cannot-choose .select-item li:hover,
.aviation-table .cannot-choose .select-item li:hover {
  cursor: default;
}

.taxInquiry-table .cannot-choose .select-item li:hover .icon-circle:before,
.aviation-table .cannot-choose .select-item li:hover .icon-circle:before {
  border: 1px solid #d0d0d0;
}

.taxInquiry-table .cannot-choose .select-item a.itemBtn, .taxInquiry-table .cannot-choose .select-item a:hover,
.aviation-table .cannot-choose .select-item a.itemBtn,
.aviation-table .cannot-choose .select-item a:hover {
  color: #CACACA;
  text-shadow: 0 0 0 #CACACA;
}

.taxInquiry-table .cannot-choose p, .taxInquiry-table .cannot-choose .airportCode,
.taxInquiry-table .cannot-choose .select p,
.taxInquiry-table .cannot-choose li:hover .itemBtn,
.aviation-table .cannot-choose p,
.aviation-table .cannot-choose .airportCode,
.aviation-table .cannot-choose .select p,
.aviation-table .cannot-choose li:hover .itemBtn {
  color: #CACACA;
  text-shadow: 0 0 0 #CACACA;
}

.taxInquiry-table .cannot-choose .icon-circle,
.aviation-table .cannot-choose .icon-circle {
  position: relative;
}

.taxInquiry-table .cannot-choose .icon-circle:after,
.aviation-table .cannot-choose .icon-circle:after {
  content: '';
  width: 1px;
  height: 17px;
  background: #d0d0d0;
  position: absolute;
  z-index: 1;
  transform: rotate(45deg);
  top: 0;
  left: 9px;
}

@media (min-width: 960px) {
  .aviation-table td.select {
    padding-left: 0;
  }
}

@media (min-width: 960px) {
  .aviation-table .select-item {
    padding-left: 7px;
  }
}

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

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

.customer-search input::placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}

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

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

.customer-search .form > li {
  *zoom: 1;
}

.customer-search .form > li:before, .customer-search .form > li:after {
  content: "";
  display: table;
}

.customer-search .form > li:after {
  clear: both;
}

.customer-search .form .ui-btn-blue {
  min-width: auto;
  width: 100px;
  margin: 1px 10px 0 0;
}

.customer-search .form .ui-btn-lineblue {
  height: 33px;
}

.customer-search .searchName,
.customer-search .searchBtn,
.customer-search .newCustomer {
  float: left;
}

.customer-search .searchName {
  margin-right: 10px;
}

.customer-search .customerlist {
  *zoom: 1;
  margin: 30px 0 20px 0;
  float: right;
  line-height: 35px;
}

.customer-search .customerlist:before, .customer-search .customerlist:after {
  content: "";
  display: table;
}

.customer-search .customerlist:after {
  clear: both;
}

.customer-search .customerlist span, .customer-search .customerlist .number, .customer-search .customerlist .ui-form-box {
  float: left;
}

.customer-search .customerlist .number,
.customer-search .customerlist .ui-form-box {
  margin: 0 5px;
}

.customer-search .customerlist .nice-select {
  width: 80px !important;
}

.customer-search .searchName-table {
  font: 13px/1.8 verdana, 微軟正黑體;
}

.customer-search .searchName-table .ui-btn-orange {
  min-width: auto;
}

.customer-search .searchName-table .icon-check {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  font-size: 26px;
}

.customer-search .customerClass span {
  display: block;
}

.ui-autocomplete.ui-menu {
  max-height: 200px;
  z-index: 100;
  padding: 10px !important;
  overflow-y: auto;
}

.ui-autocomplete.ui-menu .ui-menu-item {
  font: 14px/1.8 verdana, 微軟正黑體;
}

.ui-autocomplete.ui-menu .ui-menu-item a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  padding: 8px 0;
  letter-spacing: 1px;
}

.ui-autocomplete.ui-menu .ui-menu-item span {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.ui-autocomplete.ui-menu .ui-menu-item .ui-state-focus {
  color: #333;
  text-shadow: 0 0 0 #333;
  background: #e5f6fc;
  border: none;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}
