﻿@charset "utf-8";
/*@font-face {
    font-family: FZBiaoYS_GBK_YS;
    src: url("https://fw-xjtv.oss-cn-hangzhou.aliyuncs.com/FZBiaoYS_GBK_YS.ttf");
}*/
@font-face {
    font-family: FZBiaoYS_GBK_YS;
    src: url("font://FZBiaoYS_GBK_YS.ttf");
}

@font-face {
    font-family: FZCYSJW;
    src: url("font://FZCYSJW.ttf");
}

@font-face {
    font-family: FZBiaoYS_GBK_YS_Share;
    src: url("https://fw-xjtv.oss-cn-hangzhou.aliyuncs.com/FZBiaoYS_GBK_YS.ttf");
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: calc(100vw / 37.5) !important; /*375的设计稿;1em=10px*/
}

body {
    background-color: #F3F4F6;
    /*font-family:FZBiaoYS_GBK_YS*/
}

[v-cloak] {
    display: none
}

#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;
    }
.clear {
    clear:both;
}