﻿
.detail-pro {
    padding: 40px 0;
}

.detail-pro-container {
    margin-bottom: 38px;
    overflow: hidden;
}


.detail-pro-right {
    padding-left: 30px;
    flex-direction: column;
    display: flex;
    width: 360px;
    float: right;
}

    .detail-pro-right h1 {
        font-family: 'interSB';
        font-size: 24px;
        margin: 0;
        color: #222;
    }

    .detail-pro-right h2 {
        color: #555;
        font-weight: 100;
        font-size: 16px;
        line-height: 155%;
        margin: 15px 0;
    }

.detail-pro-cate {
    font-style: italic;
    opacity: .8;
    font-size: 14px;
    position: relative;
}

.detail-pro-price {
    font-family: 'RobotoB';
    font-size: 21px;
    color: var(--default-color-1);
    margin-top: 14px;
}

.detail-pro-img {
    width: 100%;
    position: relative;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 15px;
    row-gap: 15px;
}

    .detail-pro-img .item {
        height: 368px;
    }

        .detail-pro-img .item a {
            overflow: hidden;
        }

            .detail-pro-img .item a:hover img {
                transform: scale(1.02);
            }

        .detail-pro-img .item img {
            width: 100%;
            height: 100%;
            transition: all .3s;
        }

    .detail-pro-img .swiperDetailPro2 {
        height: 400px;
    }

    .detail-pro-img .btn {
        width: 85px;
        height: 85px;
        margin-right: 10px;
    }

.detail-pro-left {
    width: calc(100% - 360px);
    user-select: none;
    float: left;
}

.xzoom-thumbs img {
    width: 85px;
    height: 85px;
    margin-left: 0;
}

.detailproSwiper {
    height: 100%;
}

.detail-pro-btn {
    display: flex;
}

    .detail-pro-btn a {
        font-family: RobotoM;
        width: fit-content;
        font-size: 20px;
        background-color: rgb(220, 29, 29);
        color: #fff;
        padding: 16px;
        border-radius: 5px;
        transition: all linear .3s;
        border: 1px solid rgb(220, 29, 29);
        box-shadow: 2px 2px 10px 1px #0000005e;
    }

        .detail-pro-btn a i {
            margin-right: 7px;
        }

        .detail-pro-btn a:hover {
            color: rgb(220, 29, 29);
            background-color: #fff;
        }


.detail-pro-bot {
    margin-top: 0;
    display: flex;
    align-items: baseline;
}

    .detail-pro-bot .left {
        width: 100%;
        background-color: #fff;
    }

        .detail-pro-bot .left img {
            max-width: 100%;
        }

.detail-pro-heading {
    display: flex;
    align-items: center;
    font-family: RobotoM;
}

    .detail-pro-heading .item {
        background-color: #fff;
        user-select: none;
        cursor: pointer;
        transition: all linear .2s;
        color: var(--default-color-2);
        font-size: 19px;
        padding-bottom: 6px;
        font-family: 'interSB';
        border-bottom: 2px solid var(--default-color-2);
    }

        .detail-pro-heading .item.active {
            opacity: 1;
        }


        .detail-pro-heading .item:hover {
            opacity: 1;
        }

        .detail-pro-heading .item:nth-child(1) {
        }


.detail-pro-content {
    background-color: #fff;
    padding-top: 0;
}

    .detail-pro-content table {
        max-width: 100%;
    }

    .detail-pro-content iframe {
        width: 100%;
    }

    .detail-pro-content img {
        max-width: 100%;
    }

    .detail-pro-content .item {
        display: none;
        font-size: 16px;
        line-height: 192%;
        color: #333;
    }

        .detail-pro-content .item.active {
            display: block;
        }

.detail-pro-bot .right {
    flex: 1;
}

.same-pro {
    overflow: hidden;
    background-image: url(../../../Design/img/bg-about_02_02.png);
    background-size: cover;
}

.same-pro-container {
    padding: 60px 0;
}

