@charset "UTF-8";

.put-section-4 {
    -ms-transform: translateY(-320%);
    transform: translateY(-320%);
    -webkit-transform: translateY(-320%)
}

.g-slide--01 {
    background-position: center bottom;
    background-size: cover
}

.cont {
    /*position: fixed;*/
    /* 使图片固定在屏幕 */
    /*top: 0;*/
    /*left: 0;*/
    /*bottom: 20vh;*/
    /*width: 100%;*/
    /* 宽度设为100% */
    /* height: 100%;*/
    /* 高度设为100% */
    /*z-index: 1000;*/
    /* 确保图片在其他内容之上 */
    /*background-size: cover;*/
    /* 背景覆盖整个元素 */
    /*background-position: center;*/
    /* 背景居中 */
}