/* 资质荣誉 / 厂区环境：手机内容区专用样式，与 PC CSS 分离。 */
.sj_gallery_page{width:100%;box-sizing:border-box;padding:24px 15px 42px;color:#333}
.sj_gallery_head{padding-bottom:17px;border-bottom:1px solid #eee;text-align:center}
.sj_gallery_kicker{margin:0 0 7px;color:#b08b57;font:10px/1.4 Arial,sans-serif;letter-spacing:1.4px;text-transform:uppercase}
.sj_gallery_head h1{margin:0;color:#222;font-size:23px;line-height:1.4;font-weight:500}
.sj_gallery_intro{margin:8px auto 0;color:#777;font-size:13px;line-height:1.7}
.sj_gallery_summary{margin:17px 0 0;color:#555;font-size:14px;line-height:1.8}
.sj_gallery_summary img{max-width:100%;height:auto}
.sj_gallery_loading{display:flex;align-items:center;justify-content:center;gap:7px;min-height:38px;color:#888;font-size:12px;transition:opacity .2s}
.sj_gallery_page.is-ready .sj_gallery_loading{height:0;min-height:0;overflow:hidden;opacity:0}
.sj_gallery_spinner{width:13px;height:13px;border:2px solid #e6ded2;border-top-color:#a9824e;border-radius:50%;animation:sj_gallery_spin .8s linear infinite}
@keyframes sj_gallery_spin{to{transform:rotate(360deg)}}
.sj_gallery_grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 10px;margin:20px 0 0;padding:0;list-style:none}
.sj_gallery_card{min-width:0;margin:0;padding:0}
.sj_gallery_figure{height:100%;margin:0;background:#fff;border:1px solid #eee}
.sj_gallery_link{position:relative;display:block;overflow:hidden;background:#faf9f7;aspect-ratio:4/3}
.sj_gallery_link img{display:block;width:100%;height:100%;object-fit:contain}
.sj_gallery_zoom{position:absolute;right:6px;bottom:6px;padding:4px 6px;color:#fff;background:rgba(0,0,0,.58);font-size:10px;line-height:1;border-radius:2px}
.sj_gallery_caption{padding:8px 9px 10px}
.sj_gallery_caption h2{margin:0;color:#333;font-size:14px;line-height:1.45;font-weight:500;word-break:break-all}
.sj_gallery_caption p{margin:4px 0 0;color:#888;font-size:11px;line-height:1.5}
.sj_gallery_empty{margin:20px 0 0;padding:40px 15px;text-align:center;background:#faf9f7;border:1px solid #eee}
.sj_gallery_empty h2{margin:0;color:#555;font-size:17px;font-weight:500;line-height:1.5}
.sj_gallery_empty p{margin:9px 0 0;color:#999;font-size:13px;line-height:1.7}
.sj_gallery_pagination{margin:24px 0 0;text-align:center;line-height:29px}
.sj_gallery_pagination a,.sj_gallery_pagination span{display:inline-block;min-width:29px;margin:0 2px;padding:0 6px;color:#666;border:1px solid #e5e5e5;text-decoration:none;box-sizing:border-box}
.sj_gallery_pagination .current,.sj_gallery_pagination a:hover{color:#fff;background:#a9824e;border-color:#a9824e}
