﻿.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;
}

.all-com-detail {
    padding-bottom: 170px;
    background: #eeeff3;
}

.all-com-detail * {
    box-sizing: border-box;
}

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

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

.all-breadbrumb .iconfont {
    line-height: 1;
}

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

.all-detailbox {
    display: flex;
    align-items: flex-start;
    padding: 38px 32px 42px;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 22px;
}

.all-detailbox .img-box {
    width: 38%;
    height: 485px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border:1px solid #eeeff3;
    /* background: #f6f8fc; */
}

.all-detailbox .img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.all-detailbox .detail-des {
    margin-left: 40px;
    flex: 1;
    overflow: hidden;
}

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

.all-detailbox .star-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.all-detailbox .star-img{
    display: flex;
}
.all-detailbox .star-img img {
    margin: 0 2px;
}

.all-detailbox .star-text {
    margin-left: 10px;
}

.red-text {
    color: #c91a1a;
    font-weight: bold;
    margin-right: 3px;
}

.all-detailbox .file-box {
    display: flex;
    padding-bottom: 16px;
    border-bottom: 1px solid #eeeff3;
}

.all-detailbox .file-wrap {
    display: flex;
    align-items: center;
}

.all-detailbox .file-name {
    margin-left: 10px;
}

.all-detailbox .zip-wrap {
    margin-left: 30px;
}

.all-detailbox .price-box {
    padding: 24px 0;
    display: flex;
    align-items: center;
}

.all-detailbox .price-box .red-text {
    font-size: 22px;
}

.all-detailbox .cart-box {
    margin-left: 25px;
    display: flex;
    align-items: center;
}

.all-detailbox .cart-box .get-price {
    margin-left: 10px;
    text-decoration: underline;
    color: #0d59d6;
    font-weight: bold;
}

.all-detailbox .info-text-item {
    display: flex;
}

.all-detailbox .info-text dl {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.all-detailbox .info-text dl dd a{
    display: unset;
}

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

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

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

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

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

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

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

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

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

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

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

.all-detailbox .contact-btn {
    display: block;
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    background-color: #0d59d6;
    font-size: 18px;
    color: #fff;
}

.all-recommed {
    padding: 12px 20px 38px;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 22px;
}

.all-com-title {
    position: relative;
    padding: 14px 0 14px 26px;
    border-bottom: 1px solid #eeeff3;
    font-size: 20px;
}

.all-com-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background-color: #0d59d6;
}

.all-recommed .all-com-title {
    margin-bottom: 38px;
}

.all-recommed-swiper {
    position: relative;
    padding: 0 60px;
}

.all-recommed .swiper-recommend {
    position: static;
}

.all-recommed .swiper-recommend .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.all-recommed .swiper-slide {
    display: block;
    width: 20%;
}

.swiper-recommend .swiper-button-next,
.swiper-recommend .swiper-button-prev {
    top: 68px;
    margin-top: 0;
}

.swiper-recommend .swiper-button-prev,
.swiper-recommend .swiper-container-rtl .swiper-button-next {
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f6f8fc;
    background-image: url(../image/icon_turn_l.png);
    background-size: 7px 15px;
}

.swiper-recommend .swiper-button-next,
.swiper-recommend .swiper-container-rtl .swiper-button-prev {
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f6f8fc;
    background-image: url(../image/icon_turn_r.png);
    background-size: 7px 15px;
}

.all-recommed .img-box {
    width: 176px;
    height: 176px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto 15px;
}

.all-recommed .img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.all-recommed .text {
    width: 176px;
    margin: 0 auto;
    line-height: 24px;
}

.all-description {
    padding: 12px 20px 20px;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 22px;
}

.all-description .all-des-hd {
    position: relative;
    padding: 14px 0 14px 26px;
    border-bottom: 1px solid #eeeff3;
}

.all-description .all-des-hd:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background-color: #0d59d6;
}

.all-description .all-des-hd ul {
    display: flex;
}

.all-description .all-des-hd li {
    font-size: 20px;
    margin-right: 90px;
    color: #b2b7bc;
    cursor: pointer;
}

.all-description .all-des-hd li.active {
    color: #333;
}

.all-description .all-des-item {
    padding: 27px 20px;
    display: none;
}

