* {
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    vertical-align: middle;
}
.zwal {
    background: #F8F8F8;
    padding-bottom: 50px;
}
.zwal .zwal-top {
    background: #fff;
    padding-bottom: 30px;
}
.zwal .zwal-top .zwal-style {
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    overflow: hidden;
}
.zwal .zwal-top .zwal-style>div {
    float: left;
    height: 40px;
    line-height: 40px;
}
.zwal .zwal-top .zwal-style>div.zwal-fg {
    width: 100px;
    background: #F8F8F8;
    text-align: center;
}
.zwal .zwal-top .zwal-style>div.zwal-classfiy {
    padding-left: 24px;
}
.zwal .zwal-top .zwal-style>div span {
    font-size: 14px;
    color: #333;
    padding: 3px 6px;
    margin-right: 18px;
    cursor: pointer;
}
.zwal .zwal-top .zwal-style>div span:hover {
    color: #fff;
    background: #FA6772;
}
.zwal .zwal-top .zwal-style>div span.active {
    color: #fff;
    background: #FA6772;
}


#imgBox li {
    width: 285px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

#imgBox li:nth-child(4n) {
    margin-right: 0;
}

/*#imgBox li:nth-child(odd) .img-box>img{*/
/*    height: 190px;*/
/*}*/
/*#imgBox li:nth-child(even) .img-box>img{*/
/*    height: 330px;*/
/*}*/
#imgBox li:hover {
    transform: translateY(-12px);
    box-shadow: 0 0 12px 0 #999;

}

#imgBox li .img-box {
    position: relative;
}
#imgBox li .img-box a img {
    vertical-align: middle;
}
#imgBox li .img-box > img {
    width: 100%;
    vertical-align: middle;
}

#imgBox li .img-box .img-zx {
    overflow: hidden;
    height: 40px;
    position: absolute;
    bottom: 0;
    display: none;
}

#imgBox li:hover .img-box .img-zx {
    display: block;
}

#imgBox li .img-box .img-zx .img-eye {
    width: 95px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    float: left;
    font-size: 12px;
    color: #fff;
}

#imgBox li .img-box .img-zx .img-eye img {
    width: 15px;
    height: 15px;
    position: relative;
    top: -1px;
    margin-right: 4px;
}

#imgBox li .img-box .img-zx .btn-baojia {
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    background: #ED404D;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.imglist .img-description {
    width: 285px;
    height: 100px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}
.imglist .img-description .zwal-title {
    font-size: 16px;
    font-weight: 500;
    height: 22px;
    color: #333;
    line-height: 22px;
    margin-bottom: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.imglist .img-description .zwal-tags span {
    display: block;
    float: left;
    font-size: 14px;
    height: 12px;
    line-height: 12px;
    border-right: 1px solid #999999;
    color: #999999;
    padding-right: 10px;
    margin-right: 10px;
}
.imglist .img-description .zwal-tags span:last-child {
    border-right: none;
}
.more-btn {
    width: 220px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #C1C1C1;
    line-height: 50px;
    text-align: center;
    margin: 50px auto 0;
    font-size: 20px;
    color: #333;
    display: none;
}

.no-data .nodata-img {
    width: 330px;
    height: 333px;
    margin: 80px auto 0;
}
.no-data .nodata-img img {
    width: 100%;
}
.no-data .no-data-result {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 30px;
}
