.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 44px;
  background: #2c2c2e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  padding-top: env(safe-area-inset-top);
  z-index: 999;
  color: #ffffff;
}
.mobile-header.page {
  background: #fff;
  border-bottom: 1px solid #e5e5ea;
}
.mobile-header.page .header-center .page-title {
  color: #000;
}
.mobile-header.download {
  background: #fff;
  border-bottom: 1px solid #e5e5ea;
}
.mobile-header.download .header-center .tabs-wrapper .tab-item {
  color: #000;
}
.mobile-header.cart {
  background: #fff;
  border-bottom: 1px solid #e5e5ea;
}
.mobile-header.cart .header-center .page-title {
  color: #000;
}
.mobile-header.mine {
  background: #fff;
  border-bottom: 1px solid #e5e5ea;
}
.mobile-header.mine .header-center .page-title {
  color: #000;
}
.mobile-header.mine .header-right .setting-btn img {
  width: 24px;
  height: 24px;
}
.mobile-header .header-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.mobile-header .header-left .logo {
  height: 24px;
  display: block;
}
.mobile-header .header-left .icon-menu {
  display: block;
  width: 24px;
}
.mobile-header .header-left .icon-close {
  display: none;
  width: 24px;
}
.mobile-header .header-left .search-btn {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mobile-header .header-left .search-btn img {
  width: 24px;
}
.mobile-header .header-search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 44px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  padding-top: env(safe-area-inset-top);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s ease;
  gap: 12px;
}
.mobile-header .header-search-overlay.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mobile-header .header-search-overlay .header-left {
  flex: 0;
}
.mobile-header .header-search-overlay .back-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
}
.mobile-header .header-search-overlay .back-btn img {
  width: 24px;
  height: 24px;
}
.mobile-header .header-search-overlay .search-input-wrapper {
  flex: 1;
  padding: 0 12px;
  padding-left: 12px;
  background: #F2F2F2;
  border-radius: 4px;
}
.mobile-header .header-search-overlay .search-input-wrapper img {
  width: 20px;
  margin-right: 4px;
}
.mobile-header .header-search-overlay .search-input-wrapper .search-input {
  width: 100%;
  height: 32px;
  border: none;
  padding: 0 12px;
  padding-left: 0;
  color: #000;
  font-size: 14px;
}
.mobile-header .header-search-overlay .search-input-wrapper .search-input::placeholder {
  color: #8e8e93;
}
.mobile-header .header-search-overlay .search-input-wrapper .search-input:focus {
  outline: none;
}
.mobile-header .header-search-overlay .header-right {
  flex: 0;
}
.mobile-header .header-search-overlay .header-right .search-submit {
  background: transparent;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
}
.mobile-header .header-search-overlay .header-right .search-submit:active {
  opacity: 0.6;
}
.mobile-header .header-center {
  flex: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  min-width: 0;
  overflow: hidden;
}
.mobile-header .header-center .page-title {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.mobile-header .header-center.tabs-wrapper {
  display: flex;
  gap: 24px;
  flex: 1;
}
.mobile-header .header-center.tabs-wrapper .tab-item {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
  line-height: 22px;
  white-space: nowrap;
}
.mobile-header .header-center.tabs-wrapper .tab-item.active {
  color: #ff9500;
}
.mobile-header .header-center .search-input-wrapper {
  width: 100%;
}
.mobile-header .header-center .search-input-wrapper .search-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 10px;
  padding: 8px 12px;
  color: #ffffff;
  font-size: 15px;
}
.mobile-header .header-center .search-input-wrapper .search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mobile-header .header-center .search-input-wrapper .search-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.18);
}
.mobile-header .header-center .header-btn {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.mobile-header .header-center .header-btn:active {
  opacity: 0.6;
}
.mobile-header .header-center .header-btn svg {
  display: block;
}
.mobile-header .header-center .search-submit {
  color: #ff9500;
  font-size: 15px;
  padding: 4px 8px;
}
.mobile-header .header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  justify-content: flex-end;
}
.mobile-header .header-right .user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.mobile-header .header-right .user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-header .header-right .auth-buttons {
  display: flex;
  gap: 4px;
}
.mobile-header .header-right .auth-buttons a {
  padding: 5px 12px;
  line-height: 14px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}
.mobile-header .header-right .auth-buttons .btn-login {
  color: #ffffff;
  border: 1px solid #fff;
  background: transparent;
}
.mobile-header .header-right .auth-buttons .btn-register {
  background: #fff;
  color: #2A2B3B;
  border: 1px solid #fff;
}
.mobile-header .header-right .edit-btn img {
  width: 24px;
  height: 24px;
}
.mobile-header.sidebar-open .menu-btn .icon-menu {
  display: none;
}
.mobile-header.sidebar-open .menu-btn .icon-close {
  display: block;
}
.mobile-header .avatar-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}
.mobile-header .avatar-box .arrow-icon {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}
.mobile-header .avatar-box.open .arrow-icon {
  transform: rotate(180deg);
}

