.normal-label {
    background: #fff8e1;
    color: #de762b;
}

.social-label {
    color: #3d6ecc;
    background: #f1f9ff;
}

.center-label {
    color: #be4840;
    background: #fff1f1;
}

.normal-label,
.social-label,
.center-label {
    padding: 0.4rem 0.5rem;
    font-size: 12px;
    line-height: 1.5rem;

}

.dom-hover:hover {
    color: #0F6CF8 !important;
}

.dom-hover-decoration:hover {
    color: #0F6CF8;
    text-decoration: underline solid #0F6CF8;
    text-underline-offset: 0.2rem;
}

.dom-decoration {
    text-decoration: underline solid #0F6CF8;
    text-underline-offset: 0.2rem;
}
.bottom-dotted{
    border-bottom: 0.1rem dotted;
}

.bottom-hover-dotted:hover{
    color: #0F6CF8 !important;
}

em {
    color: #ef4444 !important;
    font-style: normal;
}


.divider {
    height: 0.04rem;
    background: #E5E8EC;
    width: 100%;
}

iconpark-icon {
    vertical-align: middle;
    margin-bottom: 2px;
}






/* 全局作用的element样式 */
.el-popover {
    min-width: 8.2rem;
    border: 1px solid var(--f-c-root);
    border-top: 2px solid var(--f-c-root);
    border-radius: 0;
    padding: 0;
    margin-top: 1.3rem !important;

}



.el-popper {
    z-index: 9999 !important;
}

.el-popover[x-placement^=bottom] .popper__arrow {
    border-bottom-color: var(--f-c-root) !important;
    border-width: 7px;
    top: -15px;
}

.el-popover[x-placement^=top] .popper__arrow {
    border-top-color: var(--f-c-root) !important;
    bottom: -6px;
}

.el-popover[x-placement^=top] .popper__arrow::after {
    display: none;
}

.el-popover[x-placement^=bottom] .popper__arrow::after {
    display: none;
}




.el-pagination.is-background .el-pager li.number {
    font-size: 1.2rem;
    min-width: 2.8rem;
    line-height: 2.8rem;
    height: 2.8rem;
    border: 1px solid #E9ECEE;
    margin-left: 0.6rem;
    background-color: #fff;
}

.el-pagination.is-background .btn-prev,
.btn-next {
    background-color: #fff !important;
    border: 0.1rem solid #ECF1F4 !important;
}

.el-pagination.is-background .el-pager .more {
    background: unset;
}

.el-pagination.is-background .el-pager li:not(.disabled).active.number {
    border: 1px solid var(--f-c-root) !important;
    line-height: 2.8rem;
    background-color: #fff !important;
    color: var(--f-c-root) !important;
}





.popover-css {
    margin-left: 1.5rem;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
    font-weight: 400;
    color: #172533;
}

input::-webkit-input-placeholder {
    font-size: 1.3rem;
    color: #9FA8B9;
}


.tag1 {
    color: #BE4840;
    padding: 0.4rem 0.5rem;
    background: #FFF1F1;
    font-size: 1.2rem;
}

.tag2 {
    color: #DE762B;
    padding: 0.4rem 0.5rem;
    background: #FFF8E1;
    font-size: 1.2rem;

}

.tag3 {
    color: #0F6CF8;
    line-height: 2rem;
    padding: 0 0.6rem;
    background: #fff;
    font-size: 1.2rem;
    border-radius: 1.2rem;
    border: 0.1rem solid #0F6CF8;
}

.tag4 {
    color: #1E9739;
    padding: 0.4rem 0.5rem;
    background: #EAFCEE;
    font-size: 1.2rem;
}

.ql-editor {
    line-height: 2.3rem;
}
