.content {
    overflow: hidden;
    width: 100%;
    /*text-align: center;*/

}

.content img {
    /*width: 100%;*/
    /*height: auto;*/
}

.nav {
    position: absolute;
    top: 0;
    left: 0;
    background: #F1F1F1;
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    z-index: 3;
}

.nav .item {
    max-width: 1320px;
    margin: 0 auto;
    height: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}

.nav .item .left {
    float: left;
    font-weight: bold;
}

.nav .item .right {
    float: right;
}

.item span {
    display: inline-block;
    margin: 0 22px;
    /*padding-right: 10px;*/
    line-height: 30px;
    cursor: pointer;
    color: #666666;
}

.item .right .tabActive {
    color: #000;
}

.item a {
    margin: 0;
}

.item .buy {
    background: #133285;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    padding: 0 16px;
    margin: 0;
}

.right .param {
    padding: 0;
}

.pro-modal {
    display: none;
}

.pro-modal .spec-opacity {
    position: relative;
    background-color: #FAFAFA;

}

.spec-title {
    position: relative;
}

.spec-title p {
    padding-left: 30px;
    padding-top: 20px;
    font-size: 20px;
}

.spec-title .close {
    position: fixed;
    top: 210px;
    right: 23%;
    cursor: pointer;
}

.products_spesc,
.specification-table {
    width: 80%;
    max-width: 1200px;
    padding: 0 0 100px 0;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.products_spesc{
    padding-top: 100px;
}
.spesc-img-left {
    overflow: hidden;
    width: 40%;
    height: 500px;
    text-align: center;
    position: relative;
}

.spesc-img-left img.image-active.on {
    background-image: url('https://d2kbvjszk9d5ln.cloudfront.net/yshop/upload/pic/loading-20220709072852404.gif');
    background-size: 20%;
    background-position: center;
    background-repeat: no-repeat;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        /*初始状态 透明度为0*/
    }

    100% {
        opacity: 1;
        /*结尾状态 透明度为1*/
    }
}

.spesc-img-left img.image-active {
    opacity: 1;
    display: block;
    -webkit-animation-name: fadeIn;
    /*动画名称*/
    -webkit-animation-duration: 1s;
    /*动画持续时间*/
    -webkit-animation-iteration-count: 1;
    /*动画次数*/
}
.spec-opacity .spesc-img-left .swiper-pagination {
    bottom: 2%;
}
.spesc-img-left img {
    max-width: 480px;
    width: 100%;
    /* opacity: 0; */
    margin: 0 auto;
    /* display: none; */
}

.spesc-img-right {
    width: 60%;
}

.spesc-img-right .spesc-img-right-ul {
    font-size: 0;
    text-align: center;
}

.spesc-img-right .spesc-img-right-ul .spesc-img-right-ul-li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center;
}

.spescBoxBg {
    background-color: white;
}

.spesc-img-right .spesc-img-right-ul .spesc-img-right-ul-li .spescColor {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 49px;
    height: 49px;
    border-radius: 50%;
}

.spesc-img-right .spesc-img-right-ul .spesc-img-right-ul-li .spescColorName {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 10px;
    font-weight: bold;
}

.specification-table table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
}

.specification-table .specification-table-tit p {
    font-size: 30px;
    color: #000;
}

.specification-table table tr {
    border-bottom: 1px solid #F0F0F0;
}

.specification-table table tr td p {
    padding: 20px 0;
    font-size: 22px;
    color: gray;
    line-height: 2;
}
.products_spesc .spesc-img-left .bv-swiper-container{
    width: 100%;
}


@media screen and (max-width:1366px)and (min-width:768px) {
    .nav .item {
        width: 90%;
    }

    .productsMenuBox-bg,
    .products_spesc,
    .specification-table {
        width: 96%;
        max-width: none;
    }

    .spesc-img-right .spesc-img-right-ul {
        text-align: right;
    }

    .specification-table .specification-table-tit p {
        font-size: 26px;
    }

    .specification-table table tr td p {
        font-size: 20px;
    }

    .spesc-img-left {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 42vw;
    }
}

@media screen and (max-width: 800px) {
    .spec-opacity .spesc-img-left .swiper-pagination {
        display: none;
    }
    .products_spesc, .specification-table{
        width: 100%;
        padding: 4vw 0;
        display: block;
    }
    .spesc-img-right .spesc-img-right-ul .spesc-img-right-ul-li{
        width: auto;
    }
    .nav {
        position: relative;
        top: 0;
    }
    .nav .item {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        padding-right: 10px;
    }
    .nav .item .left{
        flex: none;
    }
    .specification-table .specification-table-tit p{
        font-size: 16px;
        word-break: keep-all;
    }
    .specification-table table tr td p{
        font-size: 14px;
        word-break: break-all;
    }
    .item span {
        margin: 0 5px;
    }

    .content {
        margin-top: 50px;
    }

    .spesc-img-right .spesc-img-right-ul .spesc-img-right-ul-li .spescColor {
        width: 25px;
        height: 25px;
    }

    .spesc-img-right .spesc-img-right-ul .spesc-active .spescColor::after {
        width: 35px !important;
        height: 35px !important;
    }
    .main-contanter{
        overflow: hidden;
    }
    .spesc-img-right .spesc-img-right-ul .spesc-img-right-ul-li .spescColorName {
        font-size: 14px;
    }
    .spesc-img-right .spesc-img-right-ul{
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
    }
    .spesc-img-right {
        margin-top: 5vw;
    }

    .productsMenuBox-bg,
    .products_spesc,
    .oscal-specification-table {
        width: 100%;
        max-width: none;
    }

    .products_spesc,
    .oscal-specification-table {
        padding: 50px 0;
    }

    .spesc-img-left,
    .spesc-img-right {
        width: 100%;
        height: auto;
    }

    .products_spesc {
        display: block;
    }

    .productsMenuBox .productsName {
        font-size: 3vw;
    }

    .swiper-slide {
        text-align: center;
    }

    .spesc-img-left img {
        max-width: 250px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .productsMenuBox .products-rightBox .products-buyBtn span {
        font-size: 3vw;
    }

    .oscal-specification-table .oscal-specification-table-tit p {
        font-size: 3.5vw;
        line-height: 1.3;
    }

    .oscal-specification-table table tr td p {
        font-size: 2.5vw;
        padding: 20px 0;
        line-height: 1.5;

    }

}

@media screen and (max-width: 1050px) and (min-width: 200px) {
    .nav {
        position: fixed;
        top: 110px;
    }

    .spec-cpntent {
        width: 95%;
        margin: 95px auto;
        top: 110px;
    }

    .spec-title p {
        padding-left: 10px;
        padding-top: 20px;
    }

    .spec-title .close {
        top: 180px;
        right: 20px;
    }
}