.shop-info {
    display: flex;
    align-items: center;
}

.goods-list {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 2px solid #EDEDED;
}

.goods-sku-select {
    text-align: center;
    width: 10%;
}

.shop-info-select {
    text-align: center;
    width: 10%;
}

.sku-num {
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    text-align: center;
    width: 35px;
}

.down-num {
    border: 1px solid #CFCFCF;
    width: 25px;
    text-align: center;
}

.add-num {
    border: 1px solid #CFCFCF;
    width: 25px;
    text-align: center;
}

.add-num:active {
    background-color: #ededed;
}

.cart-confirm {
    background-color: #FBBC02;
    text-align: center;
    color: #313133;
    width: 40%;
    height: 50px;
    padding: 5px 0;
    text-align: center;
}
.cart-delete {
    background-color: #FBBC02;
    text-align: center;
    color: #313133;
    width: 40%;
    height: 50px;
    padding: 15px 0;
    text-align: center;
}