/* ============================================================
   IDCSmart V10 - Home Dashboard - Tech Theme（亮色科技风）
   亮色玻璃拟态 + 主色 #2F7DFF / 青色 #35E0FF / 金色 #FFB648
   保留全部原有选择器与结构，仅视觉重写
   ============================================================ */

/* ---------- 基础容器 ---------- */
html.tech-mode body {
  background: #f2f7ff;
}
#mainLoading {
  background: #f2f7ff !important;
}
.main-card {
  color: #334155;
}
.el-main {
  padding: 0 !important;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(47, 125, 255, 0.10), transparent 60%),
    linear-gradient(180deg, #eef5ff 0%, #f7fbff 100%);
}
/* 顶部 header 玻璃化 */
html.tech-mode .el-header {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(47, 125, 255, 0.14);
  box-shadow: 0 4px 20px rgba(47, 125, 255, 0.10);
}
html.tech-mode .el-header .header-left .el-input input {
  background: rgba(47, 125, 255, 0.05);
  color: #10264d;
  border: 1px solid rgba(47, 125, 255, 0.2) !important;
}
html.tech-mode .el-header .header-right .header-right-item .el-dropdown-header .head-box {
  background: linear-gradient(135deg, #2F7DFF, #35E0FF);
}
html.tech-mode .el-header .header-right .header-right-item .cloum-line {
  border-color: rgba(47, 125, 255, 0.25);
}
.home-main {
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(47, 125, 255, 0.10), transparent 60%),
    linear-gradient(180deg, #eef5ff 0%, #f7fbff 100%);
  min-height: 100vh;
}
.main-content {
  display: flex;
  column-gap: 0.24rem;
  padding: 0.2rem 0.24rem 0.24rem;
  background: transparent;
}

/* ---------- 玻璃卡片通用 ---------- */
.info-box,
.money-box,
.product-list-box,
.right-box,
.statistics-bottom {
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(47, 125, 255, 0.16);
  box-shadow:
    0 0 0 1px rgba(47, 125, 255, 0.04),
    0 8px 32px rgba(47, 125, 255, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.info-box::before,
.money-box::before,
.product-list-box::before,
.right-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 125, 255, 0.5), transparent);
  pointer-events: none;
}

/* ---------- 布局 ---------- */
.left-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 0.24rem;
}

