.scene-bg[data-v-a9f56af4] {
    background: #fafafa
}

.scene-container[data-v-a9f56af4] {
    display: grid;
    grid-row: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 11px;
    margin-top: 52px
}

.scene-container .scene-item[data-v-a9f56af4] {
    font-family: SourceHanSansCN-Normal;
    min-height: 312px;
    overflow: hidden;
    position: relative
}

.scene-container .scene-item .scene-img-container[data-v-a9f56af4] {
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 100%;
    justify-content: center;
    transition: all .8s ease 0s;
    width: 100%
}

.scene-container .scene-item .scene-img-container .scene-img-title[data-v-a9f56af4] {
    color: #fff;
    font-size: 20px;
    opacity: 0;
    padding: 10px;
    width: 100%;
    word-wrap: break-word
}

.scene-container .scene-item:hover .scene-title[data-v-a9f56af4] {
    bottom: 50%;
    transition: all .8s ease 0s
}

.scene-container .scene-item:hover .scene-img-container[data-v-a9f56af4] {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transition: all .8s ease 0s
}

.scene-container .scene-item .scene-title[data-v-a9f56af4] {
    bottom: 40px;
    color: #fff;
    display: block;
    font-size: 20px;
    left: 50%;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: center;
    transform: translate(-50%, 50%);
    transition: all .8s ease 0s;
    width: 100%;
    word-wrap: break-word
}

.scene-container-phone .scene-item .scene-title[data-v-a9f56af4] {
    bottom: 50%
}

@media screen and (max-width:992px) {
    .scene-container .scene-item[data-v-a9f56af4] {
        min-height: 220px
    }
}

@media screen and (max-width:768px) {
    .scene-container .scene-item[data-v-a9f56af4] {
        min-height: 175px
    }

    .scene-container .scene-item .scene-title[data-v-a9f56af4] {
        font-size: 14px
    }
}

@media screen and (max-width:390px) {
    .scene-container[data-v-a9f56af4] {
        grid-template-columns: 1fr
    }

    .scene-container .scene-item[data-v-a9f56af4] {
        min-height: 175px
    }
}