/* Homepage inbox tabs: 我的工单 / 问题工单 / 未读消息 / 导出文件 */
.hp-stat{padding:10px 12px 14px;}
.hp-hero{
  display:block;width:100%;text-align:left;border:0;border-radius:10px;
  padding:18px 22px 16px;background:#E8F6F4;color:#334155 !important;
  border-left:3px solid #009688;box-shadow:0 1px 4px rgba(15,23,42,.06);
  cursor:pointer;
  transition:background .15s ease, box-shadow .15s ease;
}
.hp-hero:link,.hp-hero:visited,.hp-hero:hover,.hp-hero:active{
  color:#334155 !important;text-decoration:none;background:#D5EFEC;
}
.hp-hero:focus{outline:none;}
.hp-hero:focus-visible{outline:2px solid #009688;outline-offset:2px;}
.hp-hero .hp-lab{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#64748B !important;}
.hp-hero .hp-num{
  margin:10px 0 8px;font-size:36px;font-weight:800;line-height:1.1;
  letter-spacing:-.03em;font-variant-numeric:tabular-nums;color:#009688 !important;
}
.hp-hero .hp-sub{font-size:13px;color:#64748B !important;}
.hp-hero .hp-unit{margin-left:8px;font-size:14px;font-weight:600;color:#00796B !important;}
.hp-info{
  width:15px;height:15px;border-radius:50%;font-size:10px;font-weight:700;line-height:13px;
  display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;
  border:1px solid #009688;color:#009688;
}
.hp-card .hp-info{border-color:#CBD5E1;color:#94A3B8;}
.hp-sec{margin-top:16px;}
.hp-sec h3{
  display:flex;align-items:center;gap:8px;
  margin:0 0 8px;font-size:13px;font-weight:700;color:#334155;
}
.hp-sec h3 em{
  width:3px;height:13px;border-radius:2px;background:#F59E0B;flex-shrink:0;font-style:normal;
}
.hp-sec.is-tmr h3 em{background:#009688;}
.hp-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.hp-card{
  display:block;width:100%;text-align:left;border:0;border-radius:8px;
  background:#fff;padding:12px 14px 14px 16px;cursor:pointer;
  box-shadow:0 1px 4px rgba(15,23,42,.08);
  border-left:4px solid #F59E0B;
  transition:box-shadow .15s ease;
}
.hp-card.is-tmr{border-left-color:#009688;}
.hp-card:hover{box-shadow:0 4px 12px rgba(15,23,42,.12);}
.hp-card:focus{outline:none;}
.hp-card:focus-visible{outline:2px solid #009688;outline-offset:2px;}
.hp-card .hp-lab{display:flex;align-items:center;gap:5px;font-size:12px;color:#64748B;font-weight:600;}
.hp-card .hp-num{
  margin-top:8px;font-size:24px;font-weight:800;line-height:1.15;
  color:#EA580C;letter-spacing:-.03em;font-variant-numeric:tabular-nums;
}
.hp-card.is-tmr .hp-num{color:#009688;}
.hp-card .hp-unit{margin-left:5px;font-size:12px;font-weight:600;opacity:.7;}
.hp-bar{margin-top:16px;padding:0 2px;}
.hp-bar .hp-bar-top{
  display:flex;justify-content:space-between;align-items:baseline;
  margin-bottom:8px;font-size:13px;color:#334155;
}
.hp-bar .hp-pct{color:#009688;font-weight:800;}
.hp-track{height:8px;border-radius:8px;background:#EEF2F6;overflow:hidden;}
.hp-fill{height:100%;background:#009688;border-radius:8px;width:0;}
.hp-bar .hp-bar-bot{
  display:flex;justify-content:space-between;
  margin-top:6px;font-size:12px;color:#64748B;
}
.hp-empty{padding:28px 12px;color:#94A3B8;font-size:13px;}

.hp-typebar{
  display:flex;align-items:center;gap:6px;
  padding:8px 12px 6px;background:#fff;
  border-bottom:1px solid #F0F0F0;
  overflow-x:auto;scrollbar-width:thin;
  flex:0 0 auto;position:sticky;top:0;z-index:4;
}
.hp-typebar::-webkit-scrollbar{height:4px;}
.hp-typebar::-webkit-scrollbar-thumb{background:#CBD5E1;border-radius:4px;}
.hp-type{
  flex:0 0 auto;height:26px;padding:0 12px;border:0;border-radius:13px;
  background:#F1F5F9;color:#64748B;
  font-size:12px;font-weight:600;line-height:26px;
  cursor:pointer;white-space:nowrap;
}
.hp-type:hover{color:#009688;background:#E6F4F2;}
.hp-type.is-on{background:#009688;color:#fff;}
.hp-type:focus{outline:none;}
.hp-type:focus-visible{outline:2px solid #009688;outline-offset:2px;}

.hp-notice{
  display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;
}
.hp-notice .hp-scan{
  flex:1 1 auto;min-height:0;overflow:auto;
}
.hp-scan .data-item:first-child{display:none !important;}
.hp-scan-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  gap:4px 12px;
  align-items:start;
  min-height:52px;
  padding:10px 12px;
  border-bottom:1px solid #F0F0F0;
  cursor:pointer;
  transition:background .15s ease;
}
.hp-scan-row:hover{background:#F7FAF9;}
.hp-scan-row:focus{outline:none;}
.hp-scan-row:focus-visible{outline:2px solid #009688;outline-offset:-2px;}
.hp-scan-main{
  display:grid;
  grid-template-columns:16px minmax(0,1fr);
  column-gap:8px;
  align-items:start;
  min-width:0;
}
.hp-scan-main.is-plain{grid-template-columns:minmax(0,1fr);}
.hp-scan-main.is-bill{
  grid-template-columns:minmax(128px,168px) minmax(0,1fr);
}
.hp-bill-col{
  min-width:0;height:28px;line-height:28px;
  font-size:13px;font-weight:700;color:#1E293B;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  font-variant-numeric:tabular-nums;
}
.hp-flag{
  width:16px;height:28px;margin:0;padding:0;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.hp-scan-txt{min-width:0;}
.hp-line1{
  display:flex;align-items:center;gap:8px;min-width:0;height:28px;
  font-size:14px;font-weight:650;color:#1E293B;line-height:28px;
}
.hp-line1 .title,
.hp-line1 .questiontypename,
.hp-line1 .name{
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;
}
.hp-line1 .hp-ntype{
  max-width:8.5em;overflow:hidden;text-overflow:ellipsis;
}
.hp-ntype.is-ticket{background:#E6F4F2;color:#00796B;}
.hp-bill{
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  flex:0 1 auto;min-width:4em;max-width:42%;
  font-size:13px;font-weight:700;color:#1E293B;
}
.hp-extra{
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  flex:1;min-width:0;
  font-size:12px;font-weight:500;color:#94A3B8;
}
.hp-ntype{
  flex-shrink:0;height:20px;padding:0 7px;border-radius:4px;
  font-size:11px;font-weight:700;line-height:20px;white-space:nowrap;
  background:#F1F5F9;color:#475569;
}
.hp-ntype.is-sys{background:#F1F5F9;color:#475569;}
.hp-ntype.is-trigger{background:#E6F4F2;color:#00796B;}
.hp-ntype.is-problem{background:#FEF2F2;color:#B91C1C;}
.hp-ntype.is-finance{background:#FFF4E5;color:#C2410C;}
.hp-ntype.is-manual{background:#F5F3FF;color:#6D28D9;}
.hp-ntype.is-mail{background:#EFF6FF;color:#1D4ED8;}
.hp-ntype.is-overTimeClient{background:#FFF7ED;color:#C2410C;}
.hp-ntype.is-searchPrice{background:#EEF2FF;color:#4338CA;}
.hp-ntype.is-shiptrack{background:#ECFEFF;color:#0E7490;}
.hp-ntype.is-other{background:#F1F5F9;color:#64748B;}
.hp-line2{
  margin-top:3px;font-size:12px;color:#64748B;line-height:1.4;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.hp-dot{
  width:8px;height:8px;border-radius:50%;background:#B91C1C;flex-shrink:0;
  display:inline-block;padding:0;margin:0;
}
.hp-tag{
  flex-shrink:0;height:18px;padding:0 6px;border-radius:3px;
  background:#FEF2F2;color:#B91C1C;font-size:11px;font-weight:700;line-height:18px;
}
.hp-pill{
  flex-shrink:0;height:20px;padding:0 8px;border-radius:10px;
  font-size:12px;font-weight:700;line-height:20px;
}
.hp-pill.wait{background:#FFF4E5;color:#C2410C;}
.hp-pill.ok{background:#E6F4F2;color:#00796B;}
.hp-side{
  display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;
  min-width:148px;
}
.hp-when-row{
  display:flex;align-items:center;justify-content:flex-end;gap:8px;
  height:28px;min-width:0;
}
.hp-when-row .hp-when{
  flex:0 0 auto;max-width:none;overflow:visible;
}
.hp-place{
  min-width:0;max-width:120px;
  font-size:12px;color:#94A3B8;text-align:right;line-height:28px;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.hp-place:empty{display:none;}
.hp-when{
  min-width:88px;max-width:148px;height:28px;line-height:28px;
  text-align:right;font-size:12px;color:#64748B;
  font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.hp-channels{
  display:flex;align-items:center;justify-content:flex-end;gap:4px;
  margin-top:3px;min-height:16px;color:#94A3B8;
}
.hp-channels:empty{display:none;}
.hp-channels .layui-icon{font-size:14px;}
.hp-bill-under{
  margin-top:3px;max-width:180px;min-height:16px;
  font-size:12px;font-weight:600;color:#64748B;text-align:right;line-height:16px;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  font-variant-numeric:tabular-nums;
}
.hp-bill-under:empty{display:none;}
.hp-ops{display:flex;align-items:center;justify-content:flex-end;gap:2px;min-width:36px;height:28px;}
.hp-link{
  height:36px;padding:0 8px;border:0;background:transparent;
  color:#009688;font-size:13px;font-weight:700;white-space:nowrap;
  display:inline-flex;align-items:center;cursor:pointer;text-decoration:none;
}
.hp-link:hover{color:#00796B;text-decoration:underline;}
.hp-link.is-off,
.hp-link.graybutton{
  color:#94A3B8;text-decoration:none;cursor:not-allowed;pointer-events:none;
}
.hp-link:focus-visible{outline:2px solid #009688;outline-offset:2px;}
.hp-ico{
  width:28px;height:28px;border:0;border-radius:4px;background:transparent;color:#94A3B8;
  display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;
}
.hp-ico-read,
.hp-ico-on{
  opacity:1;color:#009688;font-size:16px;
}
.hp-scan-row:hover .hp-ico,
.hp-scan-row:focus-within .hp-ico{opacity:1;}
.hp-ico:hover{color:#009688;background:#E6F4F2;}
.hp-ico.deleteMessage:hover,
.hp-ico.delete:hover{color:#B91C1C;background:#FEF2F2;}
.hp-ico:focus{opacity:1;outline:none;}
.hp-ico:focus-visible{outline:2px solid #009688;outline-offset:2px;}
.hp-code{color:#B91C1C;font-size:12px;font-weight:700;}
.hp-line2 .editor:not(:empty)::after{content:" · ";color:#94A3B8;}
.hp-sep{color:#94A3B8;}

.hp-todo{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;
  height:auto;min-height:0;padding:6px 5px !important;box-sizing:border-box;
}
.hp-todo.is-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.hp-todo-item{
  display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px;
  min-width:0;height:68px;padding:2px 10px 2px 12px;
  border:0;border-radius:8px;border-top:3px solid #009688;
  background:#fff;text-decoration:none !important;cursor:pointer;
  box-shadow:0 1px 2px rgba(15,23,42,.04);
  transition:background .15s ease, box-shadow .15s ease;
}
.hp-todo-item:link,.hp-todo-item:visited,.hp-todo-item:hover,.hp-todo-item:active{
  color:inherit;text-decoration:none !important;
}
.hp-todo-item:hover{background:#fff;box-shadow:0 4px 12px rgba(15,23,42,.1);}
.hp-todo-item:focus{outline:none;}
.hp-todo-item:focus-visible{outline:2px solid #009688;outline-offset:2px;}
.hp-todo-item.is-cal{border-top-color:#009688;}
.hp-todo-item.is-prob{border-top-color:#F59E0B;}
.hp-todo-item.is-msg{border-top-color:#0284C7;}
.hp-todo-item.is-mail{border-top-color:#6366F1;}
.hp-todo-item.is-hold{border-top-color:#B91C1C;}
.hp-todo-lab{
  display:flex;align-items:center;gap:5px;width:100%;min-width:0;
  font-size:12px;font-weight:600;color:#64748B;line-height:1.2;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.hp-todo-lab .layui-icon{font-size:14px;flex-shrink:0;}
.hp-todo-item.is-cal .hp-todo-lab .layui-icon{color:#009688;}
.hp-todo-item.is-prob .hp-todo-lab .layui-icon{color:#EA580C;}
.hp-todo-item.is-msg .hp-todo-lab .layui-icon{color:#0284C7;}
.hp-todo-item.is-mail .hp-todo-lab .layui-icon{color:#4F46E5;}
.hp-todo-item.is-hold .hp-todo-lab .layui-icon{color:#B91C1C;}
.hp-todo-num{
  display:block;margin:0;padding:0;font-style:normal;
  font-size:22px;font-weight:800;line-height:1;
  color:#009688;letter-spacing:-.03em;font-variant-numeric:tabular-nums;
}
.hp-todo-item.is-prob .hp-todo-num{color:#EA580C;}
.hp-todo-item.is-msg .hp-todo-num{color:#0284C7;}
.hp-todo-item.is-mail .hp-todo-num{color:#4F46E5;}
.hp-todo-item.is-hold .hp-todo-num{color:#B91C1C;}

/* Client todo: accent on left instead of top */
.hp-client .hp-todo-item{
  border-top:0;
  border-left:3px solid #009688;
  padding:2px 10px 2px 11px;
}
.hp-client .hp-todo-item.is-cal{border-left-color:#009688;}
.hp-client .hp-todo-item.is-prob{border-left-color:#F59E0B;}
.hp-client .hp-todo-item.is-msg{border-left-color:#0284C7;}
.hp-client .hp-todo-item.is-mail{border-left-color:#6366F1;}
.hp-client .hp-todo-item.is-hold{border-left-color:#B91C1C;}

/* Staff homepage soft todo cards */
.hp-todo.is-soft .hp-todo-item{
  position:relative;
  display:flex;flex-direction:row;align-items:center;
  padding:8px 40px 8px 12px;
  border-top:0;border-radius:10px;
  box-shadow:none;
  transition:box-shadow .15s ease, transform .15s ease;
}
.hp-todo.is-soft .hp-todo-item:hover{box-shadow:0 4px 12px rgba(15,23,42,.1);}
.hp-todo.is-soft .hp-todo-txt{min-width:0;width:100%;}
.hp-todo.is-soft .hp-todo-lab{
  display:block;overflow:visible;text-overflow:clip;
}
.hp-todo.is-soft .hp-todo-num{margin-top:6px;}
.hp-todo.is-soft .hp-todo-ico{
  position:absolute;top:50%;right:10px;transform:translateY(-100%);
  width:28px;height:28px;border-radius:8px;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:16px;background:#fff;
}
.hp-todo.is-soft .hp-todo-item.is-cal{background:#E8F6F4;}
.hp-todo.is-soft .hp-todo-item.is-cal .hp-todo-num,
.hp-todo.is-soft .hp-todo-item.is-cal .hp-todo-ico{color:#009688;}
.hp-todo.is-soft .hp-todo-item.is-prob{background:#FFF7ED;}
.hp-todo.is-soft .hp-todo-item.is-prob .hp-todo-num,
.hp-todo.is-soft .hp-todo-item.is-prob .hp-todo-ico{color:#EA580C;}
.hp-todo.is-soft .hp-todo-item.is-msg{background:#EFF6FF;}
.hp-todo.is-soft .hp-todo-item.is-msg .hp-todo-num,
.hp-todo.is-soft .hp-todo-item.is-msg .hp-todo-ico{color:#0284C7;}
.hp-todo.is-soft .hp-todo-item.is-mail{background:#EEF2FF;}
.hp-todo.is-soft .hp-todo-item.is-mail .hp-todo-num,
.hp-todo.is-soft .hp-todo-item.is-mail .hp-todo-ico{color:#4F46E5;}
.hp-todo.is-soft .hp-todo-item.is-hold{background:#FEF2F2;}
.hp-todo.is-soft .hp-todo-item.is-hold .hp-todo-num,
.hp-todo.is-soft .hp-todo-item.is-hold .hp-todo-ico{color:#B91C1C;}
.hp-nav-add{
  float:right;margin-top:9px;
  width:16px;height:16px;line-height:20px;text-align:center;
  border:1px solid #009688;border-radius:4px;color:#009688;font-size:14px;
  cursor:pointer;
}
.hp-nav-add:hover{background:#E6F4F2;}
.hp-nav{
  display:flex;flex-wrap:wrap;align-content:flex-start;gap:3px;
  min-height:95px;max-height:95px;overflow:auto;
  padding:2px 5px !important;background:#FAFBFC;box-sizing:border-box;
}
.hp-nav-item{
  width: 63px;display:inline-flex;align-items:center;gap:6px;
  height:28px;padding:0 2px;border-radius:6px;
  background:#fff;color:#334155 !important;
  font-size:13px;font-weight:600;line-height:28px;
  text-decoration:none !important;white-space:nowrap;
  box-shadow:0 1px 2px rgba(15,23,42,.04);
  transition:color .15s ease, box-shadow .15s ease;
}
.hp-nav-item .layui-icon{font-size:14px;color:#009688;}
.hp-nav-item:link,.hp-nav-item:visited,.hp-nav-item:hover,.hp-nav-item:active{
  color:#334155 !important;text-decoration:none !important;
}
.hp-nav-item:hover{
  color: #fff !important;
  background-color: #009688;
  box-shadow:0 2px 8px rgba(15,23,42,.08);
}
.hp-nav-item:hover .layui-icon{color:#00796B;}
.hp-nav-empty{
  height:28px;padding:0 12px;border:1px dashed #009688;border-radius:6px;
  background:#fff;color:#009688;font-size:13px;font-weight:600;line-height:26px;
  cursor:pointer;
}
.hp-nav-empty:hover{background:#E6F4F2;}

@media (max-width:900px){
  .hp-grid{grid-template-columns:1fr;}
  .hp-hero .hp-num{font-size:28px;}
  .hp-todo{grid-template-columns:1fr 1fr;}
}
@media (hover:none){
  .hp-ico{opacity:1;}
}
@media (prefers-reduced-motion:reduce){
  .hp-hero,.hp-card,.hp-scan-row,.hp-todo-item,.hp-nav-item,.hp-contact,.hp-recharge,.hp-profile-hero,.hp-acct-item{transition:none;}
}

/* Client homepage */
html.hp-client-html,
body.hp-client-body{
  height:100%;
  overflow:hidden;
}
.hp-client-body{background:#F4F7F8 !important;}
.hp-client{
  background:transparent;
  height:100%;
  overflow:hidden;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
}
.hp-client-main{
  flex:1 1 auto;
  min-height:0;
  height:100%;
  display:flex !important;
  margin-bottom:0 !important;
}
.hp-client-side{
  float:none;
  height:100%;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  padding-bottom: 9px;
}
.hp-client-main-col{
  float:none;
  height:100%;
  min-height:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.hp-client-top{flex:0 0 auto;}
.hp-client-bottom{
  flex:1 1 auto;
  min-height:0;
  display:flex !important;
  margin-bottom:0 !important;
}
.hp-client-bottom > [class*="layui-col-"]{
  float:none;
  height:100%;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  box-sizing:border-box;
}
.hp-client-tabs{
  flex:1 1 auto;
  min-height:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.hp-client-tabs .layui-tab{
  flex:1 1 auto;
  min-height:0;
  margin:0;
  display:flex;
  flex-direction:column;
}
.hp-client-tabs .layui-tab-title{flex:0 0 auto;}
.hp-client-tabs .layui-tab-content{
  flex:1 1 auto;
  min-height:0;
  overflow:auto;
  height:auto !important;
}
.hp-client-right{
  min-height:0;
}
.hp-client .layui-card{
  margin-bottom:0;border:0;border-radius:10px;
  box-shadow:0 1px 4px rgba(15,23,42,.06);
}
.hp-client .layui-card-header{
  height:40px;line-height:40px;padding:0 14px;
  font-weight:700;color:#1E293B;border-bottom:1px solid #F1F5F9;
}
.hp-client .layui-tab-card{border:0;box-shadow:0 1px 4px rgba(15,23,42,.06);}
.hp-client .layui-tab-title{border-bottom-color:#F1F5F9;}
.hp-profile{
  flex:1 1 auto;
  min-height:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.hp-profile > .layui-card-header{flex:0 0 auto;}
.hp-profile .layui-card-body{
  padding:0 !important;
  flex:1 1 auto;
  min-height:0;
  overflow:auto;
}
.hp-profile-hero{
  padding:20px 16px 16px;text-align:center;
  background:linear-gradient(180deg,#E8F6F4 0%,#fff 78%);
}
.hp-avatar{
  width:72px;height:72px;border-radius:50%;object-fit:cover;
  border:3px solid #fff;box-shadow:0 4px 14px rgba(0,150,136,.18);
  background:#fff;
}
.hp-name{
  margin:10px 0 0;font-size:16px;font-weight:800;color:#1E293B;line-height:1.3;
}
.hp-role{margin:4px 0 0;font-size:12px;color:#64748B;}
.hp-contacts{display:flex;justify-content:center;gap:8px;margin-top:12px;}
.hp-contact{
  width:32px;height:32px;border-radius:8px;padding:0;
  display:inline-flex;align-items:center;justify-content:center;
  background:#F1F5F9;color:#94A3B8;font-size:16px;cursor:default;
  transition:background .15s ease,color .15s ease;
}
.hp-contact.is-on{background:#E8F6F4;color:#009688;}
.hp-recharge{
  display:block;width:100%;height:34px;margin-top:14px;padding:0;
  border:0;border-radius:8px;background:#009688;color:#fff;
  font-size:13px;font-weight:700;cursor:pointer;
  transition:background .15s ease,box-shadow .15s ease;
}
.hp-recharge:hover{background:#00796B;box-shadow:0 4px 10px rgba(0,150,136,.25);}
.hp-recharge:focus{outline:none;}
.hp-recharge:focus-visible{outline:2px solid #009688;outline-offset:2px;}
.hp-profile-sec{padding:12px 14px 10px;border-top:1px solid #F1F5F9;}
.hp-sec-lab{
  margin:0 0 6px;font-size:12px;font-weight:700;color:#334155;letter-spacing:.04em;
}
.hp-meta{margin:0;padding:0;list-style:none;}
.hp-meta li{
  display:flex;gap:8px;align-items:flex-start;
  padding:7px 0;border-bottom:1px solid #F8FAFC;
  font-size:12px;line-height:1.45;
}
.hp-meta li:last-child{border-bottom:0;}
.hp-meta .k{flex:0 0 4.6em;color:#94A3B8;font-weight:600;white-space:nowrap;}
.hp-meta .v{flex:1;min-width:0;color:#334155;word-break:break-all;}
.hp-meta a{color:#009688;}
.hp-note{margin:4px 0 0;font-size:12px;color:#64748B;line-height:1.5;}
.hp-acct{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(108px,1fr));
  gap:8px;
  padding:10px 12px !important;
  box-sizing:border-box;
}
.hp-acct-item{
  display:flex;align-items:center;justify-content:space-between;gap:8px;
  min-width:0;height:68px;padding:3px 10px 3px 12px;
  border:0;border-radius:10px;
  text-decoration:none !important;cursor:pointer;
  transition:box-shadow .15s ease,transform .15s ease;
}
.hp-acct-item:link,.hp-acct-item:visited,.hp-acct-item:hover,.hp-acct-item:active{
  color:inherit;text-decoration:none !important;
}
.hp-acct-item:hover{box-shadow:0 4px 12px rgba(15,23,42,.1);}
.hp-acct-item:focus{outline:none;}
.hp-acct-item:focus-visible{outline:2px solid #009688;outline-offset:2px;}
.hp-acct-item.is-static{cursor:default;}
.hp-acct-item.is-static:hover{box-shadow:none;}
.hp-acct-txt{min-width:0;flex:1;}
.hp-acct-lab{
  display:block;font-size:12px;font-weight:600;color:#64748B;line-height:1.2;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.hp-acct-num{
  display:block;margin:6px 0 0;padding:0;font-style:normal;
  font-size:15px;font-weight:800;line-height:1.15;
  letter-spacing:-.03em;font-variant-numeric:tabular-nums;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.hp-acct-ico{
  width:36px;height:36px;border-radius:10px;flex-shrink:0;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:18px;
}
.hp-acct-item.is-bal{background:#E8F6F4;}
.hp-acct-item.is-bal .hp-acct-num{color:#009688;}
.hp-acct-item.is-bal .hp-acct-ico{background:#fff;color:#009688;}
.hp-acct-item.is-total{background:#F1F5F9;}
.hp-acct-item.is-total .hp-acct-num{color:#334155;}
.hp-acct-item.is-total .hp-acct-ico{background:#fff;color:#0F766E;}
.hp-acct-item.is-amt{background:#ECFEFF;}
.hp-acct-item.is-amt .hp-acct-num{color:#0F766E;}
.hp-acct-item.is-amt .hp-acct-ico{background:#fff;color:#0E7490;}
.hp-acct-item.is-hold{background:#FEF2F2;}
.hp-acct-item.is-hold .hp-acct-num{color:#B91C1C;}
.hp-acct-item.is-hold .hp-acct-ico{background:#fff;color:#B91C1C;}
.hp-channel-card,
.hp-chart-card{
  display:flex;
  flex-direction:column;
  min-height:0;
}
.hp-channel-card{
  flex:1 1 0;
  overflow:hidden;
}
.hp-chart-card{
  flex:1 1 0;
  min-height:160px;
  margin-top:10px !important;
}
.hp-chart-card .layui-card-body{
  flex:1 1 auto;
  min-height:0;
  padding:8px;
  overflow:hidden;
}
.hp-chart-card .layuiadmin-btn-group{margin-top:4px;}
.hp-chart-card .echarItem{
  height:24px !important;line-height:24px !important;padding:0 10px !important;
  border:0 !important;border-radius:12px !important;font-weight:600;
}
.hp-chart-card .echarItem.layui-btn-primary{background:#F1F5F9;color:#64748B;}
.hp-chart-card .echarItem:not(.layui-btn-primary){background:#009688;color:#fff;}
.hp-client #goodsResultEcharts,
.hp-client #costResultEcharts{
  width:100%;
  height:100%;
}
.hp-client #goodsResultEcharts.is-empty,
.hp-client #costResultEcharts.is-empty{
  color:#94A3B8;font-size:13px;
  display:flex;align-items:center;justify-content:center;
}
.hp-channel-card .layui-card-body{
  flex:1 1 auto;
  min-height:0;
  padding:6px 8px 8px;
  overflow:hidden;
}
.hp-channel-card .layui-table-view{margin:0;border:0;}
.hp-channel-card .layui-table-header,
.hp-channel-card .layui-table-header th{background:#F8FAFB;}
.hp-channel-card .layui-table-cell{height:30px;line-height:30px;padding:0 8px;}
.hp-channel-card .layui-table-body tr:hover{background:#F7FAF9 !important;}
