* {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #0840f8;
}
html{
    --ant-primary-color: #0840f8 !important;
}

/*a:visited {*/
/*    color: currentColor;*/
/*}*/

/*a:hover {*/
/*    color: currentColor;*/
/*}*/

/*a:active {*/
/*    color: currentColor;*/
/*}*/

/*a:focus {*/
/*    color: currentColor;*/
/*}*/

button {
    cursor: pointer;
}

button:focus-visible {
    outline: none;
}

input:focus-visible {
    outline: none;
}

button[disabled] {
    cursor: no-drop;
    color: #bebebe !important;
}

/* 去除edge自带的小眼睛*/
input[type="password"]::-ms-reveal {
    display: none;
}

input[type="password"]::-ms-clear {
    display: none;
}

input[type="password"]::-o-clear {
    display: none;
}
