[v-cloak] {
  display: none;
}

.img {
  display: block;
  width: 100%;
  height: 100%;
}

.inside .content .lucky-bag {
  position: relative;
  padding-top: 2.675rem;
  width: 100%;
  height: 16rem;
  background: url(../images/202406/lucky-bag_bg.png?t=20250728) no-repeat center top/100% 16rem;
  box-sizing: border-box;
}

.title, .inside .content .lucky-bag__title, .content-banner__title {
  width: 17.85rem;
  height: 3.225rem;
  position: absolute;
  top: -1rem;
  left: -0.175rem;
  z-index: 2;
}

body {
  padding-bottom: 1.5rem;
  background: #2582fe;
}

.inside {
  min-height: 27.025rem;
  background: url(../images/202406/bg_top.png?t=20250728) no-repeat;
  background-size: 100% 27.025rem;
}

.inside .content {
  padding-top: 19.875rem;
}

.inside .content .lucky-bag__cont ul {
  margin: 0 auto;
  width: 16.75rem;
  display: flex;
  justify-content: center;
}

.inside .content .lucky-bag__cont ul li {
  position: relative;
  width: 7.225rem;
  height: 8.375rem;
  flex-shrink: 0;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
}
.inside .content .lucky-bag__cont ul li:nth-child(2),
.inside .content .lucky-bag__cont ul li:nth-child(3){
  margin-left: -1.675rem;
}

/* .inside .content .lucky-bag__cont ul .cont-img {
  width: 3.825rem;
  height: 4.65rem;
} */

.inside .content .lucky-bag__cont ul .cont-status {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 4.675rem;
  height: 2.375rem;
}

/* .inside .content .lucky-bag__cont .cont-prize {
  width: 7.1rem;
  height: 2.575rem;
  padding-bottom: 0.65rem;
  margin: 0 auto;
} */

.inside .content .lucky-bag__cont .lucky-bag__tips {
  margin-top: 0.4rem;
  font-size: 0.6rem;
  color: #002E66;
  text-align: center;
  line-height: normal;
}

.inside .content .lucky-bag__prize {
  margin: 0.325rem auto 0;
  width: 11.075rem;
  height: 1.3rem;
  background: #ffffffb3;
  border-radius: 0.65rem;;
  font-size: 0.65rem;
  color: #003679;
  line-height: 0.65rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inside .content .lucky-bag__prize span {
  display: block;
  color: #003679;
  padding-right: 0.25rem;
  margin-top: .3rem;
}

/* 电影模块 */
.banner {
  margin: 0 0 -2rem;
  padding: 2.2rem 0 0 0;
  width: 18.725rem;
  height: 17.55rem;
  background: url('../images/202406/banner-bg.png') no-repeat center top/18.725rem 17.55rem;
}
.banner-container {
  margin: 0 0.575rem 0 0.6rem;
  position: relative;
  box-sizing: border-box;
}
#movieBanner .swiper-container{
  width: 100%;
}
#movieBanner .swiper-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
#movieBanner .swiper-slide {
  width: 10.4rem;
  height: 6.875rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
#movieBanner .swiper-slide-active {
  z-index: 2;
}
#movieBanner .swiper-slide-prev  {
  transform-origin: 100% 50%;
}
#movieBanner .swiper-slide-next {
  transform-origin: 0 50%;
}
#movieBanner .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.7);
  opacity: 0.7;
}
#movieBanner .swiper-button-prev,
#movieBanner .swiper-button-next {
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1rem;
  height: 3.175rem;
  cursor: pointer;
}
#movieBanner .swiper-button-prev {
  left: 0;
  background: url('../images/202406/arrow_left.png') no-repeat center top/1.1rem 3.175rem;
}
#movieBanner .swiper-button-next {
  right: 0;
  background: url('../images/202406/arrow_right.png') no-repeat center top/1.1rem 3.175rem;
}
.movie-num {
  margin: 0.55rem auto 0;
  width: fit-content;
  font-size: 0.75rem;
  font-weight: 600;
  color: #002E66;
  line-height: 0.75rem;
  text-align: center;
  display: flex;
  align-items: center;
}
.movie-num span {
  margin: 0 0.2rem;
  display: block;
  width: 3.3rem;
  height: 1.075rem;
  background: url('../images/202406/movie-num.png') no-repeat center top/3.3rem 1.075rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #6e2b00;
  line-height: 1.075rem;
  text-align: center;
}
.movie-receive_btn {
  margin: 0.85rem auto 0;
  width: 7.8rem;
  height: 2.75rem;
}
.movie-tips {
  margin-top: 0.225rem;
  font-size: 0.6rem;
  font-weight: 400;
  color: #002E66;
  line-height: 0.6rem;
  text-align: center;
}
/* 活动规则 */
.rule {
  margin: 0 auto 0;
  padding: 1rem 0 1.75rem;
  position: relative;
  width: 17.55rem;
  min-height: 13.625rem;
  background: #2582FE;
  border-radius: 1.35rem;
  border: 0.075rem solid #ffffff38;
  box-shadow: 0 0.3rem 2.2rem 0 #004db880, inset 0 0.05rem 1.1rem 0.55rem #95fff533;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.rule-title {
  margin: 0 auto;
  width: 4rem;
  height: 1.225rem;
}

.rule-content {
  padding: 0 1.475rem;
  font-size: 0.6rem;
  line-height: 0.85rem;
  color: #FFFFFF;
  text-align: justify;
}

.rule-content h4 {
  margin: 0.25rem 0;
}

