.emit-el-date-picker {
    input {
        background: #003555;
        border-color: #849EAE;
        color: rgba(255, 255, 255, 0.6);
    }
}


.el-icon-my-sy {
    background: url('/img/icon/1016.png') center no-repeat;
    // background-size: 100% 100%;
    /* background-size: cover;*/
}

.el-icon-my-sy:before {
    content: "替";
    font-size: 18px;
    visibility: hidden;
}

.el-icon-my-sb {
    background: url('/img/icon/3666.png') center no-repeat;
    // background-size: 100% 100%;
    /* background-size: cover;*/
}

.el-icon-my-sb:before {
    content: "替";
    font-size: 24px;
    visibility: hidden;
}

.dialog-fixed {
    margin: 0 !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.equipment-plot-select {

    .el-input {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;

        .el-input__suffix {
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

    input {
        color: rgba(255, 255, 255, 1);
        font-size: 28px !important;
        font-weight: bold;
        background: transparent !important;
        border: none !important;
    }
}

.manage-select {
    background-color: #05243e!important;
}

// .manage-option:hover {
//     background-color: #0e7894!important;
// }
.manage-option {
    background-color: #05243e!important;
    color: #a5cacc;
}




