h1, h2, h3, h4, h5, h6, ul, li, label, p {
    margin: 0;
    padding: 0;
}

/*上传区域*/
.upload-drag-area {
    border: 1px dashed #e6e6e6;
    height: 120px;
    border-radius: 5px;
    width: 900px;
    margin: 0 auto;
    background-color: #fafafa;
    text-align: center;
    position: relative;
}

.upload-drag-area:hover {
    border-color: rgba(238, 90, 47, 0.5);
    background: rgba(238, 90, 47, 0.05);
}

.upload-drag-area .webuploader-container {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.file-upload-progress {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20px;
}

/*推荐表招聘进程*/
.process-icon-text {
    display: inline-block;
    background-color: #1CAF9A;
    color: #fff !important;
    border-radius: 3px;
    line-height: 18px;
    text-align: center;
    padding: 0 4px !important;
}

/*我的推荐-AI适配样式*/
.position-invite-form-list-icon-ai-no-round {
    background: url(/static/images/rrm/icon-ai.svg) center / 20px no-repeat;
    width: 100%;
    height: 26px;
    position: absolute;
    top: -4px;
    left: 0;
}

.position-invite-form-list-icon-ai-loading {
    background: url("/static/images/srm/loading.gif") no-repeat center;
    width: 46px;
    height: 10px;
    background-size: 46px;
    position: absolute;
    opacity: 0.8;
    margin-top: -2px;
    display: none;
}

.position-invite-form-list-icon-ai-running {
    cursor: progress !important;
}

.position-invite-form-list-ai-person-job-matching-result-pass {
    color: #56bf3c;
    font-size: 16px;
    cursor: pointer;
}

.position-invite-form-list-ai-person-job-matching-result-deny {
    color: #ee5a2f;
    font-size: 16px;
    cursor: pointer;
}

.position-invite-form-list-ai-person-job-matching-result-no {
    color: #fff;
    background: #bbb;
    cursor: pointer;
    transform: scale(0.8);
    margin-top: 2px;
}

/*AI*/
.resume-recommend-icon-ai-no-round {
    background: url("/static/images/rrm/icon-ai.svg") no-repeat center;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
}

.ai-person-job-matching-result-pass {
    color: #56bf3c;
    font-size: 14px;
    cursor: pointer;
}

.ai-person-job-matching-result-deny {
    color: #ee5a2f;
    font-size: 14px;
    cursor: pointer;
}

/**/
.person-job-matching-result > div {
    border: 1px solid #89aeff;
    background-color: #eaf1ff;
    color: #3c4ebf;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.person-job-matching-result i {
    color: #89aeff;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.person-job-matching-result h1,
.person-job-matching-result h2,
.person-job-matching-result h3,
.person-job-matching-result h4,
.person-job-matching-result h5,
.person-job-matching-result h6 {
    margin: 10px 0;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #bccef4;
    padding-bottom: 10px;
}

.el-cascader-menu__wrap.el-scrollbar__wrap {
    height: auto;
    max-height: 204px;
}

/**/
.document-block-list {
    padding: 0px 0;
    margin: 0 -5px;

    .li {
        width: 25%;
        float: left;
        padding: 5px;

        .box {
            border-radius: 5px;
            border: 1px solid #e6e6e6;
            padding: 10px;
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03);
            position: relative;
        }

        .title {
            color: #333;
            font-weight: bold;
            font-size: 14px;
            line-height: 20px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .text {
            margin-top: 5px;
            line-height: 18px;

            .th {
                color: #bbb;
            }

            .td {
                color: #777;
            }
        }

        .operate {
            text-align: right;

            .btn {
                border-radius: 5px !important;
                background-color: #fff;
                padding: 0 10px;
            }

            .btn-primary {
                border: 1px solid #006bff;
                color: #006bff;
            }

            .btn-success {
                border: 1px solid #5cb85c;
                color: #5cb85c;
            }

            .btn-danger {
                border: 1px solid #ee5a2f;
                color: #ee5a2f;
            }
        }

        .state {
            color: #fff;
            position: absolute;
            top: -1px;
            right: -1px;
            width: 50px;
            height: 50px;
            overflow: hidden;

            span {
                display: block;
                width: 100px;
                text-align: center;
                transform: rotate(45deg);
                margin: 5px 0 0 -12px;
                font-size: 10px;
                line-height: 15px;
            }

            .bg-green {
                background-color: #5cb85c;
            }

            .bg-grey {
                background-color: #ccc;
            }
        }

    }

    .li:hover .box {
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
        border-color: #ccc;
    }
}

.icon-important-hot {
    background-image: url("../../images/srm/icon-important-hot.svg");
    opacity: 1;
    background-size: 14px;
    background-position: left 12px;
    padding: 9px 9px 10px 5px;
}

.icon-important-none {
    background-image: none;
    padding: 0px !important;
}

.icon-important-hot.icon-small {
    background-size: 12px;
    background-position: left 10px;
    padding: 7px 6px;
    margin: 0 !important;
}


/*岗位需求列表*/
.demand-list {
    border: 1px solid #e6e6e6;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    line-height: 27px;
}

.demand-list:hover {
    background-color: #f6f6f6;
    border-color: #ddd;
}

.demand-list .title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    width: 300px;
    cursor: pointer;
    line-height: 28px;
}

.demand-list .material {
    overflow: hidden;
    padding: 5px 10px 0 0;
}

.demand-list .skill-tab {
    border: 1px solid #006bff;
    color: #006bff;
    border-radius: 3px;
    padding: 3px 10px;
    line-height: 18px;
    margin-left: 5px;
}

.demand-list .top-right {
    position: absolute;
    top: 4px;
    right: -1px;
}

.demand-list .top-left {
    position: absolute;
    top: -3px;
    left: 2px;
}

.demand-list .top-right .icon {
    background-size: 34px;
    opacity: 1;
    padding: 10px 20px;
    background-position: right top;
}

.demand-list .division {
    padding: 0 5px
}

.demand-list .data-statistic {
    width: 565px;
    padding-top: 5px;
}

.demand-list .data-statistic .content label {
    margin: 0;
}

.demand-list .data-statistic .content span {
    display: inline-block;
    width: 28px;
    font-weight: bold;
}

.demand-list .data-statistic .content span a {
    color: #006bff;
}

.demand-list .bar-progress .bar {
    background-color: #eee;
    width: 200px;
    height: 7px;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 10px 0;
}

.demand-list .bar-progress .bar > div {
    background-color: #28d094;
    height: 7px;
    border-radius: 10px;
    min-width: 7px;
}

.demand-list .bar-progress .numerical {
    color: #28d094;
}

.demand-list .recruit-position-operation {
    height: 26px;
    padding: 2px 6px !important;
}

.demand-list .operation {
    position: absolute;
    top: 95px;
    right: 15px;
}

.demand-list .btn-link {
    visibility: hidden;
    line-height: 18px;
}

.demand-list:hover .btn-link {
    visibility: visible;
}

.demand-list .tag-switch-container {
    margin: 0px;
}

.demand-list .mobile-icon {
    height: 28px;
    overflow: hidden;
    padding: 3px 0 0 10px;
    margin-right: 15px;
}

.position-invite-form-list-vcard {
    cursor: pointer;
    font-size: 14px;
    color: #bbb;
    position: absolute;
    top: 8px;
    right: -3px;
}

.position-invite-form-list-vcard:hover {
    color: #006bff;
}