/**
 *重置表格样式
 */
.table-wrap.table-main{
    max-height: 100% !important;
}
.table-wrap.table-fixed.table-fixed-left{
    max-height: 100% !important;
    left: 0 !important;
}
.table-wrap.table-fixed.table-fixed-right{
    max-height: 100% !important;
    right: 0 !important;
}
.table.table-bordered.data-table.complex-headers tbody tr {
    box-shadow: none;
    border-radius: 0;
    height: 75px !important;
}
/*主页卡品统计*/
.ml-50{
    margin-left: .5rem !important;
    white-space: nowrap;
}
.product-result{
    margin-left: .5rem !important;
}

/*自定义表格模态窗样式*/
.table_content table th:nth-child(odd) {
    background-color: #E8CCFF;
}
.table_content {
    overflow-x: auto; /* 开启水平滚动条 */
    table-layout: fixed; /* 固定表格布局，让列宽固定 */
    margin: 5px;
    border: 1px dashed #FFF0F5;
    width: 100%;
    overflow-y: auto;
}
.table_content table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    font-size: 12px;
}.table_content table tr:hover {
     background-color: #FFDEAD;
 }

.table_content table th {
    border-collapse: collapse;
    height: 40px;
    border-right: 2px dashed #FFF0F5;
    border-bottom: 2px dashed #FFF0F5;
    text-align: center;
    font-size: 15px;
}
.table_content table td {
    height: 40px;
    word-wrap: break-word;
    max-width: 300px;
    text-align: center;
    vertical-align: middle;
    border-right: 2px dashed #FFF0F5;
    border-bottom: 2px dashed #FFF0F5;
}

