﻿.m{max-width:1360px;min-width:320px;margin:0 auto;box-sizing: border-box;}
a:hover{color:#666666;font-family: "arial";}
a{color:#666666;}
.zoomify {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.zoomify.zoomed {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 1501
}

.zoomify-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1500;
    background: rgba(0, 0, 0, .3);
    opacity: 0
}

.zoomify-shadow.zoomed {
    opacity: 1;
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.text-hidden2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-hidden3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.all2-com-detail {
    padding-bottom: 170px;
}

.all2-com-detail * {
    box-sizing: border-box;
}
.all2-com-detail input,.all2-com-detail textarea{
    border:none;
    outline: none;
    padding: 0;
}

.all-breadbrumb {
    padding: 34px 0 20px;
}

.all-breadbrumb a {
    color: #333;
}

.all-breadbrumb span {
    color: #333;
}

.all2-detailbox {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.img-box-slide{
    /* width: 630px; */
    width: 46.32%;
    height: 518px;
    display: flex;
    margin-right: 48px;
}
.small-pic-box{
    position: relative;
    width: 84px;
    height: 100%;
    padding: 25px 0;
    margin-right: 28px;
    overflow: hidden;
}
.sm-pic-list{
    position: static;
    width: 100%;
    height: 100%;
}
.sm-pic-list ul img{
    max-height: 80px;
    max-width: 80px;
}
.big-pic-box{
    flex: 1;
    /* width: 518px; */
    height: 100%;
    overflow: hidden;
}
.big-pic-box .pic-img{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #eee;
}
.big-pic-box .pic-img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.small-pic-box .swiper-button-prev,.small-pic-box .swiper-button-next{
    width: 20px;
    height: 20px;
    margin-top: 0;
    background-size: 20px 20px;
    left: 50%;
    margin-left: -16px;
}
.small-pic-box .swiper-button-prev{
    top:0;
}
.small-pic-box .swiper-button-next{
    bottom: 0;
    top:auto;
}
.small-pic-box  .swiper-button-prev,.small-pic-box  .swiper-container-rtl .swiper-button-next{
    background-image: url(../image/icon_arrow_up.png);
}
.small-pic-box .swiper-button-next,.small-pic-box .swiper-container-rtl .swiper-button-prev{
    background-image: url(../image/icon_arrow_up.png);
    transform: rotate(180deg);
}
.small-pic-box .swiper-button-next.swiper-button-disabled,.small-pic-box .swiper-button-prev.swiper-button-disabled{
    opacity: .7;
}
.all2-detailbox .detail-info{
    flex: 1;
}
.all2-detailbox h1{
    font-size: 22px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 18px;
}
.all2-detailbox .detail-price{
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 30px;
}
.all2-detailbox .price-des{
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}
.all2-detailbox .red-text{
    font-size: 24px;
    font-weight: bold;
    color: #c91a1a;
}
.all2-detailbox .price-order{
    color: #666;
}
.all2-detailbox .quantiy {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.all2-detailbox .quantiy span {
    color: #333;
    font-weight: 600;
}

.all2-detailbox .quantiy .num {
    display: flex;
    margin-left: 15px;
    height: 40px;
    border-radius: 4px;
}

.all2-detailbox .quantiy .minus,
.all2-detailbox .quantiy .plus {
    padding: 0;
    border: none;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background-color: #f7f8fa;
}

.all2-detailbox .quantiy .minus {
    color: #dbdbdb;
}

.all2-detailbox .quantiy .text {
    padding: 0;
    border: none;
    outline: none;
    width: 45px;
    line-height: 40px;
    text-align: center;
    background-color: #f7f8fa;
    color: #222;
}

.all2-detailbox .quantiy .plus {
    color: #333;
}

.all2-detailbox .price-select {
    margin-left: 10px;
    padding: 0 10px;
    height: 40px;
    background-color: #f7f8fa;
    border-radius: 4px;
    border: none;
    outline: none;
}
.all2-detailbox .detail-btns{
    display: flex;
    margin-bottom: 35px;
}
.all2-detailbox .detail-btns a{
    display: inline-block;
    width: 236px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 4px;
    font-size: 20px;
}
.all2-detailbox .buy-btn{
    margin-right: 20px;
    background: #fbeaa4;
    color: #7e7e7e;
}
.all2-detailbox .contact-btn{
    background: #3358c3;
    color: #fff;
}
.all2-detailbox .detail-des{
    font-size: 16px;
    line-height: 1.4;
    color: #7e7e7e;
    margin-bottom: 25px;
}
.all2-detailbox .detail-des a{
    font-size: 16px;
    text-decoration: underline;
    color: #333;
}
.all2-detailbox .detail-share{
    display: flex;
    align-items: center;
}
.all2-detailbox .detail-share span{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.all2-detailbox .share-box{
    margin-left: 20px;
    display: flex;
}
.all2-detailbox .share-icon{
    display: inline-block;
    width: 26px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-right: 5px;
}
.all2-detailbox .share-icon1{
    background-image: url(../image/share_01.png);
}
.all2-detailbox .share-icon2{
    background-image: url(../image/share_02.png);
}
.all2-detailbox .share-icon3{
    background-image: url(../image/share_03.png);
}
.all2-detailbox .share-icon4{
    background-image: url(../image/share_04.png);
}
.all2-detailbox .share-icon5{
    background-image: url(../image/share_05.png);
}
.all2-des-box{

}
.all2-tab-hd{
    border-bottom: 1px solid #ddd;
}
.all2-tab-hd ul{
    display: flex;
}
.all2-tab-hd li{
    position: relative;
    padding: 20px 0;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    margin-right: 50px;
}
.all2-tab-hd li span{
    font-size: 24px;
}
.all2-tab-hd li.active:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #333;
}
.all2-tab-hd li.active,.all2-tab-hd li.active span{
    color: #333;
    font-weight: bold;
}
.all2-tab-main{
    padding:40px 0;
}
.all2-tab-main .tab-con{
    display: none;
}
.all2-tab-main .tab-con .tab-con-title{
    font-size: 20px;
    color: #333;
}
.all2-tab-main .tab-con-des p{
    font-size: 16px;
    line-height: 1.4;
    color: #666;
}
.all2-tab-main .tab-con-des ul li{
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.4;
    color: #666;
}
.all2-tab-main .tab-con-des ul li:before{
    position: absolute;
    content: '';
    left: 0;
    top:9px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
}
.all2-tab-main .tab-con-des .pro-box{
    display: flex;
    flex-wrap: wrap;
}
.all2-tab-main .tab-con-des .img-box{
    margin-right: 46px;
    margin-bottom: 46px;
}
.all2-tab-main .tab-con-des img{
    max-width: 100%;
}
.all2-tab-main .tab-con-des .video-box{
    padding: 20px 0;
    text-align: center;
}
.all2-tab-main .tab-con-des .video-box video{
    max-width: 600px;
    max-height: 500px;
}
.tab-con-detail .tab-con-title{
    margin-bottom: 25px;
}
.tab-con-detail .pro-specific{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.pro-specific dl{
    width: 30%;
    display: flex;
    color: #666;
    margin-bottom: 18px;
}
.pro-specific dt{

}
.pro-specific dd{
    margin-left: 5px;
    flex: 1;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro-export{

}
.pro-export dl{
    display: flex;
    align-items: center;
    color: #666;
    margin-bottom: 18px;
}
.pro-export dt{

}
.pro-export dd{
    margin-left: 5px;
    flex: 1;
}
.pro-export .port-box{
    display: flex;
    align-items: center;
}
.pro-export .port-box span{
    
}
.pro-export .picture-wrap{
    margin-left: 30px;
    display: flex;
}
.pro-export .picture-wrap .img-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 3px 5px;
}
.pro-export .picture-wrap .img-box img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.pro-export .all-quantily-table{
    margin-left: 35px;
    table-layout: fixed;
    width: 60%;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.pro-export .all-quantily-table tr,.pro-export .all-quantily-table td{
    border: 1px solid #e3e3e3;
}
.pro-export .all-quantily-table th{
    font-weight: normal;
}
.pro-export .all-quantily-table th,.pro-export .all-quantily-table td{
    background: #f6f6f6;
    text-align: center;
    padding: 15px 0;
}
.pro-export .table-des{
    margin-left: 35px;
    color: #999;
}
.all2-related{
    margin-bottom: 30px;
}
.all2-related .all2-tab-hd{
    margin-bottom: 48px;
}
.all2-tab-products{

}
.tab-products-con{
    display: none;
}
.products-list{
    display: none;
}
.products-list ul{
    display: flex;
    flex-wrap: wrap;
    border:1px solid #ddd;
    border-bottom: none;
    border-right: none;
}
.products-list li{
    display: flex;
    align-items: center;
    width: 25%;
    padding: 30px 35px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.products-list li .img-box-wrap{
    display: block;
    width: 92px;
    height: 132px;
    overflow: hidden;
}
.products-list .img-box{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.products-list .img-box img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.products-list .products-info{
    margin-left: 20px;
    flex: 1;
}
.products-list .products-info-tit{
    font-size: 18px;
    line-height: 22px;
    height: 44px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
.products-list .price{
    font-size: 20px;
    font-weight: bold;
    color: #c91a1a;
}
.products-related{

}
.products-related ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.products-related li{
    width: 44%;
    margin-bottom: 25px;
}
.products-related .all-info-tit{
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products-related .all-info-tit a{
    font-size: 16px;
    color: #333;
}
.products-related li p{
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
} 
.all2-reviews{
    margin-bottom: 40px;
}
.all2-reviews .reviews-title{
    padding: 20px 0;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
.all2-reviews li {
    padding: 34px 0 28px;
    display: flex;
    align-items: start;
    border-bottom: 1px solid #eeeff3;
}

.all2-reviews li:last-child {
    border-bottom: none;
}

.all2-reviews .reviews-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.all2-reviews .reviews-photo img {
    max-width: 100%;
    object-fit: contain;
}

.all2-reviews .reviews-info {
    margin-left: 20px;
    flex: 1;
}

.all2-reviews .reviews-name {
    font-size: 18px;
    color: #2d8de0;
    margin-bottom: 5px;
}

.all2-reviews .reviews-star-box {
    margin-bottom: 10px;
}

.all2-reviews .reviews-star-box img {
    width: 15px;
}

.all2-reviews .reviews-text {
    line-height: 22px;
    color: #666;
}

.all2-reviews .reviews-post {
    display: flex;
    width: 32%;
}

.all2-reviews .reviews-post-item {
    margin-left: 25px;
    width: 50%;
    display: flex;
    align-items: center;
}

.all2-reviews .reviews-post span {
    margin-left: 10px;
    color: #afb0b2;
    line-height: 22px;
}
.all2-keywords{
    padding: 30px 35px 20px;
    display: flex;
    background-color: #f5f5f5;
	border-radius: 6px;
}
.all2-keywords span{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.all2-keywords .keywords-box{
    flex: 1;
}
.all2-keywords .keywords-box a{
    display: inline-block;
    margin: 0 15px 10px;
}
.all2-supplier{
    padding-top: 60px;
}
.all2-supplier-title{
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 40px;
    text-align: center;
    color: #333;
}
.supplier-form{

}
.supplier-form .input-box{
    position: relative;
    height: 42px;
    margin-bottom: 14px;
}
.supplier-form .input-box1{
    position: relative;
    margin-bottom: 36px;
}
.supplier-form .input-icon{
    position: absolute;
    left: 0;
    top:0;
    width: 56px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: 30px center;
}
.supplier-form .input-icon1{
    background-image: url(../image/icon_sub.png);
}
.supplier-form .input-icon2{
    background-image: url(../image/icon_mail.png);
}
.supplier-form .input-icon3{
    background-image: url(../image/icon_mess.png);
}
.supplier-form .inp-text{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 56px;
    background-color: #fafafa;
	border-radius: 4px;
    color: #333;
}
.supplier-form .input-box1 .input-icon{
    top: 10px;
    height: 26px;
}
.supplier-form .inp-textarea{
    display: block;
    width: 100%;
    height: 280px;
    line-height: 42px;
    padding: 0 20px 0 56px;
    border-radius: 4px;
    background-color: #fafafa;
    color: #333;
}
.supplier-form .btn-send{
    display: block;
    width: 240px;
    height: 62px;
    line-height: 62px;
    background-color: #3358c3;
	border-radius: 6px;
    margin: 0 auto;
    font-size: 26px;
    color: #fff;
}
.mobile {
    display: none;
}
.el-input__inner{
    padding: 0 80px 0 15px;
}
.el-input__suffix{
    right: 2px;
}

@media only screen and (max-width:1300px) {
    .header .menu {
        overflow: hidden;
    }

    
}
@media only screen and (max-width:1040px) {
    .text-over-hidden {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .all2-tab-main .tab-con-des .video-box video{
        max-width: 100%;
        max-height: 8rem;
    }
    .path {
        display: none !important;
    }
    .mobile {
        display: block;
    }
    body {
        padding-bottom: 2.3rem !important;
    }

    .all2-com-detail {
        padding-bottom: 0;
    }

    .all2-com-detail .m {
        padding: 0;
    }

    .all2-detailbox {
        display: block;
        padding: .4rem .3rem 0;
    }
    .img-box-slide{
        display: none;
    }
    .big-img-box{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: .52rem;
    }
    .big-img-box img{
        display: block;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    .all2-detailbox h1{
        font-size: .36rem;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        margin-bottom: .3rem;
    }
    .all2-detailbox .detail-price{
        padding-bottom: .32rem;
        margin-bottom: .52rem;
        border-bottom-width: .02rem;
    }
    .all2-detailbox .price-des{
        font-size: .28rem;
        margin-bottom: .28rem;
    }
    .all2-detailbox .red-text{
        font-size: .4rem;
    }
    .all2-detailbox .price-order{
        font-size: .28rem;
    }
    .all2-detailbox .quantiy{
        margin-bottom: .52rem;
    }
    .all2-detailbox .detail-btns{
        justify-content: space-between;
        margin-bottom: .5rem;
    }
    .all2-detailbox .detail-btns a{
        width: 48%;
        height: .8rem;
        line-height: .8rem;
        border-radius: .04rem;
        font-size: .32rem;
    }
    .all2-detailbox .buy-btn{
        margin-right: 0;
    }
    .all2-detailbox .detail-des{
        font-size: .32rem;
        margin-bottom: .36rem;
    }
    .all2-detailbox .detail-share span{
        font-size: .32rem;
    }
    .all2-detailbox .share-box{
        margin-left: .4rem;
    }
    .all2-detailbox .share-icon{
        width: .52rem;
        height: .6rem;
        margin-right: .1rem;
    }
    .all2-tab-hd li{
        margin-right: 0;
        padding: .3rem 0;
        width: 50%;
        text-align: center;
        font-size: .4rem;
    }
    .all2-tab-hd li.active:after{
        display: none;
    }
    .all2-tab-main{
        padding: .36rem .3rem .6rem;
    }
    .all2-tab-main .tab-con-des p{
        font-size: .32rem;
    }
    .all2-tab-main .tab-con .tab-con-title{
        font-size: .36rem;
    }
    .all2-tab-main .tab-con-des .pro-box{
        justify-content: space-between;
    }
    .all2-tab-main .tab-con-des .img-box{
        width: 48%;
        margin-right: 0;
        margin-bottom: .4rem;
    }
    .all2-tab-main .tab-con-des img{
        margin-right: 0;
        display: block;
        margin: 0 auto;
    }
    .pro-specific dl{
        width: 100%;
        margin-bottom: .36rem;
    }
    .all2-tab-main .tab-con-detail .tab-con-title{
        padding-bottom: .3rem;
        border-bottom: .02rem solid #e7e8e9;
    }
    .pro-export .picture-wrap{
        margin-left: .6rem;
    }
    .pro-export .all-quantily-table{
        margin-left: 0;
        width: 100%;
    }
    .pro-export .table-des{
        margin-left: 0;
        line-height: 1.4;
    }
    .all2-related .all2-tab-hd{
        margin-bottom: 0;
    }
    .products-list li{
        width: 50%;
    }
    .products-list ul{
        border-top: none;
    }
    .products-list li{
        padding: .6rem .4rem;
        display: block;
    }
    .products-list li .img-box-wrap{
        width: 100%;
        /* height: 2.64rem; */
        height: auto;
        margin-bottom: .16rem;
    }
    .products-list .products-info{
        margin-left: 0;
    }
    .products-list .products-info-tit{
        font-size: .32rem;
        line-height: .44rem;
        height: .88rem;
        margin-bottom: .3rem;
    }
    .products-list .price{
        font-size: .32rem;
    }
    .products-related{
        padding: .5rem .3rem;
    }
    .products-related ul{
        display: block;
    }
    .products-related li{
        width: 100%;
        margin-bottom: .48rem;
    }
    .products-related li:last-child{
        margin-bottom: 0;
    }
    .products-related .all-info-tit{
        margin-bottom: .2rem;
    }
    .products-related .all-info-tit a{
        font-size: .32rem;
    }
    .all2-reviews{
        margin-bottom: .4rem;
    }
    .all2-reviews .reviews-title{
        font-size: .4rem;
        padding: .3rem 0;
        text-align: center;
    }
    .all2-reviews ul{
        padding: 0 .3rem;
    }
    .all2-reviews li {
        display: block;
        padding: .4rem 0 .64rem;
    }
    .all2-reviews li:last-child{
        border-bottom :1px solid #eeeff3;
    }

    .all2-reviews .reviews-top {
        display: flex;
        margin-bottom: .2rem;
    }

    .all2-reviews .reviews-photo {
        width: 1rem;
        height: 1rem;
    }

    .all2-reviews .reviews-name {
        font-size: .36rem;
    }

    .all2-reviews .reviews-text {
        line-height: 1.5;
        margin-bottom: .3rem;
    }

    .all2-reviews .reviews-time {
        color: #afb0b2;
    }
    .all2-keywords{
        display: block;
        padding: 0 .3rem;
        margin-bottom: .4rem;
        background: #fff;
    }
    .all2-keywords .mob-tit{
        font-size: .4rem;
        font-weight: bold;
        padding: .3rem 0;
        text-align: center;
    }
    .all2-keywords .keywords-box a{
        margin: 0 .3rem .2rem 0;
    }
    .all-breadbrumb {
        line-height: 1.5;
        padding: .2rem .3rem .6rem;
        background: #fff;
    }

    .all-detail-btn {
        position: fixed;
        z-index: 99;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1.72rem;
        padding: .36rem;
        background-color: #ffffff;
        box-shadow: 0rem -0.06rem .22rem .02rem rgba(221, 221, 221, 0.5);
        margin-bottom: 1.2rem;
    }

    .all-detail-contact {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 1rem;
        text-align: center;
        border-radius: .04rem;
        font-size: .36rem;
        color: #fff;
        background-color: #0d59d6;
    }

    .all-detail-contact img {
        width: .4rem;
    }

    .all-detail-contact span {
        margin-left: .2rem;
    }
}
