.yyw-expert-filter-type-sublist>a>i{
    font-size: 16px;
    font-weight: bold;
}

.yyw-expert-filter-type-content-list{
    position: absolute;
    top: 0;
    left: 400px;
    width: 200px;
    height: 310px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    border-left: 0;
    overflow-y: auto;
    display: none;
}

.yyw-expert-filter-type-content-item>a {
    line-height: 40px;
    width: 100%;
    font-size: 14px;
    color: #333;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    height: auto;
    margin: 0;
}

.yyw-expert-filter-type-content-item>a>i{
    display: none;
}

.yyw-expert-filter-type-content-item>a.active{
    color: #A73B31;
}

.yyw-expert-filter-type-content-item>a.active>i{
    display: block;
}

@media screen and (max-width: 767px){
    .yyw-expert-filter-type-list{
        width: 102px!important;
    }
    .yyw-expert-filter-type-info{
        position: absolute;
        top: 0;
        left: 102px!important;
        width: 120px!important;
    }
    .yyw-expert-filter-type-content-list{
        position: absolute;
        top: 0;
        left: 222px!important;
        width: 125px!important;
    }
}
