@keyframes modal-overlay-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes modal-button-spinner {
  to {
    transform: rotate(360deg);
  }
}
.mobile-user-page {
  min-height: calc(100vh - 44px);
  background: #f5f5f5;
}
.mobile-user-page .mobile-user-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}
.mobile-user-page .mobile-user-header button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: #333;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.2s;
}
.mobile-user-page .mobile-user-header button:active {
  background: #f5f5f5;
}
.mobile-user-page .mobile-user-header button svg {
  width: 24px;
  height: 24px;
}
.mobile-user-page .mobile-user-header .menu-btn {
  margin-right: auto;
}
.mobile-user-page .mobile-user-header .search-btn {
  flex: 1;
  max-width: 200px;
  margin: 0 8px;
}
.mobile-user-page .mobile-user-header .settings-btn {
  margin-left: auto;
}
.mobile-user-page .mobile-user-content {
  padding-top: 56px;
  padding: 8px;
  padding-bottom: 50px;
}
.mobile-user-page .login-section {
  margin-bottom: 8px;
}
.mobile-user-page .login-section .login-card {
  display: flex;
  align-items: center;
  padding: 12px;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
}
.mobile-user-page .login-section .login-card .avatar-placeholder {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  flex-shrink: 0;
  overflow: hidden;
}
.mobile-user-page .login-section .login-card .avatar-placeholder img,
.mobile-user-page .login-section .login-card .avatar-placeholder svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-user-page .login-section .login-card .login-text {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.mobile-user-page .login-section .login-card .arrow {
  flex-shrink: 0;
  margin-left: 8px;
}
.mobile-user-page .user-section {
  margin-bottom: 8px;
}
.mobile-user-page .user-section .user-card {
  display: flex;
  align-items: center;
  padding: 12px;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
}
.mobile-user-page .user-section .user-card .user-avatar {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.55);
}
.mobile-user-page .user-section .user-card .user-avatar .avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-user-page .user-section .user-card .user-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mobile-user-page .user-section .user-card .user-info .user-name {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  line-height: normal;
}
.mobile-user-page .user-section .user-card .user-info .user-id {
  font-size: 12px;
  color: #76787b;
  line-height: 18px;
}
.mobile-user-page .user-section .user-card .arrow {
  flex-shrink: 0;
  margin-left: 8px;
}
.mobile-user-page .vip-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 8px;
  gap: 8px;
  position: relative;
  overflow: hidden;
}
.mobile-user-page .vip-card .vip-content {
  flex: 1;
  position: relative;
  z-index: 1;
}
.mobile-user-page .vip-card .vip-content .vip-level-wrapper {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 4px;
}
.mobile-user-page .vip-card .vip-content .vip-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  line-height: normal;
}
.mobile-user-page .vip-card .vip-content .vip-badge {
  display: inline-flex;
  align-items: center;
  gap: 4.5px;
  padding: 3px 6px;
  border-radius: 37.5px;
  height: 20px;
  border: 0.931px solid rgba(255, 255, 255, 0.02);
}
.mobile-user-page .vip-card .vip-content .vip-badge svg,
.mobile-user-page .vip-card .vip-content .vip-badge img {
  width: 15px;
  height: 15px;
}
.mobile-user-page .vip-card .vip-content .vip-badge span {
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}
.mobile-user-page .vip-card .vip-content .vip-desc {
  font-size: 12px;
  margin: 0 0 4px 0;
  line-height: normal;
}
.mobile-user-page .vip-card .vip-content .vip-desc .highlight {
  font-weight: 600;
  color: #de462a;
}
.mobile-user-page .vip-card .vip-content .vip-expire {
  font-size: 12px;
  margin: 0;
  line-height: normal;
  display: flex;
  align-items: center;
}
.mobile-user-page .vip-card .vip-content .vip-expire span:first-child {
  opacity: 1;
}
.mobile-user-page .vip-card .vip-content .vip-expire span:last-child {
  opacity: 1;
}
.mobile-user-page .vip-card .vip-btn {
  padding: 0 16px;
  height: 32px;
  min-width: 72px;
  border-radius: 16px;
  border: none;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.2s;
  line-height: normal;
  position: relative;
  z-index: 1;
}
.mobile-user-page .vip-card .vip-btn:active {
  transform: scale(0.95);
}
.mobile-user-page .vip-card .vip-decoration {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 60px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.4;
}
.mobile-user-page .vip-card .vip-decoration svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
}
.mobile-user-page .vip-card.vip-normal {
  background: #ffdebd;
}
.mobile-user-page .vip-card.vip-normal .vip-title {
  color: #DE462A;
  margin-bottom: 4px;
}
.mobile-user-page .vip-card.vip-normal .vip-badge {
  background: linear-gradient(90deg, #e0e9ff 0%, #cddaf8 100%);
}
.mobile-user-page .vip-card.vip-normal .vip-badge svg {
  color: #999;
}
.mobile-user-page .vip-card.vip-normal .vip-badge span {
  color: #4c4d4f;
}
.mobile-user-page .vip-card.vip-normal .vip-desc {
  color: #70471f;
}
.mobile-user-page .vip-card.vip-normal .vip-btn {
  width: 72px;
  color: #fff;
  background: linear-gradient(90deg, #895A1A 0%, #57320D 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-user-page .vip-card.vip-ordinary {
  display: flex;
  align-items: center;
  background-color: #FFDEBD;
  border-radius: 8px;
  padding: 12px;
  gap: 8px;
}
.mobile-user-page .vip-card.vip-ordinary .vip-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mobile-user-page .vip-card.vip-ordinary .vip-content .vip-title {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #442300;
  font-size: 15px;
  font-weight: 600;
}
.mobile-user-page .vip-card.vip-ordinary .vip-content .vip-title .vip-level {
  background: linear-gradient(90deg, #E0E9FF 0%, #CDDAF8 100%);
  height: 20px;
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 50px;
  color: #4C4D4F;
  font-size: 11px;
  font-weight: 500;
}
.mobile-user-page .vip-card.vip-ordinary .vip-content .vip-title .vip-level img {
  height: 14px;
  width: 14px;
}
.mobile-user-page .vip-card.vip-ordinary .vip-content .vip-desc {
  color: #70471F;
  font-size: 12px;
}
.mobile-user-page .vip-card.vip-ordinary .vip-btn {
  background: linear-gradient(90deg, #895A1A 0%, #57320D 100%);
  height: 32px;
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 500;
}
.mobile-user-page .vip-card.vip-gold {
  background: linear-gradient(90deg, #FDE8D5 0%, #FBCB77 100%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  overflow: visible;
}
.mobile-user-page .vip-card.vip-gold .bg-img {
  position: absolute;
  right: 0;
  bottom: -11px;
  z-index: 0;
  height: 80px;
  width: 100px;
}
.mobile-user-page .vip-card.vip-gold .tag {
  position: absolute;
  top: -6px;
  left: 0;
  height: 18px;
  padding: 0 6px;
  background: linear-gradient(90deg, #FF5426 0%, #FFA52E 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 8px 8px 8px 2px;
}
.mobile-user-page .vip-card.vip-gold .vip-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 4px;
  z-index: 1;
}
.mobile-user-page .vip-card.vip-gold .vip-top .left {
  display: flex;
  gap: 4px;
  align-items: center;
}
.mobile-user-page .vip-card.vip-gold .vip-top img {
  height: 20px;
  width: 24px;
  margin-right: 4px;
}
.mobile-user-page .vip-card.vip-gold .vip-top .vip-name {
  color: #994700;
  font-size: 20px;
  line-height: 22px;
  font-weight: 900;
  display: flex;
}
.mobile-user-page .vip-card.vip-gold .vip-top .vip-time {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}
.mobile-user-page .vip-card.vip-gold .vip-top .right {
  height: 24px;
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #FF0016;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.mobile-user-page .vip-card.vip-gold .vip-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mobile-user-page .vip-card.vip-gold .vip-bottom .download {
  color: #333333;
  font-size: 12px;
}
.mobile-user-page .vip-card.vip-gold .vip-bottom .download span {
  font-weight: 600;
  color: #EA8101;
}
.mobile-user-page .vip-card.vip-gold .vip-bottom .vip-bottom-time {
  color: #ED4840;
  font-size: 12px;
}
.mobile-user-page .vip-card.vip-gold .vip-title {
  color: #442300;
}
.mobile-user-page .vip-card.vip-gold .vip-badge {
  background: linear-gradient(90deg, #AC8D26 0%, #261000 100%);
}
.mobile-user-page .vip-card.vip-gold .vip-badge span {
  color: rgb(255, 240, 217);
}
.mobile-user-page .vip-card.vip-gold .vip-desc {
  color: #442300;
}
.mobile-user-page .vip-card.vip-gold .vip-desc .highlight {
  color: #de462a;
}
.mobile-user-page .vip-card.vip-gold .vip-expire {
  color: #442300;
}
.mobile-user-page .vip-card.vip-gold .vip-btn {
  background: linear-gradient(90deg, #895a1a 0%, #57320d 100%);
  color: #fff;
}
.mobile-user-page .vip-card.vip-svip {
  background: linear-gradient(90deg, #E4D5FC 0%, #A9C1FF 100%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  overflow: visible;
}
.mobile-user-page .vip-card.vip-svip .tag {
  position: absolute;
  top: -6px;
  left: 0;
  height: 18px;
  padding: 0 6px;
  background: linear-gradient(90deg, #FF5426 0%, #FFA52E 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 8px 8px 8px 2px;
}
.mobile-user-page .vip-card.vip-svip .bg-img {
  position: absolute;
  right: 0;
  bottom: -11px;
  z-index: 0;
  height: 80px;
  width: 100px;
}
.mobile-user-page .vip-card.vip-svip .vip-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 4px;
  z-index: 1;
}
.mobile-user-page .vip-card.vip-svip .vip-top .left {
  display: flex;
  gap: 4px;
  align-items: center;
}
.mobile-user-page .vip-card.vip-svip .vip-top img {
  height: 20px;
  width: 24px;
  margin-right: 4px;
}
.mobile-user-page .vip-card.vip-svip .vip-top .vip-name {
  color: #5A50FF;
  font-size: 20px;
  line-height: 22px;
  font-weight: 900;
  display: flex;
}
.mobile-user-page .vip-card.vip-svip .vip-top .vip-time {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}
.mobile-user-page .vip-card.vip-svip .vip-top .right {
  height: 24px;
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #FF0016;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.mobile-user-page .vip-card.vip-svip .vip-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mobile-user-page .vip-card.vip-svip .vip-bottom .download {
  color: #333333;
  font-size: 12px;
}
.mobile-user-page .vip-card.vip-svip .vip-bottom .download span {
  font-weight: 600;
  color: #EA8101;
}
.mobile-user-page .vip-card.vip-svip .vip-bottom .vip-bottom-time {
  color: #ED4840;
  font-size: 12px;
}
.mobile-user-page .vip-card.vip-diamond {
  background: #bfddff;
}
.mobile-user-page .vip-card.vip-diamond .vip-title {
  color: #012557;
}
.mobile-user-page .vip-card.vip-diamond .vip-badge {
  background: linear-gradient(90deg, #234AAA 0%, #00003F 100%);
}
.mobile-user-page .vip-card.vip-diamond .vip-badge span {
  color: rgb(166, 223, 251);
}
.mobile-user-page .vip-card.vip-diamond .vip-desc {
  color: #012557;
}
.mobile-user-page .vip-card.vip-diamond .vip-desc .highlight {
  color: #de462a;
}
.mobile-user-page .vip-card.vip-diamond .vip-expire {
  color: #012557;
}
.mobile-user-page .vip-card.vip-diamond .vip-btn {
  background: linear-gradient(90deg, #234aaa 0%, #00003f 100%);
  color: #a6dffb;
}
.mobile-user-page .balance-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 8px;
  gap: 8px;
}
.mobile-user-page .balance-card .balance-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.mobile-user-page .balance-card .balance-info .wallet-icon {
  width: 20px;
  height: 20px;
  color: #333;
  flex-shrink: 0;
}
.mobile-user-page .balance-card .balance-info .balance-label {
  font-size: 14px;
  color: #000;
  line-height: 18px;
}
.mobile-user-page .balance-card .balance-info .balance-amount {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: normal;
}
.mobile-user-page .balance-card .recharge-link {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #76787b;
  font-size: 12px;
  flex-shrink: 0;
}
.mobile-user-page .email-verify-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background: #FCF5EF;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 8px;
  text-decoration: none;
  cursor: pointer;
}
.mobile-user-page .email-verify-card .email-verify-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.mobile-user-page .email-verify-card .email-verify-info svg {
  flex-shrink: 0;
  color: #FF1A00;
}
.mobile-user-page .email-verify-card .email-verify-info .email-verify-text {
  font-size: 14px;
  color: #FF1A00;
  line-height: normal;
}
.mobile-user-page .email-verify-card .arrow {
  flex-shrink: 0;
  color: #76787B;
}
.mobile-user-page .section-card {
  background: #fff;
  border-radius: 8px;
  padding: 0;
  margin-bottom: 8px;
}
.mobile-user-page .section-card .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 12px;
}
.mobile-user-page .section-card .section-header .section-title {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 0;
  line-height: normal;
}
.mobile-user-page .section-card .section-header .section-link {
  font-size: 12px;
  color: #76787b;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: normal;
}
.mobile-user-page .section-card .section-header .section-link span {
  line-height: 16px;
}
.mobile-user-page .section-card .section-title {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 0;
  height: 40px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  line-height: normal;
}
.mobile-user-page .section-card .section-title.pl0 {
  padding-left: 0;
}
.mobile-user-page .purchases-section .empty-purchases {
  text-align: center;
  padding: 32px 16px;
}
.mobile-user-page .purchases-section .empty-purchases .empty-text {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.mobile-user-page .purchases-section .purchases-list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 12px 12px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mobile-user-page .purchases-section .purchases-list::-webkit-scrollbar {
  display: none;
}
.mobile-user-page .purchases-section .purchase-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
  flex-shrink: 0;
  width: 92px;
}
.mobile-user-page .purchases-section .purchase-item .purchase-cover {
  width: 100%;
  aspect-ratio: 160/90;
  object-fit: cover;
  border-radius: 2px;
}
.mobile-user-page .purchases-section .purchase-item .purchase-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-user-page .purchases-section .purchase-item .purchase-info .purchase-title {
  font-size: 11px;
  color: #000;
  opacity: 0.8;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: normal;
}
.mobile-user-page .purchases-section .purchase-item .purchase-info .purchase-date {
  display: none;
}
.mobile-user-page .common-section .common-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  gap: 0;
}
.mobile-user-page .common-section .common-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 8px 0;
  transition: all 0.2s;
}
.mobile-user-page .common-section .common-item:active {
  background: #f0f0f0;
  transform: scale(0.95);
}
.mobile-user-page .common-section .common-item .item-label {
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 18px;
  margin-top: 4px;
}
.mobile-user-page .help-section .help-list {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
}
.mobile-user-page .help-section .help-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  gap: 8px;
  text-decoration: none;
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.2s;
}
.mobile-user-page .help-section .help-item:last-child {
  border-bottom: none;
}
.mobile-user-page .help-section .help-item:active {
  background: #f9f9f9;
  margin: 0 -12px;
  padding: 0 12px;
  border-radius: 8px;
}
.mobile-user-page .help-section .help-item .help-item-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.mobile-user-page .help-section .help-item .help-item-left .help-icon {
  width: 24px;
  height: 24px;
  color: #333;
  flex-shrink: 0;
}
.mobile-user-page .help-section .help-item .help-item-left .help-label {
  font-size: 14px;
  color: #000;
  line-height: normal;
}
.mobile-user-page .help-section .help-item .help-item-right {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.mobile-user-page .help-section .help-item .help-item-right .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 3.429px;
  background: #f7521d;
  color: #fff;
  font-size: 13.714px;
  line-height: 13.714px;
  border-radius: 8px;
}
.mobile-user-page .gift-item {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  border: 2px solid #744F9C;
  border-radius: 4px;
  overflow: visible;
  aspect-ratio: 16/9;
}
.mobile-user-page .gift-item .tag {
  position: absolute;
  left: -2px;
  top: -2px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  color: #E7D7FF;
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
  z-index: 2;
  background-image: url("/assets/images/mobile/gift/tag-bg-4.svg");
  background-size: 100% calc(100% - 1px);
  background-origin: border-box;
  background-repeat: no-repeat;
}
.mobile-user-page .gift-item .tag .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #E7D7FF;
}
.mobile-user-page .gift-item .gift-game-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: flex-end;
  background: linear-gradient(182.1deg, rgba(0, 0, 0, 0) 1.76%, rgba(0, 0, 0, 0.5) 98.23%);
}
.mobile-user-page .gift-item .gift-game-info .gift-name {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}
.mobile-user-page .gift-item .gift-game-info .gift-name span,
.mobile-user-page .gift-item .gift-game-info .gift-name div {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.mobile-user-page .gift-item .gift-game-info .gift-name .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
}
.mobile-user-page .gift-item .gift-game-info .gift-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.mobile-user-page .gift-item .gift-game-info .gift-price .final-price {
  display: flex;
  align-items: baseline;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 22px;
}
.mobile-user-page .gift-item .gift-game-info .gift-price .final-price .symbol {
  font-size: 14px;
}
.mobile-user-page .gift-item .gift-game-info .gift-price .origin-price {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-decoration: line-through;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.mobile-user-page .gift-item .gift-game-info .gift-price .discount {
  background-color: #67C23A;
  padding: 0 8px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
}
.mobile-user-page .gift-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  aspect-ratio: 16/9;
}
.mobile-user-page .gift-item .tag {
  padding: 0 4px !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  height: 16px !important;
  gap: 2px !important;
  left: -1px !important;
  top: -2px !important;
  border-top-left-radius: 6px;
}
.mobile-user-page .gift-item-more {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  border: 2px solid #887149;
  border-radius: 4px;
  overflow: visible;
  aspect-ratio: 16/9;
}
.mobile-user-page .gift-item-more .tag {
  position: absolute;
  left: -2px;
  top: -2px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  color: #F6EFD4;
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
  z-index: 2;
  background-image: url("/assets/images/mobile/gift/tag-gold-4.svg");
  background-size: 100% calc(100% - 1px);
  background-origin: border-box;
  background-repeat: no-repeat;
}
.mobile-user-page .gift-item-more .tag .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #F6EFD4;
}
.mobile-user-page .gift-item-more .gift-game-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: flex-end;
  background: linear-gradient(182.1deg, rgba(0, 0, 0, 0) 1.76%, rgba(0, 0, 0, 0.5) 98.23%);
}
.mobile-user-page .gift-item-more .gift-game-info .gift-name {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}
.mobile-user-page .gift-item-more .gift-game-info .gift-name span,
.mobile-user-page .gift-item-more .gift-game-info .gift-name div {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.mobile-user-page .gift-item-more .gift-game-info .gift-name .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
}
.mobile-user-page .gift-item-more .gift-game-info .gift-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.mobile-user-page .gift-item-more .gift-game-info .gift-price .final-price {
  display: flex;
  align-items: baseline;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 22px;
}
.mobile-user-page .gift-item-more .gift-game-info .gift-price .final-price .symbol {
  font-size: 14px;
}
.mobile-user-page .gift-item-more .gift-game-info .gift-price .origin-price {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-decoration: line-through;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.mobile-user-page .gift-item-more .gift-game-info .gift-price .discount {
  background-color: #67C23A;
  padding: 0 8px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
}
.mobile-user-page .gift-item-more img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  aspect-ratio: 16/9;
}

