/* 二萌生活：正文下载地址卡片，仅影响 .em-download-card */
.em-download-source-hidden{display:none!important}
.em-article-layout .article>.em-article-body-card .em-download-card{margin:0 16px 20px;box-sizing:border-box;color:#27313d;font-size:14px;line-height:1.6}
.em-download-card,.em-download-card *{box-sizing:border-box}

/* 整体下载面板 */
.em-download-panel{padding:22px 24px 24px;border:1px solid #e6ebf2;border-radius:14px;background:#fff}
.em-download-file{display:flex;align-items:center;gap:14px;padding:0;border:0;background:transparent}
.em-download-file-icon{position:relative;display:flex;align-items:center;justify-content:center;width:48px;height:54px;flex:0 0 48px;border-radius:7px;background:linear-gradient(180deg,#3a83f6,#2f6fed);box-shadow:0 6px 16px rgba(47,111,237,.12)}
.em-download-file-icon:before{content:"";position:absolute;left:22px;top:13px;width:3px;height:19px;border-radius:3px;background:#fff}
.em-download-file-icon:after{content:"";position:absolute;left:16px;top:26px;width:12px;height:12px;border-right:3px solid #fff;border-bottom:3px solid #fff;transform:rotate(45deg)}
.em-download-file-icon span{display:none}
.em-download-file-info{min-width:0}
.em-download-file-name{display:block;margin:0 0 8px;color:#202a36;font-size:18px;line-height:1.35;font-weight:700;word-break:break-word}
.em-download-tags{display:flex;flex-wrap:wrap;gap:7px}
.em-download-tags span{display:inline-flex;align-items:center;min-height:27px;padding:3px 10px;border-radius:7px;background:#f3f5f8;color:#697586;font-size:12px;line-height:1.2;font-weight:400}

/* 下载说明 */
.em-download-provider-lead{margin:18px 0 12px;color:#3d4652;font-size:14px;line-height:1.6}
.em-download-provider-lead em{color:#687485;font-style:normal}

/* 网盘线路 */
.em-download-provider-routes{display:flex;flex-direction:column;gap:10px}
.em-download-provider-route,.em-download-provider-route:link,.em-download-provider-route:visited{display:grid;grid-template-columns:62px 50px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:74px;padding:11px 16px;border:1px solid #e6ebf2;border-radius:11px;background:#fff;color:#27313d!important;text-decoration:none!important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}
.em-download-provider-route:hover{border-color:#c8d9fa;background:#fbfdff;box-shadow:0 5px 16px rgba(47,111,237,.08);transform:translateY(-1px)}
.em-download-route-no{display:flex;align-items:center;justify-content:flex-start;color:#2f6fed;font-size:13px;font-weight:600;white-space:nowrap}

/* 网盘图标：使用用户提供的官方 Logo 原色素材；不加滤镜、不改透明度、不套白底框 */
.em-download-provider-logo{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;border:0;border-radius:0;background:transparent;overflow:visible}
.em-download-provider-logo img{display:block;width:34px;height:34px;max-width:none;max-height:none;object-fit:contain;filter:none!important;opacity:1!important}
.em-download-provider-logo-quark img{width:32px;height:32px}
.em-download-provider-logo-baidu img{width:36px;height:36px}
.em-download-provider-logo-pan123 img{width:36px;height:36px}
.em-download-provider-logo-generic{border:0;background:#f2f6ff;color:#2f6fed;font-size:23px;font-weight:400}

.em-download-provider-body{display:block;min-width:0}
.em-download-provider-title{display:flex;align-items:center;gap:8px;min-width:0;line-height:1.35}
.em-download-provider-title strong{overflow:hidden;color:#27313d;font-size:14px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}
.em-download-provider-title small{display:inline-flex;align-items:center;height:23px;padding:0 8px;border-radius:12px;font-size:11px;font-weight:500;white-space:nowrap}
.em-download-provider-title small.is-recommend{background:#edf5ff;color:#2f6fed}
.em-download-provider-title small.is-backup{background:#f4f5f7;color:#798493}
.em-download-provider-desc{display:block;margin-top:4px;overflow:hidden;color:#8994a3;font-size:12px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}
.em-download-route-action{display:flex;align-items:center;gap:8px;color:#2f6fed;font-size:14px;font-weight:600;white-space:nowrap}
.em-download-route-action b{font-size:24px;line-height:1;font-weight:300}

@media only screen and (max-width:768px){
  .em-article-layout .article>.em-article-body-card .em-download-card{margin:0 8px 18px}
  .em-download-panel{padding:17px 14px 16px;border-radius:11px}
  .em-download-file{gap:12px}
  .em-download-file-icon{width:42px;height:48px;flex-basis:42px}
  .em-download-file-icon:before{left:19px;top:12px;height:17px}
  .em-download-file-icon:after{left:14px;top:24px;width:11px;height:11px}
  .em-download-file-name{font-size:16px;margin-bottom:7px}
  .em-download-tags span{min-height:25px;padding:3px 8px;font-size:11px}
  .em-download-provider-lead{margin:15px 0 10px;font-size:12px}
  .em-download-provider-route{grid-template-columns:48px 36px minmax(0,1fr) 64px!important;align-items:start!important;gap:8px!important;min-height:66px!important;padding:10px 10px!important;border-radius:9px!important}
  .em-download-route-no{align-self:center;font-size:12px}
  .em-download-provider-logo{align-self:center;width:34px;height:34px;flex-basis:34px}
  .em-download-provider-logo img{width:30px;height:30px}
  .em-download-provider-logo-quark img{width:28px;height:28px}
  .em-download-provider-logo-baidu img,.em-download-provider-logo-pan123 img{width:31px;height:31px}
  .em-download-provider-title{gap:5px}
  .em-download-provider-title strong{font-size:12px}
  .em-download-provider-title small{height:20px;padding:0 6px;font-size:10px}
  .em-download-provider-desc{margin-top:3px;font-size:10px}
  .em-download-route-action{align-self:start;justify-self:end;min-width:64px;margin-top:1px;gap:2px;font-size:12px;line-height:20px;white-space:nowrap!important}
  .em-download-route-action b{font-size:18px;line-height:20px}
}
@media only screen and (max-width:390px){
  .em-download-panel{padding-left:12px;padding-right:12px}
  .em-download-provider-route{grid-template-columns:43px 30px minmax(0,1fr) 60px!important;gap:5px!important;padding-left:8px!important;padding-right:8px!important}
  .em-download-provider-logo{width:30px;height:30px;flex-basis:30px}
  .em-download-provider-logo img{width:27px;height:27px}
  .em-download-provider-logo-quark img{width:25px;height:25px}
  .em-download-provider-logo-baidu img,.em-download-provider-logo-pan123 img{width:28px;height:28px}
  .em-download-provider-desc{display:none}
  .em-download-provider-title small{display:none}
  .em-download-route-action{min-width:60px;margin-top:0;font-size:11px!important;line-height:18px;white-space:nowrap!important}
  .em-download-route-action:before{content:none!important}
  .em-download-route-action b{font-size:16px;line-height:18px}
}
