﻿.page {
  position: relative;
  width: calc(100% - 39px);
  min-width: 1200px;
}
.container {
  position: relative;
  max-width: 1200px;
  height: 350px;
  margin: auto;
}
.container-widedesktop {
  margin: 0 auto;
  max-width: 1500px;
  position: relative;
}
@media (max-width: 1500px) {
  .container-widedesktop {
    max-width: 100%;
    width: 100%;
  }
}
main,
#kanban {
  display: block;
  height: 350px;
  padding-top: 0;
  position: relative;
  width: 100%;
}
main .swiper-container,
#kanban .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 350px;
  background-color: #223c4a;
}
.swiper-container .swiper-slide a {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 350px;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.25);
  height: 100%;
}
.swiper-container .swiper-slide a img.swiper-mb {
  display: none;
}
.swiper-container ~ .container {
  justify-content: center;
}
.swiper-container ~ .container .swiper-pagination {
  bottom: 15px;
  display: flex;
  display: -ms-flex;
  align-items: center;
  justify-content: space-around;
  max-width: 900px;
  width: 100%;
  height: 40px;
}
.swiper-container
  ~ .container
  .swiper-pagination
  .swiper-pagination-bullet:first-child {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.swiper-container
  ~ .container
  .swiper-pagination
  .swiper-pagination-bullet:last-child {
  margin-right: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.swiper-pagination-progressbar {
  background-color: rgba(0, 0, 0, 0);
}
.swiper-pagination-bullet {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
  border-radius: 0;
  opacity: 0.95;
  margin: 0 0.5px;
  transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet-active {
  color: #fff;
  font-weight: bold;
  background-color: #0091da;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
.swiper-button-next,
.swiper-button-prev {
  background-color: #dee2e4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  filter: grayscale(100%);
  height: 60px;
  margin-top: 0;
  top: calc(50% - 30px);
  transition: filter 0.2s ease-in-out;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next {
  right: 0;
  background-image: url(assets/icon-arrowNext.svg);
}
.swiper-button-prev {
  left: 0;
  background-image: url(assets/icon-arrowPrev.svg);
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  filter: grayscale(0%);
}
.swiper-container:hover .swiper-button-next.swiper-button-disabled,
.swiper-container:hover .swiper-button-prev.swiper-button-disabled {
  opacity: 0.15;
}
.swiper-container:hover .swiper-button-next:hover,
.swiper-container:hover .swiper-button-prev:hover {
  opacity: 1;
}
#event-banner .box {
  border-bottom: solid 1px #dee2e4;
}
#event-banner .box .inner .swiper-wrapper {
  overflow: visible;
}
#event-banner .box .inner .swiper-wrapper > a {
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease-in-out;
}
#event-banner .box .inner .swiper-wrapper > a .text {
  margin: 10px 0;
  color: #223c4a;
  font-size: 18px;
  text-align: center;
}
#event-banner .box .inner .swiper-wrapper > a:hover {
  transform: scale(1.05);
}
#event-banner .box .inner .swiper-wrapper > a:hover img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
#searchbox {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  filter: drop-shadow(0px 0px 16px rgba(31, 60, 73, 0.2));
  margin: 50px auto 0 auto;
  max-width: 1320px;
  position: relative;
}
#searchbox .form-group.justify-content-end {
  justify-content: end;
}
#searchbox .search-navi {
  margin: 0 1em;
}
#searchbox .search-navi .search-navi-item {
  display: block;
  height: 34px;
  width: 125px;
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  color: #223c4a;
  font-weight: bold;
  line-height: 34px;
  margin-right: 1px;
  text-align: center;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
#searchbox .search-navi .search-navi-item:hover {
  background-color: #0091da;
  color: #fff;
}
#searchbox .search-navi .search-navi-item.active {
  background-color: #4c616c;
  color: #fff;
}
@media (max-width: 960px) {
  #searchbox {
    filter: none;
    z-index: 9999;
  }
}
#searchPanel {
  background-color: #4c616c;
  margin: 0 1em;
  max-width: 100%;
  padding: 30px 60px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media (max-width: 1200px) {
  #searchPanel {
    padding: 30px 15px;
  }
}
@media (max-width: 960px) {
  #searchPanel {
    background-color: #fff;
    margin: 0;
    padding: 0;
  }
}
#searchPanel .search-navi-mobile-item {
  display: block;
  height: 34px;
  width: calc(100% - 1px);
  background-color: #4c616c;
  color: #fff;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
