.intro-wrapper {
  background: center / cover url(../img/bg-beauty.jpg);
  position: relative;
}

.intro-wrapper .nav {
  justify-content: space-around;
}
.intro-wrapper .nav-link {
  margin: 8px 0;
  font-size: 1.125rem;
  color: #666;
  background-color: #fff;
  padding: 8px 22px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  text-align: center;
}
.intro-wrapper .nav-link.active {
  background-color: #0070bf;
  color: #fff;
  position: relative;
}
.intro-wrapper .nav-link.active::after {
  position: absolute;
  content: "";
  border-top: 7px solid #0070bf;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -7px;
  left: calc(50% - 10px);
}

.intro-wrapper .title {
  position: absolute;
  right: 25px;
  top: 50px;
}
.intro-wrapper .info-wrapper p {
  color: #333333;
  line-height: 32px;
  text-indent: 32px;
}

.culture-wrapper .row {
  padding: 0 10px;
}
.culture-wrapper .entry-wrapper {
  display: block;
}
.culture-wrapper .entry-wrapper img {
  width: 100%;
  object-fit: cover;
}
.beauty-title1 {
  background: top center / cover url(../img/beauty-title1.png);
  height: 65px;
}
.beauty-title2 {
  background: top center / cover url(../img/beauty-title2.png);
  height: 65px;
}
.beauty-title3 {
  background: top center / cover url(../img/beauty-title3.png);
  height: 65px;
}
.beauty-overview-wrapper {
  background: center / cover url(../img/bg-beauty-overview.jpg);
  height: 563px;
  padding: 48px 20px 36px;
  overflow: hidden;
}

.beauty-overview-wrapper .swiper-slide {
  background-color: #fff;
  padding: 3px;
  position: relative;
}
.beauty-overview-wrapper .swiper-slide img {
  object-fit: cover;
  height: 450px;
  width: 100%;
}
.beauty-overview-wrapper .swiper-slide .title {
  position: absolute;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  border-radius: 4px;
  text-align: center;
  z-index: 99;
  bottom: -25px;
  left: calc(50% - 90px);
}

.tourist-wrapper .nav {
  justify-content: center;
}
.tourist-wrapper .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tourist-wrapper .nav-link .iconfont {
  font-size: 1.5rem;
  margin-bottom: 6px;
  color: #999;
}
.tourist-wrapper .nav-link .title {
  color: #333;
  line-height: 35px;
  border: 1px solid #cecece;
  border-radius: 8px;
  padding: 0 16px;
}
.tourist-wrapper .nav-link.active .iconfont {
  color: #0187e6;
}
.tourist-wrapper .nav-link.active .title {
  background: #0187e6;
  color: #fff;
}
.tourist-wrapper .swiper-slide img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.tourist-wrapper .swiper-slide {
  position: relative;
}
.tourist-wrapper {
  overflow: hidden;
}
.tourist-wrapper .swiper-slide .title {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 7px 10px;
  background: #0000008e;
  color: #fff;
}

.special-thumbs-swiper .swiper-slide {
  cursor: pointer;
  height: 82px;
  line-height: 82px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  background: center / 100% 100% url(../img/bg-special-item.png);
}
.special-thumbs-swiper .swiper-slide-thumb-active {
  background: center / 100% 100% url(../img/bg-special-item-active.png);
}

.special-swiper-wrapper {
  position: relative;
  overflow: hidden;
}
.special-swiper .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.special-swiper .info-wrapper {
  background-color: #418cf3;
  color: #fff;
  padding: 40px 25px 30px;
  height: 100%;
}
.special-swiper .info-wrapper .title {
  margin-bottom: 10px;
  font-size: 1.875rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.special-swiper .info-wrapper .info {
  font-size:1rem;
  line-height: 2;
  text-indent: 32px;
}
@media only screen and (max-width: 991.8px) {
}

@media only screen and (max-width: 767.9px) {
  .intro-wrapper .title {
    right: 20px;
    bottom: 20px;
    top: unset;
  }
  .special-swiper .info-wrapper {
    padding: 20px 25px 15px;
    height: auto;
  }
  .special-swiper .image-wrapper img {
    height: 320px;
  }
  .special-swiper .info-wrapper .title {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 575.8px) {
  .culture-wrapper .row {
    padding: 0;
  }
}
