  html,
  body {
    background: #fafafa !important;
    background-color: #fafafa !important;
  }
  #main-content,
  .main-content,
  .page-content,
  .main-content > .page-content > .container-fluid {
    background: #fafafa !important;
    background-color: #fafafa !important;
  }
  .main-content .page-content {
    padding-top: var(--uc-topbar-h, 48px) !important;
  }
  .uc-dash-page {
    background: #fafafa !important;
    /* 仅左右负边距抵消 container-fluid 内边距，勿用上负 margin 否则会贴顶栏 */
    margin: 0 -15px 0;
    /* 顶栏下与首行卡片之间留白（无 uc-page-title-strip 时需加大上边距） */
    padding: 24px 16px 28px;
    min-height: 50vh;
    --uc-dash-card-gap: 12px;
    /* 与侧边栏 mm-active 同色（header.tpl --uc-nav-active-bg） */
    --uc-dash-accent: var(--uc-nav-active-bg, #165DFF);
    --uc-dash-accent-hover: var(--uc-nav-active-hover-bg, #0e52e6);
    --uc-dash-accent-soft: #4d7dff;
  }
  @media (min-width: 992px) {
    .uc-dash-page { margin: 0 -24px 0; padding: 24px 24px 32px; }
  }
  .uc-dash-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--uc-dash-card-gap, 12px);
  }
  /* 仪表盘：顶行三卡 / 中行安全+四小卡 / 底行两宽卡（12 列对齐） */
  .uc-dash-grid {
    display: grid;
    gap: var(--uc-dash-card-gap, 12px);
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    box-sizing: border-box;
  }
  @media (max-width: 991px) {
    .uc-dash-grid {
      grid-template-columns: 1fr;
    }
    .uc-dash-grid > * {
      grid-column: 1 / -1;
    }
  }
  @media (min-width: 992px) {
    .uc-dash-grid {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .uc-dash-grid > .uc-dash-grid__top1 {
      grid-column: span 4;
    }
    .uc-dash-grid > .uc-dash-grid__top2 {
      grid-column: span 4;
    }
    .uc-dash-grid > .uc-dash-grid__top3 {
      grid-column: span 4;
    }
    .uc-dash-grid > .uc-dash-grid__midSec {
      grid-column: span 4;
    }
    .uc-dash-grid > .uc-dash-grid__mini {
      grid-column: span 2;
    }
    .uc-dash-grid > .uc-dash-grid__botL {
      grid-column: span 8;
    }
    .uc-dash-grid > .uc-dash-grid__botR {
      grid-column: span 4;
    }
  }
  /* 账户卡片：白底、直角 */
  .uc-dash-card {
    width: 100%;
    max-width: 440px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 0;
    overflow: hidden;
  }
  .uc-dash-card.uc-dash-sec {
    overflow: visible;
  }
  .uc-dash-grid > .uc-dash-card {
    max-width: none;
    min-width: 0;
  }
  .uc-dash-grid > .uc-dash-card:first-child .uc-dash-meta {
    flex: 1 1 auto;
  }
  @media (min-width: 992px) {
    .uc-dash-grid > .uc-dash-card.uc-dash-balance-card,
    .uc-dash-grid > .uc-dash-card:first-child,
    .uc-dash-grid > .uc-dash-card.uc-dash-grid__top3 {
      display: flex;
      flex-direction: column;
    }
    .uc-dash-grid > .uc-dash-card.uc-dash-sec {
      display: flex;
      flex-direction: column;
    }
    .uc-dash-grid > .uc-dash-card.uc-dash-sec .uc-dash-sec-body {
      flex: 1 1 auto;
    }
    .uc-dash-grid > .uc-dash-card.uc-dash-grid__botL,
    .uc-dash-grid > .uc-dash-card.uc-dash-grid__botR {
      display: flex;
      flex-direction: column;
    }
    .uc-dash-grid > .uc-dash-card.uc-dash-grid__botL .uc-dash-products__inner,
    .uc-dash-grid > .uc-dash-card.uc-dash-grid__botR .uc-dash-announce__inner {
      flex: 1 1 auto;
    }
    .uc-dash-grid > .uc-dash-card.uc-dash-grid__mini {
      display: flex;
      flex-direction: column;
    }
    .uc-dash-grid > .uc-dash-card.uc-dash-grid__mini .uc-dash-kpi-card__inner {
      flex: 1 1 auto;
    }
  }
  .uc-dash-ph {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 0 0 16px;
    background: #fff;
  }
  .uc-dash-ph__hd {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 16px 12px;
  }
  .uc-dash-ph__hd--recent {
    justify-content: space-between;
    gap: 12px;
  }
  .uc-dash-recent__clearbtn {
    flex-shrink: 0;
    margin: 0;
    padding: 4px 0;
    border: 0;
    background: none;
    font-size: 13px;
    line-height: 1.35;
    color: #8c8c8c;
    cursor: pointer;
    white-space: nowrap;
  }
  .uc-dash-recent__clearbtn:hover:not(:disabled) {
    color: var(--uc-dash-accent);
  }
  .uc-dash-recent__clearbtn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }
  .uc-dash-ph__ttl {
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    line-height: 1.35;
  }
  .uc-dash-ph__bd {
    padding: 8px 16px 0;
    font-size: 13px;
    line-height: 1.6;
    color: #909399;
    flex: 1;
    min-height: 72px;
  }
  .uc-dash-recent {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .uc-dash-recent__empty {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #909399;
  }
  .uc-dash-recent__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .uc-dash-recent__item {
    border-bottom: 1px solid #f4f5f8;
  }
  .uc-dash-recent__item:last-child {
    border-bottom: 0;
  }
  .uc-dash-recent__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    text-decoration: none;
    color: #262626;
    font-size: 13px;
    line-height: 1.4;
  }
  .uc-dash-recent__link:hover {
    text-decoration: none;
    color: var(--uc-dash-accent);
  }
  .uc-dash-recent__name {
    flex: 1;
    min-width: 0;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .uc-dash-recent__meta {
    flex-shrink: 0;
    font-size: 12px;
    color: #909399;
    font-variant-numeric: tabular-nums;
  }
  .uc-dash-kpi-card {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  }
  .uc-dash-kpi-card__inner {
    padding: 14px 14px 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  .uc-dash-kpi-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
  }
  .uc-dash-kpi-card__ttl {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #262626;
    line-height: 1.35;
  }
  .uc-dash-kpi-card__ico {
    width: 22px;
    height: 22px;
    max-width: 22px;
    max-height: 22px;
    flex: 0 0 22px;
    display: block;
    color: #bfbfbf;
    flex-shrink: 0;
  }
  .uc-dash-kpi-card__top svg.uc-dash-kpi-card__ico {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
  }
  .uc-dash-kpi-card__accent {
    display: block;
    width: 36px;
    height: 3px;
    margin-bottom: 12px;
    border-radius: 1px;
  }
  .uc-dash-kpi-card--blue .uc-dash-kpi-card__accent {
    background: var(--uc-dash-accent);
  }
  .uc-dash-kpi-card--orange .uc-dash-kpi-card__accent {
    background: #fa8c16;
  }
  .uc-dash-kpi-card--green .uc-dash-kpi-card__accent {
    background: #52c41a;
  }
  .uc-dash-kpi-card--red .uc-dash-kpi-card__accent {
    background: #ff4d4f;
  }
  .uc-dash-kpi-card__value-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
    flex: 1;
    min-height: 36px;
  }
  .uc-dash-kpi-card__num {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    color: #262626;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
  }
  .uc-dash-kpi-card__unit {
    font-size: 14px;
    font-weight: 500;
    color: #595959;
    line-height: 1.35;
  }
  .uc-dash-kpi-card__foot {
    border-top: 1px solid #f4f5f8;
    padding-top: 10px;
    margin-top: auto;
    font-size: 12px;
    line-height: 1.5;
    color: #8c8c8c;
  }
  .uc-dash-kpi-card__foot a {
    color: #8c8c8c;
    text-decoration: none;
  }
  .uc-dash-kpi-card__foot a:hover {
    color: var(--uc-dash-accent);
    text-decoration: none;
  }
  .uc-dash-kpi-card__sep {
    margin: 0 6px;
    color: #d9d9d9;
    user-select: none;
  }
  .uc-dash-wide__inner {
    padding: 18px 16px 20px;
    min-height: 100px;
    box-sizing: border-box;
  }
  .uc-dash-wide__ttl {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    line-height: 1.35;
  }
  .uc-dash-wide__bd {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #909399;
  }
  .uc-dash-products__inner {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    flex: 1 1 auto;
  }
  .uc-dash-products__hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 16px 12px;
    flex-shrink: 0;
  }
  .uc-dash-products__ttl {
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    line-height: 1.35;
  }
  /* 列表与「最近访问」同一套：浅分割线 + 左文右数字，无额外底框/图标块 */
  .uc-dash-products__body {
    padding: 4px 16px 16px;
    flex: 1 1 auto;
    min-height: 0;
    max-height: 400px;
    overflow-y: auto;
  }
  .uc-dash-products__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .uc-dash-products__item {
    border-bottom: 1px solid #f4f5f8;
  }
  .uc-dash-products__item:last-child {
    border-bottom: 0;
  }
  .uc-dash-products__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 0;
    text-decoration: none;
    color: #262626;
    font-size: 13px;
    line-height: 1.45;
  }
  .uc-dash-products__link:hover {
    text-decoration: none;
    color: var(--uc-dash-accent);
  }
  .uc-dash-products__label {
    flex: 1;
    min-width: 0;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .uc-dash-products__num {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    color: #303133;
    font-variant-numeric: tabular-nums;
  }
  .uc-dash-products__link:hover .uc-dash-products__num {
    color: var(--uc-dash-accent);
  }
  .uc-dash-products__empty {
    margin: 0;
    padding: 8px 0 4px;
    font-size: 13px;
    line-height: 1.65;
    color: #909399;
  }
  .uc-dash-announce__inner {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    flex: 1 1 auto;
  }
  .uc-dash-announce__hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 16px 12px;
    flex-shrink: 0;
  }
  .uc-dash-announce__ttl {
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    line-height: 1.35;
  }
  .uc-dash-announce__body {
    padding: 4px 16px 16px;
    flex: 1 1 auto;
    min-height: 0;
    max-height: 400px;
    overflow-y: auto;
  }
  .uc-dash-announce__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .uc-dash-announce__item {
    border-bottom: 1px solid #f4f5f8;
  }
  .uc-dash-announce__item:last-child {
    border-bottom: 0;
  }
  .uc-dash-announce__link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 0;
    text-decoration: none;
    color: inherit;
    font-size: 13px;
    line-height: 1.45;
  }
  .uc-dash-announce__link:hover {
    text-decoration: none;
  }
  .uc-dash-announce__link:hover .uc-dash-announce__tit {
    color: var(--uc-dash-accent);
  }
  .uc-dash-announce__tit {
    flex: 1;
    min-width: 0;
    font-weight: 500;
    color: #262626;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .uc-dash-announce__time {
    flex-shrink: 0;
    font-size: 12px;
    color: #909399;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    padding-top: 1px;
  }
  .uc-dash-announce__empty {
    margin: 0;
    padding: 8px 0 4px;
    font-size: 13px;
    line-height: 1.65;
    color: #909399;
  }
  .uc-dash-panel__top {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 16px 16px;
    position: relative;
  }
  .uc-dash-avatar {
    width: 52px;
    height: 52px;
    border-radius: 0;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--uc-dash-accent), var(--uc-dash-accent-soft));
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .uc-dash-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }
  .uc-dash-profile {
    flex: 1;
    min-width: 0;
    padding-right: 72px;
  }
  .uc-dash-profile__row1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
  }
  .uc-dash-id {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    line-height: 1.3;
    overflow-wrap: break-word;
    word-break: normal;
  }
  .uc-dash-greet {
    font-weight: 500;
    color: #595959;
    margin-right: 0;
  }
  .uc-dash-cert-pill {
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 0;
    background: #f5f5f5;
    color: #8c8c8c;
    font-weight: 500;
  }
  .uc-dash-profile__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .uc-dash-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 0;
    background: rgba(82, 196, 26, 0.12);
    color: #389e0d;
    font-weight: 500;
  }
  .uc-dash-chip i {
    font-size: 14px;
  }
  .uc-dash-chip--muted {
    background: #f5f5f5;
    color: #8c8c8c;
  }
  .uc-dash-account-link {
    position: absolute;
    top: 18px;
    right: 16px;
    font-size: 13px;
    color: #8c8c8c;
    text-decoration: none;
    white-space: nowrap;
  }
  .uc-dash-account-link:hover {
    color: var(--uc-dash-accent);
    text-decoration: none;
  }
  @media (max-width: 576px) {
    .uc-dash-panel__top {
      flex-wrap: wrap;
    }
    .uc-dash-profile {
      padding-right: 0;
      flex: 1 1 0;
      min-width: 0;
    }
    .uc-dash-account-link {
      position: static;
      flex: 1 0 100%;
      text-align: right;
      margin-top: 2px;
    }
  }
  .uc-dash-meta {
    border-top: 1px solid #f4f5f8;
    padding: 12px 12px 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .uc-dash-kpi {
    background: #f5f7fa;
    border-radius: 0;
    padding: 14px 14px 16px;
    box-sizing: border-box;
    min-width: 0;
  }
  .uc-dash-kpi__lab {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: #909399;
    margin-bottom: 8px;
  }
  .uc-dash-kpi__val {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    color: #303133;
    overflow-wrap: break-word;
    word-break: normal;
    font-variant-numeric: tabular-nums;
  }
  .uc-dash-guest {
    padding: 20px 16px;
    font-size: 13px;
    color: #8c8c8c;
    margin: 0;
  }
  .uc-dash-sec .uc-dash-sec-body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px 20px;
    padding: 18px 16px 16px;
    min-height: 0;
  }
  .uc-dash-sec-main {
    flex: 1;
    min-width: 0;
  }
  .uc-dash-sec-gauge {
    flex-shrink: 0;
    width: 130px;
    max-width: 38%;
    overflow: visible;
  }
  .uc-dash-sec-gauge > svg {
    display: block;
    width: 100%;
    max-width: 130px;
    height: auto;
    vertical-align: top;
    overflow: visible;
  }
  .uc-dash-sec-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
    min-width: 0;
  }
  .uc-dash-sec-heading .uc-dash-sec-title {
    margin: 0;
  }
  .uc-dash-sec-title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    line-height: 1.35;
  }
  .uc-dash-sec-level {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.5;
    color: #595959;
  }
  .uc-dash-sec-level em {
    font-style: normal;
    font-weight: 600;
    color: #ff4d4f;
  }
  .uc-dash-sec--safe .uc-dash-sec-level em {
    color: #52c41a;
  }
  .uc-dash-sec--mid .uc-dash-sec-level em {
    color: #fa8c16;
  }
  .uc-dash-sec--low .uc-dash-sec-level em {
    color: #ff4d4f;
  }
  .uc-dash-sec-score {
    margin: 0 0 10px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    color: #262626;
    letter-spacing: 0.02em;
  }
  .uc-dash-sec--safe .uc-dash-sec-score {
    color: #389e0d;
  }
  .uc-dash-sec--mid .uc-dash-sec-score {
    color: #d46b08;
  }
  .uc-dash-sec--low .uc-dash-sec-score {
    color: #cf1322;
  }
  .uc-dash-sec-scale {
    margin: 0 0 14px;
    font-size: 12px;
    line-height: 1.5;
    color: #909399;
  }
  .uc-dash-sec-link {
    font-size: 13px;
    color: var(--uc-dash-accent);
    text-decoration: none;
  }
  .uc-dash-sec-link:hover {
    color: var(--uc-dash-accent-hover);
    text-decoration: none;
  }
  /* 费用信息：与参考稿一致（顶栏蓝条标题 + 余额行 + 双格统计） */
  .uc-dash-balance {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .uc-dash-balance__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 16px 12px;
    background: #fff;
  }
  .uc-dash-balance__header-title {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }
  .uc-dash-balance__title-bar {
    width: 4px;
    height: 18px;
    flex-shrink: 0;
    background: var(--uc-dash-accent);
  }
  .uc-dash-balance__section-name {
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    line-height: 1.35;
  }
  .uc-dash-balance__header-link {
    font-size: 13px;
    color: #8c8c8c;
    text-decoration: none;
    white-space: nowrap;
  }
  .uc-dash-balance__header-link:hover {
    color: var(--uc-dash-accent);
    text-decoration: none;
  }
  .uc-dash-balance__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 4px 16px 16px;
    background: #fff;
  }
  .uc-dash-balance__main-left {
    flex: 1;
    min-width: 0;
  }
  .uc-dash-balance__bal-label {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: #909399;
    margin-bottom: 6px;
  }
  .uc-dash-balance__amount {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
    color: #262626;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
    overflow-wrap: break-word;
    word-break: normal;
  }
  .uc-dash-balance__recharge {
    flex-shrink: 0;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: var(--uc-dash-accent);
    text-decoration: none;
    border-radius: 0;
    line-height: 1.35;
  }
  .uc-dash-balance__recharge:hover {
    background: var(--uc-dash-accent-hover);
    color: #fff;
    text-decoration: none;
  }
  .uc-dash-balance__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 16px 16px;
    margin-top: auto;
    background: #fff;
  }
  .uc-dash-balance__stat {
    background: #f5f7fa;
    padding: 14px 14px 16px;
    box-sizing: border-box;
    min-width: 0;
  }
  .uc-dash-balance__stat-lab {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: #909399;
    margin-bottom: 8px;
  }
  .uc-dash-balance__stat-val {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    color: #303133;
    overflow-wrap: break-word;
    word-break: normal;
    font-variant-numeric: tabular-nums;
  }
  @media (max-width: 380px) {
    .uc-dash-balance__amount {
      font-size: 26px;
    }
    .uc-dash-balance__recharge {
      padding: 8px 14px;
      font-size: 13px;
    }
  }
  @media (max-width: 360px) {
    .uc-dash-balance__stats {
      grid-template-columns: 1fr;
    }
  }

/* IDCSmart pearl overrides */
/* 取消 element-comment.css 给 el-main 的白底卡片 + 额外 margin-top，避免顶栏下大片空白 */
.el-container:nth-child(2) > .el-main.home-dash-main {
  margin: 0 !important;
  margin-top: 50px !important;
  padding: 16px !important;
  border-radius: 0 !important;
  background: #fafafa !important;
}
.home-dash-main .uc-dash-page {
  margin: 0;
  padding: 0;
  min-height: 0;
}

/* 用户头像上传 */
.uc-dash-avatar--upload {
  position: relative;
  cursor: pointer;
}
.uc-dash-avatar__file {
  display: none !important;
}
.uc-dash-avatar__mask {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.uc-dash-avatar--upload:hover .uc-dash-avatar__mask {
  opacity: 1;
}
