/* product detail start */
.product-detail {
    position: relative;
    margin-top: 30px;
}

.product-warp {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.image_wrap {
    position: relative;
    width: 100%;
    max-width: 100px;
    overflow: hidden;
}

.product-view .image-additional {
    overflow: hidden;
}

.product-view .swiper-slide {
    padding: 5px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
}

.product-view .product-image.zoom_remove:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.product-view {
    position: relative;
    width: 58%;
    display: flex;
    justify-content: flex-start;

}

.product-view .image-additional {
    position: relative;
}

.product-view .product-image {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-right: 20px;
}

.product-view #wrap a {
    width: 100%;
    display: inline-block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.product-view #wrap a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product-view .product-image img {
    position: relative;
}

.product-view .product-image .mousetrap {
    width: 100% !important;
    height: 100% !important;
}

.product-view .product-image #cloud-zoom-big {
    width: 100% !important;
    height: 100% !important;
}

.product-view .image-additional {
    position: relative;
    overflow: hidden;
    max-height: 540px;
}


.product-view .image-additional li {
    position: relative;
    width: 100%;
    height: 100% !important;
    max-width: 191px;
    max-height: 113px;
    float: left;
    overflow: hidden;
}

.product-view .image-additional li.single {
    display: none;
}

.product-view .image-additional li img {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 1px;
}

.product-view .image-additional li a {
    display: block;
    position: relative;
}

.product-view .image-additional li.current {
    border: 1px solid #333;
    border-radius: unset;
}

.product-view .image-additional img.popup {
    display: none;
}

.product-view .ad_prompt {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 40px;
    margin: -20px 0 0;
    text-align: center;
    color: #ff6f00;
    font-size: 20px;
    -webkit-animation: twinkling 1s infinite ease-in-out;
    animation: twinkling 1s infinite ease-in-out;
    display: none;
}

.product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}

.product-view .swiper-button-prev {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background: rgb(243, 238, 231);
}

.product-view .swiper-button-prev:hover {
    background-color: #3AD82E ;
}

.product-view .swiper-button-next {
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0 !important;
    width: 50px;
    height: 50px;
    background: rgb(243, 238, 231);
}

.product-view .swiper-button-next:hover {
    background-color: #3AD82E ;
}

.product-view .swiper-button-next:after {
    content: '\f107';
    font-family: 'fontawesome';
    font-weight: normal;
    color: rgb(128, 128, 128);
    font-size: 16px;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.product-view .swiper-button-prev:after {
    content: '\f106';
    font-family: 'fontawesome';
    color: rgb(128, 128, 128);
    font-size: 16px;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.product-view .swiper-button-next,
.product-view .swiper-container-rtl .swiper-button-prev {
    right: -15px;
}

.product-swiper-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    /* 描边 */
    border: 1px solid rgb(221, 221, 221);
    /* 背景色 */
    background: rgb(243, 238, 231);
}

.product-view .swiper-button-next {
    border-right: 1px solid rgb(221, 221, 221);
}

.product-view .swiper-button-next,
.product-view .swiper-button-prev {
    width: 50px;
    box-sizing: border-box;
}


.product-detail .product-right {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.product-detail .product-detail-title {
    color: rgb(17, 61, 60);
    font-family: 'Poppins-Bold';
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.product-detail .product-detail-content {
    margin-top: 30px;
}

.product-detail .product-detail-content p {
    color: rgb(51, 51, 51);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px;
}
@media (max-width:1200px) {
    .product-detail .product-detail-content{
        height: 327px;
        overflow: auto;
    }
}
.product-detail .contact-btn {
    max-width: 230px;
    text-align: center;
    padding: 22px 50px;
    box-sizing: border-box;
    border: none;
    border-radius: 8px;
    background: #3AD82E;
    border: 2px solid #3AD82E;
    transition: all 0.5s ease;
}

.product-detail .contact-btn a {
    color: rgb(17, 61, 60);
    font-family: 'Poppins-Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.product-detail .contact-btn:hover {
    background: transparent;
    border: 2px solid rgb(17, 61, 60);


}

.product-detail .contact-btn:hover a {
    color: rgb(17, 61, 60);
}

.product-detail .media-icons {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}

.product-detail .media-icons .icons-item {
    width: 36px;
    height: 36px;
    margin-right: 12px;
}

.product-detail .media-icons .icons-item img {
    width: 100%;
    height: 100%;
}

.product-detail .media-icons .icons-item img img {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    margin-top: -7px;
    margin-left: -7px;
}

.product-detail .media-icons .icons-item:hover img {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* product detail end */
/* detail info start */
.detail-box {
    margin-top: 20px;
}

#detail-tabs {
    margin-top: 55px;
    /* 背景色 */
    background: rgb(243, 238, 231);
    overflow-x: auto;
    /* 允许水平滚动 */
    white-space: nowrap;
    /* 防止内容换行 */
}

#detail-tab-content {
    position: relative;
}

#detail-tab-content .content-box {
    display: block;
}

#detail-tabs .tab-link.active {
    background: #FFFFFF;
    border-bottom: 5px solid #3AD82E;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

#detail-tabs .tab-link {
    width: 20%;
    padding: 37px 30px;
    background: rgb(243, 238, 231);
    border: none;
}

