/* 佳作展示一级页 */

.works-show {
    width: 1190px;
    margin: 100px auto 120px auto;
    position: relative;
}

.works-show .works {
    position: relative;
    height: 1590px;
    font-size: 24px;
    line-height: 24px;
    font-family: Noto Sans SC;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.works-show .works>div {
    position: absolute;
    width: 390px;
    height: auto;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    overflow: hidden;
    cursor: pointer;
}

.works-show #work1 {
    width: 790px;
}

/* .works-show #work4 {
    width: 790px;
} */

.works-show img {
    width: 100%;
    display: block;
    height: 100%;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
}

.works-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #333333;
    opacity: 0.5;
}

.works-show .works-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 1.0s;
    transition: all 1.0s;
}