@charset "UTF-8";
.red {
  color: #e73155;
}

.blue {
  color: #2d7cd1;
}

.red-list-dot li {
  color: #e73155;
}
.red-list-dot li > div {
  color: #333;
}

.touch-action-none {
  touch-action: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, "Microsoft JhengHei" ,  "Helvetica Neue", Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

a {
  color: #2d7cd1;
  text-decoration: underline;
  outline: none !important;
  cursor: pointer;
}
a:hover {
  color: #3d4c98;
}

/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::selection {
  background: #2d7cd1;
  color: #fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
  background: #2d7cd1;
  color: #fff;
}

button {
  outline: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
  outline: none;
}

.container {
  width: 1400px;
  padding: 0px;
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .container {
    width: auto;
    padding: 0px 25px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: auto;
    padding: 0px 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: auto;
    padding: 0px 25px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: auto;
    padding: 0px 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .container {
    width: auto;
    padding: 0px 15px;
  }
}
.fixed-header header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.fixed-header.min-header {
  padding-top: 73px;
}

@media screen and (max-width: 991px) {
  .fixed-header.min-header {
    padding-top: 71px;
  }
}
@media screen and (max-width: 767px) {
  .fixed-header header {
    position: relative;
    width: auto;
  }
  .fixed-header.min-header {
    padding-top: 0px;
  }
}
.btn-base, .btn-sm-base, .btn-change-sm, .btn-addcart-sm, .btn-addnew-sm, .btn-reload-sm, .btn-order, .btn-change, .btn-addcart, .btn-addnew, .btn-reload, .btn-select, .btn-import, .btn-switch {
  width: 100%;
  height: 48px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.3s ease all;
  padding: 0px;
}
.btn-base:hover, .btn-sm-base:hover, .btn-change-sm:hover, .btn-addcart-sm:hover, .btn-addnew-sm:hover, .btn-reload-sm:hover, .btn-order:hover, .btn-change:hover, .btn-addcart:hover, .btn-addnew:hover, .btn-reload:hover, .btn-select:hover, .btn-import:hover, .btn-switch:hover {
  cursor: pointer;
}
.btn-base:focus, .btn-sm-base:focus, .btn-change-sm:focus, .btn-addcart-sm:focus, .btn-addnew-sm:focus, .btn-reload-sm:focus, .btn-order:focus, .btn-change:focus, .btn-addcart:focus, .btn-addnew:focus, .btn-reload:focus, .btn-select:focus, .btn-import:focus, .btn-switch:focus {
  text-decoration: none;
}

.btn-sm-base, .btn-change-sm, .btn-addcart-sm, .btn-addnew-sm, .btn-reload-sm {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 30px;
  line-height: 28px;
}
.btn-sm-base:hover, .btn-change-sm:hover, .btn-addcart-sm:hover, .btn-addnew-sm:hover, .btn-reload-sm:hover {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.btn-sm-base:active, .btn-change-sm:active, .btn-addcart-sm:active, .btn-addnew-sm:active, .btn-reload-sm:active {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
}

.btn-order {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background: #e73155;
  border-style: none;
}
.btn-order:hover {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
}
.btn-order:focus {
  color: #fff;
}
.btn-order:active {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
}

.btn-change, .btn-change-sm {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background: #2d7cd1;
  border-style: none;
}
.btn-change:hover, .btn-change-sm:hover {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
}
.btn-change:focus, .btn-change-sm:focus {
  color: #fff;
}
.btn-change:active, .btn-change-sm:active {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
}

.btn-addcart {
  color: #e73155;
  background: #fff;
  border: solid 2px #e73155;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  line-height: 44px;
}
.btn-addcart:hover {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #e73155;
}
.btn-addcart:focus {
  color: #e73155;
}
.btn-addcart:active {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
}

.btn-addcart-sm {
  color: #e73155;
  background: #fff;
  border: solid 1px #e73155;
}
.btn-addcart-sm:hover {
  color: #e73155;
}
.btn-addcart-sm:focus {
  color: #e73155;
}

.btn-addnew {
  color: #2d7cd1;
  background: #fff;
  border: solid 1px #2d7cd1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  line-height: 46px;
}
.btn-addnew:hover {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #2d7cd1;
}
.btn-addnew:focus {
  color: #2d7cd1;
}
.btn-addnew:active {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
}

.btn-addnew-sm {
  color: #2d7cd1;
  background: #fff;
  border: solid 1px #2d7cd1;
}
.btn-addnew-sm:hover {
  color: #2d7cd1;
}
.btn-addnew-sm:focus {
  color: #2d7cd1;
}

.btn-reload {
  color: #fff;
  background: none;
  border: solid 1px #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  line-height: 38px;
}
.btn-reload:hover {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #fff;
}
.btn-reload:focus {
  color: #fff;
}
.btn-reload:active {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
}

.btn-reload-sm {
  color: #fff;
  background: none;
  border: solid 1px #fff;
}
.btn-reload-sm:hover {
  color: #fff;
}
.btn-reload-sm:focus {
  color: #fff;
}

.btn-select {
  color: #000;
  background: #fff;
  border: solid 1px #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.btn-select:hover {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #000;
}
.btn-select:focus {
  color: #000;
}
.btn-select:active {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
}

.btn-import {
  color: #666;
  background: #fff;
  border: solid 1px #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #2d7cd1;
}
.btn-import:hover {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.btn-import:focus {
  color: #2d7cd1;
}
.btn-import:active {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
}

.btn-base-icon, .btn-collect, .btn-collect-nobox {
  font-size: 1.5rem;
  vertical-align: middle;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  height: 48px;
  width: 100%;
  transition: 0.3s ease all;
  border-radius: 4px;
  color: #666;
  background: #fff;
  border: solid 1px #ccc;
  color: #333;
}
.btn-base-icon i, .btn-collect i, .btn-collect-nobox i {
  font-size: 1.8rem;
  vertical-align: middle;
  font-weight: bold;
}
.btn-base-icon span, .btn-collect span, .btn-collect-nobox span {
  vertical-align: middle;
  padding-left: 5px;
}
.btn-base-icon:hover, .btn-collect:hover, .btn-collect-nobox:hover {
  cursor: pointer;
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
}
.btn-base-icon:focus, .btn-collect:focus, .btn-collect-nobox:focus {
  text-decoration: none;
  color: #333;
}

/*
.btn-delete {
    @extend .btn-base-icon;
    @include border-gray(1px);
    @include border-radius(4px);
    &:hover {
        @include border-blue(1px);
        box-shadow: $box-shadow; 
    }
    &:active {
        @include border-blue(1px);
        box-shadow: $box-shadow; 
    }
}
*/
.btn-collect {
  color: #666;
  background: #fff;
  border: solid 1px #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.btn-collect:hover {
  color: #e73155;
  background: #fff;
  border: solid 1px #e73155;
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
}
.btn-collect:active {
  color: #e73155;
  background: #fff;
  border: solid 1px #e73155;
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
}

.btn-collect-nobox {
  background: none;
  border: none;
  height: auto;
  font-weight: 400;
}
.btn-collect-nobox:before {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  color: #e73155;
  font-family: 'FontAwesome';
  font-size: 2.4rem;
  content: "\f08a";
  transition: 0.3s ease all;
}
.btn-collect-nobox:hover {
  box-shadow: none;
}
.btn-collect-nobox:hover:before {
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
}
.btn-collect-nobox.active:before {
  content: "\f004";
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
}

.favorite-btn:before {
  content: "\f08a";
  font-family: 'FontAwesome';
  font-weight: normal;
  color: #000;
  transition: 0.3s ease all;
  font-weight: bold;
  font-size: 1.8rem;
}
.favorite-btn:hover {
  border: solid 1px #cccccc;
}
.favorite-btn.active:before {
  content: "\f004";
  color: #e73155;
}

.slider-btn {
  margin-top: 15px;
  border-top: solid 1px #000;
}
.slider-btn div {
  cursor: pointer;
  margin: 0 auto;
  border: solid 1px #000;
  border-radius: 0px 0px 4px 4px;
  font-size: 15px;
  width: 166px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-top: -1px;
  position: relative;
  color: #000;
}
.slider-btn div i {
  position: absolute;
  right: 18px;
  top: 12px;
  transition: 0.3s ease all;
}
.slider-btn div.active i {
  transform: rotate(-180deg);
}

.btn-disabled {
  color: #666;
  background: #fff;
  border: solid 1px #ccc;
  color: #ccc;
  border-color: #ccc;
  background: #ececec;
  cursor: not-allowed !important;
}
.btn-disabled:hover {
  box-shadow: none !important;
  color: #ccc !important;
}
.btn-disabled:focus {
  color: #ccc !important;
}

@media screen and (max-width: 991px) {
  .btn-base, .btn-sm-base, .btn-change-sm, .btn-addcart-sm, .btn-addnew-sm, .btn-reload-sm, .btn-order, .btn-change, .btn-addcart, .btn-addnew, .btn-reload, .btn-select, .btn-import, .btn-switch {
    height: 40px;
    line-height: 40px;
  }

  .btn-base-icon, .btn-collect, .btn-collect-nobox {
    height: 40px;
  }

  .btn-addcart {
    line-height: 36px;
  }

  .btn-sm-base, .btn-change-sm, .btn-addcart-sm, .btn-addnew-sm, .btn-reload-sm {
    height: 30px;
    line-height: 26px;
  }
}
@media screen and (min-width: 320px) and (max-width: 399px) {
  .btn-base, .btn-sm-base, .btn-change-sm, .btn-addcart-sm, .btn-addnew-sm, .btn-reload-sm, .btn-order, .btn-change, .btn-addcart, .btn-addnew, .btn-reload, .btn-select, .btn-import, .btn-switch {
    font-size: 1.4rem;
  }
}
.btn-switch {
  color: #ccc;
  background: #fff;
  border: solid 1px #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #ccc;
}
.btn-switch:hover {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.btn-switch.active {
  color: #2d7cd1;
  color: #2d7cd1;
  background: #fff;
  border: solid 1px #2d7cd1;
}

.search {
  padding: 35px 0px;
}
.search-left .tit-m {
  padding: 20px 0px;
}
.search-right {
  border-left: solid 1px #e6e6e6;
  min-height: 550px;
  min-height: calc(100vh - 403px);
}
.search.type2 {
  padding: 0px;
}
.search.type2 > .row {
  margin: 0px;
}

@media screen and (min-width: 1441px) {
  .search.type2 > .row > [class^=col-] {
    padding: 0px 50px;
  }
  .search.type2 .area-result {
    margin: 0px -50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .search.type2 > .row > [class^=col-] {
    padding: 0px 25px;
  }
  .search.type2 .area-result {
    margin: 0px -25px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .search.type2 > .row > [class^=col-] {
    padding: 0px 15px;
  }
  .search.type2 .area-result {
    margin: 0px -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .search.type2 .switch-btn {
    width: 34px;
  }
  .search.type2 .switch-btn-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .search-right {
    border: none;
    min-height: 550px;
    min-height: calc(100vh - 483px);
  }
  .search.type2 .area-result {
    margin: 0px -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .search {
    padding: 15px 0;
  }
  .search-right {
    border: none;
  }
  .search.type2 .area-result {
    margin: 0px -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .search {
    padding: 15px 0;
  }
  .search-right {
    border: none;
  }
  .search.type2 .area-result {
    margin: 0px -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .search.fit-hotel-map {
    position: fixed;
    width: 100%;
    bottom: 50px;
    padding: 0px 15px;
    left: 0px;
    box-sizing: border-box;
    background: #fff;
  }
  .search.fit-hotel-map .search-right {
    min-height: 0px;
  }
  .search.fit-hotel-map .product-list {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .search.fit-hotel-map .product-list .product-item {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    max-width: 90vw;
  }
}
@media screen and (max-width: 479px) {
  .search.fit-hotel-map .product-list .product-item {
    max-width: none;
    width: 90vw;
  }
}
.product-list .tit-s {
  color: #2d7cd1;
  margin: 20px 0 0 0;
}

.product-item {
  color: #666;
  background: #fff;
 /*border: solid 1px #ccc;*/
  color: #333;
  margin: 0px 0 10px 0;
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.2)
}
.product-item > .container-fluid > .row {
  position: relative;
}
.product-item .serach-img {
  position: relative;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.product-item .serach-img .favorite {
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-item .serach-img-score {
  position: absolute;
  bottom: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0px 4px 4px 0px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 18px;
}
.product-item .serach-img-score p {
  margin-bottom: 2px;
}
.product-item .serach-img-score p strong {
  font-size: 14px;
}
.product-item .serach-img-score p:last-of-type {
  margin-bottom: 0px;
}
.product-item-cover-img {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 197px;
  display: block;
}
.product-item .product-info {
  padding: 5px 16px;
  position: initial;
}
.product-item .product-info .product-name {
  padding: 10px 0;
  color: #000;
  font-size: 2rem;
  line-height: 26px;
  font-weight: bold;
}
.product-item .product-info .product-name a {
  text-decoration: none;
  color: #000;
}
.product-item .product-info .product-name a:hover {
  text-decoration: underline;
  color: #23527c;
}
.product-item .product-info .product-name .little-tit {
  font-size: 13px;
  line-height: 18px;
  display: block;
  font-weight: normal;
}
.product-item .product-info .hidden-xs > p {
  margin: 10px 0px;
  color: #666666;
  font-size: 1.4rem;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}
.product-item .product-info .hidden-xs > div {
  padding: 5px 0;
  color: #666;
  font-size: 1.4rem;
  position: absolute;
  bottom: 10px;
}
.product-item .product-info-offer {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-item .product-info-offer .tag {
  margin-right: 5px;
}
.product-item .product-info-offer span,
.product-item .product-info-offer strong {
  vertical-align: middle;
}
.product-item .product-info-tag-area {
  margin: 15px 0px;
}
.product-item .product-info-tag-area .tag {
  margin-right: 5px;
}
.product-item .product-info-bottom {
  margin: 10px 0px;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}
.product-item .product-info-bottom div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.product-item .product-info-bottom.hidden-xs div {
  position: relative;
  bottom: 0px;
  padding: 0px;
}
.product-item .product-info-bottom .order-btn a {
  color: #2d7cd1;
  text-decoration: underline;
  padding: 0px;
  margin: 0px;
}
.product-item .product-info-bottom .order-btn a:hover {
  color: #3d4c98;
}
.product-item .product-info-rating-and-location {
  margin: 10px 0px;
}
.product-item .product-info-rating-and-location .tag {
  margin-right: 10px;
}
.product-item .product-info-rating-and-location .location {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  position: relative;
  padding-left: 13px;
  margin: 3px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 58%;
}
.product-item .product-info-rating-and-location .location i {
  font-size: 18px;
  position: absolute;
  top: 1px;
  left: 0px;
}
.product-item .product-info-tripadvisor-rating {
  margin: 15px 0px;
}
.product-item .product-info-tripadvisor-rating img {
  max-width: 119px;
  width: 100%;
}
.product-item .product-info-tripadvisor-rating .st-tooltip {
  bottom: 30px;
  width: 235px;
  left: 0px;
}
.product-item .product-info-tripadvisor-rating .st-tooltip:before, .product-item .product-info-tripadvisor-rating .st-tooltip:after {
  left: 8%;
}
.product-item .tag-area {
  padding: 15px 0px 0px;
  text-align: right;
}
.product-item .area-price {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.product-item .area-price .row {
  margin: 0px;
}
.product-item .area-price .row .price {
  margin: 0px -15px;
  color: #e73155;
  font-size: 2.816rem;
  text-align: right;
  font-weight: bold;
}
.product-item .area-price .row .price .ori-price {
  color: #000;
  font-size: 1.4rem;
  text-decoration: none;
}
.product-item .area-price .row .price .ori-price-uni {
  text-decoration: line-through;
}
.product-item .area-price .row .price .price-uni {
  color: #e73155;
}
.product-item .area-price .row .price em {
  font-size: 1.4rem;
  font-style: normal;
}
.product-item .area-price .row .price-btn {
  padding: 10px 0;
  overflow: hidden;
}
.product-item:after {
  content: '';
  position: absolute;
  width: 1px;
  background: #e6e6e6;
  height: 100%;
  top: 0px;
  right: 33.33333333%;
}
.product-item-right-text {
  position: absolute;
  top: 15px;
  right: 0px;
  max-width: 16.666667%;
  padding: 0px 15px;
  box-sizing: border-box;
  text-align: right;
}

@media screen and (min-width: 1441px) {
  .serach-img {
    max-width: 296px;
    max-height: 197px;
  }

  .product-item .product-info {
    width: 570px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .product-item .area-price .row .price {
    /* font-size: 21px; */
  }
  .product-item-cover-img {
    height: 15.325vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-item .product-info {
    padding: 5px 16px;
  }
  .product-item .product-info .product-name {
    padding: 5px 0;
    font-size: 1.8rem;
    line-height: 24px;
  }
  .product-item .product-info .hidden-xs > p {
    margin: 5px 0;
  }
  .product-item .product-info .hidden-xs > div {
    padding: 5px 0;
  }
  .product-item-right-text {
    font-size: 12px;
  }
  .product-item .area-price .row .price {
    /* font-size: 1.62rem; */
  }
  .product-item .area-price .row .price .ori-price {
    font-size: 1.2rem;
  }
  .product-item .area-price .row .price em {
    font-size: 1.2rem;
  }
  .product-item-cover-img {
    height: 15.1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-item {
    margin: 12px 0 6px 0;
  }
  .product-item .product-info .hidden-xs > div {
    position: relative;
  }
  .product-item .product-info-bottom {
    bottom: 60px;
  }
  .product-item .area-price {
    position: relative;
    padding: 0;
    margin: 0;
    border-top: solid 1px #e6e6e6;
    border-left: none;
  }
  .product-item .area-price .row .price {
    font-size: 2.4rem;
    text-align: right;
    padding: 10px 0 0 0;
    margin: 0px;
  }
  .product-item .area-price .row .price > div {
    display: inline-block;
    padding: 0 5px;
  }
  .product-item .area-price .row .price .ori-price {
    font-size: 1.4rem;
  }
  .product-item .area-price .row .price em {
    font-size: 1.4rem;
  }
  .product-item .area-price .row .price-btn {
    padding: 6px 10px 8px 10px;
    display: inline-block;
  }
  .product-item:after {
    display: none;
  }
  .product-item-right-text {
    top: auto;
    right: auto;
    left: 0px;
    bottom: 17px;
    max-width: 290px;
  }
  .product-item-cover-img {
    height: 25.2vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .product-item {
    margin: 12px 0 6px 0;
  }
  .product-item .product-info-bottom {
    position: relative;
  }
  .product-item .area-price {
    position: relative;
    padding: 0;
    margin: 0;
    border-top: solid 1px #e6e6e6;
    border-left: none;
  }
  .product-item .area-price .row .price {
    font-size: 2.4rem;
    text-align: right;
    padding: 10px 0 0 0;
    margin: 0px;
  }
  .product-item .area-price .row .price > div {
    display: inline-block;
    padding: 0 5px;
  }
  .product-item .area-price .row .price .ori-price {
    font-size: 1.4rem;
  }
  .product-item .area-price .row .price em {
    font-size: 1.4rem;
  }
  .product-item .area-price .row .price-btn {
    padding: 6px 10px 8px 10px;
    display: inline-block;
  }
  .product-item:after {
    display: none;
  }
  .product-item-right-text {
    top: auto;
    right: auto;
    left: 0px;
    bottom: 17px;
    max-width: 290px;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .product-item {
    margin: 12px 0 6px 0;
  }
  .product-item .serach-img .favorite {
    top: -3px;
    right: -4px;
  }
  .product-item .product-info .product-name {
    font-size: 1.5rem;
    line-height: 21px;
    padding: 6px 0px 0px;
  }
  .product-item .product-info-bottom {
    position: relative;
  }
  .product-item .product-info-bottom > div {
    margin: 5px 10px 5px 0px;
  }
  .product-item .area-price {
    position: relative;
    padding: 0;
    margin: 0;
    border-top: solid 1px #e6e6e6;
    border-left: none;
  }
  .product-item .area-price .row {
    font-size: 0px;
  }
  .product-item .area-price .row > [class^=col-] {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .product-item .area-price .row .price {
    font-size: 1.8rem;
    line-height: 36px;
    text-align: left;
    padding: 10px 0px;
    margin: 0px -15px 0px -8px;
  }
  .product-item .area-price .row .price > div {
    padding: 0 5px;
    display: block;
    font-size: 22px;
    line-height: 22px;
  }
  .product-item .area-price .row .price .ori-price {
    font-size: 1.2rem;
    line-height: 18px;
    font-weight: normal;
  }
  .product-item .area-price .row .price em {
    font-size: 1.4rem;
  }
  .product-item .area-price .row .price-btn {
    padding: 6px 10px 8px 10px;
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  .product-item:after {
    display: none;
  }
  .product-item-right-text {
    position: relative;
    left: auto;
    top: auto;
    max-width: 100%;
    text-align: left;
    border-top: solid 1px #e6e6e6;
    padding-top: 15px;
    padding-left: 10px;
    clear: both;
    margin-bottom: -2px;
    background: #fff;
    z-index: 1;
  }
}
.recommend-product, .have-chosen {
  color: #e73155;
  background: #fff;
  border: solid 3px #e73155;
  color: #333;
}
.recommend-product .container-fluid .recommended, .have-chosen .container-fluid .recommended {
  top: -2px;
  left: 7px;
  position: absolute;
}
.recommend-product .container-fluid .recommended .btn-recommend, .have-chosen .container-fluid .recommended .btn-recommend {
  width: 42px;
  height: 40px;
  position: relative;
  background: #e73155;
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  text-align: center;
}
.recommend-product .container-fluid .recommended .btn-recommend i, .have-chosen .container-fluid .recommended .btn-recommend i {
  color: #fff;
  font-size: 2.5rem;
  line-height: 45px;
  vertical-align: middle;
}
.recommend-product .container-fluid .recommended .btn-recommend:before, .have-chosen .container-fluid .recommended .btn-recommend:before, .recommend-product .container-fluid .recommended .btn-recommend:after, .have-chosen .container-fluid .recommended .btn-recommend:after {
  position: absolute;
  display: block;
  content: '';
  top: 40px;
}
.recommend-product .container-fluid .recommended .btn-recommend:before, .have-chosen .container-fluid .recommended .btn-recommend:before {
  border-top: solid 15px #e73155;
  border-right: solid 30px transparent;
}
.recommend-product .container-fluid .recommended .btn-recommend:after, .have-chosen .container-fluid .recommended .btn-recommend:after {
  border-top: solid 15px #e73155;
  border-left: solid 30px transparent;
  right: 0;
}

.recommended-text-type {
  background: #e73155;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 0px 10px;
  position: absolute;
  top: -2px;
  left: 0px;
}
.recommended-text-type:after {
  content: '';
  position: absolute;
  top: 0px;
  right: -10px;
  border-right: solid 10px transparent;
  border-top: solid 20px #e73155;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .recommend-product .container-fluid .recommended, .have-chosen .container-fluid .recommended {
    top: -10px;
    left: -3px;
  }
  .recommend-product .container-fluid .recommended .btn-recommend, .have-chosen .container-fluid .recommended .btn-recommend {
    transform: scale(0.5);
  }
}
.have-chosen {
  border-color: #2d7cd1;
}
.have-chosen .recommended-text-type,
.have-chosen .recommended, .have-chosen.product-item.flight .recommended {
  background: #2d7cd1;
}
.have-chosen .recommended-text-type:after,
.have-chosen .recommended:after, .have-chosen.product-item.flight .recommended:after {
  border-top-color: #2d7cd1;
}

.product-item.flight .recommended {
  background: #e73155;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 0px 10px;
  left: 0px;
}
.product-item.flight .recommended:after {
  content: '';
  position: absolute;
  top: 0px;
  right: -10px;
  border-right: solid 10px transparent;
  border-top: solid 20px #e73155;
}
.product-item.flight .product-item-flight-name {
  color: #333;
  text-align: center;
  padding: 25px 0px;
}
.product-item.flight .product-item-flight-name img {
  width: 60px;
  margin: 0 auto;
}
.product-item.flight .product-item-flight-name-tit {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 9px 0px;
}
.product-item.flight .product-item-flight-name-cabin {
  font-size: 15px;
  line-height: 21px;
  color: #666;
}
.product-item.flight .flight-fromto {
  padding: 20px 0px;
}
.product-item.flight.many .flight-fromto {
  padding: 0px 0px;
}
.product-item.flight.many .flight-fromto:first-of-type {
  padding-top: 0px;
}
.product-item.flight.many .flight-fromto:last-of-type {
  padding-bottom: 0px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-item.flight .product-item-flight-name {
    padding: 30px 0px 0px;
  }
  .product-item.flight .product-item-flight-name img {
    width: 30px;
  }
  .product-item.flight .product-item-flight-name img, .product-item.flight .product-item-flight-name-tit, .product-item.flight .product-item-flight-name-cabin {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
  }
  .product-item.flight .product-item-flight-name-tit, .product-item.flight .product-item-flight-name-cabin {
    padding-left: 5px;
  }
  .product-item.flight .flight-fromto {
    padding: 5px 0px;
  }
  .product-item.flight .flight-fromto:last-of-type {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .product-item.flight .product-item-flight-name {
    padding: 30px 0px 0px;
  }
  .product-item.flight .product-item-flight-name img {
    width: 30px;
  }
  .product-item.flight .product-item-flight-name img, .product-item.flight .product-item-flight-name-tit, .product-item.flight .product-item-flight-name-cabin {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
  }
  .product-item.flight .product-item-flight-name-tit, .product-item.flight .product-item-flight-name-cabin {
    padding-left: 5px;
  }
  .product-item.flight .flight-fromto {
    padding: 5px 0px;
  }
  .product-item.flight .flight-fromto:last-of-type {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .product-item.flight .recommended {
    top: 0px;
  }
  .product-item.flight .product-item-flight-name {
    padding: 30px 0px 0px;
  }
  .product-item.flight .product-item-flight-name img {
    width: 30px;
  }
  .product-item.flight .product-item-flight-name img, .product-item.flight .product-item-flight-name-tit, .product-item.flight .product-item-flight-name-cabin {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
  }
  .product-item.flight .product-item-flight-name-tit, .product-item.flight .product-item-flight-name-cabin {
    padding-left: 5px;
  }
  .product-item.flight .flight-fromto {
    padding: 5px 0px;
  }
  .product-item.flight .flight-fromto:last-of-type {
    padding-bottom: 20px;
  }
}
.product-item.flight.type2 .product-item-top > .row {
  font-size: 0px;
  padding: 25px 0px;
  border-bottom: solid 1px #e6e6e6;
}
.product-item.flight.type2 .product-item-top > .row > div[class^=col-] {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.product-item.flight.type2 .product-item-top .product-item-flight-name {
  padding: 0px;
  text-align: left;
}
.product-item.flight.type2 .product-item-top .product-item-flight-name img, .product-item.flight.type2 .product-item-top .product-item-flight-name-tit, .product-item.flight.type2 .product-item-top .product-item-flight-name-cabin {
  display: inline-block;
  vertical-align: middle;
}
.product-item.flight.type2 .product-item-top .product-item-flight-name-tit {
  padding: 0px 0px;
  padding-left: 5px;
}
.product-item.flight.type2 .product-item-top .product-item-flight-name-cabin {
  font-size: 20px;
  line-height: 26px;
  padding-left: 20px;
}
.product-item.flight.type2 .product-item-top .product-item-flight-from strong,
.product-item.flight.type2 .product-item-top .product-item-flight-from span {
  display: block;
}
.product-item.flight.type2 .product-item-top .product-item-flight-from-tit {
  font-size: 20px;
  line-height: 26px;
}
.product-item.flight.type2 .product-item-top .product-item-flight-from-remark {
  font-size: 15px;
  line-height: 21px;
}
.product-item.flight.type2 .product-item-bottom {
  padding: 20px 15px;
  margin: 0px -15px;
}
.product-item.flight.type2 .product-item-bottom-time {
  padding: 0px;
  margin: 0px;
}
.product-item.flight.type2 .product-item-bottom-time li {
  list-style: none;
}
.product-item.flight.type2 .product-item-bottom-link {
  padding: 0px;
  padding-right: 20px;
  margin: 0px -6px;
  display: inline-block;
  vertical-align: bottom;
}
.product-item.flight.type2 .product-item-bottom-link li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 6px;
  position: relative;
}
.product-item.flight.type2 .product-item-bottom-link li:first-of-type:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 14px;
  background: #333;
  top: 3px;
  right: -3px;
}
.product-item.flight.type2 .product-item-bottom-link .order-btn a {
  color: #2d7cd1;
  text-decoration: underline;
  padding: 0px;
  margin: 0px;
}
.product-item.flight.type2 .product-item-bottom-link .order-btn a:hover {
  color: #3d4c98;
}
.product-item.flight.type2 .product-item-bottom-number {
  display: inline-block;
  vertical-align: bottom;
}
.product-item.flight.type2 .slider-flight-info {
  position: relative;
  background: #fff;
  z-index: 1;
  margin: 0px -15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-item.flight.type2 .product-item-top > .row {
    padding: 10px 0px;
    border: none;
  }
  .product-item.flight.type2 .product-item-top > .row > div[class^=col-] {
    display: block;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-name {
    padding: 10px 0px;
    text-align: center;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-name-cabin {
    font-size: 15px;
    line-height: 21px;
    padding: 0px;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-name-tit, .product-item.flight.type2 .product-item-top .product-item-flight-name-cabin {
    padding-left: 5px;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-from {
    padding: 10px 20px 10px 0px;
    position: relative;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-from-tit {
    font-size: 15px;
    line-height: 21px;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-from .order-btn {
    position: absolute;
    top: 8px;
    right: 0px;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-from .order-btn a {
    padding: 0px;
    margin: 0px;
    line-height: 20px;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-from .order-btn a i {
    margin: 0px;
    font-size: 24px;
  }
  .product-item.flight.type2 .product-item-bottom {
    border-top: solid 1px #e6e6e6;
  }
  .product-item.flight.type2 .product-item-bottom-time li {
    text-align: left;
  }
  .product-item.flight.type2 .product-item-bottom-link .order-btn a {
    line-height: 20px;
  }
  .product-item.flight.type2 .tag-area {
    position: absolute;
    padding: 0px;
    left: 15px;
    bottom: -38px;
  }
  .product-item.flight.type2 .slider-flight-info {
    padding: 0px 20px 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .product-item.flight.type2 .product-item-top > .row {
    padding: 10px 0px;
    border: none;
  }
  .product-item.flight.type2 .product-item-top > .row > div[class^=col-] {
    display: block;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-name {
    padding: 10px 0px;
    text-align: center;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-name-cabin {
    font-size: 15px;
    line-height: 21px;
    padding: 0px;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-name-tit, .product-item.flight.type2 .product-item-top .product-item-flight-name-cabin {
    padding-left: 5px;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-from {
    padding: 10px 20px 10px 0px;
    position: relative;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-from-tit {
    font-size: 15px;
    line-height: 21px;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-from .order-btn {
    position: absolute;
    top: 8px;
    right: 0px;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-from .order-btn a {
    padding: 0px;
    margin: 0px;
    line-height: 20px;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-from .order-btn a i {
    margin: 0px;
    font-size: 24px;
  }
  .product-item.flight.type2 .product-item-bottom {
    border-top: solid 1px #e6e6e6;
  }
  .product-item.flight.type2 .product-item-bottom-time li {
    text-align: left;
  }
  .product-item.flight.type2 .product-item-bottom-link .order-btn a {
    line-height: 20px;
  }
  .product-item.flight.type2 .tag-area {
    position: absolute;
    padding: 0px;
    left: 15px;
    bottom: -38px;
  }
  .product-item.flight.type2 .slider-flight-info {
    padding: 0px 20px 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .product-item.flight.type2 .product-item-top > .row {
    padding: 10px 0px;
    border: none;
  }
  .product-item.flight.type2 .product-item-top > .row > div[class^=col-] {
    display: block;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-name {
    padding: 10px 0px;
    text-align: center;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-name-cabin {
    font-size: 15px;
    line-height: 21px;
    padding: 0px;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-name-tit, .product-item.flight.type2 .product-item-top .product-item-flight-name-cabin {
    padding-left: 5px;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-from {
    padding: 10px 20px 10px 0px;
    position: relative;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-from-tit {
    font-size: 15px;
    line-height: 21px;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-from .order-btn {
    position: absolute;
    top: 8px;
    right: 0px;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-from .order-btn a {
    padding: 0px;
    margin: 0px;
    line-height: 20px;
  }
  .product-item.flight.type2 .product-item-top .product-item-flight-from .order-btn a i {
    margin: 0px;
    font-size: 24px;
  }
  .product-item.flight.type2 .product-item-bottom {
    border-top: solid 1px #e6e6e6;
  }
  .product-item.flight.type2 .product-item-bottom-time li {
    text-align: left;
  }
  .product-item.flight.type2 .product-item-bottom-link .order-btn a {
    line-height: 20px;
  }
  .product-item.flight.type2 .tag-area {
    padding: 10px 10px 0px;
    border-top: solid 1px #e6e6e6;
    margin: 0px -15px -2px;
    background: #fff;
    position: relative;
    z-index: 1;
    text-align: left;
  }
  .product-item.flight.type2 .slider-flight-info {
    padding: 0px 20px 15px;
  }
}
.product-item.tour .product-info .product-name {
  padding: 0px;
  margin: 10px 0px;
}

@media screen and (max-width: 1400px) {
  .product-item.tour .product-info .product-name {
    padding: 0px;
  }
  .product-item.tour .product-info-tag-area {
    margin: 10px 0px;
  }
}
@media screen and (max-width: 1200px) {
  .product-item.tour .product-info .product-name {
    margin: 5px 0px;
  }
  .product-item.tour .product-info .product-info-tag-area {
    margin: 10px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .product-item.tour .product-info {
    padding: 5px 10px;
  }
  .product-item.tour .product-info .product-name {
    font-size: 18px;
    line-height: 24px;
  }
  .product-item.tour .product-info .product-info-tag-area {
    margin: 10px 0px;
  }
  .product-item.tour.recommend-product .recommended, .product-item.tour.have-chosen .recommended {
    top: -2px;
    left: 7px;
  }
  .product-item.tour.recommend-product .recommended .btn-recommend, .product-item.tour.have-chosen .recommended .btn-recommend {
    transform: scale(1);
  }
  .product-item.tour .product-item-cover-img {
    height: 58vw;
  }
}
@media screen and (max-width: 479px) {
  .product-item.tour .product-item-right-text {
    margin-bottom: 0px;
  }
  .product-item.tour .area-price {
    border-top: none;
  }
  .product-item.tour .product-item-cover-img {
    height: 55vw;
  }
}
.product-item.fit-hotel-map {
  transition: 0.3s ease all;
}
.product-item.fit-hotel-map:hover, .product-item.fit-hotel-map.active {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1441px) {
  .product-item.fit-hotel-map .product-info {
    max-width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .product-item.fit-hotel-map .product-item-cover-img {
    height: 162px;
  }
  .product-item.fit-hotel-map .product-info .product-name a,
  .product-item.fit-hotel-map .product-info .product-name .little-tit {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .product-item.fit-hotel-map .product-item-cover-img {
    height: 134px;
  }
  .product-item.fit-hotel-map .product-info-rating-and-location .location {
    display: block;
    margin: 10px 0px;
    max-width: none;
  }
}
@media screen and (max-width: 479px) {
  .product-item.fit-hotel .product-item-right-text {
    margin-bottom: -2px;
  }
  .product-item.fit-hotel .area-price {
    border-top: solid 1px #e6e6e6;
  }
  .product-item.fit-hotel-map .product-item-cover-img {
    height: 111px;
  }
  .product-item.fit-hotel-map .product-info-tripadvisor-rating {
    margin: 10px 0px;
  }
  .product-item.fit-hotel-map .product-info-tripadvisor-rating img {
    width: 80px;
  }
  .product-item.fit-hotel-map .product-info-tripadvisor-rating .st-tooltip {
    left: -84px;
  }
  .product-item.fit-hotel-map .product-info-tripadvisor-rating .st-tooltip:before, .product-item.fit-hotel-map .product-info-tripadvisor-rating .st-tooltip:after {
    left: 41%;
  }
  .product-item.fit-hotel-map .product-info-rating-and-location {
    margin: 10px 0px;
  }
  .product-item.fit-hotel-map .product-info-rating-and-location .tag,
  .product-item.fit-hotel-map .product-info-rating-and-location .location {
    font-size: 12px;
  }
}
.flight-fromto > .row {
  font-size: 0px;
  margin: 0px -3px;
}
.flight-fromto > .row > div[class^=col-] {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 3px;
}
.flight-fromto .station-info {
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  color: #000;
  position: relative;
  padding: 18px 0px;
}
.flight-fromto .station-info-date {
  letter-spacing: -0.7px;
  color: #e73155;
  position: absolute;
  width: 100%;
  top: 0px;
  font-size: 14px;
  line-height: 20px;
}
.flight-fromto .station-info-time {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  position: relative;
}
.flight-fromto .station-info-time-plus {
  position: absolute;
  font-size: 12px;
  line-height: 18px;
  color: #e73155;
  font-weight: 300;
  top: -10px;
  right: 50%;
  margin-right: -46px;
  cursor: pointer;
}
.flight-fromto .station-info-time-plus .st-tooltip {
  font-size: 12px;
  line-height: 18px;
  color: #000;
  white-space: nowrap;
  bottom: 30px;
  right: -10px;
}
.flight-fromto .station-info-time-plus .st-tooltip i {
  font-size: 20px;
  vertical-align: sub;
  padding-right: 5px;
}
.flight-fromto .station-info-time-plus .st-tooltip:before {
  left: auto;
  margin: 0px;
  right: 10px;
}
.flight-fromto .station-info-time-plus .st-tooltip:after {
  left: auto;
  margin: 0px;
  right: 11px;
}
.flight-fromto .station-info-name {
  letter-spacing: -0.6px;
}
.flight-fromto .station-info-name-abbreviation {
  letter-spacing: -0.6px;
}
.flight-fromto .flight-duration {
  text-align: center;
  position: relative;
  top: -10px;
}
.flight-fromto .flight-duration-time {
  font-size: 15px;
  line-height: 21px;
  color: #666;
  padding: 2px 0px;
}
.flight-fromto .flight-duration-arrow {
  position: relative;
  height: 20px;
}
.flight-fromto .flight-duration-arrow-remark {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  border: solid 2px #ccc;
  width: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
  color: #666;
}
.flight-fromto .flight-duration-arrow-remark.turn {
  color: #2d7cd1;
}
.flight-fromto .flight-duration-arrow:before {
  content: '';
  position: absolute;
  width: 99%;
  height: 3px;
  background: #e6e6e6;
  top: 50%;
  left: 0px;
  margin-top: -3px;
}
.flight-fromto .flight-duration-arrow:after {
  content: '';
  position: absolute;
  border-left: solid 10px #e6e6e6;
  border-top: solid 5px rgba(255, 255, 255, 0);
  border-bottom: solid 5px rgba(255, 255, 255, 0);
  top: 50%;
  right: 0px;
  margin-top: -6px;
}
.flight-fromto .flight-duration-turn {
  font-size: 12px;
  line-height: 12px;
  color: #2d7cd1;
  text-decoration: underline;
  padding: 5px 0px 0px 0px;
  margin-top: 4px;
  width: 100%;
  z-index: 1;
}

.flight-fromto .flight-duration-turn span{
  width: 100%;
  display: block;
}

.flight-fromto .flight-duration-turn .text{
  width: 130%;
  display: inline-block;
  text-overflow : ellipsis;
  white-space : nowrap;
  overflow: hidden;
  text-decoration:underline;
  margin-left: -15%;
  text-align: center;
}
.flight-fromto .flight-duration-turn .st-tooltip {
  width: 270px;
  left: 50%;
  top: 150%;
  margin-left: -135px;
  font-size: 12px;
  line-height: 18px;
  color: #333;
  text-align: left;
  padding: 5px 15px;
}
.flight-fromto .flight-duration-turn-info {
  position: relative;
  padding: 3px 0px 3px 18px;
}
.flight-fromto .flight-duration-turn-info i {
  font-size: 15px;
  position: absolute;
  left: 0px;
  top: 4px;
}
.flight-fromto.return .flight-duration-arrow:after {
  border-left: none;
  border-right: solid 10px #e6e6e6;
  right: auto;
  left: 0px;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .flight-fromto .station-info-time-plus {
    top: -13px;
    margin-right: -45px;
  }
}
/*************
    父層加class="has-tootip"
    tootip的定位個別設定
*************/
.has-tooltip {
  position: absolute;
  cursor: pointer;
}
.has-tooltip:hover .st-tooltip {
  opacity: 1;
  z-index: 1;
  transition: 0.3s 0.7s ease opacity;
  visibility: visible;
}

.st-tooltip {
  position: absolute;
  border-radius: 4px;
  background: #fff;
  font-size: 1.5rem;
  text-align: center;
  box-shadow: 0 0 10px 5px rgba(102, 102, 102, 0.2);
  padding: 10px 25px;
  font-size: 15px;
  line-height: 21px;
  transition: 0s 0s ease opacity;
  opacity: 0;
  visibility: hidden;
}
.st-tooltip .close-btn {
  width: 25px;
  top: 0px;
  right: 0px;
}
.st-tooltip .close-btn i {
  font-size: 15px;
  line-height: 25px;
}
.st-tooltip:before, .st-tooltip:after {
  content: '';
  position: absolute;
  left: 50%;
}
.st-tooltip:before {
  border-top: solid 9px #d5d5d5;
  border-left: solid 9px rgba(255, 255, 255, 0);
  border-right: solid 9px rgba(255, 255, 255, 0);
  bottom: -9px;
  margin-left: -9px;
}
.st-tooltip:after {
  border-top: solid 8px #fff;
  border-left: solid 8px rgba(255, 255, 255, 0);
  border-right: solid 8px rgba(255, 255, 255, 0);
  bottom: -8px;
  margin-left: -8px;
}
.st-tooltip p:last-of-type {
  margin-bottom: 0px;
}

.tooltip-arrow-up:before {
  bottom: auto;
  top: -9px;
  transform: rotate(-180deg);
}
.tooltip-arrow-up:after {
  bottom: auto;
  top: -8px;
  transform: rotate(-180deg);
}

.date {
  margin-top: 10px; font: 15px/21px "微軟正黑體","arial"; color: #666
}

.row.trans{
  margin: -20px 0 0 0;
}