.classify-wrap {
    padding-top: 100px;
    border-bottom: 2px solid #f04844;
    background-color: #FFF;
}

.classify-handle {
    overflow: hidden;
}

.classify-handle>div {
    width: 134px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #666;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 1px;
}

.classify-handle>div:hover {
    color: #8e8e8e
}

.classify-handle>div:active {
    color: #FFF;
    background-color: #f47875;
}

.classify-handle>div.classify-select {
    color: #FFF;
    background-color: #f04844;
}

.classify-title {
    height: 110px;
    line-height: 110px;
    text-align: center;
    background-color: #FFF;
}

.classify-title>span:first-child {
    font-family: 'Stencil Std Bold Oblique', 'Stencil Std Bold', 'Stencil Std';
    font-size: 72px;
    font-style: oblique;
}

.classify-title>span:nth-child(-n+2) {
    font-weight: bold;
    color: #666;
    margin: 0 5px 0 13px;
}

.classify-title>span:nth-child(2) {
    font-size: 28px;
    font-family: 'Stencil Std Bold', 'Stencil Std';
}

.classify-title>span:last-child {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: bold;
}

/* 作品分类列表样式 */
#classifyList {
    width: 1250px;
    margin: 0 auto;
    padding: 30px 20px 40px 20px;
    overflow: hidden;
}

#classifyList>li {
    float: left;
    width: 230px;
    /* height: 322px; */
    margin: 0 15px 28px 0;
    padding-bottom: 15px;
    background-color: #FFF;
    border-radius: 20px;
    overflow: hidden;
    transition: all .2s linear;
}

#classifyList>li:hover {
    box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
    transform: translate3d(0, -2px, 0);
}

#classifyList>li:nth-child(5n) {
    margin-right: 0;
}

.works-img {
    width: 230px;
    height: 230px;
    overflow: hidden;
}

.works-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.works-img:hover img {
    transform: scale(1.1);
}

.works-info {
    padding: 12px 10px 0 10px;
}

.works-title {
    margin-bottom: 7px;
    height: 19px;
}

.works-title.tworow-overflow {
    height: 38px;
}

.works-title a {
    color: #666;
}

.works-title a:hover {
    color: #d61518;
}

.works-data {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #999999;
}

.works-price {
    color: #F04844;
}

.included-price {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    border: 1px solid #009CB3;
    color: #009CB3;
    border-radius: 14px;
    margin-left: 8px;
}

.works-price span {
    font-size: 16px;
}

.list-wrap {
    position: relative;
}

.list-loadimg, .reset-load {
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
    display: none;
}

.list-loadimg>img {
    display: block;
    width: 100px;
    margin: 0 auto;
}

.reset-load {
    text-align: center;
    color: #666;
    font-size: 12px;
    cursor: pointer;
}

.reset-load:hover {
    color: #f04844;
}
#footerCont{
    position: fixed;
    bottom: 0;
    background-color: #FFF;
    width: 100%;
}