﻿
    .layui-bg-black {
        background: #00A0EB !important;
    }

    .layui-nav {
        background: transparent;
    }

    .layui-layout-admin .layui-side {
        width: 92px;
    }

    .layui-nav-itemed::after {
        position: absolute;
        left: 12px;
        top: 10px;
        content: '';
        background: #fff;
        width: 80px;
        height: 36px;
        z-index: -1;
        border-top-left-radius: 18px;
        border-bottom-left-radius: 18px;
    }

    .layui-nav-item {
        height: 50px;
    }

        .layui-nav-item a img {
            width: 20px;
            height: 20px;
            margin-left: 12px;
        }

    .layui-side-scroll,
    .layui-nav-tree {
        width: auto;
    }

    .layui-layout-admin .layui-header {
        left: 92px;
    }

    .layui-body {
        left: 92px;
    }

    .layui-layout-admin .layui-body,
    .layui-layout-admin .layui-side {
        top: 0;
    }

    .layui-side-scroll p {
        height: 42px;
        font-size: 30px;
        
        color: #FFFFFF;
        line-height: 30px;
        margin: 16px auto;
        text-align: center;
    }

    .layui-dropdown {
        width: 330px;
    }

   

        .mainDiv .topDiv {
            width: 12.56rem;
            height: 2.6rem;
            background: #FFFFFF;
            box-shadow: 0px 2px 4px 0px rgba(0, 158, 238, 0.15);
            border-radius: 12px;
            padding: 0.24rem;
            margin-bottom: 0.32rem;
        }

            .mainDiv .topDiv h6,
            .mainDiv .centerDiv h6 {
                font-size: 20px;
                
                font-weight: 500;
                color: #435158;
            }

            .mainDiv .topDiv .flex {
                display: flex;
                align-items: center;
            }

                .mainDiv .topDiv .flex img {
                    width: 4.12rem;
                    height: 1.72rem;
                    margin: 0.12rem 0.24rem 0 0.5rem;
                }

                .mainDiv .topDiv .flex .flexDiv {
                    display: flex;
                    flex-direction: column;
                    line-height: 3;
                }

                    .mainDiv .topDiv .flex .flexDiv p span:first-child {
                        font-size: 18px;
                        
                        color: #435158;
                    }

                    .mainDiv .topDiv .flex .flexDiv p span:last-child {
                        font-size: 18px;
                        
                        color: #435158;
                    }

        .mainDiv .centerDiv {
            width: 12.56rem;
            /* height: 4.92rem; */
            background: #FFFFFF;
            box-shadow: 0px 2px 4px 0px rgba(0, 160, 235, 0.1);
            border-radius: 12px;
            padding: 0.24rem 0.24rem 0.12rem;
        }

            .mainDiv .centerDiv .flex {
                display: flex;
                align-items: center;
            }

            .mainDiv .centerDiv .searchDiv {
                position: relative;
            }

                .mainDiv .centerDiv .searchDiv img {
                    width: 0.12rem;
                    height: 0.12rem;
                    position: absolute;
                    right: 0.24rem;
                    top: 0.1rem;
                }

    select {
        width: 1.68rem;
        height: .32rem;
        background: #fff;
        color: #222;
        border: none;
        outline: none;
        border: 1px solid #DCDCDC;
        margin-right: 0.12rem;
        /* padding: 0 0.13rem; */
    }

    .mainDiv .centerDiv h6 {
        margin-right: 0.25rem;
    }

    .layui-table-cell,
    .layui-table-tool-panel li {
        overflow: inherit;
        text-overflow: inherit;
        white-space: inherit;
    }

    .layui-table {
        margin-top: 0.32rem;
    }

        .layui-table td {
            border: none;
            border-bottom: 1px solid #f5f5f5;
        }

        .layui-table tr td:nth-child(1) {
            height: 0.68rem;
        }

        .layui-table tr td:nth-child(2) {
            width: 3.26rem;
        }

        .layui-table tr td:nth-child(3) {
            width: 5.06rem;
        }

        .layui-table tr td:nth-child(4) {
            width: 1.5rem;
        }

        .layui-table tbody tr td:nth-child(2) a {
            color: #00A0EB;
        }

        .layui-table tbody tr td:nth-child(3) {
            color: #161616;
            font-size: 14px;
        }

        .layui-table tbody td:nth-child(4) i {
            width: 0.1rem;
            height: 0.1rem;
            border-radius: 50%;
            margin-right: 0.05rem;
            display: inline-block;
            vertical-align: middle;
            box-shadow: 0px 0px 5px 0px rgba(102,194,117,0.52);
        }

        .layui-table tbody td:nth-child(4) span {
            font-size: 14px;
            display: inline-block;
            vertical-align: middle;
        }

        .layui-table tbody td:nth-child(4).ing i {
            background: #0091FF;
        }

        .layui-table tbody td:nth-child(4).ing span {
            color: #0091FF;
        }

        .layui-table tbody td:nth-child(4).done i {
            background: #69C178;
        }

        .layui-table tbody td:nth-child(4).done span {
            color: #69C178;
        }

        .layui-table tbody td:nth-child(4).before i {
            background: #9696A6;
        }

        .layui-table tbody td:nth-child(4).before span {
            color: #9696A6;
        }

        .layui-table tbody td.editTd div {
            width: 1.1rem;
            height: 0.26rem;
            background: linear-gradient(180deg, #FDFDFF 0%, #F9FAFE 100%);
            border-radius: 4px;
            border: 1px solid #DCDCDC;
            line-height: 0.26rem;
            display: flex;
            align-items: center;
            cursor: pointer;
            justify-content: space-evenly;
        }

        .layui-table tbody td.editTd img {
            width: 0.16rem;
            height: 0.16rem;
        }

        .layui-table tbody td.editTd span {
            font-size: 13px;
            
            color: #00A2FF;
        }

    .layui-table-cell {
        padding: 0;
    }

    #demo7 {
        text-align: right;
        width: 12.1rem;
    }

    #barDemo span i {
        width: 0.1rem;
        height: 0.1rem;
        border-radius: 50%;
        margin-right: 0.05rem;
        display: inline-block;
        vertical-align: middle;
        box-shadow: 0px 0px 5px 0px rgba(102, 194, 117, 0.52);
    }
