﻿.swiper-container, .swiper-wrapper, .swiper-slide {
    width: 100%;
    height: 100%;
}
/* .swiper-slide{
            display: flex;
        } */
.tab {
    background: #fff;
    border-bottom: 1px solid #7e7e7e;
}

.tab-cont {
    justify-content: space-between;
    padding: 80px 0;
    position: relative;
}

.tabItem {
    font-size: 28px;
    line-height: 28px;
    display: inline-block;
    padding-bottom: 12px;
    color: #606060;
    cursor: pointer;
}

    .tab .pro-active, .tabItem:hover {
        /* border-bottom: 1px solid #000; */
        color: #000;
    }

.tab .product-line {
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 120px;
}

.interval {
    width: 1px;
    background: #606060;
    height: 28px;
}

.product-list {
    padding: 55px 87px 0 0;
    border-right: 1px solid #7e7e7e;
    margin-right: 60px;
    display: none;
}

.product-list-item {
    height: 42px;
    width: 314px;
    line-height: 42px;
    text-align: center;
    color: #606060;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 34px;
    background-color: #f1f1f1;
}

    .product-list-item.pro-active, .product-list-item:hover {
        color: #000;
    }

.swiper-slide ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #7e7e7e;
    padding: 46px 0;
}

    .swiper-slide ul:last-child {
        border-bottom: none;
    }

    .swiper-slide ul li {
        flex: 1;
        padding-left: 100px;
    }

        .swiper-slide ul li:first-child {
            padding-left: 0;
        }

    .swiper-slide ul img {
        max-width: 100%;
    }

.swiper-slide p {
    text-align: center;
    font-size: 18px;
    padding-top: 30px;
}

.product-wapper {
    background: #fff;
    flex: 1;
    height: 100%;
    overflow: hidden;
}

.product-img {
    /* padding-top: 60px; */
}

.product-layout {
    display: flex;
    flex-direction: column;
    height: 1080px;
    background-color: #fff;
}

.product-cont {
    height: 100%;
}

.product-img-center {
    /* justify-content: center; */
    flex-direction: column;
    height: 100%;
    overflow: auto;
}

    .product-img-center::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

.tab-mini {
    display: none;
}

.product-img-mini {
    display: none;
}

.tab-mini-type {
    display: none;
}

@media only screen and (max-width: 1300px) {
    .product-layout {
        height: 800px;
    }
}

@media only screen and (max-width: 1100px) {
    .product-layout {
        height: 680px;
    }
}

@media only screen and (max-width: 987px) {
    .block {
        display: block;
    }

    .tab {
        display: none;
    }

    .tab-mini {
        display: flex;
        justify-content: space-between;
    }

    .product-title {
        font-size: 28px;
    }

    .product-cont {
        display: block;
    }

    .other span {
        font-size: 28px;
        color: #808080;
        display: block;
        padding-right: 35px;
        background: url('../../Content/images/ohter.png') right center no-repeat;
    }

    .other ul {
        position: absolute;
        width: 100%;
        page-break-after: always;
        left: 0;
        background: #fff;
        height: 100%;
        padding: 50px 50px 0;
        display: none;
    }

    .other li {
        line-height: 92px;
        font-size: 24px;
        border-bottom: 1px solid #b6b6b6;
        color: #606060;
        cursor: pointer;
    }

    .product-list {
        display: flex;
        margin: 0;
        justify-content: space-between;
        padding: 30px 0;
        border: none;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

    .product-list-item {
        background-color: #fff;
        width: inherit;
        color: #606060;
        font-size: 18px;
    }

    .product-img {
        display: none;
    }

    .product-layout {
        height: inherit;
        background-color: #fff;
    }
    /* .product-img-mini{
                display: block;
            } */
    .product-img-mini ul {
        display: flex;
        justify-content: space-between;
    }

    .product-img-mini p {
        text-align: center;
        padding-top: 10px;
    }

    .product-img-mini li {
        padding: 37px 0 0px 0;
        margin-right: 13px;
    }

        .product-img-mini li:last-child {
            margin-right: 0;
        }

    .product-img-mini img {
        max-width: 100%;
    }

    .product-list-item {
        height: inherit;
        line-height: 18px;
        margin: 0;
    }

    .product-layout {
        padding: 50px;
    }

    .tab-mini {
        padding-bottom: 30px;
    }
    /* .product-img-mini .flex{
                display: flex;
            } */
}

@media only screen and (max-width: 640px) {
    .product-cont.max-width {
        padding: 0;
    }

    .tab-mini-type {
        display: flex;
        justify-content: space-between;
        padding: 15px 0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

        .tab-mini-type span {
            font-size: 12px;
            color: #606060;
        }

            .tab-mini-type span.cur {
                font-size: 12px;
                color: #000000;
            }

    .product-layout {
        padding: 30px 25px 0;
    }

    .tab-mini {
        padding-bottom: 15px;
    }

    .product-img-mini li {
        padding: 20px 0 0 0;
        width: 50%;
    }

    .product-img-mini {
        padding-bottom: 20px;
    }

    .product-list-item {
        font-size: 12px;
    }

    .product-list {
        padding: 16px 0;
    }

    .other li {
        line-height: 46px;
        font-size: 12px;
    }

    .other ul {
        padding: 0 25px 0;
    }

    .product-title {
        font-size: 14px;
    }

    .other span {
        font-size: 14px;
    }

    .other span {
        background-size: 12px;
    }
}

.show {
    display: block !important;
}
