﻿ 
        .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;
        }

        #main, #main02, #main03 {
            position: relative;          
            overflow: hidden;
            width: 600px;
            height: 310px;
        }

        .popupMask {
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.6);
            position: fixed;
            top: 0;
            left: 0;
            z-index: 999;
        }

        .popupDiv {
            width: 5.68rem;
            height: 6.36rem;
            background: #FFFFFF;
            border-radius: 8px;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            z-index: 1000;
        }

            .popupDiv .top {
                width: 100%;
                height: 0.38rem;
                line-height: 0.38rem;
                background: #00A0EB;
                border-radius: 8px 8px 0px 0px;
                text-align: center;
                font-size: 16px;
                
                color: #FFFFFF;
                position: relative;
            }

            .popupDiv .center {
                margin-top: 0.3rem;
            }

                .popupDiv .center p {
                    width: 4.48rem;
                    height: 0.36rem;
                    line-height: 0.36rem;
                    background: transparent;
                    margin: 0 auto;
                    display: flex;
                    align-items: center;
                    /* padding-left: 0.15rem; */
                }

                    .popupDiv .center p.active {
                        background: rgba(0,160,235,0.05);
                    }

                .popupDiv .center label {
                    color: #000000;
                    font-size: 14px;
                    margin-left: 0.1rem;
                }

                .popupDiv .center p input[type=checkbox] {
                    width: 0.2rem;
                    height: 0.2rem;
                }

            .popupDiv .bottom {
                width: 100%;
                height: 1rem;
                background: #FBFCFF;
                border-radius: 0px 0px 8px 8px;
                position: absolute;
                bottom: 0;
                left: 0;
                display: flex;
                align-items: center;
                justify-content: space-evenly;
                padding: 0 1rem;
            }

                .popupDiv .bottom .confirmBtn {
                    width: 1.29rem;
                    height: 0.4rem;
                    background: #00A0EB;
                    border-radius: 8px;
                    color: #fff;
                    font-size: 14px;
                    line-height: 0.4rem;
                    text-align: center;
                    cursor: pointer;
                }

                .popupDiv .bottom .cancelBtn {
                    width: 1.29rem;
                    height: 0.4rem;
                    background: #fff;
                    border: 1px solid #00A0EB;
                    border-radius: 8px;
                    color: #00A0EB;
                    font-size: 14px;
                    line-height: 0.4rem;
                    text-align: center;
                    cursor: pointer;
                }

            .popupDiv i.closeBtn {
                font-size: 20px;
                position: absolute;
                right: 0.18rem;
                top: 0.06rem;
                font-style: normal;
                color: #fff;
                cursor: pointer;
            }

            .popupDiv .flexDiv {
                padding: 0.32rem 0.32rem 0;
            }

                .popupDiv .flexDiv .flex {
                    color: #000000;
                    font-size: 14px;
                    display: flex;
                    align-items: center;
                }

                    .popupDiv .flexDiv .flex:first-child {
                        margin-bottom: 0.12rem;
                    }

                    .popupDiv .flexDiv .flex span {
                        margin-right: 0.12rem;
                    }

                    .popupDiv .flexDiv .flex input[type=text] {
                        width: 2.88rem;
                        height: 0.32rem;
                        line-height: 0.32rem;
                        background: linear-gradient(180deg, #FDFDFF 0%, #F9FAFE 100%);
                        border-radius: 2px;
                        border: 1px solid #DCDCDC;
                        padding-left: 0.12rem;
                        font-size: 14px;
                    }

                    .popupDiv .flexDiv .flex textarea {
                        width: 3.96rem;
                        background: linear-gradient(180deg, #FDFDFF 0%, #F9FAFE 100%);
                        border-radius: 2px;
                        border: 1px solid #DCDCDC;
                        min-height: 1.64rem;
                        /* overflow-y: scroll; */
                        padding: 0.12rem;
                        font-size: 14px;
                        resize: none;
                    }

        .doneDiv {
            width: 4.54rem;
            height: 2.34rem;
            background: #F0F4FF;
            box-shadow: 0px 2px 4px 0px rgba(0,160,235,0.1);
            border-radius: 8px;
            position: relative;
            overflow: hidden;
            padding: 0.2rem 0.32rem;
        }

            .doneDiv .smallCircle {
                width: 0.65rem;
                height: 0.61rem;
                background: linear-gradient(261deg, rgba(255,255,255,0) 0%, #9377FC 100%);
                opacity: 0.6;
                position: absolute;
                right: -0.45rem;
                top: 0.65rem;
                border-radius: 0.3rem;
            }

            .doneDiv .bigCircle {
                width: 1.31rem;
                height: 1.22rem;
                background: linear-gradient(261deg, rgba(255,255,255,0) 0%, #9377FC 100%);
                opacity: 0.6;
                position: absolute;
                right: -0.3rem;
                top: -0.3rem;
                border-radius: 0.61rem;
            }

            .doneDiv p {
                display: flex;
                align-items: center;
                color: #435158;
                font-size: 16px;
                margin-bottom: 0.1rem;
            }

                .doneDiv p img {
                    width: 0.64rem;
                    height: 0.64rem;
                    margin-right: 0.2rem;
                }

                .doneDiv p span {
                    margin-right: 0.24rem;
                }
