.path_main {
    padding-top: 20px;
}

.path_bar {
    margin-top: 0;
    justify-content: flex-start;
}

.innerPro_main {
    margin-top: 5%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.innerPro_main::after {
    display: none;
}

.innerPro_main_left {
    width: calc(100% - 590px);
}

.innerPro_main_right {
    width: 525px;
}

.product-view {
    height: 803px;
    justify-content: space-between;
}


.image-additional {
    height: 663px;
    overflow: hidden;
}

.product-image {
    width: 80%;
}

.product-view_imgs {
    width: 14.3%;
    height: 803px;
    position: relative;
    padding: 70px 0;
}

.cloud-zoom {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    background: #FFF;
}

.product-view .product-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
}

.image-additional_btn {
    position: absolute;
    left: 0;
    width: 100%;
    height: 37px;
    background: #999999;
}

.image-additional_btn_top {
    top: 0;
}

.image-additional_btn:hover {
    background: #000000;
}

.image-additional_btn_bottom {
    bottom: 0;
}

.image-additional_btn::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-additional_btn_top::after {
    background: url('img/up.png') no-repeat;
    background-size: 100% 100%;
}


.image-additional_btn_bottom::after {
    background: url('img/bottom.png') no-repeat;
    background-size: 100% 100%;
}

.product-summary {
    background: #FFFFFF;
    width: 100%;
    padding: 40px;
}

.product_title {
    font-family: Poppins;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
}

.product-meta {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #666666;
    margin: 20px 0 30px;
}

.share_box {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #666666;
}

.share_box>div:nth-child(1) {
    margin-right: 15px;
}

.contact-btn,
.download-btn {
    margin-top: 20px;
    width: 262px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    height: 50px;
    border: 1px solid #000000;
}

.contact-btn:hover,
.download-btn:hover {
    color: #FFFFFF;
    background: #000000;
}

.product-aside {
    padding: 40px;
    margin-top: 40px;
    background: #FFF;
}

.innerPro_tab {
    margin: 10% 0 5%;
    border-bottom: 1px solid #040E2720;
}

.innerPro_tab_title {
    padding: 0 30px;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    height: 46px;
    line-height: 46px;
}

.innerPro_tab_title.active {
    background: #000000;
    color: #FFFFFF;
}

.innerPro_content_div {
    display: none;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 20px;
    color: #666666;
}

.innerPro_content_div.active {
    display: block;
}

.innerPro_content_div video {
    width: 100%;
}

.inner_pro_mx_imgs {
    display: flex;
    justify-content: space-between;
}

.inner_pro_mx_img {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
}

.inner_pro_mx_imgs .inner_pro_mx_img:last-child {
    margin-right: 0;
}

.inner_pro_mx_imgs .imgBox {
    padding-bottom: 122%;
}

.inner_pro_mx_ul li {
    font-family: Poppins-Light;
    /* font-size: 16px; */
    color: #333333;
    margin-bottom: 20px;
    padding-left: 10%;
    position: relative;
}

.inner_pro_mx_ul li:last-child {
    margin-bottom: 0;
}

.inner_pro_mx_ul li::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #000000;
    border-radius: 4px;
    position: absolute;
    left: 8%;
    top: 6px;
}

.inner_pro_mx_imgs2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner_pro_mx_img2 {
    width: calc((100% - 15px) / 2);
}

.inner_pro_mx_imgs2 .imgBox {
    padding-bottom: 64.3%;
}

.inner_faq_box {
    margin: 5% 0;
}

.inner_faq_title {
    font-family: Poppins;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    padding-bottom: 15px;
    border-bottom: 1px solid #040E2720;
}

.inner_pro_faq {
    margin-top: 40px;
}

.inner_pro_faq_div {
    margin-top: 20px;
}

.inner_pro_faq_top {
    padding: 15px 30px;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    border: 1px solid #E5E5E5;
    justify-content: space-between;
}

.inner_pro_faq_top b {
    margin-left: 15px;
    display: block;
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    background: url('img/add4.png') no-repeat;
    background-size: 100% 100%;
}

.inner_pro_faq_bottom {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding: 20px 30px 0;
    display: none;
}

.inner_pro_faq_div.active .inner_pro_faq_top {
    background: #000000;
    color: #FFF;
}

.inner_pro_faq_div.active b {
    width: 16px;
    height: 4px;
    background: url('img/add3.png') no-repeat;
    background-size: 100% 100%;
}

.inner_pro_faq_div.active .inner_pro_faq_bottom {
    display: block;
}

.inner_customer_swi_box {
    margin-top: 50px;
    padding: 0 110px;
    position: relative;
}

