﻿body {
    margin: 0px;
    padding: 0px;
}

* {
    font-family: HarmonyOS_Sans_SC_Regular !important;
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Regular';
    src: url('../lib/font/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
}

.layui-layer-title {
    font-size: 14px !important;
    color: #303133 !important;
    line-height: 39px !important;
    height: 39px !important;
    border-bottom: 1px solid #ebeef5 !important;
    /* background: url(../../../images/Vector.png) no-repeat !important; */
    background: white !important;
    /*background-size: 18px 18px !important;*/
    padding-left: 24px;
    /*background-position: left 14px top 11px !important;*/
}

.layui-layer-setwin {
    top: 14px !important;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.el-dropdown-selfdefine {
    cursor: pointer;
}


.table-filter-span {
    cursor: pointer;
    position: relative;
    top: -4px;
}

/*可点击的span样式*/
.span-click {
    color: #409eff;
    cursor: pointer;
}

/*审批弹窗（$alert）样式*/
.windowApproval {
    width: 800px;
    width: 600px;
}

.el-input__prefix {
    left: 0px;
}

.el-input__suffix {
    right: 0px;
}

.el-input--prefix .el-input__inner {
    padding-left: 20px;
}

.el-input--suffix .el-input__inner {
    padding-right: 30px;
}

.el-form-item__label {
    font-size: 12px;
}

.el-table table th {
    background-color: #f5f7fa !important;
}

    .el-table table th div.cell {
        line-height: 28px !important;
    }

td .el-input {
    line-height: 25px;
}

    td .el-input input {
        height: 25px !important;
    }

.el-collapse-item__header.is-active {
    border-bottom-color: #EBEEF5;
}


.el-message {
    z-index: 9999999999 !important;
}

.div-key-val {
    display: flex;
    align-items: center;
    width: 100%;
}

    .div-key-val .el-select {
        flex: 1;
        margin-right:5px;
    }

    .div-key-val i {
        font-size: 18px;
        color: green;
        font-weight: bold;
        cursor: pointer;
    }
