.home-main.el-main {
  padding: 24px 0 0 0;
}

.home-page {
  width: 100%;
  --home-gap: 0.18rem;
  --home-gap-lg: 0.26rem;
  --home-radius: 0.06rem;
  --home-radius-sm: 0.08rem;
  --home-radius-md: 0.1rem;
  --home-radius-lg: 0.14rem;
  --home-border: 1px solid #E6E7EB;
  --home-bg: #F3F5F9;
  --home-card-bg: #ffffff;
  --home-text: #1E2736;
  --home-muted: #8692B0;
  --home-primary: #0058FF;
  --home-notice-item-height: 0.88rem;
  background: var(--home-bg);
}

.home-page .main-card {
  max-width: none;
  background: transparent;
  max-width: 17rem;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

.home-page .home-section--profile {
  margin-bottom: var(--home-gap);
}

.home-page .main-content {
  display: flex;
  gap: var(--home-gap);
  align-items: flex-start;
}

.home-page .left-box {
  flex: 1;
  min-width: 0;
}

.home-page .home-left {
  display: flex;
  flex-direction: column;
  gap: var(--home-gap);
  min-width: 0;
}

@media screen and (min-width: 901px) {
  .home-page .home-left {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: var(--home-gap);
    align-items: stretch;
  }

  .home-page .home-section--profile,
  .home-page .home-section--products {
    grid-column: 1 / -1;
  }

  .home-page .home-section--stats {
    grid-column: 1 / 2;
    height: 100%;
    min-height: 0;
  }

  .home-page .mid-tools {
    grid-column: 2 / 3;
    align-self: stretch;
    padding: 0.22rem;
  }

  .home-page .mid-card--tool {
    min-height: 0.48rem;
    padding: 0.08rem 0.1rem;
  }

  .home-page .mid-card--tool .mid-card-icon {
    width: 0.34rem;
    height: 0.34rem;
  }

  .home-page .mid-card--tool .mid-card-icon i {
    font-size: 0.16rem;
  }

  .home-page .mid-qr-code {
    width: 0.72rem;
    height: 0.72rem;
  }
}

.home-page .right-box {
  box-sizing: border-box;
  width: 5.2rem;
  flex: 0 0 5.2rem;
  padding: var(--home-gap-lg);
  background: var(--home-card-bg);
  border-radius: var(--home-radius-lg);
  border: 1px solid rgba(223, 229, 238, 0.9);
}

.home-page .home-right {
  display: flex;
  flex-direction: column;
  gap: var(--home-gap-lg);
}

.home-page .title-text {
  font-weight: 700;
  color: #171725;
  font-size: 0.16rem;
  margin: 0 0 0.14rem 0;
}

.home-page .home-section--profile .info-box,
.home-page .home-section--products .product-list-box {
  background: var(--home-card-bg);
  border-radius: var(--home-radius-md);
  border: 1px solid rgba(223, 229, 238, 0.85);
}

.home-page .home-section--profile .info-box {
  position: relative;
  border-color: rgba(223, 229, 238, 0.9);
  box-shadow: 0px 14px 34px rgba(21, 34, 50, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 1px minmax(0, 1fr) 1px minmax(0, 1.6fr);
  column-gap: 0.22rem;
  row-gap: 0.18rem;
  align-items: center;
  box-sizing: border-box;
  padding: 0.25rem 0.2rem;
  min-height: 0;
}

.home-page .home-section--profile .info-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 88, 255, 0.04) 0%, rgba(0, 0, 0, 0) 52%);
  pointer-events: none;
  border-radius: inherit;
}

.home-page .home-section--profile .info-box.info-box--cert {
  grid-template-columns: minmax(0, 1.35fr) 1px minmax(0, 1.25fr) 1px minmax(0, 1fr) 1px minmax(0, 1.8fr);
  column-gap: 0.2rem;
}

.home-page .info-money {
  min-width: 0;
}

.home-page .money-compact {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  grid-template-areas:
    "balance month"
    "actions total";
  gap: 0;
  align-content: start;
  min-width: 0;
  border-radius: var(--home-radius-md);
  background: rgba(243, 245, 249, 0.72);
  border: 1px solid rgba(223, 229, 238, 0.9);
  box-shadow: 0px 10px 24px rgba(21, 34, 50, 0.06);
  padding: 0;
}

.home-page .money-compact-card {
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0.12rem 0.14rem;
  min-width: 0;
}

.home-page .money-compact-balance {
  grid-area: balance;
}

.home-page .money-compact-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.12rem;
  min-width: 0;
}

.home-page .money-compact-title {
  color: #7C879E;
  font-size: 0.12rem;
  font-weight: 600;
  white-space: nowrap;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  column-gap: 0.06rem;
}

.home-page .money-compact-icon {
  font-size: 0.12rem;
  color: #9AA4B2;
}

.home-page .money-compact-value {
  color: #292E36;
  font-size: 0.13rem;
  font-weight: 900;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 0.08rem;
  text-align: right;
}

.home-page .money-compact-percent {
  font-size: 0.11rem;
  font-weight: 700;
  flex: 0 0 auto;
}

.home-page .money-compact-eye {
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 0.06rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #6B7280;
  background: transparent;
  border: none;
  user-select: none;
}

.home-page .money-compact-eye:hover {
  color: var(--home-primary);
  background: rgba(0, 88, 255, 0.08);
}

.home-page .money-compact-actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.12rem;
}

.home-page .money-compact-actions-left {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
}

.home-page .money-compact-actions .credit-btn {
  align-self: center;
  flex: 0 0 auto;
}

.home-page .money-compact-month {
  grid-area: month;
}

.home-page .money-compact-total {
  grid-area: total;
}

.home-page .money-compact-month,
.home-page .money-compact-total {
  border-left: 1px solid rgba(230, 231, 235, 0.9);
}

.home-page .money-compact-actions,
.home-page .money-compact-total {
  border-top: 1px solid rgba(230, 231, 235, 0.9);
}

.home-page .money-compact-coin {
  margin-top: var(--home-gap);
}

.home-page .home-section--profile .money-box {
  padding: 0;
}

.home-page .home-section--profile .money-top {
  grid-template-columns: 1fr;
}

.home-page .info-first {
  display: flex;
  cursor: default;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 0.06rem 0.08rem;
  border-radius: calc(var(--home-radius) + 0.02rem);
  transition: background-color 0.15s ease;
}

.home-page .avatar-box {
  position: relative;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: calc(var(--home-radius) + 0.04rem);
  overflow: hidden;
  flex: 0 0 auto;
  background: #E9EEF7;
  box-shadow: 0px 10px 22px rgba(21, 34, 50, 0.14);
  outline: 3px solid rgba(255, 255, 255, 0.9);
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.home-page .avatar-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.03) contrast(1.02);
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.home-page .name-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0.14rem;
  min-width: 0;
}

.home-page .hello {
  font-weight: 800;
  font-size: 0.18rem;
  color: var(--home-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-page .name {
  display: flex;
  align-items: center;
  gap: 0.06rem;
  margin-top: 0.05rem;
  font-size: 0.14rem;
  line-height: 1.2;
}

.home-page .id-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.06rem;
  min-width: 0;
}

.home-page .name .id-label {
  color: var(--home-muted);
  font-weight: 600;
}

.home-page .name .id-text {
  color: #0E3AAE;
  font-weight: 700;
  font-size: 0.14rem;
  padding: 0.02rem 0.06rem;
  border-radius: 0.06rem;
  background: rgba(0, 88, 255, 0.06);
  border: 1px solid rgba(0, 88, 255, 0.16);
  font-variant-numeric: tabular-nums;
}

.home-page .name .id-copy-btn {
  cursor: pointer;
  width: 0.14rem;
  height: 0.14rem;
  opacity: 0.82;
  flex: 0 0 auto;
}

.home-page .name .id-copy-btn:hover {
  opacity: 1;
}

.home-page .info-second {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.12rem;
  padding: 0.06rem 0.12rem 0.06rem 0.08rem;
}

.home-page .email-box,
.home-page .phone-box {
  color: var(--home-muted);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.12rem;
  font-size: 0.14rem;
}

.home-page .email-box > span:first-child,
.home-page .phone-box > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 0.06rem;
  flex: 0 0 auto;
  white-space: nowrap;
  color: var(--home-muted);
}

