﻿.products-view {
    /*background-color: #2c2c2c;*/
    background-color: #FFF;
}

.serie-banner {
}

    .serie-banner img {
        width: 100%;
    }

        .serie-banner img.banner {
            display: none;
        }

.serie-models {
    background-color: #D8DBE0;
    /*background-color: #2D2D2D;*/
    padding-top: 15px;
    padding-bottom: 15px;
}

    .serie-models h3 {
        font-family: "siyuanheiti-blod";
        /*color: #292929;*/
        color: #292929;
        font-size: 20px;
        margin: 0;
        /*padding: 12px 22px;*/
        padding: 12px 22px 12px 0;
        white-space: nowrap;
    }

.models-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
}

    .models-wrap > .swiper-button-prev,
    .models-wrap > .swiper-button-next,
    .models-wrap > .swiper-wrapper,
    .models-wrap > .swiper-notification {
        display: none;
    }

.models-item {
    color: #3c3c3c;
    font-size: 16px;
    line-height: 1;
    display: block;
    padding: 12px 22px;
    width: 45%;
    margin-bottom: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.models-item.mobile {
    margin-bottom: 5px;
}

    .models-item:focus {
        color: #3c3c3c;
        outline: none;
    }

    .models-item:hover,
    .models-item.active {
        color: #fff;
        background-color: #028be6;
    }

@media (max-width: 767px) {
    .serie-models {
        margin: 5%;
        padding: 15px;
    }
    .products-series-wrap {
/*        display: flex;
        justify-content: center;
        flex-wrap: wrap;*/
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5%;
        padding-bottom: 16px;
    }

    .products-view .model-product-img .container-wrap {
        padding: 5% 10%;
    }
    .products-series-item {
        /*width: 32.3333%;*/
        width: 100%;
        display: block;
        margin-bottom: 1.5%;
    }
}
@media (min-width: 768px) {
    .serie-banner img.banner {
        display: block;
    }

    .serie-banner img.banner-small {
        display: none;
    }

    .serie-models {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 10px;
    }
        /*.serie-models::before {
            content: '';
            display: block;
            width: 100%;
            height: 10px;
            background-color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10000;
        }*/

        .serie-models .container-wrap {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .serie-models h3 {
            font-size: 26px;
        }

    .models-wrap {
        justify-content: flex-end;
        padding: 0;
        position: relative;
        overflow: hidden;
        padding-left: 35px;
        padding-right: 35px;
    }

    .models-item {
        width: auto;
        margin-bottom: 0;
        /*padding: 30px 45px;*/
        padding: 30px 46px;
    }

        .models-item.mobile {
            display: none;
        }

    .models-wrap > .swiper-button-prev,
    .models-wrap > .swiper-button-next {
        display: block;
        height: 76px;
        width: 30px;
        margin-top: 0;
        top: 0;
        /*background-color: #e6e6e6;*/
        /*background-color: transparent !important;*/
        background-color: #d8dbe0;
    }

    .models-wrap > .swiper-button-prev {
        left: 0;
    }

    .models-wrap > .swiper-button-next {
        right: 0;
    }

    .models-wrap > .swiper-wrapper {
        display: flex;
    }
}

.model-product-img .container-wrap {
    display: flex;
    flex-direction: column-reverse;
    padding: 12% 10%;
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.modal-image {
    display: block;
    max-width: 65vw;
    margin: auto;
    margin-top: 80px;
}

/*@media(max-width: 1200px) {
    .modal-image {
        margin-top: 30%;
    }
}*/

@media(max-width: 992px) {
    .modal-image {
        max-width: 95vw;
    }   
}

.product-main-img,
.product-thumb-img {
    overflow: hidden;
}

.model-product-img-swiper {
    position: relative;
}

.model-product-img-item {
    cursor: pointer;
}
.model-product-img-item img {
    width: 100%;
}

.product-thumb-img {
    margin-bottom: 35px;
}

    .product-thumb-img h3 {
        font-family: "siyuanheiti-blod";
        /*color: #e6e6e6;*/
        color: #2d2d2d;
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .product-thumb-img h4 {
        color: #e6e6e6;
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .product-thumb-img .p-desc {
        display: inline-block;
        /*color: #fff;*/
        color: #2d2d2d;
        font-size: 12px;
        /* line-height: 1; */
        /*background-color: #028be6;*/
        padding: 5px 0px;
        border-radius: 3px;
        margin-bottom: 30px;
    }

.model-product-thumb-img {
    position: relative;
}

.model-product-thumb-item.swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 123, 255, 0);
    transition: background-color 0.3s ease;
}

.model-product-thumb-item.swiper-slide:hover::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.model-product-thumb-item.swiper-slide.active::before {
    background-color: rgba(0, 123, 255, 0.5);
}


    .model-product-thumb-img > .swiper-button-prev,
    .model-product-thumb-img > .swiper-button-next {
        display: none;
    }

.model-product-thumb-item {
    width: auto;
    height: auto;
/*    border: 1px solid #4d4a4a;*/
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}

    /* .model-product-thumb-item.swiper-slide-thumb-active {
  border-color: #028be6;
} */
    .model-product-thumb-item.active {
        border-color: #028be6;
    }

    .model-product-thumb-item img {
        height: 40px;
    }

/*.products-other-title {
    padding: 30px 38px 0;
}*/

    .products-other-title h3 {
        font-family: "siyuanheiti-blod";
        /*font-size: 24px;*/
        font-size: 34px;
        margin-top: 0;
        /*color: #f3f3f3;*/
        color: #2d2d2d;
    }

    .products-other-title p {
        /*color: #fff;*/
        color: #2d2d2d;
        font-size: 14px;
        margin-bottom: 0;
    }

.products-series-wrap {
    padding-top: 2%;
}

@media (min-width: 768px) {
    .model-product-img .container-wrap {
        justify-content: space-between;
        flex-direction: row;
        padding: 5% 20px;
    }

    .product-main-img,
    .product-thumb-img {
        width: 45%;
    }

        .product-thumb-img h3 {
            font-size: 38px;
        }

        .product-thumb-img h4 {
            /*color: #e6e6e6;*/
            color: #2d2d2d;
            font-size: 24px;
            margin-top: 5px;
            margin-bottom: 6%;
        }

        .product-thumb-img .p-desc {
            font-size: 16px;
        }

    .model-product-thumb-img {
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
    }

        .model-product-thumb-img > .swiper-button-prev,
        .model-product-thumb-img > .swiper-button-next {
            display: block;
            height: 62px;
            width: 32px;
            /*background-color: #2c2c2c;*/
            background-color: #e5e5e5;
            /*border-radius: 0;*/
            top: 0;
            margin-top: 0;
        }

        .model-product-thumb-img > .swiper-button-prev {
            left: 0;
        }

        .model-product-thumb-img > .swiper-button-next {
            right: 0;
        }

    .model-product-thumb-item img {
        width: 95.4px;
        height: 60px;
    }

    .product-thumb-img .p-desc {
        margin-bottom: 10%;
    }

    /*  .products-other {
    padding: 0 2%;
  }

  .products-other-title {
    padding: 10% 0 0;
  }*/
 /*   .products-other-title {
        padding: 60px 0 0;
    }*/
}

@media (min-width: 1200px) {
    .model-product-img .container-wrap {
        justify-content: space-between;
        flex-direction: row;
        padding: 5% var(--mbox-px);
    }
}
.detail-bar {
    background-color: #d8dbe0;
    padding: 8% 5%;
}

    .detail-bar h3 {
        font-size: 24px;
        color: #2c343f;
        margin-top: 0;
        margin-bottom: 20px;
        white-space: nowrap;
        font-family: "siyuanheiti-blod";
    }

.detail-bar-item-wrap {
    display: flex;
    flex-wrap: wrap;
    /*margin: 0 80px;*/
    /*justify-content: space-between;*/
    justify-content: space-around;
}

.detail-bar-item {
    color: #3c3c3c;
    cursor: pointer;
    width: 45%;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

    .detail-bar-item.active,
    .detail-bar-item:hover {
        color: #028be6;
    }

.detail-item {
    display: none;
}

    .detail-item.active {
        display: block;
        background-color: #d8dbe0;
    }

.video-wrap {
}

.detail-video {
    position: relative;
    padding-top: 56.25%;
}

    .detail-video .detail-video-inner {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
@media (max-width: 767px) {
    .container-wrap {
        margin: 0 auto;
        padding: 30px var(--sbox-px) 15px;
    }
        .container-wrap.section-bar {
            padding: 0;
        }    
}
@media (min-width: 768px) {
    .video-wrap {
        width: 50%;
        min-width: 600px;
        margin: 0 auto;
        padding: 15px;
        border-radius: 5px;
        background-color: #202020;
    }

    .detail-video {
    }

    .detail-bar {
        padding: 1.5vw 0;
    }

        .detail-bar .container-wrap {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .detail-bar h3 {
            font-size: 2.2vw;
            margin: 0;
        }

    .detail-bar-item-wrap {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .detail-bar-item {
        width: auto;
        font-size: 1.5vw;
        padding: 0 0.8vw;
    }
    .detail-bar-item-wrap.en .detail-bar-item {
        width: auto;
        font-size: 1.1vw;
        padding: 0 0.4vw;
    }
}
@media (min-width: 1200px) {
    .detail-bar-item {
        font-size: 1.4vw;
        white-space: nowrap;
        width: fit-content;
    }
    .detail-bar-item-wrap.en .detail-bar-item {
        font-size: 1.1vw;
        padding: 0 0.3vw;
        white-space: nowrap;
        width: fit-content;
    }
}
@media (min-width: 1400px) {
    .detail-bar {
        padding: 20px 0;
    }

        .detail-bar h3 {
            font-size: 34px;
        }
    .detail-bar-item {
        font-size: 1.125vw;
        padding-left: 15px;
        padding-right: 15px;
    }
    .detail-bar-item-wrap.en .detail-bar-item {
        font-size: 0.95vw;
        padding-left: 0.3vw;
        padding-right: 0.3vw;
    }
}

@media (min-width: 1600px) {
    .detail-bar-item {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .detail-bar-item-wrap.en .detail-bar-item {
        font-size: 0.95vw;
        padding-left: 0.4vw;
        padding-right: 0.4vw;
    }
}

.detail-main {
    padding-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

    .detail-main .func-wrap {
        padding: 10px;
    }

.func-search-wrap {
    margin-bottom: 12px;
}

.func-search {
    background-color: transparent;
    border: 1px solid #666;
    outline: none;
    color: #333;
    /*color: #fff;*/
    font-size: 16px;
    width: 100%;
    padding: 6px 8px;
}

.func-table-wrap {
    max-height: 500px;
    overflow: auto;
}

.func-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

    .func-table td {
        border-top: none;
        border-bottom: 1px solid #333;
    }

        .func-table td.func-not-found {
            border-bottom: none;
            color: #fff;
            font-size: 20px;
        }

.icon-list,
.func-name {
    padding: 8px;
}

    .func-name span {
        font-size: 16px;
        line-height: 24px;
        /*color: #f3f3f3;*/
        color: #333;
    }

    .icon-list > a {
        font-size: 24px;
        line-height: 24px;
        color: #028be6;
        vertical-align: middle;
    }

.desc-wrap,
.param-wrap,
.pack-wrap {
    /*padding: 15px 20px;*/
    padding: 30px 0;
}

    .desc-wrap h4,
    .param-wrap h4,
    .pack-wrap h4 {
        /*color: #f3f3f3;*/
        color: #000;
        font-weight: 700;
        padding: 0 6rem;
    }

    .desc-wrap > ul,
    .param-wrap > ul,
    .pack-wrap > ul {
        display: flex;
        flex-wrap: wrap;
        /*justify-content: flex-start;*/
        /*justify-content: space-between;*/
    }
        /*.desc-wrap > ul > li {
  width: 100%;
}
.param-wrap > ul > li {
    width: 100%;
}*/
        /*.pack-wrap > ul > li {
  width: 50%;
}*/
        .desc-wrap > ul > li,
        .param-wrap > ul > li {
            width: 100%;
            padding: 0 6rem;
        }
  
        .pack-wrap > ul > li {
            width: 50%;
            padding: 0 6rem;
        }

    .pack-wrap.en > ul {
        display: block;
    }
        .pack-wrap.en > ul > li {
            width: initial;
            padding: 0 6rem;
        }

            .desc-wrap > ul > li > h5，
            .param-wrap > ul > li > h5 {
                /*color: #fff;*/
                color: #333;
                line-height: 1.5em;
            }

            .desc-wrap > ul > li > h5 > strong {
                color: #2d2d2d;
                /*color: #bbb;*/
            }

            .param-wrap > ul > li > h5 > strong {
                color: #2d2d2d;
                /*color: #bbb;*/
            }

        .pack-wrap > ul > li {
            /*color: #aaa;*/
            color: #333;
            line-height: 1.4;
        }

.doc-wrap {
    padding: 15px 20px;
}
@media (max-width: 767px) {
    .detail-bar {
        padding: 25px 15px 15px;
        margin: 5%;
    }

    .detail-bar-item-wrap {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 0 auto;
        justify-content: space-between;
    }

    .detail-main {
        margin: 5%;
    }

    .desc-wrap h4,
    .param-wrap h4,
    .pack-wrap h4 {
        padding: 0 15px;
    }

    .desc-wrap > ul > li,
    .param-wrap > ul > li {
        width: 100%;
        padding: 0 30px;
    }

    table.product-spec {
        border-collapse: collapse;
        border: none;
    }

        table.product-spec td {
            border: none;
        }

    .product-item-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .product-item-wrap img {
            height: 8vw;
        }

    .spec-wrap {
        width: initial;
        min-width: initial;
        margin: 0 auto;
        font-size: 12px;
        line-height: normal;
    }

    thead th {
        font-size: 16px;
        line-height: normal;
    }
    .table-cell {
        min-height: 3.5em;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }
    .spec-type-row .table-cell {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .spec-type-row {
        color: #fff;
        font-weight: bold;
        background-color: #028be6;
    }

        .spec-type-row td {
            letter-spacing: 0.1em;
            padding-left: 10px;
        }

    .spec-item-row {
        text-align: center;
        vertical-align: middle;
    }

        .spec-item-row.even {
            background-color: #e9f3ff;
        }

    .detail-item.active.spec-wrap {
        background-color: #fff;
    }
}
@media (min-width: 768px) {
    .section-bar {
        padding: 0 20px;
    }

    .detail-main {
        padding-top: 50px;
    }

    .desc-wrap,
    .param-wrap,
    .pack-wrap,
    .doc-wrap,
    .func-wrap {
        width: 50%;
        min-width: 600px;
        margin: 0 auto;
    }
    table.product-spec {
        border-collapse: collapse;
        border: none; 
    }

    table.product-spec td {
        border: none;
    }
    .product-item-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
        .product-item-wrap img {
            height: 8vw;
        }
        
     .spec-wrap {
        width: initial;
        min-width: 600px;
        margin: 0 auto;
        font-size: 18px;
    }
    thead th{
        font-size: 24px;
        letter-spacing: 0.1em;
        line-height: normal;
        padding: 10px;
    }

    .table-cell {
        min-height: 3.5em;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

    .spec-type-row .table-cell {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .spec-type-row {
        color: #fff;
        font-weight: bold;
        background-color: #028be6;
    }
    .spec-type-row td{
        letter-spacing: 0.1em;
        padding-left: 3em;
    }
    .spec-item-row {
        text-align: center;
        vertical-align: middle;
    }
        .spec-item-row.even {
            background-color: #e9f3ff;
        }

    .detail-item.active.spec-wrap {
        background-color: #fff;
    }
    .detail-main {
        padding: 50px var(--sbox-px) 30px;
    }

    .desc-wrap {
        margin: auto;
        width: 100%;
    }
}

@media(min-width: 1200px) {
    .section-bar
    {
        padding: 0 var(--mbox-px);
    }
    .detail-main {
        padding: 50px var(--mbox-px) 30px;
    }
    .products-other {
        padding: 2% var(--mbox-px) 5%;
    }

    .serie-models.section-container,
    .model-details.section-container {
        padding: 0 calc(var(--mbox-px) - 22px);
    }
}

@media(min-width: 1400px) {
    .section-bar {
        padding: 0 var(--mbox-px);
    }
    .model-product-img .container-wrap {
        padding: 5% var(--mbox-px);
    }
    .detail-main {
        padding: 50px var(--mbox-px) 30px;
    }
    .products-other.container-wrap {
        padding: 60px var(--mbox-px) 80px;
    }
    .desc-wrap,
    .param-wrap,
    .pack-wrap {
        /*width: var(--xbox-width);*/
        width: 100%;
        min-width: 600px;
        margin: 0 auto;
    }
    .pack-wrap.en {
        width: 50%;
        min-width: 600px;
        margin: 0 auto;
    }

        .desc-wrap > ul > li,
        .param-wrap > ul > li {
            width: 50%;
            padding: 0 6rem;
        }
    .detail-bar-item-wrap {
        margin: 0 0 0 50px;
    }
    .detail-main .vertical-line {
        display: none;
    }

        .detail-main .vertical-line.shown {
            display: block;
            position: absolute;
            left: calc(50% - 1px);
            top: 90px;
            /* bottom: 30px; */
            width: 2px;
            height: calc(100% - 160px);
            background-color: #e5e5e5;
        }
}


@media(min-width:1500px) and (max-width: 1599px) {

    .detail-main.cn .desc-wrap h4,
    .detail-main.cn .param-wrap h4, 
    .detail-main.cn .pack-wrap h4 {
        padding: 0 3rem;
    }
    .detail-main.cn .desc-wrap > ul > li,
    .detail-main.cn .param-wrap > ul > li {
        padding: 0 3rem;
    }
    .product-thumb-img.cn h4 {
        margin-bottom: 35px;
    }

    .product-thumb-img.cn .p-desc {
        font-size: 1.4rem;
        margin-bottom: 35px;
    }
}

@media(min-width: 1600px) {
    .section-bar.cn {
        padding: 0 var(--xbox-px);
    }

    .model-product-img .container-wrap {
        padding: 5% var(--xbox-px);
    }

    .detail-main {
        padding: 50px var(--xbox-px) 30px;
    }

    .products-other.container-wrap {
        padding: 60px var(--xbox-px) 80px;
    }
}
