/**
分页
 */
.footer-page {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -webkit-flex-direction: row;
    margin-right: 20px;
    margin-top: 10px;
}

/**
搜索栏
 */
.header-search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-left: 30px;
    padding-bottom: 10px;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
}

.customer_header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;

}

.structlist_header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.engineer_header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    justify-items: center;
    -webkit-justify-content: center;
    text-align: center;
}

/**
flex 下的 item
 */
.my_flex_item {
    flex: auto;
    margin-left: 10px;
}

/**
字典界面
 */
.row-under {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-around;
    -webkit-justify-content: space-around;

}

.dict_search {
    margin-top: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.dict_search_left_item {
    margin-left: 10px;

}

.dict_search_right_item {
    margin-right: 10px;
}

.dict_search_right {

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
}

.dict_search_left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
}

/**
menulist
 */
.my-table-tbody > tr > td {
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.my-table-tbody > tr.ant-table-row-hover > td,
.my-table-tbody > tr.ant-table-row-hover > td,
.my-table-tbody > tr:hover > td,
.my-table-tbody > tr:hover > td {
    background: #e6f7ff;
}


.upload_image_div {
    display: flex;
    justify-content: center;
    width: 150%;
    flex-direction: column;
    margin-left: 5%;
}