.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon > i, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
    color: #e60036;
}
.header-box{
    background-color: #000000;

}
.subject-item-box {
    background-color: #000000;
}
.subject-item-box .item {
    position: relative;
    margin-bottom: 3px;
    height: 180px;
    display: block;
}
.subject-item-box .item .img{
    width: 100%;
    height: 180px;
}
.subject-item-box .item .intro {
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 14px;
    z-index: 9;
}
.subject-item-box .item .title {
    width: 82px;
    text-align: justify;
    text-align-last: justify;
    font-size: 20px;
    border-bottom: 1px solid #f1f1f1;
}
.subject-item-box .item .title span{
    color: #ffffff;
}

.subject-item-box .item .title-3{
    width: 82px;
}
.subject-item-box .btn-box {
    background-color: #ffffff;
    color: #333333;
    width: 76px;
    height: 28px;
    line-height: 28px;
    margin-top: 10px;
    font-size: 8px;
    padding-left: 3px;
}
.subject-item-box .icon{
    float: right;
    margin: 3px 4px 0 0;
    width: 21px;
    height: 21px;
}
.subject-item-box .item:last-child{
    margin-bottom: 0;
}

.weui-navs .left-box{
    background-color: #e6e6e6;
    padding: 50px 15px 15px 15px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.weui-navs .left-box .left-header-box {
    margin-bottom: 15px;
    display: flex;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 15px;
    padding: 15px;
}
.weui-navs .left-box .left-header-box .img-box {
    width: 64px;
    height: 64px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    margin-left: 30px;
    margin-right: 10px;
    position: relative;
}
.weui-navs .left-box .left-header-box .playing{
    margin-top: 10px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 999;
}

.weui-navs .left-box .left-header-box .img-box .img{
    width: 60px;
    height: 60px;
    border-radius: 60px;
}
.weui-navs .left-box .left-header-box .title-box {
    width: 90px;
    margin-left: 5px;
    padding-top: 15px;
}
.weui-navs .left-box .left-header-box .title{
    font-size: 14px;
    margin-bottom: 5px;
    text-align: justify;
    text-align-last: justify;
    width: 75px;
}
.weui-navs .left-box .left-header-box .p-title{
    background-color: #FFFFFF;
    color: #000000;
    padding: 2px 5px;
    height: 13px;
    line-height: 13px;
    width: 65px;
    border-radius: 15px;
    font-size: 12px;
    text-align: center;
}



.weui-navs .left-box .left-item {
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #FFFFFF;
}
.weui-navs .left-box .icon{
    margin-right: 5px;
}
.left-box .weui-cells{
    margin-top: 0!important;
}
.left-box .weui-cells:before{
    border: none!important;
}
.left-box .weui-cells:after{
    border: none!important;
}




