html{
    font-size: 20px;
}
html,body,div,p,h1{
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;;
    background: #fff;
    font-family: Helvetica;
}
input{
    background: none;
}
img{
    display: inline-block;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
    outline: none;
    color: #000; /* 你想要的链接颜色 */
}
a{
    text-decoration: none;
}

input[type="password"]::-webkit-input-placeholder {
    visibility: hidden;
}

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

input[type="password"]::-webkit-credentials-auto-fill-button {
    visibility: hidden;
}