@media screen  and (max-width: 780px) {
    /*****头部*****/
    .vip_head {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
    }

    .home {
        display: block !important;
        padding-left: 1rem;
        height: 5rem;
        color: #333;
    }

    .home img {
        max-height: 100%;
    }

    .content .head .head-left {
        display: none !important;
    }

    .content .head .head-right {
        margin: 0 !important;
    }

    .logo-head {
        display: block !important;
        width: auto !important;
        margin: 0 0.5rem !important;
        max-width: 100%;
        padding: 3rem 0 !important;
        /*flex-wrap: wrap !important;*/
    }

    .logo-head .left, .logo-head .search {
        max-width: 100%;
        margin: 1rem auto;
        justify-content: space-between;
    }

    .logo-head .left .logo {
        width: 25%;
        flex: none;
        display: flex;
        align-items: center;
    }

    .logo-head .left .logo img {
        max-width: 100%;
        max-height: none !important;
    }

    .logo-head .left .company h1 img {
        margin: 0 0.5rem !important;
        max-height: 5rem !important;
    }

    .logo-head .left .company h1 i {
        font-size: 2.5rem !important;
        padding: 0.5rem !important;
    }

    .logo-head .left .company {
        max-width: 72%;
        margin-left: 1rem !important;
        padding-left: 1rem !important;
    }

    .logo-head .left .company h1 {
        font-size: 3rem !important;
        max-width: 100%;
    }

    .logo-head .left .company h1 span {
        display: inline-block;
        width: 75%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .logo-head .search div {
        width: 65% !important;
        padding-left: 2rem !important;
        justify-content: space-between;
    }

    .logo-head .search div input {
        width: 80% !important;
        font-size: 2.5rem !important;
        padding: 1rem 0 !important;
    }

    .logo-head .search button {
        width: 20% !important;
        font-size: 2.5rem !important;
        padding: 1rem 0 !important;
    }

    .menu {
        width: auto !important;
        max-width: 100%;
    }

    .menu ul {
        width: auto !important;
        max-width: 100%;
        flex-wrap: wrap;
        position: relative;
    }

    .menu ul li {
        width: 23% !important;
    }

    .menu ul > li:last-of-type {
        width: auto !important;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .menu ul li:last-of-type button {
        height: 100%;
        border: none;
    }

    .menu ul li ol {
        position: absolute;
        right: 0;
        background: #333;
        /*display: block !important;*/
        padding: 0 2rem;
    }

    .menu ul li ol li {
        min-width: 100% !important;;
    }

    .menu ul li a {
        width: 100% !important;
        font-size: 2.5rem !important;
        padding: 2rem 0 !important;
    }

    .pic img {
        height: 15rem;
    }

    /****中间***********/
    .vip-content {
        margin-top: 38rem !important;
        max-width: 100%;
        overflow: hidden;
    }

    /************尾部*/
    .floor .center {
        width: auto !important;
        max-width: 100%;
        margin: 0 1rem !important;
        padding: 3rem 0 !important;
    }

    .floor .center ul {
        width: auto !important;
        max-width: 100%;
        flex-wrap: wrap;
    }

    .floor .center ul li {
        font-size: 2.5rem !important;
        width: 22% !important;

    }

    .floor .center ul li button {
        width: 100%;
    }

    /*.floor .center ul span {*/
    /*    display: none;*/
    /*}*/
    .floor .center div {
        margin-top: 3rem !important;
        font-size: 2.5rem !important;
        flex-wrap: wrap !important;
    }
}
