
#c_static_001-1681469253416 {
    background: #fff;
}


#c_static_001-1681464439245 .e_button-9 {
    width: 170px;
    height: 40px;
    background: #143793;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
}
#c_static_001-1681464439245 .e_button-10 {
    width: 170px;
    height: 40px;
    background: #fff;
    border-radius: 4px 4px 4px 4px;
    color: #143793;
    border: 1px solid #143793;
}



/*弹窗*/

.modal-tip {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    
    display: none;
}

.modal-mask {
    background: rgba(0,0,0,.7);
    position: absolute;
     z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.modal-inner {
    position: relative;
    z-index: 1000;
    width: 596px;
    height: auto;
    padding-bottom: 50px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.16);
    border-radius: 4px 4px 4px 4px;
    
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.modal-header {
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 24px;
    background: #F7F7F7;
    border-radius: 4px 4px 0px 0px;
    opacity: 1;
    text-align: left;
    
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.modal-ctx {
    padding:  0 0 30px 0;
    text-align: center;
    min-height: 425px;
    min-height: 325px;
}
.empty-box {
    padding-top: 0;
}

.modal-footer {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.modal-close {
    width: 26px;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
    cursor: pointer;
}
.modal-empty {
    width: 350px;
    width: 250px;
}



.empty-text {
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #7A7A7B;
}


.btn-home {
    width: 170px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #C7C7C7;
}

.btn-kaitong {
    margin-left: 20px;
    width: 170px;
    height: 40px;
    line-height: 40px;
    background: #143793;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}







/*筛选项*/
.filter-box {
    display: flex;
    display: none !important;
    margin-bottom: 30px;
    padding-left: 100px;
}

.filter-box.hidden {
    display: none;
}

.filter-label {
    
}
.filter-values {
    display: flex;
    
}

.filter-tag {
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    height: 26px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #DDDDDD;
    padding: 0 5px 0 10px;
}

.filter-tag.hidden {
    display: none;
}


.filter-text {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #858585;
}

.filter-close {
    margin-left: 10px;
    width: 12px;
    height: 12px;
    background: url('https://custproj00042-1.ceydz.com/cus-js/2023/04/zhonglianhengchuang/common/filter-close.png');
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}






