@media screen and (min-width: 1024px) {
  .home-wrap {
    width: 1200px;
    margin: 0 auto;
  }
  .home-tab {
    background: url('/images/home/tab-bg.png') no-repeat;
    background-size: contain;
    background-position: bottom;
  }
  .banner-carousel {
    min-height: 800px;
  }
  .home-survey {
    min-height: 460px;
  }
}
@media screen and (max-width: 1024px) {
  .banner-carousel {
    min-height: 6.4rem;
  }
}

.carousel-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.carousel-wrap .carousel-container {
  height: 100%;
  transition: 0.6s;
  display: flex;
}
.carousel-wrap .carousel-container .carousel-item {
  height: 100%;
}
.carousel-wrap .carousel-container .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vertical .carousel-container {
  transition: 0.6s;
  display: block;
}
.vertical .carousel-container .carousel-item {
  width: 100%;
}
.vertical .carousel-container .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1024px) {
  .carousel {
    position: relative;
    overflow: hidden;
  }
  .carousel .carousel-list {
    position: relative;
    transform-style: preserve-3d;
    perspective: 400px;
  }
  .carousel .carousel-list .carousel-item {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation-duration: 0.6s;
  }
  .carousel .carousel-list .carousel-item .item-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
  }
  .carousel .dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 42px;
    text-align: center;
  }
  .carousel .dots .dots-item {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    cursor: pointer;
  }
  .carousel-prev {
    animation-name: carouseItem;
  }
  .carousel-active {
    z-index: 10;
  }
  @keyframes carouseItem {
    0% {
      transform: translateZ(0px);
      opacity: 1;
      z-index: 11;
    }
    25% {
      transform: translateZ(10px);
      opacity: 1;
    }
    100% {
      transform: translateZ(40px);
      opacity: 0;
      z-index: 12;
    }
  }
}
@media screen and (max-width: 1024px) {
  .carousel {
    position: relative;
    overflow: hidden;
  }
  .carousel .carousel-list {
    position: relative;
    transform-style: preserve-3d;
    perspective: 400;
  }
  .carousel .carousel-list .carousel-item {
    width: 10rem;
    height: 6.4rem;
    position: absolute;
    left: 0;
    top: 0;
    animation-duration: 0.6s;
  }
  .carousel .carousel-list .carousel-item .item-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
  }
  .carousel .dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0.533333rem;
    text-align: center;
  }
  .carousel .dots .dots-item {
    display: inline-block;
    width: 0.213333rem;
    height: 0.24rem;
    margin: 0 0.133333rem;
    cursor: pointer;
  }
  .carousel .dots .dots-item img {
    width: 0.213333rem;
    height: 0.24rem;
  }
  .carousel-prev {
    animation-name: carouseItem;
  }
  .carousel-active {
    z-index: 10;
  }
  @keyframes carouseItem {
    0% {
      transform: translateZ(0px);
      opacity: 1;
      z-index: 11;
    }
    25% {
      transform: translateZ(10px);
      opacity: 1;
    }
    100% {
      transform: translateZ(40px);
      opacity: 0;
      z-index: 12;
    }
  }
}

