<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* é¼&nbsp;æ&nbsp;‡æ&nbsp;·å¼å¼€å§‹ */
body {
    cursor: url(https://cos.cdn.azpay.cn/uploads/2021/11/28/arrow.cur),
        default;
}

a,
img {
    cursor: url(https://cos.cdn.azpay.cn/uploads/2021/11/28/btn.cur),
        default;
}


/* åˆéŸ³æœªæ¥å¼€å§‹ */
.cywl {
    position: fixed;
    /* ç›’å­å¤§å° */
    width: 70px;
    height: 75px;
    z-index: 999;
    /* å·¦ä¸‹è§’ */
    left: 0;
    bottom: 0;
    margin-bottom: calc(env(safe-area-inset-bottom) + 10px);
    cursor: pointer;
}</pre></body></html>