html, body {
    overscroll-behavior-y: none;
    overflow: hidden;
}


input[type="password" i] {
    -webkit-text-security: disc !important;
    padding-block: 1px;
    padding-inline: 2px;
    font-size: 60px !important;
    appearance: none; /* 适用于大多数现代浏览器 */
    -webkit-appearance: none; /* 适用于 Webkit 内核浏览器 */
    -moz-appearance: none; /* 适用于 Firefox */
}

input[type="password" i]::-ms-reveal {
  display: none; /* 隐藏 Edge 浏览器的眼睛图标 */
}


.cirCursor {
    cursor: url('./img/cursor.png') 10 10, auto;
}