.goods-send-gift,.goods-ask-service{
    background-color: #4A4A4A
    width 144px
    flex-center(center,center)
    flex-direction: column
    height 100%
    font-size: 20px
    .iconfont{
        font-size: 32px
        margin-bottom 15px
    }
    .service-icon{
        font-size: 40px
    }
}
.goods-ask-service{
    background-color: #757575
    color #fff;
    text-decoration none;
}
.goods-buy-btn{
    width 462px
    flex-center(center,center)
    font-size: 32px
    text-decoration none;
    color #fff
    flex: 1;
}

.goods-bottom-bar {
    justify-content flex-start
    display: flex;
    width: 100%;
    height: 100%;
}