body{
    max-width: 650px;
    margin: 0 auto;
    background-color: #fff;
    min-height: 100vh;
}
.zw{
    height: 44px;
}
.link-box{
    padding: 0 17px 10px;
}
.link-box >a{
    background-color: #f8f8f8;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 17px;
    height: 32px;
    line-height: 32px;
}
.link-box >a .iconfont{
    color: #939393;
    font-size: 16px;
}
.link-box >a .search-txt{
    color: #939393;
    font-size: 13px;
    margin-left: 7px;
}


.tab-wrap{
    position: relative;
    width: 100%;
}
.tab-box{
    display: flex;
    align-items: center;
}
.tab-box .tab-item{
    flex:1;
    text-align: center;
    height: 26px;
    line-height: 26px;
}
.item-line{
    border-radius: 12px;
    position: relative;
    display: block;
    z-index: 1;
    bottom: 0;
    left: 0;
    transition-duration:0.3s;
    background-color: #1EC7AF;
    width:20px;
    height:3px;
}


.channel-box{
    padding: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;

}

.channel-box .channel-item{
    width: 25%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.channel-box .channel-item .channel-txt{
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}
.channel-box .channel-item .channel-cover{
    width: 40px;
}
.channel-box .i{
    width: 25%;
}



.tabs-list-box .tabs-wrap{
    border-bottom: 1px solid #ededed;
    padding: 6px 0;
}
.tabs-list-box .list-wrap{
    padding: 10px 17px;

}
.tabs-list-box .list-wrap .list-nav-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tabs-list-box .list-wrap .list-nav-box .list-nav{
    display: flex;
    align-items: center;
    flex:1;

}
.tabs-list-box .list-wrap .list-nav-box .list-nav .nav-item{
    margin-right: 10px;
    padding: 0 17px;
    color:#000;
    background-color: #f8f8f8;
    height: 27px;
    line-height: 27px;
    border-radius: 30px;
}
.tabs-list-box .list-wrap .list-nav-box .list-nav .active-nav-item{
    color:#fff;
    background-color: #fe8081;
    font-weight: bold;
}
.tabs-list-box .list-wrap .list-nav-box .iconfont{
    color:#ccc;
    font-size: 19px;
}

.mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
}
.pop{
    display: none;
    border-radius: 15px;
    width: 70%;
    overflow: hidden;
    position: fixed;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color: #fff;
}
.pop-box{
    padding: 0 17px 30px;
}
.pop-box .pop-tit-box{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.pop-box .pop-tit-box .l{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1EC7AF;
}
.pop-box .pop-tit-box .t{
    margin-left: 7px;
    font-size: 16px;
}
.pop-box .pop-desc{
    margin-top: 8px;
    font-size: 12px;
    color:#969696;
    text-align: center;
}
.pop-box .pop-btn-box{
    margin-top: 35px;
    padding: 0 33px;

}
.pop-box .pop-btn-box .pop-btn{
    border-radius: 30px;
    background-color: #1EC7AF;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color:#fff;
    font-size: 16px;
}



.item-box{
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.item-box .left-image{
    width: 74px;
    height: 74px;

}
.item-box .left-image .cover-image{
    width: 74px;
    border-radius: 6px;
}
.item-box .right-info{
    margin-left: 16px;
    padding: 30px 0 20px;
    border-bottom: 1px solid rgba(235,235,235,.8);
    flex:1;

}
.item-box .right-info .title-box{
    display: flex;
    align-items: center;
}

.item-box .right-info .title-box .right-title{
    font-size: 16px;
    color:#000;
}
.item-box .right-info .title-box .desc{
    width: 150px;
    margin-left: 10px;
    color:#959595;
    font-size: 12px;
}
.item-box .right-info .title-box .desc-parse{
    display: flex;
    width: 180px;
}
.item-box .right-info .title-box .hot{
    color:red
}
.item-box .right-info .tag-box{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.item-box .right-info .tag-box .tag-item{
    display: flex;
    align-items: center;

}
.item-box .right-info .tag-box .tag-item .iconfont{
    font-size: 12px;
}
.item-box .right-info .tag-box .tag-item .tag-t{
    font-size: 12px;
    margin-left: 5px;
}
.item-box .right-info .tag-box .tag-item .tag-d{
    background-color: #a594fa;
    color:#fff;
    font-size: 12px;
    padding: 0 8rpx;
    border-radius: 20rpx;
}
.mg-icon-jinggao{ color:#f5b434 }
.mg-icon-cuowu{ color:red }
.mg-icon-check{ color:#1EC7AF }
