/*@font-face {
    font-family: 'Inter-Bold';
    src: url('/assets/fonts/Inter-Bold-4.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'Inter-Bold-4';
    src: url('../../../skins/v_en_3.0/assets/fonts/Inter-Bold-4.otf') format('opentype');
}
@font-face {
    font-family: 'Inter-Medium';
    src: url('/assets/fonts/Inter-Medium-8.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('/assets/fonts/Inter-Regular-9.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('/assets/fonts/Inter-SemiBold-10.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'iconfont';
    src: url('/images/icon/iconfont.ttf?t=202300420') format('truetype');
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

body {
    font-size: 14px;
    color: #3F3F3F;
    overflow-x: hidden;
}

body {
    font-family: 'Inter-Regular',Helvetica,Arial,Tahoma,sans-serif !important;
}

.home-page {
    background-color: #F5F7FA;
}

.header {
    background-color: #FFFFFF;
}

    .header .header-top {
        font-size: 12px;
    }

        .header .header-top a {
            color: #575757;
            text-decoration: none;
        }

            .header .header-top a:hover {
                color: #006AFF;
            }

    .header .slogo .input-group > .form-control {
        border-color: #727171;
    }

    .header .slogo .logo span {
        display: inline-block;
        color: #676767;
        vertical-align: bottom;
        padding-bottom: 5px;
    }

    .header .slogo .shopping-cart span a {
        font-size: 18px;
        color: #3F3F3F;
    }

        .header .slogo .shopping-cart span a:hover {
            color: #006AFF;
        }
    /* v3 */
    .header .slogo .shopping-cart {
        display: flex;
    }

        .header .slogo .shopping-cart .cart-btn {
            font-size: 12px;
            text-align: center;
            color: #3F3F3F;
            position: relative;
            line-height: 14px;
        }

            .header .slogo .shopping-cart .cart-btn a {
                color: #3F3F3F;
            }

            .header .slogo .shopping-cart .cart-btn i {
                display: block;
                width: 30px;
                height: 30px;
                margin: auto;
                background: url('/images/b-cart.webp') no-repeat;
            }

            .header .slogo .shopping-cart .cart-btn em {
                display: none;
            }

            .header .slogo .shopping-cart .cart-btn.active em {
                height: 5px;
                width: 5px;
                position: absolute;
                top: -3px;
                right: -3px;
                background: red;
                border-radius: 50%;
                display: block;
            }

        .header .slogo .shopping-cart .rfq-btn i {
            display: block;
            width: 30px;
            height: 30px;
            margin: auto;
            background: url('/images/b-rfq.webp') no-repeat;
        }

        .header .slogo .shopping-cart .rfq-btn {
            font-size: 12px;
            text-align: center;
            color: #3F3F3F;
            line-height: 14px;
            margin-left: 43px;
        }

            .header .slogo .shopping-cart .rfq-btn a {
                color: #3F3F3F;
            }

        .header .slogo .shopping-cart .login-btn {
            margin-right: 25px;
            margin-left: 10px;
            position: relative;
            height: 52px;
        }

            .header .slogo .shopping-cart .login-btn > a {
                display: flex;
            }

            .header .slogo .shopping-cart .login-btn > .a {
                display: flex;
            }

            .header .slogo .shopping-cart .login-btn .em {
                line-height: 40px;
                height: 40px;
                font-style: normal;
                color: #3F3F3F;
                ;
                font-size: 16px;
                margin-left: 8px;
                padding-right: 15px;
                background: url('/images/down.webp') no-repeat right center;
            }

            .header .slogo .shopping-cart .login-btn .a .em {
                background-position: right 29px;
            }

            .header .slogo .shopping-cart .login-btn .em .p {
                font-size: 13px;
                color: #575757;
                line-height: 15px;
                display: flex;
                justify-content: space-between;
            }

                .header .slogo .shopping-cart .login-btn .em .p a {
                    color: #575757;
                }

            .header .slogo .shopping-cart .login-btn .em .account {
                line-height: 19px;
                margin-top: 6px;
            }

            .header .slogo .shopping-cart .login-btn i {
                display: inline-block;
                width: 40px;
                height: 40px;
                /* background: url('/images/btn-login.webp') no-repeat; */
                background: url('/images/account.webp') no-repeat center;
            }

            .header .slogo .shopping-cart .login-btn .login-menu {
                position: absolute;
                display: none;
                z-index: 99999;
                top: 50px;
                right: 0;
                width: 258px;
                min-height: 300px;
                background: #FFFFFF;
                box-shadow: 0px 0px 10px 4px rgba(0,46,96,0.12);
                border-radius: 0px 0px 4px 4px;
            }

            .header .slogo .shopping-cart .login-btn:hover .login-menu {
                display: block;
            }

.login-menu .menu-div {
    padding: 20px;
}

    .login-menu .menu-div .menu-div-header {
        border-bottom: 1px solid #ECEEF2;
        padding-bottom: 25px;
        ;
    }

        .login-menu .menu-div .menu-div-header .welcom {
            font-size: 14px;
            color: #3F3F3F;
            line-height: 16px;
        }

        .login-menu .menu-div .menu-div-header .email {
            font-size: 14px;
            font-family: Inter-Medium, Inter;
            font-weight: 500;
            color: #3F3F3F;
            line-height: 16px;
        }

        .login-menu .menu-div .menu-div-header a.btn {
            height: 40px;
            padding: 0;
            margin-bottom: 1rem;
            line-height: 40px;
            color: #fff;
            background: #006AFF;
            border-radius: 4px 4px 4px 4px;
            opacity: 1;
        }

        .login-menu .menu-div .menu-div-header a {
            text-align: center;
            display: block;
            font-size: 16px;
            line-height: 19px;
            font-family: Souliyo Unicode-Regular, Souliyo Unicode;
            font-weight: 400;
            color: #E90000;
        }

    .login-menu .menu-div .menu-div-ul {
        border-bottom: 1px solid #ECEEF2;
        padding: 15px 0;
    }

        .login-menu .menu-div .menu-div-ul p {
            line-height: 34px;
            margin-bottom: 8px;
        }

            .login-menu .menu-div .menu-div-ul p:last-child {
                margin: 0;
            }

            .login-menu .menu-div .menu-div-ul p a {
                font-size: 14px;
                color: #3F3F3F;
            }

        .login-menu .menu-div .menu-div-ul em {
            display: block;
            float: left;
            width: 35px;
            height: 35px;
        }

        .login-menu .menu-div .menu-div-ul .em-1 {
            background: url('/images/1@2x.webp') no-repeat left center;
        }

        .login-menu .menu-div .menu-div-ul .em-2 {
            background: url('/images/2@2x.webp') no-repeat left center;
        }

        .login-menu .menu-div .menu-div-ul .em-3 {
            background: url('/images/3@2x.webp') no-repeat left center;
        }

        .login-menu .menu-div .menu-div-ul .em-4 {
            background: url('/images/4@2x.webp') no-repeat left center;
        }

        .login-menu .menu-div .menu-div-ul .em-5 {
            background: url('/images/5@2x.webp') no-repeat left center;
        }

        .login-menu .menu-div .menu-div-ul .em-6 {
            background: url('/images/6@2x.webp') no-repeat left center;
        }

    .login-menu .menu-div .signout {
        height: 40px;
        text-align: center;
        line-height: 40px;
        display: block;
        background: #F6F8FC;
        border-radius: 4px 4px 4px 4px;
        font-size: 16px;
        /* font-family: Souliyo Unicode-Regular, Souliyo Unicode; */
        font-weight: 400;
        color: #3F3F3F;
        margin-bottom: 15px;
    }

@media (max-width: 767px) {
    .header .slogo .shopping-cart {
        display: none;
    }
}

.header .header-nav {
    background: none;
    border-bottom: 1px solid #006AFF;
}

    .header .header-nav .top-category {
        position: relative;
    }

        .header .header-nav .top-category a {
            color: #FFFFFF;
            text-decoration: none;
            display: block;
            font-size: 15px;
        }

            .header .header-nav .top-category a:hover {
                color: #b1d1ee;
            }
    /* .header .header-nav .top-category:after { display: inline-block; content: ""; border-top: .3em solid;border-right: .3em solid transparent;border-bottom: 0;border-left: .3em solid transparent; position: absolute; top: 18px; right: 22px; } */
    .header .header-nav .navbar-brand {
        background-color: #006AFF;
        width: 260px;
    }

    .header .header-nav .navbar-brand {
        background: #007BFF;
        margin-right: 15px;
        width: 263px;
        border-radius: 5px 5px 0 0;
    }

        .header .header-nav .navbar-brand:hover {
            background-color: #0069D9;
        }

            .header .header-nav .navbar-brand:hover a {
                color: #FFFFFF;
            }

@media (min-width: 992px) {
    .header .header-nav .navbar-rfq {
        display: none;
    }
}

