/* 共享商品编辑器弹窗 (前台管理用) */
.emask{position:fixed;inset:0;z-index:50;background:rgba(0,0,0,.45);
  display:flex;align-items:flex-end;justify-content:center;}
.emodal{width:100%;max-width:480px;max-height:92vh;background:#fff;
  border-radius:16px 16px 0 0;display:flex;flex-direction:column;overflow:hidden;
  animation:eslide .22s ease;}
@keyframes eslide{from{transform:translateY(40px);opacity:.6}to{transform:none;opacity:1}}
.ehead{display:flex;align-items:center;justify-content:space-between;
  padding:14px 16px;border-bottom:1px solid var(--line,#eceef1);font-size:16px;font-weight:700;}
.ehead .ex{font-size:24px;color:#8a9099;cursor:pointer;line-height:1;padding:0 4px;}
.ebody{padding:14px 16px;overflow-y:auto;-webkit-overflow-scrolling:touch;}
.ebody label{display:block;font-size:12px;color:#8a9099;margin:12px 0 5px;font-weight:600;}
.ebody label:first-child{margin-top:0;}
.ebody input[type=text],.ebody input[type=number],.ebody select{
  width:100%;padding:10px 12px;border:1px solid var(--line,#eceef1);border-radius:10px;
  font-size:14px;outline:0;background:#fff;color:#1f2329;}
.ebody .row2{display:flex;gap:10px;}
.ebody .row2>div{flex:1;}
.rtoolbar{display:flex;gap:6px;margin-bottom:6px;}
.rtoolbar button{width:34px;height:32px;border:1px solid var(--line,#eceef1);background:#fff;
  border-radius:8px;cursor:pointer;font-size:14px;color:#1f2329;}
.rtoolbar button:active{background:#f0f4ff;}
.redit{min-height:96px;border:1px solid var(--line,#eceef1);border-radius:10px;padding:10px 12px;
  font-size:14px;line-height:1.6;outline:0;background:#fff;color:#1f2329;overflow-y:auto;}
.redit:empty:before{content:attr(data-ph);color:#b8bdc4;}
.pv{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;}
.pvitem{position:relative;width:74px;height:74px;border-radius:10px;overflow:hidden;
  background:#eef0f3;border:1px solid var(--line,#eceef1);}
.pvitem img{width:100%;height:100%;object-fit:cover;display:block;}
.pvitem .rm{position:absolute;top:2px;right:2px;width:20px;height:20px;border-radius:50%;
  background:rgba(0,0,0,.6);color:#fff;font-size:14px;line-height:20px;text-align:center;cursor:pointer;}
.pvph{color:#b8bdc4;font-size:13px;padding:8px 0;}
.uploadbtn{display:inline-block;margin-top:10px;padding:9px 16px;border:1px dashed #b9c4d6;
  border-radius:10px;color:#1769ff;font-size:14px;cursor:pointer;background:#f7faff;}
.imghint{margin-top:6px;color:#8a9099;font-size:12px;}
.reject{margin-top:8px;color:#e64340;font-size:12px;}
.efoot{display:flex;gap:10px;padding:12px 16px;border-top:1px solid var(--line,#eceef1);}
.btn{flex:1;padding:12px;border-radius:10px;font-size:15px;font-weight:700;border:0;cursor:pointer;}
.btn.ghost{background:#f1f2f4;color:#1f2329;}
.btn.primary{background:#1769ff;color:#fff;}
