@media (max-width: 767px) {
    .hero-img {
        background-position: 70% center !important;
        /* 移动端图片偏左 */
    }
}


