.cpAd .sf, .cpAd .zz {
    opacity: 0;
    color: #ff3801;
    float: right;
    margin-right: 1rem;
}

.UserAdfalse, .UserAdtrue {
    background: #fff;
    margin-top: -1px;
    padding-top: 3%;
}

    .UserAdfalse h3, .UserAdtrue h3 {
        color: #222;
        font-size: .85rem;
        padding: 0 3% 3%;
        line-height: 1.05rem;
        font-weight: normal;
        padding-top: 0;
        margin-top: 0;
    }

    .UserAdtrue img {
        margin: 0 3%;
        width: 94% !important;
    }

    .UserAdfalse .list_image {
        padding-top: .5rem;
    }

        .UserAdfalse .list_image ul {
            display: block;
            margin: 0 3%;
            padding: 0;
            list-style-type: none;
            font-size: 0;
        }

            .UserAdfalse .list_image ul li {
                display: inline-block;
                overflow: hidden;
                width: 33%;
                height: 0;
                background-size: cover;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                margin: 0 0.5% 0.5% 0;
                list-style: none;
            }

                .UserAdfalse .list_image ul li:nth-child(3n+0) {
                    margin-right: 0;
                }

                .UserAdfalse .list_image ul li img {
                    border: none;
                    display: block;
                    width: 100%;
                    -webkit-transition: opacity 300ms ease;
                    -moz-transition: opacity ease .3s;
                    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
                    -webkit-user-select: none;
                    text-decoration: none;
                    padding: 0;
                    margin: 0;
                    outline-style: none;
                }

.redpacks {
    padding: 0;
}

.redpack li {
    position: relative;
    animation: all 3s linear;
    top: -5rem;
    text-align: center;
    cursor: pointer;
    list-style: none;
    list-style: none;
        z-index: 88;
}

    .redpack li div {
        position: absolute;
        color: #ff0;
        background: #ef3b40;
        line-height: 1rem;
        padding: 1rem .5rem;
        border-radius: .25rem;
        font-size: .85rem;
        font-weight: bold;
        padding-bottom: .5rem;
    }


.redpack-head {
    height: .8rem;
    margin: -1rem -.5rem .4rem -.5rem;
    border: .05rem solid #BD503A;
    background-color: #ef3b40;
    border-radius: .5rem .5rem 50% 50% / .5rem .5rem 15% 15%;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
