<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* 撖血��� */
.scenes{
    padding: 30px;
}
.scenes div{
    width: 100%;
    display: inline-block;
    font-size: 0;
}
.scenes h3{
    font-size: 20px;
    color: #868686;
    padding: 27px 0;
}
.scenes-pic{}
.scenes-pic img{
    width: 100%;
}
.scenes-pic-front{
    margin-bottom: 30px;
}
@media screen and (min-width:768px){
    /* 撖血��� */
    .scenes{
        padding: 20px; 
        font-size: 0;
    }
    .scenes div{
        width: 100%;
        max-width: 800px;
        display: inline-block;
        font-size: 0;
        margin-left: 30px;
    }
    .scenes-pic{}
    .scenes-pic img{
        width: 100%;
    }
    .scenes-pic-front{
        margin-right: 5%;
    }
}
@media screen and (min-width: 992px) {}
@media screen and (min-width: 1200px) {}</pre></body></html>