#searchPanel .search-navi-mobile-item:hover {
  background-color: #0091da;
  color: #fff;
}
#searchPanel .search-navi-mobile-item.active {
  background-color: #fff;
  color: #223c4a;
}
.seachboxUI {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto;
}
.seachboxUI > .tabs {
  display: inline-flex;
  display: -ms-flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 35px;
}
.seachboxUI > .tabs a {
  display: flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
  width: initial;
  min-width: 125px;
  padding: 0 20px;
  height: 33px;
  color: #fff;
  font-weight: bold;
  background-color: rgba(34, 60, 74, 0.8);
  border-radius: 6px 6px 0 0;
  transition: all 0.3s ease-in-out;
}
.seachboxUI > .tabs a:hover {
  background-color: rgba(0, 145, 218, 0.8);
}
.seachboxUI > .tabs a.current {
  height: 100%;
  color: #223c4a;
  background-color: #fff;
}
.seachboxUI > .tabs a ~ a {
  margin-left: 1px;
}
.seachboxUI .tab-panel {
  height: calc(100% - 35px);
  background-color: #fff;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.25);
  border-radius: 0 6px 6px 6px;
}
.seachboxUI .tab-panel .inner {
  height: 100%;
  padding: 15px;
}
.seachboxUI .tab-panel .switchBox {
  display: flex;
  display: -ms-flex;
  margin-bottom: 5px;
}
.seachboxUI .tab-panel .switchBox > div {
  margin-right: 15px;
}
.seachboxUI .tab-panel .switchBox > div input:disabled {
  display: none;
}
.seachboxUI .tab-panel .switchBox > div input:disabled + label {
  display: none;
  cursor: default;
  opacity: 0.25;
}
.seachboxUI .tab-panel .switchBox > div input:disabled + label:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border: solid 2px #bcbcbc !important;
  box-sizing: border-box;
}
.seachboxUI .tab-panel .switch-panel {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: space-between;
  width: 100%;
  height: calc(100% - 35px);
}
.seachboxUI .tab-panel .switch-panel > div {
  width: 100%;
}
.seachboxUI .tab-panel .switch-panel .wrap-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.seachboxUI .tab-panel .form-group {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 10px 0;
  min-height: 50px;
}
.seachboxUI .tab-panel .form-group .field {
  display: flex;
  display: -ms-flex;
  align-items: center;
  padding: 5px;
  background-color: #edf2f5;
}
.seachboxUI .tab-panel .form-group .field:hover {
  opacity: 1;
}
.seachboxUI .tab-panel .form-group .field.error {
  color: #ff3067;
  opacity: 1;
}
.seachboxUI .tab-panel .form-group .field.error select {
  color: #ff3067;
}
.seachboxUI .tab-panel .form-group .field label {
  display: inline-block;
  margin-right: 5px;
  max-width: 60px;
  color: #596c76;
  font-size: 13px;
}
.seachboxUI .tab-panel .form-group .field label.tw1 {
  width: 15px;
}
.seachboxUI .tab-panel .form-group .field label.tw2 {
  width: 35px;
}
.seachboxUI .tab-panel .form-group .field label.tw3 {
  width: 55px;
}
.seachboxUI .tab-panel .form-group .field label.tw4 {
  width: 80px;
}
.seachboxUI .tab-panel .form-group .field.wt45 {
  width: calc(50% - 3px);
}
.seachboxUI .tab-panel .form-group .field.icon {
  position: relative;
}
.seachboxUI .tab-panel .form-group .field.icon > i {
  position: absolute;
  right: 5px;
  top: calc(50% - 12.5px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 18px;
}
.seachboxUI .tab-panel .moreForm {
  display: none;
}
.seachboxUI.search_inx {
  background-color: rgba(0, 0, 0, 0);
}
.seachboxUI.search_inx .switchBox label {
  color: #223c4a;
}
.seachboxUI.search_inx .wrap-box .form-group .field {
  background-color: #f2f2f2;
}
.seachboxUI.search_inx .wrap-box .form-group .field.wt45:first-child {
  width: calc(50% - 1px);
}
.seachboxUI .field [type*="text"],
.seachboxUI .field [type*="date"],
.seachboxUI .field select {
  font-size: 15px;
  border: none;
  padding: 5px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.seachboxUI .dateContainer {
  position: relative;
}
.seachboxUI .dateContainer > div {
  top: 0 !important;
  left: 0 !important;
  width: 100%;
}
.seachboxUI .dateContainer_inx {
  width: 100%;
}
.seachboxUI .custom-select-wrapper .select-options {
  height: auto;
  overflow-y: scroll;
}
.seachboxUI .toolbar {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  align-items: center;
}
.seachboxUI .toolbar.wt10 {
  width: 10%;
}
.seachboxUI .toolbar .more {
  display: flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 150px;
  color: #596c76;
}
.seachboxUI .toolbar .more i {
  font-size: 24px;
  color: #223c4a;
}
.seachboxUI .toolbar .more.open i {
  transform: rotate(180deg);
}
.seachboxUI.open {
  top: 10px;
}
.seachboxUI.search_min .btn-default {
  font-size: 16px;
}
section {
  width: 100%;
}
section:hover,
section.current,
section#sale,
section#service {
  opacity: 1;
}
section#search-mb {
  display: none;
}
section#spot,
section.products {
  background-color: rgba(0, 0, 0, 0);
}
section#spot .sec-head .headTitle,
section.products .sec-head .headTitle {
  margin-bottom: 10px;
}
section#spot:hover,
section.products:hover {
  background-color: rgba(0, 0, 0, 0);
}
section#spot .tabs,
section.products .tabs {
  height: 45px;
}
section#spot .tabs li.loading,
section.products .tabs li.loading {
  width: 85px;
  height: 45px;
  color: #ccc !important;
  background-color: #ccc !important;
  animation-name: skeletonAnimation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section#spot .from-group,
section.products .from-group {
  display: none;
}
section#spot .sec-inner,
section.products .sec-inner {
  padding-bottom: 0;
  min-height: 855px;
}
section#spot .sec-body,
section.products .sec-body {
  position: relative;
}
section#spot .sec-body::before,
section.products .sec-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    0deg,
    rgba(246, 246, 246, 0.75) 0%,
    rgb(246, 246, 246) 50%
  );
  backdrop-filter: blur(5px);
}
section#spot .event,
section.products .event {
  padding-bottom: 50px;
  border-bottom: solid 1px #dee2e4;
}
section#spot .event .inner .swiper-wrapper,
section.products .event .inner .swiper-wrapper {
  overflow: visible;
  padding-top: 15px;
}
section#spot .event .inner .swiper-wrapper > a,
section.products .event .inner .swiper-wrapper > a {
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease-in-out;
}
section#spot .event .inner .swiper-wrapper > a .text,
section.products .event .inner .swiper-wrapper > a .text {
  margin: 10px 0;
  color: #223c4a;
  font-size: 18px;
  text-align: center;
}
section#spot .event .inner .swiper-wrapper > a:hover,
section.products .event .inner .swiper-wrapper > a:hover {
  transform: scale(1.05);
}
section#spot .event .inner .swiper-wrapper > a:hover img,
section.products .event .inner .swiper-wrapper > a:hover img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
section#video {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
section#video > div {
  position: relative;
  z-index: 1;
}
section#video .sec-head {
  margin: 60px auto;
  width: 100%;
  max-width: 1200px;
}
section#video .sec-head .headTitle {
  position: relative;
  padding: 0 0 10px;
  font-size: 48px;
  font-weight: bold;
  text-align: left;
}
section#video .sec-head .headTitle span {
  display: block;
  font-size: 72px;
}
section#video .sec-head .headTitle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 2px;
  background-color: #223c4a;
  opacity: 0.3;
}
section#video .sec-head .text {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 18px;
}
section#video .sec-head .text a.link {
  display: flex;
  align-items: center;
  margin-left: 5px;
  padding: 10px 15px;
  color: #223c4a;
  font-size: 15px;
  font-weight: bold;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 19px;
}
section#video .sec-head .text a.link i {
  margin-right: 5px;
  color: red;
  font-size: 20px;
}
section#video .sec-inner {
  padding: 80px 0 0 0;
  max-width: 100%;
}
section#video .sec-inner .sec-body {
  background-color: #ebebeb;
}
section#video .sec-inner .sec-body .wrap-item {
  overflow: visible;
  padding: 0;
  justify-content: space-around;
}
section#video .sec-inner .sec-body .wrap-item .item {
  margin-bottom: 80px;
  margin-top: 40px;
  max-width: 100%;
  width: 40%;
}
section#video .sec-inner .sec-body .wrap-item .item .item-img a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section#video .sec-inner .sec-body .wrap-item .item .item-img a video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
section#video .sec-inner .sec-body .wrap-item .item:hover {
  box-shadow: none;
  z-index: 1;
}
section#video .sec-inner .sec-body .wrap-item .item:hover .item-info {
  background-color: #fff;
}
section#video .sec-inner .sec-body .wrap-item .item:nth-child(1) {
  position: absolute;
  top: -520px;
  left: calc(50% - 140px);
  max-width: 690px;
  width: 100%;
}
section#video .sec-inner .sec-body:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 850px;
  height: 200px;
  color: #f6f6f6;
  font-family: "Century Gothic";
  font-size: 280px;
  font-weight: bold;
  line-height: 1;
  background: url(//static.lifetour.info/inc/image/inx-VIDEO.svg) no-repeat
    center;
  background-size: cover;
}
section#video.onlyone {
  padding-bottom: 130px;
  border-bottom: 1px solid #dee2e4;
}
section#video.onlyone .sec-inner {
  padding: 0;
}
section#video.onlyone .sec-inner .sec-body::after {
  display: none;
}
section#video.onlyone .sec-inner .sec-body .wrap-item .item:nth-child(1) {
  top: -420px;
}
section#service .sec-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 20px 0;
}
section#service .sec-body > div {
  flex: auto;
}
@media (max-width: 640px) {
  section#service .sec-body {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  section#service .sec-body {
    padding: 20px 0;
  }
}
section#service .wrap-box .sec-head {
  width: 100%;
}
section#service .link {
  display: flex;
  display: -ms-flex;
  align-items: center;
  flex-wrap: wrap;
}
section#service .link .more {
  width: 150px;
  margin-bottom: 0;
}
section#service .list-img {
  width: 300px;
}
section#service .list-img a {
  display: flex;
  display: -ms-flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 5px 0;
  color: #223c4a;
}
section#service .list-img a:hover {
  color: #0091da;
}
section#service .list-img a img {
  margin-right: 5px;
}
section#service .link-icon {
  display: flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
