body, html {
    padding: 0;
    margin: 0;
    height: 99.5%;
}

#enterprise_list {
    width: 99%;
    margin: 0 auto;
}

#enterprise_list .el-tree-node__content {
    height: 60px;
}

#enterprise_list .custom-tree-node .el-input {
    width: 200px;
}

#enterprise_list .matchDegree {
    color: #fff;
    background-color: #7bacff;
    display: inline-block;
    min-width: 100px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
}


#enterprise_list .enterPriseArchivesNum {
    font-size: 12px;
    height: 24px;
    background-color: #ebf2ff !important;
    color: #3b79ea !important;
    padding: 5px;
}

#enterprise_list .mattersLevel {
    font-size: 12px;
    color: #00bcd4 !important;
    background-color: #e0f7fa !important;
    padding: 5px;
}

#enterprise_list .perennialAcceptance,
#enterprise_list .remainingSpan,
#enterprise_list .endSpan,
#enterprise_list .highestSubsidies {
    font-size: 12px;
    height: 24px;
    padding: 5px;
}

#enterprise_list .perennialAcceptance,
#enterprise_list .remainingSpan {
    background-color: #ebf2ff !important;
    color: #3b79ea !important;
}

#enterprise_list .highestSubsidies {
    color: #f2655b !important;
    background-color: #feedec !important;
}


#enterprise_list .endSpan {
    color: #909399 !important;
    background: #f4f4f5 !important;
}

#enterprise_list .matchRate {
    display: inline-block;
    height: 20px;
    padding: 0 10px;
    vertical-align: top;
    color: #fff;
    background-color: #7bacff;
    min-width: 80px;
    line-height: 20px;
    border-radius: 10px;
    font-size: 12px;
}

.enterprise_list .el-dialog__body {
    padding: 0;
    position: absolute;
    top: 60px;
    bottom: 5px;
    width: 100%;
}

.enterprise_list .el-dialog__body .iframeBox {
    border: 0;
    width: 100%;
    height: 100%;
}

#enterprise_list .list_policy_box {
    width: 100%;
    padding: 0;
    margin: auto;
    overflow: auto;
    list-style: none;
    height: 100%;

}

#enterprise_list .el-card__header,
#enterprise_list .el-card__body {
    padding: 10px;
}

#enterprise_list .sortBox {
    position: absolute;
    font-size: 12px;
    transform: scale(0.9);
    left: 10px;
}

#enterprise_list .sortUp {
    top: 3px
}

#enterprise_list .sortDown {
    bottom: 3px
}

#enterprise_list .sortIcon {
    position: relative;
}

#enterprise_list .sortIconUp {
    top: 5px;
}

#enterprise_list .sortIconDown {
    top: -5px;
}


#enterprise_list .icon {
    position: absolute;
    right: 10px;
    top: 15px;
}

#enterprise_list .sortDiv button {
    margin: 0 !important;
    width: 44px;
    height: 28px;
    text-align: center;
    padding: 0;
    display: inline-block;
    position: relative;
}

#enterprise_list .openSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    z-index: 9;
}

#enterprise_list .el-drawer.btt,
#enterprise_list .el-drawer.ttb {
    height: 100% !important;
}

#enterprise_list .top_box {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
}

#enterprise_list .typxBox {
    height: calc(100% - 100px);
    overflow: auto;
}

#enterprise_list .fool_box {
    padding-top: 10px;
    width: 100%;
    background: #FFF;
}

#enterprise_list .box-card {
    overflow: visible !important;
    position: sticky;
    top: 0; /*top/right/bottom/left 任一有效值*/
    background: #FFF;
    z-index: 9;
}

#enterprise_list .box-card::after {
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #fff;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .2));
    z-index: 99;
}

#enterprise_list .searchBox {
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: -35px;
    width: 80px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    padding: 0 20px 20px 20px;
    color: rgb(59, 121, 234);
    background: transparent !important;
    cursor: pointer;
}

#enterprise_list #searchBox {
    transition: all 0.3s;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari and Chrome */
    -o-transition: all 0.3s; /* Opera */
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

#enterprise_list .searchBoxT {
    height: 0 !important;
}

#enterprise_list .arrow {
    transform: rotate(90deg);
}

#enterprise_list .overflowHide {
    overflow: hidden;
}

#enterprise_list .technicalTagsBox {
    border-radius: 4px;
    border: 1px solid #EBEEF5;
    min-height: 30px;
}

#enterprise_list .technicalTagsBox .tagsPlaceholder {
    display: inline-block;
    font-size: 12px;
    color: #909399;
    padding: 5px 8px 0;
}

#enterprise_list .technicalTagsBox .technicalTags {
    display: inline-block;
    background: #f4f4f5;
    color: #909399;
    border: 1px solid #e9e9eb;
    font-size: 12px;
    border-radius: 4px;
    padding: 2px 8px;
    margin: 2px 0 2px 6px;
}

#enterprise_list .technicalTagsBox .technicalTags .tagsClose {
    border-radius: 50%;
    background-color: #C0C4CC;
    color: #909399;
}

#enterprise_list .noData {
    color: rgb(59, 121, 234);
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    border-bottom: 1px solid #CCC;
}

@Keyframes donut-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