.home-page .email-box .phone-number,
.home-page .phone-box .phone-number {
  color: var(--home-text);
  min-width: 0;
  flex: 1;
  text-align: right;
  padding-left: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.06rem;
  overflow: hidden;
}

.home-page .email-box .phone-number .phone-number-text,
.home-page .phone-box .phone-number .phone-number-text {
  display: block;
  min-width: 0;
  flex: 1 1 0%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-page .email-box .phone-number.is-expanded,
.home-page .phone-box .phone-number.is-expanded {
  align-items: flex-start;
  overflow: visible;
}

.home-page .email-box .phone-number.is-expanded .phone-number-text,
.home-page .phone-box .phone-number.is-expanded .phone-number-text {
  white-space: normal;
  overflow: visible;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.home-page .email-box .phone-number .reveal-btn,
.home-page .phone-box .phone-number .reveal-btn {
  width: 0.18rem;
  height: 0.18rem;
  flex: 0 0 auto;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0.06rem;
  background: rgba(0, 88, 255, 0.08);
  color: var(--home-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.home-page .email-box .phone-number .reveal-btn svg,
.home-page .phone-box .phone-number .reveal-btn svg {
  width: 0.13rem;
  height: 0.13rem;
  display: block;
}

.home-page .info-second .bind-link {
  color: var(--home-primary);
  font-weight: 600;
  text-decoration: none;
}

.home-page .info-second .bind-link:hover {
  text-decoration: underline;
}

.home-page .info-second > div img {
  margin-right: 0;
  vertical-align: middle;
  width: 0.16rem;
  opacity: 0.72;
}

.home-page .info-box .divider-box {
  width: 1px;
  height: 70%;
  max-height: 100%;
  min-height: 0.9rem;
  align-self: center;
  margin: 0;
  background: linear-gradient(180deg, rgba(230, 231, 235, 0) 0%, rgba(230, 231, 235, 1) 20%, rgba(230, 231, 235, 1) 80%, rgba(230, 231, 235, 0) 100%) !important;
}

.home-page .info-three {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.12rem;
  padding: 0.18rem 0.22rem;
  border-radius: calc(var(--home-radius) + 0.02rem);
  background: rgba(243, 245, 249, 0.72);
  border: 1px solid rgba(230, 231, 235, 0.8);
}

.home-page .info-three .compny-box,
.home-page .info-three .person-box {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  column-gap: 0.1rem;
  font-size: 0.14rem;
}

.home-page .info-three .compny-box .left-icon,
.home-page .info-three .person-box .left-icon {
  display: flex;
  align-items: center;
  column-gap: 0.06rem;
  color: var(--home-muted);
  flex-shrink: 0;
  justify-self: start;
}

.home-page .info-three .compny-box .left-icon img,
.home-page .info-three .person-box .left-icon img {
  width: 0.18rem;
  height: 0.18rem;
  flex-shrink: 0;
  opacity: 0.9;
}

.home-page .info-three .compny-box .right-text,
.home-page .info-three .person-box .right-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  align-items: flex-end;
  text-align: right;
  justify-self: stretch;
}

.home-page .info-three .compny-box .right-text .right-title,
.home-page .info-three .person-box .right-text .right-title {
  width: 100%;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}

.home-page .info-three .compny-box .right-text .right-title .company-name,
.home-page .info-three .person-box .right-text .right-title .company-name {
  max-width: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-page .info-three .compny-box .right-text .certify-id,
.home-page .info-three .person-box .right-text .certify-id {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-width: 0;
  gap: 0.08rem;
}

.home-page .info-three .compny-box .right-text .certify-id .right-type,
.home-page .info-three .person-box .right-text .certify-id .right-type {
  justify-self: start;
  text-align: left;
}

.home-page .info-three .compny-box .right-text .certify-id .certify-bottom,
.home-page .info-three .person-box .right-text .certify-id .certify-bottom {
  justify-self: end;
  min-width: 0;
}

.home-page .info-three .compny-box .right-text .right-type,
.home-page .info-three .person-box .right-text .right-type {
  color: #949CB0;
}

.home-page .info-three .compny-box .right-text .company-name,
.home-page .info-three .person-box .right-text .company-name {
  color: var(--home-text);
}

.home-page .info-three .compny-box .right-text .certify-bottom,
.home-page .info-three .person-box .right-text .certify-bottom {
  display: flex;
  align-items: center;
  min-width: 0;
}

.home-page .info-three .compny-box .right-text .certify-bottom .cpoy-btn,
.home-page .info-three .person-box .right-text .certify-bottom .cpoy-btn {
  cursor: pointer;
  margin-left: 0.06rem;
  width: 0.14rem;
  height: 0.14rem;
}

.home-page .info-three .compny-box .right-text .bule-text,
.home-page .info-three .person-box .right-text .bule-text {
  cursor: pointer;
  color: #3699FF;
}

.home-page .info-three .compny-box .right-text .certify-text,
.home-page .info-three .person-box .right-text .certify-text {
  color: #292E36;
  display: inline-block;
  max-width: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 751px) {
  .home-page .info-three {
    padding: 0.16rem 0.18rem;
    max-width: 2.8rem;
    width: 100%;
    justify-self: start;
  }

  .home-page .info-three .compny-box,
  .home-page .info-three .person-box {
    align-items: center;
    column-gap: 0.12rem;
  }

  .home-page .info-three .compny-box .right-text,
  .home-page .info-three .person-box .right-text {
    width: 100%;
    align-items: flex-end;
    text-align: right;
    justify-self: stretch;
  }

  .home-page .info-three .compny-box .right-text .right-title,
  .home-page .info-three .person-box .right-text .right-title {
    justify-content: flex-end;
  }

  .home-page .info-three .compny-box .right-text .right-title .company-name,
  .home-page .info-three .person-box .right-text .right-title .company-name {
    max-width: 1.8rem;
  }

  .home-page .info-three .compny-box .right-text .certify-id,
  .home-page .info-three .person-box .right-text .certify-id {
    align-items: center;
    justify-content: initial;
    gap: 0.08rem;
  }

  .home-page .info-three .compny-box .right-text .certify-id .right-type,
  .home-page .info-three .person-box .right-text .certify-id .right-type {
    justify-self: start;
    text-align: left;
  }

  .home-page .info-three .compny-box .right-text .certify-id .certify-bottom,
  .home-page .info-three .person-box .right-text .certify-id .certify-bottom {
    justify-self: end;
  }

  .home-page .info-three .compny-box .right-text .certify-text,
  .home-page .info-three .person-box .right-text .certify-text {
    max-width: 1.8rem;
  }
}

.home-page .home-section--stats {
  display: flex;
  flex-direction: column;
  gap: var(--home-gap);
  min-height: 0;
}

.home-page .statistics-box {
  margin: 0;
  padding: var(--home-gap-lg);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(0, 88, 255, 0.035) 0%,
    rgba(255, 255, 255, 0.98) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  border-radius: var(--home-radius-lg);
  border: 1px solid rgba(223, 229, 238, 0.9);
  box-shadow: 0px 14px 34px rgba(21, 34, 50, 0.06);
}

.home-page .statistics-box .order-title {
  font-size: 0.12rem;
}

.home-page .home-section--stats .statistics-box {
  flex: 1;
}

.home-page .statistics-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    520px 220px at 18% 0%,
    rgba(0, 88, 255, 0.12) 0%,
    rgba(0, 88, 255, 0) 60%
  );
  opacity: 0.7;
  pointer-events: none;
}

.home-page .home-card-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.12rem;
  margin-bottom: 0.12rem;
}

.home-page .home-card-head-left {
  min-width: 0;
}

.home-page .home-card-title {
  font-size: 0.13rem;
  font-weight: 900;
  color: #171725;
  line-height: 1.2;
}

.home-page .home-card-desc {
  margin-top: 0.05rem;
  font-size: 0.12rem;
  color: var(--home-muted);
  line-height: 1.25;
}

.home-page .statistics-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3.2rem;
  gap: var(--home-gap);
  align-items: stretch;
}

