/*专题列表*/
.zt-list{
    background-color: #f3f3f3;
}
.zt-list ul{
    padding: 0 0.4rem 0;
    background-color: #fff;
}
.zt-list li{
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}
.zt-list li:last-child{
    border-bottom: 0;
}
.zt-list li a{
    display: -webkit-box;
    display: box;
    width: 9.2rem;
    padding: 0.4rem 0;
}
.zt-list li .pic{
    width: 2.9334rem;
    height: 2rem;
    background-color: #e7e7e7;
    overflow: hidden;
    position: relative;
}
.zt-list li .pic img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.zt-list .info{
    -webkit-box-flex: 1;
    box-flex: 1;
    width: 5.86rem;
    background-color: #fff;
    margin-left: 0.4rem;
}
.zt-list .info .tit{
    font-size: 0.37334rem;
    width: 100%;
    height: 0.96rem;
    line-height: 0.48rem;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zt-list .info .time{
    width:100%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.32rem;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.6rem;
}


/*加载中*/
.loading-wrap{
    padding: 0.2667rem 0;
    text-align: center;
}
.loading-wrap .loading-ico{
    display: inline-block;
    width: 0.42667rem;
    height:0.42667rem;
    background: url("../images/loading-ico.gif") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: -0.03rem;
}
.loading-wrap>p{
    display: inline-block;
    font-size: 0.37334rem;
    color: #323232;
    line-height: 0.56rem;
    vertical-align: middle;
}

/*列表加载完*/
.list-end{
    font-size: 0.37334rem;
    color: #969696;
    line-height: 0.56rem;
    padding: 0.2667rem 0;
    text-align: center;
}

/*没有找到对应的产品*/
.no-find-pro{
    font-size: 0.48rem;
    color: #c8c8c8;
    line-height: 0.53334rem;
    padding: 0.2667rem 0.4rem;
}