@charset "UTF-8";
.fade-enter-active[data-v-b33d8f97],
.fade-leave-active[data-v-b33d8f97] {
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
}
.fade-enter-from[data-v-b33d8f97],
.fade-leave-to[data-v-b33d8f97] {
  opacity: 0;
  transform: translateY(-0.26667rem);
  max-height: 0 !important;
}
.fade-enter-to[data-v-b33d8f97],
.fade-leave-from[data-v-b33d8f97] {
  max-height: 9.33333rem;
}
.close-btn[data-v-b33d8f97] {
  position: absolute;
  left: 50%;
  bottom: -1.33333rem;
  width: 0.85333rem;
  height: 0.85333rem;
  transform: translate(-50%);
}
.container[data-v-b33d8f97],
.title[data-v-b33d8f97] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.dropdown-overlay[data-v-b33d8f97] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000004d;
  z-index: 100;
}
.dropdown-overlay.hide[data-v-b33d8f97] {
  background: transparent;
}
.dropdown-content[data-v-b33d8f97] {
  position: fixed;
  z-index: 101;
  width: 8.93333rem;
  left: 50%;
  transform: translate(-50%);
  top: 4rem;
  min-width: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.16rem;
}
.dropdown-content .inner[data-v-b33d8f97] {
  width: 100%;
  padding: 0.10667rem 0;
  border-radius: 0.26667rem;
  background: var(--bg_color_L2, #202733);
}
.close[data-v-b33d8f97] {
  width: 0.85333rem;
  height: 0.85333rem;
}
.close img[data-v-b33d8f97] {
  width: 100%;
  height: 100%;
}
.progress-wrapper[data-v-ac2fde65] {
  display: flex;
  height: 0.08rem;
  border-radius: 0.06667rem;
  background: var(--secondary_color2, #304059);
  position: relative;
  margin-top: 0.13333rem;
}
.inner[data-v-ac2fde65] {
  position: absolute;
  left: 0;
  top: 0.01333rem;
  width: var(--w);
  height: 0.08rem;
  border-radius: 0.06667rem;
  background: var(
    --progress_bar,
    linear-gradient(270deg, #f8a956 0%, #d4762a 100%)
  );
}
.innerText[data-v-ac2fde65] {
  padding-left: 0.06667rem;
  position: relative;
  z-index: 1;
  color: var(--text_secondary, #86a1c0);
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.37333rem;
  padding-top: 0.13333rem;
}
.gift[data-v-755da9d8] {
  width: 0.74667rem;
  height: 0.74667rem;
  flex-shrink: 0;
}
.list[data-v-755da9d8] {
  padding: 0 0.4rem;
  max-height: 10.66667rem;
  overflow: auto;
}
.list .item[data-v-755da9d8] {
  height: fit-content;
  border-bottom: 0.01333rem solid var(--Dividing_line_color, #354053);
  fill: var(--Dividing_line_color, #354053);
  align-items: center;
  padding: 0.32rem 0;
}
.list .item[data-v-755da9d8]:last-child {
  border-bottom: none;
}
.list .giftBox[data-v-755da9d8],
.list .zhuanpan[data-v-755da9d8] {
  width: 1.17333rem;
  height: 1.17333rem;
}
.list .title[data-v-755da9d8] {
  width: 4.13333rem;
  height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--text_primary, #d4e8ff);
  font-size: 0.37333rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.53333rem;
}
.list .describe[data-v-755da9d8] {
  width: 4.13333rem;
  height: 0.44rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--text_tertiary, #627088);
  font-size: 0.32rem;
  font-weight: 400;
  line-height: 0.48rem;
}
.list .progress[data-v-755da9d8] {
  width: 4rem;
}
.list .btn[data-v-755da9d8] {
  display: flex;
  width: 2.66667rem;
  padding: 0.13333rem;
  justify-content: center;
  align-items: center;
  gap: 0.13333rem;
  flex-shrink: 0;
  color: var(--text_inverse, #3c3d3f);
  font-size: 0.37333rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.48rem;
}
.list .btn.preceedBtn[data-v-755da9d8] {
  border-radius: 0.66667rem;
  background: var(
    --main_gradient_color,
    linear-gradient(180deg, #06d6fd 0%, #0070f4 100%)
  );
}
.list .btn.cliamBtn[data-v-755da9d8] {
  border-radius: 0.66667rem;
  background: var(
    --secondary_color8,
    linear-gradient(0deg, #fba133 0%, #fad122 100%)
  );
}
.giftDialog[data-v-755da9d8] {
  padding: 0.53333rem 0.53333rem 0;
  font-size: 0.37333rem;
  max-height: 10.66667rem;
  overflow: auto;
}
.giftpackCont[data-v-755da9d8] {
  margin-bottom: 0.45333rem;
}
.btnDialog[data-v-755da9d8] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.32rem;
  gap: 0 0.26667rem;
}
.cancelBtn[data-v-755da9d8] {
  width: 6.66667rem;
  height: 1.17333rem;
  line-height: 1.17333rem;
  text-align: center;
  font-size: 0.42667rem;
  border-radius: 0.66667rem;
  background: var(
    --main_gradient_color,
    linear-gradient(180deg, #06d6fd 0%, #0070f4 100%)
  );
  box-shadow: 0 -0.01333rem #ffffff40 inset, 0 0.02667rem #79ffffb3 inset,
    0 0.05333rem 0.10667rem #00000040;
  color: var(--text_btn_main, #f1f7ff);
  text-shadow: 0.01333rem 0.02667rem 0.02667rem rgba(0, 0, 0, 0.3);
  font-weight: 600;
}
.cancelBtn.btnDisabled[data-v-755da9d8] {
  opacity: 0.5;
}
.cancelBtn.confirmBtn[data-v-755da9d8] {
  display: flex;
  width: 3.82667rem;
  height: 1.17333rem;
  justify-content: center;
  align-items: center;
}
.cancelBtn.cancelFinish[data-v-755da9d8] {
  width: 3.82667rem;
  height: 1.17333rem;
  border-radius: 0.66667rem;
  border: 0.02667rem solid var(--main_color, #4298ea);
  background: transparent;
  color: var(--main_color, #4298ea);
  text-align: center;
}
.label-title[data-v-755da9d8] {
  color: var(--text_primary, #d4e8ff);
  font-size: 0.37333rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.48rem;
}
.selection[data-v-755da9d8] {
  padding: 0.66667rem;
}
.progressBg[data-v-755da9d8] {
  margin-top: 0.21333rem;
  border-radius: 0.05333rem;
  border: 0.01333rem solid #3d2127;
  background: #100a0a;
  height: 0.42667rem;
  line-height: 0.26667rem;
  position: relative;
}
.progressBg span[data-v-755da9d8] {
  color: #fff;
  font-size: 0.29333rem;
  position: relative;
}
.progValue[data-v-755da9d8] {
  position: absolute;
  left: 0;
  top: 0.01333rem;
  height: 0.4rem;
  border-radius: 0.02667rem;
  background: linear-gradient(
    180deg,
    #ff4b6b,
    #ff1232 20.64%,
    #c80d29 51.36%,
    #5d000e 75.23%,
    #74101d
  );
}
.complatCont[data-v-755da9d8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.10667rem;
  margin-bottom: 0.42667rem;
}
.complatCont img[data-v-755da9d8] {
  width: 0.85333rem;
  height: 0.85333rem;
}
.complatCont span[data-v-755da9d8] {
  color: #da4966;
  font-size: 0.42667rem;
}
.receivedCont[data-v-755da9d8] {
  text-align: center;
  margin: 1.33333rem 0;
}
.received[data-v-755da9d8] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.21333rem;
  margin-top: 0.21333rem;
}
.RequireCont[data-v-755da9d8] {
  margin-top: 0.21333rem;
  margin-right: 0.10667rem;
  color: var(--text_primary, #d4e8ff);
  font-size: 0.37333rem;
  font-weight: 400;
}
.RequireCont span[data-v-755da9d8] {
  color: var(--norm_hint_color, #edb04c);
}
.rewardList[data-v-755da9d8] {
  padding: 0.26667rem 0.29333rem;
  margin-bottom: 0.26667rem;
  border-radius: 0.21333rem;
  background: var(--bg_color_L3, #2d3747);
  position: relative;
}
.rewardList.active[data-v-755da9d8] {
  border: 0.02667rem solid var(--main_color, #4298ea);
}
.rewardList .selectIcon[data-v-755da9d8] {
  position: absolute;
  top: 0.26667rem;
  right: 0.29333rem;
}
.rewardList .selectIcon img[data-v-755da9d8] {
  width: 0.48rem;
  height: 0.48rem;
}
.requireMain[data-v-755da9d8] {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.21333rem;
}
.giftpackAnimat[data-v-755da9d8] {
  width: 2.88rem;
  height: 2.88rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0.66667rem;
}
.giftpackAnimatLarge[data-v-755da9d8] {
  width: 5.52rem;
  height: 5.78667rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.giftpackSpins[data-v-755da9d8] {
  margin-bottom: 0.8rem;
  padding-left: 0;
}
.giftpackSpins .label-title[data-v-755da9d8] {
  padding-left: 0.8rem;
  color: var(--text_primary, #d4e8ff);
  text-align: center;
  font-size: 0.42667rem;
  font-weight: 400;
}
.bonus_icon[data-v-755da9d8] {
  display: flex;
  justify-content: center;
  margin-top: 0.26667rem;
  position: relative;
}
.bonus_icon .iconSuccessfully[data-v-755da9d8] {
  position: absolute;
  z-index: 10;
  top: -1.73333rem;
  width: 3.65333rem;
  height: 2.56rem;
}
.bonus_icon .bonus_text[data-v-755da9d8] {
  color: var(--text_primary, #d4e8ff);
  text-align: center;
  font-size: 0.48rem;
  font-weight: 500;
  line-height: 0.64rem;
  margin-top: 1.17333rem;
}
.msgBadge[data-v-755da9d8] {
  display: flex;
  align-items: center;
}
.msgBadge[data-v-755da9d8] .van-badge {
  border: none;
  top: 0.08rem;
  right: 0.08rem;
  font-weight: 400;
  padding: 0.02667rem 0.08rem;
}
