/*筛选*/
.choose-tab{
    height: 1.4rem;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.choose-tab .item{
    text-align: center;
    font-size:0.587rem;
    color: #282828;
    line-height:1.4rem;
}
.choose-tab .item span{
    font-size: 0.587rem;
    margin-left: 0.075rem;
    color: #282828;
}
/*弹窗*/
.choose-tab-model{
    position: fixed;
    top: 1.4rem;
    left: 0;
    z-index: 9999;
    width: 100%;
    display: none;
}
.choose-tab-model .drop_list{
    padding: 0.267rem 0 0.693rem;
    background: #fff;
}
.choose-tab-model .drop_list li{
    font-size: 0.533rem;
    color: #5E6161;
    padding-left: 0.853rem;
    position: relative;
    width: 100%;
    line-height: 1.4;
    margin-top: 0.507rem;
}
.choose-tab-model .drop_list li.mui-icon-checkmarkempty:before{
    font-size:1.2rem;
    color: #EA535D;
    position: absolute;
    right: 0.175rem;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.choose-tab-model .drop_list li.active{
    color: #EA535D;
}
.choose-tab-model .drop_list li.active.mui-icon-checkmarkempty:before{
    display: block;
}
.mask{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 1.4rem;
    z-index: 9998;
    display: none;
}
/*内容列表*/
.sources{
    /*margin-top: 0.1rem;*/
}
.sourcesList h3{
    font-size: 0.373rem;
    margin-top: 0.053rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #fff;
}
.sourcesList span{
    font-size: 0.427rem;
    color: #ffffff;
    margin-right: 0.267rem;
}
.sourcesList span:last-child {
    margin-right: 0;
}
.sourcesList .mui-card-content{
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.sourcesList .mui-card{
    position: relative;
    margin: 0;
    border-radius: 0px;
    margin-top: 0.267rem;
}
.sourcesList .mui-card:first-child{
    margin-top: 0;
}
.sourcesList .reads img{
    width: 0.347rem;
    height: 0.213rem;
    margin-right: 0.06rem;
}


/*筛选*/
.screenTop{
    /*display: inline-block;*/
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 0.267rem;
    padding-top: 0.267rem;
    background: #fff;
}
.screenTop li{
    border-right: 1px solid #959595;
}
.screenTop li:last-child{
    border-right: none;
}
.screenTop li img{
    width: 0.293rem;
    height: 0.187rem;
}
/*内容*/
.sourcesList .mui-card-content-inner{
    position: relative;
}
.sourcesList .yuyueBtn{
    font-size: 0.32rem;
    color: #0C0A10;
    background: #ffffff;
    /*border-radius: 0.3rem;*/
    width: 1.44rem;
    height: 0.48rem;
    text-align: center;
    line-height: 0.48rem;
    position: absolute;
    /*right: 0.15rem;*/
    /*top: -0.35rem;*/
    right: 0.72rem;
    top: 0.4rem;
    border-radius: 0.053rem;
}
.classification{
    /*padding-bottom: 0.05rem!important;*/
}
.sourcesList .mui-card{
    margin-top: 0.267rem;
}