@import "common.css";
body {
  overflow-x: hidden;
}
.topSlider {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  direction: ltr !important;
}
.topSlider .swiper-wrapper {
  direction: ltr !important;
}
.topSlider .swiper-container {
  width: 100%;
  height: 100%;
}
.topSlider .swiper-slide {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.topSlider .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}
.topSlider .swiper-slide:hover img {
  transform: scale(1.1);
}
.topSlider .swiper-pagination {
  bottom: 100px;
}
.topSlider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFF;
  opacity: 1;
  transition: 0.5s all;
}
.topSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background: #fdbf01;
  border-radius: 5px;
}
.topSlider .top-slider-prev,
.topSlider .top-slider-next {
  background: url(../images/icon_slide_arrow_left.png) no-repeat;
  background-size: 100% 100%;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  bottom: 95px;
  z-index: 99;
  cursor: pointer;
  transition: 0.5s all;
}
.topSlider .top-slider-prev.swiper-button-disabled,
.topSlider .top-slider-next.swiper-button-disabled {
  cursor: initial;
  opacity: 0;
}
.topSlider .top-slider-next {
  background: url(../images/icon_slide_arrow_right.png) no-repeat;
  background-size: 100% 100%;
}
.topBox .wrap {
  width: 1200px;
}
.topBox .topText {
  position: relative;
  margin-top: 145px;
  min-height: 320px;
}
.topBox .topText .leftTxt {
  position: absolute;
  right: 1200px;
  top: 0;
  z-index: 9;
  opacity: 0;
  width: 892px;
  height: 145px;
}
.topBox .topText .rightTxt {
  position: absolute;
  right: 0;
  top: 160px;
  z-index: 9;
  width: 552px;
  height: 138px;
}
.topBox .topTitle br {
  display: none;
}
.titleBox {
  color: #000;
  margin: 0 auto;
  position: relative;
  line-height: 1;
}
.titleBox h2 {
  font-family: 'DINPROBoldPro', Arial, sans-serif;
  font-size: 38px;
  text-align: center;
}
.titleBox h2 a {
  color: #000;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
  font-size: 38px;
  text-align: center;
}
.contentBox {
  position: relative;
  left: 0;
  top: calc(100vh - 100px);
  z-index: 99;
  width: 100%;
  overflow: hidden;
}
.contentBox .wave {
  animation: wave 80s linear infinite;
  background: url(../images/mask-02.png) repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
  height: 100px;
  transition: animation 0.3s ease;
}
.contentBox .mustBox {
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  padding-bottom: 60px;
}
.contentBox .mustBox .mustCon {
  margin: 30px auto 0;
  width: 1200px;
}
.contentBox .mustBox .mustCon .mustSlider {
  width: 100%;
  direction: ltr !important;
}
.contentBox .mustBox .mustCon .mustSlider .swiper-wrapper {
  direction: ltr !important;
}
.contentBox .mustBox .mustCon .mustSlider .swiper-slide {
  width: 550px;
  position: relative;
}
.contentBox .mustBox .mustCon .mustSlider .swiper-slide a {
  display: block;
  font-size: 20px;
  color: #333;
}
.contentBox .mustBox .mustCon .mustSlider .swiper-slide a:hover {
  color: #fdbf01;
}
.contentBox .mustBox .mustCon .mustSlider .swiper-slide .pic {
  width: 550px;
  height: 582px;
  overflow: hidden;
}
.contentBox .mustBox .mustCon .mustSlider .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.contentBox .mustBox .mustCon .mustSlider .swiper-slide .mask {
  width: 550px;
  height: 582px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0.6;
  transition: 0.5s all;
}
.contentBox .mustBox .mustCon .mustSlider .swiper-slide .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
  text-align: center;
  display: none;
  font-size: 20px;
}
.contentBox .mustBox .mustCon .mustSlider .swiper-slide.swiper-slide-active .pic {
  border: solid 2px #FFF;
}
.contentBox .mustBox .mustCon .mustSlider .swiper-slide.swiper-slide-active .mask {
  opacity: 0;
}
.contentBox .mustBox .mustCon .mustSlider .swiper-slide.swiper-slide-active .tit {
  display: block;
}
.contentBox .mustBox .mustCon .mustSlider .swiper-slide.swiper-slide-active:hover .pic img {
  transform: scale(1.1);
}
.contentBox .mustBox .mustCon .mustSlider .must-prev,
.contentBox .mustBox .mustCon .mustSlider .must-next {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  transform: translate(-540px, -50%);
  background: url(../images/traveling/must_visit_slide_left_arrow.png) no-repeat center center;
  background-size: 30% auto;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #FFF;
  opacity: 0.5;
  transition: 0.5s all;
}
.contentBox .mustBox .mustCon .mustSlider .must-prev:hover,
.contentBox .mustBox .mustCon .mustSlider .must-next:hover {
  opacity: 1;
}
.contentBox .mustBox .mustCon .mustSlider .must-next {
  background: url(../images/traveling/must_visit_slide_right_arrow.png) no-repeat center center;
  background-size: 30% auto;
  transform: translate(490px, -50%);
}
.contentBox .popularBox {
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  height: 1063px;
}
.contentBox .popularBox .wrap {
  width: 1200px;
  height: 1062px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 9;
  transform: translateX(-50%);
}
.contentBox .popularBox .titleBox {
  width: 280px;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.contentBox .popularBox .titleBox h2 {
  font-size: 38px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
}
.contentBox .popularBox .titleBox .more {
  width: 146px;
  height: 34px;
  border: solid 1px #999;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  font-size: 16px;
}
.contentBox .popularBox .titleBox .more::after {
  display: none;
}
.contentBox .popularBox .popularCon {
  width: 100%;
  height: 1062px;
  position: relative;
  direction: ltr !important;
}
.contentBox .popularBox .popularCon .item {
  position: absolute;
  display: flex;
  justify-content: space-between;
}
.contentBox .popularBox .popularCon .item .pic {
  overflow: hidden;
}
.contentBox .popularBox .popularCon .item .pic img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.contentBox .popularBox .popularCon .item .txtCon {
  position: relative;
}
.contentBox .popularBox .popularCon .item .txtCon::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #005cff;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  transition: 0.5s all;
}
.contentBox .popularBox .popularCon .item .txtCon::before {
  content: '';
  width: 29px;
  height: 21px;
  background: url(../images/traveling/icon_popular_arrow_white.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 60px;
  bottom: 30px;
  z-index: 99;
  transition: 0.5s all;
}
.contentBox .popularBox .popularCon .item .txtCon .tit {
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
  margin: 60px;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.contentBox .popularBox .popularCon .item .txtCon .desc {
  font-size: 18px;
  color: #FFF;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0 60px;
  position: absolute;
  left: 0;
  top: 135px;
  z-index: 99;
}
.contentBox .popularBox .popularCon .item:hover .pic img {
  transform: scale(1.1);
}
.contentBox .popularBox .popularCon .item:hover .txtCon::after {
  opacity: 0.8;
}
.contentBox .popularBox .popularCon .item:nth-child(1) {
  width: 345px;
  height: 706px;
  left: 0;
  bottom: 0;
  flex-direction: column-reverse;
}
.contentBox .popularBox .popularCon .item:nth-child(1) .pic {
  width: 345px;
  height: 354px;
}
.contentBox .popularBox .popularCon .item:nth-child(1) .txtCon {
  width: 345px;
  height: 352px;
}
.contentBox .popularBox .popularCon .item:nth-child(1) .txtCon .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.contentBox .popularBox .popularCon .item:nth-child(1) .txtCon::before {
  transform: rotate(90deg);
}
.contentBox .popularBox .popularCon .item:nth-child(1):hover .txtCon::before {
  bottom: 10px;
}
.contentBox .popularBox .popularCon .item:nth-child(2) {
  width: 855px;
  height: 356px;
  right: 0;
  top: 0;
  flex-direction: row-reverse;
}
.contentBox .popularBox .popularCon .item:nth-child(2) .pic {
  width: 477px;
  height: 356px;
}
.contentBox .popularBox .popularCon .item:nth-child(2) .txtCon {
  width: 678px;
  height: 356px;
}
.contentBox .popularBox .popularCon .item:nth-child(2) .txtCon .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 45px;
}
.contentBox .popularBox .popularCon .item:nth-child(2):hover .txtCon::before {
  left: 440px;
}
.contentBox .popularBox .popularCon .item:nth-child(3) {
  width: 855px;
  height: 352px;
  right: 0;
  top: 356px;
}
.contentBox .popularBox .popularCon .item:nth-child(3) .pic {
  width: 678px;
  height: 352px;
}
.contentBox .popularBox .popularCon .item:nth-child(3) .txtCon {
  width: 477px;
  height: 352px;
}
.contentBox .popularBox .popularCon .item:nth-child(3) .txtCon .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.contentBox .popularBox .popularCon .item:nth-child(3) .txtCon::before {
  transform: rotate(180deg);
  left: 380px;
}
.contentBox .popularBox .popularCon .item:nth-child(3):hover .txtCon::before {
  left: 10px;
}
.contentBox .popularBox .popularCon .item:nth-child(4) {
  width: 855px;
  height: 354px;
  right: 0;
  top: 708px;
  flex-direction: row-reverse;
}
.contentBox .popularBox .popularCon .item:nth-child(4) .pic {
  width: 477px;
  height: 354px;
}
.contentBox .popularBox .popularCon .item:nth-child(4) .txtCon {
  width: 678px;
  height: 354px;
}
.contentBox .popularBox .popularCon .item:nth-child(4) .txtCon .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 105px;
  color: #333;
}
.contentBox .popularBox .popularCon .item:nth-child(4) .txtCon .desc {
  color: #333;
}
.contentBox .popularBox .popularCon .item:nth-child(4) .txtCon::after {
  display: none;
}
.contentBox .popularBox .popularCon .item:nth-child(4) .txtCon::before {
  background: url(../images/traveling/icon_popular_arrow_gray.png) no-repeat;
  background-size: 100% 100%;
}
.contentBox .popularBox .popularCon .item:nth-child(4):hover .txtCon::before {
  left: 440px;
}
.contentBox .popularBox .mask {
  height: 708px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.contentBox .popularBox .mask .bg01 {
  background: url(../images/traveling/bg_popular_01.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 274px;
}
.contentBox .popularBox .mask .bg02 {
  background: url(../images/traveling/bg_popular_02.png) no-repeat;
  background-size: 100% 100%;
  width: 3840px;
  height: 608px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.contentBox .popularBox .mask .bg03 {
  background: url(../images/traveling/bg_popular_03.png) no-repeat;
  background-size: 100% 100%;
  width: 3800px;
  height: 585px;
  position: absolute;
  right: 0;
  bottom: 140px;
  z-index: 1;
}
.contentBox .seasonsBox {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  background-color: #FFF;
}
.contentBox .seasonsBox .titleBox {
  width: 1200px;
  margin: 0 auto;
}
.contentBox .seasonsBox .titleBox h2 {
  text-transform: uppercase;
}
.contentBox .seasonsBox .titleBox .wrap {
  overflow: visible;
}
.contentBox .seasonsBox .seasonsCon {
  margin: 30px auto 0;
  position: relative;
}
.contentBox .seasonsBox .seasonsCon .leftControl {
  width: 280px;
  height: 560px;
  position: relative;
  z-index: 99;
}
.contentBox .seasonsBox .seasonsCon .leftControl .season-prev,
.contentBox .seasonsBox .seasonsCon .leftControl .season-next {
  width: 60px;
  height: 60px;
  background: url(../images/traveling/must_visit_slide_left_arrow.png) no-repeat center center;
  background-size: auto;
  border: solid 2px #4d86d5;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 30px;
  margin-left: 30px;
}
.contentBox .seasonsBox .seasonsCon .leftControl .season-next {
  background: url(../images/traveling/must_visit_slide_right_arrow.png) no-repeat center center;
  background-size: auto;
}
.contentBox .seasonsBox .seasonsCon .leftControl .swiper-pagination-progress {
  width: 260px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 9;
}
.contentBox .seasonsBox .seasonsCon .leftControl .swiper-pagination-progress .swiper-pagination-progressbar {
  background-color: #FFF;
}
.contentBox .seasonsBox .seasonsCon .leftControl .numBox {
  font-size: 26px;
  color: #a3b7e0;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 9;
}
.contentBox .seasonsBox .seasonsCon .leftControl .numBox .current {
  font-size: 45px;
  color: #FFF;
}
.contentBox .seasonsBox .seasonsCon .seasonSliderBox {
  position: relative;
}
.contentBox .seasonsBox .seasonsCon .seasonSliderBox .season-prev,
.contentBox .seasonsBox .seasonsCon .seasonSliderBox .season-next {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 250px;
  z-index: 99;
  transform: translateX(-380px);
  background: url(../images/traveling/must_visit_slide_left_gray_arrow.png) no-repeat center center;
  background-size: 30% auto;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #ebebeb;
  opacity: 1;
  transition: 0.5s all;
}
.contentBox .seasonsBox .seasonsCon .seasonSliderBox .season-prev:hover,
.contentBox .seasonsBox .seasonsCon .seasonSliderBox .season-next:hover {
  background: url(../images/traveling/must_visit_slide_left_arrow.png) no-repeat center center #3059c8;
  background-size: 30% auto;
  border: solid 2px #3059c8;
}
.contentBox .seasonsBox .seasonsCon .seasonSliderBox .season-next {
  background: url(../images/traveling/must_visit_slide_right_gray_arrow.png) no-repeat center center;
  background-size: 30% auto;
  transform: translateX(310px);
}
.contentBox .seasonsBox .seasonsCon .seasonSliderBox .season-next:hover {
  background: url(../images/traveling/must_visit_slide_right_arrow.png) no-repeat center center #3059c8;
  background-size: 30% auto;
}
.contentBox .seasonsBox .seasonsCon .seasonSlider {
  width: 100%;
  direction: ltr !important;
}
.contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-wrapper {
  direction: ltr !important;
}
.contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide {
  width: 360px;
  transition: 0.5s all;
  position: relative;
}
.contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide:hover {
  border-radius: 20px;
}
.contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide:hover .tit {
  color: #fdbf01;
}
.contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide:hover .pic img {
  transform: scale(1.1);
}
.contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide .txtCon {
  opacity: 0;
  background: #fff;
  transform: scale(0.9);
  padding: 2% 5% 5%;
  margin-top: -100px;
  line-height: 1.625;
  color: #333;
  box-shadow: 0 0 6px #dcdcdc;
}
.contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide .txtCon .tit {
  width: 100%;
  font-size: 20px;
  color: #333;
  line-height: 1.2;
  overflow: hidden;
  transition: 0.5s all;
  height: 0;
}
.contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide .txtCon .desc {
  font-size: 18px;
  color: #666;
  line-height: 1.2;
  overflow: hidden;
  transition: 0.5s all;
  height: 0;
}
.contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide a:hover .txtCon .tit {
  color: #fdbf01;
}
.contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide .pic {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide.swiper-slide-active .txtCon {
  opacity: 1;
}
.contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide.swiper-slide-active .tit {
  height: auto;
  margin-top: 20px;
}
.contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide.swiper-slide-active .desc {
  height: auto;
  margin: 20px 0;
}
.contentBox .seasonsBox .leftBg {
  width: 35%;
  height: 855px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 210px;
  z-index: 9;
}
.contentBox .seasonsBox .leftBg::after {
  content: '';
  width: 100%;
  height: 855px;
  background-color: #0056c1;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.contentBox .seasonsBox .leftBg img {
  width: 100%;
  transition: 1s all;
}
.contentBox .seasonsBox .leftBg img:hover {
  transform: scale(1.1);
}
.contentBox .eventsBox {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  background-color: #FFF;
}
.contentBox .eventsBox .titleBox {
  margin: 0 auto;
}
.contentBox .eventsBox .eventsCon {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.contentBox .eventsBox .eventsCon .item {
  display: block;
  width: 280px;
  height: 430px;
  overflow: hidden;
  position: relative;
  transition: 0.5s all;
}
.contentBox .eventsBox .eventsCon .item .pic {
  width: 100%;
  height: 210px;
  position: absolute;
  left: 0;
  top: 0;
}
.contentBox .eventsBox .eventsCon .item .pic img {
  width: 100%;
  height: 100%;
}
.contentBox .eventsBox .eventsCon .item .tit {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
  position: absolute;
  left: 0;
  top: 220px;
  z-index: 99;
}
.contentBox .eventsBox .eventsCon .item .desc {
  color: #666;
  font-size: 18px;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  position: absolute;
  left: 0;
  top: 250px;
  z-index: 99;
}
.contentBox .eventsBox .eventsCon .item .mask {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #3059c8 60%, rgba(48, 89, 200, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  height: 0;
}
.contentBox .eventsBox .eventsCon .item .btn {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  transition: 0.5s all;
}
.contentBox .eventsBox .eventsCon .item .btn::after {
  content: '';
  background: url(../images/traveling/must_visit_slide_right_arrow.png) no-repeat;
  background-size: cover;
  width: 16px;
  height: 10px;
  margin-left: 5px;
  display: none;
}
.contentBox .eventsBox .eventsCon .item:nth-of-type(1) .btn {
  background-color: #fdbf01;
  color: #000;
}
.contentBox .eventsBox .eventsCon .item:nth-of-type(2) .btn {
  width: 220px;
  background-color: #cd65af;
}
.contentBox .eventsBox .eventsCon .item:nth-of-type(3) .btn {
  width: 220px;
  background-color: #a84746;
}
.contentBox .eventsBox .eventsCon .item:nth-of-type(4) .btn {
  width: 240px;
  background-color: #156d9b;
}
.contentBox .eventsBox .eventsCon .item:hover {
  transform: scale(1.1);
}
.contentBox .eventsBox .eventsCon .item:hover .mask {
  height: 100%;
}
.contentBox .eventsBox .eventsCon .item:hover .pic {
  top: auto;
  bottom: 0;
}
.contentBox .eventsBox .eventsCon .item:hover .tit {
  color: #FFF;
  padding: 0 30px;
  top: 30px;
  font-weight: 400;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.contentBox .eventsBox .eventsCon .item:hover .desc {
  color: #DDD;
  padding: 0 30px;
  top: 140px;
  -webkit-line-clamp: 10;
  line-height: 1.2;
}
.contentBox .eventsBox .eventsCon .item:hover .btn {
  background: none;
  color: #FFF;
  left: auto;
  right: 10px;
}
.contentBox .eventsBox .eventsCon .item:hover .btn::after {
  display: block;
}
.contentBox .experiencesBox {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  background-color: #FFF;
}
.contentBox .experiencesBox .titleBox {
  margin: 0 auto;
}
.contentBox .experiencesBox .titleBox .menuBox {
  width: 1050px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contentBox .experiencesBox .titleBox .menuBox .item {
  font-size: 30px;
  color: #a3a3a3;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
  font-weight: 600;
  flex: 1;
  text-align: center;
}
.contentBox .experiencesBox .titleBox .menuBox .item:last-child {
  margin-right: 0;
}
.contentBox .experiencesBox .titleBox .menuBox .item::after {
  content: '';
  width: 60%;
  height: 8px;
  background-color: #fdbf01;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.5s all;
  transform: translateX(-50%);
}
.contentBox .experiencesBox .titleBox .menuBox .item.active {
  font-size: 38px;
  color: #000;
}
.contentBox .experiencesBox .titleBox .menuBox .item.active::after {
  opacity: 1;
}
.contentBox .experiencesBox .experiencesCon {
  margin-top: 30px;
}
.contentBox .experiencesBox .experiencesCon .swiper-container {
  width: 1200px;
  height: 390px;
  direction: ltr !important;
}
.contentBox .experiencesBox .experiencesCon .swiper-container .swiper-wrapper {
  direction: ltr !important;
}
.contentBox .experiencesBox .experiencesCon .swiper-container .dutyFree-prev,
.contentBox .experiencesBox .experiencesCon .swiper-container .dutyFree-next,
.contentBox .experiencesBox .experiencesCon .swiper-container .hotels-prev,
.contentBox .experiencesBox .experiencesCon .swiper-container .hotels-next,
.contentBox .experiencesBox .experiencesCon .swiper-container .dining-prev,
.contentBox .experiencesBox .experiencesCon .swiper-container .dining-next {
  width: 60px;
  height: 60px;
  background: url(../images/traveling/must_visit_slide_left_arrow.png) no-repeat center center rgba(48, 89, 200, 0.2);
  background-size: auto;
  border: solid 2px #FFF;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 35%;
  z-index: 99;
}
.contentBox .experiencesBox .experiencesCon .swiper-container .dutyFree-prev:hover,
.contentBox .experiencesBox .experiencesCon .swiper-container .dutyFree-next:hover,
.contentBox .experiencesBox .experiencesCon .swiper-container .hotels-prev:hover,
.contentBox .experiencesBox .experiencesCon .swiper-container .hotels-next:hover,
.contentBox .experiencesBox .experiencesCon .swiper-container .dining-prev:hover,
.contentBox .experiencesBox .experiencesCon .swiper-container .dining-next:hover {
  background: url(../images/traveling/must_visit_slide_left_arrow.png) no-repeat center center rgba(48, 89, 200, 0.6);
  background-size: auto;
}
.contentBox .experiencesBox .experiencesCon .swiper-container .dutyFree-next,
.contentBox .experiencesBox .experiencesCon .swiper-container .hotels-next,
.contentBox .experiencesBox .experiencesCon .swiper-container .dining-next {
  background: url(../images/traveling/must_visit_slide_right_arrow.png) no-repeat center center rgba(48, 89, 200, 0.2);
  background-size: auto;
  left: auto;
  right: 20px;
}
.contentBox .experiencesBox .experiencesCon .swiper-container .dutyFree-next:hover,
.contentBox .experiencesBox .experiencesCon .swiper-container .hotels-next:hover,
.contentBox .experiencesBox .experiencesCon .swiper-container .dining-next:hover {
  background: url(../images/traveling/must_visit_slide_right_arrow.png) no-repeat center center rgba(48, 89, 200, 0.6);
  background-size: auto;
}
.contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide {
  width: 790px;
  position: relative;
  opacity: 0.4;
  transition: 0.5s all;
}
.contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide .pic img {
  width: 100%;
  transition: 0.5s all;
}
.contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide .mask {
  width: 100%;
  height: 220px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide .txtCon {
  padding: 0 45px;
  width: 100%;
  height: 130px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide .txtCon .tit {
  font-size: 20px;
  color: #FFF;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  padding-bottom: 30px;
}
.contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide .txtCon .desc {
  border-top: solid 2px #FFF;
  opacity: 0.52;
  padding-top: 30px;
  font-size: 18px;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.contentBox .tourismBox {
  position: relative;
  overflow: hidden;
  background-color: #e0f2ff;
  padding-bottom: 60px;
}
.contentBox .tourismBox .waveUp {
  animation-direction: reverse;
  background-image: url(../images/mask-01.png);
}
.contentBox .tourismBox .titleBox {
  margin: 60px auto 0;
}
.contentBox .tourismBox .tourismCon {
  margin-top: 30px;
}
.contentBox .tourismBox .tourismCon .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
  direction: ltr !important;
}
.contentBox .tourismBox .tourismCon .list .item {
  width: 560px;
  height: 108px;
  border-radius: 10px;
  background-color: #FFF;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
.contentBox .tourismBox .tourismCon .list .item:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background-color: #f0f8ff;
}
.contentBox .tourismBox .tourismCon .list .item:hover .icon img {
  transform: scale(1.2);
  transform: rotate(15deg);
  transition: all 0.3s ease;
}
.contentBox .tourismBox .tourismCon .list .item:hover .detail::before {
  background-color: #fdbf01;
}
.contentBox .tourismBox .tourismCon .list .item .icon {
  width: 108px;
  height: 100%;
  border-right: solid 2px #e0f2ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contentBox .tourismBox .tourismCon .list .item .detail {
  font-size: 26px;
  color: #333;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px 0 20px;
}
.contentBox .tourismBox .tourismCon .list .item .detail span {
  flex: 1;
  display: block;
  line-height: 1.2;
}
.contentBox .tourismBox .tourismCon .list .item .detail::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
  border: solid 1px #a1a1a1;
  margin-right: 10px;
  background-color: #f8f8f8;
  transition: all 0.3s ease;
}
.contentBox .tourismBox .tourismCon .list .item .detail::after {
  content: '>';
  width: 38px;
  height: 38px;
  color: #FFF;
  background-color: #c8e8ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.contentBox .faqsBox {
  position: relative;
  overflow: hidden;
  background: url(../images/traveling/bg_faq.jpg) no-repeat;
  background-size: 100% 100%;
}
.contentBox .faqsBox .titleBox {
  margin: 60px auto 0;
}
.contentBox .faqsBox .titleBox h2 {
  color: #FFF;
}
.contentBox .faqsBox .titleBox .more {
  color: #FFF;
}
.contentBox .faqsBox .faqsCon {
  margin-top: 30px;
  padding-bottom: 85px;
}
.contentBox .faqsBox .faqsCon .desc {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}
.contentBox .faqsBox .faqsCon .list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contentBox .faqsBox .faqsCon .list .item {
  width: 590px;
  height: 95px;
  border: solid 1px #FFF;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.contentBox .faqsBox .faqsCon .list .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
  border-color: #fdbf01;
}
.contentBox .faqsBox .faqsCon .list .item:hover .tit {
  color: #fdbf01;
}
.contentBox .faqsBox .faqsCon .list .item:hover .icon img {
  transform: scale(1.2);
}
.contentBox .faqsBox .faqsCon .list .item .icon {
  width: 44px;
  height: 39px;
  margin: 0 20px;
}
.contentBox .faqsBox .faqsCon .list .item .icon img {
  transition: all 0.3s ease;
}
.contentBox .faqsBox .faqsCon .list .item .tit {
  font-size: 26px;
  color: #FFF;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contentBox .faqsBox .faqsCon .list .item:nth-last-child(1) {
  margin-bottom: 0;
}
.contentBox .faqsBox .faqsCon .list .item:nth-last-child(2) {
  margin-bottom: 0;
}
/* 阿拉伯语样式 */
html[dir="rtl"] .topBox .topTitle {
  text-align: center !important;
}
html[dir="rtl"] .topSlider .swiper-pagination {
  text-align: center !important;
}
html[dir="rtl"] .contentBox .mustBox .mustCon .mustSlider .swiper-slide .tit {
  text-align: center !important;
}
html[dir="rtl"] .contentBox .popularBox .titleBox h2 {
  text-align: left !important;
}
html[dir="rtl"] .contentBox .faqsBox .faqsCon .desc {
  text-align: center !important;
}
html[dir="rtl"] .contentBox .tourismBox .tourismCon .list .item .detail span {
  text-align: left !important;
}
html[dir="rtl"] .titleBox h2 {
  text-align: center !important;
}
html[lang="ar"] .contentBox .experiencesBox .titleBox .menuBox .item {
  text-align: center !important;
}
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  html[lang="fr"] .contentBox .eventsBox .eventsCon .item:nth-of-type(1) .btn {
    width: 180px;
  }
  html[lang="ru"] .contentBox .eventsBox .eventsCon .item:nth-of-type(2) .btn {
    width: 260px;
  }
  html[lang="ru"] .contentBox .eventsBox .eventsCon .item:nth-of-type(1) .btn {
    width: 220px;
  }
  html[lang="pt"] .contentBox .popularBox .titleBox .more {
    width: 160px;
  }
  html[lang="pt"] .contentBox .eventsBox .eventsCon .item:nth-of-type(2) .btn {
    width: 240px;
  }
  html[lang="pt"] .contentBox .eventsBox .eventsCon .item:nth-of-type(1) .btn {
    width: 200px;
  }
}
/* 1024-1200 */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .topBox .wrap {
    width: 100%;
  }
  .contentBox .mustBox .more {
    right: 15px;
  }
  .contentBox .mustBox .mustCon {
    width: 100%;
    padding: 0 15px;
  }
  .contentBox .mustBox .mustCon .mustSlider {
    width: 100%;
  }
  .contentBox .mustBox .mustCon .mustSlider .swiper-slide {
    width: 410px;
  }
  .contentBox .mustBox .mustCon .mustSlider .swiper-slide .pic {
    width: 100%;
    height: 434px;
  }
  .contentBox .mustBox .mustCon .mustSlider .swiper-slide .mask {
    width: 100%;
    height: 434px;
  }
  .contentBox .mustBox .mustCon .mustSlider .must-prev {
    transform: translate(-500px, -50%);
  }
  .contentBox .mustBox .mustCon .mustSlider .must-next {
    transform: translate(450px, -50%);
  }
  .contentBox .popularBox {
    height: 690px;
  }
  .contentBox .popularBox .wrap {
    width: 100%;
    padding: 0 15px;
  }
  .contentBox .popularBox .titleBox {
    width: 320px;
    height: 236px;
    left: 15px;
  }
  .contentBox .popularBox .titleBox .more {
    top: 65%;
  }
  .contentBox .popularBox .titleBox h2 {
    margin-top: 30px;
  }
  .contentBox .popularBox .mask {
    height: 472px;
  }
  .contentBox .popularBox .popularCon {
    height: 900px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(1) {
    width: 380px;
    height: 452px;
    bottom: 212px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(1) .pic {
    width: 380px;
    height: 217px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(1) .txtCon {
    width: 380px;
    height: 236px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(2) {
    width: 735px;
    height: 236px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(2) .pic {
    height: 236px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(2) .txtCon {
    height: 236px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(2):hover .txtCon::before {
    left: 390px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(3) {
    width: 735px;
    height: 236px;
    top: 236px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(3) .pic {
    height: 236px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(3) .txtCon {
    height: 236px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(4) {
    width: 735px;
    height: 217px;
    top: 472px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(4) .pic {
    height: 217px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(4) .txtCon {
    height: 217px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(4) .txtCon::before {
    bottom: 10px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(4):hover .txtCon::before {
    left: 390px;
  }
  .contentBox .seasonsBox .titleBox {
    width: 100%;
    padding: 0 15px;
  }
  .contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide {
    width: 380px;
  }
  .contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide .pic {
    height: 213px;
  }
  .contentBox .seasonsBox .seasonsCon .seasonSliderBox .season-prev,
  .contentBox .seasonsBox .seasonsCon .seasonSliderBox .season-next {
    width: 50px;
    height: 50px;
    top: 250px;
  }
  .contentBox .eventsBox .eventsCon .item {
    width: 240px;
  }
  .contentBox .experiencesBox .titleBox .menuBox {
    width: 80%;
  }
  .contentBox .experiencesBox .titleBox .menuBox .item {
    font-size: 20px;
  }
  .contentBox .experiencesBox .titleBox .menuBox .item.active {
    font-size: 24px;
  }
  .contentBox .experiencesBox .titleBox .more {
    right: 15px;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container {
    width: 100%;
    height: 448px;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide {
    min-height: auto;
    height: 448px;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide .pic img {
    height: 100%;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide .txtCon {
    height: 130px;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container .dining-prev,
  .contentBox .experiencesBox .experiencesCon .swiper-container .dining-next {
    width: 50px;
    height: 50px;
    background-size: 50%;
  }
  .contentBox .tourismBox .tourismCon .list .item {
    width: 470px;
  }
  .contentBox .faqsBox .faqsCon .list {
    padding: 0 20px;
  }
  .contentBox .faqsBox .faqsCon .list .item {
    width: 470px;
  }
  html[lang="fr"] .contentBox .eventsBox .eventsCon .item:nth-of-type(1) .btn {
    width: 180px;
  }
  html[lang="ru"] .contentBox .eventsBox .eventsCon .item:nth-of-type(1) .btn {
    width: 220px;
  }
  html[lang="ru"] .contentBox .eventsBox .eventsCon .item:nth-of-type(2) .btn {
    width: 240px;
    font-size: 16px;
  }
  html[lang="es"] .contentBox .eventsBox .eventsCon .item:nth-of-type(1) .btn {
    width: 180px;
  }
  html[lang="es"] .contentBox .eventsBox .eventsCon .item:nth-of-type(2) .btn {
    width: 240px;
  }
  html[lang="pt"] .contentBox .popularBox .titleBox .more {
    width: 160px;
  }
  html[lang="pt"] .contentBox .eventsBox .eventsCon .item:nth-of-type(2) .btn {
    width: 240px;
  }
  html[lang="pt"] .contentBox .eventsBox .eventsCon .item:nth-of-type(1) .btn {
    width: 200px;
  }
}
/* 1400-1699 */
@media only screen and (min-width: 1400px) and (max-width: 1699px) {
  .contentBox .mustBox .mustCon {
    width: 1270px;
  }
  .contentBox .mustBox .mustCon .mustSlider .swiper-slide {
    width: 550px;
  }
  .contentBox .mustBox .mustCon .mustSlider .swiper-slide .pic {
    width: 100%;
    height: 582px;
  }
  .contentBox .mustBox .mustCon .mustSlider .swiper-slide .mask {
    width: 100%;
    height: 582px;
  }
  .contentBox .popularBox {
    height: 855px;
  }
  .contentBox .popularBox .wrap {
    width: 1270px;
  }
  .contentBox .popularBox .titleBox {
    width: 335px;
    height: 300px;
  }
  .contentBox .popularBox .titleBox h2 {
    margin-top: 30px;
  }
  .contentBox .popularBox .mask {
    height: 600px;
  }
  .contentBox .popularBox .popularCon {
    height: 900px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(1) {
    width: 335px;
    height: 555px;
    bottom: 45px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(1) .pic {
    width: 335px;
    height: 255px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(1) .txtCon {
    width: 335px;
    height: 300px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(2) {
    width: 935px;
    height: 300px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(2) .pic {
    height: 300px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(2) .txtCon {
    height: 300px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(2):hover .txtCon::before {
    left: 490px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(3) {
    width: 935px;
    height: 300px;
    top: 300px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(3) .pic {
    height: 300px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(3) .txtCon {
    height: 300px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(4) {
    width: 935px;
    height: 255px;
    top: 600px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(4) .pic {
    height: 255px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(4) .txtCon {
    height: 255px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(4):hover .txtCon::before {
    left: 490px;
  }
  .contentBox .seasonsBox .titleBox {
    width: 1270px;
  }
  .contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide {
    width: 500px;
  }
  .contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide .pic {
    height: 280px;
  }
  .contentBox .seasonsBox .seasonsCon .seasonSliderBox .season-prev,
  .contentBox .seasonsBox .seasonsCon .seasonSliderBox .season-next {
    width: 50px;
    height: 50px;
    top: 300px;
  }
  .contentBox .eventsBox .eventsCon .item {
    width: 300px;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container {
    width: 1270px;
    height: 448px;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide {
    min-height: auto;
    height: 448px;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide .pic img {
    height: 100%;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide .txtCon {
    height: 130px;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container .dining-prev,
  .contentBox .experiencesBox .experiencesCon .swiper-container .dining-next {
    width: 50px;
    height: 50px;
    background-size: 50%;
  }
  .contentBox .tourismBox .tourismCon .list .item {
    width: 600px;
  }
  .contentBox .faqsBox .faqsCon .list .item {
    width: 600px;
  }
  html[lang="es"] .contentBox .eventsBox .eventsCon .item:nth-of-type(2) .btn {
    width: 240px;
  }
  html[lang="es"] .contentBox .eventsBox .eventsCon .item:nth-of-type(1) .btn {
    width: 180px;
  }
  html[lang="pt"] .contentBox .popularBox .titleBox .more {
    width: 160px;
  }
  html[lang="pt"] .contentBox .eventsBox .eventsCon .item:nth-of-type(2) .btn {
    width: 240px;
  }
  html[lang="pt"] .contentBox .eventsBox .eventsCon .item:nth-of-type(1) .btn {
    width: 200px;
  }
}
/* 1700+ */
@media (min-width: 1700px) {
  .contentBox .mustBox .mustCon {
    width: 1620px;
  }
  .contentBox .mustBox .mustCon .mustSlider .swiper-slide {
    width: 656px;
  }
  .contentBox .mustBox .mustCon .mustSlider .swiper-slide .pic {
    width: 100%;
    height: 694px;
  }
  .contentBox .mustBox .mustCon .mustSlider .swiper-slide .mask {
    width: 100%;
    height: 694px;
  }
  .contentBox .mustBox .mustCon .mustSlider .must-prev {
    width: 90px;
    height: 90px;
    transform: translate(-730px, -50%);
  }
  .contentBox .mustBox .mustCon .mustSlider .must-next {
    width: 90px;
    height: 90px;
    transform: translate(640px, -50%);
  }
  .contentBox .popularBox .wrap {
    width: 1620px;
  }
  .contentBox .popularBox .titleBox {
    width: 465px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(1) {
    width: 465px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(1) .pic {
    width: 465px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(1) .txtCon {
    width: 465px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(2) {
    width: 1155px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(2):hover .txtCon::before {
    left: 640px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(3) {
    width: 1155px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(4) {
    width: 1155px;
  }
  .contentBox .popularBox .popularCon .item:nth-child(4):hover .txtCon::before {
    left: 640px;
  }
  .contentBox .seasonsBox .titleBox {
    width: 1620px;
  }
  .contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide {
    width: 560px;
  }
  .contentBox .seasonsBox .seasonsCon .seasonSlider .swiper-slide .pic {
    height: 315px;
  }
  .contentBox .seasonsBox .seasonsCon .seasonSliderBox .season-prev,
  .contentBox .seasonsBox .seasonsCon .seasonSliderBox .season-next {
    width: 50px;
    height: 50px;
    top: 320px;
  }
  .contentBox .eventsBox .eventsCon .item {
    width: 374px;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container {
    width: 1620px;
    height: 674px;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide .pic img {
    height: 100%;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide .txtCon {
    height: 130px;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container .dining-prev,
  .contentBox .experiencesBox .experiencesCon .swiper-container .dining-next {
    width: 70px;
    height: 70px;
    background-size: 50%;
  }
  .contentBox .tourismBox .tourismCon .list .item {
    width: 770px;
  }
  .contentBox .faqsBox .faqsCon .list .item {
    width: 770px;
  }
  html[lang="pt"] .contentBox .popularBox .titleBox .more {
    width: 160px;
  }
  html[lang="fr"] .contentBox .eventsBox .eventsCon .item:nth-of-type(1) .btn {
    width: 180px;
  }
}
/* 移动端 0-1023 */
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .channelTitle {
    font-family: 'DINPROBoldPro', Arial, sans-serif;
    font-size: 0.77333333rem;
    text-align: center;
  }
  .titleBox {
    color: #000;
    margin: 0 auto;
  }
  .titleBox svg {
    display: none;
  }
  .titleBox h2 {
    font-family: 'DINPROBoldPro', Arial, sans-serif;
    font-size: 0.77333333rem;
    text-align: center;
  }
  .titleBox h2 a {
    color: #000;
    font-family: 'DINPROBoldPro', Arial, sans-serif;
    font-size: 0.77333333rem;
    text-align: center;
  }
  .topBox .wrap {
    width: 9.46666667rem;
  }
  .topBox .topText {
    display: none;
  }
  .topBox .topTitle_M {
    font-size: 0.98666667rem;
    color: #FFF;
    font-family: 'DINPROBoldPro', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
    margin-top: 1.06666667rem;
  }
  .topBox .topTitle_M .txt:nth-last-child(1) {
    margin-top: 0.26666667rem;
  }
  .topBox .topTitle {
    font-size: 1.33333333rem;
    line-height: 1;
    text-align: left;
  }
  .topBox .topTitle br {
    display: inline;
  }
  .topSlider {
    height: 11.33333333rem;
  }
  .topSlider .swiper-slide::before {
    content: '';
    width: 100%;
    height: 3.73333333rem;
    background: url(../images/mobile/bg_slide_bottom.png) repeat-x;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
  }
  .topSlider .swiper-pagination {
    bottom: 1.6rem;
    text-align: left;
  }
  .topSlider .swiper-pagination-bullet {
    width: 0.56rem;
    height: 0.08rem;
    border-radius: 0.04rem;
    opacity: 0.4;
  }
  .topSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.56rem;
    background: #FFF;
    border-radius: 0.04rem;
    opacity: 1;
  }
  .topSlider .top-slider-prev,
  .topSlider .top-slider-next {
    background: url(../images/mobile/index/icon_top_slide_left_arrow.png) no-repeat center center;
    background-size: 40% auto;
    width: 0.88rem;
    height: 0.73333333rem;
    border-radius: 0.33333333rem;
    border: solid 1px #FFF;
    position: absolute;
    left: auto;
    right: 1.33333333rem;
    bottom: 1.46666667rem;
    z-index: 99;
    cursor: pointer;
    transition: 0.5s all;
    transform: none !important;
  }
  .topSlider .top-slider-prev.swiper-button-disabled,
  .topSlider .top-slider-next.swiper-button-disabled {
    cursor: initial;
    opacity: 0.4;
    background-color: #DDD;
  }
  .topSlider .top-slider-next {
    background: url(../images/mobile/index/icon_top_slide_right_arrow.png) no-repeat center center;
    background-size: 40% auto;
    right: 0.26666667rem;
  }
  .contentBox {
    top: 10rem;
  }
  .contentBox .wave {
    height: 1.33333333rem;
  }
  .contentBox .mustBox {
    padding: 0 0 0.66666667rem;
  }
  .contentBox .mustBox .titleBox {
    width: 100%;
  }
  .contentBox .mustBox .titleBox .more {
    display: none;
  }
  .contentBox .mustBox .mustCon {
    margin-top: 0.4rem;
    width: 100%;
  }
  .contentBox .mustBox .mustCon .mustSlider .swiper-slide {
    width: 5.86666667rem;
  }
  .contentBox .mustBox .mustCon .mustSlider .swiper-slide a {
    font-size: 0.42666667rem;
  }
  .contentBox .mustBox .mustCon .mustSlider .swiper-slide .pic {
    width: 5.86666667rem;
    height: 6.24rem;
  }
  .contentBox .mustBox .mustCon .mustSlider .swiper-slide .mask {
    width: 5.86666667rem;
    height: 6.24rem;
  }
  .contentBox .mustBox .mustCon .mustSlider .swiper-slide .tit {
    margin-top: 0.26666667rem;
    font-size: 0.42666667rem;
  }
  .contentBox .mustBox .mustCon .mustSlider .must-prev,
  .contentBox .mustBox .mustCon .mustSlider .must-next {
    display: none;
  }
  .contentBox .popularBox {
    height: auto;
  }
  .contentBox .popularBox .wrap {
    width: 100%;
    height: auto;
    position: relative;
    transform: translateX(0);
    top: 0;
    left: 0;
  }
  .contentBox .popularBox .titleBox {
    width: 100%;
    height: auto;
    position: relative;
  }
  .contentBox .popularBox .titleBox h2 {
    font-family: 'DINPROBoldPro', Arial, sans-serif;
    font-size: 0.77333333rem;
    text-align: center;
  }
  .contentBox .popularBox .titleBox .more {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    left: auto;
    right: 0.26666667rem;
    font-size: 0.32rem;
    color: #999;
  }
  .contentBox .popularBox .titleBox .more::after {
    content: '';
    display: block;
    background: url(../images/mobile/icon_find_more.png) no-repeat;
    background-size: 100% 100%;
    width: 0.37333333rem;
    height: 0.37333333rem;
    margin-left: 0.13333333rem;
  }
  .contentBox .popularBox .popularCon {
    height: auto;
    margin-top: 0.4rem;
  }
  .contentBox .popularBox .popularCon .item {
    position: static;
    display: flex;
    justify-content: space-between;
  }
  .contentBox .popularBox .popularCon .item .pic {
    overflow: hidden;
  }
  .contentBox .popularBox .popularCon .item .pic img {
    width: 100%;
    height: 100%;
    transition: 0.5s all;
  }
  .contentBox .popularBox .popularCon .item .txtCon {
    flex: auto;
    position: relative;
  }
  .contentBox .popularBox .popularCon .item .txtCon::after {
    content: '';
    width: 100%;
    height: 100%;
  }
  .contentBox .popularBox .popularCon .item .txtCon::before {
    content: '';
    width: 0.45333333rem;
    height: 0.32rem;
    position: absolute;
    left: 0.4rem;
    bottom: 0.4rem;
    background: url(../images/mobile/traveling/icon_popular_arrow_white.png) no-repeat;
    background-size: 60%;
  }
  .contentBox .popularBox .popularCon .item .txtCon .tit {
    font-size: 0.42666667rem;
    margin: 0.4rem;
  }
  .contentBox .popularBox .popularCon .item .txtCon .desc {
    font-size: 0.32rem;
    padding: 0 0.4rem;
    position: absolute;
    top: 1.46666667rem;
  }
  .contentBox .popularBox .popularCon .item:hover .pic img {
    transform: scale(1.1);
  }
  .contentBox .popularBox .popularCon .item:hover .txtCon::after {
    opacity: 0.8;
  }
  .contentBox .popularBox .popularCon .item:nth-child(1) {
    width: 100%;
    height: 3.06666667rem;
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    flex-direction: row;
    z-index: 9;
  }
  .contentBox .popularBox .popularCon .item:nth-child(1) .pic {
    width: 5.86666667rem;
    height: 3.06666667rem;
    flex-shrink: 0;
  }
  .contentBox .popularBox .popularCon .item:nth-child(1) .txtCon {
    flex: 1;
    width: auto;
    height: 3.06666667rem;
  }
  .contentBox .popularBox .popularCon .item:nth-child(1) .txtCon::before {
    transform: rotate(180deg);
    left: auto;
    right: 0.4rem;
  }
  .contentBox .popularBox .popularCon .item:nth-child(1):hover .txtCon::before {
    bottom: 0.4rem;
    right: 3.33333333rem;
  }
  .contentBox .popularBox .popularCon .item:nth-child(2) {
    width: 100%;
    height: 3.06666667rem;
    top: 3.06666667rem;
    flex-direction: row-reverse;
  }
  .contentBox .popularBox .popularCon .item:nth-child(2) .pic {
    width: 4.13333333rem;
    height: 3.06666667rem;
  }
  .contentBox .popularBox .popularCon .item:nth-child(2) .txtCon {
    width: 5.86666667rem;
    height: 3.06666667rem;
    flex-shrink: 0;
  }
  .contentBox .popularBox .popularCon .item:nth-child(2) .txtCon .tit {
    height: auto;
    padding-top: 0;
  }
  .contentBox .popularBox .popularCon .item:nth-child(2):hover .txtCon::before {
    left: 4.93333333rem;
  }
  .contentBox .popularBox .popularCon .item:nth-child(3) {
    width: 100%;
    height: 3.06666667rem;
    top: 6.13333333rem;
  }
  .contentBox .popularBox .popularCon .item:nth-child(3) .pic {
    width: 5.86666667rem;
    height: 3.06666667rem;
  }
  .contentBox .popularBox .popularCon .item:nth-child(3) .txtCon {
    flex: 1;
    height: 3.06666667rem;
  }
  .contentBox .popularBox .popularCon .item:nth-child(3) .txtCon .tit {
    padding: 0;
  }
  .contentBox .popularBox .popularCon .item:nth-child(3) .txtCon::before {
    transform: rotate(180deg);
    left: auto;
    right: 0.4rem;
  }
  .contentBox .popularBox .popularCon .item:nth-child(3):hover .txtCon::before {
    left: auto;
    right: 3.33333333rem;
  }
  .contentBox .popularBox .popularCon .item:nth-child(4) {
    width: 100%;
    height: 3.06666667rem;
    top: 9.2rem;
  }
  .contentBox .popularBox .popularCon .item:nth-child(4) .pic {
    width: 4.13333333rem;
    height: 3.06666667rem;
  }
  .contentBox .popularBox .popularCon .item:nth-child(4) .txtCon {
    width: 5.86666667rem;
    height: 3.06666667rem;
    flex-shrink: 0;
  }
  .contentBox .popularBox .popularCon .item:nth-child(4) .txtCon .tit {
    height: auto;
    padding-top: 0;
    color: #FFF;
  }
  .contentBox .popularBox .popularCon .item:nth-child(4) .txtCon .desc {
    color: #FFF;
  }
  .contentBox .popularBox .popularCon .item:nth-child(4) .txtCon::after {
    display: block;
  }
  .contentBox .popularBox .popularCon .item:nth-child(4) .txtCon::before {
    background: url(../images/mobile/traveling/icon_popular_arrow_white.png) no-repeat;
    background-size: 60%;
  }
  .contentBox .popularBox .popularCon .item:nth-child(4):hover .txtCon::before {
    left: 4.93333333rem;
  }
  .contentBox .popularBox .mask {
    height: 100%;
    background: url(../images/traveling/bg_popular_04.jpg) center center no-repeat;
    background-size: cover;
    top: 0.18666667rem;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .contentBox .popularBox .mask div {
    display: none;
  }
  .contentBox .seasonsBox {
    padding-top: 0.66666667rem;
  }
  .contentBox .seasonsBox .titleBox {
    width: 100%;
  }
  .contentBox .seasonsBox .titleBox .more {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    left: auto;
    right: 0;
    top: 50%;
  }
  .contentBox .seasonsBox .titleBox .more::after {
    display: block;
  }
  .contentBox .seasonsBox .titleBox h2 {
    display: none;
  }
  .contentBox .seasonsBox .titleBox h2.isMobile {
    display: block;
  }
  .contentBox .seasonsBox .seasonsCon {
    width: 9.46666667rem;
    min-height: auto;
    margin: 0.4rem auto 0;
  }
  .contentBox .seasonsBox .seasonsCon .leftControl {
    display: none;
  }
  .contentBox .seasonsBox .seasonsCon .seasonSlider {
    display: none;
  }
  .contentBox .seasonsBox .seasonsCon .season-prev,
  .contentBox .seasonsBox .seasonsCon .season-next {
    display: none;
  }
  .contentBox .seasonsBox .seasonsCon .seasonList .item {
    display: block;
    width: 9.46666667rem;
    overflow: hidden;
    margin-bottom: 0.26666667rem;
    padding: 0.26666667rem;
    border: solid 1px #EDEDED;
    border-radius: 0.13333333rem;
  }
  .contentBox .seasonsBox .seasonsCon .seasonList .item:nth-last-child(1) {
    margin-bottom: 0;
  }
  .contentBox .seasonsBox .seasonsCon .seasonList .item:hover .tit {
    color: #fdbf01;
  }
  .contentBox .seasonsBox .seasonsCon .seasonList .item:hover .pic img {
    transform: scale(1.1);
  }
  .contentBox .seasonsBox .seasonsCon .seasonList .item .pic {
    width: 100%;
    height: 4.66666667rem;
    overflow: hidden;
  }
  .contentBox .seasonsBox .seasonsCon .seasonList .item .pic img {
    width: 100%;
    height: 100%;
    transition: 0.5s all;
  }
  .contentBox .seasonsBox .seasonsCon .seasonList .item .tit {
    font-size: 0.42666667rem;
    color: #333;
    font-weight: 600;
    padding: 0 0.26666667rem;
    margin-top: 0.26666667rem;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .contentBox .seasonsBox .seasonsCon .seasonList .item .desc {
    padding: 0 0.26666667rem;
    margin-top: 0.26666667rem;
    font-size: 0.37333333rem;
    color: #666;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .contentBox .seasonsBox .leftBg {
    display: none;
  }
  .contentBox .eventsBox {
    padding-top: 0.66666667rem;
  }
  .contentBox .eventsBox .titleBox h2 {
    display: none;
  }
  .contentBox .eventsBox .titleBox h2.isMobile {
    display: block;
  }
  .contentBox .eventsBox .eventsCon {
    margin-top: 0.4rem;
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  .contentBox .eventsBox .eventsCon .item {
    display: block;
    width: 4.53333333rem;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .contentBox .eventsBox .eventsCon .item .pic {
    height: 3.6rem;
    position: initial;
  }
  .contentBox .eventsBox .eventsCon .item .tit {
    margin-top: 0.26666667rem;
    height: auto;
    font-size: 0.42666667rem;
    position: initial;
    padding-top: 0;
    line-height: 1.2;
  }
  .contentBox .eventsBox .eventsCon .item .desc {
    font-size: 0.37333333rem;
    margin-top: 0.26666667rem;
    position: initial;
    line-height: 1.2;
  }
  .contentBox .eventsBox .eventsCon .item .mask {
    display: none;
  }
  .contentBox .eventsBox .eventsCon .item .btn {
    width: 2.13333333rem;
    height: 0.8rem;
    border-radius: 0.26666667rem;
    padding: 0 0.26666667rem;
    font-size: 0.37333333rem;
    bottom: 0;
  }
  .contentBox .eventsBox .eventsCon .item:hover {
    transform: scale(1);
  }
  .contentBox .eventsBox .eventsCon .item:hover .pic {
    top: auto;
    bottom: 0;
  }
  .contentBox .eventsBox .eventsCon .item:hover .tit {
    color: #fdbf01;
    padding: 0;
    height: auto;
    padding-top: 2px;
    -webkit-line-clamp: 2;
    line-height: normal;
  }
  .contentBox .eventsBox .eventsCon .item:hover .desc {
    color: #666;
    padding: 0;
    -webkit-line-clamp: 4;
    line-height: 1.2;
  }
  .contentBox .eventsBox .eventsCon .item:hover .btn {
    background: initial;
    color: #FFF;
    left: 0;
    right: auto;
  }
  .contentBox .eventsBox .eventsCon .item:hover .btn::after {
    display: none;
  }
  .contentBox .eventsBox .eventsCon .item:nth-of-type(1) .btn {
    color: #000;
    background-color: #fdbf01;
    width: 2.66666667rem;
  }
  .contentBox .eventsBox .eventsCon .item:nth-of-type(1):hover .btn {
    background-color: #fdbf01;
  }
  .contentBox .eventsBox .eventsCon .item:nth-of-type(2) .btn {
    width: 4rem;
    background-color: #cd65af;
  }
  .contentBox .eventsBox .eventsCon .item:nth-of-type(2):hover .btn {
    background-color: #cd65af;
  }
  .contentBox .eventsBox .eventsCon .item:nth-of-type(3) {
    margin-bottom: 0;
  }
  .contentBox .eventsBox .eventsCon .item:nth-of-type(3) .btn {
    width: 2.66666667rem;
    background-color: #a84746;
  }
  .contentBox .eventsBox .eventsCon .item:nth-of-type(3):hover .btn {
    background-color: #a84746;
  }
  .contentBox .eventsBox .eventsCon .item:nth-of-type(4) {
    margin-bottom: 0;
  }
  .contentBox .eventsBox .eventsCon .item:nth-of-type(4) .btn {
    width: 4.53333333rem;
    background-color: #156d9b;
  }
  .contentBox .eventsBox .eventsCon .item:nth-of-type(4):hover .btn {
    background-color: #156d9b;
  }
  .contentBox .experiencesBox {
    padding-top: 0.66666667rem;
    padding-bottom: 1.33333333rem;
  }
  .contentBox .experiencesBox .titleBox {
    margin: 0 auto;
    position: initial;
  }
  .contentBox .experiencesBox .titleBox .more {
    width: 2.48rem;
    height: 0.72rem;
    border-radius: 0.36rem;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .contentBox .experiencesBox .titleBox .wrap {
    overflow-x: scroll;
    position: initial;
  }
  .contentBox .experiencesBox .titleBox .menuBox {
    display: flex;
    justify-content: flex-start;
    width: auto;
  }
  .contentBox .experiencesBox .titleBox .menuBox .item {
    flex: none;
    font-family: 'DINPROBoldPro', Arial, sans-serif;
    font-size: 0.77333333rem;
    text-align: center;
    padding: 0.13333333rem 0;
    margin-right: 0.4rem;
    font-size: 0.53333333rem;
  }
  .contentBox .experiencesBox .titleBox .menuBox .item::after {
    height: 0.10666667rem;
    border-radius: 0.05333333rem;
  }
  .contentBox .experiencesBox .titleBox .menuBox .item.active {
    font-size: 0.48rem;
  }
  .contentBox .experiencesBox .experiencesCon {
    margin-top: 0.4rem;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container {
    width: 100%;
    height: 4.98666667rem;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container .dutyFree-prev,
  .contentBox .experiencesBox .experiencesCon .swiper-container .dutyFree-next,
  .contentBox .experiencesBox .experiencesCon .swiper-container .hotels-prev,
  .contentBox .experiencesBox .experiencesCon .swiper-container .hotels-next,
  .contentBox .experiencesBox .experiencesCon .swiper-container .dining-prev,
  .contentBox .experiencesBox .experiencesCon .swiper-container .dining-next {
    display: none;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide {
    width: 8.85333333rem;
    height: 4.98666667rem;
    min-height: auto;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide .mask {
    height: 1.6rem;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide .pic img {
    height: 100%;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide .txtCon {
    padding: 0 0.4rem;
    height: 1.6rem;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide .txtCon .tit {
    font-size: 0.42666667rem;
    padding-bottom: 0.26666667rem;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide .txtCon .desc {
    padding-top: 0.26666667rem;
    font-size: 0.37333333rem;
  }
  .contentBox .experiencesBox .experiencesCon .swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .contentBox .tourismBox {
    padding-bottom: 0;
  }
  .contentBox .tourismBox .titleBox {
    margin: 0.66666667rem auto 0;
  }
  .contentBox .tourismBox .titleBox .more {
    display: none;
  }
  .contentBox .tourismBox .tourismCon {
    margin-top: 0.4rem;
  }
  .contentBox .tourismBox .tourismCon .list {
    padding: 0 0.26666667rem;
  }
  .contentBox .tourismBox .tourismCon .list .item {
    width: 100%;
    height: 1.46666667rem;
    border-radius: 0.13333333rem;
    margin-bottom: 0.4rem;
  }
  .contentBox .tourismBox .tourismCon .list .item:hover {
    box-shadow: 0 0.13333333rem 0.26666667rem rgba(0, 0, 0, 0.2);
  }
  .contentBox .tourismBox .tourismCon .list .item .icon {
    width: 1.6rem;
  }
  .contentBox .tourismBox .tourismCon .list .item .icon img {
    width: 50%;
  }
  .contentBox .tourismBox .tourismCon .list .item .detail {
    font-size: 0.44rem;
    padding: 0 0.53333333rem 0 0.26666667rem;
  }
  .contentBox .tourismBox .tourismCon .list .item .detail::before {
    width: 0.18666667rem;
    height: 0.18666667rem;
    margin-right: 0.13333333rem;
  }
  .contentBox .tourismBox .tourismCon .list .item .detail::after {
    width: 0.50666667rem;
    height: 0.50666667rem;
    margin-left: 0.13333333rem;
  }
  .contentBox .faqsBox {
    background: #004ea6;
    padding-top: 0.66666667rem;
  }
  .contentBox .faqsBox .titleBox {
    margin: 0 auto;
  }
  .contentBox .faqsBox .titleBox h2 {
    color: #FFF;
  }
  .contentBox .faqsBox .titleBox .more {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    left: auto;
    right: 0.26666667rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
  }
  .contentBox .faqsBox .titleBox .more::after {
    display: block;
    background: url(../images/mobile/icon_find_more_white.png) no-repeat;
    background-size: 100% 100%;
  }
  .contentBox .faqsBox .faqsCon {
    margin-top: 0.4rem;
    padding-bottom: 0.66666667rem;
  }
  .contentBox .faqsBox .faqsCon .desc {
    font-size: 0.37333333rem;
  }
  .contentBox .faqsBox .faqsCon .list {
    margin-top: 0.4rem;
    padding: 0 0.26666667rem;
  }
  .contentBox .faqsBox .faqsCon .list .item {
    width: 100%;
    height: 1.12rem;
    margin-bottom: 0.4rem;
  }
  .contentBox .faqsBox .faqsCon .list .item:hover {
    transform: translateY(-10/75rem);
    box-shadow: 0 0.13333333rem 0.26666667rem rgba(255, 255, 255, 0.3);
  }
  .contentBox .faqsBox .faqsCon .list .item .icon {
    width: 0.52rem;
    height: 0.46666667rem;
    margin: 0 0.26666667rem;
  }
  .contentBox .faqsBox .faqsCon .list .item .tit {
    font-size: 0.42666667rem;
  }
  .contentBox .faqsBox .faqsCon .list .item:nth-last-child(2) {
    margin-bottom: 0.4rem;
  }
  .contentBox .footer .links .titleBox h2 {
    text-align: left;
  }
}
