.emh-card-info-type {
    .index-read {
        margin-top: 8px;
        box-sizing: border-box;
        padding-top: 1px;
        display: flex;
        justify-content: space-evenly;
        padding: 12px 0;
        width: 100%;
        //height: 100px;
        background: #3863ea;
        border-radius: 11px;
        .read-section {
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 65px;
            cursor: pointer;
            img {
                //margin: auto;
                width: 65px;
                height: 45px;
            }
            p {
                // margin: auto;
                font-family: PingFangSC-Regular;
                font-size: 14px;
                color: #ffffff;
                margin-top: 4px;
                text-align: center;
            }
        }
    }
}

.cover-view{
    position: absolute;
    z-index: 999;
    width: 100vw;
    min-height: 100vh;
    top: 0;
    left: 0;
    overflow: auto;
}