.user-pop-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 39;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.user-pop-overlay.open {
  opacity: 1;
  visibility: visible;
}

.mobile-user-pop {
  position: fixed;
  top: 44px;
  right: 12px;
  margin-top: 13px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 250;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  overflow: visible !important;
}
.mobile-user-pop.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mobile-user-pop .triangle {
  position: absolute;
  top: -6px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  z-index: 2;
}
.mobile-user-pop .mobile-user-pop-inner {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  width: 390px;
  max-width: calc(100vw - 24px);
  overflow: hidden;
  padding: 16px;
  padding-bottom: 0;
}
.mobile-user-pop .user-info-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.mobile-user-pop .user-info-row .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.mobile-user-pop .user-info-row .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-user-pop .user-info-row .info {
  flex: 1;
}
.mobile-user-pop .user-info-row .info .name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.mobile-user-pop .user-info-row .info .vip-row {
  display: flex;
  align-items: center;
}
.mobile-user-pop .user-info-row .info .vip-row .vip-level {
  background: rgb(207, 211, 220);
  color: rgb(76, 77, 79);
  padding: 4px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
.mobile-user-pop .user-info-row .info .vip-row .vip-level.diamond {
  background: linear-gradient(90deg, #234AAA 0%, #00003F 100%);
  color: #A6DFFB;
}
.mobile-user-pop .user-info-row .info .vip-row .vip-level.golden {
  background: linear-gradient(90deg, #AC8D26 0%, #261000 100%);
  color: #FFF0D9;
}
.mobile-user-pop .vip-card {
  margin: 8px 0;
  border-radius: 8px;
  padding: 12px;
  box-sizing: border-box;
}
.mobile-user-pop .vip-card.no-vip {
  background: rgb(255, 222, 189);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mobile-user-pop .vip-card.no-vip .vip-card-left {
  flex: 1;
  width: 100%;
}
.mobile-user-pop .vip-card.no-vip .vip-card-left .vip-title {
  font-size: 12px;
  color: #70471F;
  font-weight: 600;
  margin-bottom: 2px;
}
.mobile-user-pop .vip-card.no-vip .vip-card-left .vip-desc {
  font-size: 12px;
  color: rgb(112, 71, 31);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-user-pop .vip-card.no-vip .vip-card-left .vip-desc span {
  font-size: 12px;
  color: #202020;
}
.mobile-user-pop .vip-card.no-vip .vip-card-left .vip-desc .vip-open-btn {
  background: linear-gradient(90deg, #88591A 0%, #59340E 100%);
  color: #fff;
  border-radius: 20px;
  height: 28px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #FAF0E0;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.mobile-user-pop .vip-card.active-vip {
  background: rgb(255, 222, 189);
}
.mobile-user-pop .vip-card.active-vip .vip-info-text {
  font-size: 12px;
  color: rgb(112, 71, 31);
  line-height: 17px;
  margin-bottom: 4px;
}
.mobile-user-pop .vip-card.active-vip .vip-info-text .highlight {
  color: rgb(222, 70, 42);
  font-weight: 600;
}
.mobile-user-pop .vip-card.active-vip .vip-expire-text {
  font-size: 12px;
  color: rgb(112, 71, 31);
  line-height: 17px;
}
.mobile-user-pop .vip-card.active-vip .vip-expire-text span {
  font-weight: 600;
}
.mobile-user-pop .user-menu {
  margin: 8px 0;
}
.mobile-user-pop .user-menu .user-menu-item {
  display: flex;
  align-items: center;
  height: 48px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.mobile-user-pop .user-menu .user-menu-item .left {
  display: flex;
  align-items: center;
  flex: 1;
}
.mobile-user-pop .user-menu .user-menu-item .left img {
  width: 14px;
}
.mobile-user-pop .user-menu .user-menu-item .left span {
  font-size: 14px;
  color: rgb(0, 0, 0);
}
.mobile-user-pop .user-menu .user-menu-item .right {
  display: flex;
  align-items: center;
  gap: 4px;
}
.mobile-user-pop .user-menu .user-menu-item .right .amount {
  font-size: 14px;
  color: rgb(0, 0, 0);
  font-weight: 500;
}
.mobile-user-pop .user-menu .user-menu-item .right img {
  width: 14px;
  height: 14px;
}
.mobile-user-pop .user-menu .user-menu-item:active {
  background: rgba(0, 0, 0, 0.05);
}
.mobile-user-pop .enter-center {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgb(102, 102, 102);
  font-size: 12px;
  transition: color 0.3s ease;
  width: 100%;
}
.mobile-user-pop .enter-center img {
  width: 14px;
  margin-left: 4px;
}
.mobile-user-pop .enter-center:active {
  opacity: 0.7;
}

.sidebar-overlay {
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.sidebar-overlay.open {
  opacity: 1;
  visibility: visible;
}

.sidebar {
  position: fixed;
  top: 44px;
  left: -188px;
  bottom: 0;
  width: 188px;
  background: #ffffff;
  z-index: 240;
  transition: left 0.3s;
  display: flex;
  flex-direction: column;
}
.sidebar.open {
  left: 0;
}
.sidebar .sidebar-scroll {
  flex: 1;
  overflow-y: auto;
  padding: 16px 8px;
  padding-bottom: 0;
}
.sidebar .sidebar-footer {
  flex-shrink: 0;
  padding: 16px 8px;
  padding-bottom: calc(16px + env(safe-area-inset-bottom));
  background: #ffffff;
}
.sidebar .sidebar-copyright {
  font-size: 10px;
  line-height: 12px;
  color: #999999;
  text-align: left;
  margin: 0;
}
.sidebar .sidebar-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 8px;
  height: 32px;
  color: #1c1c1e;
  text-decoration: none;
  transition: background 0.2s;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  margin-bottom: 4px;
}
.sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-item.active {
  background: #292929;
  color: #EA8101;
}
.sidebar .sidebar-item.active img {
  width: 24px;
}
.sidebar .sidebar-item img {
  width: 24px;
}
.sidebar .sidebar-item-sub {
  color: #000;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
  padding: 0 8px;
  border-radius: 5px;
}
.sidebar .sidebar-item-sub.active {
  color: #EA8101;
  background: #292929;
}
.sidebar .sidebar-divider {
  height: 1px;
  background: #e5e5ea;
  margin: 20px 0;
}
.sidebar .sidebar-category {
  margin-bottom: 8px;
  margin-left: 8px;
  color: #999999;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
}

.mobile-user-pop {
  position: fixed;
  top: calc(24px + env(safe-area-inset-top));
  right: 8px;
  z-index: 250;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s ease-out;
}
.mobile-user-pop.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mobile-user-pop .triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-top: 8px solid transparent;
  margin-left: auto;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.mobile-user-pop .mobile-user-pop-inner {
  width: 240px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 16px 8px;
  padding-bottom: 0;
  color: #000;
}
.mobile-user-pop .user-info-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.mobile-user-pop .user-info-row .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.mobile-user-pop .user-info-row .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-user-pop .user-info-row .info {
  flex: 1;
}
.mobile-user-pop .user-info-row .info .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.mobile-user-pop .user-info-row .info .vip-row {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #1E1E1E;
}
.mobile-user-pop .user-info-row .info .vip-row .vip-icon {
  width: 16px;
  margin-right: 4px;
}
.mobile-user-pop .user-info-row .info .vip-row .vip-level {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #f2f2f7;
  color: #666666;
}
.mobile-user-pop .vip-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 6px 8px;
  background: #FFE5C7;
  border-radius: 8px;
  flex-direction: column;
}
.mobile-user-pop .vip-card .vip-card-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mobile-user-pop .vip-card .vip-card-left .vip-title {
  font-size: 13px;
  font-weight: 600;
  color: #4A2D16;
}
.mobile-user-pop .vip-card .vip-card-left .vip-desc {
  font-size: 12px;
  color: #202020;
}
.mobile-user-pop .vip-card .vip-open-btn {
  border: none;
  outline: none;
  padding: 6px 12px;
  border-radius: 999px;
  background: #9B5A1A;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}
.mobile-user-pop .user-menu .user-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  text-decoration: none;
  color: #1c1c1e;
}
.mobile-user-pop .user-menu .user-menu-item .left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-user-pop .user-menu .user-menu-item .left img {
  width: 16px;
  height: 16px;
}
.mobile-user-pop .user-menu .user-menu-item .left span {
  font-size: 14px;
}
.mobile-user-pop .user-menu .user-menu-item .right {
  display: flex;
  align-items: center;
  gap: 4px;
}
.mobile-user-pop .user-menu .user-menu-item .right .amount {
  font-size: 14px;
  font-weight: 600;
}
.mobile-user-pop .user-menu .user-menu-item .right img {
  width: 14px;
  height: 14px;
}
.mobile-user-pop .enter-center {
  border-top: 1px solid #f2f2f7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #1c1c1e;
}
.mobile-user-pop .enter-center span {
  font-size: 13px;
}
.mobile-user-pop .enter-center img {
  width: 14px;
  height: 14px;
}

.header-height-wrap {
  height: 44px;
}

.client-download-btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.client-download-btns .client-btn {
  background-color: #EA8101;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 100%;
  border-radius: 8px;
  gap: 10px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 100%;
}
.client-download-btns .client-btn img {
  height: 24px;
  width: 24px;
}
.client-download-btns .client-btn.ios {
  background-color: #E5E8EC;
  color: #B9BEC4;
}

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