/* 素材列表 */
.material-list{
    width:104%;
    margin-top:30px;
    overflow:hidden;
}
.material-list .tab{
    float:left;
    width:280px;
    height:300px;
    margin:0 20px 20px 0;
}
.material-list .tab:hover{
    border-radius: 4px;
    box-shadow:0px 0px 10px rgba(0,0,0,0.14);
}
.tab .mat-box{
    position:relative;
}
.tab .mat-box img{
    width:280px;
    height:210px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
.tab .mat-box .freeicon{
    position:absolute;
    top:0;
    width:48px;
    height:48px;
    background:url("../../../images/designer/designer-shop/material/freeicon.png") no-repeat;
}
.tab .mat-box .mat-operat{
    position:absolute;
    bottom:10px;
    height:34px;
    margin:0 auto;
}
.tab .mat-box .mat-operat a{
    display:inline-block;
    width:100px;
    height:26px; 
    margin-left:30px;
    padding-top:8px;
    border-radius:17px;
    opacity:0.75;
    text-align:center;
    font-size:14px;
    color:#fff;
    background:#111;
}
.tab .mat-box .mat-operat a:first-child{
    margin-left:25px;
}
.tab .mat-box .mat-operat a:hover{
    background:#FF8041;
}
.tab .mat-box .price{
    display:inline-block;
    position:absolute;
    top:10px;
    left:10px;
    width:50px;
    height:19px;
    padding-top:5px;
    border-radius:4px;
    font-size:14px;
    text-align:center;
    color:#fff;
    background:#FF8041;
}
.material-list .tab .tit{
   padding:20px 20px;
   text-align:center;
   overflow:hidden;
   white-space:nowrap;
   text-overflow:ellipsis;
}
.material-list .tab .tit .other{
    height:16px;
    margin-top:20px;
}
.material-list .tab .look{
    display:inline-block;
    vertical-align:middle;
    width:16px;
    height:12px;
    background:url("../../../images/designer/designer-shop/material/look.png") no-repeat;
}
.material-list .tab .download{
    display:inline-block;
    vertical-align:middle;
    width:13px;
    height:13px;
    margin-top:-1px;
    background:url("../../../images/designer/designer-shop/material/download.png") no-repeat;
}
.material-list .tab .tit .other .num{
    display:inline-block;
    vertical-align: middle;
    margin-right:20px;
    color:#bfbfbf;
}