@media screen and (min-width: 1024px) {
  .notice-wrap {
    width: 1208px;
    height: 88px;
    background: url(/images/home/textNotice-bg.png) 50% no-repeat;
    background-size: cover;
    background-position: 0 0;
    line-height: 84px;
    margin: 0 auto;
    padding: 0;
    transform: translateY(-22px);
    display: flex;
  }
  .notice-wrap .notice-title {
    width: 160px;
    font-size: 20px;
    color: #fff;
    padding: 0 40px;
  }
  .notice-wrap > .notice-list {
    margin-top: 1px;
    border-top: none;
    flex: 1;
    overflow: hidden;
    padding-left: 10px;
  }
  .notice-wrap > .notice-list .list-container {
    transition: 0.6s;
  }
  .notice-wrap > .notice-list .list-container .notice-none {
    width: 100px;
    white-space: nowrap;
    text-indent: 30px;
  }
  .notice-wrap > .notice-list .list-item {
    font-size: 14px;
    text-indent: 2em;
    overflow: hidden;
    min-width: 859px;
  }
  .notice-wrap > .notice-list .list-item .item-text {
    color: #333;
    letter-spacing: 0.7px;
    max-width: 710px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    cursor: pointer;
  }
  .notice-wrap > .notice-list .list-item .item-date {
    float: right;
    color: #bbb;
    letter-spacing: 0.7px;
    margin-right: 30px;
  }
  .notice-wrap .notice-operation {
    display: flex;
  }
  .notice-wrap .notice-operation .op-prev {
    margin-right: 28px;
  }
  .notice-wrap .notice-operation .op-next {
    margin-right: 29px;
  }
  .notice-wrap .notice-operation .op-more {
    font-size: 16px;
    color: #333;
    letter-spacing: 0.8px;
    margin-right: 24px;
    cursor: pointer;
  }
  .notice-wrap .notice-operation .svg {
    height: 17px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) {
  .notice-wrap {
    width: 9.173333rem;
    height: 1.333333rem;
    line-height: 1.1rem;
    background: url(/images/home/textNotice-bg-mobile.png) 50% no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    margin: 0 auto;
    padding: 0;
    transform: translateY(-0.346667rem);
    display: flex;
  }
  .notice-wrap .notice-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.9rem;
    line-height: 0.4rem;
    color: #fff;
    padding: 0.2rem 0.5rem 0 0.5rem;
    font-size: 0.32rem;
  }
  .notice-wrap > .notice-list {
    width: 6.2rem;
    height: 1.1rem;
    margin-top: 1px;
    border-top: none;
    flex: 1;
    overflow: hidden;
    padding-left: 0;
  }
  .notice-wrap > .notice-list .list-container {
    display: flex;
    transition: 0.6s;
  }
  .notice-wrap > .notice-list .list-container .notice-none {
    font-size: 0.32rem;
    margin-left: 0.666667rem;
  }
  .notice-wrap > .notice-list .list-item {
    font-size: 0.32rem;
    text-indent: 1em;
    overflow: hidden;
    width: 6.2rem;
  }
  .notice-wrap > .notice-list .list-item .item-text {
    color: #333;
    width: 6.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    cursor: pointer;
  }
  .notice-wrap > .notice-list .list-item .item-date {
    display: none;
  }
  .notice-wrap .notice-operation .op-prev {
    display: none;
  }
  .notice-wrap .notice-operation .op-next {
    display: none;
  }
  .notice-wrap .notice-operation .op-more {
    font-size: 0.32rem;
    color: #CB9D61;
    margin-right: 0.466667rem;
    cursor: pointer;
    line-height: 1.16rem;
  }
  .notice-wrap .notice-operation .svg {
    height: 17px;
    cursor: pointer;
  }
}

