/* global */
section.container .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    opacity: 0.2;
    background-color: #527D7F;
}
section.container .swiper-pagination-bullet-active{
    opacity: 1;
    background-color: var(--theme-bg-color);
}
section.container .section__wrapper .swiper{
    padding-bottom: 60px;
}
section .section__title{
    margin: 80px 0 32px 0;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    color:  #17292A;
}
@media screen and (max-width: 1439px){
    section .section__title{
        margin: 64px 0 24px 0;
        font-size: 32px;
        line-height: 38px;
    }
}
@media screen and (max-width: 1279px){
    section .section__title{
        margin: 60px 0 20px 0;
        font-size: 24px;
        line-height: 28px;
    }
}
@media screen and (max-width: 767px){
    section.container .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    section .section__title{
        margin: 40px 0 32px 0;
        font-size: 22px;
        line-height: 26px;
    }
}
/* global end*/

/* banner */
.section__banner{
    font-size: 0;
}
.section__banner .banner__tip {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}
.section__banner .banner__tip p{
    font-size: 48px;
    line-height: 64px;
    font-weight: 800;
    margin: 0;
    color: #333333;
}
.section__banner .banner__tip.second p {
    color: #FFFFFF;
}
.section__banner .banner__tip .btn__container{
    height: 44px;
    width: 140px;
    background: var(--theme-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    margin-top: 44px;
}
.section__banner .banner__tip .btn__container:hover{
    background: var(--global-a-hover);
}
.section__banner .banner__tip .btn__container a{
    line-height: 22px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
}
.section__banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: var(--theme-bg-color);
    opacity: 0.4;
}
.section__banner .swiper-pagination-bullet-active{
    opacity: 1;
}
.section__banner .swiper-horizontal>.swiper-pagination-bullets,
.section__banner .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 24px;
}
.section__banner .swiper-button-next,
.section__banner .swiper-button-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: rgb(51, 51, 51);
    background: rgba(255, 255, 255, 0.7);
}
.section__banner .swiper-button-next { right: 24px; }
.section__banner .swiper-button-prev { left: 24px; }
.section__banner .swiper-button-next:hover,
.section__banner .swiper-button-prev:hover {
    background: rgba(255, 255, 255);
}
.section__banner .swiper-button-next:after,
.section__banner .swiper-button-prev:after {
    font-size: 16px;
}
@media only screen and (max-width: 1439px) {
    .section__banner .swiper-button-next,
    .section__banner .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
    .section__banner .banner__tip p{
        font-size: 40px;
        line-height: 56px;
    }
    .section__banner .banner__tip .btn__container{
        height: 40px;
        width: 130px;
        margin-top: 32px;
    }
    .section__banner .banner__tip .btn__container a{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1279px) {
    .section__banner .banner__tip p {
        font-size: 36px;
        line-height: 52px;
    }
}
@media only screen and (max-width: 1023px) {
    .section__banner .swiper-button-next,
    .section__banner .swiper-button-prev {
        display: none;
    }
    .section__banner .banner__tip p{
        font-size: 28px;
        line-height: 38px;
    }
    .section__banner .banner__tip .btn__container{
        height: 36px;
        margin-top: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .section__banner .banner__tip p{
        font-size: 28px;
        line-height: 36px;
    }
    .section__banner .banner__tip{
        align-items: center;
        top: 10%;
        transform: unset;
    }
    .section__banner .banner__tip .btn__container{
        margin-top: 20px;
    }
}
/* banner end */

/* scene */
@keyframes animate_breath {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}
.section__scene *{
    box-sizing: border-box;
}
.pickScene__container {
    position: relative;
    font-size: 0;
}
.pickScene__container .pickScene__tabs {
    margin:0 auto;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
}
.pickScene__container .pickScene__tabs__container {
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 660px;
    overflow-x: auto;
}
.pickScene__container .pickScene__tabs__container::-webkit-scrollbar {
    display: none;
}
.pickScene__container .pickScene__tabs__container div {
    flex: 1;
    height: 32px;
    line-height: 32px;
    width: auto;
    max-width: 252px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
    white-space: nowrap;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0 10px;
}
.pickScene__container .pickScene__tabs__container div:last-child {
    margin-right: 0;
}
.pickScene__container .pickScene__tabs__container .active {
    border: 1px solid #FFFFFF;
}
.pickScene__container .pickScene__bg {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #111111;
    display: block;
}
.pickScene__container .pickScene__bg__wrap img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    font-size: 0;
}
.pickScene__container .pickScene__bg__item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


@keyframes smartLight {
    0% {
        transform: scale(0);
        opacity: .5
    }
    66% {
        transform: scale(2.5);
        opacity: .9
    }
    100% {
        transform: scale(3.2);
        opacity: 0
    }
}
.pickScene__container .pickScene__bg__item__ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
}
.pickScene__container .pickScene__bg__item__ripple span.circle {
    width: 18px;
    height: 18px;
    border-radius: 9999px;
    border: 1px solid #FFFFFF;
    background: 0 0;
    position: absolute;
    z-index: 50;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
    transform: scale(1);
    opacity: 0
}
@media only screen and (max-width: 1280px) {
    .pickScene__container .pickScene__bg__item__ripple span.circle {
        width: 15px;
        height: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .pickScene__container .pickScene__bg__item__ripple span.circle {
        width: 12px;
        height: 12px;
    }
}
.pickScene__container .pickScene__bg__item__ripple span.circle:nth-child(1) {
    animation: smartLight 2s infinite
}
.pickScene__container .pickScene__bg__item__ripple span.circle:nth-child(2) {
    animation: smartLight 2s infinite;
    animation-delay: 1s
}
.pickScene__container .pickScene__bg__item__ripple span.circle:nth-child(3) {
    animation: smartLight 2s infinite;
    animation-delay: 2s
}


.pickScene__container .pickScene__bg__item__1 .pickScene__bg__item__ripple:nth-child(1) {
    display: none;
}
.pickScene__container .pickScene__bg__item__1 .pickScene__bg__item__ripple:nth-child(2) {
    top: 80%;
    left: 54%;
}
.pickScene__container .pickScene__bg__item__2 .pickScene__bg__item__ripple:nth-child(1) {
    left: 35%;
    top: 54%;
}
.pickScene__container .pickScene__bg__item__2 .pickScene__bg__item__ripple:nth-child(2) {
    left: 60%;
    top: 32%;
}
.pickScene__container .pickScene__bg__item__2 .pickScene__bg__item__ripple:nth-child(3) {
    left: 77%;
    top: 54%;
}
.pickScene__container .pickScene__bg__item__3 .pickScene__bg__item__ripple:nth-child(1) {
    top: 42%;
    left: 12%;
}
.pickScene__container .pickScene__bg__item__3 .pickScene__bg__item__ripple:nth-child(2) {
    left: 93%;
    top: 69%;
}
@media only screen and (min-width: 768px) {
    .pickScene__container .pickScene__tabs {
        padding-left: 54px;
        padding-right: 54px;
        top: 20px;
    }
    .pickScene__container .pickScene__bg__item__ripple img {
        width: 20px;
        height: 20px;
    }
    .pickScene__container .pickScene__tabs__container {
        max-width: 804px;
    }
    .pickScene__container .pickScene__tabs__container div {
        font-size: 14px;
        margin-right: 24px;
        max-width: 252px;
    }
    .pickScene__container .pickScene__bg__item__1 .pickScene__bg__item__ripple:nth-child(1) {
        top: 78%;
        left: 18%;
        display: block;
    }
    .pickScene__container .pickScene__bg__item__1 .pickScene__bg__item__ripple:nth-child(2) {
        top: 80%;
        left: 64%;
    }
    .pickScene__container .pickScene__bg__item__2 .pickScene__bg__item__ripple:nth-child(1) {
        left: 28%;
        top: 62%;
    }
    .pickScene__container .pickScene__bg__item__2 .pickScene__bg__item__ripple:nth-child(2) {
        left: 44%;
        top: 26%;
    }
    .pickScene__container .pickScene__bg__item__2 .pickScene__bg__item__ripple:nth-child(3) {
        left: 80%;
        top: 66%;
    }
    .pickScene__container .pickScene__bg__item__3 .pickScene__bg__item__ripple:nth-child(1) {
        top: 35%;
        left: 35%;
    }
    .pickScene__container .pickScene__bg__item__3 .pickScene__bg__item__ripple:nth-child(2) {
        left: 87%;
        top: 78%;
    }
}
@media only screen and (min-width: 1024px) {
    .pickScene__container .pickScene__tabs{
        top: 24px;
    }
    .pickScene__container .pickScene__tabs__container div {
        max-width: 252px;
        line-height: 36px;
        height: 36px;
        border-radius: 18px;
    }
}
@media only screen and (min-width: 1440px) {
    .pickScene__container .pickScene__tabs__container div {
        line-height: 44px;
        height: 44px;
        font-size: 16px;
        border-radius: 22px;
    }
    .pickScene__container .pickScene__tabs {
        padding-left: 238px;
        padding-right: 238px;
        top: 36px;
    }
    .pickScene__container .pickScene__bg__item__ripple img {
        width: 24px;
        height: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .linkind .product__modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 101;
        height: 100%;
        transition: 5.5s all;
    }
    .linkind .product__modal .mask {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .linkind .product__modal .content {
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        background: #FFFFFF;
        border-radius: 12px 12px 0 0;
        overflow: hidden;
        max-height: 80%;
        width: 100%;
    }
    .linkind .product__modal .content__head {
        background: #ffffff;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        height: 44px;
    }
    .linkind .product__modal .content__head button {
        background: #ffffff;
        outline: none;
        border: none;
        color: #76868A;
        font-size: 24px;
        cursor: pointer;
        padding: 12px;
    }
    .linkind .product__modal .content__item {
        padding: 0 16px;
        overflow-y: auto;
        display: none;
    }
    .linkind .product__modal .content__item__image {
        font-size: 0;
    }
    .linkind .product__modal .content__item__image img {
        width: 100%;
        height: 100%;
    }
    .linkind .product__modal .content__item__detail .name {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 16px;
    }
    .linkind .product__modal .content__item__detail .content__item__price {
        margin: 16px 0;
        text-align: center;
    }
    .linkind .product__modal .content__item__detail .special-price .price {
        font-size: 18px;
        line-height: 29px;
        color: #1F2429;
        font-weight: 800;
    }
    .linkind .product__modal .content__item__detail .old-price .price {
        font-size: 14px;
        text-decoration: line-through;
        line-height: 24px;
        color:  #8C9399;
        font-weight: 500;
        margin-left: 16px;
    }
    .linkind .product__modal .content__item__detail .save-price {
        background: #F5515B;
        border-radius: 12px;
        width: 48px;
        height: 20px;
        display: inline-block;
        font-size: 12px;
        line-height: 20px;
        color: #FFFFFF;
        margin-left: 12px;
        text-align: center;
    }
    .linkind .product__modal .content__item__more {
        width: 100%;
        height: 44px;
        line-height: 44px;
        background-color: #355159;
        border-radius: 22px;
        text-align: center;
        margin-bottom: 32px;
    }
    .linkind .product__modal .content__item__more a {
        color: #ffffff;
        text-decoration: none;
    }
}
@media only screen and (min-width: 768px) {
    .linkind .product__modal {
        position: absolute;
        inset: 0 auto auto 0;
        margin: 0;
        background-color: #fff;
        border-radius: 8px;
        overflow: hidden;
        width: 328px;
        z-index: 99;
        display: none;
    }
    .linkind .product__modal .content__head {
        display: none;
    }
    .linkind .product__modal .content__item {
        padding: 16px;
        line-height: 26px;
        display: none;
    }
    .linkind .product__modal .content__item__image {
        margin-right: 16px;
    }
    .linkind .product__modal .content__item__image img {
        max-width: unset;
        width: 108px;
        height: 108px;
    }
    .linkind .product__modal .content__item__detail .name {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .linkind .product__modal .content__item__detail .content__item__price {
        margin: 8px 0;
    }
    .linkind .product__modal .content__item__detail .special-price .price {
        font-size: 14px;
        line-height: 22px;
        color: #1F2429;
        font-weight: 800;
    }
    .linkind .product__modal .content__item__detail .old-price .price {
        font-size: 14px;
        text-decoration: line-through;
        line-height: 22px;
        color:  #8C9399;
        font-weight: 500;
        margin-left: 8px;
    }
    .linkind .product__modal .content__item__detail .save-price {
        background: #F5515B;
        border-radius: 12px;
        width: 44px;
        height: 18px;
        display: inline-block;
        font-size: 12px;
        line-height: 18px;
        color: #FFFFFF;
        margin-left: 12px;
        text-align: center;
    }
    .linkind .product__modal .content__item__more {
        width: 100%;
        height: 32px;
        line-height: 32px;
        background-color: #355159;
        border-radius: 22px;
        text-align: center;
        font-size: 14px;
        max-width: 122px;
    }
    .linkind .product__modal .content__item__more a {
        color: #ffffff;
        text-decoration: none;
    }
    .linkind .product__modal .content__item__more:hover {
        background-color: #496269;
    }
    .linkind .product__modal .content__item__more:focus {
        background-color: #2d444b;
    }
}
@media only screen and (min-width: 1024px) {
    .linkind .product__modal {
        width: 364px;
    }
    .linkind .product__modal .content__item__image img {
        width: 116px;
        height: 116px;
    }
    .linkind .product__modal .content__item__detail .name {
        font-size: 16px;
        line-height: 20px;
    }
    .linkind .product__modal .content__item__detail .price .current {
        font-size: 16px;
        line-height: 26px;
    }
    .linkind .product__modal .content__item__detail .price .origin {
        font-size: 14px;
        line-height: 24px;
    }
    .linkind .product__modal .content__item__detail .special-price .price{
        font-size: 16px;
    }
}
@media only screen and (min-width: 1440px) {
    .linkind .product__modal {
        width: 460px;
    }
    .linkind .product__modal .content__item__image img {
        width: 148px;
        height: 148px;
    }
    .linkind .product__modal .content__item__detail .name {
        font-size: 20px;
        line-height: 28px;
    }
    .linkind .product__modal .content__item__detail .price {
        margin: 12px 0;
    }
    .linkind .product__modal .content__item__detail .price .current {
        font-size: 20px;
        line-height: 32px;
    }
    .linkind .product__modal .content__item__detail .price .origin {
        font-size: 16px;
        line-height: 26px;
    }
    .linkind .product__modal .content__item__more {
        height: 36px;
        line-height: 36px;
        max-width: 130px;
    }
    .linkind .product__modal .content__item__detail .special-price .price{
        font-size: 20px;
        line-height: 32px;
    }
    .linkind .product__modal .content__item__detail .old-price .price{
        font-size: 16px;
        line-height: 26px;
    }
}
/* scene end*/

/* featured product */
.section__product{
    --swiper-navigation-size: 16px;
}
.section__product .section__wrapper{
    margin: 0 64px;
    position: relative;
}
.section__product .section__wrapper .swiper-button-next{
    border: 1px solid var(--theme-bg-color);
    border-radius: 50%;
    color: var(--theme-bg-color);
    height: 44px;
    width: 44px;
    right: -64px;
}
.section__product .section__wrapper .swiper-button-prev{
    border: 1px solid var(--theme-bg-color);
    border-radius: 50%;
    color: var(--theme-bg-color);
    height: 44px;
    width: 44px;
    left: -64px;
}
.section__product .section__wrapper .swiper-button-prev:hover,
.section__product .section__wrapper .swiper-button-next:hover {
    background-color: var(--theme-bg-color);
    color: #ffffff;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
    background-color: #FFFFFF !important;
}
.section__product .section__wrapper .productSwiper{
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.section__product .product-item{
    background: #F4F5F6;
    padding: 20px !important;
    border-radius: 12px;
    display: flex;
    font-size: 16px;
}
.product-item .item__img{
    font-size: 0;
    display: flex;
    align-items: center;
}
.product-item .item__img a{
    overflow: hidden;
}
.product-item .item__detail__wrap{
    width: calc((100% - 20px - 240px));
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-item .item__img img{
    transition: all 0.3s;
    width: 240px;
    height: 240px;
}
.product-item .product__item__name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 56px;
}
.product-item .product__item__name a{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #1B353C;
}
.product-item .product__item__price{
    margin: 8px 0 !important;
    font-size: 16px;
    line-height: 26px;
}
.product-item .price-box{
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product-item .price-box .price{
    font-size: 24px;
    line-height: 32px;
    color: #1B353C;
    font-weight: 800;
}
.price-box .old-price .price-label{
    display: none;
}
.product-item .old-price .price{
    color: #8C9399;
    font-size: 16px;
    line-height: 26px;
    text-decoration: line-through;
    font-weight: 500;
    margin: 0 12px;
}
.product-item .save-price {
    background: #FF572D;
    border-radius: 4px;
    width: 44px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: center;
    padding: 3px;
    font-weight: 800;
}
.product-item .product__item__action{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.product-item .product__item__action .btn__tip{
    font-size: 14px;
    line-height: 20px;
    color: #1B353C;
}
.product-item .product__item__action .btn__tip.visible{
    visibility: hidden;
}
.product-item .product__item__action button,
.product-item .product__item__action a {
    margin-top: 8px;
    background: var(--theme-bg-color);
    border-radius: 22px;
    height: 44px;
    line-height: 32px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    transition: all .3s;
    text-decoration: none;
}
.product-item .product__item__action a:hover {
    background: var(--global-a-hover);
}
.product-item .product__item__action button.visible,
.product-item .product__item__action a.visible {
    visibility: hidden;
}
.product-item .product__item__action button.AmazonBuy{
    background: #355159;
}
.product-item .product__item__action button.AmazonBuy:hover{
    background: #496269;
}
.product-item .product__item__action button.AmazonBuy:focus{
    background: #2d444b;
}
.product-item .product__item__action button.AiDotBuy:hover{
    background: #32494f;
}
.product-item .product__item__action button.AiDotBuy:focus{
    background: #162D33;
}
.product-item .product__item__action button img{
    height: 22px;
    margin-left: 4px;
}
@media screen and (max-width: 1439px){
    .product-item .product__item__name a{
        font-size: 16px;
        line-height: 26px;
    }
    .product-item .product__item__name{
        min-height: 52px;
    }
    .product-item .price-box .price{
        font-size: 20px;
    }
    .product-item .old-price .price{
        font-size: 16px;
    }
    .product-item .product__item__action{
        padding-bottom: 12px;
    }
    .product-item .product__item__action .btn__tip{
        font-size: 12px;
    }
    .product-item .product__item__action button,
    .product-item .product__item__action a {
        font-size: 16px;
        height: 36px;
    }
    .product-item .product__item__action button img{
        height: 19px;
    }
    .section__product .section__wrapper{
        margin: 0 56px;
    }
    .section__product .section__wrapper .swiper-button-next,
    .section__product .section__wrapper .swiper-button-prev{
        width: 36px;
        height: 36px;
    }
    .product-item .item__img img{
        width: 216px;
        height: 216px;
    }
    .product-item .item__detail__wrap{
        width: calc((100% - 20px - 216px));
    }
}
@media screen and (max-width: 1279px){
    .product-item .item__img{
        align-items: self-start;
    }
    .product-item .item__img img{
        width: 144px;
        height: 144px;
    }
    .product-item .item__detail__wrap{
        width: calc((100% - 20px - 144px));
    }
    .product-item .price-box .price {
        font-size: 16px;
    }
    .product-item .old-price .price {
        font-size: 14px;
    }
    .product-item .save-price{
        font-size: 12px;
        padding: 2px;
    }
}
@media screen and (max-width: 1023px){
    .section__product .section__wrapper{
        margin: 0;
        padding-bottom: 28px;
    }
    .section__product .section__wrapper .swiper-pagination{
        bottom: 0;
    }
    .section__product .section__wrapper .swiper-button-next,
    .section__product .section__wrapper .swiper-button-prev{
        display: none;
    }
    .product-item .item__img img{
        width: 128px;
        height: 128px;
    }
    .product-item .item__detail__wrap{
        width: calc((100% - 20px - 128px));
    }
}
@media screen and (max-width: 767px){
    .product-item .price-box{
        justify-content: center;
    }
    .product-item .product__item__name a{
        line-height: 19px;
    }
    .section__product .product-item{
        flex-direction: column;
        padding: 16px !important;
        text-align: center;
    }
    .product-item .item__detail__wrap{
        width: 100%;
        margin: 0;
    }
    .product-item .item__img a{
        width: 100%;
    }
    .product-item .item__img img{
        width: 100%;
        height: 100%;
        margin-bottom: 16px;
    }
    .product-item .product__item__action button,
    .product-item .product__item__action a {
        font-size: 14px;
    }
    .product-item .product__item__action button img{
        height: 16px;
    }
}
@media screen and (max-width: 374px){
    .section__product .product-item{
        padding: 12px !important;
    }
    .product-item .product__item__action button,
    .product-item .product__item__action a {
        font-size: 12px;
    }
    .product-item .product__item__action button img{
        height: 14px;
    }

}
@media screen and (min-width: 768px){
    .product-item .item__img img:hover{
        transform: scale(1.05);
    }
}
@media screen and (min-width: 1024px){
    .section__product .section__wrapper .swiper-pagination{
        display: none;
    }
}
/* featured product end */

/* blog */
.section__blog .blog__item{
    border-radius: 12px;
    background: #F4F5F6;
    overflow: hidden;
    cursor: pointer;
}
.section__blog .blog__item a{
    overflow: hidden;
    font-size: 0;
    display: block;
}
.section__blog .blog__item img{
    width: 100%;
    background-position: center;
    transition: all 0.3s;
}
.section__blog .blog__item img:hover{
    transform: scale(1.05);
}
.section__blog .blog__item .item__detail__wrap{
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.section__blog .blog__item .item__detail__wrap .title{
    font-size: 20px;
    color: #1B353C;
    height: 64px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section__blog .blog__item .item__detail__wrap .more{
    font-size: 16px;
    color: #527D7F;
    line-height: 26px;
    font-weight: 500;
}
@media screen and (max-width: 1439px){
    .section__blog .blog__item .item__detail__wrap .title{
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }
    .section__blog .blog__item .item__detail__wrap .more{
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (max-width: 1023px){
    .section__blog .blog__item .item__detail__wrap{
        padding: 16px;
    }
    .section__blog .blog__item .item__detail__wrap .title{
        margin-bottom: 16px;
    }
}
/* blog end*/

/* customer say */
@keyframes animate_up {
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 0%;
    }
}
@keyframes animate_down {
    0% {
        bottom: 0%;
    }
    100% {
        bottom: -100%;
    }
}
.section__say .say__item .item__img{
    font-size: 0;
    border-radius: 12px;
}
.section__say .say__item .item__img img{
    width: 100%;
    border-radius: 12px;
}
.section__say .say__item .item__detail{
    color: #1B353C;
    text-align: center;
    padding: 16px 16px 24px 16px;
}
.section__say .say__item .item__detail p{
    font-size: 16px;
    color: #1B353C;
    text-align: center;
    line-height: 26px;
    font-weight: 500;
}
.section__say .say__item .item__detail .say__by{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section__say .say__item .item__detail .say__by .line{
    height: 2px;
    background: #1B353C;
    width: 36px;
}
.section__say .say__item .item__detail .say__by .name{
    margin: 0 10px;
    font-size: 16px;
    font-weight: 600;
}
@media screen and (min-width: 768px){
    .section__say .say__item{
        position: relative;
        overflow: hidden;
    }
    .section__say .say__item:hover .item__detail,
    .section__say .say__item:active .item__detail {
        transform: translate(0);
    }
    .section__say .say__item .item__detail{
        position: absolute;
        background-color: var(--theme-bg-color);
        color: #ffffff;
        margin: 0;
        padding: 24px 16px 32px;
        left: 0;
        bottom: -1px;
        height: 65%;
        transform: translateY(100%);
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        transition: transform 0.5s;
        border-radius: 0 0 12px 12px;
    }
    .section__say .say__item .item__detail .say__by .name{
        font-size: 14px;
    }
    .section__say .say__item .item__detail .content{
        height: 70%;
        overflow: auto;
    }
    .section__say .say__item .item__detail .content::-webkit-scrollbar {
        width: 3px;
        border-radius: 2px;
        background-color: rgba(0,0,0,0.15);
        cursor: pointer;
    }
    .section__say .say__item .item__detail .content::-webkit-scrollbar-thumb {
        width: 3px;
        border-radius: 2px;
        background-color: rgba(255,255,255,0.15);
        cursor: pointer;
    }
    .section__say .say__item .item__detail p{
        color: #FFFFFF;
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        padding: 0 12px 20px 0;
    }
    .section__say .say__item .item__detail .say__by{
        border-top: 1px solid rgba(255,255,255,0.12);
        padding: 16px 0;
        margin-top: 16px;
        justify-content: flex-start;
    }
    .section__say .say__item .item__detail .say__by .line{
        display: none;
    }
    .section__say .say__item .item__detail .say__by .name {
        margin: 0;
    }
}
@media screen and (min-width: 1024px){
    .section__say .say__item .item__detail{
        padding: 24px 20px 32px 20px;
    }
    .section__say .say__item .item__detail .content{
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (min-width: 1280px){
    .section__say .say__item .item__detail .content{
        height: 75%;
        font-size: 16px;
        line-height: 26px;
    }
    .section__say .say__item .item__detail .say__by .name{
        font-size: 16px;
    }
}
@media screen and (min-width: 1440px){
    .section__say .say__item .item__detail{
        padding: 20px 20px 40px 20px;
    }
    .section__say .say__item .item__detail .content{
        height: 80%;
        font-size: 18px;
        line-height: 32px;
    }
    .section__say .say__item .item__detail .say__by .name{
        font-size: 20px;
    }
}
/* customer say end*/

/* video */
.section__video .section__wrapper{
    margin-top: 60px;
}
.section__video .video__item .video__box{
    border-radius: 12px;
}
.section__video .video__item .video__play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px){
    .section__video .video__item .video__play{
        width: 48px;
        height: 48px;
    }
}
@media screen and (min-width:1024px){
    .section__video .video__item .video__play{
        width: 56px;
        height: 56px;
    }
}
@media screen and (min-width:1440px){
    .section__video .video__item .video__play{
        width: 64px;
        height: 64px;
    }
}
@media screen and (max-width: 1439px){
    .section__video .section__wrapper{
        margin-top: 40px;
    }
}
@media screen and (max-width: 1023px){
    .section__video .section__wrapper{
        margin-top: 32px;
    }
}
@media screen and (max-width: 767px){
    .section__video .section__wrapper{
        margin-top: 40px;
    }
}
/* video end */

/* endorse */
.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;
}
.section__platform .section__wrapper .platformSwiper .swiper-slide img{
    height: 60px;
}
.section__endorse .endorse-item {
    text-align: center;
    font-size: 0;
    margin-bottom: 32px;
}
.section__endorse .endorse-item .item-words {
    background: #F4F5F6;
    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 #F4F5F6;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}
.section__endorse .endorse-item .item-words p {
    font-weight: 400;
    color: #1B353C;
    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: #8C9399;
    margin-top: 8px;
}
.section__endorse .endorse-item .item-platform img {
    height: 60px;
    margin-top: 42px;
}
@media only screen and (max-width: 1439px) {
    .section__endorse .endorse-item .item-words p {
        font-size: 20px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 1279px) {
    .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;
    }
}
@media only screen and (max-width: 1023px) {
    .section__endorse .endorse-item .item-words p {
        font-size: 16px;
        line-height: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .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;
    }
}
@media only screen and (min-width: 768px) {
    .section__endorse .section__wrapper{
        margin: 0 64px;
        position: relative;
    }
}
/* endorse end*/

/* app */
@keyframes dash {
    0% {
        stroke-dashoffset: 200;
    }
    100% {
        stroke-dashoffset: 0 ;
    }
}
@keyframes circle_right {
    0% {
        -webkit-transform: rotate(-135deg);
    }
    50%,
    100% {
        -webkit-transform: rotate(45deg);
    }
}
@keyframes circle_left {
    0%,
    50% {
        -webkit-transform: rotate(-135deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}
.section__app {
    position: relative;
    background-image: url(../images/home_app_bg_wap.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0 40px 0;
}
.section__app * {
    box-sizing: border-box;
}
.section__app .control__wrap {
    display: flex;
    flex-direction: column;
    max-width: 278px;
    margin: 0 auto;
    position: relative;
}
.section__app .control__wrap__word {
    max-width: 278px;
}
.section__app .control__wrap__title {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 28px;
    font-weight: 800;
}
.section__app .control__wrap__tip {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 28px;
}
.section__app .control__wrap__process {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    height: 24px;
}
.section__app .control__wrap__process p {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    opacity: 0.8;
    margin-left: 16px;
}
.section__app .control__wrap__process .circle_process {
    position: relative;
    width: 20px;
    height: 20px;
    transition: all 0.3s;
}
.section__app .control__wrap__process .circle_process .number {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    overflow: hidden;
    color: #FFFFFF;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}
.section__app .control__wrap__process .circle_process .wrapper {
    width: 10px;
    height: 20px;
    position: absolute;
    top: 0;
    overflow: hidden;
}
.section__app .control__wrap__process .circle_process .right {
    right: 0;
}
.section__app .control__wrap__process .circle_process .left {
    left: 0;
}
.section__app .control__wrap__process .circle_process .circle {
    width: 21px;
    height: 20px;
    border: 2px solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
}
.section__app .control__wrap__process .circle_process .rightcircle {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    right: 0;
}
.section__app .control__wrap__process .circle_process .leftcircle {
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    left: 0;
}
.section__app .control__wrap__process__active p {
    font-size: 16px;
    line-height: 28px;
    opacity: 1;
}
.section__app .control__wrap__process__active .circle_process {
    transform: scale(1.2);
}
.section__app .control__wrap__process__active .circle_process .rightcircle {
    -webkit-animation: circle_right 3s linear ;
}
.section__app .control__wrap__process__active .circle_process .leftcircle {
    -webkit-animation: circle_left 3s linear ;
}
.section__app .control__wrap__learn {
    text-decoration: none;
    color: #355159;
    height: 36px;
    line-height: 36px;
    display: block;
    margin: 24px 0 30px;
    background-color: #ffffff;
    border-radius: 25px;
    font-size: 14px;
    text-align: center;
    max-width: 130px;
    cursor: pointer;
}
.section__app .control__wrap__learn:hover {
    background-color: #496269;
}
.section__app .control__wrap__learn:focus {
    background-color: #2d444b;
}
.section__app .control__wrap__swiper {
    position: relative;
    max-width: 278px;
}
.section__app .control__wrap__swiper__frame {
    position: absolute;
    z-index: 2;
    top: -6px;
    left: -6px;
    height: 261px;
}
.section__app .control__wrap__swiper__progressBar {
    position: absolute;
    width: 98px;
    display: flex;
    align-items: center;
    right: 22px;
    bottom: 12px;
}
.section__app .control__wrap__swiper__progressBar .swiper-pagination {
    color: #ffffff;
    font-size: 12px;
    text-align: left;
    width: 36px;
    position: initial;
}
.section__app .control__wrap__swiper__progressBar .progressbar {
    display: block;
    height: 2px;
    width: 80%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #FFFFFF;
    background-image: linear-gradient(90deg, #527D7F, #527D7F);
    background-repeat: no-repeat;
    background-size: 33%;
    -webkit-transition: background-position 0.4s ease-in-out;
    transition: background-position 0.4s ease-in-out;
}
.section__app .control__wrap__swiper .phoneSwiper {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}
.section__app .control__wrap__swiper .phoneSwiper .swiper-slide img {
    height: 100%;
    width: 100%;
    max-width: 98px;
}
.section__app .control__wrap__swiper .phoneSwiper .swiper-slide-active img,
.section__app .control__wrap__swiper .phoneSwiper .swiper-slide-duplicate-active img {
    max-width: 116px;
    max-height: 250px;
}
@media only screen and (min-width: 768px) {
    .section__app{
        background-image: url(../images/home_app_bg.jpg);
        padding: 36px 100px 0 110px;
    }
    .section__app .control__wrap {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        max-width: 864px;
    }
    .section__app .control__wrap__word {
        max-width: 100%;
        margin-right: 46px;
    }
    .section__app .control__wrap__title {
        font-size: 24px;
        line-height: 38px;
    }
    .section__app .control__wrap__tip {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 24px;
    }
    .section__app .control__wrap__learn {
        max-width: 122px;
        margin: 24px 0 40px;
        color: #ffffff;
        background-color: #355159;
    }
    .section__app .control__wrap__swiper__frame {
        top: -7px;
        left: -7px;
    }
    .section__app .control__wrap__swiper .phoneSwiper .swiper-slide img {
        height: 100%;
        width: 100%;
        max-width: 98px;
    }
    .section__app .control__wrap__swiper .phoneSwiper .swiper-slide-active img,
    .section__app .control__wrap__swiper .phoneSwiper .swiper-slide-duplicate-active img {
        max-width: 114px;
        max-height: 248px;
    }
}
@media only screen and (min-width: 1024px) {
    .section__app{
        padding: 47px 80px 47px 147px;
    }
    .section__app .control__wrap {
        max-width: 960px;
        margin: 0 auto;
    }
    .section__app .control__wrap__word {
        margin-right: 67px;
    }
    .section__app .control__wrap__tip {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 36px;
    }
    .section__app .control__wrap__process {
        height: 28px;
    }
    .section__app .control__wrap__process p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 0 12px;
    }
    .section__app .control__wrap__process .circle_process {
        width: 24px;
        height: 24px;
    }
    .section__app .control__wrap__process .circle_process .number {
        width: 24px;
        height: 24px;
    }
    .section__app .control__wrap__process .circle_process .wrapper {
        width: 12px;
        height: 24px;
    }
    .section__app .control__wrap__process .circle_process .circle {
        width: 25px;
        height: 24px;
    }
    .section__app .control__wrap__process__active p {
        font-size: 20px;
        line-height: 32px;
    }
    .section__app .control__wrap__learn {
        max-width: 130px;
    }
    .section__app .control__wrap__swiper {
        max-width: 400px;
    }
    .section__app .control__wrap__swiper__frame {
        height: 348px;
        max-width: 172px;
        top: -7px;
        left: -9px;
    }
    .section__app .control__wrap__swiper__progressBar {
        width: 114px;
        right: 14%;
        bottom: 20px;
    }
    .section__app .control__wrap__swiper__progressBar .swiper-pagination {
        width: 32px;
    }
    .section__app .control__wrap__swiper .phoneSwiper .swiper-slide img {
        height: 100%;
        width: 100%;
        max-width: 130px;
    }
    .section__app .control__wrap__swiper .phoneSwiper .swiper-slide-active img,
    .section__app .control__wrap__swiper .phoneSwiper .swiper-slide-duplicate-active img {
        max-height: 332px;
        max-width: 154px;
    }
}
@media only screen and (min-width: 1280px) {
    .section__app .control__wrap {
        max-width: 1080px;
    }
    .section__app .control__wrap__word {
        margin-right: 162px;
    }
    .section__app .control__wrap__title {
        font-size: 32px;
        line-height: 52px;
    }
    .section__app .control__wrap__process {
        margin-bottom: 28px;
    }
    .section__app .control__wrap__learn {
        margin-top: 36px;
    }
    .section__app .control__wrap__swiper {
        max-width: 530px;
    }
    .section__app .control__wrap__swiper__frame {
        height: 452px;
        max-width: 223px;
        top: -7px;
        left: -11px;
    }
    .section__app .control__wrap__swiper__progressBar {
        width: 165px;
        right: 11.5%;
        bottom: 30px;
    }
    .section__app .control__wrap__swiper__progressBar .swiper-pagination {
        width: 32px;
        font-size: 14px;
    }
    .section__app .control__wrap__swiper .phoneSwiper {
        border-radius: 25px;
    }
    .section__app .control__wrap__swiper .phoneSwiper .swiper-slide img {
        height: 100%;
        width: 100%;
        max-width: 169px;
    }
    .section__app .control__wrap__swiper .phoneSwiper .swiper-slide-active img,
    .section__app .control__wrap__swiper .phoneSwiper .swiper-slide-duplicate-active img {
        max-height: 433px;
        max-width: 200px;
    }
}
@media only screen and (min-width: 1440px) {
    .section__app{
        padding: 68px 180px 68px 180px;
    }
    .section__app .control__wrap__word {
        margin-right: 196px;
    }
    .section__app .control__wrap__title {
        font-size: 40px;
        line-height: 64px;
    }
    .section__app .control__wrap__tip {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 44px;
    }
    .section__app .control__wrap__process {
        height: 32px;
        margin-bottom: 28px;
    }
    .section__app .control__wrap__process p {
        font-size: 20px;
        line-height: 32px;
        margin-left: 14px;
    }
    .section__app .control__wrap__process .circle_process {
        width: 28px;
        height: 28px;
    }
    .section__app .control__wrap__process .circle_process .number {
        width: 28px;
        height: 28px;
    }
    .section__app .control__wrap__process .circle_process .wrapper {
        width: 14px;
        height: 28px;
    }
    .section__app .control__wrap__process .circle_process .circle {
        width: 29px;
        height: 28px;
    }
    .section__app .control__wrap__process__active p {
        font-size: 24px;
        line-height: 38px;
    }
    .section__app .control__wrap__learn {
        margin-top: 44px;
        max-width: 140px;
        font-size: 16px;
        height: 44px;
        line-height: 44px;
    }
    .section__app .control__wrap__swiper {
        max-width: 530px;
    }
    .section__app .control__wrap__swiper__frame {
        height: 485px;
        max-width: 240px;
        top: -10px;
        left: -12px;
    }
    .section__app .control__wrap__swiper__progressBar {
        width: 187px;
        right: 5.5%;
        bottom: 20px;
    }
    .section__app .control__wrap__swiper__progressBar .swiper-pagination {
        width: 32px;
        font-size: 14px;
    }
    .section__app .control__wrap__swiper .phoneSwiper .swiper-slide img {
        height: 100%;
        width: 100%;
        max-width: 190px;
    }
    .section__app .control__wrap__swiper .phoneSwiper .swiper-slide-active img,
    .section__app .control__wrap__swiper .phoneSwiper .swiper-slide-duplicate-active img {
        max-height: 479px;
        max-width: 213px;
    }
}
/* app end */
