* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

.is-mirror {
  direction: rtl;
}

.container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  background: #eeeef7;
  opacity: 1;
}

.meta_apk {
  background: #c0aee1;
}
.bind_con {
  width: 3.17rem;
}

.f-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card_box {
  box-sizing: border-box;
  display: flex;
  width: calc(100% - 0.48rem);
  height: 1.68rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.3rem;
  border-radius: 0.24rem;
  background: linear-gradient(
      23deg,
      rgba(255, 165, 55, 0) 54.62%,
      rgba(36, 255, 193, 0.14) 101.09%
    ),
    linear-gradient(
      325deg,
      rgba(255, 165, 55, 0) 69.96%,
      rgba(255, 36, 215, 0.2) 105.96%
    ),
    #fff;
}

.meta_apk_card_box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 34%;
  padding: 0;
  border-radius: 0.24rem 0.24rem 0 0;
  background: #fff;
  z-index: 10;
  overflow: hidden;
}

.btn_box {
  min-width: 1.73rem;
  height: 0.5rem;
  padding: 0 0.12rem;
  flex-shrink: 0;
  border-radius: 0.365rem;
  background: linear-gradient(90deg, #ee2ce8 0%, #ff9754 100%);
  box-shadow: 0 0.12rem 0.24rem 0 rgba(246, 97, 159, 0.5);
  color: #fff;
  text-align: center;
  font-size: 0.16rem;
  font-family: 'PingFang SC';
  font-weight: 600;
  line-height: 0.5rem;
}

.meta_apk_card_box .btn_box {
  position: relative;
  min-width: 2.41rem;
  margin-top: 0.32rem;
  background: #00a936;
  box-shadow: none;
  border-radius: 0.13rem;
  font-size: 0.2rem;
  animation: pulseButton 2s infinite;
}

.guide_img {
  position: absolute;
  right: -0.22rem;
  top: 0.4rem;
  width: 0.68rem;
  height: auto;
}

.swiper_box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.meta_apk .swiper_box {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 90%;
  background-image: none;
  overflow: hidden;
}

.swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 90dvh;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  display: block;
}

.swiper_img {
  display: flex;
  width: 60%;
  margin-top: 0.2rem;
  overflow: hidden;
}

.line,
.slide_line {
  background: rgba(255, 255, 255, 0.3);
  width: 0.44rem;
  height: 0.04rem;
  transition: all 0.6s ease-in-out;
}

.line:nth-child(1) {
  background: #fff;
}

.slide_line.active {
  background: #fff;
}

.swiper_img img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2.8rem;
  height: auto;
  border-radius: 0.12rem;
  animation: fadeInOut 9s infinite ease-in-out;
  opacity: 0;
}

.meta_apk .swiper_img {
  width: 100%;
  max-height: 90%;
  overflow: hidden;
  margin-top: 0;
}

.meta_apk .swiper_img img {
  width: 100%;
  position: absolute;
  border-radius: 0;
}

.mini_swiper_img img {
  width: auto;
  height: 48%;
}

.swiper_progress {
  height: 0.04rem;
  gap: 0.12rem;
  padding: 0 0.24rem;
  margin-top: 0.16rem;
}

.meta_apk .swiper_progress {
  position: absolute;
  z-index: 10;
}

