/*@media (min-width: 1500px) {*/
/*    .container {*/
/*        width: 1440px;*/
/*    }*/
/*}*/
/* 屏幕分辨率放大为 150 */
/*@media(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 124.8dpi) {*/
/*    .page-product-product {*/
/*        transform: scale(0.665, 0.665); !* 缩放数值需要根据效果调试 *!*/
/*        transform-origin: left top;*/
/*    }*/
/*}*/
/*!* 屏幕分辨率放大为 125 *!*/
/*@media(-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 120dpi) {*/
/*    .page-product-product {*/
/*        transform: scale(0.799, 0.799);*/
/*        transform-origin: left top;*/
/*    }*/
/*}*/
@media (min-width: 768px) {

    body.product-product .suites-wrapper .suites-right .suites-item .suites-title{
        padding: 6px 15px!important;
    }
    body.product-product .suites-wrapper .suites-right{
        display: block;
        width: 80%;
    }
    body.product-product .suites-wrapper .suites-right .suites-item{
        display: inline-block;
        margin-bottom: 10px;
    }
    #product-thumbnail-gallery.swiper-horizontal {
        margin-top: 28px;
        padding: 0 30px;
    }
    .page-product-product {
        margin-top: 100px;
    }

    .new-show-left {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
    }
}
.suites-price-wrapper .btn-primary{
    background: linear-gradient(0deg, #B4FA5C 0%, #D2F071 100%);
    color: #000000;
    min-width: 80px;
}
.new-product-show {
    padding-left: 0;
}
#iframe1{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    left: 0;
    top: 0;
    margin: 0 auto;
    z-index: 99999999999;
}
#iframe1 iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#iframe1 .pro-close{
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ccc;
    font-size: 36px;
    cursor: pointer;
}
.new-product-title {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 10px;
}
.new-product-text-box{
    height: auto;
    overflow: hidden;
    position: relative;
}
.new-product-text {
    font-size: 16px;
    color: #000000;
    line-height: 1.2;
}
.new-product-text p{
    margin-bottom: 0;
}
.new-product-text-box:after{
    position: absolute;
    height: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.75) 54%,#fff);
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
}
.new-after:after{
    position: absolute;
    height: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.75) 54%,#fff);
    clear: both;
    content: " ";
    display: none;
    font-size: 0;
}
.learnMoreBox{
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
}
.LearnMore{
    display: flex;
    cursor: pointer;
    align-items: center;
    padding-top: .875rem;
    font-weight: 400;
    font-size: 16px;
    color: #00a7e1;
}
.star-box {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-top: 15px;
}

.star-box #star {
    display: inline-block;
    width: 110px !important;
}

.star-box span {
    margin-left: 20px;
}

