body {
            font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
        }
        .active-tab {
            color: #d71920;
        }
        body[data-qiushi-page="login"] [data-login-tab] {
            position: relative;
        }
        body[data-qiushi-page="login"] [data-login-tab]::after {
            position: absolute;
            right: 0;
            bottom: -1px;
            left: 0;
            height: 3px;
            border-radius: 3px 3px 0 0;
            background-color: #d71920;
            content: '';
            transform: scaleX(0);
            transform-origin: center;
            transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
        }
        body[data-qiushi-page="login"] [data-login-tab][aria-selected="true"]::after {
            transform: scaleX(1);
        }
        @media (prefers-reduced-motion: reduce) {
            body[data-qiushi-page="login"] [data-login-tab]::after {
                transition: none;
            }
        }
        .hide-scrollbar::-webkit-scrollbar {
            display: none;
        }
        .hide-scrollbar {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        body[data-qiushi-page="login"] input {
            background-color: #fff;
        }
        body[data-qiushi-page="login"] input:-webkit-autofill,
        body[data-qiushi-page="login"] input:-webkit-autofill:hover,
        body[data-qiushi-page="login"] input:-webkit-autofill:focus {
            background-color: #fff;
            -webkit-background-clip: text;
            -webkit-text-fill-color: #1a1b22;
            -webkit-box-shadow: 0 0 0 1000px #fff inset;
            box-shadow: 0 0 0 1000px #fff inset;
            caret-color: #1a1b22;
        }
        body[data-qiushi-page="login"] input:-webkit-autofill:focus {
            -webkit-box-shadow: 0 0 0 1000px #fff inset, 0 0 0 2px #d71920;
            box-shadow: 0 0 0 1000px #fff inset, 0 0 0 2px #d71920;
        }
