.bag-msg-modal {
    padding: 45px 25px 30px;
    text-align: left;
    font-size: 13px;
}

.baggage-info {
    margin: 40px 29px 0;
    position: relative;
    height: 160px;
    display: flex;
    flex-direction: column;
}

.baggage-info img {
    width: 192px;
    height: 160px;
}

.baggage-info >div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}

.bag-confirm-btn {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #DD2829;
    border-top: #EBEEF0 1px solid;
}