/*底部按钮*/
.met-bottom-height{height: 55px;}
.met-bottom{padding: 0 12px; display: flex;justify-content: space-between;align-items: center; height: 54px;border-top: 1px solid #f5f5f5;background-color: #fff; position: fixed;bottom: 0;left: 0;right: 0;z-index: 10000;}
.met-bottom-price{padding-left: 10px;}
.met-bottom-price-num{color: #ff313f;font-size: 15px;}
.met-bottom-price-del{color: #999999;font-size:12px;text-decoration:line-through;}
.met-bottom .met-bottom-btn{width: 60%; height: 32px;line-height: 32px; background: #53bd99;font-size: 13px;color: #fff;text-align: center;border-radius: 32px;margin-left:0;margin-right:0;border: none;}
.met-bottom .met-bottom-btn-2{width: 47%; height: 32px;line-height: 28px; background: #fff;border: 2px solid #53bd99;font-size: 13px;color: #53bd99;text-align: center;border-radius: 32px;}
.met-bottom .met-bottom-btn-2:last-child{background-color: #53bd99;color: #fff;}

button[plain][disabled] {
    color: rgba(0,0,0,.3);
    border: 1px solid #ccc;
    background-color: #f5f5f5;
}