.same-pro-title {
    margin: 0;
    font-family: RobotoBlack;
    color: var(--default-color-2);
    font-size: 17px;
    display: flex;
    align-items: center;
    user-select: none;
    font-size: 26px;
    position: relative;
}

    .same-pro-title::before {
        content: "";
        position: absolute;
        top: calc(100% + 3px);
        width: 60px;
        height: 2px;
        background-color: var(--default-color-2);
    }

.same-pro-wrap {
}

    /* width */
    .same-pro-wrap::-webkit-scrollbar {
        width: 7px;
    }

    /* Track */
    .same-pro-wrap::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .same-pro-wrap::-webkit-scrollbar-thumb {
        background: var(--default-color-2);
    }

        /* Handle on hover */
        .same-pro-wrap::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.same-pro-item {
    display: flex;
    margin-bottom: 15px;
}

    .same-pro-item:hover .same-pro-img {
        border-color: var(--default-color-2);
    }

        .same-pro-item:hover .same-pro-img img {
            transform: scale(1.1);
        }

.same-pro-img {
    width: 114px;
    border: 1px solid #3d4a5f61;
    border-radius: 5px;
    overflow: hidden;
    height: 92px;
}

    .same-pro-img img {
        transition: all linear .2s;
    }

.same-pro-content {
    flex: 1;
    padding-left: 13px;
}

.same-pro-item:hover h4 {
    color: var(--default-color-2);
}

.same-pro-content h4 {
    font-family: 'RobotoM';
    font-weight: 100;
    font-size: 17px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 0;
    margin-top: 5px;
    height: 40px;
    transition: all linear .2s;
}

.same-pro-content span {
    display: block;
    margin-top: 8px;
    color: var(--default-color-3);
}


.swiperDetailPro {
    position: relative;
    width: 100%;
    height: 120px;
    margin-top: 10px;
}


.detail-pro .swiper-button-next:after, .detail-pro .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 20px;
    color: #fff;
    background-color: var(--default-color-2);
    padding: 12px;
}

.detail-pro .swiper-slide .detail-pro-thumb {
    position: relative;
    cursor: pointer;
    height: 100%;
}

    .detail-pro .swiper-slide .detail-pro-thumb::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .6;
        transition: all linear .3s;
    }

.detail-pro .swiper-slide.swiper-slide-thumb-active .detail-pro-thumb::before {
    opacity: 0;
}

.detail-pro-rating {
    margin: 16px 0;
    display: flex;
    align-items: center;
}

    .detail-pro-rating i {
        color: #fad10e;
        font-size: 15px;
        user-select: none;
    }

    .detail-pro-rating span {
        font-size: 13px;
        color: #333;
        margin-left: 5px;
        opacity: .8;
    }

.detail-pro-tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    margin-top: 22px;
    color: #333;
}

    .detail-pro-tag a {
        color: var(--default-color-2);
        background-color: transparent;
        transition: all linear .3s;
        border: 1px solid var(--default-color-2);
        padding: 4px 6px;
        margin: 4px;
        border-radius: 5px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

        .detail-pro-tag a i {
            margin-right: 5px;
        }

        .detail-pro-tag a:hover {
            background-color: var(--default-color-2);
            color: #fff;
        }

.detail-pro-view {
    color: #555;
    font-size: 14px;
}


@media(max-width:1023px) {
    .detail-pro-right {
        padding-left: 20px;
        width: 326px;
    }

    .detail-pro-left {
        width: calc(100% - 326px);
    }

    .detail-pro-img .item {
        height: 246px;
    }

    .detail-pro-img {
        column-gap: 10px;
        row-gap: 10px;
    }

    .detail-pro-btn a {
        font-size: 17px;
        padding: 10px;
    }

    .detail-pro {
        padding: 35px 0;
    }

    .same-pro-container {
        padding: 35px 0;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .detail-pro-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .detail-pro-right {
        padding-left: 0;
    }

    .detail-pro {
        padding: 25px 0;
    }

    .detail-pro-left,
    .detail-pro-right {
        width: 100%;
    }

    .detail-pro-left {
        margin-top: 20px;
    }
}