.all-description .all-des-pro .all-draw-des{
    padding: 20px 0 30px;
    font-size: 16px;
    color: #333;
}
.all-description .all-draw-box{
    padding: 0 115px;
}
.all-description .all-draw-box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.all-description .all-draw-box ul li{
    width: 48%;
    max-width: 500px;
    max-height: 500px;
    margin-bottom: 25px;
}
.all-description .all-draw-box .all-img-box{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.all-description .all-draw-box .all-img-box span{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-description .all-draw-box .all-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.all-description .all-des-pro .all-des-con p {
    line-height: 18px;
    color: #666;
}

.all-description .video-box {
    padding: 20px 0;
    text-align: center;
}

.all-description .video-box video {
    max-width: 600px;
    max-height: 500px;
}

.all-description .video {
    display: block;
    margin: 0 auto;
}

/* .video-mask{
    position: relative;
    display: inline-block;
}
.video-play{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    width: 96px;
    height: 64px;
    border-radius: 20px;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
}
.video-play span{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 26px solid #fff;
    border-bottom: 18px solid transparent;
} */
.all-des-reviews {}

.all-des-reviews ul {}

.all-des-reviews li {
    padding: 34px 0 28px;
    display: flex;
    align-items: start;
    border-bottom: 1px solid #eeeff3;
}

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

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

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

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

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

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

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

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

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

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

.all-des-reviews .reviews-post span {
    margin-left: 10px;
    color: #afb0b2;
    line-height: 22px;
}

.all-des-keyword {
    display: flex;
    padding-top: 25px;
}

.all-des-keyword dt {
    font-weight: 600;
}

.all-des-keyword dd {
    color: #666;
}

.all-des-keyword dd a {
    display: inline-block;
    text-decoration: underline;
    margin: 0 15px;
    line-height: 1.5;
}

.all-basic-info {
    display: flex;
    justify-content: space-between;
    padding: 12px 45px 56px;
    border-radius: 4px;
    background: #fff;
}

.all-basic-info table {
    border: 1px solid #ebeced;
    border-collapse: collapse;
}
.all-basic-table{
    table-layout: fixed;
}
.all-basic-info table tr,
.all-basic-info table td {
    border: 1px solid #ebeced;
}
.all-basic-info table th,.all-basic-info table td{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.all-basic-info table th {
    font-weight: normal;
}

.all-basic-item {
    width: 48%;
}

.all-basic-info .all-com-title {
    margin-bottom: 25px;
}

.all-basic-table {
    width: 100%;
    border-color: #ebeced;
}

.all-basic-table th,
.all-basic-table td {
    padding: 15px 20px 15px 40px;
    line-height: 1.5;
}

.all-basic-table th {
    background: #f9fafa;
    text-align: left;
    width: 220px;
}

.all-basic-quantily {
    padding: 15px 20px 20px;
    width: 100%;
    background: #f9fafa;
    border: 1px solid #ebeced;
    border-top: none;
}

.all-basic-info .all-quantily-table {
    width: 100%;
    border-color: #f9fafa;
}

.all-basic-info .all-quantily-table tr,
.all-basic-info .all-quantily-table td {
    border-color: #f9fafa;
}

.all-quantily-table th,
.all-quantily-table td {
    background: #fff;
    text-align: center;
    padding: 15px 0;
}

.all-basic-info .picture-wrap {
    display: flex;
    flex-wrap: wrap;
}

.all-basic-info .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    /* overflow: hidden; */
    margin: 0 3px 5px;
}

.all-basic-info .img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

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

    .all-detailbox .info-text-item dl {
        width: 33%;
    }

    .all-recommed .img-box {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        margin: 0 auto 5px;
    }

    .all-recommed .img-box img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .all-recommed .text {
        width: 100%;
    }
}
.mobile {
    display: none;
}
@media only screen and (max-width:1040px) {
    .path {
        display: none !important;
    }
    .mobile {
        display: block;
    }
    body {
        padding-bottom: 2.3rem !important;
    }

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

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

    .all-detailbox {
        display: block;
        padding: .4rem .3rem .76rem;
        border-radius: 0;
        margin-bottom: .28rem;
    }

    .all-detailbox .img-box {
        width: 100%;
        height: auto;
        margin-bottom: .6rem;
    }

    .all-detailbox .detail-des {
        margin-left: 0;
    }

    .all-detailbox .detail-des h1 {
        font-size: .36rem;
        line-height: .48rem;
        margin-bottom: 0;
    }

    .all-detailbox .star-box {
        display: none;
    }

    .all-detailbox .file-box {
        display: none;
    }

    .all-detailbox .price-box {
        padding: .4rem 0;
    }

    .all-detailbox .price-box .red-text {
        font-size: .4rem;
    }

    .all-detailbox .cart-box {
        display: none;
    }

    .all-detailbox .info-text-item dl {
        width: 50%;
    }

    .all-detailbox .info-text dl {
        margin-bottom: .3rem;
    }

    .all-detailbox .quantiy {
        margin-bottom: .8rem;
    }

    .all-detailbox .contact-btn {
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        font-size: .42rem;
        border-radius: .04rem;
    }

    .all-recommed {
        padding: .4rem .3rem .72rem;
        border-radius: 0;
        margin-bottom: .28rem;
    }

    .all-com-title {
        font-size: .36rem;
        padding: .3rem 0 .3rem .6rem;
    }

    .all-com-title:before {
        width: .1rem;
        height: .4rem;
    }

    .all-recommed .all-com-title {
        margin-bottom: 0;
    }

    .all-recommed-list {
        padding: .44rem 0 .2rem;
    }

    .all-recommed-list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .all-recommed-list ul li {
        width: 48%;
        margin-bottom: .48rem;
    }

    .all-recommed-list li .img-box {
        margin-bottom: .2rem;
    }

    .recommend-over-hidden ul li:nth-child(n+5){
        display: none;
    }

    .all-recommed .text {
        line-height: 1.5;
    }

    .all-view-more {
        display: block;
        width: 3.6rem;
        height: .8rem;
        line-height: .8rem;
        border-radius: .04rem;
        text-align: center;
        font-size: .32rem;
        color: #fff;
        background-color: #0d59d6;
        margin: 0 auto;
    }

    .all-view-more:hover {
        color: #fff;
    }

    .all-description .all-des-item {
        display: block;
    }

    .all-description {
        padding: .4rem .3rem 0;
        border-radius: 0;
        margin-bottom: .28rem;
    }

    .all-description .all-des-item {
        padding: 0;
    }

    .all-des-con {
        padding: .4rem 0;
    }

    .all-description .all-des-pro .all-draw-des{
        font-size: .32rem;
        padding: .52rem 0 .32rem;
    }
    .all-description .all-draw-box{
        padding: 0;
    }
    .all-description .all-draw-box ul li{
        margin-bottom: .28rem;
    }

    .all-description .all-draw-box .all-img-box{
        height: 3.6rem;
    }

    .all-description .all-des-pro .all-des-con p {
        font-size: .32rem;
        line-height: .48rem;
    }

    .all-description .video {
        width: 100%;
    }

    .all-des-keyword {
        padding-top: 0;
        padding-bottom: .5rem;
    }

    .all-description .video-box {
        padding: .48rem 0;
    }

    .all-des-reviews li {
        display: block;
        padding: .4rem 0 .64rem;
    }

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

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

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

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

    .all-des-reviews .reviews-time {
        color: #afb0b2;
    }

    .all-basic-info {
        display: block;
        padding: .4rem .3rem .6rem;
    }

    .all-basic-item {
        width: 100%;
    }

    .all-basic-info table {
        border: none;
    }

    .all-basic-table tr {
        line-height: 1.5;
    }

    .all-basic-table th {
        width: 40%;
        padding: 0 0 .4rem;
        background: #fff;
    }

    .all-basic-info table tr,
    .all-basic-info table td {
        border: none;
    }

    .all-basic-table td {
        padding: 0 0 .4rem;
    }

    .all-basic-quantily {
        padding: 0;
        border: none;
        background: #fff;
        overflow-x: auto;
    }

    .all-basic-info .all-quantily-table tr,
    .all-basic-info .all-quantily-table td {
        border: 1px solid #eeeff3;
    }

    .all-quantily-table tr {
        line-height: 1.5;
    }

    .all-quantily-table th,
    .all-quantily-table td {
        padding: .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;
    }

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

    .view-more-box {
        padding: .4rem 0 0;
        text-align: right;
    }

    .view-more-box a {
        padding-right: .4rem;
        background: url(https://bsg-s.nbxc.com/site_themes/common/auto_product/wp_blue/images/icon_turn_down.png) no-repeat right center;
        background-size: .28rem;
        font-size: .28rem;
        color: #333;
    }
}