﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: calc(100vw / 37.5) !important; /*375的设计稿;1rem=10px*/
    max-width: 750px;
    margin: 0 auto;
}

body {
    background-color: #F3F4F6;
}
/*方正细体-APP捕捉地址协议*/
/*@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");
}
*/[v-cloak] {
    display: none!important;
}
a:link, a:active, a:visited, a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;
}
#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;
}
.text-l1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text-l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.viewInApp {
    width: 100%;
    max-width: 677px;
    height: 60px;
    position: fixed;
    background-color: #fff;
    top: 0;
    color: #000;
    vertical-align: middle;
    padding: 12px 10px;
    box-sizing: border-box;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    z-index: 999;
}
    .viewInApp.bottom {
        bottom:0;
        top:unset;
    }

    .viewInApp .applogo {
        width: 36px;
        height: 36px;
    }

.informetion {
    display: inline-block;
    max-width: 75%;
    margin-left: 6px;
}


    .informetion .appname {
        font-size: 16px;
        line-height: 17px;
    }

    .informetion .appinfo {
        padding-top: 5px;
        font-size: 12px;
        line-height: 14px;
    }

.openapp {
    width: 60px;
    height: 30px;
    vertical-align: middle;
    margin-top: 3px;
    float: right;
    border: 0;
    background: #E13A2C;
    color: #fff;
    border-radius: 20px;
    font-size: 15px;
}
@media only screen and (min-width: 750px) {
    html {
        font-size: 18px !important;
    }
}
