body,p,ul{ margin: 0; padding: 0}
body{background:#212222;}
body {font-family: "Microsoft Yahei", "Helvetica Neue", "Helvetica", "Arial", "sans-serif"!important;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga", "kern";font-size:14px;overflow-x:auto;}
a,a:hover{text-decoration: none!important;}

.mycursor,.mycursor img{cursor:pointer}
.yihang{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}


input:-webkit-autofill {
    -webkit-animation: autofill-fix 1s infinite!important;
    -webkit-text-fill-color: #fff;
    color:#fff;
    -webkit-transition: background-color 50000s ease-in-out 0s!important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset!important;
    transition: background-color 50000s ease-in-out 0s!important;
    background-color: transparent!important;
    background-image: none !important;
}
[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
input[type=number], input[type=password], input[type=text], textarea {
    -webkit-appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    transition: background-color 5000s ease-in-out 0s;
}

input:focus,textarea {
    /* background-color: red; */
    border-radius: 0;
    border: 0;
    outline: 0 solid aqua;
}