@charset "UTF-8";
.out-boxs[data-v-cbde3c1a] {
  overflow: hidden;
  width: 8.10667rem;
  /* height: 233px; */
  background: #ffffff;
  box-shadow: 0 -0.05333rem 0.26667rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.32rem;
}
.popup-title[data-v-cbde3c1a] {
  /* width: 156px; */
  height: 0.64rem;
  text-align: center;
  font-size: 0.45333rem;
  font-weight: 600;
  color: #200e32;
  margin: 0.4rem auto 0.29333rem auto;
}
.popup-content[data-v-cbde3c1a] {
  width: 7.04rem;
  height: 1.68rem;
  font-size: 0.4rem;
  font-weight: 400;
  color: #200e32;
  margin: 0 auto;
  line-height: 0.56rem;
}
.confirm-btn[data-v-cbde3c1a] {
  width: 7.04rem;
  height: 1.22667rem;
  background: #ffde00;
  border-radius: 0.21333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.42667rem;
  color: #242831;
  font-style: normal;
  margin: 0 auto 0.32rem auto;
}
.out-box-download[data-v-cbde3c1a] {
  background: #fff !important;
  height: 100vh;
  /* 加载器的整体样式 */
  /* 定义动画规则 */
}
.out-box-download .loading-spinner[data-v-cbde3c1a] {
  width: 0.42667rem;
  height: 0.42667rem;
  border-radius: 50%;
  border: 0.05333rem solid rgba(0, 0, 0, 0.1);
  border-top-color: #ffd700;
  /* 顶部边框颜色，这里设置为金黄色，可按需修改 */
  animation: spin-data-v-cbde3c1a 1s ease-in-out infinite;
  /* 应用动画，动画名称为spin，时长1秒，缓动效果，无限循环 */
  margin-right: 0.32rem;
}
@keyframes spin-data-v-cbde3c1a {
from {
    transform: rotate(0deg);
    /* 初始旋转角度为0度 */
}
to {
    transform: rotate(360deg);
    /* 结束旋转角度为360度，实现一圈的旋转 */
}
}
.out-box-download .language-title[data-v-cbde3c1a] {
  margin: 0.42667rem;
  /* width: 142px; */
  height: 0.66667rem;
  font-weight: 600;
  font-size: 0.48rem;
  color: #200e32;
  text-align: left;
  font-style: normal;
}
.out-box-download .selected[data-v-cbde3c1a] {
  background-color: #f2f2f2;
  /* Gray background for selected item */
}
.out-box-download .language-item[data-v-cbde3c1a] {
  width: 9.57333rem;
  height: 1.76rem;
  border-radius: 0.10667rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.21333rem 0 0.32rem;
  box-sizing: border-box;
  margin-bottom: 0.10667rem;
  margin: 0 auto 0.21333rem auto;
  cursor: pointer;
}
.out-box-download .language-item .language-choose img[data-v-cbde3c1a] {
  width: 0.8rem;
  height: 0.8rem;
}
.out-box-download .language-item .language div[data-v-cbde3c1a]:nth-child(1) {
  font-weight: 400;
  font-size: 0.48rem;
  color: #000000;
  margin-bottom: 0.10667rem;
}
.out-box-download .language-item .language div[data-v-cbde3c1a]:nth-child(2) {
  font-weight: 400;
  font-size: 0.4rem;
  color: #919191;
  text-align: left;
  font-style: normal;
}
.out-box-download .language-box[data-v-cbde3c1a] {
  position: absolute;
  top: 0.53333rem;
  right: 0.53333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.42667rem;
  height: 1.17333rem;
  background: #ffffff;
  border-radius: 0.58667rem;
  border: 0.02667rem solid #e6e6e6;
  font-weight: 400;
  font-size: 0.42667rem;
  color: #242831;
}
.out-box-download .language-box img[data-v-cbde3c1a] {
  width: 0.42667rem;
  height: 0.42667rem;
  margin-right: 0.18667rem;
}
.out-box-download .logo-img-box[data-v-cbde3c1a] {
  width: 3.65333rem;
  height: 3.65333rem;
  display: block;
  margin: 0 auto 0.8rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.8rem;
  padding-top: 5.33333rem;
}
.out-box-download .logo-img[data-v-cbde3c1a] {
  width: 100%;
  height: 100%;
}
.out-box-download .text-title[data-v-cbde3c1a] {
  width: 90%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 0.53333rem;
  color: #292929;
  line-height: 0.74667rem;
  text-align: center;
  font-style: normal;
}
.out-box-download .tips[data-v-cbde3c1a] {
  width: 90%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 0.42667rem;
  color: #7b7b7c;
  line-height: 0.58667rem;
  text-align: center;
  margin-top: 0.10667rem;
  margin-bottom: 1.70667rem;
}
.out-box-download .download-btn[data-v-cbde3c1a] {
  width: 5.33333rem;
  height: 1.38667rem;
  background: #ffffff;
  box-shadow: 0 0.10667rem 0.05333rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.74667rem;
  border: 0.02667rem solid #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 0.42667rem;
  color: #292929;
  line-height: 0.58667rem;
  text-align: left;
  font-style: normal;
  margin: 0 auto;
}
.out-box-download .text-download[data-v-cbde3c1a] {
  margin: 0 auto;
  width: 8.98667rem;
  height: 1.17333rem;
  background: #ffffff;
  border-radius: 0.58667rem;
  border: 0.02667rem solid #e7e7e7;
  font-weight: 400;
  font-size: 0.34667rem;
  color: #200e32;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-style: normal;
}
.out-box-download .text-download img[data-v-cbde3c1a] {
  width: 0.29333rem;
  height: 0.37333rem;
  margin-right: 0.32rem;
}
.out-box[data-v-cbde3c1a] {
  background: #fff5b6 !important;
  height: 100vh;
}
.out-box .head-box[data-v-cbde3c1a] {
  font-weight: 500;
  font-size: 0.45333rem;
  width: 100% px;
  height: 1.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.out-box .back[data-v-cbde3c1a] {
  position: absolute;
  top: 0.4rem;
  left: 0.32rem;
  font-size: 0.50667rem;
}
.out-box .get-promotion-tips[data-v-cbde3c1a] {
  width: 8.82667rem;
  font-weight: 900;
  font-size: 1.06667rem;
  color: #f47a31;
  line-height: 1.28rem;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 auto 0.64rem auto;
  padding-top: 1.38667rem;
}
.out-box .get-coupon-box[data-v-cbde3c1a] {
  width: 9.14667rem;
  height: 8.02667rem;
  background: url(../img/get-promotion.165abc4e.svg) no-repeat center;
  background-size: 10rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.out-box .get-coupon-box .coupon-content-box[data-v-cbde3c1a] {
  width: 4.85333rem;
  height: 3.38667rem;
  margin-top: 0.4rem;
  margin-left: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.out-box .get-coupon-box .coupon-content-box .coupon-get-title[data-v-cbde3c1a] {
  height: 0.50667rem;
  font-weight: bold;
  font-size: 0.42667rem;
  color: #292929;
  line-height: 0.50667rem;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0.16rem;
  text-align: center;
}
.out-box .get-coupon-box .coupon-content-box .coupon-price[data-v-cbde3c1a] {
  width: 4.85333rem;
  height: 1.28rem;
  font-weight: 900;
  font-size: 1.06667rem;
  color: #f57a44;
  line-height: 1.28rem;
  font-style: normal;
  text-align: center;
}
.out-box .get-coupon-box .coupon-content-box .coupon-price span[data-v-cbde3c1a] {
  font-size: 0.53333rem;
}
.out-box .get-coupon-box .coupon-content-box .coupon-text[data-v-cbde3c1a] {
  width: 4.64rem;
  height: 0.64rem;
  font-weight: 900;
  font-size: 0.53333rem;
  color: #f57a44;
  line-height: 0.64rem;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.24rem;
}
.out-box .get-coupon-box .coupon-content-box .coupon-tips[data-v-cbde3c1a] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.16rem;
  height: 0.56rem;
  background: linear-gradient(90deg, #fad135 0%, #f57a44 100%);
  border-radius: 0.05333rem;
  font-weight: normal;
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.37333rem;
  font-style: italic;
}
.out-box .get-coupon-box .get-coupon-btn[data-v-cbde3c1a] {
  width: 4.8rem;
  height: 1.38667rem;
  background: linear-gradient(180deg, #ffec6d 0%, #ffce19 100%);
  box-shadow: 0 0.05333rem 0.10667rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.69333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 0.53333rem;
  color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 55%);
}
.out-box .coupon-notice-box[data-v-cbde3c1a] {
  width: 9.14667rem;
  height: 0.50667rem;
  margin: 0.64rem auto 0.42667rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.out-box .coupon-notice-box .coupon-notice-text[data-v-cbde3c1a] {
  font-weight: bold;
  font-size: 0.42667rem;
  color: #292929;
  line-height: 0.50667rem;
  text-align: right;
  font-style: normal;
}
.out-box .coupon-notice-box .coupon-line[data-v-cbde3c1a] {
  width: 2.66667rem;
  height: 0.05333rem;
  background: #f0a329;
}
.out-box .coupon-notice-content[data-v-cbde3c1a] {
  width: 9.14667rem;
  height: 1.36rem;
  font-weight: 600;
  font-size: 0.32rem;
  color: #e99a1d;
  line-height: 0.45333rem;
  text-align: left;
  margin: 0 auto;
}
