﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: calc(100vw / 37.5) !important; /*375的设计稿;1em=10px*/
}

body {
    background-color: #F3F4F6;
}
/*方正细体*/
@font-face {
    font-family: FZBiaoYS_GBK_YS;
    src: url("font://FZBiaoYS_GBK_YS.ttf");
}
/*方正粗体*/
@font-face {
    font-family: FZCYSJW;
    src: url("font://FZCYSJW.ttf");
}
[v-cloak] {
    display: none
}
a:link, a:active, a:visited, a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
#app {
    height: 100%;
    background-color: #F3F4F6;
}
.loading {
    background-color: #F3F4F6;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    margin-top: -2.8rem;
    margin-left: -2.8rem;
    text-align: center;
    position: absolute;
}

    .loading img {
        width: 5.6rem;
        height: 5.6rem;
    }
.hidden {
    display:none;
}
.clear {
    clear:both;
}
.empty {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #999999FF;
    font-size: 1.4rem;
}
    .empty img {
        margin-top:18rem;
        margin-bottom:1.6rem;
        width:8.9rem;
        height:10.1rem;
    }
