<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a{cursor:pointer;}
.text-center {
    text-align: center !important;
}

.color-red {
    color: red !important;
}

.color-blue {
    color: #409eff !important;
}

.color-grey {
    color: #909399 !important;
}

.color-yellow {
    color: #e6a23c !important;
}
.newlistdivspan em {
    color: #535c68;
}

.attachmentContainer {
    margin-top: 15px;
}

.attachmentItem {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    clear: both;
    padding: 10px 5px;
}

.attachmentContainer .title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #f6f6f6;
    background: #eee;
    border-radius: 5px 5px 0px 0px;
}

    .attachmentContainer .title span {
        padding: 0px 15px;
        border-bottom: 2px solid #337aca;
        display: block;
        float: left;
        font-size: 17px;
    }
[data-clipboard-text]{
    cursor:pointer;
}
.imgUpload .webuploader-pick{
    width:100%;
}

.infoDGZZ {
    font-size: 18px;
    text-align: left;
}

    .infoDGZZ span.title {
        width: 4em;
        text-align: right;
        display: inline-block;
    }
.zfk-border-blue.layui-card {
    border: 1px solid #6499d6;
}
    .zfk-border-blue.layui-card .layui-card-header {
        border-color: #6499d6;
        background: #6499d6;
        color: #fff;
    }
label.layui-form-label{
    margin-bottom:0;
}
.zfk-flex-column{
    display:flex;
    flex-flow:column nowrap;
    align-items:center;
}
.zfk-flex-row {
    display: flex;
    flex-flow: row nowrap;
    align-items:center;
}
.text-tips{color:#aaa;}
.edui-link-table input[type=checkbox] {
    display: inline-block;
}
.link {
    color: #1d7cd6 !important;
}
.bold {
    font-weight: bold !important;
}
/*翻译提示框开始*/
.fanyiTip {
    width: 100%;
    max-width: 1300px;
    position: relative;
    margin: 8px auto;
    line-height: 25px;
    padding: 5px 0px;
    background: #fefdca;
    border: 1px solid #ccc;
    box-sizing: initial;
}

    .fanyiTip::before {
        clear: both;
        display: block;
        clear: both;
        content: '';
    }

    .fanyiTip b::before {
        clear: both;
        display: block;
        clear: both;
        content: '';
    }

    .fanyiTip span {
        float: left;
        margin-left: 15px;
        color: #533700;
    }

    .fanyiTip i.layui-icon {
        background: #ffb800;
        color: #fff;
        font-size: 20px;
        margin-left: 15px;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        float: left;
    }
/*翻译提示框结束*/</pre></body></html>