/* 小于xxl */
@media (max-width: 1300px) {
    .navbar-mail {
        display: none;
    }
}

@media (min-width: 1200px) {

    header .container,
    footer .container {
        max-width: 1200px;
    }
}


/* 小于xl */
@media (max-width: 1199px) {
    .navbar-mail {
        display: none;
    }

    .indexA h1 {
        font-size: 24px;
    }

    .indexF-list h3 {
        font-weight: normal;
        font-size: 14px;
    }

    a.footer-list {
        font-size: 16px;
    }

    .indexD-swiper-next,
    .indexD-swiper-prev {
        width: 49px;
    }

    .indexB-bottom {
        font-size: 100px;
    }
}

/* 小于lg */
@media (max-width: 991px) {
    .navbar-nav .logo {
        display: none;
    }

    .indexB-bottom {
        font-size: 50px;
        bottom: 0;
    }

    .indexF {
        text-align: center;
    }

    .indexF-box {
        transform: translateY(0) scale(1);
        margin-top: 200px;
    }

    .indexD-swiper-next,
    .indexD-swiper-prev {
        display: none;
    }

    .indexE-img {
        position: relative;
        top: 0;
        width: 70%;
    }

    .indexA h1 {
        font-size: 18px;
    }

    .indexD-text::after {
        font-size: 120px;
        left: 0;
        bottom: 0;
    }

    .indexC {
        background-color: var(--css-color2);
    }

    .indexC-list {
        margin: 10px 0;
    }

    div:nth-child(2)>.indexC-list::before {
        content: none;
    }

    .indexD-heading-text {
        justify-content: flex-start;
        margin-bottom: 2em;
        height: auto;
    }

    .page {
        margin-top: 0;
    }

    .page-product-shareTo .shareTo_qrcode_wrap {
        right: 14px;
        transform: translateX(0);
    }

    .page-product-shareTo .shareTo_qrcode_wrap::after {
        left: auto;
        right: 0;
    }
}

/* 小于md */
@media (max-width:767px) {
    .indexD-text {
        padding: 20px 0;
    }

    .indexD-text h3 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .indexD-cat {
        font-weight: lighter;
        line-height:22px;
    }

    .indexD-link {
        font-size:14px;
    }

    .indexD .indexD-image .img-content b {
        display: none;
    }

    a.twinkleBtn {
        font-size: 16px;
        font-weight: lighter;
        padding: 16px 40px;
    }

    .indexB-bottom {
        font-size: 32px;
    }

    .heading-section.a p {
        font-size: 14px;
        letter-spacing: 0.1em;
    }

   /* .indexE-text p {
        -webkit-line-clamp: 8;
    }*/

    .indexF-list {
        padding: 30px 0;
    }

    .footer-1 {
        text-align: center;
    }
}

/* 手机 */
@media (max-width: 576px) {}