@charset "UTF-8";
.welcome-tips[data-v-4e024480] {
  color: var(--text_primary, #d4e8ff);
  text-align: center;
  font-family: Poppins;
  font-size: 0.37333rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.53333rem 0;
}
.loading[data-v-4e024480] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.dialog-content-btns[data-v-4e024480] {
  margin: 0 auto;
  width: 8rem;
  height: 1.46667rem;
  background: var(--bg_color_L3, #2d3747);
  border-radius: 0.13333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.30667rem;
  box-sizing: border-box;
  gap: 0.21333rem;
}
.dialog-content-btns.mb40[data-v-4e024480] {
  margin-bottom: 0.53333rem;
}
.dialog-content-btns .new-user[data-v-4e024480] {
  width: 0.8rem;
  height: 0.8rem;
}
.dialog-content-btns .new-user .img[data-v-4e024480] {
  width: 100%;
  height: 100%;
  display: block;
}
.dialog-content-btns .wel-info[data-v-4e024480] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dialog-content-btns .wel-info .wel-title[data-v-4e024480] {
  color: var(--text_primary, #d4e8ff);
  font-family: Poppins;
  font-size: 0.37333rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.dialog-content-btns .wel-info .wel-desc[data-v-4e024480] {
  color: var(--text_secondary, #86a1c0);
  font-family: Poppins;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.first-app-mask[data-v-4e024480] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000b3;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 0.26667rem;
  -webkit-backdrop-filter: blur(0.05333rem);
  backdrop-filter: blur(0.05333rem);
}
.dialog-content[data-v-4e024480] {
  background: #fff;
  border-radius: 0.21333rem;
  padding: 0.42667rem 0.32rem;
  width: 100%;
  max-width: 4.26667rem;
  box-shadow: 0 0.32rem 0.64rem #0003;
  animation: slideUp-4e024480 0.3s ease-out;
}
@keyframes slideUp-4e024480 {
  0% {
    opacity: 0;
    transform: translateY(0.4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dialog-header[data-v-4e024480] {
  text-align: center;
  margin-bottom: 0.42667rem;
}
.dialog-header h3[data-v-4e024480] {
  font-size: 0.32rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 0.10667rem;
}
.dialog-header p[data-v-4e024480] {
  font-size: 0.21333rem;
  color: #666;
  margin: 0;
}
.dialog-buttons[data-v-4e024480] {
  display: flex;
  flex-direction: column;
  gap: 0.21333rem;
}
.btn[data-v-4e024480] {
  display: flex;
  align-items: center;
  padding: 0.26667rem;
  border: none;
  border-radius: 0.16rem;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  background: #fff;
  box-shadow: 0 0.02667rem 0.10667rem #0000001a;
}
.btn[data-v-4e024480]:hover {
  transform: translateY(-0.02667rem);
  box-shadow: 0 0.10667rem 0.32rem #00000026;
}
.new-user-btn[data-v-4e024480] {
  border: 0.02667rem solid #4caf50;
  background: linear-gradient(135deg, #4caf50, #45a049);
  color: #fff;
}
.new-user-btn[data-v-4e024480]:hover {
  background: linear-gradient(135deg, #45a049, #3d8b40);
}
.old-user-btn[data-v-4e024480] {
  border: 0.02667rem solid #2196f3;
  background: linear-gradient(135deg, #2196f3, #1976d2);
  color: #fff;
}
.old-user-btn[data-v-4e024480]:hover {
  background: linear-gradient(135deg, #1976d2, #1565c0);
}
.btn-icon[data-v-4e024480] {
  font-size: 0.32rem;
  margin-right: 0.21333rem;
}
.btn-text[data-v-4e024480] {
  text-align: left;
}
.btn-title[data-v-4e024480] {
  font-size: 0.24rem;
  font-weight: 600;
  margin-bottom: 0.05333rem;
}
.btn-desc[data-v-4e024480] {
  font-size: 0.18667rem;
  opacity: 0.9;
}
@media (max-width: 480px) {
  .dialog-content[data-v-4e024480] {
    margin: 0 0.21333rem;
    padding: 0.32rem 0.26667rem;
  }
  .btn[data-v-4e024480] {
    padding: 0.21333rem;
  }
  .btn-icon[data-v-4e024480] {
    font-size: 0.26667rem;
    margin-right: 0.16rem;
  }
  .btn-title[data-v-4e024480] {
    font-size: 0.21333rem;
  }
  .btn-desc[data-v-4e024480] {
    font-size: 0.17333rem;
  }
}
