@media (max-width: 768px) {
    .izl-rmenu {
        width: 3rem;
        top: 64%;
    }
    .kfwx-left {
        background-position: center 3%;
        height: 3rem;
        width: 3rem;
        top: 65.5%;
        border-bottom: 1px solid #dfdfdf;
    }
    .kfwx-left:hover {
        background-position: center bottom -7px;
    }
    .izl-rmenu .consult {
        background-position: center 49%;
        height: 3rem;
        width: 3rem;
        border-bottom: 1px solid #dfdfdf;
    }
    .izl-rmenu .consult:hover {
        background-position: center bottom -6px;
    }
    .izl-rmenu .cart {
        height: 3rem;
        padding: 0 0 0 0;
        border-bottom: 1px solid #dfdfdf;
        background-position: center 95%;
    }
    .izl-rmenu .cart:hover {
        background-position: center -5x;
    }
    .izl-rmenu .cartt {
        height: 3rem;
        padding: 0 0 0 0;
        background-position: center;
        border-bottom: 1px solid #dfdfdf;
    }
    .izl-rmenu .btn_top {
        height: 2.8rem;
        width: 3rem;
        border-radius: 0 0 7px 7px;
        background-position: center -7px;
        box-shadow: #ddd 0px -1px 5px;
    }

    .popup .ans .select {
        width: 100%;
    }
    .popup .ans .text-area {
        width: 100%;
    }
    .popup .ans .text-input {
        width: 100%;
    }
}