html{
    font-size: 0.83vw;
}
@media all
and (min--moz-device-pixel-ratio: 1.01) and (max--moz-device-pixel-ratio: 3),
(-webkit-min-device-pixel-ratio: 1.01) and (-webkit-max-device-pixel-ratio: 3),
(min-resolution: 1.01dppx) and (max-resolution: 3dppx)
{
    html{
        font-size:0.83vw;
    }
}
.product_next_level{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.banner{
    width: 100%;
    position: relative;
    margin-bottom: 6.25rem;
}
.banner > img {
    width: 100%;
    vertical-align: middle;
}
.banner-content{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    background: rgba(0,0,0,0.3);
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    font-size: 5.63rem;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 8rem;
}
.banner-content h1{
    font-size: 5.63rem;
    font-weight: bold;
}
.banner-content h1 span{
    -webkit-text-stroke: 0.25rem #FFFFFF;
    color: #76B72B;
    font-size: 7rem;
}
.banner-content > img {
    width: 29.22%;
    vertical-align: middle;
    margin-left: 1.46%;
    flex-shrink: 0;
    display: none;
}
.product-next-desc{
    width: 83.33%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 6.25rem;
}
.product-desc-content{
    flex: 0 0 45.56%;
    padding-right: 4.44%;
    background: #FFFFFF;
    font-size: 1.7rem;
    font-weight: 400;
    color: #666666;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
}
.product-desc-content > b{
    display: block;
    font-size: 3.13rem;
    line-height: 4rem;
    color: #76B72B;
    margin-bottom: 1.88rem;
}
.product-medal-list{
    width: 100%;
    padding: 2.19rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #76B72B;
    margin-bottom: 13.75rem;
}
.product-medal-list-item{
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #FFFFFF;
    height: 5.63rem;
    flex: 1;
}
.product-medal-list-item:last-child{
    border-right: none;
}
.product-medal-list-item > img{
    height: 100%;
    width: auto;
    vertical-align: middle;
}
.product-medal-list-item[data-scale='1.2'] > img{
    height: 120%;
}
.product-medal-list-item[data-scale='0.9'] > img{
    height: 90%;
}
.product-medal{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #76B72B;
    border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
    box-sizing: border-box;
    padding: 1.63rem 3.6rem 1rem ;
}
.product-medal-rps{
    padding: 1.1rem 2.1rem;
    font-size: 3rem;
    font-weight: bold;
    color: #FFFFFF;
}
.product-medal-rps img {
    height: 4rem;
    vertical-align: middle;

}
.product-medal-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 3rem;
    font-weight: bold;
    color: #FFFFFF;
}
.product-medal-item > img {
    height: 4rem;
    vertical-align: middle;
    margin-bottom: 1.19rem;
}

.product-next-desc-img{
    flex: 0 0 50%;
}
.product-next-desc-img img {
    width: 100%;

    vertical-align: middle;

}

.product-features-content{
    display: flex;
    justify-content: space-between;
    background: #F5F5F5;
    width: 100%;
    box-sizing: border-box;
    padding: 3.87rem 7.8rem 4.4rem;
}
.product-features-content-rps{
    padding: 0.1rem 7.8rem 0 5.5rem;
}
.product-features-img-box{
    width: 57.7%;
    flex-shrink: 0;
    margin-right: 7.55%;
    transform: translateY(-6.68rem);
    position: relative;
}
.product-features-img-box .product-features-img-icon{
    position: absolute;
    bottom: -6.68rem;
    left: 0;
    width: 13.63rem;
    height: 13.63rem;
    vertical-align: middle;
    object-fit: contain;
    background: #d4d4d4;
    border-radius: 50%;
}
.product-features-content-rps .product-features-img-box{
    /*width: 50.7%;*/
    transform: translateY(-2rem);
    margin-right: 6%;
    margin-top: -6rem;
}
.product-features-content-rps .product-features-list{
    margin-top: 5.75rem;
}
.product-features-img-pet{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 54.5%;
    left: 46.41%;
    font-size: 2.25rem;
    font-weight: 500;
    color: #000000;
}

