.mask-layer-loading{position: fixed;width: 100%;height: 100%;z-index: 999999;top: 0;left: 0;text-align: center;display: none;}
.mask-layer-loading i,.mask-layer-loading img{text-align: center;color:#000000;font-size:50px;position: relative;top:50%;}
.mask {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 500;
}
.m-filter-con {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1001;
}
.m-filter-con .u-filter-max-height {
    padding-top: 20px;
    /*max-height: 160px;*/
    /*overflow-y: scroll;*/
}
.m-filter-con h4 {
    padding: 0 5px;
    margin-bottom: 20px;
    line-height: 4px;
    font-size: 14px;
    color: #666;
}
.u-filter-list {
    padding: 0 .25rem;
}
.u-filter-list .u-filter-item.c-theme-text {
    background-color: #fff;
}
.u-filter-list .u-filter-item {
    position: relative;
    padding: 8px 22px;
    margin: 0 2px 14px 0;
    border: 1px solid #dedede;
    border-radius: .06rem;
    font-size: 13px;
    line-height: 10px;
    color: #222;
    background-color: #fff;
    overflow: hidden;
}
.c-theme-text {
    color: #16ade8!important;
}
.c-theme-border {
    border-color: #16ade8!important;
}
.pull-left {
    float: left!important;
}
.m-filter-con .btn-footer {
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    background: #ef4f21;
    width: 100%;
}