@media screen and (max-width: 750px) {
    .index_main .main1 .img span {
        width: 50% !important;
    }
}

* {
    user-select: none;
}