﻿.orderListIcon {
    position: relative;
}
    /*微信红包按钮*/
    .orderListIcon .count {
        display: block;
        position: absolute;
        background: red;
        color: #fff;
        top: 0;
        left: 50%;
        margin-left: .2rem;
        height: .3rem;
        line-height: .3rem;
        width: .3rem;
        border-radius: 50%;
        font-size: .1rem;
    }

.redPacket {
    display: block;
    position: fixed;
    bottom: 2rem;
    right: .5rem;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    z-index: 99;
}

    .redPacket img {
        max-height: 100%;
        max-width: 100%;
    }
/*微信红包领取中页面*/
.redPacketLoading, .redPacketBox {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}

    .redPacketLoading:after, .redPacketBox:after {
        display: block;
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .6;
    }

    .redPacketLoading img {
        max-width: 70%;
        margin-top: 1rem;
    }

    .redPacketLoading .title {
        line-height: 2rem;
    }
    /*红包金额页面*/
    /*.redPacketBox {
            display: block;
        }*/

    .redPacketBox .dbody {
        display: block;
        width: 90%;
        height: 90%;
        border-radius: .4rem;
        background-color: #D55645;
        margin: 0 auto;
        margin-top: 5%;
        overflow: auto;
    }

        .redPacketBox .dbody .name {
            color: #FED7B0;
        }

            .redPacketBox .dbody .name:before {
                content: '';
                height: 1rem;
                width: 100%;
                display: block;
            }

        .redPacketBox .dbody .price {
            margin-top: .4rem;
            color: #FED7B0;
        }

            .redPacketBox .dbody .price .money {
                font-size: 1.2rem;
            }

        .redPacketBox .dbody .close {
            display: block;
            width: 80%;
            height: .8rem;
            line-height: .8rem;
            background-color: #DEB774;
            border-radius: .2rem;
            margin: 0 auto;
            color: #fff;
            margin-top: 1rem;
        }

        .redPacketBox .dbody .info {
            margin-top: .4rem;
            padding: 0 .5rem;
            line-height: .6rem;
            border-top: 1px solid #BE5041;
            color: #DEB774;
            text-align: left;
        }
