﻿a{
    color:#666;
}
.m{
    max-width:1360px;
    min-width:320px;
    margin:0 auto;
    box-sizing: border-box;
}
.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;
}

.all3-com-detail {
    /*padding-bottom: 120px;*/
}

.all3-com-detail * {
    box-sizing: border-box;
}
.all3-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;
}

.all3-detailbox {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 20px 0 0;
    border-radius: 4px;
    background: #fff;
}

.all3-detailbox .img-box {
    width: 40.5%;
    margin-right: 40px;
    /* height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; */
    /* border:1px solid #eeeff3; */
}
.all3-detailbox .img-item{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.all3-detailbox .img-item-box .img-item:last-child{
    margin-bottom: 0;
}
.all3-detailbox .img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.all3-detailbox .detail-des-box {
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
    flex: 1;
    overflow: hidden;
}

.all3-detailbox .detail-des h1 {
    font-size: 24px;
    line-height: 38px;
    color: #333;
    margin-bottom: 14px;
}

.all3-detailbox .des-text{
    font-size: 16px;
    line-height: 1.4;
    color: #999;
    margin-bottom: 12px;
}
.all3-detailbox .des-text a{
    text-decoration: underline;
    color: #666;
}

.all3-detailbox .star-box {
    margin-bottom: 16px;
}

.all3-detailbox .star-box .star-img{
    display: flex;
}

.all3-detailbox .star-box img {
    margin: 0 2px;
}

.all3-detailbox .price{
    font-size: 28px;
    color: #2255b3;
    margin-bottom: 25px;
}

.all3-detailbox .info-text{
    margin-bottom: 25px;
}
.all3-detailbox .info-text dl {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.all3-detailbox .info-text-item dl {
    width: 28%;
    padding-right: 15px;
}

.all3-detailbox .info-text dt {
    color: #333;
    font-weight: 600;
}

.all3-detailbox .info-text dd {
    flex: 1;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.all3-detailbox .quantiy {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

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

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

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

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

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

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

.all3-detailbox .price-select {
    margin-left: 10px;
    padding: 0 10px;
    height: 40px;
    background-color: #f7f8fa;
    border-radius: 4px;
    border: none;
    outline: none;
}

.all3-detailbox .detail-btns{
    display: flex;
    margin-bottom: 25px;
}
.all3-detailbox .detail-btns a{
    display: inline-block;
    width: 236px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 26px;
    font-size: 20px;
    color: #fff;
}
.all3-detailbox .buy-btn{
    margin-right: 20px;
    background: #3358c3;
}
.all3-detailbox .contact-btn{
    background: #222;
}
.all3-detailbox .detail-share{
    display: flex;
    align-items: center;
}
.all3-detailbox .detail-share span{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.all3-detailbox .share-box{
    margin-left: 20px;
    display: flex;
}
.all3-detailbox .share-icon{
    display: inline-block;
    width: 26px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-right: 5px;
}
.all3-detailbox .share-icon1{
    background-image: url(../image/share_01.png);
}
.all3-detailbox .share-icon2{
    background-image: url(../image/share_02.png);
}
.all3-detailbox .share-icon3{
    background-image: url(../image/share_03.png);
}
.all3-detailbox .share-icon4{
    background-image: url(../image/share_04.png);
}
.all3-detailbox .share-icon5{
    background-image: url(../image/share_05.png);
}

.all3-des-box{
    padding-top: 66px;
    
}
.all3-des{
    padding: 0 50px 50px;
    border: 1px solid #e5e5e5;
    margin-bottom: 50px;
}
.all3-tab-hd{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.all3-tab-hd ul{
    display: flex;
}
.all3-tab-hd li{
    width: 174px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f5f5f5;
    cursor: pointer;
    margin: 0 20px;
    font-size: 20px;
}
.all3-tab-hd li.active{
    background-color: #232323;
    color: #fff;
}
.all3-tab-bd{
    display: none;
}
.all3-tab-des .video-box{
    padding: 20px 0 50px;
}
.all3-tab-des .video {
    display: block;
    margin: 0 auto;
}
.all3-tab-bd .tab-con-title{
    font-size: 20px;
    color: #333;
}
.all3-tab-des p{
    font-size: 16px;
    line-height: 1.4;
    color: #666;
}
.all3-tab-des ul li{
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.4;
    color: #666;
}
.all3-tab-des ul li:before{
    position: absolute;
    content: '';
    left: 0;
    top:9px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
}
.all3-tab-des .pro-box{
    display: flex;
    flex-wrap: wrap;
}
.all3-tab-des .img-box{
    margin-right: 46px;
    margin-bottom: 46px;
}
.all3-tab-des img{
    max-width: 100%;
}
.all3-tab-product .tab-con-title{
    margin-bottom: 25px;
}
.pro-specific{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.pro-specific dl{
    width: 30%;
    display: flex;
    color: #666;
    margin-bottom: 18px;
}
.pro-specific dd{
    margin-left: 5px;
    flex: 1;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro-export dl{
    display: flex;
    align-items: center;
    color: #666;
    margin-bottom: 18px;
}
.pro-export dd{
    margin-left: 5px;
    flex: 1;
}
.pro-export .port-box{
    display: flex;
    align-items: center;
}
.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;
}
.all3-top-pro{
    margin-bottom: 95px;
}
.all3-top-pro .top-title{
    font-size: 38px;
    font-weight: bold;
    color: #333;
    margin-bottom: 50px;
    text-align: center;
}
.all3-top-pro ul{
    display: flex;
    flex-wrap: wrap;
}
.all3-top-pro li{
    position: relative;
    display: inline-block;
    width: 16.67%;
    padding: 30px;
    border: 1px solid #ddd;
}
.all3-top-pro li .item-hover{
    display: none;
    position: absolute;
    z-index: 9;
    left: 0;
    top:0;
    width: 100%;
    padding: 30px;
    background: #fff;
}
.all3-top-pro li:not(:first-child){
    margin-left: -1px;
    /* border-left-color: #fff; */
}
.all3-top-pro li .img-box-wrap{
    display: block;
    width: 100%;
    height: 132px;
    overflow: hidden;
    margin-bottom: 10px;
}
.all3-top-pro .img-box{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all3-top-pro .img-box img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.all3-top-pro li .pro-tit{
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.all3-top-pro li .price{
    font-size: 18px;
    font-weight: bold;
    color: #c91a1a;
}
.all3-top-pro li .contact-btn{
    margin-top: 20px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 25px;
    border-radius: 16px;
    background: #3358c3;
    color: #fff;
}
.all3-top-pro li:hover{
    border:none;
}
.all3-top-pro li:hover .item-hover{
    display: inline-block;
    border: 1px solid #ddd;
}
.all3-interested {
    padding-bottom: 50px;
}
.all3-interested .tit{
    font-size: 26px;
    font-weight: bold;
    color: #282828;
    margin-bottom: 30px;
}
.all3-interested .interested-box{
    display: flex;
    flex-wrap: wrap;
}
.all3-interested .interested-box a{
    display: inline-block;
    padding: 0 20px;
    line-height: 32px;
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 12px;
    background: #eee;
    color: #666;
}
.all3-interested .interested-box a:hover{
    background: #2255b3;
    color: #fff;
}
.mobile {
    display: none;
}
.all-des-keyword dt{
    display: inline;
}
.all-des-keyword dd{
    display: inline;
}
@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;
    }
    .all3-des{
        padding: .4rem .3rem .5rem;
    }
    .all3-des-box .video-box video{
        max-width: 100%;
    }
    .path {
        display: none !important;
    }
    .mobile {
        display: block;
    }
    body {
        padding-bottom: 2.3rem !important;
    }
    .all3-com-detail{
        padding-bottom: 0;
    }
    .all3-com-detail .m{
        padding: 0;
    }
    .all3-detailbox{
        display: block;
        padding: .4rem .3rem .5rem;
        margin-bottom: .3rem;
    }
    .all3-detailbox .img-box {
        width: 100%;
        height: auto;
        margin-bottom: .6rem;
    }
    .big-pic{
        /* position: relative;
        width: 100%;
        padding-bottom: 100%;
        height: 0; */
        margin-bottom: .2rem;
    }
    .big-pic .img-item{
        /* position: absolute;
        left: 0;
        top:0;
        width: 100%;
        height: 100%;
        overflow: hidden; */
    }
    .big-pic .img-item img{
        width: 100%;
    }
    .all3-detailbox .small-pic{
        display: flex;
        justify-content: space-between;
    }
    .all3-detailbox .small-pic .img-item{
        width: 23%;
    }
    .all3-detailbox .small-pic .img-item img{
        width: 100%;
    }
    .all3-detailbox .detail-des{
        position: static;
        width: auto;
    }
    .all3-detailbox .detail-des h1 {
        font-size: .36rem;
        line-height: .48rem;
        margin-bottom: .3rem;
    }
    .all3-detailbox .detail-des .title-h1 {
        font-size: .36rem;
        line-height: .48rem;
        margin-bottom: .3rem;
    }
    .all3-detailbox .des-text{
        font-size: .28rem;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        margin-bottom: .28rem;
    }
    .all3-detailbox .price{
        font-size: .56rem;
        margin-bottom: .4rem;
    }
    .all3-detailbox .info-text{
        margin-bottom: .4rem;
    }
    .all3-detailbox .info-text dd{
        margin-left: .2rem;
    }
    .all3-detailbox .detail-share{
        margin-bottom: .7rem;
    }
    .all3-detailbox .quantiy {
        border-top: .02rem solid #e7e8e9;
        padding-top: .5rem;
        margin-bottom: .6rem;
    }
    .all3-detailbox .detail-btns{
        margin-bottom: 0;
    }
    .all3-detailbox .detail-btns a{
        width: 48%;
        height: .76rem;
        line-height: .76rem;
        border-radius: .38rem;
        font-size: .32rem;
    }
    .all3-com-detail .bg-item{
        height: .28rem;
        background: #eeeff3;
    }
    .all3-des-box{
        padding: 0;
        border: none;
        margin-bottom: .4rem;
    }
    .all3-tab-hd{
        border-bottom: .02rem solid #e7e8e9;
        margin-bottom: 0;
    }
    .all3-tab-hd ul{
        width: 100%;
        padding: 0 .3rem;
    }
    .all3-tab-hd li{
        width: 50%;
        margin: 0;
        height: 1.2rem;
        line-height: 1.2rem;
        font-size: .4rem;
        background: #fff;
        color: #999;
    }
    .all3-tab-hd li.active{
        background: #fff;
        color: #333;
        font-weight: bold;
    }
    .all3-tab-bd{
        padding: .4rem 0rem;
        line-height: 1.5;
    }
    .all3-tab-des .video-box{
        padding: .2rem 0;
    }
    .all3-tab-des .video{
        width: 100%;
    }
    .all3-tab-des p{
        font-size: .32rem;
        line-height: 1.5;
    }
    .all3-tab-bd .tab-con-title{
        font-size: .36rem;
        padding-bottom: .3rem;
        border-bottom: .02rem solid #e7e8e9;
    }
    .all3-tab-des .pro-box{
        justify-content: space-between;
    }
    .all3-tab-des .img-box{
        width: 48%;
        margin-right: 0;
        margin-bottom: .4rem;
    }
    .all3-detailbox .contact-btn {
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        font-size: .42rem;
        border-radius: .04rem;
    }
    .pro-specific dl{
        width: 100%;
        margin-bottom: .36rem;
    }
    .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;
    }
    .all3-top-pro{
        margin-bottom: .72rem;
    }
    .all3-top-pro .top-title{
        font-size: .4rem;
        margin-bottom: .5rem;
    }
    .all3-top-pro li{
        width: 50%;
        padding: .6rem;
        border-top-color: #fff;
    }
    .all3-top-pro li:first-child,.all3-top-pro li:nth-child(2){
        border-top-color: #ddd;
    }
    .all3-top-pro li:nth-child(2n){
        border-left-color: #fff;
    }
    .all3-top-pro li:not(:first-child){
        margin-left: 0;
    }
    .all3-top-pro li .pro-tit{
        font-size: .32rem;
        line-height: .44rem;
        max-height: .88rem;
        margin-bottom: .3rem;
    }
    .all3-top-pro li .price{
        font-size: .36rem;
    }
    .all3-top-pro li:hover{
        border: 1px solid #ddd;
    }
    .all3-top-pro li:hover .item-hover{
        display: none;
    }
    .all3-interested{
        padding: 0 .3rem;
        margin-bottom: .4rem;
    }
    .all3-interested .tit{
        font-size: .4rem;
        margin-bottom: .4rem;
        text-align: center;
    }
    .all3-interested .interested-box a{
        width: 31%;
        background: none;
        padding: 0;
        line-height: 1.4;
        margin-right: 3.5%;
        margin-bottom: .2rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .all3-interested .interested-box a:nth-child(3n){
        margin-right: 0;
    }
    .all-breadbrumb{
        line-height: 1.5;
        padding: .2rem .3rem .6rem;
    }
    .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;
    }
}