/*.page-wrapper .header{
    position: fixed;
    top: unset;
}*/

.section__banner .swiper-slide{
    font-size: 0;
}
.section__banner .swiper-button-prev,
.section__banner .swiper-rtl .swiper-button-next {
    left: 24px;
    color: #FFFFFF;
    opacity: 0.5;
}
.section__banner .swiper-button-next,
.section__banner .swiper-rtl .swiper-button-prev {
    right: 24px;
    color: #FFFFFF;
    opacity: 0.5;
}
.section__banner .swiper-pagination-bullet{
    background-color: #FFFFFF;
    opacity: 0.6;
    width: 10px;
    height: 10px;
}
.section__banner .swiper-pagination-bullet-active {
    width: 56px;
    border-radius: 5px;
    background-color: #1B1B1B;
    opacity: 0.6;
}
.section__banner .banner__tip{
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    /*transform: translate(0, -50%);*/
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}
.section__banner .banner__tip p:nth-child(1),
.section__video .video__tip p:nth-child(2){
    font-size: 48px;
    font-weight: 700;
    line-height: 80px;
    margin: 0;
}
.section__banner .banner__tip p:nth-child(2) {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
    width: 45%;
}
.section__video .video__tip p:nth-child(3){
    font-size: 36px;
    font-weight: 400;
    line-height: 84px;
    margin: 0;
}
.btn__container a{
    color: #FFFFFF;
    text-decoration: inherit;
    font-size: 24px;
    font-weight: 500;
    z-index: 3;
}

.btn__container{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    border-radius: 5px;
    background-color: #C30D23;
    margin-top: 28px;
    overflow: hidden;
    cursor: pointer;
}
.btn__mask{
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 1;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background: #CF1A30;
    transition: all 1s;
}

