.cbkfe-buybottom-bar {
    position: fixed;
    bottom:0;
    left:0;
    width: 100%;
    background: #fff;
    box-shadow: 0rem 0rem 0.4rem 0rem rgba(221, 221, 221, 0.6);
    z-index: 100;
    .cbkfe-buybottom-content{
        position: relative;
        padding: 0.4rem 0.75rem;
        display: flex;
    }
    .buybottom__share{
        margin:0 1rem 0 0.25rem;
        font-size: 0;
        text-align: center;
        .buybottom__shareIcon{
            margin-top:0.3rem;
            width:1.1rem;
            height:0.9rem;
        }

        .buybottom__shareTitle{
            margin-top:0.3rem;
            font-size:0.5rem;
            color:#000;
            line-height: 1;
        }
    }

    .buybottom__btns{
        flex: 1;
        width: 1px;
        display: flex;
        border-radius:1.1rem;
        overflow: hidden;
        .buybottom__item{
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            flex: 1;
            width: 10px;
            height:2.2rem;
            background: #FFE8EC;
        }
        .buybottom__right{
            background: #FF2244;
            .buybottom__itemTitle,.buybottom__itemPrice{
                color: #FFF;
            }
        }
        .buybottom__member{
            background: linear-gradient(206deg, #444444 0%, #000000 100%);
            background: -webkit-linear-gradient(206deg, #444444 0%, #000000 100%);
            .buybottom__itemTitle,.buybottom__itemPrice{
                color: #FFEDE2;
            }
        }
        .buybottom__disable{
            background: #c9c9c9;
            .buybottom__itemTitle,.buybottom__itemPrice{
                color: #FFF;
            }
        }
        .buybottom__rob {
            background: #FFE8EC;
            .buybottom__itemTitle {
                color: #FF2244;
                font-size: 0.9rem;
            }
        }

        .buybottom__itemTitle{
            margin-top:0.1rem;
            font-size: 0.75rem;
            font-family: PingFangSC-Medium, PingFang SC;
            font-weight: 500;
            color: #FF2244;
            line-height: 0.65rem;
        }

        .buybottom__itemPrice{
            margin-top:0.3rem;
            font-size: 0.6rem;  
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #FF2244;
            line-height: 0.5rem;
        }
    }
}