html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
tr,
td,
th,
input,
select,
textarea,
button,
img {
    margin: 0;
    padding: 0;
    font-family:PingFangSC-Regular, sans-serif;
}

/*ul,
li {
    list-style: none;
    float: left;
}*/

a {
    text-decoration: none!important;
    cursor: pointer;
}

i,
label {
    font-style: normal;
}

select {
    outline: none;
}

button,
input {
    outline: none;
    border: none;
    background: none;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: "Microsoft YaHei" !important;
}

#app,
#login {
    width: 100%;
    height: 100%;
}