@media screen and (min-width: 1024px) {
  .news-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    transform: translateX(3px);
  }
  .news-wrap .card-margin {
    margin-right: 19px;
  }
  .news-wrap .card-list {
    width: 800px;
    display: flex;
  }
  .news-wrap .card-list .card-item {
    width: 254px;
    height: 240px;
    box-shadow: 0px 2px 4px 0px #ECECEC;
    cursor: pointer;
    border-radius: 4px;
  }
  .news-wrap .card-list .card-item .scale-box {
    width: 100%;
    height: 140px;
    margin-bottom: 15px;
    border-radius: 4px;
  }
  .news-wrap .card-list .card-item .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news-wrap .card-list .card-item .card-title {
    padding: 0 14px;
    height: 40px;
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #333333;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
  }
  .news-wrap .card-list .card-item .card-time {
    padding: 0 14px;
    font-size: 16px;
    font-weight: 400;
    color: #BBBBBB;
  }
  .news-wrap .news-container {
    overflow: hidden;
    width: 398px;
    height: 258px;
    background-image: url(/images/home/news-bg.png);
    background-repeat: no-repeat;
    background-position: 10px 0;
    transform: translateY(-3px);
  }
  .news-wrap .news-container .news-item {
    width: 398px;
    padding: 0 40px 0 34px;
    cursor: pointer;
  }
  .news-wrap .news-container .news-item .news-title {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 40px;
    margin-bottom: 24px;
    letter-spacing: 0.9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-wrap .news-container .news-item .news-infor {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 9px;
    letter-spacing: 0.8px;
    height: 22px;
    overflow: hidden;
  }
  .news-wrap .news-container .news-item .news-infor p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .news-wrap .news-container .news-item .news-time {
    letter-spacing: 0.8px;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 14px;
    text-align: right;
  }
  .news-wrap .news-container .news-link {
    margin-top: 29px;
    display: flex;
    justify-content: space-between;
    padding: 0 40px 0 34px;
  }
  .news-wrap .news-container .news-link .arrows {
    display: flex;
    justify-content: space-between;
    width: 84px;
  }
  .svg {
    height: 32px;
    width: 32px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) {
  .news-wrap {
    display: none;
    width: 10rem;
    margin: 0 auto;
    justify-content: space-between;
  }
  .news-wrap .card-list {
    display: none;
  }
  .news-wrap .news-container {
    overflow: hidden;
    width: 10rem;
    height: 7.493333rem;
  }
  .news-wrap .news-container .news-item {
    width: 8.186667rem;
    height: 7.493333rem;
    box-shadow: 0px 0.053333rem 0.053333rem rgba(0, 0, 0, 0.1);
    opacity: 1;
    border-radius: 0.16rem 0.16rem 0px 0px;
    margin-left: 0.906667rem;
    cursor: pointer;
  }
  .news-wrap .news-container .news-item .news-img {
    width: 8.186667rem;
    height: 4.866667rem;
  }
  .news-wrap .news-container .news-item .news-title {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 24px;
    letter-spacing: 0.9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-wrap .news-container .news-item .news-infor {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 9px;
    letter-spacing: 0.8px;
  }
  .news-wrap .news-container .news-item .news-time {
    letter-spacing: 0.8px;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 14px;
    text-align: right;
  }
  .news-wrap .news-container .news-link {
    margin-top: 29px;
    display: flex;
    justify-content: space-between;
    padding: 0 40px 0 34px;
  }
  .news-wrap .news-container .news-link .arrows {
    display: flex;
    justify-content: space-between;
    width: 84px;
  }
  .svg {
    height: 32px;
    width: 32px;
    cursor: pointer;
  }
}

.learnMore {
  width: 120px;
  background-image: url(/images/home/learn-more.png);
  background-repeat: no-repeat;
  line-height: 34px;
  letter-spacing: 1.5px;
  background-size: 100% 100%;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.learnMore:hover {
  background-image: url(/images/home/learn-more-active.png) !important;
}
.active-link:hover {
  color: #fff !important;
}
.no-hover {
  cursor: auto;
}
.no-hover:hover {
  background-image: url(/images/home/learn-more.png) !important;
}

@media screen and (max-width: 1024px) {
  .mobileTab {
    width: 10rem;
    height: auto;
    margin-bottom: 10px;
  }
  .mobileTab img {
    width: 10rem;
    height: 3.466667rem;
  }
  .mobileTab .tab-words {
    width: 10rem;
    height: 3.52rem;
    margin-bottom: 0.133333rem;
    background-image: url(/images/home/tab-bg-mobile.png);
    background-size: cover;
  }
  .mobileTab .tab-words .title {
    width: 10rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.373333rem;
    color: #333333;
    text-align: center;
    margin-top: 0.4rem;
    float: left;
  }
  .mobileTab .tab-words .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 0.88rem;
    float: left;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.44rem;
    color: #333333;
    text-align: center;
    margin: 0.186667rem 1.306667rem 0.346667rem 1.333333rem;
  }
  .mobileTab .tab-words .more {
    width: 2.88rem;
    height: 0.826667rem;
    border: 0.026667rem solid #CA9D61;
    border-radius: 0.08rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.8rem;
    color: #CA9D61;
    text-align: center;
    float: left;
    margin-left: 3.56rem;
    letter-spacing: 0.1rem;
  }
  .mobileTab .home-tips {
    width: 10rem;
    height: 3.453333rem;
    margin-top: 0.133333rem;
  }
  .mobileTab .home-tips .head {
    width: 2.466667rem;
    height: 0.533333rem;
    float: left;
    margin-left: 3.8rem;
  }
  .mobileTab .home-tips .head img {
    width: 0.266667rem;
    height: 0.426667rem;
    float: left;
    margin-top: 0.053333rem;
  }
  .mobileTab .home-tips .head .text {
    width: 1.86666rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 0.533333rem;
    color: #BBBBBB;
    text-align: center;
    float: left;
  }
  .mobileTab .home-tips .tips-list {
    width: 10rem;
    height: 2.6rem;
    margin-top: 0.32rem;
    background-image: url(/images/home/tab-bg-mobile2.png);
    float: left;
  }
  .mobileTab .home-tips .tips-list .tips {
    width: 9.266667rem;
    height: 1.24rem;
    float: left;
    margin-top: 0.24rem;
    margin-left: 0.373333rem;
  }
  .mobileTab .home-tips .tips-list .tips .tips-item {
    text-align: center;
    width: 1.853333rem;
    height: 1.24rem;
    float: left;
  }
  .mobileTab .home-tips .tips-list .tips .tips-item .svg {
    height: 0.666667rem;
    margin-bottom: 0.133333rem;
  }
  .mobileTab .home-tips .tips-list .tips .tips-item p {
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.293333rem;
    color: #333333;
  }
}

@media screen and (max-width: 1024px) {
  .mobile-news {
    position: relative;
    width: 10rem;
    height: 7.493333rem;
    overflow: hidden;
    margin-top: 0.24rem;
    margin-bottom: 0.266667rem;
  }
  .mobile-news .swiper-container {
    position: absolute;
    width: 24.560001rem;
    height: 7.493333rem;
    top: 0;
    left: -7.2800005rem;
  }
  .mobile-news .swiper-container .swiper-wrapper .home-news {
    width: 8.186667rem !important;
    height: 7.493333rem;
    background: #FFFFFF;
    box-shadow: 0px 0.053333rem 0.053333rem rgba(0, 0, 0, 0.1);
    border-radius: 0.16rem 0.16rem 0px 0px;
    transition: 300ms;
    transform: scale(0.88);
  }
  .mobile-news .swiper-container .swiper-wrapper .home-news img {
    width: 8.186667rem;
    height: 4.866667rem;
    border-radius: 0.16rem 0.16rem 0px 0px;
    float: left;
  }
  .mobile-news .swiper-container .swiper-wrapper .home-news .summary {
    width: 7.44rem;
    height: 1.013333rem;
    float: left;
    margin: 0.346667rem 0.373333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.506667rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .mobile-news .swiper-container .swiper-wrapper .home-news .date {
    width: 2.133333rem;
    height: 0.453333rem;
    font-size: 0.32rem;
    font-family: PingFang HK;
    font-weight: 400;
    line-height: 0.373333rem;
    color: #BBBBBB;
    opacity: 1;
    float: left;
    margin-top: 0.106667rem;
    margin-left: 0.373333rem;
  }
  .mobile-news .swiper-container .swiper-wrapper .home-news .more {
    width: 1.1rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.48rem;
    color: #C1A061;
    float: right;
    margin-top: 0.053333rem;
    margin-right: 0.373333rem;
  }
  .mobile-news .swiper-container .swiper-wrapper .swiper-slide-active {
    transform: scale(0.98);
  }
}

/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */
/* @font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
} */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */
/* @font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
} */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .mobile-survey {
    width: 10rem;
    height: 5.333333rem;
    overflow: hidden;
  }
  .mobile-survey .swiper-container {
    width: 10rem;
    height: 5.333333rem;
  }
  .mobile-survey .swiper-container .swiper-wrapper .survey {
    width: 7.466667rem;
    height: 4.133333rem;
    background: rgba(0, 0, 0, 0.5);
    margin: 0.6rem auto;
  }
  .mobile-survey .swiper-container .swiper-wrapper .survey .title {
    width: 7.466667rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.373333rem;
    color: #FFFFFF;
    float: left;
    text-align: center;
    margin-top: 0.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .mobile-survey .swiper-container .swiper-wrapper .survey .summary {
    width: 6.986667rem;
    height: 1.6rem;
    float: left;
    margin: 0.106667rem 0.24rem 0.586667rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.4rem;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .mobile-survey .swiper-container .swiper-wrapper .survey .learn-more {
    width: 2.28rem;
    height: 0.653333rem;
    float: left;
    margin-left: 2.6rem;
    background-image: url(/images/home/learn-more-mobile.png);
    background-size: contain;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.64rem;
    text-align: center;
    color: #FFFFFF;
  }
  .mobile-survey .swiper-container .swiper-pagination-bullets {
    bottom: 0.24rem;
  }
  .mobile-survey .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.586667rem;
    height: 0.053333rem;
    background-color: #fff;
    margin: 0;
    border-radius: 0;
  }
  .mobile-survey .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #C1A061;
  }
}

.base-dots {
  position: absolute;
  bottom: 18px;
  left: calc((1200px - 370px)/2);
  transform: translateX(-50%);
  cursor: pointer;
  display: flex;
}
.base-dots .dots-item {
  height: 4px;
  width: 41px;
  background-color: #fff;
}
.base-dots .active {
  background-color: #CB9D61;
}

.basenews-wrap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 370px;
  perspective: 500px;
  transform-style: preserve-3d;
}
.basenews-wrap .news-container {
  width: 100%;
  height: 100%;
  transition: 0.6s;
  transform-style: preserve-3d;
}
.basenews-wrap .news-container .front,
.basenews-wrap .news-container .back {
  padding: 35px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 5rem;
  color: #fff;
  font-weight: bold;
  background-color: rgba(24, 24, 24, 0.68);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.basenews-wrap .news-container .front .title,
.basenews-wrap .news-container .back .title {
  font-size: 24px;
  line-height: 33px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 17px;
  margin-bottom: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.basenews-wrap .news-container .front .content,
.basenews-wrap .news-container .back .content {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 39px;
  letter-spacing: 1px;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin-bottom: 20px;
  height: 195px;
}
.basenews-wrap .news-container .back {
  transform: rotateY(180deg);
  z-index: 10;
}

.baseArrow .svg {
  width: 32px;
  height: 32px;
  cursor: pointer;
  transform: translateY(-16px);
  position: absolute;
  top: 50%;
}
.baseArrow .left {
  left: 30px;
}
.baseArrow .right {
  left: 769px;
}

@media screen and (min-width: 1024px) {
  .homeTitle {
    width: 1200px;
    margin: 50px auto 21px;
  }
  .homeTitle .home-wrap {
    height: 149px;
    margin: 0 auto;
    background: url('/images/home/title-bg.png') 100% no-repeat;
    text-align: center;
  }
  .homeTitle .title {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    letter-spacing: 2px;
    padding: 62px 0 11px;
    margin: 0 ;
  }
  .homeTitle .sign {
    font-size: 14px;
    font-weight: 400;
    color: #CB9D61;
    line-height: 20px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .homeTitle {
    width: 8.186667rem;
    height: 1.933333rem;
    margin: 0.533333rem auto 0.56rem;
  }
  .homeTitle .home-wrap {
    width: 8.186667rem;
    height: 1.933333rem;
    background: url('/images/home/title-bg-mobile.png') 100% no-repeat;
    text-align: center;
    background-size: 100% 100%;
  }
  .homeTitle .home-wrap .title {
    width: 8.186667rem;
    height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 0.373333rem;
    color: #333333;
    margin-top: 0.506667rem;
    float: left;
    letter-spacing: 0.013333rem;
  }
  .homeTitle .home-wrap .sign {
    float: left;
    width: 8.186667rem;
    height: 0.373333rem;
    font-size: 0.266667rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.373333rem;
    color: #C1A061;
    margin-top: 0.106667rem;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 1024px) {
  .homeTab {
    width: 1200px;
    margin: 0 auto 100px;
  }
  .homeTab .home-tab {
    display: flex;
  }
  .homeTab .home-tab .tab-item {
    width: 300px;
    height: 680px;
    position: relative;
  }
  .homeTab .home-tab .tab-item:hover .tab-cover {
    opacity: 1;
  }
  .homeTab .home-tab .tab-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .homeTab .home-tab .tab-item .tab-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 680px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .homeTab .home-tab .tab-item .tab-cover .opacity-item {
    text-align: center;
    margin-bottom: 40px;
  }
  .homeTab .home-tab .tab-item .tab-cover .opacity-item span {
    display: inline-block;
    min-width: 72px;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    letter-spacing: 2px;
    cursor: pointer;
  }
  .homeTab .home-tab .tab-item .tab-cover .opacity-item span:hover {
    color: #E1BC8C;
  }
  .homeTab .home-tab .tab-item .tab-cover .opacity-item .noRoute {
    cursor: auto;
  }
  .homeTab .home-tab .tab-item .tab-cover .opacity-item .noRoute:hover {
    color: #fff;
  }
  .homeTab .home-tab .tab-item .tab-cover .opacity-item img {
    width: 22px;
    height: 14px;
    margin: 0 3px;
  }
  .homeTab .home-tab .item-title {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    letter-spacing: 3px;
    text-align: center;
    margin: 40px auto 20px;
    width: 203px;
  }
  .homeTab .home-tab .item-infor {
    margin: 0 auto;
    width: 235px;
    height: 85px;
    font-size: 12px;
    font-weight: 400;
    color: #656565;
    line-height: 17px;
    letter-spacing: 1px;
    margin-bottom: 35px;
    text-align: center;
  }
  .homeTab .home-tips {
    display: flex;
  }
  .homeTab .home-tips .text {
    width: 52px;
    height: 66px;
    font-size: 24px;
    font-weight: 600;
    color: #696969;
    line-height: 33px;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-left: 25px;
  }
  .homeTab .home-tips .tips-list {
    flex: 1;
    display: flex;
  }
  .homeTab .home-tips .tips-list .tips-item {
    text-align: center;
    width: 20%;
    height: 80px;
  }
  .homeTab .home-tips .tips-list .tips-item .svg {
    transform: translateY(-5px);
    width: 42px;
    height: 42px;
    margin-bottom: 25px;
  }
  .homeTab .home-tips .tips-list .tips-item p {
    transform: translateY(-5px);
    height: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #656565;
    line-height: 16px;
    letter-spacing: 1px;
  }
}

