
/*海报内容信息*/
.poster-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1; /*transform: translate(-100%, -100%);*/
}

.poster {
    background-color: #f5f5e7;
    width: 312px;
    padding: 0 24px;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 78;
}

    .poster .poster-name {
        font-size: 18px;
        margin-top: 36px;
        height: 32px;
        line-height: 18px;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    .poster .poster-desc {
        font-size: 14px;
        color: #f5f5e7;
        font-weight: bold;
        height: 20px;
        line-height: 20px;
        margin-top: 8px;
        margin-bottom: 16px;
    }

.poster-img-content {
    position: relative;
    width: 264px;
    height: 264px;
    overflow: hidden;
    margin-bottom: 16px;
}

    .poster-img-content img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9;
    }

.poster-bottom {
    height: 88px;
    padding: 0 24px;
    margin: 0 -24px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    background-color: #f5f5e7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .poster-bottom img, .poster-bottom canvas {
        flex-shrink: 0;
        margin-left: 1px;
        width: 64px;
        height: 64px;
    }

    .poster-bottom .border-middle {
        padding: 4px;
        background-color: #fff;
        box-sizing: border-box;
        border-radius: 6px;
        height: 72px;
    }

.poster-shop-mes {
    flex-shrink: 1;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left:20px;
    white-space: nowrap;
}
    .poster-shop-mes .poster-shop-price {
        width: 100%;
        color: #19aba3;
        white-space: nowrap;
    }
    .poster-shop-mes .poster-shop-name {
        width: 100%;
        color: #b0b1ad;
        white-space: nowrap;
    }


/*展示海报*/
.posterBox {
    position: fixed;
    z-index: 999;
    padding: 0 30px;
    left: 0;
    top: 4%; /*bottom: 0;display: flex;*/
    align-items: center;
}

    .posterBox .posterImg {
        width: 100%;
    }

    .posterBox .download {
        margin-top: 0.5rem;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0.5rem;
        height: 2rem;
        text-align: center;
        line-height: 2rem;
        border-radius: 0.2rem;
        color: #fff;
        background-color: #fb1438;
        display: inline-block;
    }

.btn_poster {
    width: 1.8rem;
    height: 1.8rem;
    background: url(../images/fab_poster.png) no-repeat;
    background-color: rgba(1, 0, 0, 0.69);
    border-radius: 50%;
    background-position: center;
    background-size: 60%;
    display: block;
    margin-top: 10px;
}
/*遮罩*/
.van-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
}