#detail-tabs .tab-link {
    color: rgb(51, 51, 51);
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: center;
}

#detail-tabs button:last-child {
    margin-right: 0;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.content-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#detail-tab-content p {
    color: rgb(51, 51, 51);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 20px;
}

/* detail info end */
/* detail table start */
.detail-table {
    width: 100%;
    margin-top: 30px;
    overflow-x: auto;
}

.detail-table table {
    width: 100%;
    max-width: 1440px;
    border-collapse: collapse;
    /* 合并边框 */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    /* 添加阴影 */
}

.detail-table table,
.detail-table td {
    border: 1px solid rgb(221, 221, 221);
}

.detail-table table tbody>tr {
    width: 100%;
}

.detail-table table tbody>tr:nth-child(even) {
    background-color: #f8f8f8;
}

.detail-table table th {
    font-family: 'Exo';
    background-color: #3AD82E;
    /* 主题色 */
    font-size: 16px;
    color: #333333;
    padding: 12px 15px;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 2px solid #3AD82E;
    /* 加深底部边框 */
}

.detail-table table td {
    font-family: 'Arial';
    padding: 12px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    /* 细分割线 */
    vertical-align: top;
    white-space: wrap;
    /* 顶部对齐 */
}

.content-box {
    width: 100%;
    margin-top: 30px;
}

.content-box table {
    width: 100%;
    max-width: 1440px;
    border-collapse: collapse;
    /* 合并边框 */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.content-box table,
.content-box td {
    border: 1px solid rgb(221, 221, 221);
}

.content-box tr:nth-child(even) {
    background-color: #f8f8f8;
}

.content-box table tr:first-child td {
    font-family: 'Exo';
    background-color: #3AD82E;
    /* 主题色 */
    font-size: 16px;
    color: #333333;
    padding: 12px 15px;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 2px solid #3AD82E;
    /* 加深底部边框 */
}

.content-box table td {
    font-family: 'Arial';
    padding: 12px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    /* 细分割线 */
    vertical-align: top;
    white-space: wrap;
    /* 顶部对齐 */
}

/* detail table end */

/*-------------------mobile start----------------------*/
@media (max-width:950px) {
    .product-warp {
        flex-direction: column;
    }

    .product-view {
        width: 100%;
        flex-direction: row;
    }
    .zoom1 {
        max-width: 950px;
    }

    .mousetrap {
        max-width: 950px;
        max-height: 100%;
    }

    .product-view>div {
        max-width: 950px;
    }
    .product-view .image-additional{
        max-height: 350px;
        overflow: hidden;
    }
    .product-view .product-image{
        display: none;
        margin-right: 0;
    }
     .product-view .swiper-wrapper{
        justify-content: center;
    }
    .product-detail .product-right {
        width: 100%;
        margin-top: 8%;
    }
.product-view .image-additional li{
    max-width: none;
    max-height: none;
}
.product-detail .product-detail-title{
    font-size: 28px;
}
    .product-detail .product-left {
        width: 100%;
    }

    .product-detail .product-right .bottom {
        margin-top: 30px;
    }
    .product-view .image-additional li{
        max-width: none;
    }

    #detail-tabs .tab-link {
        width: auto;
    }

    .detail-table table {
        max-width: 950px;
    }

    .product-detail .product-detail-content{
        height: auto;
        overflow: visible;
    }
    @media (max-width:414px) {
        .detail-table table {
            max-width: 414px;
        }
    }

    .recommended-news .news-item {
        width: 100%;
    }

    .item-image {
        width: 100%;
    }

    .recommended-news .news-tip {
        font-size: 20px;
    }

    .recommended-news .news-title {
        font-size: 35px;
    }

    .userInfo_warp {
        padding: 20px;
    }

    .userInfo_warp {
        flex-wrap: wrap;
    }

    .userInfo-left {
        width: 100%;
    }

    .userInfo_title {
        font-size: 29px;
    }

    .userInfo_right {
        width: 100%;
    }

    .userInfo_image {
        text-align: center;
        margin-left: 0;
    }

    .related_products .related_body {
        width: 100%;
        flex-wrap: wrap;
    }

    .related_body .product_item {
        width: 100%;
    }
}

/*--------------------mobile end----------------------*/