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

.section5_height {
  height: 10.0rem;
  background: none;
}

.swiper_box_position {
  left: 50%;
  top: 1.5rem;
  transform: translateX(-50%);
}

.section5_title {
  width: 4.52rem;
  height: 1.17rem;
  background: url(../image/section5/set5_title.png)no-repeat;
  background-size: 100%;
  position: relative;
  top: 0.95rem;
  margin: 0 auto;
  left: -0.2rem;
}

.section5_title.s5_over {
  width: 4.55rem;
  height: 1.14rem;
  background: url(../image/section5/s4_title_over.png)no-repeat;
  background-size: 100%;
}

.section5_title_position {
  top: .7rem;
}

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



.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.58rem;
  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 img {
  top: 0.02rem;
  left: -0.225rem;
}

/* 遮罩 */
/* .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: .49rem;
  height: .48rem;
  z-index: 50;
}




.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;
}

.worlds-text {
  width: 16.02rem;
  height: 5.81rem;
  background: url(../image/section5/test.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 1.9rem;
  /* left: 1.1rem;*/
  transform: translateX(-10rem)  translateY(0rem) scale(1.2);
  opacity: 0;
  transition: all .5s;
  z-index: 2;
}

.worlds-text.animated {
  opacity: 1;
  transform: translateZ(0) scale(1)
}

.worlds-text.animated.delay-05 {
  transition-delay: 0s;
}

.sectionMap {
  width: 6.62rem;
  height: 4.48rem;
  background: url(../image/section5/section5_map.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 3.1rem;
  right: 3rem;
  transform: translateX(2rem) translateY(0rem) scale(1.2);
  opacity: 0;
  transition: all 1s;
  z-index: 3;
}

.sectionMap.animated {
  opacity: 1;
  transform: translateZ(0) scale(1)
}

.sectionMap.animated.delay-05 {
  transition-delay: .2s;
}

.section-hand2 {
  width: 4.01rem;
  height: 2.61rem;
  background: url(../image/section5/hand2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 1.4rem;
  right: 1.8rem;
  opacity: 0;
  filter: blur(10px);
  transition: all 0.3s ease-in-out;
  transition-delay: 0s;
}

.section-hand1 {
  width: 1.33rem;
  height: 1.39rem;
  background: url(../image/section5/hand1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5.4rem;
  right: 3rem;
  opacity: 0;
  filter: blur(30px);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.4s;
}

.section-hand1.animated,
.section-hand2.animated
{
  opacity: 1;
  transform: translateZ(0) scale(1);
  filter: blur(0);
}