.layui-panel {
    padding: 15px;
    height: 310px;
}

.modelSetIcon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    line-height: 1;
    border-left: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

    .modelSetIcon .layui-icon {
        color: #aaaaaa;
    }

    .modelSetIcon:hover {
        border-color: #16b777;
        cursor: pointer;
        background-color: #EEE;
    }

    .modelSetIcon .layui-icon:hover {
        color: #16b777;
    }

.layui-elem-field {
    margin-bottom: 20px;
}

    .layui-elem-field legend {
        font-weight: 600;
    }


/*----------------------------------------------*/
.top {
    height: calc(100% - 160px);
}

    .top .add {
        line-height: 150px;
        text-align: center;
        cursor: pointer;
    }

    .top .row1 {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .top .row1 .icon {
            width: 20%;
        }

            .top .row1 .icon .layui-icon {
                line-height: initial;
                font-size: 28px;
                color: #16b777;
            }

        .top .row1 .content {
            width: 80%;
        }

            .top .row1 .content .title {
                font-size: 16px;
                font-weight: 600;
                margin-bottom: 10px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .top .row1 .content .des {
                height: 40px;
                overflow: auto;
            }

    .top .row2 {
        border-top: 1px solid #EEEEEE;
        margin-top: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

        .top .row2 .item {
            width: 50%;
            text-align: left;
            /*cursor: pointer;*/
            font-size: 12px;
            padding: 5px 0;
        }

        .top .row2 .item7 {
            width: 100%;
            border-top: 1px solid #EEEEEE;
        }

        .top .row2 .item:hover {
            color: darkgreen;
        }

    .top .row3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        border-top: 1px solid #EEEEEE;
    }

        .top .row3 .itemBtn {
            padding: 15px 0;
            text-align: center;
            width: 50%;
            cursor: pointer;
        }

            .top .row3 .itemBtn:hover {
                color: darkgreen;
            }




.layer-content {
    padding: 15px;
    height: 100%;
    box-sizing: border-box;
}

/*----------------------------------------------*/
#Add-layer-wrapper {
    display: none;
}

    #Add-layer-wrapper #Add-form {
        height: 100%;
    }


/*----------------------------------------------*/
#ID-layer-detail {
    display: none;
}

#ID-layer-detail legend {
    font-size: 14px;
}

#ID-layer-detail .layui-field-box {
    padding: 25px 30px;
}

    #ID-layer-detail .layui-field-box .layui-row {
        padding: 5px 0;
    }

    #ID-layer-detail .layui-field-box .label {
        color: #666;
    }

    #ID-layer-detail .layui-field-box .value {
        color: #1e9fff;
    }

.setBest {
    vertical-align: middle;
}

    .setBest .layui-icon {
        font-size: 12px;
    }



/*----------------------------------------------*/
#ID-layer-start {
    display: none;
    height: 100%;
}
#startTabsHeader {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

    #startTabsHeader .title-item {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.title-item .num {
    border: 1px solid #eeeeee;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
}

.title-item .text {
    color: #999999;
    padding: 0 20px;
}

.title-item .line {
    width: 100px;
    margin-right: 20px;
    border-top: 1px solid #eeeeee;
}

#startTabsHeader .layui-this .num {
    background-color: #16b777;
    color: #FFFFFF;
}

#startTabsHeader .layui-this .text {
    color: #333333;
}

#startTabsHeader .layui-this .line {
    border-top: 1px solid #16b777;
}

#startTabsBody {
    height: calc(100% - 80px);
    box-sizing: border-box;
    overflow-y: auto;
}
#startTabsBody .content-item {
    display: none;
    padding: 0 100px;
}

    #startTabsBody .content-item .layui-form-label {
        width: 170px;
    }

    #startTabsBody .content-item .layui-input-block {
        margin-left: 200px;
    }



    #startTabsBody .content-item .start-row3 .layui-form-label {
        width: 200px;
    }

.start-row3 form {
    width: 70%;
    margin: auto;
}

.start-btn-item {
    text-align: center;
}








/*----------------------------------------------*/
.layui-panel:hover {
    border-color: #16b777;
}
.layui-table-body {
    scrollbar-width: none;
}