@charset "UTF-8";

@media screen and (max-width: 1000px) {

    html {
        width: 1000px;
    }

    body {
        width: 1000px;
    }

    .footer {
        width: 1000px;
    }

    .navbar-content .navbar > li:first-of-type {
        margin: 0;
    }

    .swiper-container {
        height: 50vw;
    }

    .swiper-container .swiper-slide img {
        height: auto;
    }

    .logo {
        font-size: 10px;
        margin-right: 5px;
    }

    .logo span {
        width: 110px;
    }

    .contant-qq {
        display: none
    }

    .navbar-content .navbar .border-down::after {
        display: none;
    }

    .navbar-content .navbar > li + li {
        height: 20px;
        border-left: 1px solid #fff;
    }

    .navbar-content .navbar .toggleList {
        top: 35px;
    }

    .contant-qq-phone {
        width: 120px;
        height: 40px;
        /* border-radius: 20%; */
        display: flex;
        align-items: center;
        position: fixed;
        top: 3px;
        left: 0;
        z-index: 10000;
        bottom: 300px;
        background: #eee;
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px;
    }

    .contant-qq-phone p {
        margin: 0 10px;
    }

    .contant-qq-phone > img {
        width: 35px;
        height: 35px;
    }

    .contant-qq-phone a {
        display: none;
    }


}