.inner_customer_div {
    display: flex;
    align-items: flex-start;
}

.inner_customer_head {
    margin-right: 39px;
    flex-shrink: 0;
}

.inner_customer_right {
    flex: 1;
}

.inner_customer_title {
    font-family: Poppins;
    font-weight: bold;
    font-size: 28px;
    color: #333333;
}

.inner_customer_text {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #999999;
    margin: 10px 0;
}

.inner_customer_desc {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #666666;
}

.inner_customer_swi_box .proType_materidls_btn {
    top: 50%;
    transform: translateY(-50%);
}

.inner_pro_con {
    margin-top: 5%;
}

.inner_pro_desc {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}



.con_form_div ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.con_form_div li:nth-child(1),
.con_form_div li:nth-child(2),
.con_form_div li:nth-child(3) {
    width: 32%;
}

.con_form_div li {
    position: relative;
    width: 100%;
    padding: 30px 0 20px;
    border-bottom: 1px solid #333333;
}

.con_form_div li input,
.con_form_div li textarea {
    background: none;
    width: 100%;
    height: 100%;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    border: 0;
}

.con_form_div li input::placeholder,
.con_form_div li textarea::placeholder {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #333333;
}

.con_form_div li textarea {
    min-height: 150px;
}

.con_form_div li::after {
    content: '*';
    font-size: 16px;
    color: red;
    position: absolute;
    top: 33px;
    left: -15px;
}

.con_form_div .hover_btn {
    height: 43px;
    background: #000000;
    line-height: 43px;
    padding: 0 55px;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
    width: auto;
    margin-top: 40px;
    transition: all 0.3s ease-in-out;
}

.con_form_div .hover_btn:hover {
    background: #2858A4;
}

.innerPro_main_right {
    position: sticky;
    top: 127px;
}






.product-aside .aside{
    width: 100%;
}
.path_bar li a, .path_bar li span{
    color: #333333;
}

.path_bar li:nth-child(1):before{
        background: url(img/home.webp) no-repeat !important; 
    background-size: 100% 100%;
}

.path_bar li::before{
        background: url(img/right2.webp) no-repeat !important;
    background-size: 100% 100%;
}

.side-cate li a{
    padding-right: 20px
}
@media only screen and (max-width:1200px) {
    .image-additional {
        height: 460px;
    }

    .product-view_imgs {
        padding: 50px 0;
    }

    .product-view_imgs {
        height: auto;
    }

    .product-view {
        height: auto;
    }

     .product-aside .aside{
        width: 100%;
    }
}
@media only screen and (max-width:950px) {
    .innerPro_main_right {
        width: 100%;
        position: relative;
        top: auto;
        order: 1;
    }

    .innerPro_main_left {
        width: 100%;
        order: 2;
    }

    .innerPro_main {
        flex-wrap: wrap;
    }

    .product-summary {
        padding: 20px;
    }

    .download-btn {
        display: none;
    }

    .product-aside {
        display: none;
    }

    .product-image {
        display: none;
    }

    .product-view_imgs {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 20px 0;
        padding: 0 40px;
    }

    .product-view_imgs img {
        width: 100%;
    }

    .image-additional {
        height: auto;
    }

    .image-additional_btn {
        width: 37px;
        height: 37px;
        top: 50%;
        transform: translateY(-50%);
    }

    .image-additional_btn_top {
        transform: rotate(270deg) translateY(-50%);
        left: 12px;
    }

    .image-additional_btn_bottom {
        transform: rotate(270deg) translateY(-50%);
        right: -21px;
        left: auto;
    }
    .innerPro_tab_title{
        font-size: 18px;
        padding: 0 10px;
    }
    .inner_pro_mx_imgs{
        flex-wrap: wrap;
    }
    .inner_pro_mx_img{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .inner_pro_mx_imgs .inner_pro_mx_img:last-child{
        margin-bottom: 0;
    }
    .inner_pro_mx_ul li{
        padding-left: 13%;
    }

    .inner_faq_title{
        font-size: 26px;
    }
    .inner_customer_swi_box{
        padding: 0 40px;
    }
    .inner_pro_con{
        margin-top: 10%;
    }
    .inner_faq_box{
        margin: 10% 0;
    }
    .con_form_div li:nth-child(1), .con_form_div li:nth-child(2), .con_form_div li:nth-child(3){
        width: 100%;
    }

    .con_form_div ul{
        padding-left: 5px;
    }

    .con_form_div li::after{
        left: -10px;
    }
    .innerPro_content_div {
        font-size: 16px;
    }
   
}