body {
  overflow-x: hidden;
  letter-spacing: 0;
}
.clearfix::before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.wrapper {
  position: relative;
  z-index: 1;
  background: #e4ecef url(../images/bg.jpg) no-repeat center top;
}
.wrapper .center {
  width: 1200px;
  margin-left: -600px;
  left: 50%;
  position: relative;
}
.wrapper .banner {
  width: 100%;
  overflow: hidden;
}
.wrapper .banner .pc {
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  position: relative;
}
.wrapper .banner .phone {
  display: none;
}
/*订票框*/
.site-bookingBox {
  margin-bottom: 30px;
  margin-top: -235px;
  height: 358px;
}
.bookingBoxFix {
  position: fixed;
  top: 20%;
  z-index: 10;
  width: 1200px;
  margin-left: -600px;
  left: 50%;
  margin-top: 0px;
}
.bookingBoxFix .ticketBox {
  position: relative;
  z-index: 10;
}
.bookingBoxFix .kobg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: url(../images/kobg.png) repeat;
  z-index: 5;
}
.bookingBox .tip {
  display: none;
}
.bookingBoxFix .tip {
  display: block;
  font-size: 32px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  padding-top: 30px;
  z-index: 6;
  position: relative;
  font-weight: bold;
}
#ticket-2 {
  display: none;
}
.ui-tabs .ui-tabs-nav {
  display: none;
}
.bookingBox .tit {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.bookingBox .tit span {
  display: inline-block;
  font-size: 16px;
  color: #cb0303;
  height: 45px;
  line-height: 45px;
  padding: 0 23.8px;
  font-weight: bold;
  width: 260px;
  background: url(../images/ticket01.png) no-repeat 260px center #fff;
}
.trip-box #trip-box-1 {
  border: none;
}
/*订票框*/
body {
  font-family: 'PingFangSC-Regular', 'Microsoft YaHei', 'SimSun', sans-serif;
}
.section-box {
  margin-top: 3.5%;
}
.section-box .section-container {
  max-width: 1200px;
  margin: 0 auto;
}
.section-box .section-tit h2 {
  font-size: 48px;
  font-weight: bold;
  color: #000;
}
.section-box .section-tit p {
  margin-top: 5px;
  font-size: 24px;
  color: #cacaca;
}
@media screen and (max-width: 1200px) {
  .section-box .section-container {
    max-width: none;
    padding: 0 30px;
  }
  .section-box .section-tit h2 {
    font-size: 36px;
  }
  .section-box .section-tit p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section-box {
    margin-top: 40px;
  }
  .section-box .section-container {
    max-width: none;
    padding: 0 20px;
  }
  .section-box .section-tit {
    text-align: center;
  }
  .section-box .section-tit h2 {
    font-size: 28px;
  }
  .section-box .section-tit p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .section-box .section-container {
    max-width: none;
    padding: 0 10px;
  }
  .section-box .section-tit h2 {
    font-size: 24px;
  }
  .section-box .section-tit p {
    font-size: 16px;
  }
}
.swiper-container {
  box-shadow: 0px 0px 18px 2px rgba(0, 89, 115, 0.08);
  -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 89, 115, 0.08);
}
.swiper-container .swiper-wrapper {
  width: 1000%;
}
.swiper-container .swiper-slide {
  width: 10%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  font-size: 0;
}
.swiper-container .swiper-slide:hover .item-pic-hover {
  display: block;
}
@media screen and (max-width: 768px) {
  .swiper-slide {
    display: block;
  }
}
.swiper-control {
  margin-top: 45px;
  font-size: 0;
  text-align: center;
}
.swiper-control a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 66px;
  height: 44px;
  background: url('../images/icon-control.png') no-repeat;
}
.swiper-control .swiper-prev {
  background-position: 0 0;
}
.swiper-control .swiper-prev:hover {
  background-position: 0 -62px;
}
.swiper-control .swiper-next {
  margin-left: 20px;
  background-position: -86px 0;
}
.swiper-control .swiper-next:hover {
  background-position: -86px -62px;
}
@media screen and (max-width: 1024px) {
  .swiper-control {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-control {
    margin-top: 20px;
  }
}
.list-popular-hotels {
  width: 100%;
  margin-top: 30px;
}
.list-popular-hotels ul {
  position: relative;
  width: 100%;
  height: 30px;
  margin-bottom: 15px;
}
.list-popular-hotels li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-right: 95px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.list-popular-hotels li h3 {
  float: left;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.list-popular-hotels li p {
  padding-left: 20px;
  padding-top: 10px;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-popular-hotels li p br {
  display: none;
}
.list-popular-hotels li .btn-more {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.8em;
  font-size: 18px;
  font-weight: bold;
  color: #FC6A00;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.list-popular-hotels li.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1200px) {
  .list-popular-hotels li h3 {
    font-size: 22px;
  }
  .list-popular-hotels li p {
    padding-top: 7px;
  }
}
@media screen and (max-width: 1024px) {
  .list-popular-hotels {
    margin-top: 15px;
  }
  .list-popular-hotels ul {
    margin-bottom: 5px;
  }
  .list-popular-hotels li {
    padding-right: 80px;
  }
  .list-popular-hotels li h3 {
    font-size: 20px;
  }
  .list-popular-hotels li p {
    padding-top: 6px;
    padding-left: 15px;
  }
  .list-popular-hotels li .btn-more {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .list-popular-hotels li {
    padding-right: 70px;
  }
  .list-popular-hotels li h3 {
    font-size: 18px;
  }
  .list-popular-hotels li p {
    padding-top: 5px;
  }
  .list-popular-hotels li .btn-more {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .list-popular-hotels ul {
    height: auto;
  }
  .list-popular-hotels li {
    position: relative;
    display: none;
  }
  .list-popular-hotels li.active {
    display: block;
  }
  .list-popular-hotels li h3 {
    float: none;
  }
  .list-popular-hotels li p {
    padding-left: 0;
  }
  .list-popular-hotels li .btn-more {
    top: auto;
    bottom: 0;
    margin-top: 0;
  }
}
.popular-slider .item-pic {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
  vertical-align: middle;
}
.popular-slider .item-pic img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: transform 0.6s linear;
  -webkit-transition: transform 0.6s linear;
  -moz-transition: transform 0.6s linear;
  -o-transition: transform 0.6s linear;
}
.popular-slider .item-pic-text {
  display: none;
}
.popular-slider .item-pic-hover {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 63px;
  background: url("../images/shadow1.png") left bottom repeat-x;
}
.popular-slider .item-pic-hover p {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
.popular-slider .swiper-slide:hover .item-pic img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.popular-slider .swiper-slide:hover .item-pic-hover {
  display: block;
}
.popular-slider .item-cont {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50%;
  text-align: center;
  font-size: 0;
  vertical-align: middle;
}
.popular-slider .item-cont .item-info {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.popular-slider .item-cont .item-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 10px 0;
  font-size: 16px;
}
.popular-slider .item-cont .item-group:nth-child(2n) {
  margin-left: 40px;
}
.popular-slider .item-cont .item-group.hide {
  visibility: hidden;
}
.popular-slider .item-cont .item-group .flight-dep {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: right;
}
.popular-slider .item-cont .item-group .flight-price {
  margin-left: 10px;
  font-weight: bold;
  color: #e60012;
  font-size: 24px;
  font-family: 'SimHei';
}
.popular-slider .item-cont .item-links {
  margin-top: 20px;
  text-align: center;
}
.popular-slider .item-cont .item-links a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 160px;
  height: 48px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.popular-slider .item-cont .item-links .btn-courtesy {
  border: 1px solid #fc6a00;
  background: none;
  color: #fc6a00;
  line-height: 46px;
}
.popular-slider .item-cont .item-links .btn-booking {
  margin-left: 40px;
  color: #fff;
  background: #fc6a00;
  background-image: -moz-linear-gradient(-90deg, #fc6a00 0%, #dd3801 100%);
  background-image: -webkit-linear-gradient(-90deg, #fc6a00 0%, #dd3801 100%);
  background-image: -ms-linear-gradient(-90deg, #fc6a00 0%, #dd3801 100%);
}
.popular-slider .item-cont .item-links .btn-booking-m {
  margin-left: 40px;
  color: #fff;
  background: #fc6a00;
  background-image: -moz-linear-gradient(-90deg, #fc6a00 0%, #dd3801 100%);
  background-image: -webkit-linear-gradient(-90deg, #fc6a00 0%, #dd3801 100%);
  background-image: -ms-linear-gradient(-90deg, #fc6a00 0%, #dd3801 100%);
}
.popular-slider .item-cont .item-courtesy {
  display: none;
}
@media screen and (max-width: 1024px) {
  .popular-slider .item-pic-hover {
    display: block;
  }
  .popular-slider .item-pic-hover p {
    font-size: 14px;
    padding: 0 20px;
  }
  .popular-slider .item-cont .item-info {
    padding: 0 10px;
  }
  .popular-slider .item-cont .item-group {
    margin: 5px 0;
    font-size: 14px;
  }
  .popular-slider .item-cont .item-group:nth-child(2n) {
    margin-left: 20px;
  }
  .popular-slider .item-cont .item-group .flight-price {
    font-size: 18px;
    margin-left: 5px;
  }
  .popular-slider .item-cont .item-links {
    margin-top: 10px;
  }
  .popular-slider .item-cont .item-links a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 6px;
  }
  .popular-slider .item-cont .item-links .btn-booking {
    display: none;
    margin-left: 20px;
  }
  .popular-slider .item-cont .item-links .btn-courtesy {
    line-height: 34px;
  }
  .popular-slider .item-cont .item-links .btn-booking-m {
    display: none;
    margin-left: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
}
@media screen and (max-width: 768px) {
  .popular-slider .item-pic {
    display: block;
    width: 100%;
  }
  .popular-slider .item-cont {
    display: block;
    width: 100%;
    padding: 10px 0 20px;
  }
  .popular-slider .item-cont .item-group {
    margin: 5px 10px;
  }
  .popular-slider .item-cont .item-group:nth-child(2n) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .popular-slider .item-cont .item-group {
    margin: 2px 10px;
  }
}
@media screen and (max-width: 400px) {
  .popular-slider .item-cont .item-group {
    display: block;
  }
  .popular-slider .item-cont .item-group.hide {
    display: none;
  }
  .popular-slider .item-cont .item-group .flight-dep {
    width: 4em;
    margin-left: -2em;
  }
}
.list-more-hotels {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.list-more-hotels dl {
  margin-left: -1%;
  margin-right: -1%;
}
.list-more-hotels dd {
  float: left;
  width: 31.33%;
  margin: 1%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 18px 2px rgba(0, 89, 115, 0.08);
  -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 89, 115, 0.08);
  -moz-box-shadow: 0px 0px 18px 2px rgba(0, 89, 115, 0.08);
}
.list-more-hotels dd:hover .item-pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.list-more-hotels dd:hover .item-pic-hover {
  display: block;
}
.list-more-hotels .item-pic {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.list-more-hotels .item-pic img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: transform 0.6s linear;
  -webkit-transition: transform 0.6s linear;
  -moz-transition: transform 0.6s linear;
  -o-transition: transform 0.6s linear;
}
.list-more-hotels .item-pic-text {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 15px;
  background: url("../images/tit-bg.png") left bottom repeat;
  border-radius: 10px 0px 10px 0px;
  font-size: 16px;
  color: #fff;
}
.list-more-hotels .item-pic-hover {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 43px;
  background: url("../images/shadow2.png") left bottom repeat-x;
}
.list-more-hotels .item-pic-hover p {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
.list-more-hotels .item-cont {
  font-size: 0;
  padding-bottom: 30px;
  background: #fff;
}
.list-more-hotels .item-cont .item-info {
  padding: 15px 10px;
}
.list-more-hotels .item-cont .item-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 5px 0;
  font-size: 14px;
}
.list-more-hotels .item-cont .item-group:nth-child(2n) {
  margin-left: 10px;
}
.list-more-hotels .item-cont .item-group .flight-dep {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: right;
}
.list-more-hotels .item-cont .item-group .flight-price {
  margin-left: 5px;
  font-weight: bold;
  color: #e60012;
  font-size: 18px;
  font-family: 'SimHei';
}
.list-more-hotels .item-cont .item-links {
  text-align: center;
}
.list-more-hotels .item-cont .item-links a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 140px;
  height: 36px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  border-radius: 6px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.list-more-hotels .item-cont .item-links .btn-courtesy {
  border: 1px solid #fc6a00;
  background: none;
  color: #fc6a00;
  line-height: 34px;
}
.list-more-hotels .item-cont .item-links .btn-booking {
  margin-left: 40px;
  color: #fff;
  background: #fc6a00;
  background-image: -moz-linear-gradient(-90deg, #fc6a00 0%, #dd3801 100%);
  background-image: -webkit-linear-gradient(-90deg, #fc6a00 0%, #dd3801 100%);
  background-image: -ms-linear-gradient(-90deg, #fc6a00 0%, #dd3801 100%);
}
.list-more-hotels .item-cont .item-links .btn-booking-m {
  margin-left: 40px;
  color: #fff;
  background: #fc6a00;
  background-image: -moz-linear-gradient(-90deg, #fc6a00 0%, #dd3801 100%);
  background-image: -webkit-linear-gradient(-90deg, #fc6a00 0%, #dd3801 100%);
  background-image: -ms-linear-gradient(-90deg, #fc6a00 0%, #dd3801 100%);
}
.list-more-hotels .item-cont .item-courtesy {
  display: none;
}
.list-vipday-hotels dd {
  width: 48%;
}
.list-vipday-hotels .item-cont .item-info {
  font-size: 0;
}
.list-vipday-hotels .item-cont .item-group {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}
.list-vipday-hotels .item-cont .item-group:nth-child(2n) {
  margin-left: 1%;
}
@media screen and (max-width: 1200px) {
  .list-more-hotels .item-cont .item-info {
    padding-left: 5px;
    padding-right: 5px;
  }
  .list-more-hotels .item-cont .item-group .flight-price {
    margin-left: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .list-more-hotels {
    margin-top: 10px;
  }
  .list-more-hotels dd {
    width: 48%;
  }
  .list-more-hotels .item-cont {
    text-align: center;
  }
  .list-more-hotels .item-cont .item-info {
    padding: 10px 5px;
  }
  .list-more-hotels .item-cont .item-group:nth-child(2n) {
    margin-left: 8px;
  }
  .list-more-hotels .item-cont .item-group .flight-price {
    margin-left: 0;
    font-size: 16px;
  }
  .list-more-hotels .item-cont .item-links a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 6px;
  }
  .list-more-hotels .item-cont .item-links .btn-booking {
    display: none;
    margin-left: 20px;
  }
  .list-more-hotels .item-cont .item-links .btn-courtesy {
    line-height: 34px;
  }
  .list-more-hotels .item-cont .item-links .btn-booking-m {
    display: none;
    margin-left: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .list-vipday-hotels .item-cont .item-group {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .list-vipday-hotels .item-cont .item-group:nth-child(2n) {
    margin-left: 11px;
  }
}
@media screen and (max-width: 768px) {
  .list-more-hotels dd {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .list-more-hotels .item-cont {
    padding-bottom: 20px;
  }
  .list-more-hotels .item-cont .item-group {
    margin: 5px 10px;
  }
  .list-more-hotels .item-cont .item-group:nth-child(2n) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .list-more-hotels .item-pic-text {
    font-size: 14px;
  }
  .list-more-hotels .item-cont .item-group {
    margin: 2px 10px;
  }
}
@media screen and (max-width: 400px) {
  .list-more-hotels .item-cont .item-group {
    display: block;
  }
  .list-more-hotels .item-cont .item-group .flight-dep {
    min-width: 4em;
    margin-left: -2em;
  }
}
.destination {
  padding-top: 170px;
  padding-bottom: 100px;
  margin-top: 10px;
  background: url('../images/bg2.png') top center no-repeat;
}
@media screen and (max-width: 1200px) {
  .destination {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .destination {
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .destination {
    padding-top: 80px;
  }
}
.tab-destination .tab-list {
  max-width: 960px;
  margin: 30px auto 0;
  height: 50px;
  background: #FFE8DB;
  border-radius: 25px;
}
.tab-destination .tab-list li {
  float: left;
  width: 33.33%;
  font-size: 24px;
  color: #EF5501;
  line-height: 50px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer;
  border-radius: 25px;
}
.tab-destination .tab-list li.active {
  color: #fff;
  background: #fc6a00;
  background-image: -moz-linear-gradient(-90deg, #fc6a00 0%, #dd3801 100%);
  background-image: -webkit-linear-gradient(-90deg, #fc6a00 0%, #dd3801 100%);
  background-image: -ms-linear-gradient(-90deg, #fc6a00 0%, #dd3801 100%);
  box-shadow: 0px 10px 28.5px 1.5px rgba(255, 69, 0, 0.3);
  -webkit-box-shadow: 0px 10px 28.5px 1.5px rgba(255, 69, 0, 0.3);
  -moz-box-shadow: 0px 10px 28.5px 1.5px rgba(255, 69, 0, 0.3);
  -ms-box-shadow: 0px 10px 28.5px 1.5px rgba(255, 69, 0, 0.3);
  opacity: 1;
}
.tab-destination .tab-cont {
  margin-top: 40px;
}
.tab-destination .tab-item {
  display: none;
}
.tab-destination .tab-item.active {
  display: block;
}
.tab-destination .swiper-slide {
  direction: rtl;
}
.tab-destination .swiper-slide:hover .item-pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.tab-destination .item-cont {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50%;
  vertical-align: middle;
  padding: 20px 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  direction: ltr;
}
.tab-destination .item-cont p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.tab-destination .item-pic {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 50%;
  vertical-align: middle;
  direction: ltr;
  border-radius: 10px;
  overflow: hidden;
}
.tab-destination .item-pic-text {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 15px;
  height: 40px;
  background: url("../images/tit-bg.png") left bottom repeat;
  border-radius: 0px 10px 0px 10px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.tab-destination .item-pic img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: transform 0.6s linear;
  -webkit-transition: transform 0.6s linear;
  -moz-transition: transform 0.6s linear;
  -o-transition: transform 0.6s linear;
}
@media screen and (max-width: 1200px) {
  .tab-destination .tab-list li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-destination .tab-list {
    max-width: 768px;
    margin-top: 15px;
    height: 40px;
  }
  .tab-destination .tab-list li {
    font-size: 18px;
    line-height: 40px;
  }
  .tab-destination .tab-cont {
    margin-top: 25px;
  }
  .tab-destination .tab-cont p {
    line-height: 26px;
  }
  .tab-destination .swiper-slide {
    display: block;
  }
  .tab-destination .item-pic {
    display: block;
    width: auto;
  }
  .tab-destination .item-cont {
    display: block;
    width: auto;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .tab-destination .tab-list li {
    font-size: 16px;
  }
  .tab-destination .tab-cont p {
    line-height: 24px;
  }
  .tab-destination .item-cont {
    padding: 10px 15px;
  }
  .tab-destination .item-pic-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .tab-destination .tab-list li {
    font-size: 14px;
  }
}
.popup-public .popup-box {
  width: 600px;
  height: 450px;
  margin-left: -300px;
  margin-top: -225px;
  background: #f7fcfc url('../images/popup-bg.jpg') bottom right no-repeat;
  border-radius: 10px;
}
.popup-public .popup-box .btn-pageclose {
  position: absolute;
  left: 50%;
  bottom: -52px;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  background: url("../images/icon-close.png") center no-repeat;
  cursor: pointer;
  box-shadow: 0px 10px 28.5px 1.5px rgba(255, 69, 0, 0.3);
  -webkit-box-shadow: 0px 10px 28.5px 1.5px rgba(255, 69, 0, 0.3);
  -moz-box-shadow: 0px 10px 28.5px 1.5px rgba(255, 69, 0, 0.3);
  -o-box-shadow: 0px 10px 28.5px 1.5px rgba(255, 69, 0, 0.3);
  border-radius: 50%;
}
.popup-public .popup-box .popup-box-hd {
  border-radius: 10px;
  background: none;
  font-size: 18px;
  color: #333;
  height: auto;
  line-height: 1.4;
  padding: 25px 10px;
}
.popup-public .popup-box .popup-box-bd {
  padding: 0;
}
.popup-public .popup-box .popup-box-bd h5 {
  font-size: 14px;
  color: #333;
  line-height: 2;
  letter-spacing: 1px;
}
.popup-public .popup-box .popup-box-bd p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 2;
  color: #666;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-align: justify;
}
.popup-public .popup-box .popup-box-bd .red {
  color: #e60012 !important;
}
.popup-public .popup-box .popup-box-bd .item-courtesy-text {
  padding: 0 40px;
  max-height: 300px;
  overflow-y: auto;
}
.popup-public .popup-box .popup-box-bd .hotel-desc {
  padding: 0 40px;
  max-height: 300px;
  overflow-y: auto;
  max-height: 340px;
}
.popup-public .popup-box .popup-box-bd .hotel-desc p {
  padding-left: 0;
  text-indent: 0;
}
.popup-public .popup-box .popup-box-bd .tips {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  color: #999;
  line-height: 2;
  padding: 15px 35px 20px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .popup-public .popup-box {
    left: 10%;
    top: 12%;
    bottom: 17%;
    right: 10%;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-top: 0;
  }
  .popup-public .popup-box .popup-box-hd {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 10px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
  }
  .popup-public .popup-box .popup-box-hd strong {
    margin-left: 0;
    letter-spacing: 0;
  }
  .popup-public .popup-box .popup-box-bd {
    height: 100%;
    padding-top: 68px;
    padding-bottom: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .popup-public .popup-box .popup-box-bd .item-courtesy {
    max-height: 100%;
    overflow-y: auto;
  }
  .popup-public .popup-box .popup-box-bd .item-courtesy-text {
    padding: 0 15px;
    max-height: none;
  }
  .popup-public .popup-box .popup-box-bd h5 {
    letter-spacing: 0;
    line-height: 1.6;
  }
  .popup-public .popup-box .popup-box-bd p {
    letter-spacing: 0;
    line-height: 1.6;
  }
  .popup-public .popup-box .popup-box-bd .tips {
    position: static;
    padding: 15px;
    line-height: 1.6;
  }
  .popup-public .popup-box .popup-box-bd .hotel-desc {
    padding: 0 15px;
    max-height: 100%;
  }
}
@media screen and (max-width: 1450px) {
  .site-bookingBox {
    height: 269px;
  }
  /* .ticketBox .container {width: auto;} */
  .ticketBox .tab-container {
    max-width: 1000px;
  }
  .bookingBox .tit {
    max-width: 1000px;
  }
  .bookingBox .tit span {
    width: 200px;
    background-position: 200px center;
  }
  .d-select {
    width: 218px;
  }
}
@media (max-width: 1200px) {
  body {
    min-width: 1200px;
    overflow-x: auto;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: auto;
  }
  body,
  a,
  input,
  button,
  textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  a:link,
  a:active,
  a:visited,
  a:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }
  .wrapper .center {
    width: auto;
    margin: 0px;
    left: 0px;
    position: static;
    padding: 0 10px;
  }
  .header,
  .nav,
  .footer {
    display: none;
  }
  .site-bookingBox {
    display: none;
  }
  .bookingBox {
    display: none;
  }
  .wrapper {
    padding-bottom: 0px;
  }
  .wrapper .center {
    width: auto;
    margin: 0px;
    left: 0px;
    position: static;
    padding: 0 10px;
  }
  .wrapper .banner {
    width: auto;
    margin: 0px;
    left: 0px;
    position: static;
  }
  .wrapper .banner img.phone {
    display: block;
    width: 100%;
  }
  .wrapper .banner img.pc {
    display: none;
  }
}
.tddiv .section-tit {
  margin-bottom: 20px;
}
.tddiv dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 89, 115, 0.08);
}
.tddiv dl dt {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.tddiv dl dd {
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tddiv dl dd h3 {
  font-size: 24px;
  margin-bottom: 40px;
}
.tddiv dl dd a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 160px;
  height: 48px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-left: 40px;
  color: #fff;
  background: #fc6a00;
  background-image: -moz-linear-gradient(-90deg, #fc6a00 0%, #dd3801 100%);
  background-image: -webkit-linear-gradient(-90deg, #fc6a00 0%, #dd3801 100%);
  background-image: -ms-linear-gradient(-90deg, #fc6a00 0%, #dd3801 100%);
}
.tddiv dl dd a:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .tddiv .section-tit {
    margin-bottom: 20px;
  }
  .tddiv dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 89, 115, 0.08);
    padding-bottom: 30px;
  }
  .tddiv dl dt {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .tddiv dl dt img {
    width: 100%;
  }
  .tddiv dl dd {
    width: 100%;
  }
  .tddiv dl dd h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .tddiv dl dd p a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 6px;
    margin: 0 10px;
  }
}