/* ---------- 用户信息卡 ---------- */
.info-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0.25rem;
  border-radius: 0.08rem;
}
.info-first {
  height: 0.6rem;
  display: flex;
  cursor: pointer;
}
.name-first {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.36rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.08rem;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(135deg, #2F7DFF 0%, #35E0FF 70%, #7B5CFF 130%);
  box-shadow: 0 4px 16px rgba(47, 125, 255, 0.35);
}
.name-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 0.08rem;
}
.name {
  color: #64748B;
  font-size: 0.14rem;
  font-weight: 400;
}
.name .id-text {
  color: #2F7DFF;
}
.hello {
  font-weight: 500;
  font-size: 0.16rem;
  color: #10264d;
  max-width: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.level-badge {
  cursor: pointer;
}
.info-second {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info-three {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 0.04rem;
}
.info-three .compny-box,
.info-three .person-box {
  display: flex;
  align-items: flex-start;
  column-gap: 0.32rem;
  font-size: 0.14rem;
}
.info-three .compny-box .left-icon,
.info-three .person-box .left-icon {
  display: flex;
  align-items: center;
  column-gap: 0.04rem;
  font-size: 0.14rem;
  color: #64748B;
}
.info-three .compny-box .left-icon img,
.info-three .person-box .left-icon img {
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  flex-shrink: 0;
}
.info-three .compny-box .right-text .certify-id,
.info-three .person-box .right-text .certify-id {
  display: flex;
  align-items: center;
}
.info-three .compny-box .right-text .right-type,
.info-three .person-box .right-text .right-type {
  color: #64748B;
}
.info-three .compny-box .right-text .company-name,
.info-three .person-box .right-text .company-name {
  color: #10264d;
  display: inline-block;
  max-width: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-three .compny-box .right-text .certify-bottom,
.info-three .person-box .right-text .certify-bottom {
  display: flex;
  align-items: center;
}
.info-three .compny-box .right-text .certify-bottom .cpoy-btn,
.info-three .person-box .right-text .certify-bottom .cpoy-btn {
  cursor: pointer;
  margin-left: 0.04rem;
  width: 0.14rem;
  height: 0.14rem;
  filter: invert(40%) sepia(70%) saturate(1200%) hue-rotate(200deg);
}
.info-three .compny-box .right-text .bule-text,
.info-three .person-box .right-text .bule-text {
  cursor: pointer;
  color: var(--color-primary);
}
.info-three .compny-box .right-text .certify-text,
.info-three .person-box .right-text .certify-text {
  color: #334155;
  display: inline-block;
  max-width: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.email-box,
.phone-box {
  color: #64748B;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.14rem;
}
.email-box .phone-number,
.phone-box .phone-number {
  margin-left: 0.25rem;
  color: #10264d;
}
.info-second > div img {
  margin-right: 0.05rem;
  vertical-align: middle;
  width: 0.16rem;
}

/* ---------- 资产统计卡 ---------- */
.statistics-content {
  display: flex;
  flex-wrap: wrap;
  min-height: 2.4rem;
}
.money-box {
  box-sizing: border-box;
  flex: 1;
  padding: 0.24rem;
  border-radius: 0.08rem;
}
.money-top {
  display: flex;
  justify-content: space-between;
  column-gap: 0.26rem;
}
.money-top .money-credit {
  position: relative;
  flex: 1;
  flex-shrink: 0;
  border-radius: 0.08rem;
  background: linear-gradient(160deg, rgba(47, 125, 255, 0.08) 0%, rgba(255, 255, 255, 0.7) 55%, rgba(53, 224, 255, 0.06) 100%);
  border: 1px solid rgba(47, 125, 255, 0.14);
  padding: 0.16rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.money-top .money-credit::after {
  content: "";
  position: absolute;
  top: -60%;
  right: -30%;
  width: 60%;
  height: 220%;
  background: linear-gradient(115deg, transparent 30%, rgba(47, 125, 255, 0.08) 50%, transparent 70%);
  transform: rotate(12deg);
  pointer-events: none;
}
.money-top .money-credit .credit-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  background: linear-gradient(90deg, #2F7DFF, #35E0FF);
  font-size: 0.14rem;
  color: #ffffff;
  font-weight: 600;
  padding: 0.05rem 0.23rem;
  border-radius: 0 0.08rem 0 0.08rem;
  box-shadow: 0 4px 14px rgba(47, 125, 255, 0.3);
}
.money-top .money-credit .credit-title {
  color: #64748B;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
  column-gap: 0.08rem;
}
.money-top .money-credit .credit-title.coin-title {
  justify-content: space-between;
}
.money-top .money-credit .credit-title .credit-detail {
  color: var(--color-primary);
  font-size: 0.14rem;
  cursor: pointer;
}
.money-top .money-credit .credit-title .create-notice {
  display: flex;
  align-items: center;
}
.money-top .money-credit .credit-title .create-notice .notice-status {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #cbd5e1;
}
.money-top .money-credit .credit-title .create-notice .notice-status.active {
  background-color: var(--color-success);
  box-shadow: 0 0 8px rgba(16, 185, 129, 0.5);
}
.money-top .money-credit .credit-title .create-notice .notice-btn {
  color: var(--color-primary);
  font-size: 0.12rem;
  cursor: pointer;
}
.money-top .money-credit .credit-money {
  margin-top: 0.16rem;
  display: flex;
  align-items: center;
  column-gap: 0.1rem;
}
.money-top .money-credit .credit-money .credit-num {
  color: #10264d;
  font-size: 0.32rem;
  font-weight: 600;
  flex-shrink: 0;
}
.money-top .money-credit .credit-money .credit-num .s-24 {
  margin-right: 0.08rem;
  font-size: 0.24rem;
  color: #2F7DFF;
}
.money-top .money-credit .credit-money .recharge-btn {
  cursor: pointer;
  padding: 0 0.1rem;
  line-height: 0.24rem;
  color: #ffffff;
  font-size: 0.12rem;
  font-weight: 600;
  border-radius: 0.04rem;
  background: linear-gradient(90deg, #2F7DFF, #35E0FF);
}
.money-top .money-credit .credit-money .recharge-text {
  font-weight: 400;
  cursor: pointer;
  color: var(--color-primary);
  font-size: 0.14rem;
  margin-left: 0.16rem;
}
.money-order {
  margin-top: 0.32rem;
  border-top: 1px solid rgba(47, 125, 255, 0.12);
  padding-top: 0.24rem;
  display: flex;
  align-items: center;
}
.money-order .money-order-divider {
  width: 1px;
  height: 0.2rem;
  border-radius: 1px;
  background: rgba(47, 125, 255, 0.18);
  margin: 0 0.2rem;
}
.money-order .money-order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  flex-shrink: 0;
}
.money-order .money-order-item .money-order-title {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #64748B;
}
.money-order .money-order-item .money-order-title .credit-tag {
  margin-left: 0.08rem;
  color: #64748B;
  font-size: 0.12rem;
  box-sizing: border-box;
  padding: 0.02rem 0.04rem;
  border: 1px solid rgba(47, 125, 255, 0.25);
  border-radius: 2px;
  background: rgba(47, 125, 255, 0.06);
}
.money-order .money-order-item .money-order-value {
  font-size: 0.14rem;
  color: #10264d;
  font-weight: bold;
}
.money-order .money-order-item .money-order-value .s-12 {
  margin-right: 0.06rem;
  font-size: 0.12rem;
  color: #2F7DFF;
}
.voucher-box {
  color: #64748B;
  font-size: 0.12rem;
}
.voucher-box .bule-text {
  color: var(--color-primary);
  margin-left: 0.03rem;
  cursor: pointer;
}

/* ---------- 消费统计条 ---------- */
.statistics-bottom {
  margin-top: -0.16rem;
  display: flex;
  padding: 0.26rem 1.2rem 0.26rem 0.24rem;
  border-radius: 0.08rem;
  background:
    radial-gradient(ellipse 60% 120% at 88% 50%, rgba(47, 125, 255, 0.10), transparent 55%),
    linear-gradient(90deg, rgba(47, 125, 255, 0.05), rgba(53, 224, 255, 0.04));
  border: 1px solid rgba(47, 125, 255, 0.16);
  box-shadow: 0 8px 32px rgba(47, 125, 255, 0.10);
}
.statistics-bottom .statistics-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.08rem;
}
.statistics-bottom .statistics-item .statistics-item-name {
  color: #64748B;
  font-size: 0.14rem;
}
.statistics-bottom .statistics-item .statistics-item-name .green-text {
  color: var(--color-success);
}
.statistics-bottom .statistics-item .statistics-item-name .red-text {
  color: var(--color-danger);
}
.statistics-bottom .statistics-item .statistics-item-value {
  font-size: 0.14rem;
  color: #10264d;
  font-weight: bold;
}
.statistics-bottom .statistics-item .statistics-item-value .s-12 {
  margin-right: 0.06rem;
  font-size: 0.12rem;
  color: #2F7DFF;
}
.statistics-bottom .statistics-item-divider {
  width: 1px;
  height: 0.2rem;
  border-radius: 1px;
  background: rgba(47, 125, 255, 0.18);
  margin: 0 0.2rem;
}

/* ---------- 订单入口卡 ---------- */
.order-box {
  margin-left: 0.08rem;
  width: 5rem;
  display: flex;
  column-gap: 0.08rem;
}
.order-box .order-item {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.08rem;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.order-box .order-item:hover {
  transform: translateY(-4px);
}
.order-box .order-title {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.13rem;
  font-weight: 500;
}
.order-box .order-nums {
  margin-bottom: 0.33rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #FFFFFF;
}
.order-box .order-type-img {
  margin-top: 0.36rem;
}
.order-box .order-type-img img {
  width: 0.68rem;
  height: 0.68rem;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.35));
}
.order-box .order-box-1 {
  background: linear-gradient(160deg, #2F7DFF 0%, #35E0FF 55%, #7B5CFF 120%);
  border-color: rgba(47, 125, 255, 0.4);
}
.order-box .order-box-1:hover {
  box-shadow: 0 10px 28px rgba(47, 125, 255, 0.4);
}
.order-box .order-box-2 {
  background: linear-gradient(160deg, #06B6D4 0%, #2F7DFF 60%, #35E0FF 130%);
  border-color: rgba(6, 182, 212, 0.4);
}
.order-box .order-box-2:hover {
  box-shadow: 0 10px 28px rgba(6, 182, 212, 0.4);
}
.order-box .order-box-3 {
  background: linear-gradient(160deg, #10B981 0%, #059669 60%, #0D9488 130%);
  border-color: rgba(16, 185, 129, 0.4);
}
.order-box .order-box-3:hover {
  box-shadow: 0 10px 28px rgba(16, 185, 129, 0.4);
}

/* ---------- 产品列表 ---------- */
.product-list-box {
  flex: 1;
  border-radius: 0.08rem;
  padding: 0.24rem;
}
.product-list-box .title-text {
  font-size: 0.14rem;
  color: #10264d;
  margin-bottom: 0.24rem;
  position: relative;
  padding-left: 0.12rem;
}
.product-list-box .title-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0.14rem;
  border-radius: 2px;
  background: linear-gradient(180deg, #2F7DFF, #35E0FF);
  box-shadow: 0 0 8px rgba(47, 125, 255, 0.45);
}
.product-list-box .product-name {
  color: var(--color-primary);
  font-size: 0.14rem;
  cursor: pointer;
}
.product-list-box .red-time {
  color: var(--color-danger);
}

/* 产品列表 el-table 亮色化 */
.product-list-box .el-table,
.product-list-box .el-table__expanded-cell {
  background: transparent;
  color: #334155;
}
.product-list-box .el-table th.el-table__cell,
.product-list-box .el-table tr,
.product-list-box .el-table td.el-table__cell {
  background: transparent;
  border-bottom: 1px solid rgba(47, 125, 255, 0.1);
}
.product-list-box .el-table th.el-table__cell {
  color: #64748B;
  font-weight: 500;
}
.product-list-box .el-table td.el-table__cell {
  color: #334155;
}
.product-list-box .el-table::before {
  background-color: rgba(47, 125, 255, 0.14);
}
.product-list-box .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background: rgba(47, 125, 255, 0.05);
}
.product-list-box .el-table__empty-block {
  background: transparent;
}
.product-list-box .el-table__empty-text {
  color: #64748B;
}

/* ---------- 右侧栏 ---------- */
.right-box {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0.24rem;
  width: 4.5rem;
  border-radius: 0.08rem;
}
.recommend-box {
  width: 3.65rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.21rem;
}
.recommend-box h2 {
  text-align: center;
  color: #10264d;
  font-size: 0.24rem;
}
.recommend-box p {
  margin-top: 0.26rem;
  text-align: center;
  color: #64748B;
  font-size: 0.14rem;
}
.recommend-box img {
  width: 3.65rem;
  height: 2.56rem;
  border-radius: 0.08rem;
  box-shadow: 0 8px 24px rgba(47, 125, 255, 0.14);
}
.recommend-people {
  margin-top: 0.3rem;
  border-top: 1px solid rgba(47, 125, 255, 0.12);
  padding-top: 0.3rem;
  text-align: left;
}
.recommend-people-num {
  display: inline-block;
  width: 1rem;
  height: 0.08rem;
  background: var(--color-warning);
  border-radius: 0rem 0.2rem 0.2rem 0rem;
  box-shadow: 0 0 8px rgba(245, 158, 11, 0.45);
}
.recommend-money-num {
  display: inline-block;
  width: 1.2rem;
  height: 0.08rem;
  background: var(--color-success);
  border-radius: 0rem 0.2rem 0.2rem 0rem;
  box-shadow: 0 0 8px rgba(16, 185, 129, 0.45);
}
.recommend-number {
  margin-left: 0.16rem;
  font-weight: bold;
  font-size: 0.26rem;
  color: #10264d;
}
.recommend-people > div {
  display: flex;
  align-items: center;
}
.recommend-people > div:nth-of-type(2) {
  margin-top: 0.47rem;
}

/* ---------- 工单 ---------- */
.WorkOrder-box {
  margin-top: 0.24rem;
}
.WorkOrder-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.12rem;
  font-size: 14px;
  color: #10264d;
  font-weight: bold;
}
.more {
  cursor: pointer;
  display: block;
  padding: 0 0.03rem;
  background: rgba(47, 125, 255, 0.08);
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  border-radius: 0.03rem;
  color: #2F7DFF;
  border: 1px solid rgba(47, 125, 255, 0.2);
}
.WorkOrder-content {
  padding: 0.3rem 0.3rem 0 0.3rem;
  border-radius: 0.06rem;
  border: 1px solid rgba(47, 125, 255, 0.14);
  background: rgba(47, 125, 255, 0.03);
}
.WorkOrder-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
  border-radius: 0.04rem;
}
.WorkOrder-item:hover {
  cursor: pointer;
  background-color: rgba(47, 125, 255, 0.06);
  transition: background-color 0.25s ease;
}
.replay-div {
  flex-shrink: 0;
  margin-right: 0.1rem;
  font-weight: 500;
  font-size: 0.13rem;
  padding: 0 0.1rem;
  height: 0.26rem;
  line-height: 0.26rem;
  text-align: center;
  border-radius: 0.03rem;
  color: #1d4ed8;
  border: 1px solid rgba(47, 125, 255, 0.3);
}
.replay-red {
  color: var(--color-danger);
  border-color: rgba(244, 63, 94, 0.35);
}
.replay-green {
  color: var(--color-success);
  border-color: rgba(16, 185, 129, 0.35);
}
.replay-box {
  width: 80%;
}
.replay-title {
  font-size: 0.14rem;
  color: #10264d;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.replay-name {
  font-size: 0.13rem;
  font-weight: 500;
  color: #64748B;
}

/* ---------- 公告 ---------- */
.notice-box {
  margin-top: 0.24rem;
}
.notice-item {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.16rem;
  border-radius: 0.04rem;
}
.notice-item:hover {
  background-color: rgba(47, 125, 255, 0.06);
  transition: background-color 0.25s ease;
}
.notice-item:nth-of-type(1) {
  border-left: 0.02rem solid var(--color-success);
  margin-bottom: 0.4rem;
  box-shadow: -4px 0 12px -6px rgba(16, 185, 129, 0.45);
}
.notice-item:nth-of-type(2) {
  border-left: 0.02rem solid var(--color-primary);
  margin-bottom: 0.4rem;
  box-shadow: -4px 0 12px -6px rgba(47, 125, 255, 0.45);
}
.notice-item:nth-of-type(3) {
  border-left: 0.02rem solid var(--color-warning);
  margin-bottom: 0.3rem;
  box-shadow: -4px 0 12px -6px rgba(245, 158, 11, 0.45);
}
.notice-time {
  font-size: 0.2rem;
  color: #10264d;
}
.notice-title {
  font-weight: 400;
  font-size: 0.14rem;
  color: #334155;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.notice-type {
  font-size: 0.13rem;
  font-weight: 500;
  color: #64748B;
}
.notice-item-right {
  color: #2F7DFF;
  width: 0.24rem;
  height: 0.24rem;
  text-align: center;
  line-height: 0.24rem;
  background: rgba(47, 125, 255, 0.08);
  border: 1px solid rgba(47, 125, 255, 0.2);
  border-radius: 0.03rem;
}

/* ---------- 无产品空态 ---------- */
.no-product {
  text-align: center;
  margin-top: 1.06rem;
  padding-bottom: 1.72rem;
  background-color: transparent;
  border-radius: 0.04rem;
  padding: 0.24rem;
}
.no-product h2 {
  font-weight: 400;
  color: #10264d;
  font-size: 0.28rem;
}
.no-product p {
  margin: 0.1rem 0 0.2rem 0;
  color: #64748B;
  font-size: 0.14rem;
}
.no-recommend {
  margin: 0 auto;
  margin-top: 0.24rem;
  color: #ffffff;
  font-size: 0.14rem;
  font-weight: 600;
  background: linear-gradient(90deg, #2F7DFF, #35E0FF);
  height: 0.32rem;
  line-height: 0.32rem;
  width: 1.52rem;
  border-radius: 0.03rem;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(47, 125, 255, 0.3);
}
.recommend-text {
  margin: 0 auto;
  margin-top: 0.24rem;
  color: #64748B;
  font-size: 0.14rem;
  background: rgba(47, 125, 255, 0.05);
  border: 1px dashed rgba(47, 125, 255, 0.25);
  height: 0.32rem;
  line-height: 0.32rem;
  border-radius: 0.03rem;
}
.info-box .divider-box {
  height: 100%;
  background-color: rgba(47, 125, 255, 0.18) !important;
}

/* ---------- 弹窗 / 表单 ---------- */
/* 亮色弹层（仅 home 页生效） */
html.tech-mode .el-dialog {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(47, 125, 255, 0.2);
  box-shadow: 0 16px 48px rgba(47, 125, 255, 0.18);
}
html.tech-mode .el-dialog__title {
  color: #10264d;
}
html.tech-mode .el-dialog__headerbtn .el-dialog__close {
  color: #64748B;
}
html.tech-mode .el-dialog__body {
  color: #334155;
}
html.tech-mode .el-select-dropdown,
html.tech-mode .el-dropdown-menu {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(47, 125, 255, 0.2);
  box-shadow: 0 8px 28px rgba(47, 125, 255, 0.14);
}
html.tech-mode .el-select-dropdown__item,
html.tech-mode .el-dropdown-menu__item {
  color: #334155;
}
html.tech-mode .el-select-dropdown__item.hover,
html.tech-mode .el-select-dropdown__item:hover,
html.tech-mode .el-dropdown-menu__item:not(.is-disabled):hover {
  background: rgba(47, 125, 255, 0.07);
}
html.tech-mode .el-popover {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(47, 125, 255, 0.2);
}
.dialog-form {
  display: flex;
  flex-direction: column;
}
.cz-input {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cz-input > .btn-ok {
  margin-left: 0.1rem;
  height: 0.46rem;
  background: linear-gradient(90deg, #2F7DFF, #35E0FF);
  border-radius: 3px;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-html {
  display: flex;
  justify-content: center;
}
.pay-html > img {
  width: 2.5rem;
  height: 2.5rem;
}
.ty-select {
  width: 100%;
}

/* ---------- 推介计划（开启态） ---------- */
.recommend-box-open .recommend-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.recommend-box-open .recommend-top .left {
  display: flex;
  flex-direction: column;
}
.recommend-box-open .recommend-top .left .row1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.recommend-box-open .recommend-top .left .row1 .title-text {
  font-size: 18px;
  font-weight: bold;
  color: #10264d;
  margin-right: 0.2rem;
  margin-bottom: 0;
}
.recommend-box-open .recommend-top .left .row1 .reword {
  background: linear-gradient(180deg, #F74C4B 0%, #EF7575 100%);
  border-radius: 3px;
  color: #FFF;
  position: relative;
  padding: 1px 6px 1px 20px;
  font-size: 13px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(247, 76, 75, 0.35);
}
.recommend-box-open .recommend-top .left .row1 .reword img {
  width: 36px;
  height: 35px;
  position: absolute;
  left: -18px;
  top: -4px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}
.recommend-box-open .recommend-top .left .row2 {
  font-size: 14px;
  font-weight: bold;
  color: #10264d;
  margin-top: 0.3rem;
  margin-bottom: 0.13rem;
}
.recommend-box-open .recommend-top .left .row3,
.recommend-box-open .recommend-top .left .row4 {
  font-size: 14px;
  color: #64748B;
}
.recommend-box-open .recommend-top .right {
  width: 1.5rem;
  height: 1.53rem;
  filter: drop-shadow(0 4px 16px rgba(47, 125, 255, 0.25));
}
.recommend-box-open .url {
  width: 100%;
  height: 0.46rem;
  border: 1px solid rgba(47, 125, 255, 0.25);
  border-radius: 3px;
  background: rgba(47, 125, 255, 0.05);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.26rem;
}
.recommend-box-open .url .url-text {
  width: 100%;
  font-size: 15px;
  color: #64748B;
  margin-left: 0.16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recommend-box-open .url .copy-btn {
  width: 112px;
  height: 100%;
  background: rgba(47, 125, 255, 0.10);
  border-left: 1px solid rgba(47, 125, 255, 0.25);
  border-radius: 0px 3px 3px 0px;
  font-size: 16px;
  color: var(--color-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recommend-box-open .top-statistic {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 0.08rem;
  flex-wrap: wrap;
  margin-top: 0.24rem;
}
.recommend-box-open .top-statistic .top-item {
  padding: 0.16rem;
  flex: 1;
  border: 1px solid rgba(47, 125, 255, 0.16);
  background: rgba(47, 125, 255, 0.04);
  border-radius: 0.04rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0.45rem;
}
.recommend-box-open .top-statistic .top-item:nth-of-type(1) {
  background:
    linear-gradient(180deg, rgba(47, 125, 255, 0.08) 0%, rgba(47, 125, 255, 0.02) 70%),
    url("../img/referral/top1.png") no-repeat bottom / 100% auto;
}
.recommend-box-open .top-statistic .top-item:nth-of-type(2) {
  background:
    linear-gradient(180deg, rgba(53, 224, 255, 0.08) 0%, rgba(53, 224, 255, 0.02) 70%),
    url("../img/referral/top3.png") no-repeat bottom / 100% auto;
}
.recommend-box-open .top-statistic .top-item .top-money {
  font-size: 0.24rem;
  font-weight: bold;
  color: #10264d;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.recommend-box-open .top-statistic .top-item .top-text {
  font-size: 0.14rem;
  color: #64748B;
}

/* ---------- 对话框 ---------- */
.open-dialog {
  font-size: 16px;
}
.open-dialog .dialog-footer {
  font-size: 0.16rem;
}
.open-dialog .dialog-footer .btn-ok {
  width: 1.12rem;
  height: 0.46rem;
  background: linear-gradient(90deg, #2F7DFF, #35E0FF);
  border-radius: 3px;
  color: #ffffff;
  font-weight: 600;
}
.open-dialog .dialog-footer .btn-no {
  width: 1.12rem;
  height: 0.46rem;
  background: rgba(47, 125, 255, 0.06);
  border: 1px solid rgba(47, 125, 255, 0.25);
  border-radius: 3px;
  color: #10264d;
}

/* ---------- 微信二维码浮标 ---------- */
.wx-code {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 100;
  position: fixed;
  top: 50%;
  right: 3px;
  transform: translateY(50%);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(47, 125, 255, 0.3);
  box-shadow: 0 2px 14px rgba(47, 125, 255, 0.2);
}
.wx-code .wx-img {
  width: 40px;
  height: 40px;
  background: url('../img/wx.svg') no-repeat;
  background-size: 100% 100%;
}
.wx-code:hover .wx-img {
  background: url('../img/wx_hover.svg') no-repeat;
  background-size: 100% 100%;
}
.wx-box {
  text-align: center;
}
.wx-box .img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.wx-box .img img {
  width: 100%;
}

/* ---------- 响应式 ---------- */
@media screen and (max-width: 750px) {
  .main-content {
    display: block;
    padding-bottom: 1.5rem;
  }
  .el-main {
    margin-top: 1rem;
  }
  .statistics-bottom {
    padding: 0.26rem 0.24rem;
    margin-top: 0.24rem;
  }
  .recharge-btn {
    height: 30px;
    line-height: 30px;
  }
  .progress-box .el-progress-circle {
    display: flex;
  }
  .order-box {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .order-box .order-item {
    flex: 1;
  }
  .info-box .divider-box {
    display: none;
  }
  .info-three {
    margin-top: 10px;
    width: 100%;
    align-items: flex-end;
  }
  .right-box {
    width: auto;
    margin-top: 0.2rem;
  }
}
