/*
.subMenu.sub3 {
    display: block;
}
*/

.subMenu.sub4 .sub-menu-flex {
    margin-left: 10%;
}

.swiper1-slide-content {
    margin-left: 25%;
}

.subMenu.sub3 .sub-menu-flex {
    padding: 13px 0;
    margin-left: 26.2%;
}

/* index */
.best-info-btn {
    font-size: 22px;
}


/* series */
.swiper-item-more span {
    max-width: 380px;
    text-align: center;
}


@media screen and (max-width: 750px) {
    .subMenu.sub4 .sub-menu-flex {
        margin-left: 0%;
    }

    .subMenu.sub4 dl dd {
        margin-left: 35%;
        margin-right: 10px;
    }

    .subMenu.sub3 .sub-menu-flex {
        margin-left: 10%;
    }

    /* home */

    .swiper1-slide-content {
        margin-left: 0;
    }

    .swiper1-slide-content p:nth-child(1) img {
        width: 68.75%;
        height: auto;
    }

    .hot-header img {
        width: 30.46%;
        height: auto;
    }

    .hot-body {
        padding-bottom: 0;
    }

    .best-info p:nth-child(1) img {
        width: 53.5714%;
        height: auto;
    }

    .best-info-btn {
        width: 140px;
        font-size: 20px;
        padding: 5px 0 2px 0;
    }

    .home-bottom .home-bottom-body {
        width: 100%;
    }

    /* about */
    #swiper1 .swiper-slide-content p:nth-child(1) img {
        width: 44.2187%;
        height: auto;
    }

    #swiper2 .swiper-slide-content p:nth-child(1) img {
        width: 26%;
        height: auto;
    }

    #swiper3 .swiper-slide-content p:nth-child(1) img {
        width: 87%;
        height: auto;
    }

    #swiper4 .swiper-slide-content p:nth-child(1) img {
        width: 78%;
        height: auto;
    }

    /* test */

    /* series */
    .series .kv-title img {
        height: auto;
        width: 85%;

    }


}

/* ------------------------------ PAD ------------------------------------*/
@media screen and (min-width:750px) and (max-width:1000px){
    .swiper1-slide-content img {
        height: 45px;
    }
    .best-info img {
        height: 60px;
    }
    .hot-header img {
        height: 22px;
    }
    .home-bottom-body p:nth-child(1) {
        font-size: 22px;
    }
    .best-info-btn {
        font-size: 16px;
    }
    #swiper1 .swiper-slide-content p:nth-child(1) img {
        height: 60px;
    }
    .swiper-slide-content-header img {
        height: 18px;
    }
    .kv-title img{ height: 22px;}
    .product-detail .left {
        max-width: 350px !important;
    }
    .product-detail .right {
        width: auto;
        flex: 1;
    }
    .product-header-desc-en {
        max-width: 300px !important;
    }
    .kol-list-info p:nth-child(2) img {
        height: 20px;
    }
    .kol3img{ height: 50px !important;}
}