/* 直接使用用户提供的 App 原图，不使用手机边框、旋转或裁切效果 */
.phone-stage{width:510px;height:545px;margin:56px 0 0 38px}
.phone{background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible}
.phone-back{width:239px;height:518px;right:14px;top:25px;transform:none;opacity:1}
.phone-front{width:249px;height:539px;left:13px;top:0;transform:none}
.phone-notch{display:none}
.screen-photo{width:100%;height:100%;object-fit:contain;object-position:top;filter:none;image-rendering:auto}
.screen-gallery{max-width:1120px;gap:28px}
.screen-gallery figure{padding:0;background:transparent;box-shadow:none;border-radius:0;overflow:visible}
.screen-gallery img{width:100%;aspect-ratio:auto;object-fit:contain;border-radius:0;box-shadow:0 12px 30px rgba(34,78,69,.1)}
.screen-gallery figcaption{padding:14px 0 0;font-size:15px}
@media(max-width:900px){.phone-stage{margin:22px auto -58px;transform:scale(.78);transform-origin:top center}.screen-gallery{gap:20px}}
@media(max-width:520px){.phone-stage{margin:5px auto -95px;transform:scale(.59)}.screen-gallery{gap:14px}.screen-gallery figcaption{font-size:13px}}
