*{
    margin: 0;
    padding: 0;
    list-style: none;
}
body{
    margin: 0 !important;
    background: #F2F3F5;
    font-family: "Microsoft YaHei","SimSun";
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
    text-decoration: none;
}

a:active {
    color: inherit;
    text-decoration: none;
}
::-webkit-scrollbar {display:none}

table {
    margin-bottom: 10px;
    border-collapse: collapse !important;
    display: table;
    text-indent: initial;
    border-spacing: .02rem;
}
td, th {
    padding: .05rem .1rem;
    border: .01px solid #DDD;
}