.product-features-img-pet:nth-child(4){
    left: 67%;
    top: 52%;
}
.product-features-img-pet:nth-child(5){
    left: 89%;
    top: 49%;
}
.product-features-img-pet > div{
    width: 0.94rem;
    height: 0.94rem;
    background: #999999;
    opacity: 1;
    border: 0.13rem solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50%;
}
.product-features-img-pet > p{
    width: 0;
    height: 0.5rem;
    border-right: 1px solid #999999;
    margin:  0.2rem 0;
}
.product-features-img-pet > p:last-child{
    margin-bottom: 0.4rem;
}
.product-features-img-box > img {
    width: 100%;
    vertical-align: middle;
}
.product-features-list{
    width: 100%;
    font-size: 1.75rem;
    font-weight: 400;
    color: #666666;
}
.product-features-title{
    font-size: 2.88rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 2.3rem;
    text-transform: uppercase;
}
.product-features-list-item{
    box-sizing: border-box;
    padding-left: 2.13rem;
    position: relative;
    margin-bottom: 1.6rem;
    white-space: nowrap;
}
.product-features-list-item:last-child{
    margin-bottom: 0;
}
.product-features-list-item::before{
    content: "";
    width: 1.13rem;
    height: 1.13rem;
    background: #76B72B;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

.product-next-title{
    margin: 6.25rem auto 3.75rem;
    font-size: 2.88rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}
.product-specification{
    width: 83.33%;
    margin: 0 auto;
    text-align: center;
}
.product-specification-row {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #CCCCCC;
    min-height: 3.75rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 3.75rem;
    color: #666666;
    text-align: center;
    background: #F5F5F5;
    display: flex;

}
.product-specification-th{
    height: 4.63rem;
    background: #76B72B;
    color: #FFFFFF;
    font-size: 1.88rem;
    font-weight: bold;
    line-height: 4.63rem;
}
.product-specification-row:last-child{
    border-bottom: none;
}
.product-specification-row > p,.product-specification-row > div {
    flex: 1;
    box-sizing: border-box;
    border-right: 1px solid #CCCCCC;
    height: 100%;
}
.product-specification-row[data-category] > p{
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666666;
}
.product-specification-row > div > p{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
    color: #666666;
}
.product-specification-row > div > p > sup{
    line-height: 1;
    font-size: 1rem;
    transform: translateY(-25%) scale(0.9);
}
.product-specification-row > div > p:last-child{
    border-bottom: none;
}
.product-specification-row > p[data-flex]{
    flex:3;
}
.product-specification-row > p:last-child,.product-specification-row > div:last-child{
    border-right: none;
}

.product-applications{
    width: 83.33%;
    margin: 0 auto 7.2rem;
    display: flex;
    justify-content: space-between;
}
.product-applications-rps .product-applications-img > img{
    width: 76%;
}
.product-applications-item{
    width: 22.5%;
    border-radius: 1.25rem;
    overflow: hidden;
}
.rpet-product .product-applications-item{
    flex: 1;
    margin-right: 4.5%;
}
.rpet-product .product-applications-item:last-child{
    margin-right: 0;
}
.product-applications-img{
    width: 100%;
    background: #FFFFFF;
    border-radius: 1.25rem 1.25rem 0 0;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 83.33%;
    height: 0;
    position: relative;
}
.product-applications-img > img{
    width: 90%;
    height: 90%;
    vertical-align: middle;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.product-applications-item-text{
    width: 100%;
    height: 8.13rem;
    background: #F5F5F5;
    text-align: center;
    font-size: 1.88rem;
    font-weight: bold;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-company-profile{
    width: 100%;
    display: none;
    justify-content: space-between;
    margin-bottom: 8.13rem;

}
.product-company-profile-img{
    width: 57.29%;
    flex-shrink: 0;
    position: relative;
}
.product-company-profile-img > div{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.56rem 7.25rem;
    font-size: 3.13rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 4.3rem;
    background: rgba(0,0,0,0.3);
}
.product-company-profile-img > img {
    width: 100%;
    vertical-align: middle;
}
.product-company-profile-content{
    width: 42.71%;
    padding-left:4.11% ;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-company-profile-title{
    font-size: 2.88rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 3.75rem;
}
.product-company-profile-info{
    font-size: 1.5rem;
    font-weight: 400;
    color: #666666;
    margin-bottom: 1.5rem;
}
.product-company-profile-info:nth-child(4){
    margin-bottom: 3.81rem;
}
.product-company-profile-info > p {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0;
}
.product-company-profile-swiper{
    width: 100%;
    height: 10.94rem;

}
.product-company-profile-swiper .swiper-slide{
    position: relative;
}
.product-company-profile-swiper .swiper-slide > div{
    width: 100%;
    height: 2.5rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    font-size: 1.5rem;
    font-weight: 500;
    color: #FFFFFF;
}
.product-company-profile-swiper img{
    width: 100%;
    vertical-align: middle;
}

@media screen and (min-width: 1920px) {
    html{
        font-size:16px;
    }
}
@media screen and (max-width: 1080px){
    .product-features-img-pet{
        top: 52.5%;
        left: 45.41%;
    }

    .product-features-img-pet:nth-child(3){
        top: 50%;
    }
    .product-features-img-pet:nth-child(4){
        top: 47%;
    }
}
@media screen and (max-width: 810px){
    .product-features-img-pet{
        top: 51.5%;
        left: 45.41%;
    }

    .product-features-img-pet:nth-child(3){
        top: 49%;
    }
    .product-features-img-pet:nth-child(4){
        top: 46%;
    }
}
@media screen and (max-width: 880px) {
    html{
        /*font-size:1.64vw;*/
    }
}<!--0.00025200843811035-->