html,
body {
    height: 100%;
    word-break: break-all;
}

@font-face {
    font-family: "sub";
    src: url('https://file-bj.mscps.com/static/utils/css/sub-font/iconfont.woff2') format('woff2'), url('https://file-bj.mscps.com/static/utils/css/sub-font/iconfont.woff') format('woff'), url('https://file-bj.mscps.com/static/utils/css/sub-font/iconfont.ttf') format('truetype');
}

.sub {
    font-family: "sub" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sub-fenxiang:before {
    content: "\e623";
}

.sub-touxiang:before {
    content: "\e7bb";
}

.sub-xiazai:before {
    content: "\e67e";
}

.sub-pinglun:before {
    content: "\e651";
}

.sub-zan:before {
    content: "\e630";
}

.sub-adress:before {
    content: "\e62b";
}

.sub-shijian:before {
    content: "\e6c1";
}

.sub-zhuanxiangzhuantijihe:before {
    content: "\e622";
}

.sub-xia:before {
    content: "\e62e";
}

.sub-user-reply:before {
    content: "\e601";
}

.sub-xinshixin:before {
    content: "\e603";
}

.sub-chakan:before {
    content: "\e62c";
}

.sub-sousuo:before {
    content: "\e6dc";
}

.sub-caidan1:before {
    content: "\e66e";
}

.sub-caidan:before {
    content: "\e600";
}

.sub-guanbi:before {
    content: "\e63a";
}

.sub-gt:before {
    content: "\e617";
}

.sub-down-copy:before {
    content: "\e6dd";
}

.sub-shouye:before {
    content: "\e6cd";
}

b,
strong {
    font-weight: bold;
}

.sub-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    /* max-width:640px; */
    padding: 0.5rem;
    height: 2rem;
    line-height: 2rem;
    background-color: #4e88ff;
    color: #fff;
    font-size: 0.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .sub-header a {
        color: inherit;
    }

    .sub-header.flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.overflow-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sub-aslide-wrapper {
    color: #333;
}

    .sub-aslide-wrapper .sub-aslide-shadow {
        background-color: rgba(0, 0, 0, 0.3);
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        top: 2rem;
        z-index: 999;
    }

    .sub-aslide-wrapper .sub-aslide-content {
        width: 40%;
        max-width: 400px;
        background-color: #fff;
        position: fixed;
        left: 0;
        top: 2rem;
        bottom: 0;
        overflow-y: auto;
        z-index: 999;
    }

        .sub-aslide-wrapper .sub-aslide-content a {
            display: block;
            font-size: 0.6rem;
            padding: 0.5rem;
            color: inherit;
            border-bottom: 1px solid #f9f9f9;
            overflow: hidden;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
            max-width: 100%;
        }

            .sub-aslide-wrapper .sub-aslide-content a.nav-sub-title {
                color: #999;
                font-size: 0.55rem;
                margin-left: 0.3rem;
                padding: 0.3rem 0.5rem;
            }

    .sub-aslide-wrapper .sub-aslide-shadow,
    .sub-aslide-wrapper .sub-aslide-content {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .sub-aslide-wrapper.active .sub-aslide-shadow,
    .sub-aslide-wrapper.active .sub-aslide-content {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

.wrapper {
    position: relative;
    min-height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.temp-fjj:before {
    content: 'sIDDBPHcZUn75XeBQepNPuzSR2VMsK3XiQ4tFJsuun0wqtx8aC3cS8KfF7FE1Iy_xyDslZb2NrQCA9LL6qMbxXQ_d_d';
    display: none;
    width: 100%;
    height: 5px;
}

.wrapper-not-footer {
    padding-bottom: 0;
}

.sub-content {
    padding: 0.5rem;
    font-size: 0.5rem;
    padding-bottom: 1.5rem;
    flex: 1;
    word-break: break-word;
}

    .sub-content img {
        max-width: 100%;
        height: auto;
    }

    .sub-content table {
        max-width: 100%;
    }

.sub-tabbar {
    height: auto;
    /* line-height: 2rem; */
    /* background-color: #E74C3C; */
    /* display: flex; */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0.6rem;
    z-index: 9999;
}

    .sub-tabbar .sub-return-home {
        width: 30%;
        background-color: #fff;
        display: block;
        height: 100%;
        text-align: center;
        color: inherit;
        line-height: 1.1;
        color: #4e88ff;
        font-size: 0.5rem;
    }

        .sub-tabbar .sub-return-home i {
            font-size: 0.9rem;
            padding-top: 0.3rem;
            color: inherit;
            display: block;
        }

    .sub-tabbar .sub-link-baoming {
        text-align: center;
        width: 70%;
        color: #fff;
    }

.ellipsis2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.sjr_item {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

    .sjr_item:first-child {
        padding-top: 0;
    }

    .sjr_item a {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .sjr_item a .imgbox {
            width: 2.5rem;
            height: 2.5rem;
            margin-right: 15px;
            background-color: #ddd;
        }

            .sjr_item a .imgbox img {
                width: 100%;
                height: 100%;
            }

        .sjr_item a .right_mess {
            flex: 1;
        }

            .sjr_item a .right_mess .tit {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                color: #636363;
                font-size: 0.6rem;
                font-weight: bold;
                line-height: 0.9rem;
                height: 1.8rem;
            }

            .sjr_item a .right_mess .time {
                color: #858587;
                font-size: 0.54rem;
                display: flex;
                align-items: self-end;
            }

.bodybg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-size: 100% 100%;
    background-position: center top;
    z-index: -1;
}
/*# sourceMappingURL=sub.css.map */
