.banner-m{
    display: none;
}

.btn.more {
    color: #444444;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    padding: 5px 3px;
    border-radius: 0;
    position: relative;
    z-index: 80;
    display: inline-block !important;
}

.btn.more:before, .btn.more:after {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    -webkit-transition: width 400ms;
    transition: width 400ms;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.btn.more:before {
    width: 100%;
    right: 0;
    background: #338CDD;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.btn.more:hover:before {
    width: 0;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.btn.more:after {
    width: 0;
    left: 0;
    background: #1f1f1f;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.btn.more:hover:after {
    width: 100%;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.scrolldown {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 40px;
    display: inline-block;
    width: 118px;
}

.scrolldown:after {
    content: '';
    display: block;
    margin: 17px auto 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 1px;
    height: 50px;
    background: rgba(205, 205, 205, .8)
}

.scrolldown:hover:after {
    animation: lineScroll 0.8s linear 0s infinite forwards;
}

@keyframes lineScroll {
    0% {
        height: 0;
    }
    100% {
        height: 50px;
    }
}

.sect-title, .titspan {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 70px;
    color: #1F1F1F;
    text-align: center;
    margin: 0 0 40px;
}

.titspan {
    font-size: 42px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* .sect-title:first-letter, .titspan:first-letter { */
    /* color: #348CDD; */
/* } */

.slick-arrow {
    background: url(../../images/common/index/arrow.png);
    height: 54px;
    width: 53px;
    font-size: 0;
    border: none;
    cursor: pointer;
    margin: 0 5px;
}

.slick-next {
    background-position: 100% 0;
}

.slick-next:hover {
    background-position: 100% 100%;
}

.slick-prev:hover {
    background-position: 0 100%;
}

/*sect1*/

.sect1 {
    background: #F0F0F0;
    padding: 120px 0 30px;
    margin-top: -5px;
}

.products-sect .top {
    position: relative;
}

.products-sect .arrow {
    position: absolute;
    right: 0;
    top: 10px;
}

.products-sect .sect-title {
    font-size: 45px;
}

.products-sect .btn.more:hover {
    background: #7FCAA5;
}

.products-list {
    margin: 0 -25px;
}

.products-list .item {
    width: 25%;
    padding: 0 25px;
}

.products-list .box {
    max-width: 320px;
    margin: 0 auto 40px;
    position: relative;
}

.products-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list .pic:before {
    content: '';
    background: url(../../images/common/products/hover.png);
    background-size: cover;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s;
}

.products-list .box:hover .pic:before {
    opacity: 1;
}

.products-list .box img {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}

.products-list .box:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.products-list .txt {
    padding-top: 10px;
}

.products-list .name {
    color: #222222;
    font-size: 22px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.products-list .box:hover .name {
    color: #444;
}

/*sect2*/

.sect2 {
    position: relative;
    background: url(../../images/common/index/sect2_bg.jpg);
    background-size: cover;
    padding: 212px 0 183px;
}

.sect2 .icon1 {
    position: absolute;
    bottom: -6%;
    left: -6%;
    z-index: 2;
    animation: spinner-wheel 20s linear 0s infinite forwards;
    pointer-events: none;
}

.sect2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: url(../../images/common/index/sect2_top.png) top no-repeat;
    height: 0;
    padding-bottom: 4.94%;
}

.reviews-sect .arrow {
    margin-top: 60px;
    margin-right: 15px;
}

.reviews-sect {
    display: flex;
}

.reviews-sect .left {
    text-align: right;
    width: 25%;
    padding-right: 30px;
}

.reviews-sect .sect-title {
    margin-bottom: 0;
}

.reviews-sect .more {
    margin-right: 20px;
}

.reviews-list {
    width: 75%;
    margin: 0 0px;
}

.reviews-list .item {
    width: 33.33%;
    padding: 0 0px;
}

.reviews-list .box {
    max-width: 360px;
    margin: 0 auto 40px;
    position: relative;
   
    background: rgba(255, 255, 255, 0);
    transition: all .4s ease-in-out;
    box-sizing: border-box;
}
.reviews-list .boxtop{
     padding: 17.5px 17.5px 5px;
     box-sizing: border-box;
}
.reviews-list .box:hover .boxtop{
  
    background: rgba(255, 255, 255, 0.50);
}

.reviews-list .pic {
    position: relative;
    overflow: hidden;
}

.reviews-list .pic:before {
    content: '';
    background: url(../../images/common/reviews/hover.png);
    background-size: cover;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s;
}

.reviews-list .box:hover .pic:before {
    opacity: 1;
}

.reviews-list .box .pic img {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}

.reviews-list .box:hover .pic img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.reviews-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.reviews-list .name {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* text-align: center; */
    margin: 10px 0;
    font-family: 'Inter', sans-serif;
}

.reviews-list .description {
   font-family: 'Inter', sans-serif;
   color: #888888;
   font-size: 15px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   position: relative;
   line-height: 1.5;
   height: 45px;
   margin-bottom: 12px;
}

.reviews-list .buynow:before {
    content: '';
    display: inline-block;
    background: url(../../images/common/reviews/cart.png);
    width: 20px;
    height: 17px;
    vertical-align: middle;
    margin-right: 8px;
}

.reviews-list .bottom {
    display: flex;
    justify-content: space-between;
    margin: 5px 0 10px;
    z-index: 31;
    position: relative;
    padding:0 17.5px;
    box-sizing: border-box;
}

.reviews-list .buynow {
    color: #444444;
    font-size: 15px;
    font-weight: 500;
    /* display: none; */
}

.reviews-list .buynow a {
    display: inline-block;
    /* border-bottom: 2px solid #338CDD; */
    padding: 0 3px 3px;
    position: relative;
}

.reviews-list .buynow a:before, .reviews-list .buynow a:after {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    -webkit-transition: width 400ms;
    transition: width 400ms;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.reviews-list .buynow a:before {
    width: 100%;
    right: 0;
    background: #338CDD;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.reviews-list .buynow a:hover:before {
    width: 0;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.reviews-list .buynow a:after {
    width: 0;
    left: 0;
    background: #1f1f1f;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.reviews-list .buynow a:hover:after {
    width: 100%;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.reviews-list .star .bg {
    display: inline-block;
    -webkit-mask: url(../../images/common/index/star.png) no-repeat center center / contain;
    mask: url(../../images/common/index/star.png) no-repeat center center / contain;
    background: #999999 url(../../images/common/reviews/bg.png) no-repeat top left;
    background-size: 100% 100%;
}

.reviews-list .star .bg[data-star="5"] {
    background-size: 100% 100%;
}

.reviews-list .star .bg[data-star="4.5"] {
    background-size: 90% 100%;
}

.reviews-list .star .bg[data-star="4"] {
    background-size: 80% 100%;
}

.reviews-list .star .bg[data-star="3.5"] {
    background-size: 70% 100%;
}

.reviews-list .star .bg[data-star="3"] {
    background-size: 60% 100%;
}

.reviews-list .star .bg[data-star="2.5"] {
    background-size: 50% 100%;
}

.reviews-list .star .bg[data-star="2"] {
    background-size: 40% 100%;
}

.reviews-list .star .bg[data-star="1.5"] {
    background-size: 30% 100%;
}

.reviews-list .star .bg[data-star="1"] {
    background-size: 20% 100%;
}

.reviews-list .star .bg[data-star="0.5"] {
    background-size: 10% 100%;
}

.reviews-list .star .bg[data-star="0"] {
    background-size: 0% 100%;
}

.reviews-list .star .bg img {
    opacity: 0;
}

.reviews-list .link {
    padding: 0 17.5px 0 7.5px;
    box-sizing: border-box;
    display: flex;
    /* justify-content: center; */
    z-index: 40;
    position: relative;
}

.reviews-list .link li {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    text-decoration: underline;
    text-underline-position: under;
    margin-left: 10px;
    margin-right: 10px;
}

.reviews-list .link li:nth-child(1){
    
}
.reviews-list .link li a:hover {
    opacity:0.7;
}


.sect3 {
    padding-bottom: 40px;
    background: #f6f6f6;
    position: relative;
}

.sect3::before {
    content: '';
    display: block;
    position: absolute;
    top: -100px;
    right: 0;
    left: 0;
    background: url(../../images/common/index/sect2_bottom.png) top no-repeat;
    height: 0;
    padding-top: 5.255%;
}

.coupon-list .slick-arrow {
    top: 50%;
    margin-top: -27px;
    position: absolute;
}

.coupon-list .slick-prev {
    left: 0;
}

.coupon-list .slick-next {
    right: 0;
}

.coupon-list {
    padding: 0 116px;
}

.coupon-list .item {
    width: 33.33%;
    padding: 0 0px;
}

.coupon-list .box {
    max-width: 350px;
    margin: 0 auto 40px;
    position: relative;
    padding: 17px;
    transition: all .4s ease-in-out;
    box-sizing: border-box;
    border: solid 1px #DCDCDC;
}

.coupon-list .box:before {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 3px;
    background: #338CDD;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    transition: all .4s ease-in-out;
}

.coupon-list .box:hover:before {
    background: #ABD0F1;
}

.coupon-list .pic {
    position: relative;
    overflow: hidden;
}

.coupon-list .pic:before {
    content: '';
    background: url(../../images/common/coupon/hover.png);
    background-size: cover;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s;
}

.coupon-list .box:hover .pic:before {
    opacity: 1;
}

.coupon-list .box .pic img {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}

.coupon-list .box:hover .pic img {
    /* -webkit-transform: scale(1.2); */
    /* transform: scale(1.2); */
    -webkit-filter: grayscale(1);
}

.coupon-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.coupon-list .name {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin: 10px 0;
    font-family: 'Inter', sans-serif;
}

.coupon-list .description {
    font-family: 'Inter', sans-serif;
    color: #888888;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    line-height: 1.5;
    height: 44px;
}

.sect4 {
    padding: 117px 0;
    background: #F0F0F0;
}

.video-list .box {
    position: relative;
    max-width: 1230px;
    margin: auto;
    height: auto;
    /* overflow: hidden; */
}

.video-list .box .cleft {
    width: 62.6%;
    float: left;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    position: relative;
}

.video-list .box .cleft:before {
    content: '';
    display: block;
    border: solid 5px rgba(170, 170, 170, .1);
    position: absolute;
    left: 23.2%;
    top: -10.28%;
    right: 23.2%;
    bottom: -10.28%;
    margin: auto;
    width: 50%;
    height: 120%;
}

.video-list .box .cright {
    width: 37.4%;
    padding-left: 114px;
    box-sizing: border-box;
    float: right;
}
.video-list .box .cright3{
    display:none;
}

.video-list .box .cright.cright2 {
    position: relative;
}

.video-list .box .cright.cright2::before {
    content: '';
    position: absolute;
    width: 125px;
    height: 1px;
    background: #CDCDCD;
    top: 16px;
    left: -45px;
}

.video-list .box .cright.sect-title {
    text-align: left;
}

.video-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    display: block !important;
}

.video-list .box .pic {
    position: relative;
    overflow: hidden;
}

.video-list .box .pic-box {
    position: relative;
}

.video-list .box .pic:before, .video-list .box .pic:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(18, 18, 18, .6);
    transition: all ease .3s;
}

.video-list .box .pic:after {
    opacity: 0;
    background: url(../../images/common/video/hover.png);
    background-size: cover;
}

.video-list .box:hover .pic:after {
    opacity: 1;
}

.video-list .box .pic-box:after {
    content: '';
    display: block;
    background: url(../../images/common/video/play.png) no-repeat;
    background-size: contain;
    width: 17.405%;
    height: 0;
    padding-bottom: 17.535%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.video-list .box .pic img {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}

.video-list .box:hover .pic img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.video-list .box .name {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}

.video-list .box .description {
    font-family: 'Inter', sans-serif;
    color: #888888;
    font-size: 15px;
    position: relative;
    line-height: 1.5;
    margin-bottom: 30px;
}

.sect5 {
    padding: 60px 0 112px;
    background: #E9E9E9;
}

.sect5 .box {
    display: flex;
    position: relative;
}

.sect5 .box>.more {
    display: none !important;
}

.sect5 .box .pic {
    position: relative;
    overflow: hidden;
}

.sect5 .box .pic:before {
    content: '';
    background: url(../../images/common/coupon/hover.png);
    background-size: cover;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s;
}

.sect5 .box:hover .pic:before {
    opacity: 1;
}

.sect5 .box .pic img {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}

.sect5 .box:hover .pic img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.sect5 .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.sect5 .cleft img {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1)
}

.sect5 .cleft {
    width: 58.125%;
    position: relative;
    z-index: 2;
}

.sect5 .cright {
    width: 41.875%;
}

.sect5 .cright .tit {
    padding-left: 50px;
}

.sect5 .cbox {
    padding-top: 58px;
    padding-right: 52px;
    padding-left: 169px;
    padding-bottom: 65px;
    position: relative;
    left: -68px;
    border: solid 5px rgba(17, 17, 17, 0.08);
    width: calc(100% + 68px);
    box-sizing: border-box;
}

.sect5 .editor {
    font-family: 'Inter', sans-serif;
    margin-bottom: 25px;
}

.sect5 .tit2 {
    font-size: 26px;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.2;
}

@media screen and (max-width: 1440px) {
    .reviews-list .link {
        flex-wrap: wrap;
    }
    .reviews-list .link li {
        white-space: nowrap;
    }
}

@media screen and (max-width: 1200px) {
    .video-list .box .cright {
        padding-left: 40px;
    }
    .titspan {
        font-size: 30px;
    }
    .sect5 .cbox {
        padding-top: 38px;
        padding-right: 35px;
        padding-left: 119px;
        padding-bottom: 52px;
    }
    .coupon-list {
        padding: 0 78px;
    }
}

@media screen and (max-width: 1000px) {
    .banner-m{
        display: block;
    }
    .banner{
        display: none;
    }
    .scrolldown {
        display: none;
    }
    .sect1 {
        padding: 28px 0 8px;
    }
    .products-sect .sect-title {
        font-size: 20px;
        max-width: 220px;
        margin: 0 auto 10px;
        text-align: center;
        line-height: 1.25;
    }
    .slick-arrow {
        width: 30px;
        height: 30px;
        background-size: 59px auto;
        margin: 0 3px;
    }
    .products-sect .arrow {
        position: static;
        margin-bottom: 25px;
        text-align: center;
    }
    .sect2:before {
        display: none;
    }
    .sect2 {
        padding: 40px 0 0;
    }
    .sect2 .icon1 {
        display: none;
    }
    .reviews-list {
        width: 100%;
    }
    .reviews-sect .arrow {
        margin-top: 10px;
        margin-right: 0;
    }
    .reviews-sect {
        flex-wrap: wrap;
    }
    .reviews-list .box {
        max-width: inherit;
        width: 100%;
        margin-bottom: 30px;
    }
    .reviews-list .box .pic img {
        width: 100%;
    }
    .sect-title {
        font-size: 40px;
        margin-bottom: 0;
    }
    .titspan {
        font-size: 20px;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .sect5 .cright .tit {
        padding-left: 0;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .cbox .btn.more {
        display: none !important;
    }
    .sect5 .tit2 {
        font-size: 20px;
        font-weight: normal;
    }
    .sect5 .cbox {
        width: 100%;
        padding: 28px;
        left: 0;
    }
    .sect5 .editor {
        margin-bottom: 0;
    }
    .reviews-sect .left {
        padding-right: 0;
        width: 100%;
        text-align: center;
    }
    .reviews-sect .more {
        margin-right: 0;
    }
    .container {
        padding: 0 30px;
    }
    .sect3 {
        padding-top: 30px;
    }
    .coupon-arrow {
        text-align: center;
        margin-bottom: 20px;
    }
    .coupon-list {
        padding: 0;
    }
    .products-list .item {
        padding: 0 5px;
    }
    .products-list {
        margin: 0 -5px;
    }
    .products-list .name {
        font-size: 16px;
    }
    .sect4 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .video-list .box {
        display: flex;
        flex-wrap: wrap;
    }
    .video-list .box .cright, .video-list .box .cright2, .video-list .box .cright, .video-list .box .cleft {
        width: 100%;
        padding: 0;
    }
    .video-list .box .cleft {
        order: 2;
    }
    .video-list .box .cright2 {
        order: 3;
        margin-top: 10px;
    }
    .video-list .box .pic-box:before {
        display: none;
    }
    .video-list .box .cright.sect-title {
        text-align: center;
    }
    .video-list .box .cright3 {
        text-align: center;
        margin-bottom: 30px;
    }
    .video-list .box .name {
        letter-spacing: 0;
    }
    .video-list .box .description {
        margin-bottom: 0;
    }
    .sect5 .box>.more {
        display: block !important;
        margin: 0 auto 30px;
    }
    .sect5 .box {
        flex-wrap: wrap;
    }
    .sect5 .cleft, .sect5 .cright {
        width: 100%;
    }
    .sect5 {
        padding: 40px 0px;
    }
    .video-list .box .cright.cright2::before,
    .video-list .box .cleft:before,
    .sect3::before{
        display: none;
    }
}