@media (min-width:768px) {
    .myInput {
        width: 50%;
    }
}

body::before {
    display: block;
    content: '';
    height: 56px;
}

@media (max-width:768px) {
    .ashuiCon img {
        width: 100%;
    }
}