/* 筛选框 */
.select-type{
    margin-bottom:8px;
    border-radius:4px;
    background:#fafafa;
}
.select-type .type{
    height:15px;
    padding:30px 50px;
    border-bottom:1px solid #ccc;
}
.select-type .type a{
    display:block;
    float:left;
    margin-right:60px;
    font-size:14px;
    font-weight:bold;
}
.select-type .type .on{
    padding-bottom:8px;
    border-bottom:2px solid #FF8041;
}
.select-type .type .on {
    color: #FF8041;
}
.select-type .type-item li{
    padding:23px 30px 24px;
    border-bottom:1px solid #ddd;
    overflow:hidden;
}
.select-type .type-item li:last-child{
    border-bottom:none;
}
.select-type .type-item a{
    display:block;
    float:left;
    margin-right:36px;
    font-size:13px;
}
.select-type .type-item .on {
    color: #FF8041;
}
/* 默认排序 */
.agg-query{
    height:14px;
    margin:40px 0;
    padding:19px 0 17px;
    border-radius:4px;
    background:#fafafa;
}
.agg-query a{
    display:inline-block;
    padding:0 30px;
    border-right:1px solid #ddd;
    font-size:14px;
    color:#666;
}
.agg-query a:hover{
    color:#FF8041;
}
.agg-query .fl a:last-child,.agg-query .fr a:last-child{
    border-right:none;
}
.agg-query .on{
    color:#FF8041;
}
/* 素材列表 */
.material-list{
    width:104%;
    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 a {
    display: block;
    width: 280px;
    height: 210px;
}
.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/material/material-list/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/material/material-list/look.png") no-repeat;
}
.material-list .tab .download{
    display:inline-block;
    vertical-align:middle;
    width:13px;
    height:13px;
    margin-top:-1px;
    background:url("../../images/material/material-list/download.png") no-repeat;
}
.material-list .tab .tit .other .num{
    display:inline-block;
    vertical-align: middle;
    margin-right:20px;
    color:#bfbfbf;
}
/* 广告 */
.ad{
    width:1180px;
    margin:60px auto;
} 
.ad img{
    width:1180px;
    height:150px;
    border-radius:4px;
}