html,
body,
#app,
#app > div {
  width: 100%;
  height: 100% !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  width: 100%;
  height: 100%;
}
/* 语言切换样式 */
.lang-switcher {
  position: fixed;
  top: 60px;
  right: 15px;
  z-index: 100;
}
.lang-switcher .lang-selector {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 16px;
  padding: 6px 12px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  cursor: pointer;
  transition: background 0.3s;
}
.lang-switcher .lang-selector:hover {
  background: rgba(0, 0, 0, 0.8);
}
.lang-switcher .lang-selector .lang-current {
  color: #fff;
  font-size: 12px;
}
.lang-switcher .lang-selector .lang-arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
  transition: transform 0.3s;
}
.lang-switcher .lang-selector .lang-arrow.active {
  transform: rotate(180deg);
}
.lang-switcher .lang-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 6px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  min-width: 100px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.lang-switcher .lang-dropdown .lang-option {
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s;
}
.lang-switcher .lang-dropdown .lang-option:hover {
  background: rgba(152, 74, 254, 0.5);
  color: #fff;
}
.lang-switcher .lang-dropdown .lang-option.active {
  background: rgba(152, 74, 254, 0.7);
  color: #fff;
}
.charge-img {
  width: 130px;
  height: 35px;
  margin: 18px 7px 12px 15px;
  animation: zoomInOut 1s infinite;
}
@keyframes zoomInOut {
0%,
  100% {
    transform: scale(1);
    /* 原始大小 */
}
50% {
    transform: scale(1.1);
    /* 放大到1.5倍 */
}
}
.tabs {
  position: relative;
  display: flex;
  padding-top: 20px;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 10;
}
.tabs ::-webkit-scrollbar {
  display: none;
}
.tabs .tab-item {
  position: relative;
  white-space: nowrap;
  text-align: center;
  padding: 10px;
  margin: 0 5px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.tab-indicator {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 16px;
  height: 4px;
  background: #ffffff;
  border-radius: 15px;
  transform: translateX(-50%);
}
.tabs .active {
  font-size: 16px;
  color: #ffffff;
  bottom: 6px;
}
.swipper-content {
  position: absolute;
  top: -5px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 1;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000;
  width: 100% !important;
  overflow-y: scroll;
}
.first-page-wrapper {
  width: 100%;
  height: 100%;
  background-image: url(../img/mobile_bg.879aad27.webp);
  background-size: cover;
  overflow: auto;
}
.first-page-wrapper .first-page {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.first-page-wrapper .animation-logo-wrapper {
  width: 142px;
  height: 101px;
  margin-top: 40%;
}
.first-page-wrapper .slogon-wrapper {
  height: 29px;
  margin-top: 24px;
}
.first-page-wrapper .name-wrapper {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  line-height: 12px;
  margin-top: 12px;
}
.first-page-wrapper .more-wrapper {
  width: 108px;
  height: 45px;
  margin-top: 97px;
}
.first-page-wrapper .swipper-content2 {
  height: 200px;
  width: 100%;
  margin-bottom: 20px;
}
.first-page-wrapper .swipper-content2 .swiper-slide2 {
  width: 90% !important;
  height: 100%;
  background: none;
}
.first-page-wrapper .swipper-content2 .swiper-bottom-wrapper {
  width: 95%;
  background-size: cover;
  background-repeat: no-repeat;
}
.second-page-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-image: url(../img/mobile-bg.e5ba86aa.webp);
  background-size: cover;
}
.third-page-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-image: url(../img/mobile-bg.e5ba86aa.webp);
  background-size: cover;
}
.four-page-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-image: url(../img/mobile-bg.e5ba86aa.webp);
  background-size: cover;
}
.six-page-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-image: url(../img/mobile-bg.e5ba86aa.webp);
  background-size: cover;
}
.six-page-wrapper .slogon2-wrapper {
  width: 134px;
  margin-top: 20px;
}
.six-page-wrapper .down-wrapper {
  box-sizing: border-box;
  display: flex;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
}
.six-page-wrapper .down-wrapper .qr-wrapper {
  flex: 2;
  width: 139px;
  height: 139px;
}
.six-page-wrapper .down-wrapper .button-wrapper {
  flex: 3;
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}
.six-page-wrapper .down-wrapper .button-wrapper .button-top {
  width: 70%;
  /* 设置图片宽度 */
  height: auto;
  /* 自适应高度 */
  margin: 0 auto;
  margin-top: 6px;
}
.six-page-wrapper .down-wrapper .button-wrapper .button-bottom {
  width: 70%;
  /* 设置图片宽度 */
  height: auto;
  /* 自适应高度 */
  margin: 0 auto;
  margin-top: 15px;
}
.six-page-wrapper .name-wrapper2 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 12px;
  margin-top: 14px;
  padding-left: 15px;
  margin-bottom: 50px;
}
.five-page-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}
.five-page-wrapper .five-wrapper {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
}
.five-page-wrapper .join-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 82px;
  height: 27px;
  top: 413px;
}
.pic-wrapper {
  width: calc(100% - 30px);
  height: auto;
  margin-top: 126px;
}
.name-wrapper {
  text-align: left;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  line-height: 12px;
  margin-top: 42px;
  padding-left: 15px;
}
.beauty-wrapper {
  width: calc(100% - 30px);
  height: auto;
  margin-top: 12px;
}
.join-pop {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /* 弹窗底部对齐 */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
.pop {
  width: 100%;
  height: 305px;
  background-image: url(../img/mobile_join.3de92787.png);
  background-size: cover;
}
.lianxi-wrapper {
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  background-image: url(../img/mobile-bg.e5ba86aa.webp);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lianxi-wrapper ::-webkit-scrollbar {
  display: none !important;
  width: 0 !important ;
  -webkit-overflow-scrolling: touch;
  overflow: hidden !important;
}
.lianxi-wrapper .form {
  width: 85%;
  height: 100%;
  overflow-y: scroll;
  margin-top: 100px;
  padding: 0 0 30px 0;
}
.lianxi-wrapper .form .el-form-item__label {
  color: #fff;
  line-height: 1;
  width: 100%;
  text-align: left;
  font-size: 14px;
  padding-bottom: 6px;
}
.lianxi-wrapper .form .el-form-item {
  margin-bottom: 22px;
}
.lianxi-wrapper .form .el-form-item__content {
  width: 100% !important;
}
.lianxi-wrapper .form .el-select {
  text-align: left !important;
  width: 100%;
}
.lianxi-wrapper .form .custom-select {
  position: relative;
  width: 100%;
  text-align: left;
}
.lianxi-wrapper .form .custom-select .custom-select__trigger {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 12px;
  background: #fff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  color: #606266;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lianxi-wrapper .form .custom-select .custom-select__trigger.is-placeholder {
  color: #c0c4cc;
}
.lianxi-wrapper .form .custom-select .custom-select__arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #c0c4cc;
  pointer-events: none;
}
.lianxi-wrapper .form .custom-select .custom-select__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  max-height: 180px;
  overflow-y: auto;
  margin-top: 4px;
}
.lianxi-wrapper .form .custom-select .custom-select__option {
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
  color: #606266;
  font-size: 14px;
  cursor: pointer;
}
.lianxi-wrapper .form .custom-select .custom-select__option:hover {
  background: #f5f7fa;
}
.lianxi-wrapper .form .custom-select .custom-select__option.is-selected {
  color: #984afe;
  font-weight: 500;
  background: #faf5ff;
}
.lianxi-wrapper .form .el-form-item__error {
  color: #ff4d4f;
  position: relative;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.lianxi-wrapper .form .el-form-item {
  transition: margin-bottom 0.15s ease;
}
.lianxi-wrapper .form .re-btn {
  width: 60%;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  background-color: #c489fe;
  margin: 0 auto;
  cursor: pointer;
}
.lianxi-wrapper .form .re-btn:hover {
  background-color: #984afe;
}
.lianxi-wrapper .form .is-max .el-input__count {
  color: #ff4d4f !important;
}