@media (max-width: 767px) {
    .header .header-nav .navbar-brand {
        width: 200px;
    }

    .header .header-nav .navbar {
        display: block;
    }

    .header .header-nav .navbar-toggler {
        padding: 0 3px 0 3px;
    }

    .header .header-nav .navbar-rfq {
        position: absolute;
        right: 5px;
        top: 5px;
    }

        .header .header-nav .navbar-rfq img {
            display: inline-block;
            position: absolute;
            right: 40px;
        }

        .header .header-nav .navbar-rfq a {
            color: #3F3F3F;
            font-size: 18px;
            line-height: 18px;
        }
}

.navbar-light .navbar-nav .nav-link {
    padding: 3px 1.2rem;
    font-size: 16px;
    color: #3F3F3F;
    min-width: 138px;
    text-align: center;
}
/* .navbar-light .navbar-nav .active .nav-link  { color:#3F3F3F;} */
.navbar-light .navbar-nav .nav-item {
    padding-bottom: 3px;
    border-radius: 5px 5px 0 0;
}

    .navbar-light .navbar-nav .nav-item:hover {
        background-color: #F2F2F2;
    }

.navbar-light .navbar-nav .nav-link:hover {
    color: #006AFF;
}

.header .header-top .btn-lang .lang-box {
    display: none;
    overflow: hidden;
    overflow-x: auto;
    position: absolute;
    right: 0;
    top: 30px;
    left: 0;
    padding: 12px;
    text-align: center;
    z-index: 99;
    background-color: #fff;
    border: 1px #00b0ec solid;
    border-radius: 12px;
}

.header .header-top .btn-lang:hover .lang-box {
    display: block;
    background-color: #fbfbfb;
    color: #333;
}

    .header .header-top .btn-lang:hover .lang-box a {
        vertical-align: middle;
        background-color: #006AFF;
        color: #fff;
        font-size: .9375rem;
        height: 32px;
        text-align: center;
        transition: background-color .3s, border .3s, color .3s;
        border-radius: 20px;
        cursor: pointer;
        line-height: 28px;
        outline: 0;
        padding: 0 14px;
        display: block;
        margin: 3px 12px;
    }

/* 顶部用户 */
.header .header-top .btn-user .user-box {
    display: none;
    overflow: hidden;
    overflow-x: auto;
    position: absolute;
    right: 0;
    top: 30px;
    width: 200px;
    text-align: center;
    z-index: 99;
    background-color: #fff;
    border: 1px solid #00b0ec;
    border-radius: 12px;
}

.header .header-top .btn-user:hover .user-box {
    display: block;
    background-color: #fbfbfb;
    color: #333;
}

    .header .header-top .btn-user:hover .user-box a {
        vertical-align: middle;
        background-color: #006AFF;
        color: #fff;
        font-size: .9375rem;
        height: 32px;
        text-align: center;
        border-radius: 12px;
        cursor: pointer;
        line-height: 28px;
        outline: 0;
        padding: 0 14px;
        display: block;
        margin: 3px 3px;
    }
/*  */

