.mav_tags {
    float: left;
    margin-bottom: 25px;
}
.mav_tags li {
    float: left;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    font-weight: 400;
    color: #2b3052;
    font-size: 14px;
    padding: 0px 0 10px;
    cursor: pointer;
    position: relative;
}

.mav_tags .navIndexcls {
    font-weight: 900; 
    color: #ff6300;
    transition: ease 0.3s;
}


.mav_tags .navIndexcls::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    bottom: 0;
    background-color: #ff6300;
}

.el-table__row .cell {
    /* display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center; */
}

.order_btn {
    width: 80px;
    margin-bottom: 12px;
    margin-left: 12px !important;
}

.tern_box {
    clear: both;
    display: flex;
    justify-content:space-between;
    margin-bottom: 15px;
}

.tern_box .elSlect_downTime {
    width: 150px;
}

.tern_box .elSlect_downTime .el-input__inner {
    height: 30px;
    line-height: 40px;
}

.tern_box .el-input__suffix {
    display: flex;
    align-items: center;
}

.tern_box .elSlect_downTime .el-input__inner:focus {
    border: 1px solid #ff6300;
}

.search_confirm {
    background-color: #f2f2f2;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
}
.search_confirm .el-button {
    background-color: #ff6300;
}
.search_confirm .icn {
    margin-right: 5px;
}

.search_confirm .search_confirm_input {
    border: 0;
    border: none;
    outline: none;
    background-color: #f2f2f2;
    background-color: transparent;
}

.el-table__empty-block {
    width: 100% !important;
}


.page_box {
    text-align: right;
    margin-top: 20px;
}


.order_info {
    display: flex;
}

.order_info .order_info_left {
    margin-right: 10px;
}

.order_number {
    margin-bottom: 15px;
}