.home-page .home-section--stats .statistics-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.home-page .finance-box {
  background: var(--home-card-bg);
  border-radius: var(--home-radius-md);
  border: 1px solid rgba(223, 229, 238, 0.9);
  box-shadow: 0px 14px 34px rgba(21, 34, 50, 0.06);
  min-width: 0;
  overflow: hidden;
}

.home-page .money-box {
  background: transparent;
  border-radius: 0;
  border: none;
  min-width: 0;
  padding: 0.24rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--home-gap);
}

.home-page .money-top {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(2.05rem, 1fr));
  gap: var(--home-gap);
}

.home-page .money-top > .money-credit:only-child {
  grid-column: 1 / -1;
}

.home-page .money-credit {
  border-radius: var(--home-radius-md);
  background: rgba(243, 245, 249, 0.72);
  border: 1px solid rgba(223, 229, 238, 0.9);
  box-shadow: 0px 10px 24px rgba(21, 34, 50, 0.06);
  padding: 0.16rem 0.16rem 0.14rem 0.16rem;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "title btn"
    "voucher voucher"
    "money money";
  align-items: start;
  row-gap: 0.1rem;
}

.home-page .credit-btn {
  grid-area: btn;
  align-self: start;
  cursor: pointer;
  padding: 0 0.1rem;
  line-height: 0.24rem;
  color: #ffffff;
  font-size: 0.12rem;
  border-radius: 0.04rem;
  background: var(--home-primary);
  margin: 0;
}

.home-page .credit-btn i {
  margin-right: 0.06rem;
}

.home-page .credit-title {
  grid-area: title;
  color: #949CB0;
  font-size: 0.12rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 0.1rem;
  row-gap: 0.08rem;
  min-width: 0;
}

.home-page .credit-title.coin-title .credit-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-page .create-notice {
  display: flex;
  align-items: center;
  column-gap: 0.06rem;
  flex-shrink: 0;
}

.home-page .notice-status {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #E4E7EF;
}

.home-page .notice-status.active {
  background: #50CD89;
}

.home-page .notice-btn {
  cursor: pointer;
  color: var(--home-primary);
  font-size: 0.12rem;
}

.home-page .notice-btn .money-compact-icon.fa-bell {
  display: inline-block;
  transform-origin: 50% 0%;
  animation: home-bell-swing 2.4s ease-in-out infinite;
  will-change: transform;
}

@keyframes home-bell-swing {
  0% {
    transform: rotate(0deg);
  }
  4% {
    transform: rotate(-10deg);
  }
  8% {
    transform: rotate(12deg);
  }
  12% {
    transform: rotate(-8deg);
  }
  16% {
    transform: rotate(8deg);
  }
  20% {
    transform: rotate(-4deg);
  }
  24% {
    transform: rotate(4deg);
  }
  28% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .notice-btn .money-compact-icon.fa-bell {
    animation: none;
  }
}

.home-page .voucher-box {
  grid-area: voucher;
  padding: 0;
  color: #949CB0;
  font-size: 0.12rem;
  margin-top: 0;
}

.home-page .voucher-box .bule-text {
  color: var(--home-primary);
  margin-left: 0.06rem;
  cursor: pointer;
  text-decoration: none;
}

.home-page .credit-money {
  grid-area: money;
  margin-top: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.08rem 0.1rem;
}

.home-page .credit-num {
  color: #292E36;
  font-size: 0.2rem;
  font-weight: 700;
  flex-shrink: 0;
}

.home-page .recharge-text {
  cursor: pointer;
  color: var(--home-primary);
  font-size: 0.12rem;
  font-weight: 500;
  margin-left: 0.1rem;
}

.home-page .credit-detail {
  cursor: pointer;
  color: var(--home-primary);
  font-size: 0.12rem;
  text-decoration: none;
  flex-shrink: 0;
}

.home-page .credit-tag {
  color: #444B59;
  font-size: 0.12rem;
  box-sizing: border-box;
  padding: 0.02rem 0.06rem;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  margin-left: 0.08rem;
}

.home-page .money-order {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--home-gap);
  padding: 0;
  margin-top: var(--home-gap);
}

.home-page .money-order-divider {
  display: none;
}

.home-page .money-order-title {
  font-size: 0.12rem;
  color: #949CB0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.home-page .money-order-value {
  margin-top: 0.08rem;
  display: block;
  color: #292E36;
  font-size: 0.18rem;
  font-weight: 700;
}

.home-page .order-box {
  margin: 0;
  display: grid;
  grid-auto-rows: minmax(0.6rem, auto);
  gap: var(--home-gap);
  align-content: start;
}

.home-page .order-box--main {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(0.6rem, auto);
}

.home-page .order-box--links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: auto;
  padding-top: var(--home-gap);
  grid-auto-rows: minmax(0.58rem, auto);
}

@media screen and (max-width: 900px) and (min-width: 481px) {
  .home-page .order-box--main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.home-page .order-item--link {
  min-height: 0.58rem;
}

.home-page .order-item--link .order-nums {
  font-size: 0.16rem;
}

.home-page .order-item--link .order-type-img {
  border-style: solid;
}

.home-page .statistics-content > .order-box {
  height: auto;
}

.home-page .order-box > div {
  width: auto;
  height: auto;
}

.home-page .order-item {
  display: grid;
  grid-template-columns: 0.42rem 1fr auto;
  grid-template-areas: "icon title num";
  align-items: center;
  border-radius: var(--home-radius-md);
  cursor: pointer;
  padding: 0.1rem 0.1rem 0.1rem 0.1rem;
  column-gap: 0.12rem;
  min-height: 0.6rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(223, 229, 238, 0.9);
  box-shadow: 0px 8px 18px rgba(21, 34, 50, 0.06);
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  transition: box-shadow 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.home-page .order-item::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--accent-bg, rgba(0, 88, 255, 0.09)) 0%, rgba(255, 255, 255, 0) 62%);
  opacity: 0.9;
}

.home-page .order-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  bottom: 0.1rem;
  width: 0.04rem;
  border-radius: 99px;
  background: var(--accent, var(--home-primary));
  opacity: 0.9;
}

.home-page .order-box-1 {
  --accent: #16A34A;
  --accent-bg: rgba(34, 197, 94, 0.14);
  --accent-border: rgba(34, 197, 94, 0.22);
}

.home-page .order-box-2 {
  --accent: #2563EB;
  --accent-bg: rgba(37, 99, 235, 0.14);
  --accent-border: rgba(37, 99, 235, 0.22);
}

.home-page .order-box-3 {
  --accent: #EF4444;
  --accent-bg: rgba(239, 68, 68, 0.14);
  --accent-border: rgba(239, 68, 68, 0.22);
}

.home-page .order-box-4 {
  --accent: #F59E0B;
  --accent-bg: rgba(245, 158, 11, 0.14);
  --accent-border: rgba(245, 158, 11, 0.22);
}

.home-page .order-box-5 {
  --accent: #0EA5E9;
  --accent-bg: rgba(14, 165, 233, 0.14);
  --accent-border: rgba(14, 165, 233, 0.22);
}

.home-page .order-box-6 {
  --accent: #8B5CF6;
  --accent-bg: rgba(139, 92, 246, 0.14);
  --accent-border: rgba(139, 92, 246, 0.22);
}

.home-page .order-box-7 {
  --accent: #F97316;
  --accent-bg: rgba(249, 115, 22, 0.14);
  --accent-border: rgba(249, 115, 22, 0.22);
}

.home-page .order-box-8 {
  --accent: #DC2626;
  --accent-bg: rgba(220, 38, 38, 0.14);
  --accent-border: rgba(220, 38, 38, 0.22);
}

.home-page .order-item:hover {
  border-color: var(--accent-border, rgba(230, 231, 235, 0.9));
  box-shadow: 0px 14px 34px rgba(21, 34, 50, 0.1);
}

.home-page .order-item:active {
  box-shadow: 0px 10px 24px rgba(21, 34, 50, 0.09);
}