.header .shopping-cart {
    position: relative;
}

    .header .shopping-cart .cart-num {
        display: inline-block;
        width: 26px;
        height: 20px;
        line-height: 20px;
        background-image: -webkit-gradient(linear, left top, right top, from(#fb8f1a), to(#ffc107));
        background-image: linear-gradient(90deg, #fb8f1a, #ffc107);
        color: #fff;
        text-align: center;
        border-radius: 10px;
        position: absolute;
        top: -10px;
        right: 0;
        font-size: 12px;
    }

    .header .shopping-cart:hover .shopping-cart-list {
        display: block;
    }

    .header .shopping-cart .shopping-cart-list {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 9;
        background-color: #fff;
        border: 1px #ccc solid;
        padding: 5px;
        display: none;
        overflow: hidden;
        max-height: 320px;
        overflow-y: auto;
    }

        .header .shopping-cart .shopping-cart-list table {
            white-space: nowrap !important;
            border-bottom: 1px solid #dee2e6;
        }

            .header .shopping-cart .shopping-cart-list table img {
                max-width: 50px;
                max-height: 50px;
            }

.shopping-cart .table tr > td {
    vertical-align: middle !important;
}

    .shopping-cart .table tr > td .btn .spinner-border {
        width: 1rem;
        height: 1rem;
    }

.shopping-cart .cart-total {
    color: #fb8f1a;
}

.shipping-box {
    font-size: 12px;
    max-height: 12rem;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

    .shipping-box > div {
        border-bottom: 1px #ccc dotted;
        padding: 5px 0;
    }

        .shipping-box > div:last-child {
            border-bottom: 0;
        }

.breadcrumb {
    background: transparent;
}

.cart-total-box .form-control.is-valid {
    background-position: right calc(1.375em + 0.1875rem) center;
}

.home-category-ad {
}

    .home-category-ad .carousel-caption {
        text-align: left;
        color: #222;
        top: 50%;
        margin-top: -100px;
        left: 40px;
        width: 65%;
    }

        .home-category-ad .carousel-caption h1 {
            font-size: 2.2rem;
        }

    .home-category-ad .category {
        width: 263px;
        height: 435px;
        background-color: #FFFFFF;
        border-radius: 5px;
    }

        .home-category-ad .category > ul {
            margin-top: 5px;
        }

            .home-category-ad .category > ul > li {
                position: relative;
            }

                .home-category-ad .category > ul > li > ul {
                    width: 900px;
                    z-index: 20;
                    display: none;
                    list-style: none;
                    position: absolute;
                    left: 263px;
                    top: 0;
                    border: 1px #ccc solid;
                    background-color: #fff;
                    padding: 8px 5px;
                }

                .home-category-ad .category > ul > li > a {
                    margin-left: 5px;
                    margin-right: 5px;
                    color: #3F3F3F;
                    font-size: 14px;
                    font-weight: 400;
                    padding: 4.5px 12px 4.5px 18px;
                    display: block;
                    text-decoration: none;
                    white-space: nowrap;
                }

                    .home-category-ad .category > ul > li > a > .more {
                        color: #007BFF;
                        text-decoration: none;
                    }

                    .home-category-ad .category > ul > li > a > .more-icon {
                        position: absolute;
                        right: 20px;
                        width: 20px;
                        height: 20px;
                    }
                /* .home-category-ad .category > ul > li > a > span { display: inline-block; color: #0388d5; font-size: 20px; vertical-align: middle; } */
                /* .home-category-ad .category > ul > li:after { content: ""; position: absolute; right: 8px; top: 15px; width: 6px; height: 6px;border-top: 1px solid #999;border-right: 1px solid #999;transform: rotate(45deg); } */
                .home-category-ad .category > ul > li:hover:after {
                    border-color: #fff;
                }

                .home-category-ad .category > ul > li:hover > a {
                    background-color: #F7F7F7;
                    color: #006AFF;
                }

                    .home-category-ad .category > ul > li:hover > a > span {
                        color: #006AFF;
                        font-weight: normal;
                        border-bottom: 1px solid #006AFF;
                    }

                .home-category-ad .category > ul > li:hover > ul {
                    display: block;
                }

                .home-category-ad .category > ul > li > ul > li {
                    display: block;
                    width: 50%;
                    float: left;
                    line-height: 1.8rem;
                    padding-right: 12px;
                }

                    .home-category-ad .category > ul > li > ul > li > a {
                        white-space: nowrap;
                        color: #787878;
                        display: block;
                        padding: 2px 12px;
                        text-decoration: none;
                        overflow: hidden;
                    }

                        .home-category-ad .category > ul > li > ul > li > a:hover {
                            background-color: #006AFF;
                            color: #fff;
                        }

    .home-category-ad .ads {
        width: 820px;
        margin-left: 15px;
        margin-top: 15px;
    }

        .home-category-ad .ads #ChipsMallAds {
            border-radius: 5px;
            overflow: hidden;
        }

@media (min-width: 1200px) {
    .home-category-ad .ads #ChipsMallAds .carousel-item img {
        height: 323px;
    }
}

.home-category-ad .chips-number {
    margin-top: 15px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #FFFFFF;
    border-radius: 8px;
}
    /* .home-category-ad .chips-number > div { padding-left: 7px; padding-right: 7px; } */
    .home-category-ad .chips-number .item {
        background-color: #fff;
        padding: 1.4rem 0;
    }

        .home-category-ad .chips-number .item > span {
            vertical-align: middle;
            display: inline-block;
            position: relative;
            bottom: 10px;
        }

        .home-category-ad .chips-number .item > .chips-icon {
            width: 36px;
            height: 36px;
        }
    /* .home-category-ad .chips-number .item > .home-01 { background: transparent url("/images/site/quote-in-24.png") no-repeat; } */
    /* .home-category-ad .chips-number .item > .home-02 { background: transparent url("/images/site/competitive-price.png") no-repeat; } */
    /* .home-category-ad .chips-number .item > .home-03 { background: transparent url("/images/site/original-parts.png") no-repeat; } */
    .home-category-ad .chips-number .cut {
        border-left: 0.5px solid #DDDDDD;
        height: 40px;
        position: absolute;
        right: 0px;
        top: 20px;
    }

@media (max-width: 570px) {
    .home-category-ad .chips-number {
        background-color: #F7F7F7;
    }

        .home-category-ad .chips-number .item {
            margin-top: 3px;
            padding: 3px;
            border-bottom: 1px solid #006AFF;
        }
}

.home-category-ad .home-icon-server {
    width: 290px;
    margin-left: 15px;
    display: none;
}

    .home-category-ad .home-icon-server .item {
        background-color: #FFFFFF;
        padding-left: 15px;
        padding-top: 15px;
        height: 130px;
        margin-top: 15px;
        position: relative;
        border-radius: 5px;
    }

        .home-category-ad .home-icon-server .item .title {
            font-family: 'Inter-SemiBold';
            font-size: 16px;
            margin-bottom: 0px;
        }

        .home-category-ad .home-icon-server .item .tips {
            font-size: 12px;
            font-weight: 100;
            color: #7A7A7A;
            margin-bottom: 0;
            padding-right: 10px;
        }

        .home-category-ad .home-icon-server .item button {
            font-size: 12px;
            font-weight: 100;
            -webkit-transform-origin-x: 0;
            -webkit-transform: scale(0.8);
            border: 1px solid #007BFF;
            border-radius: 30px;
            padding: 8px 15px;
            color: #007BFF;
            background-color: #FFFFFF;
            margin-top: 5px;
        }

        .home-category-ad .home-icon-server .item > span {
            vertical-align: middle;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .home-category-ad .home-icon-server .item > .chips-icon {
            width: 40px;
            height: 40px;
            position: absolute;
            bottom: 10px;
            right: 10px;
        }
        /* .home-category-ad .home-icon-server .item > .home-04 { background: transparent url("/images/site/signup.png") no-repeat; background-size: contain; }
.home-category-ad .home-icon-server .item > .home-05 { background: transparent url("/images/site/rfq.png") no-repeat; background-size: contain; }
.home-category-ad .home-icon-server .item > .home-06 { background: transparent url("/images/site/bomtool.png") no-repeat; background-size: contain; } */
        .home-category-ad .home-icon-server .item > p {
            margin-bottom: 11px;
        }

.home-xray-product {
    padding: 1rem 0;
}

    .home-xray-product .container .row {
        background-color: #FFFFFF;
    }

    .home-xray-product h3 {
        font-family: 'Inter-SemiBold';
        line-height: 1.5rem;
        padding-bottom: 5px;
        font-size: 18px;
    }

    .home-xray-product .container {
        position: relative;
    }

        .home-xray-product .container .read-more {
            position: absolute;
            top: 5px;
            right: 20px;
            float: right;
            font-size: 16px;
            font-weight: 400;
            color: #006AFF;
            align-items: center;
        }

@media (max-width: 1199px) {
    .home-xray-product .container .read-more {
        display: none;
    }
}
/* .home-xray-product .container .icon-read-more { float: right; background: transparent url('/images/site/more-icon.png') no-repeat; display: inline-block;  background-size: contain; width: 25px; height: 25px; margin-left: 10px;} */
.home-xray-product .tab-content .row {
    border-radius: 5px;
}

.home-xray-product .item {
    border: 1px solid #F5F7FA;
}

    .home-xray-product .item .pic {
        height: 120px;
        line-height: 120px;
    }

        .home-xray-product .item .pic img {
            max-height: 120px;
        }

    .home-xray-product .item .name {
        padding-left: 15px;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .home-xray-product .item a {
        color: #3F3F3F;
    }

    .home-xray-product .item:hover .name a {
        color: #006AFF;
    }

    .home-xray-product .item .manufacturer {
        padding-left: 15px;
        font-size: 12px;
        color: #7A7A7A;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .home-xray-product .item .price {
        padding-left: 15px;
        color: #FF6221;
        font-size: 14px;
    }


.home-category-big {
    padding: 1rem 0;
}

    .home-category-big h3 {
        font-family: 'Inter-SemiBold';
        line-height: 1.5rem;
        padding-bottom: 5px;
        font-size: 18px;
    }

    .home-category-big .tab-content .row {
        display: flex;
        justify-content: space-around;
    }

@media (min-width: 1440px) {
    .home-category-big .tab-content .row {
        min-width: 1400px;
    }

    .home-category-big .item {
        width: 140px;
        margin-right: calc((560px) / 5);
        text-align: center;
    }

        .home-category-big .item:nth-child(6), .item:nth-child(12) {
            margin-right: 0px;
        }
}

@media (max-width: 1439px) {
    .home-category-big .tab-content .row {
        min-width: 1090px;
    }

    .home-category-big .item {
        width: 140px;
        margin-right: calc((530px) / 3);
        text-align: center;
    }

        .home-category-big .item:nth-child(4), .item:nth-child(8), .item:nth-child(12) {
            margin-right: 0px;
        }
}

@media (max-width: 767px) {
    .home-category-big .tab-content .row {
        min-width: 510px;
    }

    .home-category-big .item {
        width: 140px;
        margin-right: calc((230px));
        text-align: center;
    }

        .home-category-big .item:nth-child(2), .item:nth-child(4), .item:nth-child(6), .item:nth-child(8), .item:nth-child(10), .item:nth-child(12) {
            margin-right: 0px;
        }
}

@media (max-width: 509px) {
    .home-category-big .tab-content .row {
        min-width: 360px;
    }

    .home-category-big .item {
        width: 45%;
        text-align: center;
    }

    .home-category-big .item {
        margin-right: 0px;
    }
}

.home-category-big .item .name {
    font-size: 16px;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #3F3F3F;
}

.home-category-big .item :hover .name {
    color: #006AFF;
}

.home-hot-sale {
    padding: 0 0 1rem 0;
}

    .home-hot-sale .container .icon-vector {
        background: transparent url('/images/site/Vector.png') no-repeat;
        display: inline-block;
        background-size: contain;
        width: 30px;
        height: 30px;
        margin-bottom: -5px;
    }

    .home-hot-sale h3 {
        font-family: 'Inter-SemiBold';
        line-height: 30px;
        padding-bottom: 5px;
        font-size: 18px;
    }

    .home-hot-sale .container {
        position: relative;
    }

        .home-hot-sale .container .read-more {
            position: absolute;
            top: 5px;
            right: 10px;
            float: right;
            font-size: 20px;
            font-weight: 400;
            color: #006AFF;
            align-items: center;
        }

        .home-hot-sale .container .icon-read-more {
            float: right;
            background: transparent url('/images/site/more-icon.png') no-repeat;
            display: inline-block;
            background-size: contain;
            width: 25px;
            height: 25px;
            margin-left: 10px;
        }

        .home-hot-sale .container .tab-content {
            display: flex;
            justify-content: start;
            width: 100%;
        }

            .home-hot-sale .container .tab-content .left {
                background: transparent url('/images/site/Rectangle.png?v2') no-repeat;
                width: 238px;
                height: 508px;
                display: flex;
                justify-content: start;
                flex-direction: column;
            }

                .home-hot-sale .container .tab-content .left .title {
                    color: #FFFFFF;
                    font-size: 25px;
                    width: 100%;
                    text-align: center;
                    margin-top: 100px;
                }

                .home-hot-sale .container .tab-content .left .message {
                    color: #FFFFFF;
                    font-size: 12px;
                    -webkit-transform-origin-x: 0;
                    -webkit-transform: scale(0.8);
                    width: 90%;
                    text-align: center;
                    margin-left: 10%;
                    margin-top: 10px;
                }

@media (min-width: 1440px) {
    .home-hot-sale .container .tab-content .right {
        width: 1192px;
    }
}

@media (max-width: 1439px) {
    .home-hot-sale .container .tab-content .right {
        width: 882px;
    }
}

@media (max-width: 767px) {
    .home-hot-sale .container .tab-content {
        display: flex;
        flex-direction: column;
    }

        .home-hot-sale .container .tab-content .left {
            display: none;
        }

        .home-hot-sale .container .tab-content .right {
            width: 300px;
        }
}

.home-hot-sale .container .tab-content .right {
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius: 0 5px 5px 0;
    flex: 1 0 auto;
}

    .home-hot-sale .container .tab-content .right .message {
        text-align: left;
    }

    .home-hot-sale .container .tab-content .right .item {
        width: 20%;
        text-align: center;
        padding-top: 10px;
        border-left: 1px solid #F1F1F1;
        border-bottom: 1px solid #F1F1F1;
        position: relative;
    }

        .home-hot-sale .container .tab-content .right .item .name {
            color: #3F3F3F;
            padding-left: 15px;
            font-size: 14px;
            margin-top: 10px;
        }

        .home-hot-sale .container .tab-content .right .item:hover .name {
            color: #006AFF;
        }

        .home-hot-sale .container .tab-content .right .item .manufacturer {
            padding-left: 15px;
            font-size: 12px;
            color: #7A7A7A;
        }

        .home-hot-sale .container .tab-content .right .item .instock {
            padding-left: 15px;
            font-size: 14px;
            color: #7A7A7A;
        }

            .home-hot-sale .container .tab-content .right .item .instock span {
                color: #30B616;
            }

        .home-hot-sale .container .tab-content .right .item .price {
            padding-left: 15px;
            color: #3F3F3F;
            font-size: 14px;
        }

@media (max-width: 767px) {
    .home-hot-sale .container .tab-content .right {
        width: 100%;
    }

        .home-hot-sale .container .tab-content .right .item {
            width: 50%;
        }
}

.home-hot-sale .container .tab-content .right .hot {
    position: absolute;
    right: 5px;
    color: #FF6221;
    background-color: #ff642123;
    padding: 3px 12px;
    border-radius: 5px;
}


.home-trustpilot .container {
    background-color: #FFFFFF;
}

    .home-trustpilot .container .box {
        width: 100%;
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

        .home-trustpilot .container .box .business-unit {
            width: 200px;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .home-trustpilot .container .box .business-unit a:nth-child(1) {
                padding-bottom: 12px;
            }

            .home-trustpilot .container .box .business-unit .rating {
                font-size: 24px;
                line-height: 24px;
            }

            .home-trustpilot .container .box .business-unit span {
                margin-bottom: 10px;
                line-height: 23px;
            }

            .home-trustpilot .container .box .business-unit .stars {
                width: 160px;
                margin-bottom: 12px;
            }

            .home-trustpilot .container .box .business-unit .logo {
                width: 106px;
            }

        .home-trustpilot .container .box .reviews {
            width: calc(100% - 200px);
            height: 100%;
            position: relative;
            padding: 0 40px;
        }

            .home-trustpilot .container .box .reviews .review-left {
                position: absolute;
                left: 0;
                top: 0;
                width: 40px;
                height: 100%;
            }

            .home-trustpilot .container .box .reviews .review-right {
                position: absolute;
                right: 0;
                top: 0;
                width: 40px;
                height: 100%;
            }

            .home-trustpilot .container .box .reviews .icon {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                width: 30px;
                height: 30px;
                display: block;
            }

                .home-trustpilot .container .box .reviews .icon:hover circle {
                    stroke: #006AFF;
                }

                .home-trustpilot .container .box .reviews .icon:hover polygon {
                    fill: #006AFF;
                }

            .home-trustpilot .container .box .reviews .icon-left {
                width: 28px;
                height: 28px;
                background: transparent url('/images/site/trustpilot/icon-left.png?v2') no-repeat;
            }

                .home-trustpilot .container .box .reviews .icon-left:hover {
                    width: 28px;
                    height: 28px;
                    background: transparent url('/images/site/trustpilot/icon-left-active.png?v2') no-repeat;
                }

            .home-trustpilot .container .box .reviews .icon-right {
                width: 28px;
                height: 28px;
                background: transparent url('/images/site/trustpilot/icon-right.png?v2') no-repeat;
            }

                .home-trustpilot .container .box .reviews .icon-right:hover {
                    width: 28px;
                    height: 28px;
                    background: transparent url('/images/site/trustpilot/icon-right-active.png?v2') no-repeat;
                }

            .home-trustpilot .container .box .reviews .content {
                position: relative;
                overflow: hidden;
            }

                .home-trustpilot .container .box .reviews .content .reviews-box {
                    min-width: 1800px;
                    height: 100%;
                    flex-wrap: nowrap;
                    display: flex;
                    transition-timing-function: ease;
                    transform: translateX(0px);
                    transition-duration: 1s;
                }
                    /* 0, 1080, 2160, 3240, */
                    .home-trustpilot .container .box .reviews .content .reviews-box .item {
                        display: inline-block;
                        height: 110px;
                        min-width: 250px;
                        max-width: 250px;
                        margin: 0 15px 10px 0;
                        padding: 0 0 0 20px;
                        position: relative;
                        vertical-align: top;
                        white-space: normal;
                    }

                        .home-trustpilot .container .box .reviews .content .reviews-box .item .stars {
                            width: 99px;
                            margin: 0 0 12px;
                        }

                        .home-trustpilot .container .box .reviews .content .reviews-box .item .verified {
                            display: inline-block;
                            margin: 0 12px 12px;
                            position: absolute;
                            color: #7a7a7a;
                        }

                        .home-trustpilot .container .box .reviews .content .reviews-box .item .header {
                            font-size: 14px;
                            font-weight: 600;
                            height: 18px;
                            margin: 0 0 6px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            width: 100%;
                        }

                        .home-trustpilot .container .box .reviews .content .reviews-box .item .text {
                            font-size: 13px;
                            line-height: 16px;
                            margin: 0 0 8px;
                            max-height: 32px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            word-wrap: break-word;
                        }

                        .home-trustpilot .container .box .reviews .content .reviews-box .item .user-info {
                            display: flex;
                            color: rgba(0,0,0,.6);
                        }

                            .home-trustpilot .container .box .reviews .content .reviews-box .item .user-info .name {
                                font-size: 12px;
                                font-weight: 700;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                            }

                            .home-trustpilot .container .box .reviews .content .reviews-box .item .user-info .date {
                                font-size: 12px;
                                margin-left: 3px;
                            }

            .home-trustpilot .container .box .reviews .review-bottom {
                padding-left: 20px;
            }

@media (max-width: 1199px) {
    .home-trustpilot .container {
        padding-left: 0;
        padding-right: 0;
    }

        .home-trustpilot .container .box {
            flex-direction: column;
            height: auto;
            padding-left: 0;
            padding-right: 0;
        }

            .home-trustpilot .container .box .reviews .review-left, .review-right {
                display: none;
            }
            /* .home-trustpilot .container .box .business-unit {} */
            .home-trustpilot .container .box .reviews {
                width: 100%;
                margin-top: 20px;
                padding: 0 5px;
            }

                .home-trustpilot .container .box .reviews .content {
                    width: 100%;
                    max-height: 300px;
                    overflow: scroll;
                    margin-top: 25px;
                }

                    .home-trustpilot .container .box .reviews .content .reviews-box {
                        flex-direction: column;
                        width: 100%;
                        min-width: 100%;
                        max-width: none;
                    }

                        .home-trustpilot .container .box .reviews .content .reviews-box .item {
                            height: 120px;
                            border-bottom: 2px dotted #DDDDDD;
                            padding-left: 0px;
                            min-width: 100%;
                            padding-left: 20px;
                        }

                .home-trustpilot .container .box .reviews .review-bottom {
                    position: absolute;
                    top: 0px;
                    padding-top: 0px;
                    padding-left: 20px;
                }
}


.home-category-product {
    padding: 0.5rem 0;
}

    .home-category-product .container {
        background-color: #FFFFFF;
        border-radius: 5px;
    }
    /* .home-category-product .container .tab-content { padding: 0 15px 15px 15px; } */
    .home-category-product .item .pic {
        height: 120px;
    }

        .home-category-product .item .pic img {
            max-height: 120px;
        }

    .home-category-product .nav-tabs {
        border-bottom: 1px solid #DEDEDE;
        padding-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

        .home-category-product .nav-tabs .nav-item {
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 16px;
            color: #3F3F3F;
        }

            .home-category-product .nav-tabs .nav-link.active, .home-category-product .nav-tabs .nav-item.show .nav-link {
                background-color: #007BFF;
                color: #fff;
                border-radius: 5px 5px 0 0;
                border: 0px;
            }

@media (max-width: 1440px) {
    /* .home-category-product .nav-tabs .nav-item { width: 45%; } */
}

@media (max-width: 1200px) {
    .home-category-product .nav-tabs .nav-item {
        width: 60%;
    }
}

.home-category-product .tab-content .item {
    border: 1px solid #EDEDED;
}

    .home-category-product .tab-content .item p a {
        color: #3F3F3F;
        font-size: 14px;
    }

    .home-category-product .tab-content .item:hover p a {
        color: #006AFF;
    }

    .home-category-product .tab-content .item small {
        color: #7a7a7a;
        font-size: 14px;
    }

.home-manufacturer {
    padding: 1.5rem 0;
    width: 100%;
    height: 448px;
}

.home-manufacturer {
    background-image: url('/images/site/Manufacturers-logo.png'), url('/images/site/Manufacturers-bg.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: auto 319px, auto 448px;
    position: relative;
}

    .home-manufacturer h3 {
        font-family: 'Inter-SemiBold';
        line-height: 1.5rem;
        padding-bottom: 5px;
        font-size: 18px;
    }
    /* 1440 以下没得 */
    .home-manufacturer .container .row .box {
        width: 1440px;
        text-align: center;
        position: relative;
    }
        /* .home-manufacturer .container .row .box div { transform: rotate(30deg); clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);} */
        /* .home-manufacturer .container .row .box div { background-color: rgba(136, 85, 85, 0.322); } */
        .home-manufacturer .container .row .box .murata:hover {
            background-image: url('/images/site/manufacturtrs-hover/murata.png');
            background-repeat: no-repeat;
        }

        .home-manufacturer .container .row .box .infineon:hover {
            background-image: url('/images/site/manufacturtrs-hover/infineon.png');
            background-repeat: no-repeat;
        }

        .home-manufacturer .container .row .box .yageo:hover {
            background-image: url('/images/site/manufacturtrs-hover/yageo.png');
            background-repeat: no-repeat;
        }

        .home-manufacturer .container .row .box .st:hover {
            background-image: url('/images/site/manufacturtrs-hover/st.png');
            background-repeat: no-repeat;
        }

        .home-manufacturer .container .row .box .alpsalpine:hover {
            background-image: url('/images/site/manufacturtrs-hover/alpsalpine.png');
            background-repeat: no-repeat;
        }

        .home-manufacturer .container .row .box .microchip:hover {
            background-image: url('/images/site/manufacturtrs-hover/microchip.png');
            background-repeat: no-repeat;
        }

        .home-manufacturer .container .row .box .nxp:hover {
            background-image: url('/images/site/manufacturtrs-hover/nxp.png');
            background-repeat: no-repeat;
        }

        .home-manufacturer .container .row .box .samsung:hover {
            background-image: url('/images/site/manufacturtrs-hover/samsung.png');
            background-repeat: no-repeat;
        }

        .home-manufacturer .container .row .box .micron:hover {
            background-image: url('/images/site/manufacturtrs-hover/micron.png');
            background-repeat: no-repeat;
        }

        .home-manufacturer .container .row .box .onsemi:hover {
            background-image: url('/images/site/manufacturtrs-hover/onsemi.png');
            background-repeat: no-repeat;
        }

        .home-manufacturer .container .row .box .avx:hover {
            background-image: url('/images/site/manufacturtrs-hover/avx.png');
            background-repeat: no-repeat;
        }

        .home-manufacturer .container .row .box .xilinx:hover {
            background-image: url('/images/site/manufacturtrs-hover/xilinx.png');
            background-repeat: no-repeat;
        }

        .home-manufacturer .container .row .box .hongfa:hover {
            background-image: url('/images/site/manufacturtrs-hover/hongfa.png');
            background-repeat: no-repeat;
        }


        .home-manufacturer .container .row .box .small {
            width: 137px;
            height: 120px;
        }

        .home-manufacturer .container .row .box .medium {
            width: 178px;
            height: 155px;
        }

        .home-manufacturer .container .row .box .big {
            width: 242px;
            height: 210px;
        }

.home-best-supplier {
    padding: 1rem 0;
}

    .home-best-supplier .container .bg-color {
        background-color: #f8f8f8;
    }

    .home-best-supplier h3 {
        font-family: 'Inter-SemiBold';
        line-height: 1.5rem;
        padding-bottom: 5px;
        font-size: 18px;
    }

@media (min-width: 1440px) {
    .home-best-supplier {
        display: none;
    }
}

@media (max-width: 1439px) {
    .home-manufacturer {
        display: none;
    }
}

.home-best-category {
    padding: 1rem 0;
}

    .home-best-category .container .tab-content {
        padding: 0 15px 15px 15px;
    }

    .home-best-category h3, .site-title-h2 {
        font-family: 'Inter-SemiBold';
        border-bottom: 1px solid #DDDDDD;
        line-height: 1.5rem;
        padding-bottom: 15px;
        font-size: 18px;
    }

    .home-best-category .best-category-dl {
        padding-top: 8px;
    }

        .home-best-category .best-category-dl dl > dt > a {
            color: #333535;
            font-weight: bold;
            margin-bottom: 0.6rem;
            display: block;
        }

        .home-best-category .best-category-dl dl > dd {
            margin-bottom: 0.3rem;
        }

            .home-best-category .best-category-dl dl > dd > a {
                color: #666666;
            }

/* blog */
.home-blog {
    padding: 1rem 0;
}

    .home-blog h3 {
        font-family: 'Inter-SemiBold';
        line-height: 1.5rem;
        margin-bottom: 10px;
        padding-bottom: 5px;
        font-size: 18px;
        width: 100%;
    }

    .home-blog .container .read-more {
        line-height: 100%;
        position: absolute;
        top: 5px;
        right: 20px;
        float: right;
        font-size: 16px;
        font-weight: 400;
        color: #006AFF;
        align-items: center;
    }
    /* @media (max-width: 1199px) {
    .home-blog .container .read-more {display: none;}
} */

    .home-blog .container .row .blogs {
        min-height: 600px;
    }

        .home-blog .container .row .blogs .box {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
        }

        .home-blog .container .row .blogs .item {
            padding-right: 20px;
            padding-bottom: 20px;
            padding-left: 0px;
        }

            .home-blog .container .row .blogs .item .blog:hover {
                box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
            }

                .home-blog .container .row .blogs .item .blog:hover .title {
                    text-decoration: underline;
                }

            .home-blog .container .row .blogs .item .blog {
                position: relative;
                width: 100%;
                min-height: 270px;
                border-radius: 5px;
                overflow: hidden;
                color: #FFFFFF;
            }

                .home-blog .container .row .blogs .item .blog .time {
                    position: absolute;
                    top: 10px;
                    left: 10px;
                    width: 160px;
                    height: 30px;
                    background-color: #00000036;
                    border-radius: 15px;
                    text-align: center;
                    line-height: 30px;
                }

                .home-blog .container .row .blogs .item .blog .title {
                    position: absolute;
                    bottom: 0;
                    width: 100%;
                    height: 55px;
                    background-color: #00000062;
                    line-height: 55px;
                    padding-left: 15px;
                    font-size: 16px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

    .home-blog .container .row .posts {
        min-height: 600px;
    }

        .home-blog .container .row .posts .box {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
        }

            .home-blog .container .row .posts .box h3 {
                margin-left: 0px;
            }

        .home-blog .container .row .posts .item {
            width: 100%;
            padding-top: 20px;
            border-bottom: 1px solid #dcdcdc;
        }

            .home-blog .container .row .posts .item:nth-child(5) {
                border-bottom: 0px;
            }

            .home-blog .container .row .posts .item .post {
                width: 100%;
                height: 170px;
            }

                .home-blog .container .row .posts .item .post .title {
                    font-family: 'Inter-SemiBold';
                    font-size: 16px;
                    color: #3F3F3F;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

                    .home-blog .container .row .posts .item .post .title:hover {
                        color: #006AFF;
                        text-decoration: underline;
                    }

                .home-blog .container .row .posts .item .post .message {
                    margin-top: 10px;
                    color: #7A7A7A;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                }

                .home-blog .container .row .posts .item .post .more {
                    margin-top: 15px;
                    color: #006AFF;
                }

/* 热搜 */
.home-popular-search {
    padding: 1.5rem 0;
}

    .home-popular-search h3 {
        font-family: 'Inter-SemiBold';
        border-bottom: 1px solid #DDDDDD;
        line-height: 1.5rem;
        margin-left: 10px;
        margin-bottom: 10px;
        padding-bottom: 15px;
        font-size: 18px;
        width: 100%;
    }

    .home-popular-search .container .tab-content {
        margin-left: 10px;
        margin-right: 10px;
    }

        .home-popular-search .container .tab-content .item {
            width: 20%;
            margin-top: 10px;
        }

            .home-popular-search .container .tab-content .item a {
                color: #7A7A7A;
                font-size: 14px;
            }

                .home-popular-search .container .tab-content .item a:hover {
                    color: #007BFF;
                }

@media (max-width: 1439px) {
    .home-popular-search .container .tab-content .item {
        width: 25%;
    }
}

@media (max-width: 1199px) {
    .home-popular-search .container .tab-content .item {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .home-popular-search .container .tab-content .item {
        width: 50%;
    }
}

.newest-products {
    font-size: 14px;
    line-height: 1.5rem;
}

.best-supplier-li .row {
    margin-left: -5px;
    margin-right: -5px;
}

    .best-supplier-li .row > div {
        padding-left: 5px;
        padding-right: 5px;
    }

.best-supplier-li .item {
    background-color: #fff;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .best-supplier-li .item .pic {
        min-height: 50px;
        border: 1px #f8f8f8 solid;
    }

@media (min-width: 1200px) {
    .best-supplier-li .col-xl-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1440px) {
    .best-supplier-li .col-xl-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
}

.best-supplier-li .item:hover p {
    bottom: 0;
    margin-bottom: 0;
}

.best-supplier-li .item > p {
    background-color: #00b0ec;
    color: #fff;
    padding: 5px 8px;
    text-align: center;
    line-height: 1rem;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    -webkit-transition: .2s;
    transition: .2s;
}

.product-index .links {
    background-color: #FFFFFF;
    min-height: 70px;
    display: flex;
    justify-content: space-around !important;
    align-items: center;
    border-radius: 8px;
    width: 100%;
}

.product-index span {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-right: 5px;
}

.product-index .links > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #007BFF;
    width: 28px;
    height: 28px;
    line-height: 28px;
}

    .product-index .links > a:hover {
        background-color: #006AFF;
        border-radius: 5px;
        color: #FFFFFF;
        text-decoration: none;
    }

.home-icon-bottom .container .box {
    background-color: #FFFFFF;
    min-height: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 8px;
    width: 100%;
}

    .home-icon-bottom .container .box .item {
        border-right: 1px solid #DDDDDD;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 25%;
    }

        .home-icon-bottom .container .box .item:last-child {
            border: 0px;
        }

        .home-icon-bottom .container .box .item img {
            width: 60px;
            margin-right: 10px;
        }

        .home-icon-bottom .container .box .item .num {
            font-family: 'Inter-Medium';
            color: #007BFF;
            font-size: 22px;
        }

@media (max-width: 768px) {
    .home-icon-bottom .container .box {
        justify-content: start;
    }

        .home-icon-bottom .container .box .item {
            justify-content: start;
            width: 50%;
            border: 0px;
            padding-left: 5px;
        }

            .home-icon-bottom .container .box .item img {
                width: 50px;
                height: 50px;
            }

            .home-icon-bottom .container .box .item .num {
                font-size: 18px;
            }

            .home-icon-bottom .container .box .item .title {
                font-size: 16px;
            }
}

.product-categories h1 {
    margin-top: 1rem;
    font-size: 2rem;
    text-transform: uppercase;
}

.product-categories .main-category ul {
    color: #f08519;
}

    .product-categories .main-category ul > li {
        padding-left: 2px;
        padding-bottom: 8px;
    }

        .product-categories .main-category ul > li > a {
            font-size: 1rem;
            font-weight: 400;
            color: #048ae0;
        }

.product-categories .sub-category h2 {
    margin-top: 1rem;
}

    .product-categories .sub-category h2 > a {
        font-size: 1.2rem;
        color: #222;
    }

.product-categories .sub-category h3 {
    font-family: 'Inter-SemiBold';
    font-size: 0.8rem;
    font-weight: normal;
    color: #565656;
}

    .product-categories .sub-category h3 small {
        color: #f08519;
    }

.products-table img {
    /* max-height: 60px;
    max-width: 100px;*/
    max-height: 120px;
    max-width: 120px;
}

.product-details .pro-img {
    border: 3px #787878 solid;
    padding: 10px;
    position: relative;
    padding-bottom: 40px;
    text-align: center;
}

    .product-details .pro-img .text {
        font-size: 12px;
        background-color: #787878;
        padding: 8px;
        position: absolute;
        margin-bottom: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.product-details .price-box {
    font-size: 12px;
    text-align: center;
}

    .product-details .price-box .title {
        color: #565656;
        vertical-align: middle;
        width: 20%;
    }

    .product-details .price-box table tr > td {
        color: #f08519;
        width: 16%;
    }

.product-details .in-stock h5 {
    font-size: 1.2rem;
}

.part-number {
    word-break: break-all;
}

.related-keywords ul > li {
    padding-left: 0;
}

.supplier-index .row a {
    display: block;
}

.info-nav {
    border: 1px #ccc solid;
    padding: 8px 12px;
    margin-bottom: 3rem;
}

    .info-nav dl {
        margin-bottom: 0;
        padding-top: 8px;
    }

        .info-nav dl > dt {
            background-color: #00b0ec;
            color: #fff;
            padding: 5px 0;
            font-size: 1.2rem;
            margin-bottom: 8px;
            padding-left: 12px;
            border-radius: 3px;
        }

        .info-nav dl > dd > a {
            padding: 3px 8px;
            display: block;
            border-bottom: 1px #eee dotted;
        }

.info-content .text h1 {
    font-size: 22px;
}

.info-content .text h2 {
    font-size: 18px;
}

.info-content .text h3 {
    font-size: 16px;
}

.btn-success {
    color: #fff;
    background-color: #00b0ec;
    border-color: #00b0ec
}

.btn-successCart {
    color: #fff;
    background-color: #00b0ec;
    border-color: #ff6221
}

    .btn-successCart:hover {
        color: #fff;
        background-color: #069BEC;
        border-color: #00739a
    }

.btn-success:hover {
    color: #fff;
    background-color: #069BEC;
    border-color: #00739a
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #069BEC;
    border-color: #00739a;
    box-shadow: 0 0 0 .2rem rgba(6, 155, 236, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #00b0ec;
    border-color: #00b0ec
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00739a;
    border-color: #00739a
}

    .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(6, 155, 236, .5)
    }

.footer {
    margin-top: 10px;
}

    .footer .footer-nav {
        background-color: #FFFFFF;
        color: #575757;
        padding-top: 1rem;
        padding-bottom: 0rem;
    }

        .footer .footer-nav .container {
            border-bottom: 1px solid #DDDDDD;
        }

        .footer .footer-nav a {
            color: #575757;
        }

        .footer .footer-nav dl {
            margin-bottom: 20px;
        }

            .footer .footer-nav dl > dt {
                color: #3F3F3F;
                font-size: 18px;
                font-weight: bold;
                margin-bottom: 0.5rem;
                display: block;
            }

            .footer .footer-nav dl > dd {
                margin-bottom: 0.3rem;
                font-size: 14px;
            }

                .footer .footer-nav dl > dd > a {
                    color: #575757;
                }

                    .footer .footer-nav dl > dd > a:hover {
                        color: #006AFF;
                    }

@media (min-width: 768px) {
    .footer .footer-nav .information {
        padding-left: 2rem;
    }
}

.footer .footer-nav .payment img {
    height: 28px;
}

.footer .footer-nav .shipping-methods img {
    height: 28px;
}

.footer .copyright p {
    margin-bottom: 5px;
}

.footer .certified img {
    width: 180px;
}

.footer .share {
    background: transparent url('/images/footer/share.png?v1') no-repeat;
    display: inline-block;
    background-size: contain;
    width: 250px;
    height: 40px;
    position: relative;
}

    .footer .share :nth-child(1) {
        position: absolute;
        left: 0px;
        width: 40px;
        height: 40px;
    }

    .footer .share :nth-child(2) {
        position: absolute;
        left: 52px;
        width: 40px;
        height: 40px;
    }

    .footer .share :nth-child(3) {
        position: absolute;
        left: 105px;
        width: 40px;
        height: 40px;
    }

    .footer .share :nth-child(4) {
        position: absolute;
        left: 157px;
        width: 40px;
        height: 40px;
    }

    .footer .share :nth-child(5) {
        position: absolute;
        left: 211px;
        width: 40px;
        height: 40px;
    }

    .footer .share :hover {
        background-color: rgba(83, 50, 50, 0.308);
        border-radius: 50%;
    }

.footer-info {
    background-color: #FFFFFF;
}

.footer .footer-info .iso img {
    height: 50px;
}

.site-map .info-nav {
    margin-bottom: 12px;
}

    .site-map .info-nav dl > dt {
        border-radius: 0;
    }

    .site-map .info-nav dl {
        display: table;
        width: 23%;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
    }

.site-map .info-content .text h3 {
    font-size: 14px;
}

#key-cart .required label.col-form-label:before {
    content: "*";
    color: red;
    margin-left: -5px;
}

.mt-p-5 {
    margin-top: 44px !important;
}

.pt-p-5 {
    padding-top: 44px !important;
}
/* 产品详情优化-v2 start*/
.product-details .AddToQuote {
    cursor: pointer;
}

.product-details .card {
    border: 0;
}

    .product-details .card .ceit {
        padding: 10px 0;
        margin-top: 20px;
        text-align: center;
        box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.04);
        border-radius: 2px 2px 2px 2px;
    }

        .product-details .card .ceit > div {
            position: relative;
        }

        .product-details .card .ceit i {
            display: block;
            width: 1px;
            height: 40px;
            background-color: rgb(236, 238, 242);
            position: absolute;
            right: 0px;
            top: 50%;
            margin-top: -20px;
            ;
        }

.product-details .part-number {
    font-size: 28px;
}

.product-details .site-title-h2 {
    font-size: 18px;
}

.product-details .card-body {
    padding: 0;
}

.product-details .product-attr-wrap .table-sm th, .product-details .product-attr-wrap .table-sm td {
    padding: 0 0.3rem;
}

.product-details .card-body .tip {
    margin-top: 3%;
    padding-right: 10%;
}

    .product-details .card-body .tip dt {
        font-size: 14px;
        margin-bottom: 1%;
    }

    .product-details .card-body .tip dd img {
        margin-top: 5%;
        max-width: 315px;
    }

.product-details .in-stock h5 {
    font-size: 16px;
    font-weight: bold;
}

    .product-details .in-stock h5 span {
        float: right;
    }

    .product-details .in-stock h5 .h5-tip {
        font-weight: normal;
        font-size: 10px;
        color: #666666;
    }

.product-details .product-image .site-title-h2 {
    border: 0
}

.parameter .table-responsive {
    border: 1px solid #ddd;
    overflow: visible;
    border-top: 0;
}

    .parameter .table-responsive .row {
        margin: 0;
    }

    .parameter .table-responsive .tr {
        border-top: 1px solid #ddd;
        color: #212529;
        padding: 0;
        background: #F8F8F8;
        display: flex;
    }

    .parameter .table-responsive .th {
        font-weight: bold;
        display: block;
        width: 30%;
        padding: 10px 20px;
        line-height: 20px;
    }

    .parameter .table-responsive .td {
        display: block;
        width: 70%;
        line-height: 20px;
        padding: 10px 20px;
        padding-right: 0px;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        background: #fff;
    }

    .parameter .table-responsive .tr:nth-child(even) .td {
        border-right: 0;
    }

.parameter .site-title-h2 {
    border: 0;
}
/* 产品详情优化-v2.1 产品参数展示 start*/
.parameter .table-responsive {
    border: 0;
}

    .parameter .table-responsive .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .parameter .table-responsive .th {
        font-family: Inter-SemiBold;
        white-space: nowrap;
        font-weight: normal;
        font-size: 12px;
        color: #3F3F3F;
        border: 0;
        width: 35%;
    }

    .parameter .table-responsive .theader {
        background: none;
    }

        .parameter .table-responsive .theader .th {
        }

    .parameter .table-responsive .tbody .td {
        border: 0;
        background: none;
        width: 65%;
        font-weight: 400;
        font-size: 12px;
        color: #575757;
    }

    .parameter .table-responsive .tbody .tr:last-child {
        border-bottom: 1px solid #ddd;
    }

    .parameter .table-responsive .tbody .tr:nth-child(even) {
        background: none;
    }

    .parameter .table-responsive .param {
        padding-left: 10px;
        padding-right: 10px;
        ;
    }
/* 产品详情优化-v2.1 产品参数展示 end*/
.product-details .order-form {
    border: 1px solid #ddd;
    padding-bottom: 0px;
}

    .product-details .order-form form {
        padding: 10px 20px;
    }

    .product-details .order-form .form-group {
        margin-bottom: 0.5rem !important;
    }

    .product-details .order-form .bg-warning {
        background: url("/images/product/form-header-bg.png") !important;
        padding: 0.5rem 20px;
    }

    .product-details .order-form .add-cart {
        width: 43%
    }

.product-details .product-attr-wrap .table tr {
    height: 30px;
}

.product-details .product-attr-wrap .table .pdf img {
    margin-right: 6px;
}

.product-details .product-attr-wrap .table th {
    color: #7A7A7A;
    font-weight: normal;
    padding-left: 0;
}

.product-details .product-attr-wrap .table th, .product-details .product-attr-wrap .table td {
    border: 0;
    vertical-align: middle;
    font-size: 14px
}

.product-details .pro-img .text {
    background: #fff;
    color: #7A7A7A;
    border-top: 1px solid #ECEEF2;
}

.product-details .pro-img {
    border: 1px solid #ECEEF2;
    position: relative;
}

    .product-details .pro-img .brand {
        position: absolute;
        top: 0;
        left: 0;
    }

.product-details .product-image .xray-div {
    position: relative;
}

.product-details .product-image .xray-login {
    display: block;
    position: absolute;
    left: 20%;
    top: 50%;
    margin-top: -30px;
    ;
    width: 60%;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
    color: #333;
}

    .product-details .product-image .xray-login img {
        width: 13px;
        height: 15px;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        margin-right: 5px;
        ;
    }
/* .product-image .more-box .btn{color:#007BFF; background: #FFFFFF;border-radius: 50px 50px 50px 50px;opacity: 1;border: 1px solid #007BFF;} */
/* .product-image .more-box .btn:hover{background: rgba(0,123,255,0.2);} */
.product-details .product-details-recommend {
    background: #F5F7FA;
}

.shopping-guide .alt {
    border: 0;
    margin-bottom: 10px;
}

.shopping-guide .guide {
    background: #fff;
    margin: 0;
    text-align: center;
    padding: 1.5rem 0
}

.shopping-guide .row .alt {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}
/* .shopping-guide .row .s-g-img{margin: 1.5rem 0;} */
.shopping-guide .g-c {
    font-size: 15px;
    line-height: 200%;
    width: 86%;
    margin: auto;
}

    .shopping-guide .g-c p {
        margin-bottom: 0.5rem;
    }

.shopping-guide .shopping-guide-logo {
    max-height: 33px;
}
/* .shopping-guide .row .s-g-p{position: absolute;bottom: 0;} */
.product-details .product-index {
    background: #fff;
    border: 0;
    height: 70px;
    line-height: 70px;
}

    .product-details .product-index .index-alt {
        font-size: 14px;
        font-weight: bold;
        padding-left: 10px;
    }

    .product-details .product-index .links > a {
        background: none;
        color: #007BFF;
        font-size: 14px;
        padding: 0;
        ;
    }

.related-parts .table-responsive {
    background: #fff;
    border: 1px solid #ddd;
}

.related-parts .table thead th {
    border: 0;
}

.related-parts .table td {
    border-top: 1px dashed #dee2e6;
}

.related-parts .site-title-h2 {
    border: 0;
}

.product-details .related-parts .AddToQuote {
    background: #007BFF;
}

.electronic-components {
    margin-top: 1.5rem;
}

    .electronic-components .electronic {
        color: #7A7A7A;
        font-size: 14px;
        line-height: 200%;
        margin-top: 1.5rem;
    }

    .electronic-components .components {
        background: #fff;
        margin: 0;
    }

        .electronic-components .components > div {
            position: relative;
        }

        .electronic-components .components dl {
            margin-bottom: 0;
            background: #fff;
            padding: 15px;
        }

            .electronic-components .components dl dt {
                float: left;
                margin-right: 10px;
            }

            .electronic-components .components dl dd {
                height: 64px;
                margin-bottom: 0;
            }

                .electronic-components .components dl dd p {
                    font-size: 16px;
                    line-height: 32px;
                    margin-bottom: 0;
                }

                .electronic-components .components dl dd .desc {
                    color: #007BFF;
                    font-weight: 500;
                    font-size: 24px;
                }

        .electronic-components .components i {
            display: block;
            width: 1px;
            height: 30px;
            background-color: #ddd;
            position: absolute;
            right: 30px;
            top: 50%;
            margin-top: -15px;
            ;
        }

.hot-sales .site-title-h2 img {
    margin-right: 10px;
}

.hot-sales .hot-product {
    margin-right: -8px;
    margin-left: -8px;
}

    .hot-sales .hot-product > div {
        padding-right: 8px;
        padding-left: 8px;
    }

    .hot-sales .hot-product .hot-tag {
        position: absolute;
        top: 10px;
        right: 18px;
    }

    .hot-sales .hot-product .flex {
        display: flex;
        border: 0px solid #ddd;
        padding: 20px;
        margin-bottom: 16px;
        background: #fff;
    }

    .hot-sales .hot-product > div:nth-child(4) .flex, .hot-sales .hot-product > div:nth-child(5) .flex, .hot-sales .hot-product > div:nth-child(6) .flex {
        margin-bottom: 0;
    }

    .hot-sales .hot-product .flex .img {
        text-align: center;
    }

        .hot-sales .hot-product .flex .img img {
            vertical-align: middle;
        }

    .hot-sales .hot-product .flex .p-info {
        width: 80%;
        padding-left: 20px;
    }

        .hot-sales .hot-product .flex .p-info .name a {
            font-weight: bold;
            font-size: 16px;
            color: #3F3F3F;
        }

        .hot-sales .hot-product .flex .p-info .Manufacturer a {
            font-size: 12px;
            color: #7A7A7A;
        }

        .hot-sales .hot-product .flex .p-info .desc {
            font-size: 12px;
            color: #7A7A7A;
        }

        .hot-sales .hot-product .flex .p-info .stock {
            font-size: 16px;
            margin: 10px 0;
        }

            .hot-sales .hot-product .flex .p-info .stock span {
                font-size: 16px;
                color: #30B616;
                font-weight: bold;
                margin-right: 10px;
            }

        .hot-sales .hot-product .flex .p-info .AddToQuote {
            width: 86px;
            color: #007BFF;
            height: 30px;
            background: #FFFFFF;
            border: 1px solid #007BFF;
            border-radius: 4px;
        }

            .hot-sales .hot-product .flex .p-info .AddToQuote:hover {
                background: rgba(0,123,255,0.06);
            }

        .hot-sales .hot-product .flex .p-info .prices span {
            color: #333;
            font-size: 16px;
            font-weight: bold;
        }

.popular-search .parts {
    border-top: 1px solid #DEDEDE;
    margin: 0;
    padding-top: 10px;
}

    .popular-search .parts > div {
        line-height: 260%;
    }

    .popular-search .parts > div {
        text-align: left;
    }

    .popular-search .parts a {
        font-size: 14px;
        color: #7A7A7A;
    }
/* 产品详情优化-v2 end*/

/* 头部整改-v2 start*/
.header .slogo .logo img {
    max-width: 180px;
}

.header .slogo .logo span {
    font-size: 12px;
}

.header .slogo .logo {
    margin-right: 70px;
}

@media (max-width: 1199px) {
    .header .slogo .logo {
        margin-right: 10px;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: #555555;
}

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #555
    }

.navbar-dark .navbar-nav .active > .nav-link {
    color: #555;
}

.header .slogo .input-group > .form-control {
    background: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #555555;
}

.header .slogo .input-group .btn {
    border: 1px solid #555;
    width: 70px;
    background: url("/images/search.png") no-repeat center;
    background-color: #007BFF;
}

.header .slogo .m-search {
    margin-left: 0px;
}

.header .slogo .klink {
    width: 30%;
    padding-left: 30px;
}

    .header .slogo .klink .nav-link {
        color: #555;
        font-size: 16px;
    }
/* 头部整改-v2 end*/

/* 产品列表优化 start*/
.breadcrumbs .breadcrumb {
    padding-left: 0;
}

.products-table > h1.PageHeading {
    height: 29px;
    font-size: 24px;
    font-family: Inter-SemiBold, Inter;
    font-weight: normal;
    color: #3F3F3F;
}

.products-table .table-responsive-wrap {
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
}

.products-table .table-responsive thead {
    height: 66px;
    line-height: 66px;
    background: #ECEEF2;
}

    .products-table .table-responsive thead th {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 0;
        min-width: 100px;
        border-top: 0;
    }

        .products-table .table-responsive thead th:first-child {
            width: 130px;
        }

        .products-table .table-responsive thead th:nth-child(2) {
            width: 230px;
        }

        .products-table .table-responsive thead th:nth-child(3) {
            width: 200px;
        }

        .products-table .table-responsive thead th:nth-child(4) {
            width: 350px;
        }

        .products-table .table-responsive thead th:last-child {
            width: 150px;
            padding: 0;
        }

.products-table .table-responsive .table {
    margin-bottom: 37px;
}

.products-table .table-responsive .AddToQuote {
    height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 36px;
    background: #007BFF;
}

.products-table .table-responsive .AddToQuoteCart {
    height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 36px;
    background: #ff6221;
}

.products-table .table-responsive td {
    border-bottom: 1px dashed #CDCDCD;
    border-top: 0;
    vertical-align: middle;
}

.products-table .table-responsive tbody tr:hover {
    background: #f8f8f8;
}

.products-table .table-responsive td:last-child {
    padding-left: 0;
    padding-right: 0;
}

.products-table .pages {
    margin-bottom: 70px;
}

.footer-bt {
    border-top: 1px solid #DEDEDE;
    padding-top: 13px;
    width: 100%;
}
/* 产品列表优化 end*/

/* 分页样式修改 start*/
.pages .page-item {
    margin: 0 5px;
}

.pages .page-link {
    border-radius: 4px;
    color: #575757
}

.pages .page-item.active .page-link {
    color: #fff !important;
}

.pages .page-item:hover .page-link {
    background-color: #007bff !important;
    border-color: #007bff !important;
    color: #fff !important;
}

.pages .next .page-link {
    font-size: 0;
    color: #fff;
    text-align: right;
    display: block;
    width: 34px;
    height: 34px;
    ;
}

.pages .next .page-link {
    background: url('/images/blog/page-next.png') no-repeat center;
}

.pages .next:hover .page-link {
    background: url('/images/blog/page-next-blue.png') no-repeat center;
    color: #007bff
}

.pages .prev .page-link {
    font-size: 0;
    color: #fff;
    text-align: right;
    display: block;
    width: 34px;
    height: 34px;
}

.pages .prev .page-link {
    background: url('/images/blog/page-prev.png') no-repeat center;
}

.pages .prev:hover .page-link {
    background: url('/images/blog/page-prev-blue.png') no-repeat center;
    color: #007bff;
    border-radius: 4px;
    ;
}
/* 分页样式修改 end*/

/* 产品详情优化 -v3 start*/
.product-details .pro-img-div {
    height: 456px;
}

    .product-details .pro-img-div a {
        height: 400px;
        width: 400px;
        position: absolute;
        top: 50%;
        margin-top: -200px;
        left: 50%;
        margin-left: -200px;
    }

.rfq-go {
    position: relative;
    width: 100%;
    height: 122px;
    background: url('/images/product/rfq_btn.png') no-repeat center;
    background-size: 100%;
    ;
    margin-top: 12px;
    cursor: pointer;
}

    .rfq-go:hover {
        background-image: url('/images/product/rfq_btn_2.png');
    }

.rfq_btn {
    position: relative;
    margin-left: 34%;
    height: 100%;
    background: url('/images/product/rfq_btn_go.png') no-repeat 90% center;
}

    .rfq_btn .rfq-txt {
        position: absolute;
        top: 50%;
        margin-top: -30px;
        width: 166px;
        height: 59px;
        font-size: 26px;
        font-family: Helvetica-Bold, Helvetica;
        font-weight: bold;
        color: #3D66EB;
        line-height: 26px;
        letter-spacing: 1px;
        vertical-align: middle;
    }

        .rfq_btn .rfq-txt span {
            color: #666;
            font-size: 20px;
            font-weight: normal;
        }

.product-details .order-form {
    border-radius: 4px;
}

.product-details .card-body .tip dd {
    line-height: 1.8;
}

.product-details .col-form-label {
    white-space: nowrap;
    text-align: right;
    padding: 0;
    line-height: calc(1.5em + 0.5rem + 2px);
}

.product-details .order-form form {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.product-details .order-form {
    margin-top: 0px !important;
}

    .product-details .order-form .form-group {
        margin-bottom: 10px !important;
    }

    .product-details .order-form .bg-warning {
        margin-bottom: 10px;
    }
/* 产品详情优化 -v3 end*/
input::-webkit-input-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

input::placeholder {
    color: #999;
}

#key-cart .form-group .select {
    position: relative;
    z-index: 99;
}

    #key-cart .form-group .select .option {
        position: absolute;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0 3px 11px -6px #333;
        cursor: pointer;
        max-height: 0;
        overflow-y: auto;
        transition: all .3s;
        width: calc(100% - 30px);
        z-index: 100;
    }

        #key-cart .form-group .select .option.active {
            max-height: 200px;
        }

        #key-cart .form-group .select .option p {
            align-items: center;
            display: flex;
            height: 40px;
            margin: 0;
            padding: 10px;
            width: 100%;
        }

            #key-cart .form-group .select .option p:hover {
                color: #007bff;
                font-size: 15px;
            }

@media (max-width: 570px) {
    .home-category-ad .chips-number {
        display: none;
    }

    .home-category-ad .category {
        display: none;
    }

    .home-category-ad .ads {
        margin-left: 0;
    }

    .home-category-ad .carousel-caption {
        margin-top: -50px;
    }

        .home-category-ad .carousel-caption h1 {
            font-size: 1.2rem;
        }
    /* 产品详情优化-v2 start*/
    /* .product-details .in-stock h5 span{display: block;float: none;} */
    .product-details .product-attr-wrap {
        margin-top: 2rem;
    }

    .shopping-guide .row .s-g-p {
        position: static;
    }

    .product-details .electronic-components .components > div {
        margin-bottom: 15px;
        ;
    }

    .parameter .table-responsive .tr, .parameter .table-responsive .th, .parameter .table-responsive .td {
        height: auto;
    }

    .parameter .table-responsive .th {
        width: 50%;
        white-space: normal;
    }

    .parameter .table-responsive .td {
        width: 50%
    }

    .shopping-guide .guide > div {
        margin-bottom: 20px;
    }

    .product-details .product-index {
        height: auto;
        line-height: 200%;
    }

    .electronic-components .components i {
        display: none;
    }

    .hot-sales .hot-product > div:nth-child(4) .flex, .hot-sales .hot-product > div:nth-child(5) .flex, .hot-sales .hot-product > div:nth-child(6) .flex {
        margin-bottom: 16px;
    }

    .hot-sales .hot-product .hot-tag {
        top: 0;
        right: 8px
    }

    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .popular-search .parts > div {
        text-align: left;
    }
    /* 产品详情优化-v2 end*/

    .product-details .col-form-label {
        text-align: left;
        padding: 0 15px;
    }

    .col-xs-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (max-width: 768px) {
    .parameter .table-responsive .param:last-child .theader {
        display: none;
    }
}

@media (min-width: 768px) {

    .container, .container-sm, .container-md, .container-lg, .container-xl {
        min-width: 1120px;
    }
}



@media (min-width: 1200px) {

    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1120px;
    }

    .col-md-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .popular-search .parts > div:nth-child(5n+2) {
        padding-left: 2%;
    }

    .popular-search .parts > div:nth-child(5n+3) {
        padding-left: 4%;
    }

    .popular-search .parts > div:nth-child(5n+4) {
        padding-left: 6%;
    }

    .popular-search .parts > div:nth-child(5n+5) {
        padding-left: 8%;
    }

    .popular-search .parts > div:first-child {
        text-align: left;
        padding-left: 0;
    }

    .popular-search .parts > div:nth-child(5n+1) {
        text-align: left;
        padding-left: 0;
    }
}

@media (min-width: 1300px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1300px;
    }

    .home-category-ad .home-icon-server {
        display: block;
    }
}

@media (min-width: 1440px) {

    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1430px;
    }



    .home-category-ad .home-icon-server {
        display: block;
    }
}

/*item*/
