#pop{
    padding-right: 0;
}
.content-title{
    font-weight: 600;
    font-size: 20px;
    text-align: left;
}
.span-tasktext{
    text-align: left;
    color: #898a8d;
    display: block;
}
.goods-list{
    display: flex;
    flex-wrap: wrap;
    min-height: calc(100vh - 282px);
    position: relative;
    margin-top: 25px;
    align-content:flex-start;
}
.goods-item{
    /*width: 298px;*/
    width: calc((100% - 95px)/4);
    margin-right: 16px;
    margin-bottom: 25px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
    display: flex;
    flex-direction: column;
}


.item-top{
    position: relative;
    border-radius: 5px;
}
.item-top a{
    display: block;
    width: 100%;
    height: 100%;
}
.item-top img{
    width: 100%;
    object-fit: cover;
    /*border-radius: 5px;*/
    position: absolute;
    top: 0;
    left: 0;
}
.coin-num{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(0,0,0,0.7);
    font-size: 14px;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.item-detail{
    /*color: #1d1d1d;*/
    font-size: 14px;
    /*margin-top: 15px;*/
    /*padding: 10px 0;*/
    max-width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap

}
.item-bottom{
    padding:15px;
    display: flex;
    /*align-items: center;*/
    font-size: 14px;
    background-color: #f7f8f9;
    flex: 1;
    position: relative;
}
.recharge-btn{
    cursor: pointer;
    background: #fc7f4a;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px
}

.nodata{
    display: flex !important;
}
.item-left{
    font-size: 14px;
    flex: 1;
}
.item-time{
    color: #999;
}
.task-tips{
    margin-top: 5px;
    font-size: 14px;
    color: #898a8d;
}
.task-title{
    color: #292828;
    font-size: 15px;
    font-weight: 600;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.task-link{
    width: 90px;
    height: 40px;
    line-height: 40px;
    background-color: #00795e;
    color: #fff;
    border-radius: 4px;
    text-align: center;
}
.had-task{
    background-color: #bfbfbf;
}
.task-coin{
    color: #898585;
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
}
.left-task{
    display: flex;
    align-items: baseline;
}
.platform-icon{
    min-width: 44px;
    text-align: center;
    background-color: #41b46f;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    padding: 1px 4px;
    margin-right: 5px;
}
.platform-app{
    background: #f5721a;
}
.uncomplete-num{
    /*font-size: 18px;
    font-weight: 600;
    color: #141414*/
}
.task-intro{

    color: #262626;
    font-weight: 550;
    font-size: 26px;
    margin-bottom: 12px;
}
.task-link:hover{
    color: #fff;
}
.task-step{
    /*margin-left: 8px;*/
    font-size: 12px;
    color: #41b46f;
    position: absolute;
    right: 20px;
    bottom: 10px
}


@media (max-width:1500px) {
    .goods-item{
        /*width: 280px;*/
        width: calc((100% - 80px)/3);
        margin-right: 15px;
    }
}