.section__video{
    margin-top: 80px;
}
.section__video .video__content{
    width: 100%;
    padding-bottom: 58%;
    height: 0;
    position: relative;
}
.section__video .video__content .video__iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.section__video .video__content .video__tip{
    position: absolute;
    left: 5%;
    top: 50%;
    /*transform: translate(0, -50%);*/
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section__video .video__content .video__tip .video__logo{
    height: 48px;
}

.section__review  .reviewSwiper{
    padding-bottom: 60px;
}
.section__review .review__image{
    width: 506px;
    margin-right: 16px;
    z-index: 2;
}
.section__review .section__review__title{
    font-size: 40px;
    font-weight: 700;
    margin: 80px 0 32px 0;
    text-align: center;
    line-height: 64px;
}
.section__review .review__title{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 0 10%;
}
.section__review .review__content__container{
    display: flex;
    align-items: center;
}
.section__review .review__content{
    position: relative;
}
.section__review .review__text{
    position: absolute;
    left: 76px;
    right: 0;
    top: 35px;
}
.section__review .review__text__title{
    display: none;
    font-size: 22px;
    font-weight: 400;
}
.section__review .review__text p:nth-child(2){
    font-size: 20px;
    font-weight: 500;
    overflow: auto;
    height: 318px;
    padding-right: 10px;
    line-height: 32px;
}
.section__review .review__text p:nth-child(3){
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 32px;
}

.section__review .review__text p:nth-child(2)::-webkit-scrollbar {
    width: 8px;
    background-color: #484848;
}
.section__review .review__text p:nth-child(2)::-webkit-scrollbar-thumb {
    background-color: #242222;
    border-radius: 6px;
    width: 5px;
}

.section__review .review__author__avatar{
    border-radius: 50%;
}
.section__review .review__author__name{
    margin-left: 10px;
}
.section__review .review__date{
    margin-left: 20px;
}

.section__review .swiper-pagination-bullet,
.section__product .swiper-pagination-bullet{
    background-color: #FFFFFF;
    opacity: 0.6;
    width: 10px;
    height: 10px;
}
.section__review .swiper-pagination-bullet-active,
.section__product .swiper-pagination-bullet-active{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #C30D23;
}

.section__review .review__prev__next{
    display: flex;
    justify-content: center;
}
.section__review .swiper-button-next,
.section__review .swiper-button-prev{
    width: 60px;
    height: 60px;
    border: 1px solid #979797;
    border-radius: 50%;
    color: #979797;
    position: unset;
    margin: 20px 20px 0 0;
}
.section__review .swiper-button-next:hover,
.section__review .swiper-button-prev:hover{
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.section__review .swiper-button-next:after,
.section__review .swiper-button-prev:after{
    font-size: 24px;
}
.section__review .swiper-pagination{
    width: unset;
    left: auto;
    right: 0;
    bottom: 55px;
}


.section__product .productSwiper{
    padding-bottom: 40px;
}
.section__product .section__product__title{
    font-size: 40px;
    font-weight: 700;
    margin: 80px 0 32px 0;
    text-align: center;
    line-height: 64px;
}
.section__product .product__body{
    display: flex;
}
.section__product .product__image{
    position: relative;
    font-size: 0;
}
.section__product .product__image img{
    height: 100%;
}
.section__product .product__name{
    font-size: 32px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    margin: 0;
}
.section__product .product__feature__content{
    display: flex;
    flex-direction: column;
}
.section__product .product__feature__content > img{
    max-height: 268px;
}
.section__product .product__body .product__feature__desc{
    padding-left: 6%;
    padding-right: 1%;
    height: 204px;
    max-width: 400px ;
    background-color: #C30D23;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    font-weight: 800;
    line-height: 32px;
}
.section__product .product__body .product__feature{
    display: flex;
    flex-direction: column;
}
.section__product .product__body .product__feature__desc span{
    width: 47px;
    height: 6px;
    background-color: #FFFFFF;
}
.section__product .product__feature__action{
    display: flex;
}
.section__product .product__feature__action .shop__now{
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    cursor: pointer;
}
.section__product .product__feature__action .shop__now a{
    text-decoration: none;
    font-size: 24px;
    color: #2A2628;
    line-height: 24px;
    font-weight: 400;
}
.section__product .product__feature__action .learn__more{
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    background-color: #2A2628;
    border: 2px solid #FFFFFF;
    cursor: pointer;
}
.section__product .product__feature__action .learn__more a{
    text-decoration: none;
    font-size: 24px;
    color: #FFFFFF;
}
.section__product .swiper-button-next,
.section__product .swiper-button-prev{
    width: 60px;
    height: 60px;
    border: 1px solid #979797;
    border-radius: 50%;
    color: #979797;
    background: #F4F0F1;
}
.section__product .swiper-button-next:hover,
.section__product .swiper-button-prev:hover{
    color: #C30D23;
    border: 1px solid #C30D23;
}
.section__product .swiper-button-next:after,
.section__product .swiper-button-prev:after {
    font-size: 24px;
}


.section__category .section__category__title h2{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 80px 0 20px 0;
    line-height: 64px;
}
.section__category .section__category__title p{
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 0 32px 32px 32px;
}
.section__category .category__container{
    display: flex;
    justify-content: space-between;
}
.section__category .category__container .category__item{
    background-color: #2A2628;
    width: 49%;
    position: relative;
}
.section__category .category__name__flex{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 10%;
    width: 100%;
    align-items: center;
}
.section__category .category__name__flex img{
    width: 500px;
}
.section__category .category__name__flex span:hover{
    background-color: #F62740;
}
.section__category .category__name__flex span a{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 24px;
}


@media only screen and (max-width: 1919px) {
    .section__category .category__name__flex img{
        width: 375px;
    }
}

@media only screen and (max-width: 1439px) {
    .section__video .video__content .video__tip .video__logo{
        height: 40px;
    }
    .section__review .swiper-button-next, .section__review .swiper-button-prev{
        width: 48px;
        height: 48px;
    }
    .section__review .review__title{
        font-size: 20px;
    }
    .section__review .review__text p:nth-child(2){
        font-size: 16px;
        line-height: 28px;
    }
    .section__review .review__text p:nth-child(3){
        font-size: 16px;
    }
    .section__product .product__feature__action .shop__now a,
    .section__product .product__feature__action .learn__more a{
        font-weight: 500;
    }
    .section__product .product__body .product__feature__desc span{
        width: 41px;
        height: 5px;
    }
    .section__product .product__body .product__feature__desc p{
        font-weight: 500;
        margin: 0;
    }
    .section__video{
        margin-top: 64px;
    }
    .section__banner .banner__tip p:nth-child(1),
    .section__video .video__tip p:nth-child(2){
        font-size: 36px;
        line-height: 58px;
        margin: 0;
    }
    .section__banner .banner__tip p:nth-child(2),
    .section__video .video__tip p:nth-child(3){
        font-size: 20px;
        line-height: 32px;
    }
    .btn__container{
        width: 132px;
        height: 40px;
        margin-top: 16px;
    }
    .btn__container a{
        font-size: 14px;
    }

    .section__review .section__review__title{
        font-size: 32px;
        margin: 64px 0 24px 0;
        line-height: 52px;
    }
    .section__review .review__image{
        width: 443px;
    }
    .section__review .review__text p:nth-child(2){
        height: 262px;
    }

    .section__product .section__product__title{
        font-size: 32px;
        margin: 64px 0 24px 0;
        line-height: 52px;
    }
    .section__product .product__name{
        font-size: 24px;
        left: 24px;
        bottom: 24px;
    }
    .section__product .product__image img{
        width: 769px;
    }
    .section__product .product__feature{
        width: 351px;
    }
    .section__product .product__body .product__feature__desc{
        height: 178px;
    }
    .section__product .product__feature__action .shop__now,
    .section__product .product__feature__action .learn__more
    {
        height: 49px;
    }

    .section__product .swiper-button-next,
    .section__product .swiper-button-prev {
        width: 48px;
        height: 48px;
    }

    .section__category .section__category__title h2{
        font-size: 32px;
        line-height: 52px;
        margin: 64px 0 14px 0;
    }
    .section__category .section__category__title p{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .section__category .category__name__flex span a{
        font-size: 14px;
    }
    .section__category .category__name__flex img{
        width: 333px;
    }
}

@media only screen and (max-width: 1279px){
    .section__video .video__content .video__tip .video__logo{
        height: 29px;
    }
    .section__review .review__text{
        left: 48px;
    }
    .section__product .product__feature__action .shop__now a,
    .section__product .product__feature__action .learn__more a{
        font-weight: 800;
        font-size: 16px;
    }
    .section__product .product__body .product__feature__desc p{
        font-size: 20px;
        line-height: 28px;
    }
    .section__product .product__body .product__feature__desc span{
        width: 32px;
        height: 4px;
    }
    .section__video{
        margin-top: 60px;
    }
    .section__review .review__text p:nth-child(2),
    .section__review .review__text p:nth-child(3){
        font-size: 16px;
    }
    .section__review .review__title{
        font-size: 20px;
        margin-bottom: 8px;
    }
    .section__review .review__image{
        width: 355px;
    }
    .section__review .review__text p:nth-child(2){
        height: 194px;
    }

    .section__product .product__name {
        font-size: 20px;
        line-height: 28px;
        left: 18px;
        bottom: 18px;
    }
    .section__product .product__body .product__feature__desc{
        font-size: 20px;
    }
    .section__product .product__feature__action .shop__now a,
    .section__product .product__feature__action .learn__more a{
        font-size: 16px;
    }
    .section__product .product__image img{
        width: 594px;
    }
    .section__product .product__feature{
        width: 270px;
    }
    .section__product .product__body .product__feature__desc{
        height: 137px;
    }
    .section__product .product__feature__action .shop__now,
    .section__product .product__feature__action .learn__more
    {
        height: 37px;
    }
    .section__product .product__body .product__feature__desc span{
        height: 5px;
        width: 41px;
    }

    .section__category .category__name__flex img{
        width: 266px;
    }
    .section__category .section__category__title h2{
        margin-top: 60px;
        margin-bottom: 8px;
    }
    .section__category .section__category__title p {
        margin-bottom: 20px;
    }
    .section__review .section__review__title,
    .section__product .section__product__title{
        margin: 60px 0 20px 0;
    }
}

@media only screen and (max-width: 1023px){
    .section__video .video__content .video__tip .video__logo{
        height: 21px;
    }
    .section__review .review__title{
        font-weight: 400;
        max-width: 372px;
    }
    .section__review .review__text p:nth-child(2){
        font-size: 14px;
    }
    .section__product .product__feature__action .shop__now a,
    .section__product .product__feature__action .learn__more a{
        line-height: 22px;
        font-size: 14px;
    }
    .section__product .product__body .product__feature__desc p{
        font-size: 16px;
        line-height: 24px;
        font-weight: 800;
    }
    .section__banner .banner__tip p:nth-child(1), .section__video .video__tip p:nth-child(2) {
        font-size: 24px;
        line-height: 38px;
    }
    .section__banner .banner__tip p:nth-child(2), .section__video .video__tip p:nth-child(3) {
        font-size: 14px;
        line-height: 22px;
    }
    .btn__container{
        width: 120px;
        height: 40px;
    }
    .btn__container a {
        font-size: 14px;
    }
    .section__banner .swiper-button-next, .section__banner .swiper-rtl .swiper-button-prev,
    .section__banner .swiper-button-prev, .section__banner .swiper-rtl .swiper-button-next{
        display: none;
    }

    .section__video .video__tip p:nth-child(2){
        font-size: 24px;
    }
    .section__video .video__tip p:nth-child(3){
        font-size: 14px;
    }

    .section__review .section__review__title{
        font-size: 24px;
        line-height: 38px;
    }
    .section__review .review__image{
        width: 342px;
    }
    .section__review .review__text p{
        font-size: 16px;
    }

    .section__product .section__product__title{
        font-size: 24px;
        line-height: 38px;
    }
    .section__product .product__name {
        left: 15px;
        bottom: 15px;
    }
    .section__product .product__body .product__feature__desc{
        font-size: 16px;
    }
    .section__product .product__feature__action .shop__now a,
    .section__product .product__feature__action .learn__more a{
        font-size: 14px;
    }
    .section__product .product__image img{
        width: 494px;
    }
    .section__product .product__feature{
        width: 225px;
    }
    .section__product .product__body .product__feature__desc{
        height: 114px;
    }
    .section__product .product__feature__action .shop__now,
    .section__product .product__feature__action .learn__more
    {
        height: 30px;
    }
    .section__product .product__body .product__feature__desc span{
        height: 3px;
        width: 27px;
    }
    .section__category .section__category__title h2{
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .section__category .section__category__title p{
        font-size: 14px;
        line-height: 22px;
        margin: 0 auto 16px auto;
        width: 60%;
    }
    .section__category .category__name__flex span a{
        font-size: 12px;
    }
    .section__category .category__name__flex img{
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .section__video .video__tip p:nth-child(2){
        font-size: 22px;
    }
    .section__banner .banner__tip p:nth-child(2){
        width: 90%;
        text-align: center;
    }
    .section__video .video__content .video__tip .video__logo{
        height: 27px;
    }
    .section__review .review__title{
        font-size: 22px;
    }
    .section__review .review__text p:nth-child(2){
        font-size: 14px;
        line-height: 22px;
    }
    .section__review .review__text p:nth-child(3){
        font-size: 12px;
    }
    .section__product .product__body .product__feature__desc span{
        width: 22.5px;
        height: 3px;
    }
    .section__product .product__body .product__feature__desc p{
        line-height: 22px;
        font-size: 14px;
    }
    .section__category .section__category__title p {
        margin-bottom: 32px;
        width: 90%;
    }
    .btn__container a {
    }
    .section__video{
        margin-top: 40px;
    }
    .section__video .video__content{
        width: unset;
        margin-bottom: 204px;
    }
    .section__video .video__content .video__tip{
        text-align: center;
        position: static;
        transform: unset;
        margin-top: 90px;
        align-items: center;
    }
    .section__banner .banner__tip{
        align-items: center;
        transform: unset;
    }
    .section__review .section__review__title{
        font-size: 22px;
        margin: 40px 0 32px 0;
        line-height: 35px;
        display: inline-flex;
        width: 100%;
        justify-content: center;
    }
    .section__review .review__text__title{
        display: block;
    }
    .section__review .review__title{
        display: none;
    }
    .section__review .review__text p:nth-child(2),
    .section__review .review__text p:nth-child(3){
        font-size: 14px;
    }
    .section__review .review__text p:nth-child(3){
        margin-top: 1.5rem;
    }

    .section__review .swiper-slide{
        flex-direction: column;
        align-items: center;
    }
    .section__review .review__text{
        height: 85%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        left: 6%;
        right: 0;
        top: 10%;
    }
    .section__review .review__image{
        width: unset;
        margin: 0;
    }
    .section__review .review__content__container{
        flex-direction: column;
    }
    .section__review .review__prev__next{
        display: none;
    }
    .section__review .swiper-pagination{
        left: 0;
        bottom: 25px;
    }

    .section__product{
        padding: 0 16px;
    }
    .section__product .product__image img{
        width: 100%;
    }
    .section__product .section__product__title{
        font-size: 22px;
        margin: 40px 0 32px 0;
        line-height: 35px;
    }
    .section__product .product__body{
        flex-direction: column;
    }
    .section__product .product__body .product__feature__desc{
        font-size: 14px;
    }
    .section__product .product__name{
        font-size: 18px;
        left: 15px;
        bottom: 17.5px;
    }
    .section__product .product__body .product__feature{
        width: unset;
    }
    .section__product .product__feature__content{
        flex-direction: row;
    }
    .section__product .product__feature__content img{
        width: 50%;
    }
    .section__product .product__body .product__feature__desc{
        width: 50%;
        height: auto;
    }
    .section__product .product__feature__action .shop__now{
        width: 50%;
        height: 40px;
        background-color: #C30D23;
        border-color: #C30D23;
    }
    .section__product .product__feature__action .shop__now a{
        color: #FFFFFF;
        font-weight: 400;
    }
    .section__product .product__feature__action .learn__more a{
        font-weight: 400;
    }
    .section__product .product__feature__action .shop__now:hover{
        background-color: #F62740;
        border-color: #F62740;
    }
    .section__product .product__feature__action .learn__more{
        width: 50%;
        height: 40px;
    }
    .section__product .product__feature__action .learn__more:hover{
        background-color: #000000;
    }
    .section__product .product__feature__action .learn__more:hover a{
        color: #FFFFFF;
    }
    .section__product .swiper-button-next,
    .section__product .swiper-button-prev{
        display: none;
    }

    .section__category .section__category__title h2{
        font-size: 22px;
        line-height: 35px;
        margin: 40px 0 15px 0;
    }
    .section__category .category__name__flex span a{
        font-size: 14px;
    }
    .section__category .category__name__flex img{
        width: 197px;
    }
    .section__category .category__name__flex span{
        width: 120px;
        height: 40px;
        margin-top: 13px;
    }
    .section__category .category__container{
        flex-direction: column;
    }
    .section__category .category__container .category__item{
        width: 100%;
    }
    .section__category .category__container .category__item:nth-child(2){
        margin-top: 16px;
    }
}
@media only screen and (max-width: 475px) {
    .section__product .product__body .product__feature__desc{
        padding-left: 2%;
    }
    .section__product .product__body .product__feature__desc p{
        font-size: 12px;
    }
}

.section__policy{
    margin-top: 40px;
}
.section__policy p{
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 16px 0;
}
@media only screen and (max-width: 1439px) {
    .section__policy p{
        font-size: 16px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 1279px) {
    .section__policy p{
        line-height: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .section__policy p{
        font-size: 14px;
        line-height: 22px;
    }
}

/* endorse */
.section__endorse .section__title{
    font-size: 40px;
    font-weight: 700;
    margin: 80px 0 32px 0;
    text-align: center;
    line-height: 64px;
}
.section__endorse{
    --swiper-navigation-size: 16px;
}
.section__endorse .section__wrapper .swiper-button-next{
    border: 1px solid #1B353C;
    border-radius: 50%;
    color: #1B353C;
    height: 44px;
    width: 44px;
    right: -64px;
    top: 25%;
}
.section__endorse .section__wrapper .swiper-button-prev{
    border: 1px solid #1B353C;
    border-radius: 50%;
    color: #1B353C;
    height: 44px;
    width: 44px;
    left: -64px;
    top: 25%;
}
.section__endorse .section__wrapper .swiper-button-prev:hover,
.section__endorse .section__wrapper .swiper-button-next:hover {
    background-color: #1B353C;
    color: #ffffff;
}
.section__endorse .section__wrapper .endorseSwiper,
.section__platform .section__wrapper .platformSwiper{
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.section__platform {
    margin-bottom: 60px;
}
.section__platform .section__wrapper .platformSwiper .swiper-slide{
    width: auto;
    cursor: pointer;
    display: flex;
    padding: 14px;
    border: 1px solid #242222;
    border-radius: 4px;
}
.section__platform .section__wrapper .platformSwiper .swiper-slide:hover{
    border: 1px solid rgba(73,73,73,1);
}
.section__platform .section__wrapper .platformSwiper .swiper-slide img{
    height: 30px;
}
.section__endorse .endorse-item {
    text-align: center;
    font-size: 0;
    margin-bottom: 32px;
}
.section__endorse .endorse-item .item-words {
    background: #3B3A3A;
    border-radius: 12px;
    padding: 32px;
    position: relative;
}
.section__endorse .endorse-item .item-words .triangle {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 20px solid #3B3A3A;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}
.section__endorse .endorse-item .item-words p {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    font-size: 24px;
    margin: 0;
}
.section__endorse .endorse-item .item-words .comment {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.section__endorse .endorse-item .item-words .fabricator {
    color: #8E8E8E;
    margin-top: 8px;
}
.section__endorse .endorse-item .item-platform img {
    height: 60px;
    margin-top: 42px;
}
@media only screen and (max-width: 1439px) {
    .section__endorse .section__title{
        font-size: 32px;
        margin: 64px 0 24px 0;
        line-height: 52px;
    }
    .section__endorse .endorse-item .item-words p {
        font-size: 20px;
        line-height: 32px;
    }
    .section__platform .section__wrapper .platformSwiper .swiper-slide img{
        height: 26px;
    }
    .section__platform .section__wrapper .platformSwiper .swiper-slide{
        padding: 12px;
    }
}
@media only screen and (max-width: 1279px) {
    .section__endorse .section__title{
        margin: 60px 0 20px 0;
    }
    .section__endorse .section__wrapper .swiper-button-next, .section__product .section__wrapper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .section__endorse .endorse-item .item-platform img {
        height: 55px;
    }
    .section__endorse .endorse-item .item-words p {
        font-size: 18px;
        line-height: 28px;
    }
    .section__platform .section__wrapper .platformSwiper .swiper-slide img{
        height: 22px;
    }
    .section__platform .section__wrapper .platformSwiper .swiper-slide{
        padding: 10px;
    }
}
@media only screen and (max-width: 1023px) {
    .section__endorse .section__title{
        font-size: 24px;
        line-height: 38px;
    }
    .section__endorse .endorse-item .item-words p {
        font-size: 16px;
        line-height: 26px;
    }
    .section__platform .section__wrapper .platformSwiper .swiper-slide img{
        height: 20px;
    }
    .section__platform .section__wrapper .platformSwiper .swiper-slide{
        padding: 8px;
    }
}
@media only screen and (max-width: 767px) {
    .section__endorse .section__title{
        font-size: 22px;
        margin: 40px 0 32px 0;
        line-height: 35px;
    }
    .section__endorse .section__wrapper .swiper-button-next,
    .section__endorse .section__wrapper .swiper-button-prev {
        display: none;
    }
    .section__endorse .endorse-item .item-platform img {
        height: 36px;
    }
    .section__endorse .swiper-horizontal>.swiper-pagination-bullets,
    .section__endorse .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 40px;
    }
    .section__platform .section__wrapper .platformSwiper .swiper-slide img {
        height: 16px;
    }
}
/* endorse end*/
