@charset "UTF-8";
.out-box[data-v-50550405] {
  height: 100vh;
  overflow: hidden;
}

/* 加载器的整体样式 */
.loading-spinner[data-v-50550405] {
  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-50550405 1s ease-in-out infinite;
  /* 应用动画，动画名称为spin，时长1秒，缓动效果，无限循环 */
  margin-right: 0.32rem;
}

/* 定义动画规则 */
@keyframes spin-data-v-50550405 {
from {
    transform: rotate(0deg);
    /* 初始旋转角度为0度 */
}
to {
    transform: rotate(360deg);
    /* 结束旋转角度为360度，实现一圈的旋转 */
}
}
.language-title[data-v-50550405] {
  margin: 0.42667rem;
  /* width: 142px; */
  height: 0.66667rem;
  font-weight: 600;
  font-size: 0.48rem;
  color: #200e32;
  text-align: left;
  font-style: normal;
}
.selected[data-v-50550405] {
  background-color: #f2f2f2;
  /* Gray background for selected item */
}
.language-item[data-v-50550405] {
  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;
}
.language-item .language-choose img[data-v-50550405] {
  width: 0.8rem;
  height: 0.8rem;
}
.language-item .language div[data-v-50550405]:nth-child(1) {
  font-weight: 400;
  font-size: 0.48rem;
  color: #000000;
  margin-bottom: 0.10667rem;
}
.language-item .language div[data-v-50550405]:nth-child(2) {
  font-weight: 400;
  font-size: 0.4rem;
  color: #919191;
  text-align: left;
  font-style: normal;
}
.language-box[data-v-50550405] {
  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;
}
.language-box img[data-v-50550405] {
  width: 0.42667rem;
  height: 0.42667rem;
  margin-right: 0.18667rem;
}
.logo-img-box[data-v-50550405] {
  width: 3.65333rem;
  height: 3.65333rem;
  display: block;
  margin: 3.73333rem auto 0.8rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.8rem;
}
.logo-img[data-v-50550405] {
  width: 100%;
  height: 100%;
}
.text-title[data-v-50550405] {
  width: 90%;
  font-weight: 600;
  font-size: 0.53333rem;
  color: #292929;
  line-height: 0.74667rem;
  text-align: center;
  font-style: normal;
  margin: 0 auto;
}
.tips[data-v-50550405] {
  width: 90%;
  color: #7f7f7f;
  font-weight: 400;
  font-size: 0.42667rem;
  line-height: 0.58667rem;
  text-align: center;
  font-style: normal;
  margin-top: 0.10667rem;
  margin: 0 auto;
}
.line[data-v-50550405] {
  width: 90%;
  height: 0.02667rem;
  background: #eaeaea;
  margin: 0.64rem auto;
}
.tips-two[data-v-50550405] {
  width: 90%;
  font-weight: 400;
  font-size: 0.32rem;
  color: #292929;
  line-height: 0.45333rem;
  text-align: center;
  font-style: normal;
  margin: 0 auto;
  margin-bottom: 0.64rem;
}
.download-box[data-v-50550405] {
  display: flex;
}
.text-download[data-v-50550405] {
  margin: 0 auto;
  width: 4.13333rem;
  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;
  font-weight: 600;
  font-size: 0.42667rem;
  color: #292929;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-style: normal;
}
.text-download img[data-v-50550405] {
  width: 0.53333rem;
  height: 0.53333rem;
  margin-right: 0.32rem;
}
