#app {
    font-family: "PingFang SC";
}


/* 在填充数据之前隐藏解决页面刚加载时的闪烁问题 */

[v-cloak] {
    display: none;
}

a {
    text-decoration: none;
}

a:link {
    color: aqua;
}

a:hover {
    text-decoration: none;
}


/* 重置列表元素 */

body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

li {
    list-style: none;
}


/* 清除浮动 */

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1;
}

.over {
    overflow: hidden;
}


/* 左右浮动 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.ml30 {
    margin-left: 10px;
}

.ml50 {
    margin-left: 50px;
}

.ml100 {
    margin-left: 100px;
}


/* 清除图片边框 */

img {
    border: none;
    vertical-align: middle;
}

.reactSolid {
    width: 100%;
    height: 20px;
    background: #fafbfd;
}

@font-face {
    font-family: 'pingfangMedium';
    src: url('../fonts/PingFang-Medium.woff');
}

.red {
    color: red;
}