.common-header{
    box-shadow: none;
}
.search-content{
    background-color: #f8f8f8;
    padding-top: 50px;
}
/* 头部样式 */
.search-content .search-nav{
    position: fixed;
    top: 93px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 46px;
    background-color: #fff;
    box-shadow: 0px 2px 3px 0px rgba(192, 192, 192, 0.63);
    text-align: center;
}
.search-content .search-nav .nav-li {
    display: inline-block;
    padding-top: 7px;
    margin: 0 32px;
    height: 100%;
    font-size: 20px;
    color: #999;
    position: relative;
    cursor: pointer;
}
.search-content .search-nav .nav-li:before{
    position: absolute;
    content: '';
    left: 5%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg,#ff5249 0%,#ff9a53 100%);
    border-radius: 2px;
    opacity: 0;
    transition: .3s;
}
.search-content .search-nav .nav-li.on::before,
.search-content .search-nav .nav-li:hover::before {
    opacity: 1;
    width: 90%;
}
.search-content .search-nav .nav-li.on{
    color: #333;
}
.search-content .router{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #b5b5b5;
}
.search-content .router a{
    color: #555;
}
/* 筛选区域 */
.search-content .filter-fields{
    margin: 5px 0 10px;
    background: #ffffff;
    border-radius: 6px;
}
.search-content .filter-line{
    padding: 3px 0 3px 75px;
    position: relative;
}
.search-content .filter-line.multiple{
    border-top: 1px dashed #EBEBEB;
}
.search-content .filter-line .filter-tit{
    float: left;
    margin-left: -75px;
    padding: 15px 0 0 15px;
    font-size: 14px;
    color: #888;
    font-weight: 800;
}
.search-content .filter-line .filter-item{
    float: left;
    margin:8px 14px 5px 0px;
    padding: 0 12px;
    height: 24px;
    border: 1px solid transparent;
    border-radius: 16px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}
.search-content .filter-line .filter-item.on{
    background: rgba(254, 106, 34, 0.12);
    color: #FF6C26
}
.search-content .filter-line .filter-item:hover{
    color: #FF6C26
}
.search-content .filter-line .btn-more{
    position: absolute;
    right: 15px;
    bottom: 3px;
    width: 60px;
    height: 30px;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    line-height: 30px;
    text-align: center;
    color: #999;
    font-size: 14px;
    cursor: pointer;
}
.search-content .filter-line .btn-more:hover {
    color: #f40;
    border-color: #f40;
}
.search-content .filter-line.multiple ul{
    float: left;
    margin-right: 150px;
}
.search-content .filter-line .fl-block{
    float: left;
}
.search-content .filter-line .color-list .filter-item{
    padding: 0;
    margin-right: 4px;
    background-color: transparent;
}
.search-content .color-list a{
    display: inline-block;
    background: url(./images/color.png) no-repeat;
    width: 28px;
    height: 18px;
    vertical-align: -3px;
    text-indent: -500px;
    transition: all .1s;
    overflow: hidden;
    border-radius: 2px;
}
.search-content .color-list a:hover{
    background-position-y: -22px;
}

/* 相关推荐 */
.search-content .relate-keywords{
    margin: 10px auto;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
}
.search-content .relate-keywords .kw-tit{
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #555;
    font-weight: 800;
}
.search-content .relate-keywords .keywords {
    display: inline-block;
    margin-right: 14px;
    font-size: 14px;
    color: #a5a5a5;
}
/* 无内容 */
.search-content .empty-box{
    margin: 20px auto;
    padding: 20px 0 5px;
    text-align: center;
    background-color: #fff;
}
.search-content .empty-box .empty-info{
    color: #474747;
    font-size: 20px;
}
.search-content .empty-box .empty-info span{
    color: #ff6633;
}
.search-content .empty-box .empty-desc{
    margin: 20px 0 30px;
    font-size: 28px;
    color: #474747;
}

