.innerPro_main {
    margin-top: 65px;
}

.innerPro_main .layout {
    padding: 0 100px;
}

.main_wrap {
    align-items: center !important;
}


/*product photos*/
.product-intro {
    position: relative;
    justify-content: space-between;
    overflow: hidden;
}

.cloud-zoom-lens {
    border: 1px solid #eee;
    cursor: move;
}

.cloud-zoom-title {
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}

.cloud-zoom-big {
    overflow: hidden;
    padding: 0px;
}

.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

.product-view .swiper-slide {
    padding-bottom: 1px;
}

.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: 45%;
}

.product-view .product-image {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 30px;
}

.cloud-zoom {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 65%;
    background: #FFF;
}

.product-view .product-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 30px;
}

.product-view .product-image .cloud-zoom-big {
    border-radius: 30px;

}

.product-view .image-additional {
    position: relative;
    margin: 20px 15px;
    overflow: hidden;
}

.product-view .image-additional li {
    position: relative;
    width: 100%;
    float: left;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 19%;
    border-radius: 22px;
}

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

.product-view .image-additional li img {
    background: #FFF;
    display: block;
    margin: 0 auto;
    border: 1px solid #c0c0c0;
    padding: 1px;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 22px;

}

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

.product-view .image-additional li.current img {
    border: 2px solid #000;
    padding: 0;
}

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

.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-next,
.product-view .swiper-button-prev {
    color: #666666;
    width: auto;
    height: 50px;
    margin-top: -25px;
    opacity: 1;
    line-height: 50px;
    font-size: 40px;
    padding: 0 5px;
    border: 1.5px solid #FFFFFF;
    transition: all .5s ease;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

.product-view .swiper-button-next:hover,
.product-view .swiper-button-prev:hover {
    border: 1.5px solid var(--conmmonColor);
}

.product-view .swiper-button-prev::before {
    content: '\f104';
    font-family: 'fontawesome';
    font-size: 30px;
    color: #666666;
}

.product-view .swiper-button-next::before {
    content: '\f105';
    font-family: 'fontawesome';
    font-size: 30px;
    color: #666666;
}

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

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

.product-view .swiper-button-prev:before,
.product-view .swiper-button-next:before {
    -webkit-transform: scale(.8, 1);
    -ms-transform: scale(.8, 1);
    -o-transform: scale(.8, 1);
    transform: scale(.8, 1);
}

/*product summary*/
.product-summary {
    position: relative;
    width: 48%;
    padding: 0 0 10px;
    color: #666;
}

.product-summary .product_title {
    font-family: 'Roboto-Bold';
    font-weight: normal;
    font-size: 30px;
    color: #082643;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 35px;
}


.product-summary .product-meta p {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.product-summary .product-meta .desc_list .desc_item {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
    padding-left: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 7px;

}

.product-summary .product-meta .desc_list .desc_item::before {
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #666666;
}

.product-summary .share-this {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.pro_btn {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}

.pro_btn a {
    display: inline-block;
    padding: 10px 40px;
    font-family: 'Roboto-Bold';
    font-weight: normal;
    font-size: 16px;
    color: #082643;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    border: 2px solid var(--conmmonColor);
    margin-right: 20px;
    border-radius: 28px 28px 28px 28px;

}

.pro_btn a:hover {
    color: #FFF;
    background-color: var(--conmmonColor);
}

.pro_btn .download-btn {
    position: relative;
    display: flex;
    align-items: center;
}

.pro_btn .download-btn b::before {
    content: '';
    display: flex;
    align-items: center;
    margin-right: 7px;
    width: 25px;
    height: 21px;
    line-height: 30px;
    background-image: url(../img/pro_down.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pro_btn .download-btn:hover b::before {
    background-image: url(../img/pro_down_hover.png);
}

.product-summary .share-this {
    margin-top: 60px;
}

.product-summary .share-this img {
    max-width: 240px;
}

.product-summary .product_cate {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-top: 60px;
}

.details_wrap {
    margin-top: 5%;
}

.details_wrap .tab-list {
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}


.details_wrap .tab-list .tab-link {
    padding: 10px 30px;
    border-radius: 26px 26px 26px 26px;
    border: 2px solid var(--conmmonColor);
    font-family: 'Roboto-Bold';
    font-weight: normal;
    font-size: 16px;
    color: #082643;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    margin-right: 25px;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.details_wrap .tab-list .tab-link:hover,
.details_wrap .tab-list .tab-link.active {
    color: #FFFFFF;
    background-color: var(--conmmonColor);
}

.details_wrap .tab-list .tab-link:last-child {
    margin-right: 0;
}

.details_wrap .content-list .tab-pane {
    display: none;
}

.details_wrap .content-list .tab-pane.active {
    display: block;
}

.details_wrap .content-list .tab-pane .details_title {
    font-family: 'Roboto-Bold';
    font-weight: normal;
    font-size: 26px;
    color: #082643;
    line-height: 51px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}


.details_wrap .content-list .tab-pane .details_content {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 20px 0 60px;
}

.details_wrap .content-list .tab-pane .details_content p {

    margin-bottom: 30px;
}

.details_wrap .content-list .tab-pane .details_content p:last-child {
    margin-bottom: 0;
}

.details_wrap table {
    /* 外边框虚线 */
    border-collapse: collapse;
    width: 100%;
}

.details_wrap table td {
    border: 0;
    border-bottom: 2px solid #999999;
    border-top: 2px solid #999999;
    padding: 12px;
    text-align: left;
    white-space: nowrap;
}

.details_wrap table td:nth-child(odd) {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 22px;
    color: #082643;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.details_wrap table td:nth-child(even) {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

@media only screen and (max-width: 1400px) {
    .innerPro_main .layout {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 950px) {
    .product-view {
        width: 100%;
        margin-bottom: 30px;
    }

    .innerPro_main .layout {
        padding: 0;
    }

    .product-view .product-image {
        display: none;
    }

    .product-view .image-additional li {
        padding-bottom: 29%;
    }

    .product-summary {
        width: 100%;
    }

    .product-summary .product_title {
        margin-bottom: 30px;
    }

    .product-summary .share-this {
        margin-top: 30px;
    }

    .product-summary .product_cate {
        margin-top: 30px;
    }

    .details_wrap .tab-list {
        margin-bottom: 30px;
    }

    .details_wrap .content-list .tab-pane .details_content {
        margin: 30px 0;
    }
}


@media only screen and (max-width: 580px) {

    .details_wrap .tab-list .tab-link{
        white-space: nowrap;
    }
    .details_wrap .tab-list {
        margin-bottom: 30px;
        width: 100%;
        overflow: auto;
        justify-content: flex-start;
    }

    .details_wrap table td:nth-child(even) {
        width: 100%;
    }

    .details_wrap .details_table {
        width: 100%;
        overflow: auto;
    }

    .details_wrap table {
        width: 100%;
        overflow: auto;
    }
}

@media only screen and (max-width: 480px) {
    .product-view .image-additional li {
        padding-bottom: 81%;
    }

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

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

    .pro_btn {
        flex-direction: column;
    }

    .pro_btn a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .pro_btn .download-btn {
        justify-content: center;
    }

    .product-summary .product_cate {
        margin-top: 0;
    }
}