.el-collapse-item__header {
    height: auto;
    align-items: baseline !important;
}
.color_red {
    color: #F56C6C;
}
.el-message{
    z-index: 9999999 !important;
}
button{
    width: auto !important;
}
.order_top {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}
.el-dialog {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: calc(100% - 30px);
    max-width: calc(100% - 30px);
}
 .el-dialog .el-dialog__body {
    flex: 1;
    overflow: auto;
}
.order_top_title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.order_top_title_item {
    display: flex;
    padding-right: 10px;
}

.order_top_btn {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}

.order_top_btn_right {
    flex-shrink: 0;
    display: flex;
    padding-left: 10px;
}


.th_bh {
    width: 20%;
}

.th_mc {
    width: 25%;
}

.th_sl {
    width: 10%;
}

.th_gg {
    width: 10%;
}

.th_xm {
    width: 25%;
}

.th_zj {
    width: 10%;
}

.infobox {
    margin-top: 10px;
}

.infobox_title {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 10px 8px;

}

.infobox_con {
    display: flex;
    padding: 10px 8px;
    text-align: center;

}