.search-content .bottom-tips{
    margin-top:25px;
    font-size: 12px;
    color: #666;
    padding-bottom: 20px;
    line-height: 1.5;
    /* border-bottom: 1px solid #ddd; */
}
.search-content .bottom-tips .mobile-link{
    margin-left: 20px;
    color: #555;
}
/* 搜索列表 */
.search-content .pic-item{
    float: left;
    width: 23%;
    margin:0 2% 30px 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: .3s;
    cursor: pointer;
}
.search-content .pic-item:nth-child(4n){
    margin-right: 0;
}
.search-content .pic-item:hover{
    -webkit-box-shadow: 0 2px 3px 1px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 30%);
}
.search-content .pic-item .img-box{
    display: block;
    width: 100%;
    height: 100%;
    padding: 26px 28px 18px;
    /* background: url(./images/bg.png) no-repeat; */
    background-size: 100%;
    background: linear-gradient(157deg,#f9f9f9 0%,#c5c5cd 100%);
}
.search-content .pic-item img{
    width: 100%;
}
.search-content .list .msk{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    pointer-events: none;
}
.search-content .list .pic-item:hover .msk,
.search-content .list .ele-item:hover .msk,
.search-content .list .pic-item:hover .pic-desc,
.search-content .list .ele-item:hover .pic-desc
{
    opacity: 1;
}
.search-content .pic-item .tag{
    position: absolute;
    top: 0;
    left: 10px;
    width: 105px;
    height: 26px;
    border-radius: 0 0 13px 13px;
    background-image: linear-gradient(0deg,#FFBC77 0%,#FF8248 100%);
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    text-align: center;
}
.search-content .list .tag2{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    background-image: linear-gradient(135deg,#FFBC77 0%,#FF8248 100%);
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    color: #fff;
}
.search-content .list .tag2 .iconfont {
    font-size: 22px;
    vertical-align: middle;
    font-weight: normal;
}
.search-content .list .btn-collect{
    position: absolute;
    top: 30px;
    left: 14px;
    width: 65px;
    height: 45px;
    border-radius: 25px;
    background: #fafafa;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    box-shadow: 0px 6px 15px rgb(0 0 0 / 30%);
    cursor: pointer;
}
.search-content .list .btn-collect .iconfont{
    font-size: 20px;
    color: #8b8c8d;
    vertical-align: middle;
}
.search-content .list .batch-download{
    position: absolute;
    bottom:118px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    height: 40px;
    background: #FFF1E4;
    border: 1px solid #FFA16F;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #DF520B;
    line-height: 38px;
}
.search-content .list .batch-download:hover {
    color: #FFFFFF;
    border: 0px;
    background: linear-gradient(137deg, #FD962D 0%, #FF6B23 100%);
}
.search-content .list .batch-download .iconfont{
    margin-right: 8px;
}
.search-content .list .btn-download{
    position: absolute;
    bottom:48px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 25px;
    background: #ff7a00;
    background: -moz-linear-gradient(left, #ff9000 0, #ff5700 100%);
    background: -webkit-linear-gradient(left, #ff9000 0, #ff5700 100%);
    background: -ms-linear-gradient(left, #ff9000 0, #ff5700 100%);
    background: linear-gradient(to right, #ff9000 0, #ff5700 100%);
    font-size: 16px;
    color: #fff;
}
.search-content .list .btn-download:hover{
    background-color: #F15B31;
    background: linear-gradient(to right, #ffa024 0, #ff6f24 100%);
}
.search-content .list .btn-download .iconfont{
    margin-right: 18px;
}
.search-content .pic-item .pic-desc{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 24px;
    padding: 0 5px;
    font-size: 16px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transition: .3s;
}
.search-content .pic-item .pic-desc strong{
    color: red;
}
.search-content .ele-item{
    float: left;
    width: 18%;
    margin:0 2.5% 20px 0;
    border-radius: 8px;
    border: 8px solid #fff;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 15%);
    -ms-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .15);
    overflow: hidden;
    position: relative;
    transition: .3s;
    cursor: pointer;
}
.search-content .ele-item:nth-child(5n){
    margin-right: 0;
}
.search-content .ele-item .img-box{
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0,15px 15px;
    background-size: 30px 30px;
    background-image: linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,#fff 0,#fff 75%,#eee 0,#eee);
}
.search-content .ele-item img{
    width: 100%;
}
.search-content .ele-item .ele-desc{
    margin-top: 10px;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
    width: 100%;
    color: #555;
    font-size: 18px;
    overflow:hidden;
    line-height: 25px;
}
.search-content .ele-item .info{
    width: 100%;
    height: 34px;
    line-height: 34px;
}
.search-content .ele-item .format{
    display: inline-block;
    width: 40px;
    height: 17px;
    border-radius: 4px;
    text-align: center;
    margin-top: 10px;
    margin-right: 5px;
    background: #ff950c;
    line-height: 17px;
    font-size: 12px;
    color: #fff;
}
.search-content .ele-item .format.psd{
    background: #eaca44;
}
.search-content .ele-item .info .fr{
    color: #bbbbbb;
    font-size: 14px;
}
.search-content .ele-item .info .iconfont{
    margin-right: 5px;
}
.search-content .bg-item{
    margin-bottom: 20px;
    transition: all .2s;
    position: relative;
}
.search-content .bg-item .img-box{
    display: block;
    width: 100%;
    height: 100%;
}
.search-content .list .bg-item:hover .msk{
    background-color: rgba(0,0,0,0.1);
    opacity: 1;
}
.search-content .bg-item .info{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
.search-content .bg-item .desc{
    padding: 20px 0 0 10px;
    font-size: 16px;
    color: #fff;
}
.search-content .bg-item .show-more {
    display: block; 
    display: -webkit-box;
    -moz-box-align: center;
    -webkit-box-align: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(315deg, #FF9A53 0%, #FF5249 100%);
    border-radius: 6px;
    opacity: 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
    transition: .3s;
    cursor: pointer;
}
.search-content .bg-item .show-more.show{
    opacity: 0.8;
}
.search-content .bg-item .show-more .iconfont {
    font-size: 24px;
}
.highlight{
    color: red;
}