section#service .link-icon li {
  align-items: center;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  height: 100px;
  margin: 5px;
  transition: all 0.2s ease-in-out;
  width: 100px;
}
section#service .link-icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
}
section#service .link-icon li a img {
  width: 40px;
  height: 40px;
}
section#service .link-icon li a i {
  color: #fff;
  font-size: 40px;
}
section#service .link-icon li a span {
  margin-top: 10px;
  width: 100%;
  color: #223c4a;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  transition: all 0.15s ease-in-out;
}
section#service .link-icon li:hover {
  opacity: 0.8;
}
section#service .link-icon li.youtube {
  background-color: red;
}
section#service .link-icon li.youtube a span {
  color: #fff;
}
section#service .link-icon li.facebook {
  background-color: #1877f2;
}
section#service .link-icon li.facebook a i {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #1877f2;
  font-size: 32px;
  background-color: #fff;
  border-radius: 50%;
}
section#service .link-icon li.facebook a span {
  color: #fff;
}
section#service .link-icon li.line {
  background-color: #00b900;
}
section#service .link-icon li.line a span {
  color: #fff;
}
section#service .link-icon li.blog {
  background-color: #ff3067;
}
section#service .link-icon li.blog a span {
  color: #fff;
}
section#service .link-icon li.blog a img {
  margin-bottom: 0;
}
section#service .link-icon li.instagram {
  background-color: #e84dc4;
}
section#service .link-icon li.instagram a span {
  color: #fff;
}
section#service .link-icon li.instagram a img {
  margin-bottom: 0;
}
section#service .link-icon li.default {
  border: solid 2px #c4cdd3;
}
section#service .link-icon li.default.creditcard {
  border-color: #ffac06;
}
section#service .link-icon li.default.linepay {
  border-color: #08bf5b;
}
section#sale .sec-inner {
  position: relative;
  padding: 0;
  margin: 50px 0;
  background-image: linear-gradient(
    to right,
    rgba(116, 211, 255, 0.2),
    rgba(255, 138, 167, 0.2) 100%
  );
}
section#sale .sec-inner::before,
section#sale .sec-inner::after {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: #f6f6f6;
}
section#sale .sec-inner::before {
  right: 0;
  top: 0;
  width: 80%;
  height: 140px;
}
section#sale .sec-inner::after {
  left: 0;
  bottom: 0;
  width: 12%;
  height: 120px;
}
section#sale .sec-inner > div {
  z-index: 1;
}
section#sale .wrap-item {
  overflow: visible;
}
section#sale .wrap-item .item {
  width: 200px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
}
section#sale .wrap-item .item .img {
  height: 200px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}
