

@media screen and (max-width: 960px) {
    footer {
        display: none
    }

    .cookieDiv {
        display: none
    }

    .header {
        display: none
    }

    header {
        display: block
    }

    .home-page {
        display: none
    }

    footer {
        display: none
    }

    .side {
        display: none
    }

    body {
        height: 100%;
        width: 100%;
        background-color: #f7f7f7;
        color: #333;
        font-family: Helvetica, Arial, Tahoma, sans-serif;
        font-size: 14px;
        letter-spacing: .2px;
    }

    #app {
        background-color: #f7f7f7;
    }

    .body {
        overflow: scroll;
        width: 100%;
    }

    .bg, .w {
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100%;
    }

    .w {
        margin: 0 auto;
    }

    .SearchBar {
        background: #fff;
        border-radius: 48px;
        bottom: 0;
        box-shadow: 0 2px rgba(0, 104, 181, .1);
        display: flex;
        overflow: hidden;
        position: absolute;
        width: calc(100% - 40px);
        z-index: 9;
    }

    .el-input-group__append button.el-button, .el-input-group__append button.el-button:hover, .el-input-group__append div.el-select .el-input__wrapper, .el-input-group__append div.el-select:hover .el-input__wrapper, .el-input-group__prepend button.el-button, .el-input-group__prepend button.el-button:hover, .el-input-group__prepend div.el-select .el-input__wrapper, .el-input-group__prepend div.el-select:hover .el-input__wrapper {
        border-color: transparent;
        background-color: transparent;
        color: #000;
    }

    .p_class {
        display: block;
        left: 0;
        overflow: hidden;
        position: relative;
        top: 0;
        transition: transform .3s ease-out
    }

    .homeHeaderMain {
        background-color: #00a3e4;
        height: 100px;
        position: relative;
        width: 100%;
        z-index: 5;
    }

        .homeHeaderMain > div {
            padding: 20px 20px 0;
        }

    .login {
        color: #fff;
        position: absolute;
        right: 0;
        text-align: right;
        top: 50%;
        transform: translateY(-50%);
    }

    .headerLogo {
        position: relative;
        z-index: 99;
    }

    .SearchBar .el-input {
        height: 35px;
    }

    .el-input-group {
        align-items: stretch;
        display: inline-flex;
        width: 100%;
    }

    .SearchBar .el-input .el-input__wrapper {
        border: none;
        border-radius: 48px;
        box-shadow: none;
    }

    .SearchBar .el-input {
        height: 35px;
    }

    .el-input-group {
        align-items: stretch;
        display: inline-flex;
        width: 100%;
    }

    .el-input {
        --el-input-text-color: var(--el-text-color-regular);
        --el-input-border: var(--el-border);
        --el-input-hover-border: var(--el-border-color-hover);
        --el-input-focus-border: var(--el-color-primary);
        --el-input-transparent-border: 0 0 0 1px transparent inset;
        --el-input-border-color: var(--el-border-color);
        --el-input-border-radius: var(--el-border-radius-base);
        --el-input-bg-color: var(--el-fill-color-blank);
        --el-input-icon-color: var(--el-text-color-placeholder);
        --el-input-placeholder-color: var(--el-text-color-placeholder);
        --el-input-hover-border-color: var(--el-border-color-hover);
        --el-input-clear-hover-color: var(--el-text-color-secondary);
        --el-input-focus-border-color: var(--el-color-primary);
        --el-input-width: 100%;
        --el-input-height: var(--el-component-size);
        box-sizing: border-box;
        display: inline-flex;
        font-size: var(--el-font-size-base);
        line-height: var(--el-input-height);
        position: relative;
        vertical-align: middle;
        width: var(--el-input-width);
    }

    .SearchBar .el-input .el-input__wrapper:hover {
        box-shadow: none;
    }

    .SearchBar .el-input .el-input__wrapper {
        border: none;
        border-radius: 48px;
        box-shadow: none;
    }

    .el-input__wrapper {
        align-items: center;
        background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
        background-image: none;
        border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
        box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
        cursor: text;
        display: inline-flex;
        flex-grow: 1;
        justify-content: center;
        padding: 1px 11px;
        transform: translateZ(0);
        transition: var(--el-transition-box-shadow);
    }

    .el-input__inner {
        --el-input-inner-height: calc(var(--el-input-height, 32px) - 2px);
        -webkit-appearance: none;
        background: 0 0;
        border: none;
        box-sizing: border-box;
        color: var(--el-input-text-color, var(--el-text-color-regular));
        flex-grow: 1;
        font-size: inherit;
        height: var(--el-input-inner-height);
        line-height: var(--el-input-inner-height);
        outline: 0;
        padding: 0;
        width: 100%;
    }

    input[type=password], input[type=text], textarea {
        word-wrap: break-word;
        -webkit-appearance: none;
        outline: 0;
        resize: none;
        white-space: pre-wrap;
    }

    .SearchBar .el-input .el-input-group__append {
        background-color: #fff;
        border: none;
        border-radius: 0;
        box-shadow: none;
        color: #fff;
        width: 60px;
    }

    .el-input-group__append, .el-input-group__prepend {
        align-items: center;
        background-color: var(--el-fill-color-light);
        border-radius: var(--el-input-border-radius);
        color: var(--el-color-info);
        display: inline-flex;
        justify-content: center;
        min-height: 100%;
        padding: 0 20px;
        position: relative;
        white-space: nowrap;
    }

    .homeHeaderMain .angle {
        background: #f7f7f7;
        bottom: 0;
        display: flex;
        height: 35px;
        justify-content: space-between;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 100%;
        z-index: 1;
    }

        .homeHeaderMain .angle .l[data-v-34135529], .homeHeaderMain .angle .r {
            background-color: #00a3e4;
            flex: 0 0 10%;
            height: innerit;
        }

        .homeHeaderMain .angle .l {
            transform: rotate(-10deg) translateY(-15px);
            transform-origin: bottom left;
        }

        .homeHeaderMain .angle .r {
            transform: rotate(10deg) translateY(-15px);
            transform-origin: bottom right;
        }

        .homeHeaderMain .angle .l, .homeHeaderMain .angle .r {
            background-color: #00a3e4;
            flex: 0 0 10%;
            height: innerit;
        }

    .menuToggle {
        align-items: center;
        background: url(/images/v_en_3.0/header/menu.png) no-repeat 50%;
        background-size: 60%;
        display: flex;
        height: 50px;
        justify-content: center;
        left: -12px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        z-index: 99
    }



    .menuLogo {
        align-items: center;
        background: #00a3e4;
        display: flex;
        justify-content: space-between;
        padding: 30px 15px;
    }

        .menuLogo .close-butto {
            cursor: pointer;
        }

    .Logo {
        margin: 0 auto;
        text-align: center;
    }

    .icon-search {
        /*background-image: url('/images/v_en_3.0/header/search.png');*/
        /*background-size: 60%;*/
        background-color: #fff
    }

    .Logo .LogoImg {
        width: 133px;
    }

    .menuToggle .icon {
        position: relative;
        width: 18px
    }

        .menuToggle .icon, .menuToggle .icon:after, .menuToggle .icon:before {
            background-color: #767676;
            border-radius: 10px;
            display: block;
            height: 3px
        }

            .menuToggle .icon:after, .menuToggle .icon:before {
                content: "";
                position: absolute
            }

            .menuToggle .icon:before {
                top: -8px;
                width: 24px
            }

            .menuToggle .icon:after {
                top: 8px;
                width: 22px
            }

    .menuMain {
        background-color: #fff;
        box-shadow: 3px 0 10px rgba(0,0,0,.1);
        display: flex;
        flex-direction: column;
        height: 100%;
        left: -86%;
        position: fixed;
        top: -15px;
        transition: all .3s ease-out;
        width: 79%;
        z-index: 1000
    }

    .p_class, #__layout > div, .p_class, body, html {
        width: 100%;
    }

    .menuMain.active {
        left: -20px;
        top: -15px;
    }

    .menuLogo {
        align-items: center;
        background: #00a3e4;
        display: flex;
        justify-content: space-between;
        padding: 30px 15px;
    }

        .menuLogo > div {
            color: #fff
        }

        .menuLogo .close-button {
            cursor: pointer
        }

        .menuLogo > div {
            color: #fff;
        }

        .menuLogo .close-button span {
            display: block;
            height: 2px;
            position: relative;
            width: 20px
        }

            .menuLogo .close-button span:after, .menuLogo .close-button span:before {
                background-color: #333;
                content: "";
                height: 2px;
                position: absolute;
                width: 20px
            }

            .menuLogo .close-button span:before {
                transform: rotate(45deg)
            }

            .menuLogo .close-button span:after {
                transform: rotate(-45deg)
            }

    .menuLinkBox {
        flex: 1;
        overflow: hidden
    }

        .menuLinkBox > div {
            display: flex;
            flex-direction: column;
            height: 100%;
            max-height: 100%;
            min-height: 100%;
            overflow-x: hidden;
            overflow-y: auto;
            padding: 0 15px 15px
        }

    .menuList {
        flex: 1;
        line-height: 46px;
        margin-top: 30px
    }

    .menuMain3 {
    }

        .menuMain3.active {
            background-color: #fff;
            box-shadow: 3px 0 10px rgb(0 0 0 / 10%);
            display: flex;
            flex-direction: column;
            height: 80%;
            left: -7%;
            position: absolute;
            top: 100px;
            transition: all .3s ease-out;
            width: 78%;
            z-index: 1000;
        }

    .menuList .menuNav1 > div, .menuList .menuNav2 > div {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

    .menuList .menuNav1 {
        border-bottom: 1px solid #dee4eb;
        cursor: pointer;
        font-weight: 700;
        padding-left: 20px
    }

        .menuList .menuNav1.noPadding {
            padding-left: 0
        }

    .menuList .menuNav2 > div {
        cursor: pointer;
        padding-left: 40px
    }

    .menuList .arrow {
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
        display: block;
        height: 10px;
        margin-right: 4px;
        position: relative;
        transform: rotate(-135deg);
        width: 10px
    }
    .menuNav .nav-item {
        width: 18%;
        margin-left: 42px;
        float: left;
    }
    .menuCartBtn[data-v-53cf7937] {
        grid-gap: 10px;
        display: grid;
        /*grid-template-columns: 1fr 1fr;*/
        margin-top: 15px;
    }
    .menuCartBtn .nav-item[data-v-53cf7937] {
        position: relative;
    }
    .el-image {
        display: inline-block;
        overflow: hidden;
        position: relative;
    }
    .bg-100 {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% !important;
    }
    .menuCartBtn .nav-item .iconv[data-v-53cf7937] {
        background-repeat: no-repeat;
        background-size: 100%;
        height: 100%;
        left: 0;
        padding-left: 10px;
        padding-top: 10px;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .menuCartBtn .nav-item .iconv p[data-v-53cf7937] {
        font-size: 14px;
        font-weight: 500;
        line-height: 100%;
    }
    .menuCartBtn .nav-item .iconv span[data-v-53cf7937] {
        display: block;
        font-size: 13px;
        line-height: 100%;
    }
    .menuCartBtn .nav-item .iconv div[data-v-53cf7937] {
        background: #00a3e4;
        border-radius: 10px;
        bottom: 10px;
        color: #fff;
        display: inline-block;
        font-size: 13px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        text-align: center;
        width: 55px;
    }
    .el-image__inner2 {
        opacity: 1;
        vertical-align: top;
        width: 74%;
        height: 100%;
    }
    .phoneLogOut {
        content: " ";
        width: 83%;
        height: 52px;
        position: absolute;
        top: 197px;
        left: 40px;
        font-size: 27px;
        border: 1px solid rgba(0,0,0,.2);
        background-color: #0193e6;
        transform-origin: 0 0;
        box-sizing: border-box;
        border-radius: 10px;
        font-family: inherit;
        color: #fff;
        display:none
    }
    .menuNav {
        background: #fff;
        border-radius: 12px;
        display: flex;
        justify-content: space-between;
        padding: 12px 0;
        text-align: center;
        display: none
    }

        .menuNav .iconv {
            background-repeat: no-repeat;
            background-size: 100%;
            height: 50px;
            width: 50px
        }

        .menuNav p {
            margin-top: 4px
        }

    .menuCartBtn {
        grid-gap: 10px;
        display: grid;
        /*grid-template-columns: 1fr 1fr;*/
        margin-top: 15px
    }

        .menuCartBtn .nav-item {
            position: relative
        }

            .menuCartBtn .nav-item .iconv {
                background-repeat: no-repeat;
                background-size: 100%;
                height: 100%;
                left: 0;
                padding-left: 10px;
                padding-top: 10px;
                position: absolute;
                top: 0;
                width: 100%
            }

                .menuCartBtn .nav-item .iconv p {
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 100%
                }

                .menuCartBtn .nav-item .iconv span {
                    display: block;
                    font-size: 13px;
                    line-height: 100%
                }

                .menuCartBtn .nav-item .iconv div {
                    background: #00a3e4;
                    border-radius: 10px;
                    bottom: 10px;
                    color: #fff;
                    display: inline-block;
                    font-size: 13px;
                    height: 20px;
                    line-height: 20px;
                    position: absolute;
                    text-align: center;
                    width: 55px
                }


    * {
        margin: 0;
        padding: 0
    }

    img {
        border-style: none;
        max-width: 100%;
        vertical-align: middle
    }

    .bg-cover {
        background-size: cover !important
    }

    .bg-contain, .bg-cover {
        background-position: 50%;
        background-repeat: no-repeat
    }

    .bg-contain {
        background-size: contain !important
    }

    .bg-100 {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% !important
    }

    .flex {
        display: flex !important
    }

    a {
        color: inherit;
        text-decoration: none
    }

    a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, input, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, u, ul, var {
        box-sizing: border-box;
        margin: 0;
        padding: 0
    }

    address, cite, dfn, em, i, var {
        font-style: normal
    }

    body {
        background-color: #f7f7f7;
        color: #333;
        font-family: Helvetica,Arial,Tahoma,sans-serif;
        font-size: 14px;
        letter-spacing: .2px
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
        max-width: 100%
    }

    h1, h2, h3, h4, h5, h6, th {
        font-size: 100%;
        font-weight: 400
    }

    button, input, select, textarea {
        font-size: 100%
    }

    button {
        cursor: pointer
    }

    input {
        background-color: transparent
    }

    fieldset, img {
        border: 0
    }

    a, img {
        -webkit-touch-callout: none
    }

        a, a:active, a:focus, a:hover, a:visited {
            color: inherit;
            text-decoration: none
        }

    input[type=password], input[type=text], textarea {
        word-wrap: break-word;
        -webkit-appearance: none;
        outline: 0;
        resize: none;
        white-space: pre-wrap
    }

    ol, ul {
        list-style: none
    }

    :focus {
        outline: none
    }

    .clearfix {
        content: "";
        display: block;
        overflow: hidden
    }

    .clear, .clearfix {
        clear: both
    }

    .fl {
        float: left
    }

    .fr {
        float: right
    }

    #__layout, #__layout > div, #__nuxt, body, html {
        height: 100%;
        width: 100%
    }

    *, :after, :before {
        box-sizing: border-box;
        margin: 0
    }

    button {
        border: none;
        font-family: oswald;
        outline: none
    }

    .w {
        margin: 0 auto
    }

    .txt1 {
        -webkit-line-clamp: 1
    }

    .txt2 {
        -webkit-line-clamp: 2
    }

    .txt1, .txt2 {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: break-all
    }

    #app {
        background-color: #f7f7f7
    }

    @media (max-width: 768px) {
        .bg, .w {
            padding-left: 10px !important;
            padding-right: 10px !important;
            width: 100%
        }
    }

    .row {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px
    }

    .col-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

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

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

    .img-fluid {
        height: auto;
        max-width: 100%
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100%
    }

    .w .bread-crumb {
        margin-left: 0
    }

    .title[data-v-b9462b50] {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 14px;
        padding: 30px 0 0;
        text-transform: uppercase
    }

    .title span[data-v-b9462b50] {
        color: #80859c;
        float: right;
        font-size: 14px;
        font-style: italic;
        font-weight: 400
    }

    .FeaturedManufacturers .ManufacturersList[data-v-b9462b50] {
        margin: 0
    }

    .FeaturedManufacturers .ManufacturersList > div[data-v-b9462b50] {
        grid-gap: 6px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 1px 3px rgba(0,104,181,.1);
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 6px
    }

    .FeaturedManufacturers .ManufacturersList > div .ManufacturersItem[data-v-b9462b50] {
        background-color: #fff;
        border: 1px solid #efefef;
        border-radius: 5px;
        overflow: hidden;
        text-align: center
    }

        .FeaturedManufacturers .ManufacturersList > div .ManufacturersItem[data-v-b9462b50] img {
            scale: 1.3
        }

    @media screen and (min-width: 768px) {
        .title[data-v-b9462b50] {
            font-size: 30px;
            margin-bottom: 22px;
            padding: 60px 0 0
        }

        .title img[data-v-b9462b50] {
            height: 24px;
            width: 20px
        }

        .title span[data-v-b9462b50] {
            font-size: 24px
        }

        .FeaturedManufacturers .ManufacturersList[data-v-b9462b50] {
            margin: 0
        }

        .FeaturedManufacturers .ManufacturersList > div .ManufacturersItem[data-v-b9462b50] {
            border: 0 solid #efefef
        }

            .FeaturedManufacturers .ManufacturersList > div .ManufacturersItem[data-v-b9462b50] img {
                scale: 1
            }
    }

    .Brands[data-v-79bc3c44] {
        display: flex;
        margin-top: 30px
    }

    .BrandsRight[data-v-79bc3c44] {
        flex: 1;
        overflow: hidden;
        position: relative
    }

    .BrandsRight > span[data-v-79bc3c44] {
        align-items: center;
        background-color: #eaeaea;
        cursor: pointer;
        display: block;
        display: flex;
        height: 60px;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 27px;
        z-index: 3
    }

        .BrandsRight > span[data-v-79bc3c44]:hover {
            background-color: #00a3e4
        }

            .BrandsRight > span[data-v-79bc3c44]:hover:after {
                border-color: #fff !important
            }

        .BrandsRight > span[data-v-79bc3c44]:active {
            background-color: #008ac0
        }

        .BrandsRight > span[data-v-79bc3c44]:after {
            border-bottom: 1px solid #555;
            content: "";
            display: block;
            height: 8px;
            width: 8px
        }

    .BrandsRight > span.swiper_prev[data-v-79bc3c44] {
        left: 0
    }

        .BrandsRight > span.swiper_prev[data-v-79bc3c44]:after {
            border-left: 1px solid #555;
            transform: rotate(45deg)
        }

    .BrandsRight > span.swiper_next[data-v-79bc3c44] {
        right: 0
    }

        .BrandsRight > span.swiper_next[data-v-79bc3c44]:after {
            border-right: 1px solid #555;
            transform: rotate(-45deg)
        }

    .BrandsRight .brandSwiper[data-v-79bc3c44], .BrandsRight .brandsItem[data-v-79bc3c44] {
        height: 100%
    }

    .brandsItem[data-v-79bc3c44] {
        background-color: #fff;
        border-radius: 4px;
        padding: 30px 15px 15px;
        text-align: center
    }

    .brandsItem[data-v-79bc3c44], .brandsItem a[data-v-79bc3c44] {
        display: block
    }

    .brandsItem .brands_manuf[data-v-79bc3c44] {
        margin-bottom: 40px
    }

    .brandsItem .brands_manuf img[data-v-79bc3c44] {
        height: 32px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 80px
    }

    .brandsItem .brands_pro img[data-v-79bc3c44] {
        height: 60px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 80px
    }

    .brandsItem p[data-v-79bc3c44] {
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        color: #666;
        display: -webkit-box;
        margin-top: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: break-word
    }

    .brandsItem:hover p[data-v-79bc3c44] {
        color: #00a3e4;
        text-decoration: underline
    }

    @media screen and (min-width: 768px) {
        .Brands[data-v-79bc3c44] {
            margin-top: 60px
        }
    }

    .title[data-v-18cb893f] {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 14px;
        padding: 30px 0 0;
        text-transform: uppercase
    }

    .title span[data-v-18cb893f] {
        color: #80859c;
        float: right;
        font-size: 14px;
        font-style: italic;
        font-weight: 400
    }

    .PopularSearch .PopularList[data-v-18cb893f] {
        grid-gap: 15px;
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 1px 3px rgba(0,104,181,.1);
        display: grid;
        grid-template-columns: repeat(2,1fr);
        margin: 15px 0 0;
        padding: 15px
    }

    .PopularSearch .PopularList .PopularItem[data-v-18cb893f] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    @media screen and (min-width: 768px) {
        .PopularSearch[data-v-18cb893f] {
            padding: 30px 0 0
        }

        .PopularSearch .title[data-v-18cb893f] {
            font-size: 34px;
            margin: 0;
            padding: 30px 0
        }

        .PopularSearch .PopularList[data-v-18cb893f] {
            grid-gap: 30px;
            font-size: 30px;
            margin: 0;
            padding: 30px
        }
    }

    .navList {
        padding: 12px 0 0
    }

        .navList .nav {
            background: #fff;
            border-radius: 12px;
            display: flex;
            justify-content: space-around;
            padding: 12px 0;
            text-align: center
        }

            .navList .nav .iconv {
                background-repeat: no-repeat;
                background-size: 100%;
                height: 50px;
                width: 50px
            }

            .navList .nav p {
                margin-top: 4px
            }

        .navList .navBlockData {
            grid-gap: 10px;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            margin-top: 15px
        }

            .navList .navBlockData .nav-item {
                border-radius: 8px;
                position: relative
            }

                .navList .navBlockData .nav-item:first-child {
                    background-image: linear-gradient(90deg,#b6e5ff,#daf0fc)
                }

                .navList .navBlockData .nav-item:nth-child(2) {
                    background-image: linear-gradient(90deg,#ffe6b8,#ffe6c7)
                }

                .navList .navBlockData .nav-item:last-child {
                    background-image: linear-gradient(90deg,#bbd3ff,#d1e1ff)
                }

                .navList .navBlockData .nav-item .iconv {
                    align-items: center;
                    display: flex;
                    flex-wrap: wrap;
                    height: 100%;
                    left: 0;
                    padding-left: 10px;
                    position: absolute;
                    top: 0;
                    width: 100%
                }

                    .navList .navBlockData .nav-item .iconv > div {
                        flex: 0 0 100%;
                        padding-top: 2px
                    }

                    .navList .navBlockData .nav-item .iconv p {
                        font-size: 14px;
                        font-weight: 500;
                        line-height: 100%
                    }

                    .navList .navBlockData .nav-item .iconv span {
                        display: block;
                        font-size: 12px;
                        line-height: 100%;
                        white-space: nowrap
                    }

                    .navList .navBlockData .nav-item .iconv em {
                        background: #00a3e4;
                        border-radius: 10px;
                        color: #fff;
                        display: inline-block;
                        font-size: 12px;
                        height: 20px;
                        line-height: 20px;
                        padding: 0 10px
                    }

    @media screen and (min-width: 768px) {
        .navList {
            padding: 30px 0 0
        }

            .navList .nav {
                border-radius: 12px;
                padding: 24px 0
            }

                .navList .nav .iconv {
                    height: 90px;
                    width: 90px
                }

                .navList .nav p {
                    font-size: 26px
                }

            .navList .navBlockData {
                grid-gap: 20px;
                margin-top: 30px
            }

                .navList .navBlockData .nav-item .iconv {
                    padding-left: 20px
                }

                    .navList .navBlockData .nav-item .iconv > div {
                        padding-top: 0
                    }

                    .navList .navBlockData .nav-item .iconv p {
                        font-size: 26px
                    }

                    .navList .navBlockData .nav-item .iconv span {
                        font-size: 24px;
                        margin-top: 5px
                    }

                    .navList .navBlockData .nav-item .iconv em {
                        border-radius: 17px;
                        bottom: 15px;
                        font-size: 25px;
                        height: 35px;
                        line-height: 35px;
                        text-align: center;
                        width: 102px
                    }
    }

    .title {
        align-items: center;
        color: #333;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        justify-content: space-between;
        margin-bottom: 14px;
        padding: 30px 0 0
    }

        .title > div {
            flex: 1;
            font-weight: 700;
            text-transform: uppercase;
            margin-left: 10px
        }

        .title img {
            height: 17px;
            width: 15px
        }

        .title span {
            color: #00a3e4;
            font-size: 14px;
            font-weight: 400;
            margin-right: 10px
        }

    @media screen and (min-width: 768px) {
        .title {
            font-size: 30px;
            margin-bottom: 22px;
            padding: 60px 0 0
        }

            .title img {
                height: 24px;
                width: 20px
            }

            .title span {
                font-size: 24px
            }
    }

    .XrayList .ad {
        padding: 0;
        position: relative
    }

        .XrayList .ad .img, .XrayList .ad .img {
            width: 100%
        }

        .XrayList .ad .adbg {
            align-items: center;
            color: #fff;
            display: flex;
            height: 100%;
            justify-content: space-between;
            left: 15px;
            position: absolute;
            top: 0;
            width: calc(100% - 30px)
        }

            .XrayList .ad .adbg > div {
                flex: 0 0 50%
            }

                .XrayList .ad .adbg > div p {
                    margin: auto;
                    position: relative
                }

            .XrayList .ad .adbg .alt {
                font-size: 16px;
                font-weight: 700;
                padding-left: 1%
            }

            .XrayList .ad .adbg .desc {
                padding-left: 10px;
                white-space: nowrap
            }

                .XrayList .ad .adbg .desc p:before {
                    background: #fff;
                    border-radius: 100%;
                    content: " ";
                    display: block;
                    height: 5px;
                    left: -10px;
                    position: absolute;
                    top: calc(50% - 5px);
                    width: 5px
                }

    .XrayList .ImgList {
        grid-gap: 6px;
        background-color: #fff;
        border-radius: 0 0 12px 12px;
        box-shadow: 0 1px 3px rgba(0,104,181,.1);
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0;
        min-height: 300px;
        padding: 6px
    }

        .XrayList .ImgList .ImgItem {
            border: 1px solid #efefef;
            border-radius: 6px;
            padding: 12px 10px;
            text-align: center
        }

            .XrayList .ImgList .ImgItem .img {
                display: block;
                height: 100px;
                margin: 0 auto;
                padding-bottom: 10px;
                padding-top: 10px;
                position: relative;
                width: 80px
            }

                .XrayList .ImgList .ImgItem .img img {
                    -o-object-fit: contain;
                    object-fit: contain
                }

            .XrayList .ImgList .ImgItem .pro-name {
                font-size: 14px;
                height: 16px;
                line-height: 16px;
                margin-bottom: 6px
            }

            .XrayList .ImgList .ImgItem .pro-manufacturer {
                color: #666;
                font-size: 14px;
                line-height: 16px;
                margin-bottom: 10px
            }

            .XrayList .ImgList .ImgItem .pro-unitprice {
                color: #666;
                font-size: 14px;
                font-weight: 500
            }

    @media screen and (min-width: 768px) {
        .XrayList .ad {
            padding: 0
        }

            .XrayList .ad .adbg {
                width: 100%
            }

                .XrayList .ad .adbg .alt {
                    font-size: 30px;
                    padding-left: 10%
                }

                .XrayList .ad .adbg .desc {
                    font-size: 25px
                }

        .XrayList .ImgList {
            grid-gap: 12px;
            border-radius: 10px;
            margin: 0;
            padding: 16px
        }

            .XrayList .ImgList .ImgItem {
                padding: 20px
            }

                .XrayList .ImgList .ImgItem .img {
                    height: 160px;
                    margin-bottom: 10px;
                    width: 140px
                }

                .XrayList .ImgList .ImgItem .pro-manufacturer, .XrayList .ImgList .ImgItem .pro-name {
                    font-size: 28px;
                    height: 28px;
                    line-height: 28px
                }

                .XrayList .ImgList .ImgItem .pro-unitprice {
                    font-size: 26px;
                    height: 26px;
                    line-height: 26px
                }
    }

    .Preferential .ad img {
        width: 100%
    }

    .Preferential .ad .adbg > div {
        flex: 0 0 100%
    }

        .Preferential .ad .adbg > div p {
            text-transform: uppercase
        }

            .Preferential .ad .adbg > div p:last-child {
                margin-top: 10px
            }

    .Preferential .ImgList .ImgItem {
        position: relative;
        text-align: left
    }

        .Preferential .ImgList .ImgItem em {
            background: #fd7817;
            border-radius: 6px;
            color: #fff;
            font-size: 12px;
            height: 22px;
            line-height: 22px;
            padding: 0 10px;
            position: absolute;
            right: 10px;
            top: 10px
        }

        .Preferential .ImgList .ImgItem .pro-unitprice {
            color: #00a3e4
        }

        .Preferential .ImgList .ImgItem .cart {
            background: url(../images/index/cart.webp) no-repeat 10%;
            background-size: auto 70%;
            border-radius: 6px;
            bottom: 5px;
            font-size: 12px;
            height: 26px;
            line-height: 26px;
            position: absolute;
            right: 10px;
            text-align: center;
            text-indent: 13px;
            width: 60px
        }

        .Preferential .ImgList .ImgItem .pro-manufacturer {
            margin-bottom: 22px
        }

        .Preferential .ImgList .ImgItem .img {
            margin-bottom: 30px;
            margin-top: 30px
        }

    @media screen and (min-width: 768px) {
        .Preferential .ad .adbg > div p:last-child {
            margin-top: 20px
        }

        .Preferential .ImgList .ImgItem em {
            font-size: 25px;
            height: 37px;
            line-height: 37px;
            padding: 0;
            text-align: center;
            width: 74px
        }

        .Preferential .ImgList .ImgItem .img {
            margin-bottom: 43px;
            margin-top: 70px
        }

        .Preferential .ImgList .ImgItem .pro-manufacturer {
            margin-bottom: 41px
        }

        .Preferential .ImgList .ImgItem .cart {
            font-size: 27px;
            height: 47px;
            line-height: 47px;
            text-align: center;
            width: 133px
        }
    }

    .HotSaleList {
        min-height: 200px
    }

        .HotSaleList .ImgList {
            grid-gap: 5px;
            background-color: #fff;
            border-radius: 12px;
            box-shadow: 0 1px 3px rgba(0,104,181,.1);
            display: grid;
            grid-template-columns: repeat(2,1fr);
            margin: 0;
            padding: 5px
        }

            .HotSaleList .ImgList .ImgItem {
                border: 1px solid #efefef;
                border-radius: 6px;
                padding: 10px;
                text-align: center
            }

                .HotSaleList .ImgList .ImgItem .img, .HotSaleList .ImgList .ImgItem .img {
                    display: block;
                    margin: 0 auto;
                    padding-bottom: 10px;
                    padding-top: 10px;
                    position: relative;
                    width: 80px
                }

                    .HotSaleList .ImgList .ImgItem .img img, .HotSaleList .ImgList .ImgItem .img img, .HotSaleList .ImgList .ImgItem .img.imgbox {
                        -o-object-fit: contain;
                        object-fit: contain
                    }

                .HotSaleList .ImgList .ImgItem .pro-name {
                    color: #333;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 25px;
                    word-break: break-all
                }

                .HotSaleList .ImgList .ImgItem .pro-manufacturer {
                    color: #666;
                    font-size: 14px;
                    font-weight: 400
                }

                .HotSaleList .ImgList .ImgItem .pro-number, .HotSaleList .ImgList .ImgItem .pro-unitprice {
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 25px
                }

    @media screen and (min-width: 768px) {
        .HotSaleList {
            padding-top: 20px
        }

            .HotSaleList .ImgList {
                grid-gap: 12px;
                background-size: 100% 120px;
                margin: 0;
                padding: 16px
            }

                .HotSaleList .ImgList .ImgItem {
                    padding: 20px
                }

                    .HotSaleList .ImgList .ImgItem .img.imgbox, .HotSaleList .ImgList .ImgItem .img {
                        height: 160px;
                        margin-bottom: 10px;
                        width: 160px
                    }

                    .HotSaleList .ImgList .ImgItem .pro-manufacturer, .HotSaleList .ImgList .ImgItem .pro-name, .HotSaleList .ImgList .ImgItem .pro-number {
                        font-size: 28px;
                        height: 28px;
                        line-height: 28px;
                        margin-bottom: 10px
                    }

                    .HotSaleList .ImgList .ImgItem .pro-unitprice {
                        font-size: 26px;
                        height: 26px;
                        line-height: 26px
                    }
    }

    .Blogs .BlogItem {
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 1px 3px rgba(0,104,181,.1);
        margin: 15px 0 0;
        overflow: hidden;
        padding: 6px 6px 15px
    }

        .Blogs .BlogItem .img {
            border-radius: 8px;
            height: 235px;
            overflow: hidden;
            width: 100%
        }

            .Blogs .BlogItem .img img {
                -o-object-fit: contain;
                object-fit: contain
            }

        .Blogs .BlogItem .desc {
            clear: both;
            color: #333;
            font-size: 16px;
            font-weight: 400;
            height: 38px;
            line-height: 19px;
            margin: 12px 6px
        }

        .Blogs .BlogItem .BlogDate {
            color: #666;
            float: left;
            font-family: Arial-Regular,Arial;
            font-size: 14px;
            font-weight: 400;
            line-height: 16px;
            margin: 12px 6px
        }

            .Blogs .BlogItem .BlogDate img {
                border-radius: 0;
                line-height: 16px;
                margin-right: 5px;
                position: relative;
                transform: translate(0);
                width: 14px
            }

        .Blogs .BlogItem .BlogViews {
            color: #666;
            float: right;
            font-family: Arial-Regular,Arial;
            font-size: 14px;
            font-weight: 400;
            line-height: 16px;
            margin: 12px 6px;
            position: relative
        }

            .Blogs .BlogItem .BlogViews img {
                border-radius: 0;
                line-height: 16px;
                margin-right: 5px;
                position: relative;
                transform: translateY(-1px);
                width: 18px
            }

    @media screen and (min-width: 768px) {
        .Blogs .BlogItem {
            margin: 30px 0 0;
            padding: 16px
        }

            .Blogs .BlogItem .img {
                display: block;
                height: 300px;
                margin: 0 auto;
                max-width: 400px
            }

                .Blogs .BlogItem .img img {
                    -o-object-fit: contain;
                    object-fit: contain
                }

            .Blogs .BlogItem .desc {
                font-size: 28px;
                height: 56px;
                line-height: 28px;
                margin: 20px 6px
            }

            .Blogs .BlogItem .BlogDate, .Blogs .BlogItem .BlogViews {
                font-size: 24px;
                line-height: 24px;
                margin: 20px 6px
            }

                .Blogs .BlogItem .BlogDate img, .Blogs .BlogItem .BlogViews img {
                    vertical-align: baseline;
                    width: 20px
                }
    }

    .Posts .PostsItem {
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 1px 3px rgba(0,104,181,.1);
        margin: 0 0 15px;
        overflow: hidden;
        padding: 10px
    }

        .Posts .PostsItem:last-child {
            margin-bottom: 0
        }

        .Posts .PostsItem a {
            align-items: center;
            display: flex
        }

        .Posts .PostsItem .el-image {
            display: block;
            float: left;
            margin: 0 auto;
            max-width: 100%;
            width: 100px
        }

            .Posts .PostsItem .el-image img {
                -o-object-fit: contain;
                object-fit: contain
            }

        .Posts .PostsItem img {
            float: left;
            height: 100px;
            padding: 10px;
            width: 100px
        }

        .Posts .PostsItem .PostsRight {
            float: left;
            height: 100px;
            padding: 10px;
            width: calc(100% - 100px)
        }

            .Posts .PostsItem .PostsRight .PostsTitle {
                color: #333;
                font-size: 16px;
                font-weight: 600;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            .Posts .PostsItem .PostsRight .PostsDesc {
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                color: #666;
                display: -webkit-box;
                font-size: 14px;
                height: 34px;
                line-height: 16px;
                margin-top: 6px;
                overflow: hidden;
                text-overflow: ellipsis
            }

            .Posts .PostsItem .PostsRight .PostsReadMore {
                color: #00a3e4;
                font-size: 14px;
                line-height: 16px;
                margin-top: 10px
            }

    @media screen and (min-width: 768px) {
        .Posts .PostsItem {
            margin: 0 0 30px;
            padding: 16px
        }

            .Posts .PostsItem .el-image {
                display: block;
                height: 300px;
                margin: 0 auto;
                max-width: 400px;
                width: 30%
            }

                .Posts .PostsItem .el-image img {
                    -o-object-fit: contain;
                    object-fit: contain
                }

            .Posts .PostsItem .PostsRight {
                height: auto;
                padding: 16px;
                width: 70%
            }

                .Posts .PostsItem .PostsRight .PostsTitle {
                    font-size: 28px
                }

                .Posts .PostsItem .PostsRight .PostsDesc {
                    font-size: 22px;
                    height: 44px;
                    line-height: 22px;
                    margin-top: 10px
                }

                .Posts .PostsItem .PostsRight .PostsReadMore {
                    font-size: 24px;
                    margin-top: 16px
                }
    }

    .b {
        height: 30px
    }

    @media screen and (min-width: 768px) {
        .b {
            height: 60px
        }
    }

    .el-select__input {
        height: 100% !important;
        width: 100%
    }

    @media screen and (min-width: 768px) {
        body {
            font-size: 19px
        }

        .bg, .w {
            padding-left: 20px !important;
            padding-right: 20px !important;
            width: 100%
        }

        .el-message p {
            font-size: 18px
        }
    }

    .SearchIndex {
        padding: 30px 0
    }

        .SearchIndex .Search-div {
            background-color: #fff;
            border-radius: 12px;
            box-shadow: 0 1px 3px rgba(0,104,181,.1)
        }

        .SearchIndex .title {
            border-bottom: 1px solid #dadee6;
            font-size: 16px;
            font-weight: 700;
            margin: 0 15px 15px;
            padding: 15px 0 0
        }

            .SearchIndex .title em {
                border-bottom: 1px solid #00a3e4;
                display: inline-block;
                height: 100%;
                padding-bottom: 15px;
                position: relative
            }

            .SearchIndex .title span {
                color: #80859c;
                float: right;
                font-size: 14px;
                font-style: italic;
                font-weight: 400
            }

        .SearchIndex .IndexList {
            background-color: #fff;
            border-radius: 5px;
            padding: 0 15px 15px
        }

            .SearchIndex .IndexList span {
                color: #575757;
                display: inline-block;
                font-weight: 400;
                height: 35px;
                line-height: 35px;
                text-align: center;
                width: 35px
            }

    @media screen and (min-width: 768px) {
        .SearchIndex {
            padding: 60px 0 0
        }

            .SearchIndex .title {
                font-size: 34px;
                margin: 0 30px;
                padding: 30px 0 0
            }

            .SearchIndex .IndexList {
                padding: 0 30px 30px
            }

                .SearchIndex .IndexList span {
                    font-size: 26px;
                    height: 70px;
                    line-height: 70px;
                    width: 70px
                }
    }
}
