.activity_container {
  box-sizing: border-box;
}
.activity_container img {
  display: block;
}
.activity_container .activity_banner {
  width: 100vw;
  height: 3.95rem;
}
.activity_container .question_area {
  position: relative;
  padding: 0 0.3rem 0.6rem;
}
.activity_container .question_area .question_top {
  width: 6.9rem;
  height: 8.9rem;
  margin-bottom: 0.3rem;
}
.activity_container .question_area .question_bottom_box {
  position: relative;
}
.activity_container .question_area .question_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.54rem;
  width: 6.3rem;
  height: 0.88rem;
}
.activity_container .question_area .question_bottom {
  width: 6.9rem;
  height: 9.85rem;
}
.activity_container .question_area .question_connect {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 5.7rem;
  height: 1.35rem;
}
.activity_container .crowd_area {
  position: relative;
}
.activity_container .crowd_area .crowd_bg {
  width: 100vw;
  height: 8.11rem;
}
.activity_container .crowd_area .crowd_title {
  position: absolute;
  top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.19rem;
  height: 0.56rem;
  margin-bottom: 0.3rem;
}
.activity_container .crowd_area .crowd_content {
  position: absolute;
  top: 1.61rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6.9rem;
  height: 5.6rem;
}
.activity_container .scheme_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.45rem 0.3rem 0.6rem;
}
.activity_container .scheme_area .scheme_title {
  width: 7rem;
  height: 0.56rem;
  margin-bottom: 0.3rem;
}
.activity_container .scheme_area .scheme_content {
  position: relative;
}
.activity_container .scheme_area .scheme_content .scheme_bg {
  width: 6.9rem;
  height: 10.01rem;
}
.activity_container .scheme_area .scheme_content .scheme_content_top {
  position: absolute;
  top: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6.3rem;
  height: 3.09rem;
}
.activity_container .scheme_area .scheme_content .scheme_content_center {
  position: absolute;
  top: 3.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6.3rem;
  height: 3.4rem;
}
.activity_container .scheme_area .scheme_content .scheme_content_btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 1.73rem;
  left: 0.8rem;
  width: 5.2rem;
  height: 0.88rem;
  background: linear-gradient(229deg, #ff53a3 0%, #ff4e91 20%, #ff3848 100%);
  border-radius: 45px 45px 45px 10px;
  animation: btnBoxScroll 1s linear infinite;
}
.activity_container .scheme_area .scheme_content .scheme_content_btn_box .scheme_content_btn {
  width: 3.18rem;
  height: 0.3rem;
  animation: btnTextScroll 1s linear infinite;
}
.activity_container .scheme_area .scheme_content .scheme_content_bottom {
  position: absolute;
  bottom: 0.46rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6.34rem;
  height: 0.99rem;
}
.activity_container .story_area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff6f1;
  padding: 0.74rem 0.3rem 0.3rem;
}
.activity_container .story_area .story_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 0.74rem;
}
.activity_container .story_area .story_top_box {
  position: relative;
  margin-bottom: 0.3rem;
}
.activity_container .story_area .story_top_box .story_top_bg {
  width: 6.9rem;
  height: 14.51rem;
}
.activity_container .story_area .story_top_box .story_top_content {
  position: absolute;
  top: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6.3rem;
  height: 13.37rem;
}
.activity_container .story_area .story_bottom_box {
  position: relative;
  margin-bottom: 0.6rem;
}
.activity_container .story_area .story_bottom_box .story_bottom_bg {
  width: 6.9rem;
  height: 8.21rem;
}
.activity_container .story_area .story_bottom_box .story_bottom_title {
  position: absolute;
  top: 0.83rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.56rem;
  height: 0.57rem;
}
.activity_container .story_area .story_bottom_box .main-group {
  position: absolute;
  left: 0;
  top: 20%;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 5.4rem;
}
.activity_container .story_area .story_bottom_box .main-group .items-group {
  width: 6.1rem;
  background: #eedaf5;
  border-radius: 1rem 1rem 0rem 1rem;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
  animation: animate 10s linear infinite;
  animation-delay: calc(3s * var(--delay));
  position: absolute;
  opacity: 0;
  font-size: 0.22rem;
  padding: 0.3rem;
  color: #462b2c;
}
.activity_container .story_area .story_bottom_box .main-group .items-group:nth-child(2n + 1) {
  background: #fff1ed;
}
.activity_container .story_area .story_connect {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.7rem;
  height: 1.35rem;
}
.activity_container .story_area .tips_box {
  color: #462b2c;
  font-size: 0.26rem;
  line-height: 1.8;
  text-align: justify;
  padding: 0 0.2rem;
}
.activity_container .codeWrap {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.activity_container .codeWrap .codeCont {
  text-align: center;
  border-radius: 0.2rem;
  width: 5.7rem;
  height: 6.4rem;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3.2rem 0 0 -2.8rem;
  display: none;
}
.activity_container .codeWrap .codeCont .close {
  width: 0.24rem;
  height: 0.24rem;
  background: url(/static/mobile/images/common/close2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.27rem;
  top: 0.2rem;
}
.activity_container .codeWrap .codeCont .title {
  color: #333333;
  font-size: 0.36rem;
  font-weight: 500;
  line-height: 0.36rem;
  padding: 0.97rem 0 0.43rem 0;
}
.activity_container .codeWrap .codeCont .imgBox {
  width: 2.6rem;
  height: 2.6rem;
  overflow: hidden;
  margin: 0 auto;
}
.activity_container .codeWrap .codeCont .imgBox img {
  width: 2.6rem;
  height: 2.6rem;
  display: block;
}
.activity_container .codeWrap .codeCont .pasteCont {
  color: #333333;
  font-size: 0.28rem;
  line-height: 0.28rem;
  margin: 0.3rem auto;
  border: none;
  text-align: center;
  display: block;
  background: #fff;
}
.activity_container .codeWrap .codeCont .pasteBtn {
  color: #ff6c00;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1.14rem;
  border-top: 1px solid #dddddd;
}
@keyframes btnBoxScroll {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes btnTextScroll {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.5);
  }
  25% {
    opacity: 0.4;
    transform: translateY(100%) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translateY(0%) scale(1);
  }
  75% {
    opacity: 0.4;
    transform: translateY(-100%) scale(0.7);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%) scale(0.5);
  }
}