.home-page .order-title {
  grid-area: title;
  color: #5B6475;
  font-size: 0.18rem;
  font-weight: 700;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-page .order-nums {
  grid-area: num;
  margin: 0;
  font-size: 0.18rem;
  font-weight: 900;
  color: var(--accent, var(--home-primary));
}

.home-page .order-nums i {
  font-size: 0.18rem;
  line-height: 1;
}

.home-page .order-type-img {
  grid-area: icon;
  margin-top: 0;
  width: 0.38rem;
  height: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(var(--home-radius) + 0.12rem);
  background: var(--accent-bg, rgba(0, 88, 255, 0.08));
  border: 1px solid var(--accent-border, rgba(21, 34, 50, 0.08));
}

.home-page .order-type-img i {
  font-size: 0.18rem;
  color: var(--accent, var(--home-primary));
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  transition: transform 0.6s ease;
}

.home-page .order-item:hover .order-type-img i {
  transform: rotate(360deg);
}

@media (prefers-reduced-motion: reduce) {
  .home-page .order-type-img i {
    transition: none;
  }

  .home-page .order-item:hover .order-type-img i {
    transform: none;
  }
}

.home-page .statistics-bottom {
  min-width: 0;
  padding: 0;
  border: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  gap: var(--home-gap);
  align-content: start;
}

.home-page .statistics-item {
  background: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
  min-width: 0;
}

.home-page .statistics-bottom .statistics-item {
  background: rgba(243, 245, 249, 0.65);
  border: 1px solid rgba(230, 231, 235, 0.85);
  border-radius: var(--home-radius);
  padding: 0.14rem 0.16rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-page .mid-tools {
  min-width: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: var(--home-gap-lg);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 88, 255, 0.03) 0%, rgba(255, 255, 255, 0.98) 54%, rgba(255, 255, 255, 1) 100%);
  border-radius: var(--home-radius);
  border: 1px solid rgba(230, 231, 235, 0.75);
  box-shadow: 0px 14px 34px rgba(21, 34, 50, 0.06);
}

.home-page .mid-tools-content {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(0.6rem, auto) minmax(0, 1fr);
  gap: var(--home-gap);
}

.home-page .mid-card--tool {
  grid-row: 1;
  min-height: 0.6rem;
}

.home-page .mid-card--qr {
  grid-column: 1 / -1;
  grid-row: 2;
  min-height: 0;
  height: auto;
  align-self: stretch;
}

@media screen and (max-width: 900px) {
  .home-page .mid-tools-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(0.6rem, auto) minmax(0, 1fr);
    gap: var(--home-gap);
  }
}

.home-page .mid-tools::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    520px 220px at 80% 0%,
    rgba(14, 165, 233, 0.12) 0%,
    rgba(14, 165, 233, 0) 60%
  );
  opacity: 0.55;
  pointer-events: none;
}

.home-page .mid-tools .home-card-head {
  margin-bottom: 0.02rem;
}

.home-page .mid-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--home-radius-md);
  border: 1px solid rgba(223, 229, 238, 0.85);
  box-shadow: 0px 10px 24px rgba(21, 34, 50, 0.06);
  min-width: 0;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.home-page .mid-card--tool {
  --tool-accent: #2563EB;
  --tool-bg: rgba(37, 99, 235, 0.1);
  --tool-border: rgba(37, 99, 235, 0.18);
  --tool-arrow-bg: rgba(37, 99, 235, 0.06);
  --tool-arrow-border: rgba(37, 99, 235, 0.14);
  display: grid;
  grid-template-columns: 0.38rem minmax(0, 1fr);
  align-items: center;
  column-gap: 0.1rem;
  padding: 0.1rem 0.1rem;
  cursor: pointer;
  user-select: none;
  background: transparent;
  border: 1px solid rgba(223, 229, 238, 0.75);
  box-shadow: none;
}

.home-page .mid-card--ssh {
  --tool-accent: #2563EB;
  --tool-bg: rgba(37, 99, 235, 0.1);
  --tool-border: rgba(37, 99, 235, 0.18);
  --tool-arrow-bg: rgba(37, 99, 235, 0.06);
  --tool-arrow-border: rgba(37, 99, 235, 0.14);
}

.home-page .mid-card--cdn {
  --tool-accent: #0EA5E9;
  --tool-bg: rgba(14, 165, 233, 0.1);
  --tool-border: rgba(14, 165, 233, 0.18);
  --tool-arrow-bg: rgba(14, 165, 233, 0.06);
  --tool-arrow-border: rgba(14, 165, 233, 0.14);
}

.home-page .mid-card--tool:hover {
  background: linear-gradient(90deg, var(--tool-bg, rgba(37, 99, 235, 0.08)) 0%, rgba(255, 255, 255, 0) 70%);
  border-color: var(--tool-border, rgba(0, 88, 255, 0.18));
}

