@charset "UTF-8";
/* 中型设备（平板电脑，768 像素及以上） */
@media (max-width: 1200px) {

}
/* 中型设备（平板电脑，768 像素及以上） */
@media only screen and (max-width: 768px) {
    :root {
        --jq_w1200: 100%;
    }
    .hide {
        display: none !important;
    }
    .header-box, .menu-box {
        display: none;
    }
    /* 公共表格 */
    .public-table {
        .theads {
            .ths {
                .tds {
                    width: auto !important;
                }
            }
        }
        .tbodys {
            .trs {
                .tds {
                    width: auto !important;
                }
            }
        }
    }
    .jq-common-form {
        .form-box {
            .form-item.w50 {
                width: 100%;
            }
        }
    }
    /* 底部 */
    .footer-box {
        .footer {
            flex-direction: column;
            padding: 0 20px;
            .menu-company-copyright {
                width: 100%;
                .footer-menu-box {
                    display: none;
                }
                .copyright {
                    flex-direction: column;
                    margin-bottom: 20px;
                    span, a{
                        margin: 5px 0;
                    }
                }
            }
            .code-box {
                margin-bottom: 30px;
            }
        }
    }
    .phone-header, .phone-banner {
        display: flex;
    }
    .phone-menu-box.active {
        display: flex;
    }
    .content-box {
        .banners-box {
            display: none;
        }
        /* 首页产品中心 */
        .home-product-box {
            .home-product {
                padding: 0 10px;
                .title {
                    width: 100%;
                    display: flex;
                    justify-content: space-between;
                    .text {
                        font-size: var(--jq_fs7);
                        color: var(--jq_color2);
                    }
                    a {
                        color: var(--jq_primary);
                        &:hover {
                            text-decoration: underline;
                        }
                    }
                }
                .product-banner {
                    width: calc(100% + 5px);
                    position: relative;
                    margin-top: 20px;
                    left: -5px;
                    overflow: hidden;
                    border-radius: 5px;
                    .swiper {
                        height: 100%;
                        .swiper-button-next, .swiper-button-prev {
                            width: 50px;
                            height: 50px;
                            background: var(--jq_primary);
                            color: var(--jq_color8);
                            opacity: 0;
                            transition: all 0.3s;
                            border-radius: 100%;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            &::after {
                                color: var(--jq_color14);
                                font-size: var(--jq_fs4);
                            }
                        }
                        &:hover {
                            .swiper-button-next, .swiper-button-prev {
                                opacity: 1;
                            }
                        }
                    }
                    .product-item {
                        width: 100%;
                        display: flex;
                        flex-direction: column;
                        padding: 10px;
                        border-radius: 5px;
                        background: var(--jq_color8);
                        margin: 0 5px;
                        .img {
                            width: 100%;
                            height: 260px;
                            overflow: hidden;
                            margin-bottom: 10px;
                            img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                            }
                        }
                        .product-title {
                            color: var(--jq_primary);
                            font-size: var(--jq_fs4);
                            margin-bottom: 5px;
                            &:hover {
                                text-decoration: underline;
                            }
                        }
                        .model, .inventory {
                            color: var(--jq_color2);
                            margin-bottom: 5px;
                            font-size: var(--jq_fs3);
                        }
                        .brand {
                            color: var(--jq_title);
                            margin-bottom: 5px;
                            font-size: var(--jq_fs3);
                            &:hover {
                                text-decoration: underline;
                            }
                        }
                        .price {
                            color: var(--jq_primary);
                            font-weight: bold;
                            font-size: var(--jq_fs3);
                        }
                        &:hover {
                            .img {
                                img {
                                    transform: scale(1.05);
                                }
                            }
                        }
                    }
                }
            }
        }
        /* 首页新闻资讯 */
        .home-news-box {
            .home-news {
                padding: 0 10px;
                .news-box {
                    justify-content: flex-start;
                    flex-direction: column;
                    a {
                        width: 100%;
                        margin-bottom: 10px;
                    }
                }
            }
        }
        /* 首页品牌分布 */
        .home-brand-box {
            .home-brand {
                padding: 0 10px;
                .brand-box {
                    .product-item {
                        width: calc(100% / 2 - 5px);
                        height: 100px;
                    }
                }
            }
        }
        /* 首页企业文化 */
        .home-corporateCulture-box {
            .home-corporateCulture {
                padding: 0 10px;
                .corporateCulture-box {
                    width: 100%;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    .corporateCulture-item {
                        width: 100%;
                        height: auto;
                    }
                }
            }
        }
        /* 首页在线咨询 */
        .home-consulting-box {
            .home-consulting {
                width: var(--jq_w1200);
                display: flex;
                padding: 0 10px;
                flex-direction: column;
                .consulting-form {
                    width: 100%;
                    padding: 0;
                }
                .consulting-text {
                    width: 100%;
                    padding: 0;
                    margin-top: 30px;
                }
            }
        }
        .content-wrap {
            .common-title {
                height: 32px;
            }
            .crumbs-box {
                padding: 0 10px;
            }
            .type-banner-product {
                display: none;
            }
            /* 品牌分布 */
            .brand-distribution {
                height: auto;
                .brand-distribution-box {
                    .product-item {
                        width: calc((100% / 2) - 10px);
                        height: 300px;
                    }
                }
            }
            /* 热门零件 */
            .hot-parts {
                .hot-parts-box {
                    a {
                        width: calc(100% / 2 - 10px);
                    }
                }
            }
            /* 行业新闻 */
            .home-news {
                .home-news-box {
                    flex-direction: column;
                    a {
                        width: 100%;
                    }
                }
            }
            /* 产品分类 */
            .product-type-box {
                padding: 0 10px;
                .product-type-max {
                    a {
                        width: calc(100% / 2 - 10px);
                    }
                }
                .product-type-item {
                    .type-content {
                        a {
                            width: calc(100% / 2 - 20px);
                        }
                    }
                }
            }
            /* 品牌产品分类 */
            .brand-productType {
                margin: 0 10px;
                margin-top: 20px;
                .productType-item {
                    width: 100%;
                }
            }
            /* 产品列表 */
            .product-list-box {
                .list-box {
                    padding: 0 10px;
                    .list-item {
                        width: 100%;
                        flex-direction: column;
                        .img {
                            width: 100%;
                        }
                        .item-box {
                            width: 100%;
                            padding: 0;
                        }
                    }
                }
            }
            /* 产品详情页面 */
            .product-detail-box {
                padding: 0 10px;
                .basic-price-box {
                    margin-bottom: 0;
                    flex-direction: column;
                    .basic-box {
                        width: 100%;
                        margin-right: 0;
                        margin-bottom: 20px;
                        .basic {
                            flex-direction: column;
                            .img {
                                width: 100%;
                                flex-direction: column;
                                .max-img {
                                    width: 100%;
                                }
                            }
                            .parameter {
                                width: 100%;
                                padding-left: 0;
                                margin-top: 10px;
                            }
                        }
                    }
                    .price-box {
                        width: 100%;
                        margin-bottom: 20px;
                    }
                }
                .parameter-pdf-box {
                    margin-bottom: 20px;
                }
                .new-product-box {
                    .new-product {
                        .product-item {
                            width: 100%;
                        }
                    }
                }
            }
            /* 品牌 */
            .manufacturers-box {
                padding: 0 10px;
                .letter {
                    a {
                        margin-bottom: 10px;
                    }
                }
                .list-box {
                    .list-item {
                        width: 100%;
                    }
                }
            }
            /* rfq */
            .rfq-box {
                padding: 0 10px;
                margin-bottom: 20px;
                .rfq-main {
                    width: var(--jq_w1200);
                    display: flex;
                    flex-direction: column;
                    .rfq-upload-process {
                        display: none;
                    }
                    .rfq-table-form {
                        .public-table {
                            display: none;
                        }
                        .phone-table {
                            display: flex;
                            flex-direction: column;
                        }
                    }
                    .table-add {
                        margin-top: 0;
                    }
                    .tips {
                        padding: 30px 0;
                        color: var(--jq_color5);
                        a {
                            color: var(--jq_color1);
                            &:hover {
                                text-decoration: underline;
                            }
                        }
                    }
                    .rfq-submit {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        .tips {
                            padding: 10px 0;
                        }
                        .submit {
                            width: 140px;
                            .button {
                                height: 42px;
                            }
                        }
                    }
                }
            }
            /* 新闻资讯 */
            .news-box {
                padding: 0 10px;
                .news-list {
                    .list-item {
                        width: 100%;
                        flex-direction: column;
                        .img {
                            width: 100%;
                            height: 360px;
                            margin-bottom: 20px;
                        }
                        .tit-describe-time-look-share {
                            width: 100%;
                            padding: 0 20px;
                        }
                    }
                }
            }
            .newsDetail-box {
                padding: 0 10px;
                padding-bottom: 30px;
                .prev-next {
                    justify-content: flex-start;
                    flex-direction: column;
                    a {
                        width: 100%;
                        max-width: 100%;
                        margin-bottom: 10px;
                    }
                }
            }
            .aboutUs-box {
                .title {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    margin-bottom: 10px;
                }
                .shares {
                    justify-content: center;
                }
                .contactUs-form {
                    width: 100%;
                    .form-title {
                        width: 100%;
                        font-size: var(--jq_fs6);
                        color: var(--jq_primary);
                        margin: 30px 0;
                        display: flex;
                        justify-content: center;
                    }
                }
                .contactUs-map {
                    width: 100%;
                    height: 600px;
                    margin-top: 30px;
                }
            }
        }
    }
    .tb-rfq {
        flex-direction: column;
        .input {
            width: 60px;
            margin-bottom: 5px;
        }
        .button {
            width: 60px;
        }
    }
}