.auto-reg-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}
.auto-reg-modal .auto-reg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.auto-reg-modal .auto-reg-content {
  position: relative;
  width: 320px;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  animation: autoRegFadeIn 0.3s ease;
}
.auto-reg-modal .auto-reg-card {
  width: 100%;
  height: 200px;
  background: #FCF5EF;
  border: 3px solid #E35C85;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.auto-reg-modal .auto-reg-card .auto-reg-card-tip {
  position: absolute;
  top: 7px;
  left: 75px;
  font-size: 17px;
  font-weight: 600;
  color: #E35C85;
  line-height: 1.5;
  text-align: center;
  padding: 0 10px;
}
.auto-reg-modal .auto-reg-card .auto-reg-girl {
  position: absolute;
  left: -14px;
  top: 46px;
  width: 164px;
  height: 164px;
  object-fit: cover;
}
.auto-reg-modal .auto-reg-card .auto-reg-account-info {
  position: absolute;
  top: 89px;
  right: 17px;
  background: #E35C85;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.auto-reg-modal .auto-reg-card .auto-reg-account-row {
  display: flex;
  align-items: center;
  color: #fff;
  white-space: nowrap;
}
.auto-reg-modal .auto-reg-card .auto-reg-account-row .auto-reg-label {
  font-size: 14px;
  font-weight: 400;
}
.auto-reg-modal .auto-reg-card .auto-reg-account-row .auto-reg-value {
  font-size: 16px;
  font-weight: 600;
}
.auto-reg-modal .auto-reg-domain {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.auto-reg-modal .auto-reg-domain .auto-reg-domain-label {
  color: #666;
}
.auto-reg-modal .auto-reg-domain .auto-reg-domain-value {
  color: #EA8101;
}
.auto-reg-modal .auto-reg-btn {
  width: 100%;
  height: 44px;
  border-radius: 8px;
  border: none;
  background: rgba(234, 129, 1, 0.5);
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.auto-reg-modal .auto-reg-btn:disabled {
  background: rgba(234, 129, 1, 0.5);
  cursor: not-allowed;
}
.auto-reg-modal .auto-reg-btn:not(:disabled) {
  background: #EA8101;
}
.auto-reg-modal .auto-reg-btn:not(:disabled):active {
  opacity: 0.9;
}

@keyframes autoRegFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/*# sourceMappingURL=user.css.map */
