@charset "UTF-8";
/*
$color_1:#ff6633;
$color_2:#f78b1e;
$color_3:#666666;
*/
/*
-webkit-   Safari and Chrome
-moz-      火狐
-o-        Opera
-ms-       ie

*/
/*ie和他的兄弟only*/
html, body {
  width: 100%;
  height: 100%; }

body {
  font-family: Arial, Helvetica, 微軟正黑體, sans-serif;
  background-color: #f6f6f6; }
  body.fix {
    position: fixed; }

a {
  color: #333;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }
  a:hover, a:focus {
    color: #FF0066;
    opacity: 1;
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.navbar-dark .navbar-nav .nav-link {
  color: #fff; }

header nav {
  background-color: #28a2f2; }
  header nav .share-icon {
    margin-right: 10px;
    vertical-align: top; }
    @media only screen and (max-width: 990px) {
      header nav .share-icon {
        display: none; } }

footer {
  color: #fff;
  background-color: #999;
  padding: 20px;
  text-align: center; }

.m-show-info {
  display: none; }

.popup-search-form, .popup-search-to {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border: #ccc 1px solid;
  font-size: 14px;
  z-index: 9999; }
  @media only screen and (min-width: 989px) {
    .popup-search-form, .popup-search-to {
      width: 100%;
      left: 26px;
      top: 140px;
      box-shadow: 0 0 3px #666;
      border: 0; } }
  @media only screen and (max-width: 990px) {
    .popup-search-form, .popup-search-to {
      overflow-y: auto;
      height: 100%; } }
  .popup-search-form .head, .popup-search-to .head {
    padding: 10px;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    border-bottom: #ccc 1px solid; }
    @media only screen and (min-width: 989px) {
      .popup-search-form .head, .popup-search-to .head {
        display: none; } }
    .popup-search-form .head .closebtn, .popup-search-to .head .closebtn {
      float: right; }
  .popup-search-form .search-pop, .popup-search-to .search-pop {
    padding: 10px;
    border-bottom: #ccc 1px solid; }
    @media only screen and (min-width: 989px) {
      .popup-search-form .search-pop, .popup-search-to .search-pop {
        display: none; } }
    .popup-search-form .search-pop input, .popup-search-to .search-pop input {
      width: 100%;
      border: #ccc 1px solid;
      height: 36px;
      padding-left: 5px; }
  .popup-search-form .city, .popup-search-to .city {
    position: relative; }
    .popup-search-form .city .closebtn, .popup-search-to .city .closebtn {
      position: absolute;
      right: 10px;
      top: 5px;
      font-size: 21px;
      cursor: pointer; }
      @media only screen and (max-width: 990px) {
        .popup-search-form .city .closebtn, .popup-search-to .city .closebtn {
          display: none; } }
    .popup-search-form .city h2, .popup-search-to .city h2 {
      font-size: 14px;
      color: #fff;
      background-color: #8cd2f9;
      padding: 5px;
      margin: 0; }
      @media only screen and (min-width: 989px) {
        .popup-search-form .city h2, .popup-search-to .city h2 {
          font-size: 16px;
          color: #666;
          background-color: #eee;
          padding: 10px;
          border-bottom: #ccc 1px solid; } }
    .popup-search-form .city ul, .popup-search-to .city ul {
      list-style: none;
      padding: 8px;
      margin: 0;
      font-size: 14px; }
      @media only screen and (min-width: 989px) {
        .popup-search-form .city ul, .popup-search-to .city ul {
          padding: 10px;
          font-size: 16px;
          border-bottom: #ccc 1px solid; } }
      .popup-search-form .city ul li, .popup-search-to .city ul li {
        display: inline-block;
        padding: 3px 10px;
        margin-right: 5px;
        margin-bottom: 5px;
        border: #ddd 1px solid; }
    .popup-search-form .city .other, .popup-search-to .city .other {
      text-align: center;
      padding: 8px 0; }
  .popup-search-form .city-list ul, .popup-search-to .city-list ul {
    list-style: none;
    padding: 0;
    margin: 0 8px; }
    .popup-search-form .city-list ul li, .popup-search-to .city-list ul li {
      padding: 8px 0;
      border-bottom: #ddd 1px solid; }
      .popup-search-form .city-list ul li span, .popup-search-to .city-list ul li span {
        color: #28a2f2; }

.pop-black {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  position: absolute;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 90px 15px 30px 15px;
  top: 0;
  left: 0; }
  @media only screen and (min-width: 989px) {
    .pop-black {
      padding-left: 30%;
      padding-right: 30%; } }
  @media only screen and (min-width: 1300px) {
    .pop-black {
      padding-left: 15%;
      padding-right: 15%; } }
  .pop-black.re-change .content .head {
    padding: 0; }
  .pop-black.re-change .re-change-title {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px; }
    .pop-black.re-change .re-change-title .pop-black-close {
      position: absolute;
      right: 10px;
      top: 0;
      cursor: pointer; }
  .pop-black.order-stand .head {
    color: #fff;
    font-size: 18px; }
  .pop-black .head {
    padding: 15px; }
    .pop-black .head:after {
      content: "";
      clear: both;
      display: table; }
    .pop-black .head .pop-black-close {
      color: #fff;
      float: right;
      cursor: pointer; }
  .pop-black .pop-content {
    background-color: #fff;
    padding: 10px; }
    .pop-black .pop-content h2 {
      font-size: 16px;
      font-weight: bolder; }
    .pop-black .pop-content ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .pop-black .pop-content ul li {
        font-size: 14px;
        padding: 10px 0; }
        .pop-black .pop-content ul li.sel {
          color: #28a2f2; }
    .pop-black .pop-content .change {
      padding: 10px;
      font-size: 14px; }
      .pop-black .pop-content .change .order-btn {
        bottom: 0;
        left: 0;
        padding: 8px 0;
        background-color: #28a2f2;
        color: #fff;
        width: 100%;
        display: inline-block;
        border: 0; }
      .pop-black .pop-content .change .change-box {
        border-bottom: #ccc 1px solid;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        .pop-black .pop-content .change .change-box h3 {
          font-size: 16px; }
        .pop-black .pop-content .change .change-box .one {
          display: inline-block;
          border: #ccc 1px solid;
          padding: 2px 6px; }
          .pop-black .pop-content .change .change-box .one.sel-one {
            background-color: #28a2f2;
            border: #28a2f2 1px solid;
            color: #fff; }
          .pop-black .pop-content .change .change-box .one .name {
            font-size: 16px;
            display: block; }
          .pop-black .pop-content .change .change-box .one .price {
            display: block; }
      .pop-black .pop-content .change .travel-time {
        border-bottom: #ccc 1px solid;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        .pop-black .pop-content .change .travel-time h3 {
          font-size: 16px; }
        .pop-black .pop-content .change .travel-time select {
          width: 100%;
          padding-left: 5px;
          height: 30px; }
      .pop-black .pop-content .change .travel-fly {
        border-bottom: #ccc 1px solid;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        .pop-black .pop-content .change .travel-fly h3 {
          font-size: 16px; }
        .pop-black .pop-content .change .travel-fly h4 {
          font-size: 14px;
          color: #28a2f2; }
        .pop-black .pop-content .change .travel-fly input {
          width: 30%;
          padding-left: 5px;
          height: 30px;
          margin-bottom: 10px; }
      .pop-black .pop-content .change .airport {
        border-bottom: #ccc 1px solid;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        .pop-black .pop-content .change .airport h3 {
          font-size: 16px; }
        .pop-black .pop-content .change .airport h4 {
          color: #28a2f2;
          font-size: 14px; }
        .pop-black .pop-content .change .airport .from .one {
          border: #ccc 1px solid;
          padding: 3px 6px;
          display: inline-block;
          margin-bottom: 10px; }
          .pop-black .pop-content .change .airport .from .one.sel-one {
            background-color: #28a2f2;
            border: #28a2f2 1px solid;
            color: #fff; }
        .pop-black .pop-content .change .airport .to .one {
          border: #ccc 1px solid;
          padding: 3px 6px;
          display: inline-block;
          margin-bottom: 10px; }
          .pop-black .pop-content .change .airport .to .one.sel-one {
            background-color: #28a2f2;
            border: #28a2f2 1px solid;
            color: #fff; }
      .pop-black .pop-content .change .co {
        border-bottom: #ccc 1px solid;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        .pop-black .pop-content .change .co h3 {
          font-size: 16px; }
        .pop-black .pop-content .change .co .co-box .one {
          border: #ccc 1px solid;
          padding: 3px 6px;
          display: inline-block;
          margin-bottom: 10px; }
          .pop-black .pop-content .change .co .co-box .one.sel-one {
            background-color: #28a2f2;
            border: #28a2f2 1px solid;
            color: #fff; }

@media only screen and (min-width: 989px) {
  .t-search-box {
    min-width: 990px; } }
.t-search-box .content {
  background-color: #fff;
  padding: 15px 10px 10px 10px;
  margin-bottom: 5px;
  font-size: 12px; }
  @media only screen and (min-width: 989px) {
    .t-search-box .content {
      font-size: 18px;
      margin-bottom: 0;
      padding: 20px; } }
  .t-search-box .content input {
    font-size: 16px; }
    @media only screen and (min-width: 989px) {
      .t-search-box .content input {
        border: #ccc 1px solid !important;
        padding-left: 5px; } }
  .t-search-box .content .two-way:after {
    content: "";
    clear: both;
    display: table; }
  .t-search-box .content .two-way .trip {
    border-bottom: #ccc 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative; }
    @media only screen and (min-width: 989px) {
      .t-search-box .content .two-way .trip {
        width: 50%;
        float: left;
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; } }
    .t-search-box .content .two-way .trip:after {
      content: "";
      clear: both;
      display: table; }
    .t-search-box .content .two-way .trip .from {
      width: 50%;
      float: left;
      padding-right: 5px; }
      @media only screen and (min-width: 989px) {
        .t-search-box .content .two-way .trip .from {
          padding-right: 10px; } }
      .t-search-box .content .two-way .trip .from .head {
        display: block; }
      .t-search-box .content .two-way .trip .from input {
        width: 100%;
        border: 0; }
      .t-search-box .content .two-way .trip .from .m-show-info {
        display: none; }
        .t-search-box .content .two-way .trip .from .m-show-info .name {
          display: block;
          font-size: 20px;
          color: #28a2f2; }
        .t-search-box .content .two-way .trip .from .m-show-info .name-ch {
          display: block;
          font-size: 12px; }
    .t-search-box .content .two-way .trip .to {
      width: 50%;
      float: left; }
      @media only screen and (min-width: 989px) {
        .t-search-box .content .two-way .trip .to {
          padding-right: 10px; } }
      .t-search-box .content .two-way .trip .to .head {
        display: block; }
      .t-search-box .content .two-way .trip .to input {
        width: 100%;
        border: 0; }
      .t-search-box .content .two-way .trip .to .m-show-info {
        display: none; }
        .t-search-box .content .two-way .trip .to .m-show-info .name {
          display: block;
          font-size: 20px;
          color: #28a2f2; }
        .t-search-box .content .two-way .trip .to .m-show-info .name-ch {
          display: block; }
  @media only screen and (min-width: 989px) {
    .t-search-box .content .two-way .time {
      width: 50%;
      float: left; } }
  .t-search-box .content .two-way .time:after {
    content: "";
    clear: both;
    display: table; }
  .t-search-box .content .two-way .time .from {
    width: 50%;
    float: left;
    padding-right: 5px; }
    @media only screen and (min-width: 989px) {
      .t-search-box .content .two-way .time .from {
        padding-right: 10px; } }
    .t-search-box .content .two-way .time .from .head {
      display: block; }
    .t-search-box .content .two-way .time .from input {
      width: 100%;
      border: 0; }
    .t-search-box .content .two-way .time .from .data {
      font-size: 14px;
      display: none; }
  .t-search-box .content .two-way .time .to {
    width: 50%;
    float: left; }
    @media only screen and (min-width: 989px) {
      .t-search-box .content .two-way .time .to {
        padding-right: 10px; } }
    .t-search-box .content .two-way .time .to .head {
      display: block; }
    .t-search-box .content .two-way .time .to input {
      width: 100%;
      border: 0; }
    .t-search-box .content .two-way .time .to .data {
      display: none;
      font-size: 14px; }
  .t-search-box .content .one-way {
    display: none; }
    .t-search-box .content .one-way:after {
      content: "";
      clear: both;
      display: table; }
    .t-search-box .content .one-way .trip {
      border-bottom: #ccc 1px solid;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      @media only screen and (min-width: 989px) {
        .t-search-box .content .one-way .trip {
          width: 50%;
          float: left;
          border-bottom: 0;
          margin-bottom: 0;
          padding-bottom: 0; } }
      .t-search-box .content .one-way .trip:after {
        content: "";
        clear: both;
        display: table; }
      .t-search-box .content .one-way .trip .from {
        width: 50%;
        float: left;
        padding-right: 5px; }
        @media only screen and (min-width: 989px) {
          .t-search-box .content .one-way .trip .from {
            padding-right: 10px; } }
        .t-search-box .content .one-way .trip .from .head {
          display: block; }
        .t-search-box .content .one-way .trip .from input {
          width: 100%;
          border: 0; }
        .t-search-box .content .one-way .trip .from .m-show-info {
          display: none; }
          .t-search-box .content .one-way .trip .from .m-show-info .name {
            display: block;
            font-size: 20px;
            color: #28a2f2; }
          .t-search-box .content .one-way .trip .from .m-show-info .name-ch {
            display: block; }
      .t-search-box .content .one-way .trip .to {
        width: 50%;
        float: left; }
        @media only screen and (min-width: 989px) {
          .t-search-box .content .one-way .trip .to {
            padding-right: 10px; } }
        .t-search-box .content .one-way .trip .to .head {
          display: block; }
        .t-search-box .content .one-way .trip .to input {
          width: 100%;
          border: 0; }
        .t-search-box .content .one-way .trip .to .m-show-info {
          display: none; }
          .t-search-box .content .one-way .trip .to .m-show-info .name {
            display: block;
            font-size: 20px;
            color: #28a2f2; }
          .t-search-box .content .one-way .trip .to .m-show-info .name-ch {
            display: block; }
    @media only screen and (min-width: 989px) {
      .t-search-box .content .one-way .time {
        width: 50%;
        float: left; } }
    .t-search-box .content .one-way .time:after {
      content: "";
      clear: both;
      display: table; }
    .t-search-box .content .one-way .time .from {
      width: 50%;
      float: left;
      padding-right: 5px; }
      .t-search-box .content .one-way .time .from input {
        width: 100%;
        border: 0; }
      .t-search-box .content .one-way .time .from .head {
        display: block; }
      .t-search-box .content .one-way .time .from .data {
        font-size: 14px;
        display: none; }
  .t-search-box .content .many-way {
    display: none; }
    .t-search-box .content .many-way .one {
      border-bottom: #ccc 1px solid;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      @media only screen and (min-width: 989px) {
        .t-search-box .content .many-way .one {
          padding-bottom: 20px; } }
      .t-search-box .content .many-way .one h3 {
        font-size: 12px; }
        @media only screen and (min-width: 989px) {
          .t-search-box .content .many-way .one h3 {
            font-size: 18px; } }
      .t-search-box .content .many-way .one .info:after {
        content: "";
        clear: both;
        display: table; }
      .t-search-box .content .many-way .one .info .from {
        width: 33.333%;
        float: left; }
        @media only screen and (min-width: 989px) {
          .t-search-box .content .many-way .one .info .from {
            padding-right: 10px; } }
        .t-search-box .content .many-way .one .info .from input {
          width: 100%;
          border: 0; }
      .t-search-box .content .many-way .one .info .to {
        width: 330px;
        float: left; }
        @media only screen and (min-width: 989px) {
          .t-search-box .content .many-way .one .info .to {
            padding-right: 10px; } }
        .t-search-box .content .many-way .one .info .to input {
          width: 100%;
          border: 0; }
      .t-search-box .content .many-way .one .info .one-time {
        width: 33.333%;
        float: left; }
        .t-search-box .content .many-way .one .info .one-time input {
          width: 100%;
          border: 0; }
    .t-search-box .content .many-way .change {
      text-align: center; }
      @media only screen and (min-width: 989px) {
        .t-search-box .content .many-way .change {
          text-align: right; } }
      .t-search-box .content .many-way .change:after {
        content: "";
        clear: both;
        display: table; }
      .t-search-box .content .many-way .change i {
        font-size: 30px; }
        @media only screen and (min-width: 989px) {
          .t-search-box .content .many-way .change i {
            font-size: 16px; } }
      .t-search-box .content .many-way .change .plus {
        width: 50%;
        float: left;
        cursor: pointer; }
        .t-search-box .content .many-way .change .plus span {
          font-size: 21px; }
        @media only screen and (min-width: 989px) {
          .t-search-box .content .many-way .change .plus {
            width: auto;
            display: inline-block;
            font-size: 14px;
            float: none;
            padding-right: 10px; } }
      .t-search-box .content .many-way .change .reduce {
        width: 50%;
        float: left;
        cursor: pointer; }
        .t-search-box .content .many-way .change .reduce span {
          font-size: 24px; }
        @media only screen and (min-width: 989px) {
          .t-search-box .content .many-way .change .reduce {
            width: auto;
            display: inline-block;
            font-size: 14px;
            float: none; } }
.t-search-box .av-search {
  background-color: #fff;
  padding: 10px;
  font-size: 12px; }
  @media only screen and (min-width: 989px) {
    .t-search-box .av-search {
      padding: 0 20px 0 20px;
      font-size: 16px; } }
  .t-search-box .av-search .go {
    background-color: #28a2f2;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    border: 0;
    cursor: pointer; }
    @media only screen and (min-width: 989px) {
      .t-search-box .av-search .go {
        width: auto;
        padding: 10px 40px; } }
  .t-search-box .av-search h3 {
    font-size: 14px; }
    @media only screen and (min-width: 989px) {
      .t-search-box .av-search h3 {
        display: none; } }
  .t-search-box .av-search .info {
    margin-bottom: 15px; }
    @media only screen and (min-width: 989px) {
      .t-search-box .av-search .info {
        display: none; } }
  @media only screen and (min-width: 989px) {
    .t-search-box .av-search .member-wrapper {
      border-top: #ccc 1px solid;
      padding-top: 10px; }
      .t-search-box .av-search .member-wrapper:after {
        content: "";
        clear: both;
        display: table; } }
  .t-search-box .av-search .member-wrapper .member {
    border-bottom: #ccc 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center; }
    @media only screen and (min-width: 989px) {
      .t-search-box .av-search .member-wrapper .member {
        width: 33.3333%;
        float: left;
        padding-left: 10px; } }
    .t-search-box .av-search .member-wrapper .member:after {
      content: "";
      clear: both;
      display: table; }
    .t-search-box .av-search .member-wrapper .member .reduce {
      width: 25%;
      float: left;
      font-size: 21px; }
      @media only screen and (min-width: 989px) {
        .t-search-box .av-search .member-wrapper .member .reduce {
          width: auto;
          padding-right: 10px; } }
    .t-search-box .av-search .member-wrapper .member .age {
      width: 50%;
      float: left; }
      @media only screen and (min-width: 989px) {
        .t-search-box .av-search .member-wrapper .member .age {
          text-align: left;
          width: auto;
          padding-right: 10px; } }
      .t-search-box .av-search .member-wrapper .member .age span {
        padding-right: 5px;
        font-size: 21px;
        font-weight: bolder;
        color: #28a2f2; }
    .t-search-box .av-search .member-wrapper .member .plus {
      width: 25%;
      float: left;
      font-size: 21px; }
      @media only screen and (min-width: 989px) {
        .t-search-box .av-search .member-wrapper .member .plus {
          width: auto; } }
  @media only screen and (min-width: 989px) {
    .t-search-box .av-search .bottom-go:after {
      content: "";
      clear: both;
      display: table; } }
  .t-search-box .av-search .bottom-go .sub-search {
    margin-bottom: 15px; }
    @media only screen and (min-width: 989px) {
      .t-search-box .av-search .bottom-go .sub-search {
        width: 50%;
        float: left; } }
    .t-search-box .av-search .bottom-go .sub-search:after {
      content: "";
      clear: both;
      display: table; }
    .t-search-box .av-search .bottom-go .sub-search .seat {
      width: 50%;
      float: left;
      padding-right: 5px; }
      .t-search-box .av-search .bottom-go .sub-search .seat .head {
        display: block;
        padding: 0; }
      .t-search-box .av-search .bottom-go .sub-search .seat input {
        width: 100%;
        border: 0; }
      .t-search-box .av-search .bottom-go .sub-search .seat .cont {
        display: block; }
    .t-search-box .av-search .bottom-go .sub-search .con {
      width: 50%;
      float: left; }
      .t-search-box .av-search .bottom-go .sub-search .con .head {
        display: block;
        padding: 0; }
      .t-search-box .av-search .bottom-go .sub-search .con input {
        width: 100%;
        border: 0; }
      .t-search-box .av-search .bottom-go .sub-search .con .cont {
        display: block; }
  @media only screen and (min-width: 989px) {
    .t-search-box .av-search .bottom-go .right-wrapper {
      width: 50%;
      float: left;
      text-align: right; }
      .t-search-box .av-search .bottom-go .right-wrapper:after {
        content: "";
        clear: both;
        display: table; } }
  .t-search-box .av-search .bottom-go .right-wrapper .direct-go {
    margin-bottom: 15px;
    font-size: 16px;
    cursor: pointer; }
    .t-search-box .av-search .bottom-go .right-wrapper .direct-go.cho {
      color: #999; }
      .t-search-box .av-search .bottom-go .right-wrapper .direct-go.cho i {
        color: #ccc; }
    @media only screen and (min-width: 989px) {
      .t-search-box .av-search .bottom-go .right-wrapper .direct-go {
        width: 50%;
        float: left;
        padding-top: 10px;
        text-align: center; } }
    .t-search-box .av-search .bottom-go .right-wrapper .direct-go i {
      color: #28a2f2; }

.tkt-np-wrapper {
  margin-bottom: 30px;
  padding-top: 10px; }
  .tkt-np-wrapper .right-b {
    float: left;
    text-align: center;
    padding-top: 5px;
    padding-left: 10px; }
    @media only screen and (max-width: 990px) {
      .tkt-np-wrapper {
        float: none; } }
  @media only screen and (min-width: 989px) {
    .tkt-np-wrapper {
      max-width: 990px;
      margin: 30px auto; }
      .tkt-np-wrapper:after {
        content: "";
        clear: both;
        display: table; } }
  .tkt-np-wrapper .tkt-np {
    background-color: #f6f6f6;
    padding: 5px; }
    @media only screen and (min-width: 989px) {
      .tkt-np-wrapper .tkt-np {
        width: 74%;
        float: left;
        position: relative; } }
    .tkt-np-wrapper .tkt-np .tab {
      border-radius: 5px 5px 0 0;
      background-color: #28a2f2; }
      .tkt-np-wrapper .tkt-np .tab ul {
        list-style: none;
        overflow-y: hidden;
        padding: 0;
        margin: 0;
        font-weight: bolder; }
        .tkt-np-wrapper .tkt-np .tab ul li {
          text-align: center;
          padding: 15px 0;
          color: #fff;
          width: 33%;
          float: left;
          cursor: pointer; }
          .tkt-np-wrapper .tkt-np .tab ul li:last-child {
            width: 34%; }
          .tkt-np-wrapper .tkt-np .tab ul li.sel {
            background-color: #fff;
            color: #666; }

.tkt-step1 {
  padding-top: 60px; }
  @media only screen and (min-width: 989px) {
    .tkt-step1 {
      width: 1000px;
      margin: 30px auto 30px auto; } }
  @media only screen and (min-width: 989px) {
    .tkt-step1 .upper-cont {
      margin-bottom: 10px; }
      .tkt-step1 .upper-cont:after {
        content: "";
        clear: both;
        display: table; } }
  .tkt-step1 .upper-cont .top-menu {
    margin-bottom: 5px;
    background-color: #fff;
    text-align: center;
    font-size: 14px; }
    @media only screen and (min-width: 989px) {
      .tkt-step1 .upper-cont .top-menu {
        background: none;
        float: left; } }
    .tkt-step1 .upper-cont .top-menu:after {
      content: "";
      clear: both;
      display: table; }
    .tkt-step1 .upper-cont .top-menu .price {
      width: 50%;
      float: left;
      padding: 10px 0;
      border-right: #ccc 1px solid;
      cursor: pointer; }
      @media only screen and (min-width: 989px) {
        .tkt-step1 .upper-cont .top-menu .price {
          width: auto;
          padding: 6px 20px;
          display: inline-block;
          margin-right: 10px;
          border: #ccc 1px solid;
          background-color: #ddd; } }
    .tkt-step1 .upper-cont .top-menu .order {
      width: 50%;
      float: left;
      padding: 10px 0;
      cursor: pointer; }
      @media only screen and (min-width: 989px) {
        .tkt-step1 .upper-cont .top-menu .order {
          width: auto;
          padding: 6px 20px;
          display: inline-block;
          border: #ccc 1px solid;
          background-color: #ddd; } }
  .tkt-step1 .upper-cont .buy-step {
    margin-bottom: 5px;
    font-size: 13px; }
    @media only screen and (min-width: 989px) {
      .tkt-step1 .upper-cont .buy-step {
        font-size: 18px;
        margin-bottom: 15px;
        float: right; } }
    .tkt-step1 .upper-cont .buy-step ul {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: center; }
      @media only screen and (min-width: 989px) {
        .tkt-step1 .upper-cont .buy-step ul {
          text-align: right; } }
      .tkt-step1 .upper-cont .buy-step ul:after {
        content: "";
        clear: both;
        display: table; }
      .tkt-step1 .upper-cont .buy-step ul li {
	width: 25%;
	float: left;
	background-color: #ddd;
	color: #666;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
        @media only screen and (min-width: 989px) {
          .tkt-step1 .upper-cont .buy-step ul li {
            padding: 0;
            background: none;
            display: inline-block;
            width: auto;
            float: none;
            margin: 0 15px; } }
        .tkt-step1 .upper-cont .buy-step ul li.sel {
          color: #28a2f2;
          border-bottom: #28a2f2 2px solid; }
  .tkt-step1 .tkt-step1-cont {
    padding: 5px; }
    @media only screen and (min-width: 989px) {
      .tkt-step1 .tkt-step1-cont {
        padding: 0; } }
    .tkt-step1 .tkt-step1-cont .yourTkt {
      background-color: #fff;
      border: #ccc 1px solid;
      padding: 10px;
      font-size: 14px;
      margin-bottom: 5px; }
      @media only screen and (min-width: 989px) {
        .tkt-step1 .tkt-step1-cont .yourTkt {
          padding: 15px;
          font-size: 16px;
          background: none;
          border: 0;
          border-top: #ccc 1px solid; } }
      .tkt-step1 .tkt-step1-cont .yourTkt:after {
        content: "";
        clear: both;
        display: table; }
      .tkt-step1 .tkt-step1-cont .yourTkt .info {
        width: 80%;
        float: left;
        border-right: #ccc 1px solid; }
        @media only screen and (min-width: 989px) {
          .tkt-step1 .tkt-step1-cont .yourTkt .info {
            border-right: 0; } }
        .tkt-step1 .tkt-step1-cont .yourTkt .info h4 {
          font-size: 16px;
          color: #28a2f2; }
          @media only screen and (min-width: 989px) {
            .tkt-step1 .tkt-step1-cont .yourTkt .info h4 {
              font-size: 21px;
              margin-bottom: 10px;
              padding-top: 20px; } }
        .tkt-step1 .tkt-step1-cont .yourTkt .info .time {
          display: block; }
          @media only screen and (min-width: 989px) {
            .tkt-step1 .tkt-step1-cont .yourTkt .info .time {
              display: inline-block;
              font-size: 18px; } }
        .tkt-step1 .tkt-step1-cont .yourTkt .info .member {
          display: block; }
          @media only screen and (min-width: 989px) {
            .tkt-step1 .tkt-step1-cont .yourTkt .info .member {
              display: inline-block;
              padding-left: 20px;
              border-left: #ccc 1px solid;
              margin-left: 20px; } }
      .tkt-step1 .tkt-step1-cont .yourTkt .change {
        width: 20%;
        float: left;
        text-align: center;
        padding-top: 25px; }
        @media only screen and (min-width: 989px) {
          .tkt-step1 .tkt-step1-cont .yourTkt .change {
            background-color: #28a2f2;
            padding: 10px 20px;
            font-size: 16px;
            color: #fff;
            width: auto;
            float: right;
            display: inline-block;
            margin-top: 15px;
            cursor: pointer; } }
    .tkt-step1 .tkt-step1-cont .one-wrapper .one {
      padding: 10px;
      border: #ccc 1px solid;
      background-color: #fff;
      margin-bottom: 5px;
      font-size: 14px; }
      @media only screen and (min-width: 989px) {
        .tkt-step1 .tkt-step1-cont .one-wrapper .one {
          font-size: 18px;
          padding: 15px;
          margin-bottom: 15px;
          cursor: pointer; } }
      .tkt-step1 .tkt-step1-cont .one-wrapper .one:after {
        content: "";
        clear: both;
        display: table; }
      .tkt-step1 .tkt-step1-cont .one-wrapper .one .info {
        width: 77%;
        float: left;
        border-right: #ccc 1px solid;
        padding-right: 10px; }
        .tkt-step1 .tkt-step1-cont .one-wrapper .one .info .from {
          width: 38%;
          float: left; }
          .tkt-step1 .tkt-step1-cont .one-wrapper .one .info .from .city {
            color: #28a2f2; }
          .tkt-step1 .tkt-step1-cont .one-wrapper .one .info .from .airport {
            display: block;
            font-size: 12px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
            @media only screen and (min-width: 989px) {
              .tkt-step1 .tkt-step1-cont .one-wrapper .one .info .from .airport {
                font-size: 16px; } }
        .tkt-step1 .tkt-step1-cont .one-wrapper .one .info .fly {
          width: 24%;
          float: left;
          font-size: 12px;
          padding-top: 8px; }
          @media only screen and (min-width: 989px) {
            .tkt-step1 .tkt-step1-cont .one-wrapper .one .info .fly {
              font-size: 16px; } }
          .tkt-step1 .tkt-step1-cont .one-wrapper .one .info .fly span {
            display: block;
            padding-left: 15px; }
            @media only screen and (min-width: 989px) {
              .tkt-step1 .tkt-step1-cont .one-wrapper .one .info .fly span {
                display: inline; } }
        .tkt-step1 .tkt-step1-cont .one-wrapper .one .info .to {
          width: 38%;
          float: left; }
          .tkt-step1 .tkt-step1-cont .one-wrapper .one .info .to .city {
            color: #28a2f2; }
          .tkt-step1 .tkt-step1-cont .one-wrapper .one .info .to .airport {
            display: block;
            font-size: 12px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
            @media only screen and (min-width: 989px) {
              .tkt-step1 .tkt-step1-cont .one-wrapper .one .info .to .airport {
                font-size: 16px; } }
        .tkt-step1 .tkt-step1-cont .one-wrapper .one .info .go {
          border-bottom: #ccc 1px solid;
          padding-bottom: 5px;
          margin-bottom: 5px; }
          .tkt-step1 .tkt-step1-cont .one-wrapper .one .info .go:after {
            content: "";
            clear: both;
            display: table; }
        .tkt-step1 .tkt-step1-cont .one-wrapper .one .info .back:after {
          content: "";
          clear: both;
          display: table; }
      .tkt-step1 .tkt-step1-cont .one-wrapper .one .price {
        width: 23%;
        float: left;
        font-size: 12px;
        text-align: right; }
        @media only screen and (min-width: 989px) {
          .tkt-step1 .tkt-step1-cont .one-wrapper .one .price {
            font-size: 16px; } }
        .tkt-step1 .tkt-step1-cont .one-wrapper .one .price .money span {
          font-size: 16px;
          color: #cc0000; }
          @media only screen and (min-width: 989px) {
            .tkt-step1 .tkt-step1-cont .one-wrapper .one .price .money span {
              font-size: 21px; } }
        .tkt-step1 .tkt-step1-cont .one-wrapper .one .price .air-logo .logo-img img {
          width: 20px; }

.tkt-info-list {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  background-color: #f6f6f6; }
  @media only screen and (min-width: 989px) {
    .tkt-info-list {
      width: 100%;
      margin: 0 auto 30px auto;
      padding: 0 20% 0 20%; } }
  @media only screen and (min-width: 1300px) {
    .tkt-info-list {
      padding-left: 15%;
      padding-right: 15%; } }
  .tkt-info-list .bottom-submit {
    position: fixed;
    bottom: 0;
    padding: 8px 0;
    background-color: #28a2f2;
    color: #fff;
    width: 100%;
    display: inline-block;
    border: 0; }
    @media only screen and (min-width: 989px) {
      .tkt-info-list .bottom-submit {
        padding: 10px 40px;
        width: auto;
        display: block;
        margin: 30px auto;
        position: static; } }
  .tkt-info-list .title-top {
    text-align: center;
    padding: 8px 0;
    width: 100%;
    background-color: #fff;
    position: relative;
    border-bottom: #ccc 1px solid; }
    @media only screen and (min-width: 989px) {
      .tkt-info-list .title-top {
        background: none;
        border-bottom: 0;
        font-size: 21px; } }
    .tkt-info-list .title-top .info-list-close {
      position: absolute;
      right: 10px;
      top: 8px; }
      @media only screen and (min-width: 989px) {
        .tkt-info-list .title-top .info-list-close {
          right: 10px;
          font-size: 24px;
          cursor: pointer; } }
  .tkt-info-list .info-tap {
    border-bottom: #ccc solid 1px;
    padding: 5px 0;
    background-color: #fff;
    margin-bottom: 5px; }
    @media only screen and (min-width: 989px) {
      .tkt-info-list .info-tap {
        background: none;
        margin-bottom: 15px;
        border-bottom: 0;
        text-align: center; } }
    .tkt-info-list .info-tap ul {
      list-style: none;
      padding: 0;
      margin: 0;
      padding: 5px; }
      .tkt-info-list .info-tap ul:after {
        content: "";
        clear: both;
        display: table; }
      .tkt-info-list .info-tap ul li {
        width: 33.33333%;
        float: left;
        padding: 6px 30px;
        text-align: center; }
        .tkt-info-list .info-tap ul li.sel-one span {
          display: block;
          padding-top: 5px;
          border-bottom: #28a2f2 3px solid; }
        @media only screen and (min-width: 989px) {
          .tkt-info-list .info-tap ul li {
            padding: 6px 20px;
            margin-left: 5px;
            margin-right: 5px;
            float: none;
            width: auto;
            display: inline-block;
            background-color: #fff;
            border: #ccc 1px solid;
            cursor: pointer;
            min-height: 46px; }
            .tkt-info-list .info-tap ul li.sel-one span {
              padding-top: 0; } }
  .tkt-info-list .tkt-info-cont {
    padding: 5px; }
    @media only screen and (min-width: 989px) {
      .tkt-info-list .tkt-info-cont {
        padding: 0;
        min-width: 900px; } }
    .tkt-info-list .tkt-info-cont .air-trip {
      margin-bottom: 60px; }
      .tkt-info-list .tkt-info-cont .air-trip .go {
        margin-bottom: 10px;
        background-color: #fff;
        border: #ccc 1px solid; }
      .tkt-info-list .tkt-info-cont .air-trip .back {
        margin-bottom: 10px;
        background-color: #fff;
        border: #ccc 1px solid; }
      .tkt-info-list .tkt-info-cont .air-trip .head {
        padding: 10px;
        background-color: #eee; }
        @media only screen and (min-width: 989px) {
          .tkt-info-list .tkt-info-cont .air-trip .head {
            padding: 15px; } }
        .tkt-info-list .tkt-info-cont .air-trip .head:after {
          content: "";
          clear: both;
          display: table; }
        .tkt-info-list .tkt-info-cont .air-trip .head .name {
          float: left;
          padding-top: 10px; }
          @media only screen and (min-width: 989px) {
            .tkt-info-list .tkt-info-cont .air-trip .head .name {
              padding-top: 0;
              font-size: 18px; } }
          @media only screen and (min-width: 989px) {
            .tkt-info-list .tkt-info-cont .air-trip .head .name span {
              font-size: 18px;
              padding-left: 10px; } }
        .tkt-info-list .tkt-info-cont .air-trip .head .airtime {
          text-align: right;
          font-size: 14px;
          float: right; }
          @media only screen and (min-width: 989px) {
            .tkt-info-list .tkt-info-cont .air-trip .head .airtime .go-method {
              font-size: 14px;
              display: inline-block; } }
          .tkt-info-list .tkt-info-cont .air-trip .head .airtime .time {
            font-size: 12px; }
            @media only screen and (min-width: 989px) {
              .tkt-info-list .tkt-info-cont .air-trip .head .airtime .time {
                font-size: 14px;
                display: inline-block;
                padding-left: 10px; } }
      .tkt-info-list .tkt-info-cont .air-trip .go-cont {
        padding: 10px; }
        @media only screen and (min-width: 989px) {
          .tkt-info-list .tkt-info-cont .air-trip .go-cont {
            padding: 30px 15px;
            position: relative; } }
        .tkt-info-list .tkt-info-cont .air-trip .go-cont:after {
          content: "";
          clear: both;
          display: table; }
        .tkt-info-list .tkt-info-cont .air-trip .go-cont .pic {
          width: 30%;
          float: left; }
          @media only screen and (min-width: 989px) {
            .tkt-info-list .tkt-info-cont .air-trip .go-cont .pic {
              width: auto; } }
          .tkt-info-list .tkt-info-cont .air-trip .go-cont .pic .from {
            border: #ccc 1px solid;
            padding: 6px 12px;
            display: inline-block; }
            @media only screen and (min-width: 989px) {
              .tkt-info-list .tkt-info-cont .air-trip .go-cont .pic .from {
                position: relative;
                width: 61px; }
                .tkt-info-list .tkt-info-cont .air-trip .go-cont .pic .from:after {
                  content: "";
                  position: absolute;
                  left: 59px;
                  top: 18px;
                  height: 1px;
                  width: 50px;
                  background-color: #ccc; } }
          .tkt-info-list .tkt-info-cont .air-trip .go-cont .pic .btline {
            height: 60px;
            position: relative; }
            .tkt-info-list .tkt-info-cont .air-trip .go-cont .pic .btline:after {
              content: "";
              position: absolute;
              left: 26px;
              top: 0;
              height: 60px;
              width: 1px;
              background-color: #ccc; }
            @media only screen and (min-width: 989px) {
              .tkt-info-list .tkt-info-cont .air-trip .go-cont .pic .btline {
                display: none; } }
          .tkt-info-list .tkt-info-cont .air-trip .go-cont .pic .to {
            border: #ccc 1px solid;
            padding: 6px 12px;
            display: inline-block; }
            @media only screen and (min-width: 989px) {
              .tkt-info-list .tkt-info-cont .air-trip .go-cont .pic .to {
                margin-left: 45px; } }
        .tkt-info-list .tkt-info-cont .air-trip .go-cont .info {
          width: 70%;
          float: left; }
          .tkt-info-list .tkt-info-cont .air-trip .go-cont .info .from {
            margin-bottom: 8px; }
            @media only screen and (min-width: 989px) {
              .tkt-info-list .tkt-info-cont .air-trip .go-cont .info .from {
                display: inline-block;
                padding-left: 50px;
                margin-bottom: 0; } }
            .tkt-info-list .tkt-info-cont .air-trip .go-cont .info .from .airport {
              font-size: 14px; }
              @media only screen and (min-width: 989px) {
                .tkt-info-list .tkt-info-cont .air-trip .go-cont .info .from .airport {
                  font-size: 18px;
                  color: #28a2f2; } }
            .tkt-info-list .tkt-info-cont .air-trip .go-cont .info .from .time {
              font-size: 12px; }
              @media only screen and (min-width: 989px) {
                .tkt-info-list .tkt-info-cont .air-trip .go-cont .info .from .time {
                  font-size: 16px; } }
              @media only screen and (min-width: 989px) {
                .tkt-info-list .tkt-info-cont .air-trip .go-cont .info .from .time .hour {
                  font-size: 18px;
                  padding-right: 5px; } }
          .tkt-info-list .tkt-info-cont .air-trip .go-cont .info .fly {
            margin-bottom: 8px; }
            @media only screen and (min-width: 989px) {
              .tkt-info-list .tkt-info-cont .air-trip .go-cont .info .fly {
                position: absolute;
                right: 15px;
                top: 40px; } }
            .tkt-info-list .tkt-info-cont .air-trip .go-cont .info .fly .fly-info {
              font-size: 14px; }
              @media only screen and (min-width: 989px) {
                .tkt-info-list .tkt-info-cont .air-trip .go-cont .info .fly .fly-info {
                  font-size: 16px;
                  border-bottom: #ccc 1px solid; } }
            .tkt-info-list .tkt-info-cont .air-trip .go-cont .info .fly .trip-time {
              font-size: 12px; }
              @media only screen and (min-width: 989px) {
                .tkt-info-list .tkt-info-cont .air-trip .go-cont .info .fly .trip-time {
                  font-size: 16px;
                  display: none; } }
          @media only screen and (min-width: 989px) {
            .tkt-info-list .tkt-info-cont .air-trip .go-cont .info .to {
              display: inline-block;
              padding-left: 30px; } }
          .tkt-info-list .tkt-info-cont .air-trip .go-cont .info .to .airport {
            font-size: 14px; }
            @media only screen and (min-width: 989px) {
              .tkt-info-list .tkt-info-cont .air-trip .go-cont .info .to .airport {
                font-size: 18px;
                color: #28a2f2; } }
          .tkt-info-list .tkt-info-cont .air-trip .go-cont .info .to .time {
            font-size: 12px; }
            @media only screen and (min-width: 989px) {
              .tkt-info-list .tkt-info-cont .air-trip .go-cont .info .to .time {
                font-size: 16px; } }
            @media only screen and (min-width: 989px) {
              .tkt-info-list .tkt-info-cont .air-trip .go-cont .info .to .time .hour {
                font-size: 18px;
                padding-right: 5px; } }
    .tkt-info-list .tkt-info-cont .tktPrice {
      margin-bottom: 60px;
      display: none; }
      .tkt-info-list .tkt-info-cont .tktPrice .top-cont {
        margin-bottom: 10px;
        padding: 10px;
        background-color: #fff; }
        @media only screen and (min-width: 989px) {
          .tkt-info-list .tkt-info-cont .tktPrice .top-cont {
            padding: 15px; } }
        .tkt-info-list .tkt-info-cont .tktPrice .top-cont .head {
          font-size: 16px;
          font-weight: bolder;
          padding-bottom: 5px;
          border-bottom: #ccc 1px solid; }
          @media only screen and (min-width: 989px) {
            .tkt-info-list .tkt-info-cont .tktPrice .top-cont .head {
              font-size: 21px;
              padding-bottom: 10px;
              text-align: center; } }
          .tkt-info-list .tkt-info-cont .tktPrice .top-cont .head span {
            float: right;
            font-size: 12px;
            color: #666; }
            @media only screen and (min-width: 989px) {
              .tkt-info-list .tkt-info-cont .tktPrice .top-cont .head span {
                font-size: 16px;
                float: none;
                padding-top: 10px;
                display: block; } }
        .tkt-info-list .tkt-info-cont .tktPrice .top-cont .title {
          font-size: 14px;
          padding-bottom: 5px;
          padding-top: 5px;
          border-bottom: #ccc 1px solid;
          text-align: center; }
          @media only screen and (min-width: 989px) {
            .tkt-info-list .tkt-info-cont .tktPrice .top-cont .title {
              font-size: 16px;
              padding: 10px 0; } }
          .tkt-info-list .tkt-info-cont .tktPrice .top-cont .title:after {
            content: "";
            clear: both;
            display: table; }
          .tkt-info-list .tkt-info-cont .tktPrice .top-cont .title .ca {
            width: 20%;
            float: left; }
          .tkt-info-list .tkt-info-cont .tktPrice .top-cont .title .price-one {
            width: 20%;
            float: left; }
          .tkt-info-list .tkt-info-cont .tktPrice .top-cont .title .tax {
            width: 20%;
            float: left; }
          .tkt-info-list .tkt-info-cont .tktPrice .top-cont .title .member {
            width: 20%;
            float: left; }
          .tkt-info-list .tkt-info-cont .tktPrice .top-cont .title .total {
            width: 20%;
            float: left; }
        .tkt-info-list .tkt-info-cont .tktPrice .top-cont .one {
          text-align: center;
          font-size: 14px;
          padding-bottom: 5px;
          padding-top: 5px;
          border-bottom: #ccc 1px solid; }
          @media only screen and (min-width: 989px) {
            .tkt-info-list .tkt-info-cont .tktPrice .top-cont .one {
              font-size: 16px;
              padding: 10px 0; } }
          .tkt-info-list .tkt-info-cont .tktPrice .top-cont .one:after {
            content: "";
            clear: both;
            display: table; }
          .tkt-info-list .tkt-info-cont .tktPrice .top-cont .one .ca {
            width: 20%;
            float: left; }
          .tkt-info-list .tkt-info-cont .tktPrice .top-cont .one .price-one {
            width: 20%;
            float: left; }
          .tkt-info-list .tkt-info-cont .tktPrice .top-cont .one .tax {
            width: 20%;
            float: left; }
          .tkt-info-list .tkt-info-cont .tktPrice .top-cont .one .member {
            width: 20%;
            float: left; }
          .tkt-info-list .tkt-info-cont .tktPrice .top-cont .one .total {
            width: 20%;
            float: left; }
        .tkt-info-list .tkt-info-cont .tktPrice .top-cont .all-total {
          font-size: 14px;
          width: 40%;
          margin-left: 60%;
          text-align: center;
          padding-top: 5px; }
          @media only screen and (min-width: 989px) {
            .tkt-info-list .tkt-info-cont .tktPrice .top-cont .all-total {
              font-size: 16px;
              padding: 10px 0; } }
          .tkt-info-list .tkt-info-cont .tktPrice .top-cont .all-total:after {
            content: "";
            clear: both;
            display: table; }
          .tkt-info-list .tkt-info-cont .tktPrice .top-cont .all-total .all-head {
            width: 50%;
            float: left; }
          .tkt-info-list .tkt-info-cont .tktPrice .top-cont .all-total .price {
            width: 50%;
            float: left;
            color: #cc0000;
            font-weight: bolder; }
      .tkt-info-list .tkt-info-cont .tktPrice .bottom-cont {
        background-color: #fff;
        padding: 10px;
        margin-bottom: 10px; }
        @media only screen and (min-width: 989px) {
          .tkt-info-list .tkt-info-cont .tktPrice .bottom-cont {
            padding: 15px; } }
        .tkt-info-list .tkt-info-cont .tktPrice .bottom-cont h4 {
          font-size: 16px;
          font-weight: bolder;
          padding: 8px 0;
          border-bottom: #ccc 1px solid;
          margin: 0; }
          @media only screen and (min-width: 989px) {
            .tkt-info-list .tkt-info-cont .tktPrice .bottom-cont h4 {
              font-size: 18px;
              padding: 15px 0; } }
        .tkt-info-list .tkt-info-cont .tktPrice .bottom-cont h5 {
          font-size: 15px;
          font-weight: bolder;
          padding: 8px 0;
          margin: 0; }
          @media only screen and (min-width: 989px) {
            .tkt-info-list .tkt-info-cont .tktPrice .bottom-cont h5 {
              font-size: 16px;
              padding: 15px 0 10px 0; } }
        .tkt-info-list .tkt-info-cont .tktPrice .bottom-cont p {
          border-bottom: #ccc 1px solid;
          margin: 0;
          font-size: 14px;
          padding: 0 0 8px 0; }
          @media only screen and (min-width: 989px) {
            .tkt-info-list .tkt-info-cont .tktPrice .bottom-cont p {
              font-size: 16px;
              line-height: 28px; } }
        .tkt-info-list .tkt-info-cont .tktPrice .bottom-cont .tktnotice {
          padding-top: 10px; }
          @media only screen and (min-width: 989px) {
            .tkt-info-list .tkt-info-cont .tktPrice .bottom-cont .tktnotice {
              padding-top: 15px; } }
          .tkt-info-list .tkt-info-cont .tktPrice .bottom-cont .tktnotice h3 {
            font-size: 15px; }
            @media only screen and (min-width: 989px) {
              .tkt-info-list .tkt-info-cont .tktPrice .bottom-cont .tktnotice h3 {
                font-size: 16px; } }
          .tkt-info-list .tkt-info-cont .tktPrice .bottom-cont .tktnotice ul {
            font-size: 14px;
            margin: 0;
            padding-left: 15px; }
            @media only screen and (min-width: 989px) {
              .tkt-info-list .tkt-info-cont .tktPrice .bottom-cont .tktnotice ul {
                font-size: 16px;
                padding-left: 20px; } }
            .tkt-info-list .tkt-info-cont .tktPrice .bottom-cont .tktnotice ul li {
              margin-bottom: 5px;
              color: #888; }
              @media only screen and (min-width: 989px) {
                .tkt-info-list .tkt-info-cont .tktPrice .bottom-cont .tktnotice ul li {
                  line-height: 28px; } }
    .tkt-info-list .tkt-info-cont .package {
      display: none;
      background-color: #fff;
      padding: 10px;
      margin-bottom: 60px; }
      @media only screen and (min-width: 989px) {
        .tkt-info-list .tkt-info-cont .package {
          padding: 15px; } }
      .tkt-info-list .tkt-info-cont .package .head {
        font-size: 16px;
        font-weight: bolder;
        padding-bottom: 5px;
        border-bottom: #ccc 1px solid; }
        @media only screen and (min-width: 989px) {
          .tkt-info-list .tkt-info-cont .package .head {
            font-size: 18px;
            padding-bottom: 10px; } }
      .tkt-info-list .tkt-info-cont .package .pag-title {
        font-size: 14px;
        padding-bottom: 5px;
        padding-top: 5px;
        border-bottom: #ccc 1px solid; }
        @media only screen and (min-width: 989px) {
          .tkt-info-list .tkt-info-cont .package .pag-title {
            font-size: 16px;
            padding: 10px 0; } }
        .tkt-info-list .tkt-info-cont .package .pag-title:after {
          content: "";
          clear: both;
          display: table; }
        .tkt-info-list .tkt-info-cont .package .pag-title .pag-trip {
          width: 40%;
          float: left; }
        .tkt-info-list .tkt-info-cont .package .pag-title .pag-air {
          width: 30%;
          float: left; }
        .tkt-info-list .tkt-info-cont .package .pag-title .pag-tra {
          width: 30%;
          float: left; }
      .tkt-info-list .tkt-info-cont .package .one {
        font-size: 14px;
        padding-bottom: 5px;
        padding-top: 5px;
        border-bottom: #ccc 1px solid; }
        @media only screen and (min-width: 989px) {
          .tkt-info-list .tkt-info-cont .package .one {
            padding: 10px 0;
            font-size: 16px; } }
        .tkt-info-list .tkt-info-cont .package .one:after {
          content: "";
          clear: both;
          display: table; }
        .tkt-info-list .tkt-info-cont .package .one .pag-trip {
          width: 40%;
          float: left; }
        .tkt-info-list .tkt-info-cont .package .one .pag-air {
          width: 30%;
          float: left; }
        .tkt-info-list .tkt-info-cont .package .one .pag-tra {
          width: 30%;
          float: left; }
      .tkt-info-list .tkt-info-cont .package .pagnotice {
        padding-top: 10px; }
        @media only screen and (min-width: 989px) {
          .tkt-info-list .tkt-info-cont .package .pagnotice {
            padding-top: 15px; } }
        .tkt-info-list .tkt-info-cont .package .pagnotice h3 {
          font-size: 15px; }
          @media only screen and (min-width: 989px) {
            .tkt-info-list .tkt-info-cont .package .pagnotice h3 {
              font-size: 16px; } }
        .tkt-info-list .tkt-info-cont .package .pagnotice ul {
          font-size: 14px;
          margin: 0;
          padding-left: 15px; }
          @media only screen and (min-width: 989px) {
            .tkt-info-list .tkt-info-cont .package .pagnotice ul {
              font-size: 16px;
              padding-left: 20px; } }
          .tkt-info-list .tkt-info-cont .package .pagnotice ul li {
            margin-bottom: 5px;
            color: #888; }
            @media only screen and (min-width: 989px) {
              .tkt-info-list .tkt-info-cont .package .pagnotice ul li {
                line-height: 28px; } }

.middle-banner {
  padding: 0.5px 0.5px;
  padding-top: 0px;  }
  @media only screen and (min-width: 989px) {
    .middle-banner {
      width: 1000px;
      margin: 0 auto 30px auto;
	    padding-top: 0px;  }
	   }

.other-serve {
  width: 1000px;
  margin: 0 auto 30px auto; }
  @media only screen and (max-width: 990px) {
    .other-serve {
      width: 100%;
      padding: 5px; } }
  .other-serve .other-serve-inner {
    margin-left: -1%;
    margin-right: -1%; }
    @media only screen and (max-width: 990px) {
      .other-serve .other-serve-inner {
        margin-left: 0;
        margin-right: 0; } }
    .other-serve .other-serve-inner:after {
      content: "";
      clear: both;
      display: table; }
    .other-serve .other-serve-inner .one {
      width: 31.3333333333333%;
      float: left;
      margin-left: 1%;
      margin-right: 1%;
      background-color: #fff; }
      @media only screen and (max-width: 990px) {
        .other-serve .other-serve-inner .one {
          width: 100%;
          float: none;
          margin-left: 0;
          margin-right: 0; } }
      .other-serve .other-serve-inner .one h2 {
        padding: 15px;
        font-size: 21px;
        color: #fff;
        background-color: #28a2f2;
        margin-bottom: 0; }
      .other-serve .other-serve-inner .one .serve {
        padding: 15px; }
        .other-serve .other-serve-inner .one .serve h3 {
          font-size: 18px;
          color: #28a2f2; }
        .other-serve .other-serve-inner .one .serve ul {
          list-style: none;
          padding: 0 0 0 0;
          margin: 0 0 10px 0; }
          .other-serve .other-serve-inner .one .serve ul li {
            line-height: 30px; }
      .other-serve .other-serve-inner .one .jr-info {
        padding: 15px;
        min-height: 259px; }
        .other-serve .other-serve-inner .one .jr-info ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .other-serve .other-serve-inner .one .jr-info ul li {
            line-height: 30px; }
            .other-serve .other-serve-inner .one .jr-info ul li a .price {
              color: #cc0000;
              float: right; }
      .other-serve .other-serve-inner .one .crm {
        padding: 15px;
        min-height: 259px; }
        .other-serve .other-serve-inner .one .crm ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .other-serve .other-serve-inner .one .crm ul li {
            line-height: 30px; }

.sp-box-wrapper {
  width: 1140px;
  margin: 0 auto 30px auto; }
  @media only screen and (max-width: 990px) {
    .sp-box-wrapper {
      width: 100%; }
      .sp-box-wrapper img {
        width: 100%; } }
  .sp-box-wrapper .sp-box {
    margin: 0 auto;
    width: 88%; }
    @media only screen and (max-width: 990px) {
      .sp-box-wrapper .sp-box {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px; } }
    .sp-box-wrapper .sp-box:after {
      content: "";
      clear: both;
      display: table; }
    .sp-box-wrapper .sp-box .sp-left {
      float: left; }
      @media only screen and (max-width: 990px) {
        .sp-box-wrapper .sp-box .sp-left {
          width: 100%;
          float: none; } }
      .sp-box-wrapper .sp-box .sp-left .sp-one:after {
        content: "";
        clear: both;
        display: table; }
      .sp-box-wrapper .sp-box .sp-left .sp-one .sp-1 {
        float: left;
        padding-left: 10px;
        padding-bottom: 10px; }
        @media only screen and (max-width: 990px) {
          .sp-box-wrapper .sp-box .sp-left .sp-one .sp-1 {
            width: 100%;
            padding-left: 0; } }
      .sp-box-wrapper .sp-box .sp-left .sp-one .sp-2 {
        float: left;
        padding-left: 10px;
        padding-bottom: 10px; }
        @media only screen and (max-width: 990px) {
          .sp-box-wrapper .sp-box .sp-left .sp-one .sp-2 {
            width: 100%;
            padding-left: 0; } }
      .sp-box-wrapper .sp-box .sp-left .sp-one .sp-3 {
        float: left;
        padding-left: 10px;
        padding-bottom: 10px; }
        @media only screen and (max-width: 990px) {
          .sp-box-wrapper .sp-box .sp-left .sp-one .sp-3 {
            width: 100%;
            padding-left: 0; } }
      .sp-box-wrapper .sp-box .sp-left .sp-two:after {
        content: "";
        clear: both;
        display: table; }
      .sp-box-wrapper .sp-box .sp-left .sp-two .sp-4 {
        float: left;
        padding-left: 10px;
        padding-bottom: 10px; }
        @media only screen and (max-width: 990px) {
          .sp-box-wrapper .sp-box .sp-left .sp-two .sp-4 {
            width: 100%;
            padding-left: 0; } }
      .sp-box-wrapper .sp-box .sp-left .sp-two .sp-5 {
        float: left;
        padding-left: 10px;
        padding-bottom: 10px; }
        @media only screen and (max-width: 990px) {
          .sp-box-wrapper .sp-box .sp-left .sp-two .sp-5 {
            width: 100%;
            padding-left: 0; } }
      .sp-box-wrapper .sp-box .sp-left .sp-two .sp-6 {
        float: left;
        padding-left: 10px;
        padding-bottom: 10px; }
        @media only screen and (max-width: 990px) {
          .sp-box-wrapper .sp-box .sp-left .sp-two .sp-6 {
            width: 100%;
            padding-left: 0; } }
      .sp-box-wrapper .sp-box .sp-left .sp-two .sp-7 {
        float: left;
        padding-left: 10px;
        padding-bottom: 10px; }
        @media only screen and (max-width: 990px) {
          .sp-box-wrapper .sp-box .sp-left .sp-two .sp-7 {
            width: 100%;
            padding-left: 0; } }
    .sp-box-wrapper .sp-box .sp-three {
      float: left; }
      @media only screen and (max-width: 990px) {
        .sp-box-wrapper .sp-box .sp-three {
          width: 100%;
          float: none; } }
      .sp-box-wrapper .sp-box .sp-three .sp-8 {
        padding-left: 10px;
        padding-bottom: 5px; }
        @media only screen and (max-width: 990px) {
          .sp-box-wrapper .sp-box .sp-three .sp-8 {
            width: 100%;
            padding-left: 0; } }
      .sp-box-wrapper .sp-box .sp-three .sp-9 {
        padding-left: 10px;
        padding-bottom: 5px; }
        @media only screen and (max-width: 990px) {
          .sp-box-wrapper .sp-box .sp-three .sp-9 {
            width: 100%;
            padding-left: 0; } }
      .sp-box-wrapper .sp-box .sp-three .sp-10 {
        padding-left: 10px;
        padding-bottom: 5px; }
        @media only screen and (max-width: 990px) {
          .sp-box-wrapper .sp-box .sp-three .sp-10 {
            width: 100%;
            padding-left: 0; } }

.air-co {
  width: 1000px;
  margin: 0 auto 30px auto; }
  @media only screen and (max-width: 990px) {
    .air-co {
      width: 100%;
      padding: 5px; } }
  .air-co h2 {
    padding: 15px;
    font-size: 21px;
    color: #fff;
    background-color: #28a2f2;
    margin-bottom: 0; }
  .air-co ul {
    background-color: #fff;
    list-style: none;
    padding: 20px;
    margin: 0; }
    .air-co ul li {
      line-height: 30px;
      display: inline-block;
      margin-right: 15px;
      margin-bottom: 15px; }
      .air-co ul li a img {
        padding-right: 5px;
        vertical-align: top; }


/*分頁選單*/
		        .pagination {
            display: inline-block;
        }

        .pagination a {
            color: black;
            float: left;
            padding: 8px 16px;
            text-decoration: none;
            transition: background-color .3s;
            border: 1px solid #ddd;
            margin: 0 4px;
        }

        .pagination a.active {
            background-color: #3399FF;
            color: white;
            border: 1px solid #3399FF;
        }

        .pagination a:hover:not(.active) {background-color: #ddd;}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
a{text-decoration: none;}

ol, ul {
    list-style: none;
}
.date {width: 95%;margin: 0 auto;color: #000000; font-size: 15px;}


/*行程推薦*/
.title3{max-width: 736px;margin: 0 auto;padding-top: 40px;}
.tour{
	width: 80%;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 20px;
	letter-spacing: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tour ul{display: block;width: 95%;margin: 0 auto;padding-top: 20px;}
.tour li{
	display: block;
	margin-bottom: 10px;
	border-radius: 20px;
	background-color: #EDEDDA;
}
.tour li a{display: block; width: 100%;border-radius: 20px;}
.tour li a:hover{background: #FFFFCC;}
.tour-name{
	width: 95%;
	margin: 0 auto;
	color: #006600;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 10px;
}
.tour-note strong{display: block;background:#0abba0;width: 140px;text-align: center;line-height: 30px;border-radius: 30px 10px 30px 10px;margin-bottom: 10px;color: #FFFFFF;}
.tour-price{
	color: #FF6600;
	text-align:right;
	font-weight: bold;
	font-size: 20px;
	width: 95%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.tour-price strong{font-size: 30px;margin-right: 5px;}			
			
/*中間的過度的橫線*/
.link-top {
	width: 100%;
	height: 1px;
	border-top: solid #ACC0D8 1px;
	margin-bottom:10px;
}


/*畫一條再右邊的豎線*/
.link-right {
	width: 50px;
	height: 20%;
	border-right: solid #ACC0D8 1px;
}



/*訂單*/
.go-box1{
        float: left;
        padding: 8px 8px;
		background-color:#28A2F2;
		font-family:Arial, Helvetica, sans-serif, "新細明體", "細明體", "微軟正黑體";
		font-size:13px;
		color:#FFFFFF;
		margin-bottom:10px;
		margin-left:15px;
}

	.name {
		overflow: hidden;
	}
	.name input{
		float: left;
		width: 49%;
	}
	.name input + input{
		margin-left: 2%;
	}
.go-box2{
   margin:10px 2px;
}
.go-box3{
   padding: 15px;
   background-color:#FFFFB0;
   margin-bottom:20px;
}	
.txt1{
color:#FF0000;
}	


/*info*/
.info-box1{
   padding: 15px;
   margin-top:20px ;
   margin-bottom:20px;
   	padding-left:30px;
}

/*表格rwd*/
.table-rwd{}


/*這是額外做顏色，沒有什麼意義*/
tr.tr-only-hide {color: #000099;}

@media (max-width: 990px) {
  .table-rwd{min-width: 100%;}
  /*針對tr去做隱藏*/
  tr.tr-only-hide {display: none !important;}
  /*讓tr變成區塊主要讓他有個區塊*/
  .table-rwd tr{
    display: block;
    border: 1px solid #ddd;
    margin-top: 5px;
  }
  .table-rwd td {
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    display: block;
	}
	.table-rwd td:before {
    /*最重要的就是這串*/
    content: attr(data-th) " : ";
    /*最重要的就是這串*/
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
	margin-right: 10px;
    color: #000099;
  }
 
  /*當RWD縮小的時候.table-bordered 會有兩條線，所以針對.table-bordered去做修正*/
  .table-rwd.table-bordered td,.table-rwd.table-bordered th,.table-rwd.table-bordered{border:0;}



/*iPhone6 plus以下*/
/*iPhone6以下*/
/*iPhone5以下*/

/*# sourceMappingURL=tk-2018.css.map */
