.flower-spirit {
  background: url("../image/section5/bg.png") no-repeat;
  background-size: 100%;
  width: 100%;
  /* height: 100%; */
  min-width: 1200px;
  position: relative;
  font-family: '微软雅黑';
  flex-direction: column;
}


.section5_title {
  width: 2.86rem;
  height: 1.12rem;
  background: url(../image/section5/title.png)no-repeat;
  background-size: 100%;
  position: relative;
  top: .2rem;
  margin: 0 auto;
}

.page5_swiper {
  width: 10.75rem;
  height: 5.49rem;
  top: 0rem;
  overflow: hidden;
  position: relative;
  /* background-color: aqua; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}

.swiper_box {
  width: 13rem;
  height: 6.2rem;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}


.flower-spirit .flower-list li:first-child {
  position: absolute;
  left: 5.65rem;
  top: 1.5rem;
}

.flower-spirit .flower-list li:nth-child(2) {
  position: absolute;
  left: 7.7rem;
  top: 1.5rem;
}

.flower-spirit .flower-list li:nth-child(3) {
  position: absolute;
  left: 9.75rem;
  top: 1.5rem;
}

.flower-spirit .flower-list li:nth-child(4) {
  position: absolute;
  left: 11.8rem;
  top: 1.5rem;
}

.flower-spirit .flower-list li:nth-child(5) {
  position: absolute;
  left: 6.66rem;
  top: 4.5rem;
}

.flower-spirit .flower-list li:nth-child(6) {
  position: absolute;
  left: 8.72rem;
  top: 4.5rem;
}

.flower-spirit .flower-list li:nth-child(7) {
  position: absolute;
  left: 10.76rem;
  top: 4.5rem;
}

.flower-spirit .card {
  perspective: 1000px;
  /* 设置透视距离 */
}

.flower-spirit .card .card-back,
.flower-spirit .card .card-front {
  position: absolute;
  width: 1.56rem;
  height: 2.52rem;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

.flower-spirit .card-one .card-back {
  background: url(../image/section5/card-back-1.png) no-repeat;
  background-size: 100%;

}

.flower-spirit .card-one .card-front {
  background: url(../image/section5/card-front-1.png) no-repeat;
  background-size: 100%;
  transform: rotateY(-180deg);
  z-index: 2;
}

.flower-spirit .card-two .card-back {
  background: url(../image/section5/card-back-2.png) no-repeat;
  background-size: 100%;
}

.flower-spirit .card-two .card-front {
  background: url(../image/section5/card-front-2.png) no-repeat;
  background-size: 100%;
  transform: rotateY(-180deg);
  z-index: 2;
}

.flower-spirit .card-three .card-back {
  background: url(../image/section5/card-back-3.png) no-repeat;
  background-size: 100%;
}

.flower-spirit .card-three .card-front {
  background: url(../image/section5/card-front-3.png) no-repeat;
  background-size: 100%;
  transform: rotateY(-180deg);
  z-index: 2;
}

.flower-spirit .card-four .card-back {
  background: url(../image/section5/card-back-4.png) no-repeat;
  background-size: 100%;
}

.flower-spirit .card-four .card-front {
  background: url(../image/section5/card-front-4.png) no-repeat;
  background-size: 100%;
  transform: rotateY(-180deg);
  z-index: 2;
}

.flower-spirit .card-five .card-back {
  background: url(../image/section5/card-back-5.png) no-repeat;
  background-size: 100%;
}

.flower-spirit .card-five .card-front {
  background: url(../image/section5/card-front-5.png) no-repeat;
  background-size: 100%;
  transform: rotateY(-180deg);
  z-index: 2;
}

.flower-spirit .card-six .card-back {
  background: url(../image/section5/card-back-6.png) no-repeat;
  background-size: 100%;
}

.flower-spirit .card-six .card-front {
  background: url(../image/section5/card-front-6.png) no-repeat;
  background-size: 100%;
  transform: rotateY(-180deg);
  z-index: 2;
}

.flower-spirit .card-seven .card-back {
  background: url(../image/section5/card-back-7.png) no-repeat;
  background-size: 100%;
}

.flower-spirit .card-seven .card-front {
  background: url(../image/section5/card-front-7.png) no-repeat;
  background-size: 100%;
  transform: rotateY(-180deg);
  z-index: 2;
}

.card.is-flipped .card-front {
  transform: rotateY(0deg);
  /* 点击后翻转正面 */
}

.card.is-flipped .card-back {
  transform: rotateY(180deg);
  /* 点击后翻转背面 */
}

.flower-spirit .butterfly-list li:first-child {
  position: absolute;
  left: 3.2rem;
  top: 3.5rem;
  background: url(../image/section5/butterfly-1.png) no-repeat;
  background-size: 100%;
  width: 1.14rem;
  height: 1.19rem;
  animation: butterfly-float 3.5s ease-in-out infinite;
}

.flower-spirit .butterfly-list li:nth-child(2) {
  position: absolute;
  right: 4rem;
  top: 4.5rem;
  background: url(../image/section5/butterfly-2.png) no-repeat;
  background-size: 100%;
  width: 0.95rem;
  height: 0.91rem;
  animation: butterfly-float 3s ease-in-out infinite;
}

.flower-spirit .butterfly-list li:nth-child(3) {
  position: absolute;
  right: 3.5rem;
  top: 0rem;
  background: url(../image/section5/butterfly-3.png) no-repeat;
  background-size: 100%;
  width: 1.36rem;
  height: 1.59rem;
  animation: butterfly-float 5s ease-in-out infinite;
}

@keyframes butterfly-float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}



