/* event */
.event_wrap .eve_detail .evtNavi.line {
  padding: 0;
}

.event_wrap .eve_detail .evtNavi.line button {
  height: 105px;
  line-height: 130% !important;
  letter-spacing: 0;
}

.event_wrap .eve_detail .evtNavi.line button em {
  font-size: 25px;
}

.event_wrap .eve_detail .evtNavi.line button em:after {
  background-color: #465AA5;
  width: 100%;
}

.eveCont .icon {
  position: absolute;
  animation: float 2s ease-in-out infinite;
}

.eveCont .icon00 {
  width: 39.5%;
  left: 32%;
  top: 60%;
  animation: blink_fade 1s step-end infinite;
}

.eveCont .icon01 {
  width: 25.5%;
  top: 51%;
  left: -6%;
}

.eveCont .icon02 {
  width: 24%;
  bottom: 0%;
  left: 8%;
  animation-delay: .5s;
}

.eveCont .icon03 {
  width: 26%;
  bottom: 5.5%;
  left: 32%;
  animation-delay: .3s;
}

.eveCont .icon04 {
  width: 36.3%;
  bottom: -1%;
  right: 11.6%;
  animation-delay: .5s;
}

.eveCont .icon05 {
  width: 23.4%;
  top: 61.3%;
  right: 0;
  animation-delay: .3s;
}

.eveCont .icon06 {
  width: 19.8%;
  top: 10%;
  left: 5%;
  animation-delay: .3s;
}

.eveCont .icon07 {
  width: 7.3%;
  top: 60%;
  right: 10%;
  animation: float02 1.5s ease-in-out infinite
}

.eveCont .icon08 {
  width: 19.8%;
  top: 24%;
  right: 1%;
  animation-delay: .3s;
}

.eveCont .icon09 {
  width: 7.3%;
  top: 51%;
  left: -1%;
  animation: float02 1.5s ease-in-out infinite
}

.eveCont .icon10 {
  width: 10.5%;
  top: 5%;
  left: 8%;
}


@keyframes float {
  0% {
    transform: translateY(-2%);
  }

  50% {
    transform: translateY(3%);
  }

  100% {
    transform: translateY(-2%);
  }
}

@keyframes float02 {
  0% {
    transform: translateY(-5%);
  }

  50% {
    transform: translateY(5%);
  }

  100% {
    transform: translateY(-5%);
  }
}

@keyframes blink_fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/* mo */
.mo .event_wrap .eve_detail .evtNavi.line button {
  height: 5.25rem;
}

.mo .event_wrap .eve_detail .evtNavi.line button em {
  font-size: 1.15rem;
}

/* front */
/* .event_wrap .box {
  margin-top: 0;
} */

.event_wrap .bgTarget.box {
  background: #D3DCFF;
  margin-top: -1px;
}

.event_wrap .bgTarget02.box {
  background: linear-gradient(180deg, #D3DCFF 10%, #7F95E6 100%) !important;
  margin-top: -1px;
}

.event_wrap div[class*="bgTarget"].box .btn_wrap button.btn_outline {
  background-color: #fff !important;
}

.event_wrap div[class*="bgTarget"].box .swiper_wrap {
  margin: 30px 0;
}

/* .event_wrap div[class*="bgTarget"].box .goods_item .cont .name strong,
.event_wrap div[class*="bgTarget"].box .goods_item .cont .price strong {
  color: #fff !important;
} */

.event_wrap .box .list_wrap .goods_list {
  margin: 30px auto;
}

.event_wrap .mo .event_wrap div[class*="bgTarget"].box .swiper_wrap {
  margin: 0 -2.1rem;
}

.event_wrap .mo .event_wrap .box .list_wrap .goods_list {
  margin: 0 auto;
}

.event_wrap .box .list_wrap .goods_list.single .no_name.no_price.goods_item .cont {
  margin: 0;
}