.flex {
    display: flex;
    align-items: center;
}

.deal-bd-03 {
    display: flex;
}

.deal-bd-03 .qrcode-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 24px;
}

.deal-bd-03 .qrcode-left .img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 236px;
    height: 237px;
    margin-bottom: 24px;
    background: #F7F7F7;
}

.deal-bd-03 .qrcode-left .img-wrap>img {
    width: 188px;
    height: 188px;
}

.deal-bd-03 .qrcode-left .qrcode-download {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 32px;
    background: #0D5EFA;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.qrcode-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.qrcode-right .deal-table {

    width: 634px;
    margin-bottom: 24px;
}

.qrcode-right .table-name {
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    height: 48px;
    width: 634px;
    line-height: 48px;
    text-align: center;
    background-color: #F7F7F7;
}

.bg-grey {
    background-color: #F7F7F7;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #E6E6E6;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.mypromote-warp .deal-table tbody tr td {
    border: 1px solid #E6E6E6;
}

.qrcode-right .record {
    font-weight: 400;
    font-size: 14px;
    color: #0D5EFA;
}

/* 弹出层 拜访记录 */
.visit-record {
    /* display: none; */
    /* position: fixed;
    z-index: 10;
    top: 10px;
    left: 100px; */
    width: 900px;
    height: 32px;
    background-color: #fff;
    height: 550px;
}

/* 搜索条件 */
.condition-wrap {
    padding: 16px;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
}

.condition-item {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #333333;

}

.condition-item input {
    position: relative;
    width: 135px;
    height: 32px;
    margin-left: 10px;
    padding: 0 10px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
}

.condition-query-btn {
    display: inline-block;
    min-width: 40px;
    text-align: center;
    padding: 6px 14px;
    color: #2e6cf9;
    font-size: 14px;
    border: 1px solid #2e6cf9;
    background-color: #fff;
    border-radius: 4px;
}


/* 表格 */
.table-wrap {
    padding: 0 16px;
    height: calc(100% - 47px);
    padding-bottom: 50px;
    position: relative;
}

.table-bd {
    height: calc(100% - 42px);
    overflow-y: auto;
}

table {
    width: 100%;
    table-layout: fixed;
}

th {
    height: 40px;
    padding: 0 13px;
    color: #808080;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

td {
    padding: 10px 13px;
    word-break: break-all;
    color: #5c5c5c;
    border: 1px solid #e6e6e6;
}

.order-detail {
    line-height: 32px;
}

.order-info {
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.order-info span {
    margin-right: 60px;
}

.vip-info {
    position: relative;
    padding-left: 227px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vip-level {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    min-width: 80px;
    max-width: 210px;
    padding: 0 5px;
    border-radius: 4px;
    color: #3b75f9;
    background-color: #eff4ff;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vip-detail > li {
    width: 33.33%;
    padding-right: 10px;
    box-sizing: border-box;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.td-grid {
    margin: 0 -22px;
    padding: 0 22px;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.td-grid:last-child {
    border-bottom: 0;
}

td a {
    color: #858585;
}

.visit-record #orderpage {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 50%;
    display: flex;
    transform: translateX(-50%);
    justify-content: center;
}

.m-pagination-group input{
    position: inherit;
}

.text-center{
    text-align: center;
}