.page5-container .swiper-wrapper .swiper-slide {
  width: 8.81rem;
  height: 5.09rem;
  visibility: hidden;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page5-container .swiper-wrapper .swiper-slide.swiper-slide-next,
.page5-container .swiper-wrapper .swiper-slide.swiper-slide-active,
.page5-container .swiper-wrapper .swiper-slide.swiper-slide-prev {
  visibility: visible;
}

/* .page5-container .swiper-wrapper .swiper-slide.swiper-slide-next,
.page5-container .swiper-wrapper .swiper-slide.swiper-slide-prev {
width: 5.95rem !important;
height: 3.67rem;
background: url(../image/section5/next_prev.png) no-repeat;
background-size: 100%;
} */

/* 商店图外围背景 */
.page5-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-bg {
  width: 8.81rem;
  height: 5.09rem;
  width: 100%;
  height: 100%;
  /* background: url(../image/section5/swiper-bg.png) no-repeat; */
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page5-container .swiper-wrapper .swiper-slide.swiper-slide-next .swiper-bg,
.page5-container .swiper-wrapper .swiper-slide.swiper-slide-prev .swiper-bg {
  /* width: 5.95rem;
  height: 3.67rem; */
  width: 100%;
  height: 100%;
  /* background: url(../image/section5/next_prev.png) no-repeat top center; */
  background-size: 93%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiperImg_1 {
  position: relative;
  width: 100%;
  height: 100%;
}

/* 商店图主体 */
.page5-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiperImg_1 img {
  width: 8.6rem;
  height: 4.86rem;
  position: absolute;
  left: 0.17rem;
  top: 0.15rem;
}


.page5-container .swiper-wrapper .swiper-slide.swiper-slide-next .swiperImg_1 img,
.page5-container .swiper-wrapper .swiper-slide.swiper-slide-prev .swiperImg_1 img {
  width: 100%;
  height: 100%;
  transform: scale(.955);
  position: absolute;
  top: 0.02rem;
  left: 0.158rem;
}

.page5-container .swiper-wrapper .swiper-slide.swiper-slide-next .swiperImg_1::after,
.page5-container .swiper-wrapper .swiper-slide.swiper-slide-prev .swiperImg_1::after {
  content: "";
  width: 99%;
  height: 98%;
  transform: scale(.955);
  position: absolute;
  top: 0.02rem;
  left: 0.158rem;
  background-color: rgba(0, 0, 0, 0.5);
  mask-size: contain
}

.page5-container .swiper-wrapper .swiper-slide.swiper-slide-next .swiperImg_1::after{
  top: 0.02rem;
  left: 0rem;
}

.page5-container .swiper-wrapper .swiper-slide.swiper-slide-next .swiperImg_1 img {
  top: 0.02rem;
  left: -0.1rem;
}

/* 遮罩 */
/* .page6mark {
  position:absolute;
  transform: scale(.968);
  margin-top: 0.03rem;
  margin-left: -0.05rem;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.page5-container .swiper-wrapper .swiper-slide.swiper-slide-next .swiper-bg .page6mark,
.page5-container .swiper-wrapper .swiper-slide.swiper-slide-prev .swiper-bg .page6mark {
  width: 100%;
  height: 100%;
  opacity: 1;
} */


.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: absolute;
  bottom: -110px;
  left: 0;
  width: 100%
}


.buttons {
  position: absolute;
  width: .57rem;
  height: .51rem;
  z-index: 50;
}

.page6-pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5.4rem;
  left: 50%;
  transform: translateX(-50%);
}

.page6-pagination .swiper-pagination-bullet {
  width: .36rem;
  height: .36rem;
  background: url(../image/section5/page6-pagination-active.png) no-repeat;
  background-size: 100%;
  opacity: 1;
  filter: grayscale(1);
  margin: 0 .06rem;
}

.page6-pagination .swiper-pagination-bullet:last-child {
  margin: 0;
}

.page6-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  filter: grayscale(0);
}

.pagesetion6-button-next {
  background: url(../image/section5/pagination_next.png) no-repeat;
  background-size: 100%;
  top: 2.4rem;
  transform: translateY(-50%);
  left: 12.2rem;
  cursor: pointer;
}

.pagesetion6-button-prev {
  background: url(../image/section5/pagination_prev.png) no-repeat;
  background-size: 100%;
  top: 2.4rem;
  left: 0.2rem;
  cursor: pointer;
}


.swiper_box.animated.ani {
  animation-name: fadeInUp;
  animation-duration: .8s;
  animation-delay: 0.35s;
}

.section5_title.animated.ani {
  animation-name: fadeInUp;
  animation-duration: .8s;
  animation-delay: 0.25s;
}

.section5 .fb-btns {
  position: absolute;
  width: 1.91rem;
  height: 0.54rem;
  top: 8.5rem;
  background: url(../image/section5/learnmore.png) no-repeat;
  background-size: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section5 .flower-left {
  position: absolute;
  width: 5.4rem;
  height: 2.7rem;
  left: -0.6rem;
  bottom: -0.3rem;
  background: url(../image/section5/left.png) no-repeat;
  background-size: 100%;
  pointer-events: none;
  transform: scale(0.8);
}

.section5 .flower-right {
  position: absolute;
  width: 9.82rem;
  height: 3rem;
  right: -1rem;
  bottom: -0.3rem;
  background: url(../image/section5/right.png) no-repeat;
  background-size: 100%;
  pointer-events: none;
  transform: scale(0.8);
}