.swiper_box {
  width: 100%;
  height: 6.44rem;
  background-image: url(../images/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.chamet_logo {
  margin-top: 0.19rem;
  width: 1.41rem;
  height: 0.42rem;
}

.position_bottom {
  position: absolute;
  bottom: 0.4rem;
}

.position_top {
  position: absolute;
  top: 5.86rem;
}

.swiper_img_1 {
  animation-delay: 0s !important;
}

.swiper_img_2 {
  animation-delay: 3s !important;
}

.swiper_img_3 {
  animation-delay: 6s !important;
}

.swiper_img_4 {
  animation-delay: 9s !important;
}

.swiper_img_5 {
  animation-delay: 12s !important;
}

.swiper_img_6 {
  animation-delay: 15s !important;
}

.line_1 {
  animation: lineActive 9s infinite;
}

.line_2 {
  animation: lineActive 9s infinite;
  animation-delay: 3s;
}

.line_3 {
  animation: lineActive 9s infinite;
  animation-delay: 6s;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  4%,
  33% {
    opacity: 1;
  }
  37%,
  100% {
    opacity: 0;
  }
}

@keyframes lineActive {
  0%,
  33% {
    background: #ffffff;
  }
  34%,
  100% {
    background: rgba(255, 255, 255, 0.3);
  }
}

.color_purple {
  color: #9b44fd;
  font-size: 0.24rem;
}

.invite_text_box {
  width: 100%;
  height: 0.28rem;
  color: #fff;
  text-align: center;
  font-family: 'PingFang SC';
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.3rem;
  word-wrap: break-word;
}

.invite_text_box img {
  padding: 0 0.24rem;
  position: absolute;
  width: 100%;
  opacity: 1;
}

.meta_apk_card_box .invite_text_box {
  height: 0.76rem;
}

.meta_apk_card_box .invite_text_box img {
  padding: 0;
}

.invite_texta {
  top: 0.48rem;
}

.texta_content {
  color: #443956;
  text-align: center;
  font-family: 'PingFang HK';
  font-weight: 600;
}

.change_icon {
  width: 0.19rem;
  height: 0.19rem;
}

.change_text {
  margin: 0.24rem 0.04rem;
  color: #696178;
  font-family: 'PingFang SC';
  font-size: 0.16rem;
  font-weight: 600;
  word-break: break-all;
  /* max-width: 2.2rem; */
}

.form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.14rem;
  width: 3.15rem;
  height: 0.52rem;
  line-height: 0.52rem;
}
.form-item input {
  position: relative;
  background: none;
  outline: none;
  border: none;
  flex: auto;
  color: #443956;
  font-size: 0.14rem;
  height: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.is-mirror .form-item input {
  text-align: right;
  direction: ltr;
}
.form-item input:focus {
  border: none;
}
.form-item input:focus {
  border: none;
}
.form-item input::placeholder {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#code_num,
#code_pic_num {
  margin-right: 0.12rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.is-mirror #code_num,
.is-mirror #code_pic_num {
  margin-right: 0;
  margin-left: 0.12rem;
}

.form-item {
  position: relative;
  width: 100%;
  border-radius: 0.12rem;
  padding: 0 0.18rem;
  background: rgba(0, 0, 0, 0.04);
}
#phone_box_box,
#gmail_box_box {
  width: 100%;
  display: none;
}
.phone_box,
.gmail_box {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  width: 100%;
}
.input-box {
  display: flex;
  align-items: center;
  gap: 0.02rem;
}
.country-box {
  display: flex;
  align-items: center;
}
.country_img {
  margin-inline-end: 0.04rem;
  width: 0.2rem;
  height: 0.2rem;
}
.country_img_select {
  width: 0.2rem;
  height: 0.2rem;
}
.input-right {
  color: #9b44fd;
  /* width: 1rem; */
  text-align: right;
  flex-shrink: 0;
}

.is-mirror .input-right {
  text-align: left;
}

.input-clear {
  position: absolute;
  right: 0.18rem;
  width: 0.2rem;
}
.is-mirror .input-clear {
  right: auto;
  left: 0.18rem;
}

.input-clear .clear_input_img {
  position: relative;
  top: 0.04rem;
  width: 0.16rem;
}
.send_no {
  opacity: 0.5;
}
/* 选择国家 */
.country_area {
  width: 100%;
  padding-top: 48px;
}
.country_title {
  position: fixed;
  width: 100%;
  height: 44px;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.back_img {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 20px;
  top: 11px;
}
.country_title_info {
  color: #1c004c;
  font-weight: 600;
  font-size: 0.18rem;
}
.country_class_menu,
.country_class_item {
  width: 100%;
}
.country_class_item_title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 0.12rem;
  color: #1c004c;
  padding: 0 24px;
  box-sizing: border-box;
  background-color: #eeeef7;
}
.country_detail_menu {
  background-color: #fff;
  padding: 0 24px;
  padding-right: 30px;
}
.country_detail_item {
  width: 100%;
  border-bottom: 1px solid #eeeef7;
  height: 47px;
  line-height: 47px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.country_select_img {
  width: 20px;
  height: 20px;
  margin-inline-end: 6px;
  overflow: hidden;
  flex: none;
  border-radius: 10px;
}
.country_detail_name {
  color: #282828;
  font-size: 0.16rem;
  flex: auto;
}
.country_detail_code {
  color: #282828;
  font-size: 0.16rem;
  flex: none;
}
.right_area {
  position: fixed;
  right: 10px;
  top: 50%;
  width: 20px;
  transform: translateY(-50%);
  z-index: 9999;
}
.right_menu {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.right_item {
  width: 100%;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #333;
  font-size: 12px;
  white-space: nowrap;
}
.right_item a {
  color: #333;
}

.mt-40 {
  margin-top: 0.4rem;
}

.bind_success_title {
  margin-top: 0.24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.27rem;
  height: 0.92rem;
  background-image: url(../images/top_box.webp);
  background-size: 100% 100%;
  color: #a54dfd;
  text-align: center;
  font-family: 'PingFang SC';
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 0.32rem;
}
.success_title {
  font-size: 0.16rem;
}
.success_box {
  margin-top: -2.85rem;
  min-height: 4.02rem;
  z-index: 2;
  align-items: start;
}
.step_img {
  margin-top: 0.12rem;
  height: 1.1rem;
}
.step_1,
.step_2 {
  width: 100%;
  display: flex;
  align-items: center;
  color: #443956;
  font-family: 'PingFang SC';
  font-size: 0.14rem;
  font-weight: 400;
  gap: 0.12rem;
}
.num_1,
.num_2 {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.26rem;
  text-align: center;
  line-height: 0.32rem;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(90deg, #d07af5 0%, #9b44fd 100%);
}
.bind_success_dowm_btn {
  margin: auto;
  margin-top: 0.24rem;
}
.arrow_bottom {
  position: relative;
  width: 0.01rem;
  height: 0.5rem;
  margin: 0.06rem 0 0.14rem 0.15rem;
  margin-inline-start: 0.15rem;
  background: none;
  border-left: 0.01rem dashed #443956;
}
.arrow_bottom:after {
  content: '';
  position: absolute;
  bottom: -0.09rem;
  left: -0.045rem;
  width: 0;
  height: 0;
  border-left: 0.04rem solid transparent;
  border-right: 0.04rem solid transparent;
  border-top: 0.06rem solid #443956;
  transform: none;
}

.warn_info {
  width: 100%;
  margin-top: 0.18rem;
  color: #c6c3cc;
  text-align: center;
  font-family: 'PingFang SC';
  font-size: 0.12rem;
  line-height: 0.2rem;
}
.warn_info_img {
  position: relative;
  top: 0.02rem;
  left: 0.02rem;
  width: 0.12rem;
  height: 0.12rem;
}
.is-mirror .warn_info_img {
  left: 0;
  right: 0.02rem;
}
.code_pic {
  height: 0.32rem;
}
.send_submit {
  opacity: 1 !important;
}
.bind_btn {
  opacity: 0.5;
}
.mode_area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
.mode_area_info {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 80%;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 14px;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
}
.btn_box_testA {
  margin-top: 0.3rem;
}

.send_code {
  display: inline-block;
  width: auto;
  min-width: 0.95rem;
  text-align: right;
  font-family: 'PingFang SC';
  line-height: 0.18rem;
  white-space: nowrap;
}
#step_2_text {
  flex: 1;
}
.shumei_captcha_slide_process {
  position: absolute;
  left: 0;
}

@keyframes pulseButton {
  0%,
  100% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(1);
  }
}
