﻿ .layui-tab-content .topDivReport .tableWrap {
        padding: 40px 0 40px 16px;
        background: #F4F4F4;
        border-radius: 8px;
    }

 .layui-tab-content .topDivReport h5 {
    color: #323232;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 22px;
}

    .layui-tab-content .topDivReport table {
        width: 1450px;
        /* height: 526px; */
        background: #F4F4F4;
    }

        .layui-tab-content .topDivReport table thead {
            font-size: 14px;
            border-bottom: 1px solid #D6D6D6;
            color: #4195D1;
            margin-bottom: 4px;
        }

        .layui-tab-content .topDivReport table tbody tr {
            height: 60px;
            line-height: 60px;
            color: #808080;
            border-bottom: 1px solid #D6D6D6;
        }

    .layui-tab-content .searchDiv {
        width: 100%;
        min-height: 89px;
        /*border: 1px solid #cdcdcd;*/
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .layui-tab-content .searchDiv img {
            width: 62px;
            height: 55px;
        }

        .layui-tab-content .searchDiv span {
            color: #484848;
            font-size: 22px;
            font-weight: bold;
            margin: 0 12px;
        }

        .layui-tab-content .searchDiv input {
            width: 470px;
            height: 36px;
            border: 1px solid #cdcdcd;
        }

        .layui-tab-content .searchDiv b {
            width: 100px;
            height: 36px;
            text-align: center;
            line-height: 36px;
            color: #fff;
            background: #3388FF;
            cursor:pointer;
        }