.norms {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.norms .bottom {
    margin-top: 15px;
}

.norms span {
    width: 35px;
    height: 35px;
    border-radius: 9px;
    display: inline-block;
    margin-right: 30px;
}

.norms .bottom p {
    margin: 45px 0 0;
}

.buy-show {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px 0 25px;
}

.full {
    width: 40%;
    height: auto;
    background: #F9F9F9;
    border: 1px solid #B5B5B5;
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    margin-right: 10px;
    float: left;
}

.counter {
    width: 40%;
    height: auto;
    background: linear-gradient(0deg, #B4FA5C 0%, #D2F071 100%);
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    float: left;
}

.buy-show .p1 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.buy-show .p2 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin: 20px auto 0;
}

.buy {
    width: 40%;
    line-height: 60px;
    background: linear-gradient(0deg, #B4FA5C 0%, #D2F071 100%);
    border-radius: 10px;
    font-size: 24px;
    text-align: center;
    color: #000000;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

.collection {
    width: 40%;
    line-height: 58px;
    background: #F9F9F9;
    border: 1px solid #B5B5B5;
    border-radius: 10px;
    font-size: 24px;
    text-align: center;
    color: #000000;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

.buy-show .img {
    width: 40%;
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.buy-show .p3 {
    width: 100%;
    float: left;
    margin: 10px 0 30px;
}

.buy-show .p3 img {
    margin-right: 15px;
}

.business {
    margin: -20px 0 5px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.business p {
    color: #2B8FF5;
    font-weight: bold;
    margin-top: 10px;
}

.shipping {
    font-size: 24px;
    font-weight: bold;
}

.shipping img {
    margin-right: 15px;
}

.shipping p {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.parameter-list {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    padding: 15px 0;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 5px;
}
.parameter-text{
    font-weight: 600;
    cursor: pointer;
}
.parameter-text span {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    float: right;
}

.parameter-text-show {
    display: none;
    font-size: 16px;
    color: #333;
    line-height: 1.3;
    overflow: hidden;
}

.parameter-text-show p {
    margin: 0;
    padding: 10px 0 0;
}
.parameter-text-show p span:last-child{
    font-weight: normal;
}
.parameter-text-show p span{
    font-size: inherit!important;
    font-family: inherit!important;
    font-weight: bold;
}
.recommend {
    width: 100%;
    height: auto;
    background: #F9F9F9;
    margin-top: 200px;
}

.recommend-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 0;
}

.recommend-text {
    max-width: 33%;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    display: inline-block;
}

.recommend-text p {
    font-size: 24px;
    font-weight: 500;
}

.recommend-show {
    max-width: 60%;
    display: inline-block;
    margin-left: 6%;
    font-size: 36px;
    font-weight: 900;
    vertical-align: top;
}

.recommend-buy {
    display: inline-block;
    padding: 15px 25px;
    background: linear-gradient(0deg, #B4FA5C 0%, #D2F071 100%);
    border-radius: 15px;
    font-size: 24px;
    font-weight: 600;
    margin-left: 80px;
}

.new-product-warp {
    max-width: 1920px;
    margin: 100px auto 0;
}

.swiper-product {
    max-width: 1920px;
    height: auto;
    overflow: hidden;
    margin: 80px auto 100px;
}

.swiper-product-title {
    font-size: 48px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 70px;
}

.hr-content {
    max-width: 1600px;
    position: relative;
    padding: 0 5%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.swiper3 .swiper-slide {
    width: 25%;
    height: auto;
}

.swiper3 .swiper-slide .hr-box {
    width: 100%;
    height: auto;
    background: #F9F9F9;
    border-radius: 30px;
    text-align: center;
    padding: 30px 10px;
    cursor: pointer;
}

.swiper3 .swiper-slide .hr-box p {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 1.5;
    margin: 15px 0 0;
}

.hr-content .swiper-button-prev {
    background: url("../image/nleft.png");
    width: 35px;
    height: 35px;
    left: 25px;
    margin-top: -17.5px;
}

.hr-content .swiper-button-next {
    background: url("../image/nright.png");
    width: 35px;
    height: 35px;
    right: 25px;
    margin-top: -17.5px;
}

.review-box {
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    background: #F9F9F9;
}

.review {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 0 10px;
}

.left-total {
    width: 26%;
    height: auto;
    display: inline-block;
}
.review-star-box {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 2;
    margin-bottom: 30px;
}

.review-star-box p {
    margin-top: 10px;
}

.total-title {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}

.review-total {
    display: inline-block;
    width: 110px !important;
}

.star-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.tong-star{
    float: left;
}

.speed{
    float: right;
    width: 158px;
    height: 16px;
    background: #E5E5E5;
    overflow: hidden;
}
.speed p{
    height: 16px;
    background: linear-gradient(0deg, #B4FA5C 0%, #D2F071 100%);
}
.right-review {
    width: 65%;
    height: auto;
    display: inline-block;
    margin-left: 8%;
    vertical-align: top;
    font-size: 14px;
    color: #000000;
}
.right-review .title{
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 20px;
}
.guest-star{
    display: inline-block;
    margin-left: 15px;
    width: 110px!important;
    vertical-align: top;
}
.info-list{
    margin-bottom: 30px;
}
.info-list .text{
    margin: 10px auto;
}
.right-review .info-list .img-re{
    margin: 10px auto;
    overflow: hidden;
}
.view-product {
    margin: 155px auto 200px;
}

.swiper4 .swiper-slide .view-box {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 30px;
    text-align: center;
}

#product-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
body.product-product .close-video .iconfont{
   font-size: 30px;
}
body.product-product .open-video {
    position: absolute;
    z-index: 99999;
    cursor: pointer;
    bottom: 20px;
    left: 20px;
    border: 2px solid #000;
    font-size: 30px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: none;
    color: #222;
    padding-left: 0;
    background: rgba(255, 255, 255, 0.7);
}
body.product-product .open-video .fa{
    margin-left: 5px;
}
@media only screen and (max-width: 1400px){
    body.product-product .open-video {
        bottom: 10px;
        left: 10px;
        border: 2px solid #000;
        font-size: 24px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 36px;
        border-radius: 50%;
    }
    .new-product-title,.swiper-product-title{
        font-size: 40px;
    }
    .total-title{
        font-size: 18px;
    }
    .star-box,.review-star-box{
        font-size: 16px;
    }
    .norms,.right-review{
        font-size: 16px;
    }
    .left-total{
        width: 29%;
    }
    .right-review{
        margin-left: 5%;
    }
    .buy-show .p2{
        font-size: 22px;
    }
    .buy,.right-review .title{
        font-size: 22px;
    }
    .shipping,.parameter-list,.swiper3 .swiper-slide .hr-box p{
        font-size: 22px;
    }
    .parameter-text-show{
        font-size: 18px;
    }
    .view-product, .swiper-product{
        margin: 60px auto;
    }
    .review{
        padding: 40px 20px 10px;
    }
}
@media only screen and (max-width: 1024px){
    .hr-content .swiper-button-prev {
        left: 0;
    }

    .hr-content .swiper-button-next {
        right: 0;
    }
    .hr-title {
        margin: 30px 0 20px;
    }
    .new-product-title,.swiper-product-title{
        font-size: 30px;
    }
    .new-product-text,.total-title{
        font-size: 16px;
    }
    .star-box,.review-star-box{
        font-size: 14px;
    }
    .norms,.right-review{
        font-size: 14px;
    }
    .left-total{
        width: 29%;
    }
    .right-review{
        margin-left: 5%;
    }
    .buy-show .p2{
        font-size: 18px;
    }
    .buy,.right-review .title{
        font-size: 18px;
    }
   .shipping,.parameter-list,.swiper3 .swiper-slide .hr-box p{
        font-size: 18px;
    }
    .parameter-text-show{
        font-size: 16px;
    }
    .review{
        padding: 20px 15px 10px;
    }
    .new-show-left{
        position: static;
    }
    .recommend{
        margin-top:50px
    }
}
@media only screen and (max-width: 768px) {
    .container{
        margin-top: 20px;
        width: 90%;
    }
    .new-product-show{
        margin-top: 20px;
        padding-left: 0;
    }
    .new-product-title,.swiper-product-title{
        font-size: 24px;
    }
    .new-product-text,.total-title{
        font-size: 14px;
    }
    .star-box,.review-star-box{
        font-size: 12px;
    }
    .norms,.right-review{
        font-size: 12px;
    }
    .left-total{
        width: 29%;
    }
    .right-review{
        margin-left: 5%;
    }
    .buy-show .p2{
        font-size: 16px;
    }
    .buy,.right-review .title{
        font-size: 16px;
    }
   .shipping,.parameter-list,.swiper3 .swiper-slide .hr-box p{
        font-size: 16px;
    }
    .parameter-text-show{
        font-size: 14px;
    }
    .swiper-product-title{
        margin-bottom: 30px;
    }
    .view-product, .swiper-product{
        margin: 30px auto;
    }
}
@media only screen and (max-width: 500px) {
    .left-total{
        width: 100%;
    }
    .right-review{
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
}


.bottom{
    display: flex;
}

.bottom > span {
    width: auto;
    display: block;
    height: 35px;
    padding: 0 5px;
    line-height: 35px;
    min-width: 65px;
    text-align: center;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
}
.bottom > span.active{
    border: 2px solid rgb(51, 51, 51)
}

.bottom > span.disable{
    background-color: #e0e0e0;
    cursor:no-drop;
}