.home-page .mid-card-icon {
  width: 0.38rem;
  height: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.14rem;
  background: rgba(255, 255, 255, 0.55);
  border: none;
  color: var(--tool-accent, #2563EB);
}

.home-page .mid-card-icon i {
  font-size: 0.18rem;
  line-height: 1;
}

.home-page .mid-card-main {
  min-width: 0;
}

.home-page .mid-card-title {
  color: #292E36;
  font-size: 0.125rem;
  font-weight: 800;
  line-height: 1.2;
}

.home-page .mid-card-desc {
  margin-top: 0.02rem;
  color: #8692B0;
  font-size: 0.11rem;
  line-height: 1.25;
}

.home-page .mid-card-arrow {
  width: 0.32rem;
  height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.12rem;
  background: var(--tool-arrow-bg, rgba(21, 34, 50, 0.04));
  border: 1px solid var(--tool-arrow-border, rgba(21, 34, 50, 0.06));
  color: var(--tool-accent, #5B6475);
}

.home-page .mid-card-arrow i {
  font-size: 0.14rem;
  line-height: 1;
}

.home-page .mid-card--qr {
  flex: 1;
  min-height: 0;
  padding: 0.1rem;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  row-gap: 0.1rem;
  overflow: hidden;
}

.home-page .mid-qr-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.12rem;
  min-width: 0;
}

.home-page .mid-qr-title-icons {
  display: inline-flex;
  align-items: center;
  column-gap: 0.08rem;
  color: #8692B0;
  flex: 0 0 auto;
}

.home-page .mid-qr-btn {
  width: 0.34rem;
  height: 0.34rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.12rem;
  border: 1px solid rgba(21, 34, 50, 0.08);
  background: rgba(255, 255, 255, 0.55);
  color: inherit;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.home-page .mid-qr-btn:hover {
  background: rgba(0, 88, 255, 0.06);
  border-color: rgba(0, 88, 255, 0.18);
  color: var(--home-primary);
}

.home-page .mid-qr-btn:active {
  transform: scale(0.98);
}

.home-page .mid-qr-btn.is-active {
  background: rgba(0, 88, 255, 0.1);
  border-color: rgba(0, 88, 255, 0.22);
  color: var(--home-primary);
}

.home-page .mid-qr-btn:focus-visible {
  outline: 2px solid rgba(0, 88, 255, 0.35);
  outline-offset: 2px;
}

.home-page .mid-qr-title-icons i {
  font-size: 0.16rem;
  line-height: 1;
}

.home-page .mid-card--qr .mid-card-desc {
  margin-top: 0.02rem;
  font-size: 0.105rem;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-page .mid-qr-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.1rem;
  align-items: center;
  align-self: center;
  min-height: 0;
}

.home-page .mid-qr-body--single {
  justify-content: center;
}

.home-page .mid-qr-body--single .mid-qr-item {
  width: auto;
}

.home-page .mid-qr-item {
  min-width: 0;
  width: calc(50% - 0.05rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.06rem;
}

.home-page .mid-qr-item--wx {
  align-items: flex-start;
}

.home-page .mid-qr-item--qq {
  align-items: flex-end;
}

.home-page .mid-qr-code {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 88, 255, 0.06);
  border: 1px dashed rgba(0, 88, 255, 0.24);
  color: #2563EB;
}

.home-page .mid-qr-code i {
  font-size: 0.3rem;
  line-height: 1;
}

.home-page .mid-qr-code img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

.home-page .mid-qr-note {
  color: #5B6475;
  font-size: 0.11rem;
  line-height: 1.35;
  white-space: nowrap;
}

.home-page .statistics-item-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #949CB0;
  font-size: 0.12rem;
  column-gap: 0.16rem;
  row-gap: 0.06rem;
}

.home-page .statistics-item-value {
  margin-top: 0.1rem;
  color: var(--home-text);
  font-weight: 800;
  font-size: 0.16rem;
}

.home-page .statistics-item-divider {
  display: none;
}

.home-page .green-text {
  color: #50CD89;
}

.home-page .red-text {
  color: #F0142F;
}

.home-page .home-section--products .product-list-box {
  margin: 0;
  padding: 0.32rem 0.32rem 0.28rem 0.32rem;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  overflow: hidden;
  box-shadow: 0px 12px 28px rgba(21, 34, 50, 0.06);
  border-radius: var(--home-radius-lg);
  border: 1px solid rgba(223, 229, 238, 0.9);
}

.home-page .home-section--products .product-list-box .title-text {
  margin: 0;
  font-size: 0.17rem;
}

.home-page .product-list-box .el-table {
  background: #fff;
  border-radius: var(--home-radius-md);
  overflow: hidden;
  border: 1px solid rgba(223, 229, 238, 0.85);
  box-shadow: 0px 8px 18px rgba(21, 34, 50, 0.04);
}

.home-page .product-list-box .el-table th {
  background: rgba(243, 245, 249, 0.92);
}

.home-page .product-list-box .el-table th .cell {
  padding: 0.14rem 0.18rem;
  font-size: 0.14rem;
  font-weight: 700;
  color: #5B6475;
  white-space: nowrap;
}

.home-page .product-list-box .el-table td .cell {
  padding: 0.16rem 0.18rem;
  font-size: 0.14rem;
  color: #1E2736;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-page .product-list-box .el-table__body tr:hover > td {
  background: rgba(0, 88, 255, 0.05);
}

.home-page .product-name {
  color: var(--home-primary);
  cursor: pointer;
  text-decoration: none;
}

.home-page .red-time {
  color: #F0142F;
}

.home-page .recommend-box {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0.2rem 0;
}

.home-page .recommend-box img {
  width: 100%;
  max-width: 3.2rem;
  height: auto;
}

.home-page .recommend-box h2 {
  margin: 0.18rem 0 0 0;
  text-align: center;
  color: var(--home-text);
  font-size: 0.2rem;
}

.home-page .recommend-box p {
  margin: 0.12rem 0 0 0;
  text-align: center;
  color: var(--home-muted);
  font-size: 0.14rem;
}

.home-page .no-recommend {
  margin: 0.18rem auto 0 auto;
  color: #FFF;
  font-size: 0.14rem;
  background: #3699FF;
  height: 0.32rem;
  line-height: 0.32rem;
  width: 1.52rem;
  border-radius: var(--home-radius);
  cursor: pointer;
}

.home-page .recommend-text {
  margin: 0.18rem auto 0 auto;
  color: var(--home-muted);
  font-size: 0.14rem;
  background: #EEF4FF;
  height: 0.32rem;
  line-height: 0.32rem;
  border-radius: var(--home-radius);
  padding: 0 0.16rem;
  display: inline-block;
}

.home-page .WorkOrder-box {
  margin: 0;
}

.home-page .WorkOrder-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-page .more {
  cursor: pointer;
  display: block;
  padding: 0 0.08rem;
  background: #EEF4FF;
  height: 0.26rem;
  line-height: 0.26rem;
  text-align: center;
  border-radius: var(--home-radius);
  color: var(--home-muted);
}

.home-page .WorkOrder-content {
  padding: 0.2rem 0.2rem 0 0.2rem;
  border-radius: var(--home-radius);
  border: var(--home-border);
}

.home-page .WorkOrder-item {
  display: flex;
  margin-bottom: 0.18rem;
  border-radius: var(--home-radius);
  padding: 0.12rem 0.12rem;
}

.home-page .WorkOrder-item:hover {
  cursor: pointer;
  background-color: #f5f7fa;
  transition: background-color 0.15s ease;
}

.home-page .replay-div {
  margin-right: 0.1rem;
  font-weight: 600;
  font-size: 0.12rem;
  padding: 0 0.1rem;
  height: 0.26rem;
  line-height: 0.26rem;
  text-align: center;
  background: rgba(54, 155, 255, 0.205);
  color: #FFF;
  border-radius: var(--home-radius);
  flex-shrink: 0;
}

.home-page .replay-box {
  width: 80%;
}

.home-page .replay-title {
  font-size: 0.14rem;
  color: var(--home-text);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.home-page .replay-name {
  font-size: 0.13rem;
  font-weight: 500;
  color: var(--home-muted);
}

.home-page .notice-box {
  margin: 0;
}

.home-page .notice-box .WorkOrder-content {
  max-height: calc(1.46rem + (2 * var(--home-notice-item-height)) + (2 * 0.12rem));
  overflow-y: auto;
}

.home-page .notice-item {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0.12rem 0.12rem 0.12rem 0.14rem;
  border-radius: var(--home-radius-sm);
  margin-bottom: 0.12rem;
  height: var(--home-notice-item-height);
  box-sizing: border-box;
  border: 1px solid rgba(229, 234, 241, 0.85);
  background: #fff;
}

.home-page .notice-item:hover {
  background-color: #f5f7fa;
  transition: background-color 0.15s ease;
}

.home-page .notice-item:nth-of-type(3n + 1) {
  border-left: 0.02rem solid #3DD598;
}

.home-page .notice-item:nth-of-type(3n + 2) {
  border-left: 0.02rem solid #3699FF;
}

.home-page .notice-item:nth-of-type(3n) {
  border-left: 0.02rem solid #F99600;
}

.home-page .notice-time {
  font-size: 0.18rem;
  color: var(--home-text);
  margin: 0;
}

.home-page .notice-title {
  font-weight: 500;
  font-size: 0.14rem;
  color: var(--home-text);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0.04rem 0 0 0;
}

.home-page .notice-type {
  font-size: 0.13rem;
  font-weight: 500;
  color: var(--home-muted);
  margin: 0.04rem 0 0 0;
}

.home-page .notice-item-right {
  color: var(--home-muted);
  width: 0.24rem;
  height: 0.24rem;
  text-align: center;
  line-height: 0.24rem;
  background: #EEF4FF;
  border-radius: var(--home-radius);
  flex-shrink: 0;
}

.home-page .no-product {
  width: 100%;
  text-align: center;
  margin-top: 0.6rem;
  padding-bottom: 0.8rem;
}

.home-page .no-product h2 {
  font-weight: 500;
  color: #171725;
  font-size: 0.24rem;
}

.home-page .no-product p {
  margin: 0.1rem 0 0.2rem 0;
  color: var(--home-muted);
  font-size: 0.14rem;
}

.home-page .no-product .el-button {
  margin: 0 auto;
  width: 1.1rem;
  height: 0.34rem;
  background: var(--home-primary);
  border-radius: var(--home-radius);
  font-size: 0.14rem;
  border: none;
  color: rgba(255, 255, 255, 0.95);
}

.home-page .recommend-box-open .recommend-top {
  display: flex;
  justify-content: space-between;
  gap: 0.16rem;
}

.home-page .recommend-box-open .recommend-top .left {
  padding-top: 0.1rem;
  display: flex;
  flex-direction: column;
}

.home-page .recommend-box-open .recommend-top .left .row1 {
  display: flex;
  align-items: center;
  gap: 0.12rem;
}

.home-page .recommend-box-open .recommend-top .left .row1 .title-text {
  font-size: 0.18rem;
  font-weight: 800;
  color: #171725;
  margin: 0;
}

.home-page .recommend-box-open .recommend-top .left .row1 .reword {
  background: linear-gradient(180deg, #F74C4B 0%, #EF7575 100%);
  border-radius: 0.04rem;
  color: #FFF;
  position: relative;
  padding: 0.02rem 0.08rem 0.02rem 0.24rem;
  font-size: 0.12rem;
  cursor: pointer;
  line-height: 1.4;
}

.home-page .recommend-box-open .recommend-top .left .row1 .reword img {
  width: 0.34rem;
  height: 0.33rem;
  position: absolute;
  left: -0.16rem;
  top: -0.04rem;
}

.home-page .recommend-box-open .recommend-top .left .row2 {
  font-size: 0.14rem;
  font-weight: 800;
  color: #171725;
  margin-top: 0.2rem;
  margin-bottom: 0.08rem;
}

.home-page .recommend-box-open .recommend-top .left .row3,
.home-page .recommend-box-open .recommend-top .left .row4 {
  font-size: 0.12rem;
  color: var(--home-muted);
}

.home-page .recommend-box-open .recommend-top .right {
  width: 1.3rem;
  height: 1.3rem;
  flex-shrink: 0;
}

.home-page .recommend-box-open .url {
  width: 100%;
  height: 0.46rem;
  border: var(--home-border);
  border-radius: var(--home-radius);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.2rem;
  overflow: hidden;
}

.home-page .recommend-box-open .url .url-text {
  width: 100%;
  font-size: 0.14rem;
  color: var(--home-muted);
  margin-left: 0.16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-page .recommend-box-open .url .copy-btn {
  width: 1.12rem;
  height: 100%;
  background: #E1F0FF;
  border-left: var(--home-border);
  font-size: 0.14rem;
  color: var(--home-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.home-page .recommend-box-open .top-statistic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--home-gap);
  margin-top: 0.2rem;
}

.home-page .recommend-box-open .top-statistic .top-item {
  background: var(--home-card-bg);
  box-shadow: 0px 1px 6px rgba(21, 34, 50, 0.06);
  border-radius: var(--home-radius-md);
  border: 1px solid rgba(223, 229, 238, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.2rem 0.22rem;
  min-height: 1.42rem;
}

.home-page .recommend-box-open .top-statistic .top-item .top-money {
  font-size: 0.22rem;
  font-weight: 800;
  color: var(--home-text);
  display: flex;
  align-items: center;
}

.home-page .recommend-box-open .top-statistic .top-item .top-text {
  font-size: 0.14rem;
  color: var(--home-muted);
  margin-top: 0.1rem;
}

.home-page .open-dialog {
  font-size: 16px;
}

.home-page .open-dialog .dialog-footer {
  font-size: 0.16rem;
}

.home-page .open-dialog .dialog-footer .btn-ok {
  width: 1.12rem;
  height: 0.46rem;
  background: var(--home-primary);
  border-radius: 3px;
  color: #FFF;
}

.home-page .open-dialog .dialog-footer .btn-no {
  width: 1.12rem;
  height: 0.46rem;
  background: #E7E7E7;
  border-radius: 3px;
  color: #1E2736;
}

.home-page .wx-code {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  position: fixed;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.home-page .wx-code:hover .wx-img {
  width: 40px;
  height: 40px;
  background: url('../img/wx_hover.svg') no-repeat;
  background-size: 100%;
}

.home-page .wx-code .wx-img {
  width: 60px;
  height: 60px;
  background: url('../img/wx.svg') no-repeat;
  background-size: 100%;
}

.home-page .wx-box {
  text-align: center;
}

.home-page .wx-box .img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.home-page .wx-box .img img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .home-page .main-content {
    gap: var(--home-gap);
  }

  .home-page .right-box {
    width: 4.6rem;
    flex-basis: 4.6rem;
  }

  .home-page .statistics-content {
    grid-template-columns: minmax(0, 1fr) 3rem;
  }
}

@media screen and (max-width: 900px) {
  .home-page .statistics-content {
    grid-template-columns: 1fr;
  }

  .home-page .money-compact {
    grid-template-columns: 1fr;
    grid-template-areas:
      "balance"
      "actions"
      "month"
      "total";
  }

  .home-page .statistics-content > .order-box {
    height: auto;
  }

  .home-page .order-box {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    align-content: start;
  }

  .home-page .order-box > div {
    height: auto;
  }

  .home-page .order-item {
    grid-template-columns: 1fr;
    grid-template-areas:
      "icon"
      "title"
      "num";
    justify-items: center;
    padding: 0.18rem 0.16rem;
    row-gap: 0.1rem;
    border-left-width: 1px;
  }

  .home-page .order-title {
    text-align: center;
  }

  .home-page .order-nums {
    font-size: 0.32rem;
  }

  .home-page .home-section--profile .info-box {
    grid-template-columns: 1fr;
  }

  .home-page .info-box .divider-box {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .home-page {
    --home-notice-item-height: 1.1rem;
  }

  .home-page .home-section--profile {
    margin-bottom: 0.12rem;
  }

  .home-page .main-card {
    max-width: 130%;
    padding: 0;
  }

  .home-page .main-content {
    display: block;
  }

  .home-page .right-box {
    width: auto;
    flex: none;
    margin-top: var(--home-gap);
  }

  .home-page .money-top {
    grid-template-columns: 1fr;
  }

  .home-page .order-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-page .order-box.order-box--main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .order-box.order-box--main .order-item {
    grid-template-columns: 0.56rem 1fr auto;
    grid-template-areas: "icon title num";
    align-items: center;
    justify-items: stretch;
    padding: 0.12rem 0.16rem;
    row-gap: 0;
    column-gap: 0.08rem;
    border-left-width: 2px;
    min-height: 0.5rem;
    border-color: rgba(214, 224, 236, 0.95);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 254, 0.95) 100%);
    box-shadow: 0px 4px 10px rgba(21, 34, 50, 0.05);
  }

  .home-page .order-box.order-box--main .order-title {
    font-size: 0.17rem;
    text-align: left;
  }

  .home-page .order-box.order-box--main .order-nums {
    font-size: 0.3rem;
  }

  .home-page .order-box.order-box--main .order-type-img {
    width: 0.48rem;
    height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.14rem;
  }

  .home-page .order-box.order-box--main .order-type-img i {
    font-size: 0.24rem;
  }

  .home-page .statistics-bottom {
    grid-template-columns: 1fr;
  }

  .home-page .statistics-box {
    padding: 0.2rem;
  }

  .home-page .statistics-box .order-item {
    border-radius: 0.18rem;
  }

  .home-page .statistics-box .order-title {
    font-size: 0.17rem;
  }

  .home-page .home-section--products .product-list-box {
    padding: 0.42rem;
    gap: 0.28rem;
    box-shadow: 0px 10px 22px rgba(21, 34, 50, 0.05);
  }

  .home-page .home-section--products .product-list-box .title-text {
    font-size: 0.3rem !important;
  }

  .home-page .product-list-box .el-table {
    border-radius: 0.18rem;
  }

  .home-page .product-list-box .el-table__header-wrapper,
  .home-page .product-list-box .el-table__body-wrapper {
    overflow-x: auto;
  }

  .home-page .product-list-box .el-table__header-wrapper {
    overflow: hidden;
  }

  .home-page .product-list-box .el-table__header,
  .home-page .product-list-box .el-table__body {
    width: 10.8rem;
    min-width: 10.8rem;
    table-layout: fixed;
  }

  .home-page .product-list-box .el-table th .cell {
    padding: 0.18rem 0.18rem;
    font-size: 0.2rem !important;
  }

  .home-page .product-list-box .el-table td .cell {
    padding: 0.18rem 0.18rem;
    font-size: 0.2rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .home-page .product-list-box .el-table colgroup col:nth-child(1) {
    width: 2.7rem;
  }

  .home-page .product-list-box .el-table colgroup col:nth-child(2) {
    width: 2.4rem;
  }

  .home-page .product-list-box .el-table colgroup col:nth-child(3) {
    width: 3.3rem;
  }

  .home-page .product-list-box .el-table colgroup col:nth-child(4) {
    width: 2.4rem;
  }

  .home-page .product-list-box .el-table__header th:nth-child(3),
  .home-page .product-list-box .el-table__body td:nth-child(3) {
    min-width: 3.3rem;
  }

  .home-page .product-list-box .el-table__body td:nth-child(3) .cell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
  }

  .home-page .info-box .divider-box {
    display: none;
  }

  .home-page .info-three {
    width: 100%;
    align-items: stretch;
  }

  .home-page .home-section--profile .info-box.info-box--cert {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "first first"
      "three second"
      "money money";
    align-items: start;
    gap: 0.38rem 0.3rem;
    padding: 0.32rem;
  }

  .home-page .home-section--profile .info-box.info-box--cert > .info-first,
  .home-page .home-section--profile .info-box.info-box--cert > .info-second,
  .home-page .home-section--profile .info-box.info-box--cert > .info-three,
  .home-page .home-section--profile .info-box.info-box--cert > .info-money {
    width: auto;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    justify-self: stretch;
  }

  .home-page .home-section--profile .info-box.info-box--cert > .info-first {
    grid-area: first;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-content: initial;
    padding: 0;
  }

  .home-page .home-section--profile .info-box.info-box--cert > .info-first .avatar-box {
    width: 0.74rem;
    height: 0.74rem;
    outline-width: 2px;
    justify-self: start;
  }

  .home-page .home-section--profile .info-box.info-box--cert > .info-first .name-box {
    grid-column: 2;
    margin-left: 0;
    flex: 0 0 auto;
    justify-self: center;
    align-items: center;
    text-align: center;
  }

  .home-page .home-section--profile .info-box.info-box--cert > .info-first .hello {
    font-size: 0.24rem;
  }

  .home-page .home-section--profile .info-box.info-box--cert > .info-first .name {
    font-size: 0.2rem;
    justify-content: center;
  }

  .home-page .home-section--profile .info-box.info-box--cert > .info-first .name .id-text {
    font-size: 0.2rem;
  }

  .home-page .home-section--profile .info-box.info-box--cert > .info-second {
    grid-area: second;
    padding: 0;
    gap: 0.18rem;
    border-radius: calc(var(--home-radius) + 0.02rem);
    background: rgba(243, 245, 249, 0.72);
    border: 1px solid rgba(230, 231, 235, 0.8);
    padding: 0.14rem 0.14rem;
    align-self: stretch;
    overflow: hidden;
  }

  .home-page .home-section--profile .info-box.info-box--cert > .info-second .email-box,
  .home-page .home-section--profile .info-box.info-box--cert > .info-second .phone-box {
    font-size: 0.2rem;
    display: grid;
    grid-template-columns: 0.78rem minmax(0, 1fr);
    column-gap: 0.12rem;
    row-gap: 0.14rem;
    align-items: start;
    min-width: 0;
    overflow: hidden;
  }

  .home-page .home-section--profile .info-box.info-box--cert > .info-second .email-box > span:first-child,
  .home-page .home-section--profile .info-box.info-box--cert > .info-second .phone-box > span:first-child {
    font-size: 0.18rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-page .home-section--profile .info-box.info-box--cert > .info-second .email-box img,
  .home-page .home-section--profile .info-box.info-box--cert > .info-second .phone-box img {
    width: 0.26rem;
    opacity: 0.9;
  }

  .home-page .home-section--profile .info-box.info-box--cert > .info-second .email-box .phone-number,
  .home-page .home-section--profile .info-box.info-box--cert > .info-second .phone-box .phone-number {
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
    text-align: right;
    padding-left: 0;
    line-height: 1.25;
    min-width: 0;
  }

  .home-page .home-section--profile .info-box.info-box--cert .info-three {
    grid-area: three;
    padding: 0.2rem 0.22rem;
    row-gap: 0.22rem;
    align-self: stretch;
    overflow: hidden;
  }

  .home-page .home-section--profile .info-box.info-box--cert .info-three .compny-box,
  .home-page .home-section--profile .info-box.info-box--cert .info-three .person-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 0.18rem;
    width: 100%;
    font-size: 0.2rem;
    min-width: 0;
  }

  .home-page .home-section--profile .info-box.info-box--cert .info-three .compny-box .left-icon,
  .home-page .home-section--profile .info-box.info-box--cert .info-three .person-box .left-icon {
    max-width: 1.2rem;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .home-page .home-section--profile .info-box.info-box--cert .info-three .compny-box .left-icon img,
  .home-page .home-section--profile .info-box.info-box--cert .info-three .person-box .left-icon img {
    width: 0.26rem;
    height: 0.26rem;
  }

  .home-page .home-section--profile .info-box.info-box--cert .info-three .compny-box .left-icon .left-type,
  .home-page .home-section--profile .info-box.info-box--cert .info-three .person-box .left-icon .left-type {
    font-size: 0.18rem;
    min-width: 0.84rem;
    flex: 0 0 auto;
  }

  .home-page .home-section--profile .info-box.info-box--cert .info-three .compny-box .right-text,
  .home-page .home-section--profile .info-box.info-box--cert .info-three .person-box .right-text {
    width: 100%;
    justify-self: stretch;
    align-items: flex-end;
    text-align: right;
    min-width: 0;
    flex: 1 1 auto;
  }

  .home-page .home-section--profile .info-box.info-box--cert .info-three .compny-box .right-text .right-title,
  .home-page .home-section--profile .info-box.info-box--cert .info-three .person-box .right-text .right-title {
    justify-content: flex-end;
  }

  .home-page .home-section--profile .info-box.info-box--cert .info-three .compny-box .right-text .right-title .company-name,
  .home-page .home-section--profile .info-box.info-box--cert .info-three .person-box .right-text .right-title .company-name {
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
  }

  .home-page .home-section--profile .info-box.info-box--cert .info-three .compny-box .right-text .certify-id,
  .home-page .home-section--profile .info-box.info-box--cert .info-three .person-box .right-text .certify-id {
    width: 100%;
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 0.08rem;
    align-items: center;
  }

  .home-page .home-section--profile .info-box.info-box--cert .info-three .compny-box .right-text .certify-text,
  .home-page .home-section--profile .info-box.info-box--cert .info-three .person-box .right-text .certify-text {
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .home-page .home-section--profile .info-box.info-box--cert > .info-money {
    grid-area: money;
  }

  .home-page .home-section--profile .info-box.info-box--cert .money-compact {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "balance actions"
      "month total";
  }

  .home-page .home-section--profile .info-box.info-box--cert .money-compact-month {
    border-left: none;
    border-top: 1px solid rgba(230, 231, 235, 0.9);
  }

  .home-page .home-section--profile .info-box.info-box--cert .money-compact-actions {
    border-left: 1px solid rgba(230, 231, 235, 0.9);
    border-top: none;
  }

  .home-page .home-section--profile .info-box.info-box--cert .money-compact-total {
    border-left: 1px solid rgba(230, 231, 235, 0.9);
    border-top: 1px solid rgba(230, 231, 235, 0.9);
  }

  .home-page .home-section--profile .info-box.info-box--cert .money-compact-card {
    padding: 0.2rem 0.22rem;
  }

  .home-page .home-section--profile .info-box.info-box--cert .money-compact-line {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    column-gap: 0.12rem;
    min-width: 0;
  }

  .home-page .home-section--profile .info-box.info-box--cert .money-compact-title {
    font-size: 0.16rem;
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-page .home-section--profile .info-box.info-box--cert .money-compact-icon {
    font-size: 0.19rem;
  }

  .home-page .home-section--profile .info-box.info-box--cert .money-compact-value {
    font-size: 0.22rem;
    flex: 0 0 auto;
    white-space: nowrap;
    text-align: right;
  }

  .home-page .home-section--profile .info-box.info-box--cert .money-compact-actions {
    flex-wrap: nowrap;
    align-items: center;
  }

  .home-page .home-section--profile .info-box.info-box--cert .money-compact-actions-left {
    min-width: 0;
  }

  .home-page .home-section--profile .info-box.info-box--cert .money-compact-actions-left > * {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-page .home-section--profile .info-box.info-box--cert .credit-btn {
    padding: 0 0.1rem;
    line-height: 0.44rem;
    font-size: 0.2rem;
    border-radius: 0.08rem;
  }

  .home-page .home-section--profile .info-box.info-box--cert .credit-btn i {
    font-size: 0.18rem;
  }

  .home-page .right-box .title-text {
    font-size: 0.3rem !important;
    margin-bottom: 0.16rem;
  }


  .home-page .order-box.order-box--links .order-item {
    grid-template-columns: 0.56rem 1fr auto;
    padding: 0.18rem 0.2rem;
    min-height: 0.72rem;
  }


  .home-page .order-box.order-box--links .order-type-img {
    width: 0.56rem;
    height: 0.56rem;
  }


  .home-page .mid-tools {
    padding: 0.28rem;
  }

  .home-page .mid-card--tool {
    min-height: 0.82rem;
    grid-template-columns: 0.52rem minmax(0, 1fr);
    column-gap: 0.14rem;
    padding: 0.18rem 0.18rem;
  }

  .home-page .mid-card--tool .mid-card-icon {
    width: 0.52rem;
    height: 0.52rem;
  }

  .home-page .mid-card--tool .mid-card-icon i {
    font-size: 0.24rem;
  }

  .home-page .mid-card-title {
    font-size: 0.18rem;
  }

  .home-page .mid-card-desc {
    font-size: 0.15rem;
  }

  .home-page .mid-card--qr {
    padding: 0.2rem;
    row-gap: 0.16rem;
  }

  .home-page .mid-qr-btn {
    width: 0.44rem;
    height: 0.44rem;
    border-radius: 0.16rem;
  }

  .home-page .mid-qr-title-icons i {
    font-size: 0.22rem;
  }

  .home-page .mid-card--qr .mid-card-desc {
    font-size: 0.15rem;
  }

  .home-page .mid-qr-code {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.24rem;
  }

  .home-page .mid-qr-code i {
    font-size: 0.4rem;
  }

  .home-page .mid-qr-note {
    font-size: 0.15rem;
  }

  .home-page .recommend-box-open .top-statistic {
    grid-template-columns: 1fr;
  }

  .home-page .recommend-box-open .url {
    height: 0.62rem;
    margin-top: 0.24rem;
  }

  .home-page .recommend-box-open .url .url-text {
    font-size: 0.2rem;
    margin-left: 0.2rem;
  }

  .home-page .recommend-box-open .url .copy-btn {
    width: 1.5rem;
    font-size: 0.2rem;
  }

  .home-page .recommend-box-open .recommend-top .left .row1 .reword {
    font-size: 0.2rem;
    padding: 0.06rem 0.12rem 0.06rem 0.32rem;
  }

  .home-page .recommend-box-open .recommend-top .left .row1 .reword img {
    width: 0.46rem;
    height: 0.44rem;
    left: -0.2rem;
    top: -0.06rem;
  }

  .home-page .recommend-box-open .recommend-top .left .row2 {
    font-size: 0.2rem;
  }

  .home-page .recommend-box-open .recommend-top .left .row3,
  .home-page .recommend-box-open .recommend-top .left .row4 {
    font-size: 0.18rem;
  }

  .home-page .recommend-box-open .top-statistic .top-item .top-money {
    font-size: 0.3rem;
  }

  .home-page .recommend-box-open .top-statistic .top-item .top-text {
    font-size: 0.2rem;
  }

  .home-page .notice-btn {
    font-size: 0.2rem;
  }

  .home-page .home-section--profile .info-box {
    grid-template-columns: 1fr;
    padding: 0.24rem;
  }

  .home-page .info-first {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .home-page .order-box {
    grid-template-columns: 1fr;
  }

  .home-page .order-box.order-box--main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .order-item {
    padding: 0.16rem 0.16rem;
    grid-template-columns: 0.44rem 1fr auto;
    grid-template-areas: "icon title num";
    justify-items: stretch;
    border-left-width: 3px;
  }

  .home-page .order-type-img {
    width: 0.44rem;
    height: 0.44rem;
  }

  .home-page .order-title {
    margin: 0;
  }

  .home-page .order-nums {
    margin: 0;
    font-size: 0.26rem;
  }

  .home-page .order-type-img i {
    font-size: 0.22rem;
  }
}

@media screen and (max-width: 425px) and (min-width: 320px) {
  .home-page {
    --home-gap: 0.24rem;
    --home-gap-lg: 0.32rem;
    --home-notice-item-height: 1.2rem;
  }


  .home-page .home-section--profile .info-box.info-box--cert {
    gap: 0.4rem 0.32rem;
    padding: 0.34rem;
  }

  .home-page .statistics-box {
    padding: 0.2rem;
  }

  .home-page .home-section--profile .info-box.info-box--cert .info-three {
    padding: 0.2rem 0.22rem;
    row-gap: 0.24rem;
  }

  .home-page .home-section--profile .info-box.info-box--cert .info-three .compny-box,
  .home-page .home-section--profile .info-box.info-box--cert .info-three .person-box {
    font-size: 0.2rem;
  }

  .home-page .home-section--profile .info-box.info-box--cert .info-three .compny-box .left-icon img,
  .home-page .home-section--profile .info-box.info-box--cert .info-three .person-box .left-icon img {
    width: 0.28rem;
    height: 0.28rem;
  }

  .home-page .home-section--profile .info-box.info-box--cert .info-three .compny-box .left-icon .left-type,
  .home-page .home-section--profile .info-box.info-box--cert .info-three .person-box .left-icon .left-type {
    font-size: 0.19rem;
  }

  .home-page .home-section--profile .info-box.info-box--cert .money-compact-card {
    padding: 0.2rem 0.22rem;
  }

  .home-page .home-section--profile .info-box.info-box--cert .money-compact-title {
    font-size: 0.19rem;
  }

  .home-page .home-section--profile .info-box.info-box--cert .money-compact-value {
    font-size: 0.2rem;
  }

  .home-page .right-box .title-text {
    font-size: 0.3rem !important;
  }

  .home-page .right-box .home-card-title {
    font-size: 0.28rem !important;
  }

  .home-page .right-box .home-card-desc {
    font-size: 0.26rem !important;
  }

  .home-page .right-box .notice-btn {
    font-size: 0.3rem !important;
  }

  .home-page .home-section--products .product-list-box {
    padding: 0.42rem;
    gap: 0.28rem;
  }

  .home-page .home-section--products .product-list-box .title-text {
    font-size: 0.3rem !important;
  }

  .home-page .product-list-box .el-table th .cell {
    padding: 0.18rem 0.18rem;
    font-size: 0.2rem !important;
  }

  .home-page .product-list-box .el-table td .cell {
    padding: 0.18rem 0.18rem;
    font-size: 0.2rem !important;
  }

  .home-page .recommend-box-open .recommend-top .left .row1 .reword {
    font-size: 0.2rem;
    padding: 0.06rem 0.12rem 0.06rem 0.32rem;
  }

  .home-page .recommend-box-open .recommend-top .left .row1 .reword img {
    width: 0.46rem;
    height: 0.44rem;
    left: -0.2rem;
    top: -0.06rem;
  }

  .home-page .recommend-box-open .url {
    height: 0.62rem;
    margin-top: 0.24rem;
  }

  .home-page .recommend-box-open .url .url-text {
    font-size: 0.2rem;
    margin-left: 0.2rem;
  }

  .home-page .recommend-box-open .url .copy-btn {
    width: 1.5rem;
    font-size: 0.2rem;
  }

  .home-page .notice-item {
    padding: 0.18rem 0.18rem 0.18rem 0.2rem;
  }

  .home-page .notice-time {
    font-size: 0.24rem;
  }

  .home-page .notice-title {
    font-size: 0.22rem;
  }

  .home-page .notice-type {
    font-size: 0.2rem;
  }

  .home-page .notice-item-right {
    width: 0.34rem;
    height: 0.34rem;
    line-height: 0.34rem;
    font-size: 0.2rem;
  }

  .home-page .notice-item {
    padding: 0.16rem 0.16rem 0.16rem 0.18rem;
  }

  .home-page .notice-time {
    font-size: 0.22rem;
  }

  .home-page .notice-title {
    font-size: 0.2rem;
  }

  .home-page .notice-type {
    font-size: 0.18rem;
  }

  .home-page .notice-item-right {
    width: 0.32rem;
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 319px) {
  .home-page .order-box.order-box--main {
    grid-template-columns: 1fr;
  }

  .home-page .home-section--profile .info-box.info-box--cert {
    grid-template-columns: 1fr;
    grid-template-areas:
      "first"
      "second"
      "three"
      "money";
  }
}