.rule-content p {
  margin-bottom: 0.25rem;
}

.rule-content img {
  display: block;
  width: 100%;
}

.outside img {
  width: 100%;
}

.outside .wx-tips {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 5%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
}

.outside p {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  margin: -1.5rem 0 0 6rem;
}
.popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.popup-content {
  position: relative;
  width: 12.625rem;
  height: 14.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.popup-content__button {
  width: 8.525rem;
  height: 2.675rem;
  position: absolute;
  bottom: 1rem;
}

.popup-close {
  width: 1.6rem;
  height: 1.6rem;
  padding-top: 2rem;
}

.popup-prize__img {
  width: 100%;
  height: 100%;
}

.popup-normal .popup-content {
  background: url(../images/202406/popup_normal.png) no-repeat;
  background-size: 100% 100%;
}

/* .popup-normal .popup-content__button {
  position: static;
  padding-bottom: 1.875rem;
} */

.popup-normal__tips {
  flex: 1;
  padding: 5.25rem 1.5rem 0.25rem;
  font-size: 0.65rem;
  color: #333;
  line-height: 0.9rem;
}

.share {
  width: 2.45rem;
  height: 1.375rem;
  position: absolute;
  right: 0;
  top: 1.5rem;
}

.go-back {
  width: 3rem;
  position: fixed;
  right: 0.425rem;
  top: 8.8rem;
  z-index: 2;
}
  
.go-back .p {
  width: 0.95rem;
  height: 0.95rem;
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}

.popup-prize_new .popup-content {
  height: 15.3rem;
}

.popup-prize_new .popup-content__button {
  bottom: 1.675rem;
}

.popup-prize_new .popup-close {
  width: 1.75rem;
  height: 1.75rem;
  padding-top: 0.675rem;
}

.popup-order {
  position: relative;
  width: 15.1rem;
  height: 15.75rem;
  /* transform: rotate(-180deg); */
  background-image: linear-gradient(0deg, #EAF9FF 75%, #67D1FF 100%);
  border: 0.075rem solid #ffffff99;
  box-shadow: inset 0 0.05rem 0.55rem 0.25rem #ffffff80;
  border-radius: 0.7rem;
  box-sizing: border-box;
}

.popup-order__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
}

.popup-order__title {
  margin-top: 1.5rem;
  font-weight: 900;
  font-size: 1.2623rem;
  color: #003679;
  letter-spacing: -0.0935rem;
  text-align: center;
  line-height: 1.775rem;
}

.popup-order__content {
  margin-top: 0.8rem;
  padding: 0 1rem 0 1.025rem;
  font-size: 0.8rem;
  color: #003679;
  letter-spacing: 0;
  text-align: justify;
  line-height: 1.125rem;
}

.popup-order__msg {
  margin: 1.55rem auto 0;
  position: relative;
  width: 13.075rem;
  height: 2.475rem;
  box-sizing: border-box;
}


.popup-order__num {
  position: absolute;
  left: 0.7rem;
  background: #eaf9ff;
  font-weight: 400;
  font-size: 0.65rem;
  color: #000000;
  letter-spacing: 0;
  text-align: justify;
  z-index: 99;
}

.popup-order__input {
  padding: 0 0.45rem 0 0.45rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2rem;
  border: 0.05rem solid #3C3C3C;
  border-radius: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.popup-order__input input {
  width: 7.7rem;
  height: 2rem;
  border: none;
  border-radius: 0.3rem;
  background: none;
  box-sizing: border-box;
}

.popup-order__input p {
  font-weight: 500;
  font-size: 0.65rem;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
  line-height: 1.1rem;
}

.popuo-order__bth {
  margin: 1.175rem auto 0.3rem;
  padding: 0 0.225rem;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.popuo-order__bth img {
  width: 7.85rem;
  height: 3.925rem;
}

.popuo-order__bth img:last-child {
  margin-left: -1rem;
}

.loading-toast {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.laoding-taost__content{
  min-width: 10.5rem;
  max-width: 80%;
  padding: 1.125rem 0.75rem;
  border-radius: 0.4rem;
  background-color: rgba(0, 0, 0, .7);
  box-sizing: border-box;
  text-align: center;
  font-size: 0.65rem;
  color: rgb(255, 255, 255);
}

/* 中间页弹窗 */
.middle_shine {
  position: absolute;
  width: 18.9rem;
  height: 19.175rem;
  animation: fadeShine 2s linear infinite;
  opacity: 0;
  z-index: 97;
}
.middle_close {
  margin-right: 2.5rem;
  position: relative;
  width: 100%;
  text-align: right;
  z-index: 99;
}
.middle_close img {
  width: 1.55rem;
  height: 1.55rem;
}
.popup-middle_content {
  position: relative;
  width: 15.65rem;
  height: 18.35rem;
  background: url(../images/202406/middle_bg.png) no-repeat center top/15.65rem 18.35rem;
  z-index: 98;
}
@keyframes fadeShine {
  0% {
    opacity: 0;
    scale: 0;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
.popup-middle_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
  width: 6.125rem;
  height: 2rem;
}

/* 空间扩容 */
.popup-space_content {
  position: relative;
  width: 18.75rem;
  height: 16.5rem;
  background: url('../images/202406/popup-space_bg.png') no-repeat center top/18.75rem 16.5rem;
}
.popup-space_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.35rem;
  width: 8.425rem;
  height: 2.975rem;
}
.popup-space_close {
  margin-top: 1.125rem;
  width: 1.6rem;
  height: 1.6rem;
}