section#sale .wrap-item .item .text {
  margin-top: 15px;
  color: #223c4a;
  font-size: 18px;
  text-align: center;
}
section#sale .wrap-item .item:hover {
  box-shadow: none;
  transform: scale(1.05);
}
section#sale .wrap-item .item:hover .img {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.item {
  display: block;
  margin: 5px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
.item:hover {
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
}
.item .item-inner {
  position: relative;
  padding: 15px;
}
.item .item-inner .item-img {
  width: 100%;
  height: 235px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #596c76;
  transition: all 0.2s ease-in-out;
}
.item .item-img.park {
  border-bottom: solid 2px #ff3067;
}
.item .hot {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 99;
  width: 35px;
  height: 35px;
  background: url(assets/icon-hot.svg) no-repeat center;
}
.item .item-info {
  margin-top: 10px;
  text-align: left;
}
.item .item-info > div {
  margin-bottom: 5px;
}
.item .item-info > div:last-child {
  margin-bottom: 0;
}
.item .item-info .item-title {
  margin-bottom: 10px;
  color: #223c4a;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease-in-out;
}
.item .item-info .item-label {
  display: flex;
  font-size: 13px;
  font-weight: bold;
}
.item .item-info .item-label span {
  display: inline-block;
  padding: 3px 5px;
  margin-right: 5px;
  color: #01a368;
  font-size: 13px;
  background-color: #fff;
  border-radius: 3px;
}
.item .item-info .item-label::before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  color: #fff;
  font-family: "icomoon";
  font-size: 13px;
  border-radius: 3px 0 0 3px;
  background-color: #ffac06;
}
.item .item-info .item-setoff {
  color: #596c76;
  font-size: 13px;
}
.item .item-info .item-setoff:before {
  content: "";
  margin-right: 5px;
  font-family: "icomoon";
}
.item .item-info .item-bottom {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  align-items: baseline;
}
.item .item-info .item-price {
  display: flex;
  display: -ms-flex;
  align-items: baseline;
  color: red;
  font-size: 13px;
  font-weight: bold;
}
.item .item-info .item-price i {
  font-size: 18px;
}
.item .item-info .item-price span.price {
  font-size: 24px;
}
.item.item-card .item-img {
  height: 235px;
  line-height: 0;
}
.item.item-card .item-img source,
.item.item-card .item-img img {
  width: 100%;
  height: auto;
}
.item.item-card .item-img picture {
  display: block;
  width: 100%;
  height: 100%;
  background: url(//static.lifetour.info/image/nonIMG.png) no-repeat center;
  background-size: cover;
}
.item.item-card .item-info {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 90px;
}
.item.item-card .item-info .item-bottom {
  width: 100%;
}
.item.item-card.loading {
  width: 100%;
  height: 365px;
  color: #ccc !important;
  background-color: #ccc !important;
  animation-name: skeletonAnimation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.item.item-card.loading:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
}
.item.item-video {
  width: 100%;
}
.item.item-video .item-img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.item.item-video .item-img a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #223c4a;
  transition: all 0.2s ease-in-out;
}
.item.item-video .item-img a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 60, 74, 0.6);
}
.item.item-video .item-img a::after {
  bottom: auto;
  left: calc(50% - 25px);
  position: absolute;
  right: auto;
  top: calc(50% - 25px);
  z-index: 1;
  align-items: center;
  border: solid 5px #fff;
  border-radius: 50%;
  color: #fff;
  content: "";
  display: flex;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 30px;
  font-family: "icomoon";
}
.item.item-video .item-img a img {
  width: 100%;
  line-height: 1;
  opacity: 0.6;
}
.item.item-video .item-img a img.img-default {
  display: block;
}
.item.item-video .item-img a img.img-preview {
  display: none;
}
.item.item-video .item-img a:hover img.img-default {
  display: none;
}
.item.item-video .item-img a:hover img.img-preview {
  display: block;
}
.item.item-video .item-info {
  position: absolute;
  right: -30px;
  top: calc(100% - 60px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0;
  padding: 15px 20px;
  width: 380px;
  background-color: #ebebeb;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.item.item-video .item-info .item-title {
  font-size: 24px;
  font-weight: bold;
  white-space: inherit;
}
.item-innner .item.item-video .item-info .item-title {
  top: 1px;
}
.item.item-video .item-info .item-text {
  display: -webkit-box;
  width: 100%;
  text-overflow: ellipsis;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.item.item-video .item-info a.more {
  position: absolute;
  right: -100px;
  z-index: 99;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: #0091da;
  font-size: 15px;
  border: solid 1px #0091da;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.item.item-video .item-info a.more:after {
  content: "";
  margin-left: 5px;
  font-family: "icomoon";
}
.item.item-video .item-info:after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 60%
  );
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.item.item-video .item-info:hover:after {
  width: 100%;
  opacity: 1;
}
.item.item-video .item-info:hover a.more {
  right: 20px;
  opacity: 1;
}
.item.item-video .item-info.none:after,
.item.item-video .item-info.none a {
  display: none;
}
[class*="lt-"] > input[type*="radio"],
[class*="lt-"] > input[type*="checkbox"] {
  display: none;
}
.btn-default.btn-accept {
  color: #fff;
  background-color: #0091da;
}
@keyframes btn-skeletonAnimation {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.8;
  }
}
@media (max-width: 1200px) {
  .page {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
  }
  section .sec-inner,
  section#spot .event .inner,
  section.products .event .inner,
  section#sale .sec-body .wrap-item,
  footer .footer-inner {
    width: 100%;
    min-width: 100%;
  }
  section .sec-body .wrap-item,
  .item .item-img {
    width: 100%;
  }
  section .sec-body .wrap-item .item {
    width: calc(33.3333333333% - 11px);
  }
  section#video .sec-head {
    margin: 40px 0;
  }
  .item.item-card .item-img {
    height: auto;
  }
  #service .sec-body {
    justify-content: center;
  }
  #service .sec-body .wrap-box {
    margin-bottom: 30px;
  }
  #service .sec-body > div:first-child {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  section#spot .event .inner,
  section.products .event .inner {
    display: flex;
    display: -ms-flex;
    justify-content: flex-start;
  }
  .swiper-pagination {
    height: initial;
  }
  .swiper-pagination-bullet {
    padding: 10px 5px;
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .page {
    width: 100%;
    min-width: 100%;
  }
  .seachboxUI {
    display: none;
  }
  .seachboxUI .inner {
    overflow-y: scroll;
  }
  .seachboxUI .switch-panel::after {
    display: block;
    height: 200px;
    width: 100%;
    content: "";
  }
  .seachboxUI .toolbar {
    z-index: 1030;
  }
  section#search-mb {
    display: flex;
    flex-wrap: wrap;
  }
  section#search-mb .sec-body {
    width: 100%;
    padding: 0 15px;
  }
  section#search-mb a[class*="mb-"] i,
  section#search-mb a[class^="mb-"] i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #0091da;
    font-size: 30px;
  }
  section#search-mb a[class*="mb-"].overlayUI_search,
  section#search-mb a[class*="mb-"].search-mb-button,
  section#search-mb a[class^="mb-"].overlayUI_search,
  section#search-mb a[class^="mb-"].search-mb-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    background-color: #fff;
    border: solid 2px #0091da;
    border-radius: 25px;
  }
  section#search-mb a[class*="mb-"].overlayUI_search:after,
  section#search-mb a[class*="mb-"].search-mb-button:after,
  section#search-mb a[class^="mb-"].overlayUI_search:after,
  section#search-mb a[class^="mb-"].search-mb-button:after {
    content: attr(data-text);
    display: block;
    margin-left: 5px;
    font-size: 18px;
    color: #596c76;
  }
  section#search-mb a[class*="mb-"].overlayUI_search i,
  section#search-mb a[class*="mb-"].search-mb-button i,
  section#search-mb a[class^="mb-"].overlayUI_search i,
  section#search-mb a[class^="mb-"].search-mb-button i {
    width: 25px;
    height: 25px;
  }
  section#spot .tabs,
  section.products .tabs {
    height: auto;
  }
  section#spot .sec-inner,
  section.products .sec-inner {
    height: initial;
  }
  section#spot .wrap-item .item,
  section.products .wrap-item .item {
    width: 50%;
    margin-bottom: 20px;
    max-width: unset;
  }
  section#spot .wrap-item .item .item-info,
  section.products .wrap-item .item .item-info {
    height: initial;
  }
  section#spot .wrap-item .item .item-info .item-title,
  section.products .wrap-item .item .item-info .item-title {
    white-space: normal;
  }
  section#spot .event .inner,
  section.products .event .inner {
    display: flex;
    display: -ms-flex;
    justify-content: flex-start;
  }
  section#spot .event .swiper-wrapper,
  section.products .event .swiper-wrapper {
    width: initial;
    margin: 0 55px 0 0;
  }
  .overlayUI.mobile .overlay-inner {
    width: 100%;
    background-color: #fff;
  }
  .overlayUI.mobile .overlay-inner .seachboxUI {
    margin-top: 0;
    height: 100%;
  }
  main .swiper-button-next,
  main .swiper-button-prev,
  #kanban .swiper-button-next,
  #kanban .swiper-button-prev {
    background-color: rgba(34, 60, 74, 0.3);
    background-size: 15px 30px;
    opacity: 1;
  }
  main .swiper-button-next,
  #kanban .swiper-button-next {
    border-radius: 6px 0 0 6px;
    background-image: url(assets/icon-arrowNext-w.svg);
  }
  main .swiper-button-prev,
  #kanban .swiper-button-prev {
    border-radius: 0 6px 6px 0;
    background-image: url(assets/icon-arrowPrev-w.svg);
  }
}
@media (max-width: 640px) {
  body::-webkit-scrollbar {
    display: none;
  }
  body.open {
    overflow: hidden;
  }
  #header .tools .mb-search {
    display: none;
  }
  main,
  #kanban {
    margin-top: 50px;
    height: initial;
    background-color: #fff;
  }
  main .swiper-container,
  #kanban .swiper-container {
    height: 300px;
  }
  main .swiper-container .swiper-slide a,
  #kanban .swiper-container .swiper-slide a {
    background-position: calc(100% + 325px) center;
    image-rendering: auto;
  }
  main .container,
  #kanban .container {
    padding-top: 300px;
    height: 350px;
    background-color: #fff;
    border-bottom: solid 1px #dee2e4;
  }
  .swiper-container .swiper-slide {
    background-size: cover;
    background-position: calc(50% - 150px) center;
  }
  .swiper-container .swiper-slide a img.swiper-mb {
    display: block;
    width: 100%;
  }
  .swiper-container ~ .container .swiper-pagination {
    left: 15px;
    right: 15px;
    bottom: 20px;
    width: auto;
    height: 8px;
  }
  .swiper-pagination-bullet {
    padding: 0;
    height: 8px;
    background-color: rgba(34, 60, 74, 0.25);
  }
  .swiper-pagination-bullet:first-child {
    border-radius: 4px 0 0 4px;
  }
  .swiper-pagination-bullet:last-child {
    border-radius: 0 4px 4px 0;
  }
  .swiper-pagination-bullet-active {
    background-color: #0091da;
    box-shadow: none;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #fff;
    height: 5px;
  }
  section {
    padding-top: 30px;
  }
  section .sec-head h3 {
    width: 100%;
    text-align: center;
  }
  section .sec-body {
    background-size: cover;
    background-position: bottom left;
  }
  section .sec-body .wrap-item,
  section .sec-body .tab-sub-panel .wrap-item {
    padding: 15px;
    justify-content: center;
    height: initial;
  }
  section .sec-body::-webkit-scrollbar,
  section .sec-body .wrap-item::-webkit-scrollbar {
    display: none;
  }
  section#sale .sec-body {
    overflow-x: scroll;
  }
  section#sale .sec-body .wrap-item {
    width: max-content;
  }
  section#sale .sec-body .wrap-item .item {
    display: inline-block;
    margin: 5px 10px;
  }
  section#sjt .sec-body {
    flex-wrap: wrap !important;
  }
  section#sjt .sec-body .wrap-item {
    flex-wrap: nowrap;
    width: max-content;
    justify-content: flex-start;
    overflow-x: scroll;
  }
  section#video {
    position: relative;
    padding-top: 0;
    background-color: #ebebeb;
  }
  section#video:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 185px;
    background: url(//static.lifetour.info/inc/image/inx-VIDEO.svg) no-repeat
      center;
    background-size: cover;
  }
  section#video .sec-head {
    padding-top: 20px;
  }
  section#video .sec-head .headTitle {
    text-align: center;
  }
  section#video .sec-head .headTitle:after {
    left: calc(50% - 36px);
  }
  section#video .sec-head .text {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  section#video .sec-head .text span {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  section#video .sec-inner {
    padding: 0;
    position: relative;
    z-index: 1;
  }
  section#video .sec-inner .sec-body {
    background-color: rgba(0, 0, 0, 0);
  }
  section#video .sec-inner .sec-body:after {
    display: none;
  }
  section#video .sec-inner .sec-body .wrap-item {
    min-height: initial;
    padding: 0 15px;
  }
  section#video .sec-inner .sec-body .wrap-item .item {
    padding-bottom: 15px;
  }
  section#video .sec-inner .sec-body .wrap-item .item.item-video {
    margin-bottom: 15px;
    border-bottom: solid 1px #a2aeb6;
    position: relative;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  section#video .sec-inner .sec-body .wrap-item .item.item-video .item-inner {
    padding: 0;
  }
  section#video .sec-inner .sec-body .wrap-item .item.item-video .item-img {
    height: calc((100vw - 30px - 40px) / 16 * 9);
  }
  section#video .sec-inner .sec-body .wrap-item .item.item-video .item-img a {
    width: 100%;
  }
  section#video .sec-inner .sec-body .wrap-item .item.item-video .item-info {
    position: relative !important;
    right: 0 !important;
    margin-left: 50px;
    margin-top: -50px;
    width: calc(100% - 50px);
  }
  section#video
    .sec-inner
    .sec-body
    .wrap-item
    .item.item-video
    .item-info
    .item-text
    ~ a.more {
    position: relative;
    right: initial;
    margin-top: 10px;
    opacity: 1;
  }
  section#video
    .sec-inner
    .sec-body
    .wrap-item
    .item.item-video
    .item-info:hover::after {
    display: none;
  }
  section#video .sec-inner .sec-body .wrap-item .item.item-video:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  section#video
    .sec-inner
    .sec-body
    .wrap-item
    .item.item-video:hover
    .item-info {
    background-color: #ebebeb;
  }
  section#video .sec-inner .sec-body .wrap-item .item.item-video:nth-child(1) {
    transform: translateX(0);
  }
  section#video
    .sec-inner
    .sec-body
    .wrap-item
    .item.item-video:nth-child(1)
    .item-img
    a {
    height: 100%;
  }
  section#video
    .sec-inner
    .sec-body
    .wrap-item
    .item.item-video:nth-child(2)
    .item-img
    a,
  section#video
    .sec-inner
    .sec-body
    .wrap-item
    .item.item-video:nth-child(3)
    .item-img
    a {
    height: 100%;
  }
  section#video
    .sec-inner
    .sec-body
    .wrap-item
    .item.item-video:nth-child(2)
    .item-info,
  section#video
    .sec-inner
    .sec-body
    .wrap-item
    .item.item-video:nth-child(3)
    .item-info {
    max-width: initial;
  }
  section#video.onlyone {
    padding-bottom: 40px;
  }
  section#video.onlyone .sec-head {
    margin-bottom: 0;
  }
  section#service .headTitle {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 960px) {
  * {
    scroll-behavior: smooth;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: touch;
  }
  .quickLink,
  #nav .nav-inner {
    display: none;
  }
  header#header {
    z-index: 9997 !important;
  }
  #nav .head-nav a.nav-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 40px;
  }
  #nav .wrap-subnav.show {
    z-index: 99999;
  }
  main,
  #kanban {
    margin-top: 50px;
  }
  main .swiper-container.swiper-container-fade .swiper-slide,
  #kanban .swiper-container.swiper-container-fade .swiper-slide {
    width: 100% !important;
  }
  main .swiper-container .swiper-slide a,
  #kanban .swiper-container .swiper-slide a {
    background-position: center;
  }
  section .tabs li,
  section .tabs a {
    width: max-content;
  }
  section#service .wrap-box:last-child {
    margin-bottom: 0;
  }
  section#service .sec-body {
    flex-wrap: wrap !important;
    justify-content: center;
  }
  section#service .link .more {
    margin: 15px 0;
    width: 100%;
  }
  section#service .link-icon {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
    padding: 0 50px;
  }
  section#service .link-icon li {
    width: 100px;
    height: 100px;
  }
  section#service .link-icon li a {
    align-content: center;
    padding: 5px;
    width: 100px;
    height: 100px;
  }
  section#service .link-icon li img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  section#service .link-icon li span {
    font-size: 13px;
  }
  section#video .sec-inner .sec-body .wrap-item .item.item-video .item-img {
    height: calc((100vw - 30px) / 16 * 9);
  }
}
@media (max-width: 480px) {
  main .swiper-container,
  #kanban .swiper-container {
    height: 200px;
  }
  main .swiper-container .swiper-slide a,
  #kanban .swiper-container .swiper-slide a {
    background-size: auto 200px;
    background-position: center;
  }
  main .container,
  #kanban .container {
    padding-top: 200px;
    height: 250px;
  }
  main .container .swiper-button-next,
  main .container .swiper-button-prev,
  #kanban .container .swiper-button-next,
  #kanban .container .swiper-button-prev {
    top: calc(50% - 60px);
  }
  section .tabs li a:before,
  section .tabs li a:after {
    transition: none;
  }
  section .tabs li a:before {
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0091da rgba(0, 0, 0, 0);
  }
  section .tabs li a:after {
    left: 0;
    width: 100%;
    height: 0;
    background-color: #0091da;
  }
  section .tabs li a:hover:before {
    border-width: 0;
  }
  section .tabs li a:hover:after {
    height: 0;
  }
  section .tabs li.current a {
    color: #0091da;
  }
  section .tabs li.current a:before {
    border-width: 0 8px 6px 8px;
  }
  section .tabs li.current a:after {
    height: 3px;
  }
  section#spot .wrap-item .item,
  section.products .wrap-item .item {
    width: 100%;
    max-width: 100%;
    border-bottom: solid 1px #c4cdd3;
    margin-bottom: 20px;
  }
  section#spot .wrap-item .item .item-inner,
  section.products .wrap-item .item .item-inner {
    padding: 0 0 20px 0;
  }
  section#spot .wrap-item .item:hover,
  section.products .wrap-item .item:hover {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
  }
  section#spot .wrap-item .item:last-child,
  section.products .wrap-item .item:last-child {
    border: none;
  }
  section#spot .wrap-item .item.item-card .item-info,
  section.products .wrap-item .item.item-card .item-info {
    height: initial;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    section .sec-body {
      background-attachment: inherit;
    }
  }
}
.overlayUI.video .overlay-inner {
  width: 60%;
}
@media (max-width: 640px) {
  .overlayUI.video .overlay-inner {
    width: 100%;
  }
  .overlayUI.video .overlay-inner .ratio {
    margin-top: 60px;
  }
}
.modifyInfoTool {
  max-width: 1290px;
  margin: 20px auto;
  display: flex;
  justify-content: flex-end;
}

.modifyInfoTool .modifyInfo {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 79px;
  height: 79px;
  padding: 7px;
  background-color: #fff;
  border-radius: 8px;
  color: #1f2937;
  font-size: 16px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  transition: none;
}
.modifyInfoTool .modifyInfo:hover {
  color: #0091da;
}
.modifyInfoTool .modifyInfo:hover svg path {
  fill: #0091da;
}

@media (max-width: 960px) {
  .modifyInfoTool {
    padding: 0 15px;
  }
}
/*# sourceMappingURL=index-new.css.map */
