* {
    margin: 0;
    padding: 0;
}

html,
body,
#app,
.wrapper {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.clear {
    clear: both;
}

/*修改日期：2020-9-23
修改人：陈良爱
修改内容：新增ul,li*/

ul,
li {
    list-style: none;
}