.iw24-rail{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:9000;display:flex;flex-direction:column;gap:2px}.iw24-rail a{position:relative;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#ec7404;color:#fff;text-decoration:none;transition:background .15s ease}.iw24-rail a:first-child{border-radius:6px 0 0 0}.iw24-rail a:last-child{border-radius:0 0 0 6px}.iw24-rail a:hover{background:#d16603}.iw24-rail svg{width:26px;height:26px;stroke:#fff;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.iw24-rail img{width:27px;height:27px;display:block}.iw24-rail span{position:absolute;right:62px;background:#003366;color:#fff;font-size:14px;white-space:nowrap;padding:7px 12px;border-radius:4px;opacity:0;pointer-events:none;transition:opacity .15s ease}.iw24-rail a:hover span{opacity:1}@media (max-width:980px){.iw24-rail{top:auto;bottom:0;right:0;left:0;transform:none;flex-direction:row;gap:0}.iw24-rail a{flex:1;height:52px;border-radius:0}.iw24-rail a+a{border-left:1px solid rgba(255,255,255,.25)}.iw24-rail span{display:none}}.iw24-rail a:first-child{padding:0;overflow:hidden}.iw24-rail a:first-child img{width:100%;height:100%;object-fit:contain}