.v4.main {
    background-color: #f5f5f5;
    width: 100%;
    overflow: hidden;
}

.mob-show {
    display: none;
}

.sub-product-txt .long-title {
    font-size: 1.45vw;
}

.sc1.main {
    background: #fff;
    /* 	padding-left: 80px;
  padding-right: 80px; */
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

.sc1.main a {
    text-decoration: none;
}

.sc1.main img {
    width: 100%;
}

.space-1 {
    height: 6.25vw;
}

.home {
    width: 100%;
}

.toOpacity {
    opacity: 0;
}

.pc {
    display: block;
}

.mob {
    display: none;
}

body {
    background-color: #F1F3F5;
}

@keyframes Spin {
    0% {
        stroke-dashoffset: 94;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes Spin {
    0% {
        stroke-dashoffset: 107;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes Spin2 {
    0% {
        stroke-dashoffset: 107;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes Spin2 {
    0% {
        stroke-dashoffset: 107;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.home {
    position: relative;
    /* margin-bottom: 2.5vw; */
}

.home .swiper-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.home .swiper-container .mask .left {
    position: absolute;
    left: 0;
    width: 8%;
    height: 100%;
    z-index: 999;
}

.home .swiper-container .mask .right {
    position: absolute;
    right: 0;
    width: 8%;
    height: 90%;
    z-index: 999;
}

.home .swiper-container .swiper-slide {
    position: relative;
    opacity: 0 !important;
}

.home .swiper-container .swiper-slide .txt .btns .btn3 {
    margin-left: 1.25vw;
}

.home .swiper-container .swiper-slide .txt .btns .btn3:hover {
    border-color: #000 !important;
    opacity: 1 !important;

}

.home .swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.home .swiper-container .swiper-slide img {
    width: 100%;
}

.home .swiper-container .swiper-slide .txt h3 span {
    font-weight: bold;
}

.home .swiper-container .swiper-slide .txt .sec1_price {
    font-size: 0.9375vw;
    line-height: 1.5;
    transform: translateY(60%);
    opacity: 0;
    font-weight: bold;
    margin-top: .8vw;
}

.home .swiper-container .swiper-slide .txt h3 {
    font-size: 2.2vw;
    line-height: 1.5;
    transform: translateY(60%);
    opacity: 0;
    font-weight: 500;
}

.home .swiper-container .swiper-slide .txt h2 {
    font-size: 2.5vw;
    padding-bottom: 0.677083vw;
    transform: translateY(26%);
    opacity: 0;
    /* font-weight: 800; */
    line-height: 1.3;
}

.home .swiper-container .swiper-slide .txt p {
    font-size: 1.042vw;
    transform: translateY(60%);
    opacity: 0;
    line-height: 1.5;
    font-weight: bold;
    -webkit-transform: translateY(60%);
    -moz-transform: translateY(60%);
    -ms-transform: translateY(60%);
    -o-transform: translateY(60%);
}

.home .swiper-container .swiper-slide .txt .btns {
    margin-top: 1.8vw;
    font-size: 0.8vw;
    transform: translateY(35%);
    opacity: 0;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
    font-size: 0.677083vw;
    line-height: 24px;
    margin-right: 1.25vw;
    flex-wrap: wrap;
}

.home .swiper-container .swiper-slide[data-swiper-slide-index="1"] .txt .btns {
    margin-top: 1.8vw;
    font-size: 0.8vw;
    transform: translateY(35%);
    opacity: 0;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 0.677083vw;
    line-height: 24px;
    max-width: 350px;
    margin-right: 1.25vw;
    flex-wrap: wrap;
}




.home .swiper-container .swiper-slide .txt .btns .hero_btn {
    display: inline-block;
    padding: 0.520833vw 2.604167vw;
    color: white;
    background-color: black;
    border-radius: 5vw;
    transition: all .3s linear;
}

/* .home .swiper-container .swiper-slide[data-swiper-slide-index="1"] .txt .btns .hero_btn:nth-child(1) {
    margin-bottom: 10px;
  } */

.home .swiper-container .swiper-slide .txt .btns .hero_btn:hover {
    opacity: .7;
    transition: all .3s linear;
}

.home .swiper-container .swiper-slide .txt .btns .hero_btn:nth-of-type(4) {
    padding: 0.520833vw 3.3vw;
}

@media (max-width: 600px),
(max-width: 991.98px) {
    .home .swiper-container .swiper-slide .txt .btns .hero_btn:nth-of-type(3) {
        padding: 2.5vw 14.588889vw;
    }
}

@media (max-width: 600px),
(max-width: 1200px) and (max-aspect-ratio: 1 / 1) {
    .home .swiper-container .swiper-slide .txt .btns .hero_btn:nth-of-type(4) {
        padding: 2.5vw 14.388889vw;
    }
}

.home .swiper-container .swiper-slide.swiper-slide-active .txt h3 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transition: all 0.3s linear 0.5s;
    -webkit-transition: all 0.3s linear 0.5s;
    -o-transition: all 0.3s linear 0.5s;
    -moz-transition: all 0.3s linear 0.5s;
}

.home .swiper-container .swiper-slide.swiper-slide-active .txt h2 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transition: all 0.3s linear 0.6s;
    -webkit-transition: all 0.3s linear 0.6s;
    -o-transition: all 0.3s linear 0.6s;
    -moz-transition: all 0.3s linear 0.6s;
}

.home .swiper-container .swiper-slide.swiper-slide-active .txt p {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transition: all 0.3s linear 0.7s;
    -webkit-transition: all 0.3s linear 0.7s;
    -o-transition: all 0.3s linear 0.7s;
    -moz-transition: all 0.3s linear 0.7s;
}

.home .swiper-container .swiper-slide.swiper-slide-active .txt .btns {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s linear 0.75s;
    transition: all 0.3s linear 0.75s;
    -o-transition: all 0.3s linear 0.75s;
    -moz-transition: all 0.3s linear 0.75s;
}

.sc1 .carousel-banner .home .swiper-pagination-svg {
    left: 24.166667vw;
    bottom: 1.145833vw;
    text-align: left;
    width: 50%;
}

.home .swiper-pagination-svg .swiper-pagination-bullet {
    position: relative;
    width: 38px;
    height: 38px;
    margin: 0 5px;
    opacity: 1;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.home .swiper-pagination-svg .swiper-pagination-bullet .swiper-pagination-bullet-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 50%;
    background-color: #000;
}

.home .swiper-pagination-svg .swiper-pagination-bullet .swiper-pagination-bullet-circle.black {
    background-color: white;
}

.home .swiper-pagination-svg .swiper-pagination-bullet svg {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    fill: transparent;
}

.home .swiper-pagination-svg .swiper-pagination-bullet svg .swiper-pagination-bullet-progress-circle {
    stroke-dasharray: 107, 107;
    stroke-dashoffset: 107;
}

.home .swiper-pagination-svg .swiper-pagination-bullet svg .swiper-pagination-bullet-progress-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    opacity: 0.5;
    stroke: black;
}

.home .swiper-pagination-svg .swiper-pagination-bullet svg .swiper-pagination-bullet-progress-circle.black {
    stroke: white;
}

.sc1 .carousel-banner .home .arrow div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    width: 5vw;
    height: 5vw;
    margin-top: auto;
}

.sc1 .carousel-banner .home .arrow div:after {
    content: none;
}

.sc1 .carousel-banner .home .arrow div::before {
    content: none;
}

.sc1 .carousel-banner .home .arrow .swiper-button-next.show {
    display: block;
    opacity: 1;
    transition: 1s all linear;
}

.txt2 {
    position: absolute;
    top: 12.916667vw;
    left: 7.552083vw;
    color: #ffffff;
    text-align: center;
}

.txt2 h2 {
    font-size: 2.5vw;
    line-height: 1.3
}

.txt2 p {
    font-size: 1.666667vw;
    line-height: 1.3;
    margin-top: 1.822917vw
}

.txt2 a {
    margin-top: 3.697917vw;
    margin-right: 0
}

.pc-hidden {
    display: none
}

@media (max-width: 600px),
(max-width: 991.98px) {

    .txt .btns>a {
        border: none !important;
        background-color: transparent !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .txt .btns>a:after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: -1px;
        margin-left: 3px;
        -webkit-transition: .6s ease;
        transition: .6s ease;
    }

    .txt .btns>.btn3 {
        margin-left: 30px !important;
    }

    .swiper-box .container-yk .swiper-container .swiper-slide .content .btns.mob-btn span {
        font-size: 2.5vw !important;
        line-height: 3.02vw !important;
    }

    .swiper-box .container-yk .swiper-container .swiper-slide .content .btns {
        bottom: 3.5vw !important;
    }

    .swiper-box .container-yk .swiper-container .swiper-slide .content .btns .btn2 {
        margin-bottom: 5vw !important;
    }

    .pc {
        display: none;
    }

    .mob {
        display: none;
    }

    .home .swiper-container {
        width: 100vw;
    }

    .home .swiper-container .swiper-slide .txt {
        width: 85%;
        position: absolute;
        top: 3.722222vw;
        text-align: center;
    }

    .home .swiper-container .swiper-slide .txt img {
        width: 85%;
        transform: translateY(4vw);
        opacity: 0;
        text-align: center;
        margin: 0 auto;
        display: block;
        margin-bottom: 3vw;
    }

    .home .swiper-container .swiper-slide .txt h2 {
        font-size: 6.666667vw;
        padding-bottom: 1.505556vw;
        margin-top: 8.333333vw;
        transform: translateY(4vw);
        opacity: 0;
    }

    .home .swiper-container .swiper-slide .txt p {
        font-size: 2.333vw;
        transform: translateY(4vw);
        opacity: 0;
    }

    .home .swiper-container .swiper-slide .txt .btns {
        font-size: 3.61vw;
        transform: translateY(4vw);
        opacity: 0;
        justify-content: center;
    }

    .home .swiper-container .swiper-slide .txt .btns .hero_btn {
        border-radius: 7vw;
        border: 2px solid#E7E7E7;
        padding: 2.5vw 11.388889vw;
        font-size: 13px;
        line-height: 1.1;
        margin-right: 0;
        background: transparent;
        color: #000000
    }

    .home .swiper-container .swiper-slide .txt .btns .hero_btn:nth-child(n+2) {
        margin-top: 3.333333vw
    }

    .home .swiper-container .swiper-slide.swiper-slide-active .txt img {
        opacity: 1;
        transform: translateY(0);
        transition: all 0.3s linear 0.5s;
    }

    .home .swiper-container .swiper-slide.swiper-slide-active .txt h2 {
        opacity: 1;
        transform: translateY(0);
        transition: all 0.3s linear 0.7s;
    }

    .home .swiper-container .swiper-slide.swiper-slide-active .txt p {
        opacity: 1;
        transform: translateY(0);
        transition: all 0.3s linear 0.9s;
        padding-top: 0;
    }

    .home .swiper-container .swiper-slide.swiper-slide-active .txt .btns {
        opacity: 1;
        transform: translateY(0);
        transition: all 0.3s linear 1.1s;
    }

    .home .swiper-container .mask {
        display: none;
    }

    .carousel-banner .home .swiper-pagination-mob {
        display: flex !important;
        justify-content: space-between;
        bottom: 3.888889vw;
        position: absolute;
        z-index: 9;
        left: 50%;
        width: 26.666667vw;
        margin: 0 auto;
        transform: translate(-50%);
    }

    .carousel-banner .home .swiper-pagination-mob div {
        cursor: pointer;
        flex: 1;
    }

    .carousel-banner .home .swiper-pagination-mob div:nth-child(n+2) {
        margin-left: 4.444444vw;
    }

    .carousel-banner .home .swiper-pagination-mob div span {
        display: block;
        position: relative;
        cursor: pointer;
    }

    .carousel-banner .home .swiper-pagination-mob div span:after,
    .carousel-banner .home .swiper-pagination-mob div span:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #242424;
        opacity: 0.2;
    }

    .carousel-banner .home .swiper-pagination-mob div.swiper-active-switch span:before {
        display: block;
        opacity: 1;
        -webkit-animation: progress 6.5s linear forwards;
        animation: progress 6.5s linear forwards;
    }

    .carousel-banner .home .arrow-mob div {
        outline: none;
    }

    .carousel-banner .home .arrow-mob div:after,
    .carousel-banner .home .arrow-mob div:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 2px;
        border-radius: 2px;
        -webkit-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
        display: block;
        background-color: #c2c2c2;
    }

    .carousel-banner .home .arrow-mob .swiper-button-prev:before,
    .carousel-banner .home .arrow-mob .swiper-button-next:before {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        margin-left: -4px;
    }

    .carousel-banner .home .arrow-mob .swiper-button-prev:after,
    .carousel-banner .home .arrow-mob .swiper-button-next:after {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        margin-left: 5px;
    }

    .carousel-banner .home .arrow-mob .swiper-button-prev {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        bottom: auto;
        -webkit-transform: translate(0, -50%) rotate(-90deg);
        transform: translate(0, -50%) rotate(-90deg);
        opacity: 1;
        display: block;
        left: 0;
    }

    .carousel-banner .home .arrow-mob .swiper-button-next {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: auto;
        right: 0;
        bottom: auto;
        -webkit-transform: translate(0, -50%) rotate(90deg);
        transform: translate(0, -50%) rotate(90deg);
        opacity: 1;
        display: block;
    }

    .txt2 {
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .txt2 h2 {
        font-size: 6.666667vw;
        line-height: 1.3
    }

    .txt2 p {
        font-size: 3.333333vw;
        line-height: 1.3;
        margin-top: 1.805556vw
    }

    .txt2 a {
        margin-top: 10.694444vw
    }

    .pc-hidden {
        display: inline;
    }


    .sc1.main {
        padding: 0vw;
    }
}


.wearables_nowrap {
    white-space: nowrap;
}

/*new*/

@media only screen and (min-width: 991.98px) {
    .home .swiper-container .swiper-slide.swiper-slide-active .txt-top p {
        padding-top: 1.25vw;
    }


    .home .swiper-container .swiper-slide .txt img {
        width: 100%;
        height: 52px;
    }

    .home .swiper-container .swiper-slide .txt h2 {
        font-size: 1.666667vw;
    }

    .home .swiper-container .swiper-slide .txt .slide1-h2 {
        font-size: 1.666667vw;
    }

    .home .swiper-container .swiper-slide .txt .btns .hero_btn {
        padding: 10px 26px;
        font-size: 13px;
        font-weight: 800;
        background-color: #000;
        color: #fff;
        border: 2px solid #000;
    }

    .home .swiper-container .swiper-slide .txt.right {
        right: 24.1666vw;
        width: auto;
        position: absolute;
        top: 1.614583vw;
        text-align: right;
    }
}

.home .swiper-container .swiper-slide .txt .btns .hero_btn.transparentB {
    background-color: transparent;
    color: #000;
    border: 2px solid rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1599.98px) and (min-width: 991.98px) {
    .home .swiper-container .swiper-slide .txt .btns .hero_btn {
        padding: 2px 22px;
        line-height: 24px;
        background-color: #000;
        color: #fff;
        border: 2px solid #000;

    }
}

.home .swiper-container .swiper-slide .left_0831 {
    width: auto;
    position: absolute;
    left: 24.166667vw;
    top: 1.614583vw;

}


.home .swiper-container .swiper-slide .right .btns .hero_btn:first-child {
    margin-right: 0;
}

.home .swiper-container .swiper-slide .right img {
    width: auto;
}

@media only screen and (min-width: 1020px) and (max-width: 1370px) {


    .home .swiper-container .swiper-slide .right img {
        width: 100%;
    }
}

@media (max-width: 991.98px) {

    .home .swiper-container .swiper-slide .right {
        right: 5vw !important;
    }


    .home .swiper-container .swiper-slide .txt .sec1_price {
        font-size: 2.777778vw;
        line-height: 1.5;
        transform: translateY(4vw);
        font-weight: bold;
        margin-top: 1.8vw;
        opacity: 0;
    }

    .home .swiper-container .swiper-slide.swiper-slide-active .txt p {
        opacity: 1;
        transform: translateY(0);
    }

    .home .swiper-container .swiper-slide .left_0831 {
        position: absolute;
        left: 8vw;
        top: 3.722222vw;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    /* .home .swiper-container .swiper-slide .left_1224 {
    left: 2vw;

  } */

    .home .swiper-container .swiper-slide .txt img {
        height: auto;
        max-height: 40px;
    }



    .home .swiper-container .swiper-slide .txt .btns .hero_btn.transparentB {
        background-color: #fff;
        padding: 0.55vw 5.11vw;
        border: 2px solid #f5f5f5;
    }

    .home .swiper-container .swiper-slide .txt .btns .hero_btn {
        padding: 0.55vw 5.11vw;
        background-color: #fff;
        color: #000;
        border-color: #f5f5f5;
        border: 2px solid #f5f5f5;
        margin: 0 2.78vw 2.78vw;
        font-size: 13px;
        border-radius: 11.11vw;
        vertical-align: top;
        line-height: 24px;
        font-weight: 800;
    }

}


@media (max-width: 991.98px) {
    .v4.h01-hero-product-carousel .hero-carousel__slider .pagination-bullet-black .swiper-pagination-bullet-circle {
        background-color: #000;
    }

    .home .swiper-container .swiper-slide .txt {
        width: auto;
    }

    .home .swiper-container .swiper-slide .txt h3 {
        font-size: 3.2vw;
    }





    .home .swiper-container .swiper-slide .txt h2 {
        font-size: 3.89vw;
        font-weight: 800;
    }

    .home .swiper-container .swiper-slide .txt .btns .hero_btn.transparentB {
        background-color: #fff;
        padding: 0.55vw 5.11vw;
        border: 2px solid #f5f5f5;
    }

    .home .swiper-container .swiper-slide .txt .btns .hero_btn {
        padding: 0.55vw 5.11vw;
        background-color: #fff;
        color: #000;
        border-color: #f5f5f5;
        border: 2px solid #f5f5f5;
        margin: 0 2.78vw 2.78vw;
        font-size: 13px;
        border-radius: 11.11vw;
        vertical-align: top;
        line-height: 24px;
        font-weight: 800;
    }

    .home .swiper-container .swiper-slide .txt .btns .hero_btn:nth-child(n+2) {
        margin-top: 0;
    }

    .home .swiper-container .swiper-slide .txt h2 {
        margin-top: 3vw;
    }
}

@media (max-width:1024px) and (min-width: 992px) {
    .home .swiper-container .swiper-slide .txt .sec1_price {
        margin-top: 0.2vw;
    }

    .home .swiper-container .swiper-slide .txt h2 {
        padding-bottom: 0.2vw;
    }
}









/* 第二屏 */
.pc-none {
    display: none;
}

.sec-2 * {
    font-size: 0;
}

.sec-2 img {
    width: 100%;
}

.sec-2 {
    background-color: #F1F3F5;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sec-2>h2 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    font-weight: bold !important;
    padding: 56px 0 25px 0;
    color: rgba(0, 0, 0, 0.7) !important;
}

.sec-2>h2>span {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}

#trigger1 {
    position: relative;
    top: 12vw;
}

.sec-2 .box {
    width: 100%;
    position: relative;
}

.sec-2 .sec-2-box .swiper-container {
    width: 69.270833vw;
    margin: 0 auto;
    padding: 2.34375vw 0 2.083333vw 0;
}


.sec-2-right {
    display: none !important;
}

.sec-2-left {
    display: none !important;
}

.sec-2 .sec-2-txt>p:first-child {
    font-size: 1.041667vw;
    line-height: 2.03125vw;
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal;
    text-align: center;
    margin-top: 1.197917vw;
}

.sec-2 .sec-2-txt>p:last-child {
    font-size: 0.9375vw;
    line-height: 1.25vw;
    color: rgba(0, 0, 0, 0.7);
    font-weight: bold;
    text-align: center;
    margin-top: 0.260417vw;
}


.sec-2-box {
    background-color: #fff;
    position: relative;
    width: 100%;
}

.sec-2-txt {
    width: 18vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.sec-2 .sec-2-box .swiper-slide {
    width: 8.333333vw;
    cursor: pointer;
}

.sec-2 .swiper-wrapper {
    justify-content: space-between;
}

.sec-2 .swiper-slide::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2.083333vw;
    width: 0;
    height: 2px;
    background-color: #000;
    -webkit-transition: width ease-in-out .3s;
    transition: width ease-in-out .3s;
}


.nav-hover::before {
    width: 100% !important;
}

.fixed>.sec-2-box {
    position: fixed;
    z-index: 99;
    /* top: 70px; */
}

.fixed>.sec-2-box img {
    display: none;
}

.fixed .sec-2-txt>p {
    margin-top: 0;
}

.fixed .sec-2-box .swiper-container {
    padding: 1.145833vw 0 1.145833vw 0;
}

.fixed .swiper-slide::before {
    bottom: -1.145833vw;
}

.fixed .swiper-slide::before {
    bottom: -1.145833vw;
}

.fixed .sec-2-txt>p {

    line-height: 1.63125vw;
}

.fixed .sec-2-txt>p:first-child {
    color: #000;
    margin-top: 0;
}

.fixed .sec-2-txt>p:last-child {
    display: none;
}


@media (max-width:991px) {
    #trigger1 {
        position: relative;
        top: 85px;
    }

    .pc-none {
        display: block;

    }

    .sec-2>h2 {
        font-size: 15px;
        line-height: 20px;
        padding: 25px 0 11px 0;
    }

    .sec-2>h2>span {
        font-size: 15px;
        line-height: 20px;
    }

    .sec-2 .swiper-wrapper .swiper-slide {
        width: 70px;
        margin: 0 8px;
    }

    .sec-2 .sec-2-txt>p:first-child {
        font-size: 12px;
        line-height: 15px;
        margin-top: 4px;
    }

    .sec-2 .sec-2-txt>p:last-child {
        font-size: 12px;
        line-height: 18px;
        margin-top: 3px;
    }

    .sec-2 .sec-2-box .swiper-container {
        width: 100%;
        overflow: hidden;
    }


    .sec-2-txt {
        width: 120px;
    }

    .sec-2 .sec-2-box .swiper-container {

        padding: 15px 0 15px 0;
    }

    .sec-2 .swiper-slide::before {

        bottom: -15px;
    }

    .sec-2 .sec-2-box .swiper-container .nav_3{
        margin-right: 15px;
    }
    .sec-2 .sec-2-box .swiper-container .nav_4{
        margin-left: 15px;
    }
}


@media (max-width:610px) {

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        cursor: none;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        cursor: none;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev:focus {
        outline: none;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next:focus {
        outline: none;
    }

    .sec-2 .sec-2-box .swiper-slide {
        margin: 0;
    }

    .sec-2 .sec-2-box .swiper-container {
        width: calc(100% - 16px);
        margin: 0 auto;
    }


    .sec-2-right {
        display: block !important;
    }

    .sec-2-left {
        display: block !important;
    }



    .sec-2 .sec-2-box .swiper-button-next {
        right: 0;
        left: auto;
        color: #000;
        height: 100%;
        width: 28px;
        background-color: #fff;
        border-radius: 0;
    }

    .sec-2 .sec-2-box .swiper-button-prev {
        left: 0;
        right: auto;
        color: #000;
        height: 100%;
        width: 28px;
        background-color: #fff;
        border-radius: 0;
    }

    .sec-2 .sec-2-box .swiper-button-next,
    .sec-2 .sec-2-box .swiper-button-prev {
        transform: translateY(-50%);
        margin-top: 0 !important;
    }

    .sec-2 .sec-2-box .swiper-button-next.swiper-button-disabled,
    .sec-2 .sec-2-box .swiper-button-prev.swiper-button-disabled {
        opacity: 0 !important;

    }

    .sec-2 .sec-2-box .sec-2-left::before {
        content: none;
    }

    .sec-2 .sec-2-box .sec-2-left::after {
        content: none;
    }

    .sec-2 .sec-2-box .sec-2-right::before {
        content: none;
    }

    .sec-2 .sec-2-box .sec-2-right::after {
        content: none;
    }

    /* .sec-2 .sec-2-box .swiper-button-next:after,
  .sec-2 .sec-2-box .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 20px !important;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: swiper-icons;
  }

  .sec-2 .sec-2-box .swiper-button-prev:after,
  .sec-2 .sec-2-box .swiper-container-rtl .swiper-button-next:after {
    font-size: 20px !important;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: swiper-icons;
  }
  .sec-2 .sec-2-box .swiper-button-next::before {
      -webkit-transform: translate(-50%,-50%) rotate(-45deg);
      transform: translate(-50%,-50%) rotate(-45deg);
    content: none;
    }

    .swiper-button-next::before {
        -webkit-transform: translate(-50%,-50%) rotate(-45deg);
        transform: translate(-50%,-50%) rotate(-45deg);
      content: none;
    } */


}


@media (min-width:1200px) {
    .sec-2 .swiper-slide:hover::before {
        width: 100%;
    }
    .sub-product-small {
        height: 25.5vw;
    }
}





/* 第三屏 */


.product_index_3 .product-swiper-2 p:last-child {
    /* color: #000; */
    /* width: 8vw; */
}

/*.product_index_5 .product-swiper-1 p:last-child{
  color: #000;
  }*/

.product-list * {
    box-sizing: border-box;
    /* font-size: 0; */
}

.product-list a {
    text-decoration: none;
}

.product-list img {
    width: 100%;
    height: auto !important;
}

.product-list {
    width: 100%;
    position: relative;
    margin-top: 165px;
    margin-bottom: 65px;
}

.product-list-item {
    width: 100%;
    position: relative;
}

.product-list-item-content{
min-height: 300px;
}

.product-list-item-tit>h2 {
    font-size: 42px;
    line-height: 48px;
    font-weight: bold;
}

.product-list-item-tit>p {
    font-size: 20px;
    line-height: 24px;
    color: #757575 !important;
    margin-top: 9px;
}

.product-list-item-tit {
    text-align: center;
}

.product-list-item {
    margin-top: 5.208333vw;
}

.product-list-item-pic {
    width: calc(100% - 160px);
    margin: 0 auto;
    background-color: #fff;
    border-radius: 24px;
    padding: 1.354167vw 1.666667vw 2.760417vw;
    box-sizing: border-box;
    margin-top: 1.927083vw;
    box-shadow: 2px 4px 3px 0px rgba(175, 175, 175, 0.16);
}

.product-list-item-pic>p {
    font-size: 1.458333vw;
    line-height: 1.666667vw;
    text-align: center;
}

.product-list-item-pic>p>span {
    font-weight: bold;
}

.product-list-item-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 1.197917vw;
}



.product-list-item-flex-first {
    width: 49.76415%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    font-size: 0;
}

.product-list-item-flex-last {
    width: 49.76415%;
    position: relative;
}

.product-list-item-flex .product-list-item-flex-last .swiper-slide {
    position: absolute;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    font-size: 0;
}

.product-swiper-1 {
    top: 0;
    right: 0;
    width: 100%;
}

.product-swiper-2 {
    bottom: 0;
    left: 0;
    width: 49.526066% !important;
}

.product-swiper-3 {
    bottom: 0;
    right: 0;
    width: 49.526066% !important;
}

.product-list-item-flex-last .swiper-container {
    height: 100%;
}

.product-list-swiper-txt {
    position: absolute;
    top: 1.041667vw;
    left: 1.041667vw;
    /* width: 12vw; */
}

.product-list-item-flex-last .product-list-swiper-txt .product-list-swiper-txt-1 {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background-color: #6A6A6A;
    border-radius: 4px;
    padding: 0.46875vw;
    display: table;
}

.product-list-item-flex-last .product-list-swiper-txt .product-list-swiper-txt-2 {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin-top: 8px;
}

.product-list-item-content {
    width: calc(100% - 160px);
    position: relative;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-list picture{
    height: 205px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-product {
    position: relative;
    width: 49.54545%;
    background-color: #fff;
    border-radius: 24px;
    padding: 2.604167vw 0 0 3.333333vw;
    /* padding: 2.604167vw 0 2.604167vw 3.333333vw; */
    margin-top: 0.833333vw;
    box-shadow: 2px 4px 3px 0px rgba(175, 175, 175, 0.16);

}

.sub-product-img {
    width: 15.625vw;
}

.sub-product-flex {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.sub-product-new {
    color: #C4102A;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    top: 1.666667vw;
    left: 1.25vw;
    font-weight: bold;
}

.sub-product-txt {
     width: 21.40625vw;
    margin-left: 2.083333vw;
    margin-right: 1vw;
}

.sub-product-txt h2 {
    font-size: 1.666667vw;
    line-height: 2.34375vw;
    font-weight: bold;
    margin-bottom: 0.442708vw;

}

.sub-product-txt h2>a {
    color: #000;
}

.sub-product-txt p {
    font-size: 0.833333vw;
    line-height: 1.25vw;
    color: rgba(0, 0, 0, 0.7) !important;
    max-width: 90%;
}

.sub-product-txt h3 {
    font-size: 1.041667vw;
    line-height: 1.40625vw;
    font-weight: bold;
    margin-top: 1.25vw;
    margin-bottom: 0.885417vw;
}

.sub-product-btns {
    display: flex;
}

.black-btn {
    font-size: 13px !important;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    display: table;
    line-height: 24px;
    font-weight: 800;
    padding: 10px 26px;
    border-radius: 40px;
    text-align: left;
    cursor: pointer;
    transition: .3s ease-out;
    margin-right: 12px;
}

.black-btn:hover {
    opacity: .8;
}

.white-btn {
    font-size: 13px;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.3);
    color: #000;
    display: table;
    line-height: 24px;
    font-weight: 800;
    padding: 10px 26px;
    border-radius: 40px;
    text-align: left;
    cursor: pointer;
    transition: .3s ease-out;
}

.white-btn:hover {
    border-color: #000;
    opacity: 1;
}









@media only screen and (max-width: 1599.98px) {
    .black-btn {
        padding: 10px 20px;
    }

    .white-btn {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .black-btn {
        padding: 10px 17px;
    }

    .white-btn {
        padding: 10px 17px;
    }
}


.sub-advertise-big {
    position: relative;
    width: 49.54545%;
    margin-top: 0.833333vw;
    overflow: hidden;
    border-radius: 24px;
}

.sub-advertise-big-txt {

    position: absolute;
    top: 1.666667vw;
    left: 1.666667vw;
    width: 19vw;
    z-index: 2;
}

.sub-advertise-big .sub-advertise-big-txt>h2 {
    font-size: 1.25vw;
    line-height: 1.614583vw;
    font-weight: bold;
    color: #fff;
}

.sub-advertise-big .sub-advertise-big-txt>p {
    font-size: 0.833333vw;
    line-height: 1.09375vw;
    margin-top: 0.625vw;
    /* transition: .3s; */
    display: none;
    color: #fff;
}


.sub-advertise-big-txt>a {
    transition: .3s;
    z-index: 2;
    margin-top: 0.833333vw;

}

.sub-advertise-small {
    width: 24.22222%;
    position: relative;
    margin-top: 0.833333vw;
    border-radius: 24px;
    overflow: hidden;
    font-size: 0;
}

.sub-advertise-small-txt {

    position: absolute;
    top: 1.666667vw;
    left: 1.666667vw;
    width: 17.34vw;
    z-index: 2;
}

.sub-advertise-small .sub-advertise-small-txt h2 {
    font-size: 1.25vw;
    line-height: 1.614583vw;
    font-weight: bold;
    color: #fff;
}

.sub-advertise-small .sub-advertise-small-txt p {
    font-size: 0.833333vw;
    line-height: 1.09375vw;
    margin-top: 0.625vw;
    display: none;
    color: #fff;
}

.sub-advertise-small-txt a {
    transition: .3s;
    z-index: 2;
    margin-top: 0.833333vw;
}

.sub-advertise-small-shadow {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(95, 99, 103, 0.83);
    border-radius: 24px;
    transition: .3s;
    cursor: pointer;
}





.white-bg-btn {
    font-size: 13px;
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
    display: table;
    line-height: 24px;
    font-weight: 800;
    padding: 10px 26px;
    border-radius: 40px;
    text-align: left;
    cursor: pointer;
    transition: .3s ease-out;
}

.white-bg-btn:hover {
    opacity: .75;
}

.btns-mob-show {
    display: none;
}


@media only screen and (max-width: 1599.98px) {
    .white-bg-btn {
        padding: 10px 20px;
    }

}

@media only screen and (max-width: 1199.98px) {
    .white-bg-btn {
        padding: 10px 17px;
    }
}

.sub-advertise-big-img {
    position: relative;
    cursor: pointer;
    width: 100%;
    font-size: 0;
}

.sub-advertise-big-shadow {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(95, 99, 103, 0.83);
    border-radius: 24px;
    transition: .3s;
    cursor: pointer;
}




.sub-product-small {
    width: 24.22222%;
    position: relative;
    margin-top: 0.833333vw;
    background-color: #fff;
    border-radius: 24px;
    text-align: center;
    padding-top: 1.302083vw;
    box-shadow: 2px 4px 3px 0px rgba(175, 175, 175, 0.16);

}

.sub-product-small-first {
    height: 20.745313vw;
}

.sub-product-first {
    height: 18vw;
}

.sub-product-small-img {
    width: 82.24299%;
    margin: 0 auto;
    overflow: hidden;
}

.sub-product-small h2 {
    font-size: 12px;
    line-height: 1.40625vw;
    margin-top: 2.385417vw;
}

.sub-product-small h2 a {
    color: #000000;
}

.sub-product-small p {
    color: #757575 !important;
    font-size: 0.677083vw;
    line-height: 0.9375vw;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

.sub-product-small h3 {
    font-size: 0.833333vw;
    line-height: 1.145833vw;
    margin-top: 0.916667vw;
}

.sub-product-small-btns>.btn-2 {
    margin-left: 16px;
}

.sub-product-small-btns {
    margin-top: 1.677083vw;
    padding-bottom: 1.677083vw;
}


.sub-product-small-new {
    color: #C4102A;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    top: 1.666667vw;
    left: 1.25vw;
    font-weight: bold;
}

.text-btn {
    font-size: 13px !important;
    line-height: 24px;
    font-weight: 800;
    color: #000;
}

.text-btn:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -1px;
    margin-left: 12px;
    -webkit-transition: .6s ease;
    transition: .6s ease;
}

.text-btn:hover::after {
    -webkit-transform: translateX(3px) rotate(45deg);
    transform: translateX(3px) rotate(45deg);
}

.click_show-1 {
    display: none;
}

.click_show-2 {
    display: none;
}
.click_show-3 {
    display: none;
}

.all-btn {
    text-align: center;
}


.btn-show-a:after {
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}

.all-btn>a {
    font-size: 13px;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.3);
    color: #000;
    display: inline-block;
    line-height: 24px;
    font-weight: 800;
    padding: 10px 26px;
    border-radius: 40px;
    text-align: left;
    cursor: pointer;
    transition: .3s ease-out;
    margin-top: 2.083333vw;
}

.all-btn>a:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
    top: -1px;
    margin-left: 12px;
    -webkit-transition: .6s ease;
    transition: .6s ease;
}

.all-btn>a:hover {
    border-color: #000;
    opacity: 1;
}

@media only screen and (max-width: 1599.98px) {
    .all-btn>a {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .btn-show>a {
        padding: 10px 17px;
    }
}






@media (max-width:1600px) {
    .product-list-item-pic {
        width: calc(100% - 80px);
    }

    .product-list-item-content {
        width: calc(100% - 80px);
    }

    .sub-product-new {
        font-size: 12px;
    }

    .sub-product-small-new {
        font-size: 12px;
    }



}


/* 1229 */
@media (max-width:1599px) {


    .p-list {
        height: 5.5vw;
    }

    .sub-product-txt h2 {
        font-size: 1.1666666vw;
        line-height: 1.2833333vw;
        margin-bottom: 0.75vw;
        height: 2.2vw;
    }

    .sub-product-txt p {
        font-size: 1vw;
        line-height: 1.5vw;
    }

    .sub-product-txt h3 {
        font-size: 1vw;
        line-height: 1.4166666vw;
        margin-top: 0.83333vw;
        margin-bottom: 1.1666666vw;
    }

    .sub-product {
        height: 21.5vw;
        padding: 0 0 0 4vw;
        display: flex;
        align-items: center;
    }

    .sub-product-img {
        width: 16.0833vw;
    }

    .sub-product-small {
        height: 23.5vw;
        padding-top: 0.666666vw;
    }

    .sub-product-small-img {
        width: 13.75vw;
        display: flex;
        align-items: center;
        height: 125px;
    }

    .sub-product-small h2 {
        font-size: 1vw;
        line-height: 1.416666vw;
        margin-top: 0.385417vw;
        margin-bottom: 0.520833vw;
        height: 2.4vw;
    }

    .sub-product-small p {
        font-size: 1vw;
        line-height: 1.5vw;
        padding: 0 14px;
    }
    .product-list picture{
        min-height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-list img{
        height: auto !important;
    }
    .sub-product-small-btns{
        margin-top: 0;
        padding-bottom: 0;
    }

    .sub-product-small h3 {
        font-size: 1vw;
        line-height: 1.416666vw;
        margin-top: 0.916667vw;
    }

    .product-list-item-flex-last .product-list-swiper-txt .product-list-swiper-txt-1 {
        font-size: 12px;
    }

    .product-list-item-flex-last .product-list-swiper-txt .product-list-swiper-txt-2 {
        font-size: 12px;
    }

    .sub-product-txt {
        width: 27vw;
    }

    .sub-advertise-big .sub-advertise-big-txt>h2 {
        font-size: 1.333333vw;
    }

    .sub-advertise-small .sub-advertise-small-txt h2 {
        font-size: 1.333333vw;
    }

    .sub-advertise-big .sub-advertise-big-txt>p {
        font-size: 1vw;
        line-height: 1.5vw;
    }

    .sub-advertise-small .sub-advertise-small-txt p {
        font-size: 1vw;
        line-height: 1.5vw;
    }
}

/* 0103 */
@media (max-width:1199px) {
    .sub-product {
        height: 27.419354vw;
        padding: 0 0 0 3.2258vw;
    }

    .sub-product-txt h2 {
        font-size: 1.41129vw;
        line-height: 1.6833333vw;
        margin-bottom: 0.75vw;
        height: 3vw;
    }

    .sub-product-txt p {
        font-size: 1.209677vw;
        line-height: 1.8145161vw;
    }

    .p-list {
        height: 6.7vw;
    }

    .sub-product-txt h3 {
        font-size: 1.209677vw;
        line-height: 1.8145161vw;
        margin-top: 0.83333vw;
        margin-bottom: 1.1666666vw;
    }

    .sub-product-img {
        width: 15.927419vw;
    }

    .sub-product-small {
        height: auto;
        padding-top: 1.713709vw;
        padding-bottom: 20px;
    }

    .sub-product-small-img {
        width: 16.63306vw;
    }

    .sub-product-small h2 {
        font-size: 1.2096774vw;
        line-height: 1.416666vw;
        margin-top: 1.385417vw;
        margin-bottom: 0.520833vw;
        height: 2.8vw;
    }

    .sub-product-small p {
        font-size: 1.2096774vw;
        line-height: 1.8145161vw;
    }

    .sub-product-small h3 {
        font-size: 1.2096774vw;
        line-height: 1.416666vw;
        margin-top: 0.916667vw;
    }

    .sub-advertise-small .sub-advertise-small-txt h2 {
        font-size: 1.612903vw;
        line-height: 2.116935vw;
    }

    .sub-advertise-big .sub-advertise-big-txt>h2 {
        font-size: 1.612903vw;
        line-height: 2.116935vw;
    }

}




@media (max-width:991px) {
    .product-list-swiper-txt {
        width: 18vw;
    }

    .all-btn>a {
        margin-top: 40px;
        background-color: #000;
        border: 2px solid rgba(0, 0, 0, 1);
        color: #fff;
        padding: 8px 16px;
    }

    .all-btn>a:after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .sub-advertise-small {
        width: calc((50% - 2.5px) / 2 - 2.5px);
        margin-top: 5px;
        border-radius: 0;
    }

    .sub-advertise-small-shadow {
        border-radius: 0;
    }

    .sub-advertise-small-txt {
        top: 2.01816vw;
        left: 1.715438vw;
        width: 17.6589vw;
    }

    .sub-advertise-small .sub-advertise-small-txt>h2 {
        font-size: 1.412714vw;
        line-height: 1.81634vw;
    }

    .sub-advertise-small .sub-advertise-small-txt>p {
        font-size: 1.21089vw;
        line-height: 1.69375vw;
        margin-top: 0.625vw;
    }

    .product-list-item-tit>h2 {
        font-size: 20px;
        line-height: 27px;
    }

    .product-list-item-tit>p {
        font-size: 13px;
        line-height: 19px;
        margin-top: 7px;
    }

    .product-list-item {
        margin-top: 40px;
    }

    .product-list-item-pic {
        width: 100%;
        padding: 20px 0;
        margin-top: 14px;
        border-radius: 0;
    }

    .product-list-item-flex-first {
        border-radius: 0;
    }

    .product-list-item-flex-last .swiper-container .swiper-wrapper .swiper-slide {
        border-radius: 0;
    }

    .product-list-item-flex-last .swiper-container .swiper-wrapper .swiper-slide {
        position: relative;
    }

    .product-list-item-flex-first {
        width: 38.4964vw;
    }



    .product-list-item-flex-last .swiper-slide img {
        position: relative;
        /* height: 100%;
    width: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    max-width: none; */
    }

    .product-list-item-flex-last .swiper-slide {
        width: 20.15vw !important;
    }

    .product-list-item-flex-last {
        width: 61.15035vw;
    }

    .product-list-item-flex-last .swiper-wrapper {

        justify-content: space-between;
    }

    .product-list-item-pic>p {
        font-size: 1.6145vw;
        line-height: 2.0181vw;
    }

    .product-list-item-flex-last .product-list-swiper-txt .product-list-swiper-txt-2 {
        font-size: 12px;
        line-height: 18px;
        display: none;
    }

    .product-list-item-flex-last .product-list-swiper-txt .product-list-swiper-txt-1 {
        font-size: 12px;
        line-height: 18px;
    }

    .sub-product-new {
        font-size: 10px;
    }

    .sub-product-small-new {
        font-size: 10px;
    }

    .product-list-item-content {
        width: 100%;
    }

    .sub-product {
        position: relative;
        width: calc(50% - 2.5px);
        background-color: #fff;
        border-radius: 0;
        padding: 3.632694vw 0 3.632694vw 4.540863vw;
        margin-top: 5px;
        height: 22.988vw;
    }

    .sub-product-txt h2 {
        font-size: 1.4127vw;
        line-height: 1.91725vw;
        margin-bottom: 0.6054vw;
        height: auto;

    }

    .p-list {
        height: auto;
    }

    .sub-product-txt p {
        font-size: 1.2108vw;
        line-height: 1.8163vw;
        color: rgba(0, 0, 0, 0.5) !important;
    }

    .sub-product-txt h3 {
        font-size: 1.2108vw;
        line-height: 1.8163vw;
        margin-top: 1.3118vw;
        margin-bottom: 0.80726vw;
    }

    .black-btn {
        font-size: 13px !important;
        line-height: 24px;
        font-weight: 800;
        color: #000;
        background-color: transparent;
        border: none;
        padding: 0;
        margin-right: 16px;
    }

    .white-btn {
        font-size: 13px !important;
        line-height: 24px;
        font-weight: 800;
        color: #000;
        background-color: transparent;
        border: none;
        padding: 0;
    }

    .black-btn:after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: -1px;
        margin-left: 5px;
        -webkit-transition: .6s ease;
        transition: .6s ease;
    }

    .white-btn:after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: -1px;
        margin-left: 5px;
        -webkit-transition: .6s ease;
        transition: .6s ease;
    }

    .sub-advertise-big {
        position: relative;
        width: calc(50% - 2.5px);
        margin-top: 5px;
        border-radius: 0;
    }

    .sub-advertise-big-shadow {

        border-radius: 0;
    }

    .white-bg-btn {
        font-size: 13px !important;
        line-height: 24px;
        font-weight: 800;
        color: #fff;
        background-color: transparent;
        border: none;
        padding: 0;
    }

    .white-bg-btn:after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: -1px;
        margin-left: 5px;
        -webkit-transition: .6s ease;
        transition: .6s ease;
    }

    .sub-advertise-big-txt>h2 {
        font-size: 1.412714vw;
        line-height: 1.81634vw;
    }

    .sub-advertise-big-txt {

        top: 2.01816vw;
        left: 1.715438vw;
        width: 17.6589vw;
    }

    .sub-advertise-big-txt>p {
        font-size: 1.21089vw;
        line-height: 1.69375vw;
        margin-top: 0.625vw;
    }


    .sub-product-small {
        width: calc((50% - 2.5px) / 2 - 2.5px);
        position: relative;
        margin-top: 5px;
        background-color: #fff;
        border-radius: 0;
        text-align: center;
        padding-top: 0.88799vw;
        height: auto;
        padding-bottom: 15px;
    }

    .text-btn:after {
        margin-left: 5px;
    }

    .sub-product-small h2 {
        font-size: 1.21089vw;
        line-height: 1.71543vw;
        margin-top: 0;
        margin-bottom: 0.50454vw;
        height: auto;
    }

    .sub-product-small-img {
        width: 16.6498vw;
    }

    .sub-product-small p {
        color: rgba(0, 0, 0, 0.5) !important;
        font-size: 1.0090vw;
        line-height: 1.5145vw;
    }

    .sub-product-small h3 {
        font-size: 1.2108vw;
        line-height: 1.7154vw;
        margin-top: 0.706vw;
    }

    .sub-product-small-btns {
        margin-top: .7vw;
    }

}

@media (max-width:599px) {
    .v4.n06-second-navigation .product-tabs__title{
        display: none;
    }
    .productnav-left-title {
        padding: 12px 32px !important;
    }
    .product-box .product-nav-wrap .product-nav-item{
        padding: 14px 32px !important;
    }
    .product-nav-wrap .product-nav-item:not(:last-child):after{
        display: none;
    }
    .product-nav-wrap{
        padding: 0 !important;
    }
    .product-nav-wrap .product-nav-item .product-nav-title{
        padding: 0!important;
    }

    .product-list {
        margin-top: 185px;
    }
    .btns-mob-show {
        display: block;
    }

    .btns-pc-show {
        display: none !important;
    }

    .product-list-item {
        margin-top: 50px;
    }

    .product-list-item-pic>p {
        font-size: 3.672787vw;
        line-height: 5.00834vw;
    }

    .product-list-item-pic {
        margin-top: 14px;
        padding: 3.3388vw 0 5.0083vw;
    }

    .product-list-item-flex {
        flex-wrap: wrap;
        margin-top: 2.0033vw;
    }

    .product-list-item-flex-first {
        width: 100%;
    }

    .product-list-item-flex-last .swiper-slide img {
        position: relative;
        height: 100%;
        width: 100%;
        left: 0;
        transform: translate(0, 0);
        top: 0;
        object-fit: cover;
    }

    .product-list-item-flex-last .swiper-slide {
        width: 64.7378vw !important;
    }

    .product-list-item-flex-last {
        width: 100%;
        margin-top: 5px;
    }

    .product-list-item-flex-last .swiper-scrollbar {
        border-radius: 10px;
        position: relative;
        -ms-touch-action: none;
        background: rgba(0, 0, 0, .1);
        bottom: -3vw;
        position: absolute;
        width: 41.7362vw;
        z-index: 1;
        height: 3px;
        left: 50%;
        transform: translateX(-50%);
    }

    .product-list-item-flex-last .product-list-swiper-txt .product-list-swiper-txt-1 {
        font-size: 12px;
        line-height: 16px;
    }

    .product-list-item-flex-last .product-list-swiper-txt .product-list-swiper-txt-2 {
        font-size: 12px;
        line-height: 16px;
        margin-top: 1.416667vw;
    }

    .sub-product-flex {
        flex-wrap: wrap;
    }

    .sub-product-img {
        width: 152px;
        margin: 0 auto;
    }

    .sub-product-txt h2 {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 6px;
        height: 29px;
        margin-top: 6px;
    }

    .sub-product {
        position: relative;
        width: calc(50% - 2.5px);
        background-color: #fff;
        border-radius: 0;
        padding: 13px 8px 23.5px 8px;
        margin-top: 5px;
        /* height: 345px; */
        height: auto;
    }

    .sub-product-txt p {
        font-size: 12px;
        line-height: 18px;
        display: -webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .sub-product-txt h3 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .sub-product-txt {
        margin-left: 0;
        width: 100%;
    }



    .sub-advertise-big {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        background-color: #fff;
    }

    .sub-advertise-big-img {
        width: 50%;
        overflow: hidden;
    }

    .sub-advertise-big-txt {
        top: 0;
        left: 0;
        position: relative;
        width: 40vw;
        color: #000;
        padding-left: 20px;
    }

    .sub-advertise-big-txt>a {
        color: #000;
    }

    .sub-advertise-big-txt>a:after {

        border-top: 2px solid #000;
        border-right: 2px solid #000;
    }

    .sub-advertise-big-img img {
        width: 299.5px;
        max-width: 299.5px !important;
        overflow: hidden;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .sub-advertise-big-txt>h2 {
        font-size: 12px !important;
        line-height: 16px !important;
        color: #000 !important;
    }

    .sub-advertise-big-txt>a {
        margin-top: 10px;
    }


    .sub-product-small {
        width: calc(50% - 2.5px);
        padding: 13px 8px 23.5px 8px;
        text-align: left;
        overflow: hidden;
        /* height: 345px; */
        height: auto;
    }

    .sub-product-small-img {
        width: 152px;
        position: relative;

    }

    .p-list {
        height: 70px;
    }

    .sub-product-small h2 {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 6px;
        margin-top: 0;
        height: 29px;
        margin-top: 6px;
    }

    .sub-product-small h2 a{
        font-weight: 700;
    }

    .sub-product-small p {
        font-size: 12px;
        line-height: 18px;
    }

    .sub-product-small h3 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .sub-product .sub-product-btns {
        flex-wrap: wrap;
    }

    .sub-product .sub-product-btns>a:first-child {
        width: 100%;
    }

    .sub-product .sub-product-btns>a:last-child {
        margin-top: 8px;
    }

    .sub-product-small .sub-product-small-btns {
        flex-wrap: wrap;
        display: flex;
    }

    .sub-product-small .sub-product-small-btns>a:first-child {
        width: 100%;
    }

    .sub-product-small .sub-product-small-btns>.btn-2 {
        margin-top: 8px;
        margin-left: 0;
    }

    /* .product_index_2 .product-list-item-content >div:nth-child(1){
    order: 1;
  }
  .product_index_2 .product-list-item-content >div:nth-child(2){
    order: 3;
  }
  .product_index_2 .product-list-item-content >div:nth-child(4){
    order: 2;
  } */

    /* .product_index_3 .product-list-item-content >div:nth-child(1){
      order: -3;
  }
  .product_index_3 .product-list-item-content >div:nth-child(2){
    order: -1;
  }
  .product_index_3 .product-list-item-content >div:nth-child(4){
      order: -2;
  }



  .product_index_4 .product-list-item-content >div:nth-child(1){
      order: -3;
  }
  .product_index_4 .product-list-item-content >div:nth-child(2){
    order: -1;
  }
  .product_index_4 .product-list-item-content >div:nth-child(4){
      order: -2;
  } */




    /* .product_index_5 .product-list-item-content >div:nth-child(1){
      order: -4;
  }
  .product_index_5 .product-list-item-content >div:nth-child(2){
    order: -3;
  }
  .product_index_5 .product-list-item-content >div:nth-child(3){
      order: -2;
  }
  .product_index_5 .product-list-item-content >div:nth-child(6){
      order: -1;
  } */






    .sub-advertise-100 {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        background-color: #fff;
    }

    .sub-advertise-100 .sub-advertise-small-img {
        width: 50%;
        overflow: hidden;
    }

    .sub-advertise-100 .sub-advertise-small-img img {
        width: 299.5px;
        max-width: 299.5px;
        overflow: hidden;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .sub-advertise-100 .sub-advertise-small-txt {
        top: 0;
        left: 0;
        color: #000;
        position: relative;
        width: 40vw;
        color: #000;
        padding-left: 20px;
    }

    .sub-advertise-100 .sub-advertise-small-txt>h2 {
        font-size: 12px;
        line-height: 16px;
        color: #000;
    }

    .sub-advertise-100 .sub-advertise-small-txt a {
        color: #000;
        margin-top: 10px;
    }

    .sub-advertise-100 .sub-advertise-small-txt a:after {
        border-top: 2px solid #000;
        border-right: 2px solid #000;
    }



    .sub-advertise-50 {
        width: calc(50% - 2.5px);
        background-color: #fff;
        /* height: 345px; */
        height: auto;
    }

    .sub-advertise-50 .sub-advertise-small-img {
        width: 100%;
    }

    .sub-advertise-50 .sub-advertise-small-img img {
        width: 299.5px;
        max-width: 299.5px;
        overflow: hidden;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .sub-advertise-50 .sub-advertise-small-txt {
        color: #000;
        position: relative;
        top: 0;
        left: 0;
        width: 38vw;
        padding-left: 8px;
        padding-top: 18px;
    }

    .sub-advertise-50 .sub-advertise-small-txt>h2 {
        font-size: 14px;
        line-height: 17px;
        color: #000;
    }

    .sub-advertise-50 .sub-advertise-small-txt a {
        color: #000;
        margin-top: 80px;
    }

    .sub-advertise-50 .sub-advertise-small-txt a::after {
        border-top: 2px solid #000;
        border-right: 2px solid #000;
    }
}



@media (min-width:1921px) {
    .product-list-item {
        margin-top: 100px;
    }

    .product-list-item-pic {
        width: 1760px;
        padding: 26px 32px 53px;
    }

    .product-list-item-flex-first {
        width: 844px;
    }

    .product-list-item-flex-last {
        width: 844px;
    }

    .product-list-item-flex {
        margin-top: 23px;
    }

    .product-swiper-2 {
        width: 418px !important;
    }

    .product-swiper-3 {
        width: 418px !important;
    }

    .product-list-swiper-txt .product-list-swiper-txt-1 {
        font-size: 13px;
        line-height: 18px;
        padding: 9px;
    }

    .product-list-swiper-txt {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .product-list-item-flex-last .product-list-swiper-txt .product-list-swiper-txt-2 {
        font-size: 14px;
        line-height: 21px;
        margin-top: 8.3px;
    }

    .product-list-item-content {
        width: 1760px;
    }

    .sub-product {
        width: 872px;
        padding: 50px 0 50px 64px;
        margin-top: 16px;
        height: auto;
    }

    .sub-product-new {
        top: 32.5px;
        left: 24px;
    }

    .sub-product-txt h2 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 8.5px;
    }

    .sub-product-img {
        width: 300px;
    }

    .sub-product-txt p {
        font-size: 16px;
        line-height: 24px;
    }

    .sub-product-txt h3 {
        font-size: 20px;
        line-height: 27px;
        margin-top: 24px;
        margin-bottom: 17px;
    }

    .sub-advertise-big {
        width: 872px;
        margin-top: 16px;
    }

    .sub-product-small {
        width: 428px;
        margin-top: 16px;
        border-radius: 24px;
        padding-top: 25px;
        height: 435px;
    }

    .sub-product-small-new {
        top: 32.5px;
        left: 24px;
    }

    .sub-product-small-img {
        width: 352px;
    }

    .sub-product-small h2 {
        font-size: 20px;
        line-height: 27px;
        margin-top: 7.4px;
        margin-bottom: 8px;
    }

    .sub-product-small p {
        font-size: 13px;
        line-height: 18px;
    }

    .sub-product-small h3 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 18px;
    }

    .sub-advertise-big-txt>h2 {
        font-size: 24px;
        line-height: 31px;
        font-weight: bold;
    }

    .sub-advertise-big-txt {
        color: #fff;
        position: absolute;
        top: 32px;
        left: 32px;
        width: 384px;
    }

    .sub-advertise-big-txt>p {
        font-size: 16px;
        line-height: 21px;
        margin-top: 12px;
    }

    .sub-advertise-big-txt>a {
        margin-top: 16px;
    }

    .sub-advertise-small {
        width: 428px;
        margin-top: 16px;
        border-radius: 24px;
    }

    .sub-advertise-small .sub-advertise-small-txt h2 {
        font-size: 24px;
        line-height: 31px;
        font-weight: bold;
    }

    .sub-advertise-small .sub-advertise-small-txt>p {
        font-size: 16px;
        line-height: 21px;
        margin-top: 12px;
    }

    .sub-advertise-small-txt {
        color: #fff;
        position: absolute;
        top: 32px;
        left: 32px;
        width: 384px;
    }

    .sub-advertise-small .sub-advertise-small-txt>p {
        font-size: 16px;
        line-height: 21px;
        margin-top: 12px;
    }

    .sub-advertise-small .sub-advertise-small-txt>a {
        margin-top: 16px;
    }

}

@media (min-width:1200px) {
    .sub-advertise-big:hover .sub-advertise-big-shadow {
        opacity: 1;
        z-index: 1;
    }

    .sub-advertise-small:hover .sub-advertise-small-shadow {
        opacity: 1;
        z-index: 1;
    }
}







/* 最后一屏 */
.sports-healthy a {
    text-decoration: none;
}

.sports-healthy * {
    font-size: 0;
}


.sports-healthy {
    width: calc(100% - 160px);
    position: relative;
    margin: 5.208333vw auto 0 auto;
    padding-bottom: 94px;
}

.sports-healthy>h2 {
    text-align: center;
    font-size: 42px;
    line-height: 48px;
}

.sports-healthy-sec1 {
    width: 100%;
}

.sports-healthy-sec1-img {
    width: 49.427083vw;
}

.sports-healthy img {
    width: 100%;
}

.sports-healthy-sec1 {
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-top: 1.979167vw;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 2px 4px 3px 0px rgba(175, 175, 175, 0.16);
}

.sports-healthy-sec1-txt h2 {
    font-size: 2.083333vw;
    line-height: 2.864583vw;
    font-weight: bold;
}

.sports-healthy-sec1-txt p {
    font-size: 1.041667vw;
    line-height: 1.25vw;
    color: #757575 !important;
    margin-top: 0.9375vw;
}

.sports-healthy-sec1-txt a {
    margin-top: 2.135417vw;
}

.sports-healthy-sec1-txt {
    margin-left: 6.25vw;
}

.sports-healthy-sec2 {
    display: flex;
    justify-content: space-between;
    margin-top: 0.833333vw;
}

.sports-healthy-sec2-item {
    width: 24.318181%;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.sports-healthy-sec2-txt {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 13.509375vw;
    left: 50%;
    transform: translateX(-50%);
}

.sports-healthy-sec2-item .sports-healthy-sec2-txt h2 {
    /* font-size: 1.041667vw; */
    /* line-height: 1.354167vw; */
    font-size: 20px;
    line-height: 1.6259vw;
    margin-bottom: 7px;
    /* margin-top: 15px; */
    white-space: nowrap;
    color: #000;
}

.sports-healthy-sec2-item .sports-healthy-sec2-txt p {
    /* font-size: 0.677083vw; */
    font-size: 16px;
    line-height: 1.3;
    color: #757575;

}



.sports-healthy-sec3-txt h2 {
    font-size: 1.666667vw !important;
    line-height: 2.34375vw;
    font-weight: bold;
    margin-bottom: 0.625vw;
}

.sports-healthy-sec3-img {
    width: 49.427083vw;
}

.sports-healthy-sec3-txt p {
    font-size: 1.041667vw;
    line-height: 1.5625vw;
    color: #757575 !important;
}

.sports-healthy-sec3 {
    background-color: #fff;
    margin-top: 0.833333vw;
    overflow: hidden;
    border-radius: 24px;
    display: flex;
    align-items: center;
    box-shadow: 2px 4px 3px 0px rgba(175, 175, 175, 0.16);
}

.sports-healthy-sec3-txt {
    margin-left: 3.333333vw;
}

.sports-healthy-sec3-txt>a {
    margin-top: 0.885417vw;
    display: block;
}

@media (min-width:1921px) {
    .sports-healthy {
        width: 1760px;

        margin: 100px auto 0 auto;
    }

    .sports-healthy-sec1-img {
        width: 949px;
    }

    .sports-healthy-sec1-txt {
        margin-left: 118px;
    }

    .sports-healthy-sec1-txt h2 {
        font-size: 40px;
        line-height: 55px;
    }

    .sports-healthy-sec1-txt p {
        font-size: 20px;
        line-height: 24px;
        margin-top: 18px;
    }

    .sports-healthy-sec1-txt a {
        margin-top: 41px;
    }

    .sports-healthy-sec2-item {
        width: 428px;
    }

    .sports-healthy-sec2-item .sports-healthy-sec2-txt h2 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 7px;
        /* margin-top: 15px; */
        color: #000;
    }

    .sports-healthy-sec2-item .sports-healthy-sec2-txt p {
        font-size: 16px;
        line-height: 18px;
        color: #000;
    }

    .sports-healthy-sec2-txt {
        top: 300px;
    }

    .sports-healthy-sec3-img {
        width: 949px;
    }

    .sports-healthy-sec3-txt h2 {
        font-size: 32px !important;
        line-height: 45px;
        font-weight: bold;
        margin-bottom: 12px;
    }

    .sports-healthy-sec3-txt p {
        font-size: 20px;
        line-height: 30px;
    }

    .sports-healthy-sec3-txt>a {
        margin-top: 17px;
    }

    .sports-healthy-sec3-txt {
        margin-left: 64px;
    }
}



@media (max-width:1600px) {
    .sports-healthy {
        width: calc(100% - 80px);
    }
}

/* 0104 */
@media (max-width:1599px) {
    .sports-healthy-sec2-item .sports-healthy-sec2-txt h2 {
        /* font-size: 1vw; */
        font-size: 16px;
        line-height: 1.5vw;
        margin-bottom: 10px;
        /* margin-top: 16px; */
    }

    .sports-healthy-sec2-item .sports-healthy-sec2-txt p {
        /* font-size: 1vw; */
        font-size: 14px;
        line-height: 1.5vw;
    }

    .sports-healthy-sec2-txt {

        top: 12.5166666vw;
    }
}

@media (max-width:1199px) {
    .sports-healthy-sec2-item .sports-healthy-sec2-txt h2 {
        /* font-size: 1.209677vw; */
        font-size: 14px;
        line-height: 1.81451612vw;
        margin-bottom: 9px;
    }

    .sports-healthy-sec2-item .sports-healthy-sec2-txt p {
        /* font-size: 1.209677vw; */
        font-size: 12px;
        line-height: 1.81451612vw;
    }

    .sports-healthy-sec2-txt {

        top: 12.625vw;
    }
}



@media (max-width:991px) {
    .sports-healthy>h2 {
        font-size: 20px;
        line-height: 27px;
    }

    .sports-healthy {
        width: 100%;
        position: relative;
        margin: 40px auto 0 auto;
        padding-bottom: 72px;
    }

    .sports-healthy-sec1 {
        margin-top: 1.979167vw;
        border-radius: 0;
    }

    .sports-healthy-sec1-img {
        width: 50vw;
    }

    .sports-healthy-sec1-txt h2 {
        font-size: 2.42179vw;
        line-height: 3.229vw;
    }

    .sports-healthy-sec1-txt p {
        font-size: 1.41271vw;
        line-height: 2.42179vw;
        color: #757575 !important;
        margin-top: 0.9081vw;
    }

    .sports-healthy-sec1-txt a {
        margin-top: 1.81634vw;
    }

    .sports-healthy-sec1-txt {
        margin-left: 3.43087vw;
    }

    .sports-healthy-sec2-txt {
        position: relative;
        top: 0;
        color: #000000;
        background-color: #fff;
        left: 0;
        transform: translateX(0%);
        text-align: left;
    }

    .sports-healthy-sec2-item {
        width: 24.69727vw;
        border-radius: 0;
    }

    .sports-healthy-sec2 {
        margin-top: 5px;
    }

    .sports-healthy-sec2-txt {
        padding-top: 2.5227vw;
        padding-bottom: 3.32996vw;
        padding-left: 1.1099vw;
    }

    .sports-healthy-sec2-item .sports-healthy-sec2-txt h2 {
        font-size: 1.61453vw;
        line-height: 2.2199vw;
        color: #000;
        margin-bottom: 5px;
        /* margin-top: 6px; */

    }

    .sports-healthy-sec2-item .sports-healthy-sec2-txt p {
        font-size: 1.61453vw;
        line-height: 2.2199vw;
        color: #757575;
    }

    .sports-healthy-sec2 .sports-healthy-sec2-item:nth-child(3) .sports-healthy-sec2-txt p {
        color: #757575;
    }

    .sports-healthy-sec3 {
        margin-top: 5px;
        border-radius: 0;
    }

    .sports-healthy-sec3-img {
        width: 50vw;
    }


    .sports-healthy-sec3-txt h2 {
        font-size: 1.6145vw !important;
        line-height: 2.3208vw;
        margin-bottom: 0.8072vw;
    }

    .sports-healthy-sec3-txt p {
        font-size: 1.210898vw;
        line-height: 1.715438vw;
    }

    .sports-healthy-sec3-txt>a {
        margin-top: 1.715438vw;

    }

    .sports-healthy-sec3-txt {
        margin-left: 6.76084vw;
    }

}

@media (max-width:599px) {
    .product-list-swiper-txt {
        position: absolute;
        top: 2.041667vw;
        left: 2.041667vw;
        width: 39vw;
    }

    .sports-healthy {
        margin: 50px auto 0 auto;
        padding-bottom: 70px;
    }


    .sports-healthy>h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .sports-healthy-sec1 {
        margin-top: 17px;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .sports-healthy-sec1-img {
        width: 100%;
    }

    .sports-healthy-sec1-img img {
        width: 599px;
        max-width: 599px;
        overflow: hidden;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .sports-healthy-sec1-txt {
        margin-left: 0;
        padding: 30px 0 45px 25px;
        margin-top: 3px;
        width: 100%;
        background-color: #FFFFFF;
    }

    .sports-healthy-sec1-txt h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .sports-healthy-sec1-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 9.3px;
    }

    .sports-healthy-sec1-txt a {
        margin-top: 17px;
    }

    .sports-healthy-sec2-item {
        width: 49.5158vw;
        margin-top: 5px;
    }

    .sports-healthy-sec2 {
        flex-wrap: wrap;
    }

    .sports-healthy-sec2-item .sports-healthy-sec2-txt h2 {
        font-size: 3.005vw;
        line-height: 4.0066vw;
        margin-bottom: 1.6694vw;
    }

    .sports-healthy-sec2-item .sports-healthy-sec2-txt p {
        font-size: 2.6711vw;
        line-height: 4.0066vw;
    }

    .sports-healthy-sec2-item .sports-healthy-sec2-txt {
        padding-top: 4.00667vw;
        padding-bottom: 6.8447vw;
        padding-left: 2.1702vw;
    }

    .sports-healthy-sec2 {
        margin-top: 0;

    }

    .sports-healthy-sec3 .sports-healthy-sec3-img img {
        width: 299.5px;
        max-width: 299.5px;
        overflow: hidden;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .sports-healthy-sec3 {
        background-color: #fff;
    }

    .sports-healthy-sec3-img {
        width: 50vw;
        overflow: hidden;
    }

    .sports-healthy-sec3-txt {
        margin-left: 0;
        padding: 0 5.0083vw;
        width: 50vw;
        box-sizing: border-box;
    }

    .sports-healthy-sec3-txt h2 {
        font-size: 14px !important;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .sports-healthy-sec3-txt p {
        font-size: 12px;
        line-height: 16px;
    }

    .sports-healthy-sec3-txt>a {
        margin-top: 10px;
    }


}


.home .swiper-container .swiper-slide[data-swiper-slide-index="0"] .txt .btns {
    justify-content: flex-start;

}

.home .swiper-container .swiper-slide[data-swiper-slide-index="1"] .txt .btns {
    justify-content: flex-start;

}

@media (width:640px) {
    .hw-pad {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 1vw;
    }
}

/* @media screen and (max-width: 1023px),
  (max-aspect-ratio: 1/1) and (max-width: 1025px){
    .home .swiper-container .swiper-slide[data-swiper-slide-index="0"] .left_0831{
        left: -4vw;
       top: 9.722222vw;
    }
    .home .swiper-container .swiper-slide[data-swiper-slide-index="0"] .txt .btns .hero_btn{
        font-size: 3.05vw !important;
    }

    .home .swiper-container .swiper-slide[data-swiper-slide-index="1"] .left_0831{
        left: -8vw;
       top: 11.722222vw;
    }
  } */

@supports(position:-webkit-sticky){#second-navigation-v4{position:-webkit-sticky;}
}
@supports(position:sticky){#second-navigation-v4{position:fixed; top: 81px;z-index: 3;}
}
@supports(-webkit-backdrop-filter:blur(0)){#second-navigation-v4{background:rgba(255,255,255,0.9);-webkit-backdrop-filter:saturate(180%) blur(20px)}
}
@supports(backdrop-filter:blur(0)){#second-navigation-v4{background:rgba(255,255,255,0.9);backdrop-filter:saturate(180%) blur(20px);
    width: 100%;}
}
/*.v4.n06-second-navigation .product-tabs-wrap{-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,0.1);box-shadow:0 1px 0 0 rgba(0,0,0,0.1)}*/
.v4.n06-second-navigation .product-link-container{display:flex}
.v4.n06-second-navigation .product-link_item{margin:0 15px;position:relative;white-space:nowrap}
.v4.n06-second-navigation .product-link_item::before{content:" ";display:inline-block;width:2px;height:16px;background-color:#000;position:absolute;top:50%;left:-16px;transform:translateY(-50%)}
.v4.n06-second-navigation .product-link_item:first-child{margin-left:0}
.v4.n06-second-navigation .product-link_item:first-child::before{content:none}
.v4.n06-second-navigation .product-link{color:#7f7f7f}
.v4.n06-second-navigation .product-link:hover,.v4.n06-second-navigation .product-tabs__link:hover{color:#000}
.v4.n06-second-navigation .product-link__active{color:#000}
.v4.n06-second-navigation .product-tabs__heading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:24px 0;position:relative; justify-content: space-between;}
.v4.n06-second-navigation .product-tabs__title{margin-top:3px;font-weight:700}
.v4.n06-second-navigation .product-tabs__links-container{position:relative;margin-left:auto;margin-right:30px;overflow:hidden;}
.v4.n06-second-navigation .product-tabs__links{margin-top:2px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex; justify-content: flex-end;}
.v4.n06-second-navigation .product-tabs__links-item{position:relative;padding:0 16px}
.v4.n06-second-navigation .product-tabs__link{display:block;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;padding:0 4px;font-size:16px;font-weight:400;color:#7f7f7f;line-height:1.5;letter-spacing:.3px;text-align:center;white-space:nowrap}
.v4.n06-second-navigation .product-tabs__link.product-tabs__link--active{font-weight:700;color:#000;letter-spacing:-0.2px;cursor:default;border-bottom:2px solid #000}
@media only screen and (min-width:1200px) {
    .no-touch .v4.n06-second-navigation .product-tabs__link:hover {
        color: #000
    }
}
@media (max-width: 991.98px) {
    .product-nav-wrap .product-nav-items {
        padding: 0;
        min-height: auto !important;
        overflow-x: auto !important;
        text-align: left;
    }

    .product-nav-wrap .product-nav-item {
        padding: 0 10px;
    }

    .product-nav-wrap .product-nav-item .product-nav-title {
        width: 100%;
        padding: 16px 10px 16px;
        border-radius: 0 0 4px 4px;
        background: #fff;
        text-align: center;
    }

    .product-nav-wrap .product-nav-size-title {
        font-size: 12px;
        line-height: 1.5;
        color: rgba(0, 0, 0, .5);
        max-width: none;
        white-space: normal;
        background: #fff;
        width: 100%;
        padding: 0;
        border-radius: 0 0 4px 4px;
    }

    .product-nav-wrap {
        padding: 0;
    }

    .home .swiper-container .swiper-slide[data-swiper-slide-index="1"] .left_0831 {
        left: 8vw;
        top: 9.722222vw;
    }

    .home .swiper-container .swiper-slide[data-swiper-slide-index="1"] .txt .btns {
        flex-direction: column;
    }

    .home .swiper-container .swiper-slide[data-swiper-slide-index="0"] .txt .btns {
        flex-direction: column;
    }

    .home .swiper-container .swiper-slide[data-swiper-slide-index="0"] .txt .btns .hero_btn {
        font-size: 2vw !important;
    }

    .home .swiper-container .swiper-slide[data-swiper-slide-index="1"] .txt .btns .hero_btn {
        font-size: 2vw !important;
    }

    .home .swiper-container .swiper-slide[data-swiper-slide-index="0"] .left_0831 {
        /* left: 13vw;
        top: 11.722222vw; */
        left: 8vw;
        top: 9.722222vw;
    }

}

@media (max-width: 599px) {
    .home .swiper-container .swiper-slide[data-swiper-slide-index="1"] .left_0831 {
        left: 4vw;
        top: 7.722222vw;
    }

    .home .swiper-container .swiper-slide[data-swiper-slide-index="1"] .txt .btns {
        flex-direction: column;

    }

    .home .swiper-container .swiper-slide[data-swiper-slide-index="1"] .txt .btns .hero_btn {
        font-size: 2.5vw !important;
    }

    .home .swiper-container .swiper-slide[data-swiper-slide-index="0"] .txt .btns .hero_btn {
        font-size: 2.5vw !important;
    }

    .home .swiper-container .swiper-slide[data-swiper-slide-index="0"] .left_0831 {
        left: 4vw;
        top: 7.722222vw;
    }

    .sub-product-txt .long-title {
        font-size: 12px;
    }
}

@media (max-width: 599px) {
    .pc-show {
        display: none;
    }

}


@media (min-width: 991px) {
    .ex-card {
        width: 49.54545%;
    }

    .ex-card .sub-product-small-img {
        width: 18.333333333333333vw;
    }

    .ex-card-2 {
        width: 49.54545%;
    }

    .ex-card-2 .sub-product-small-img {
        width: 18.333333333333333vw;
    }
}

@media (max-width: 991px) {
    .ex-card {
        width: calc(50% - 2.5px);
    }
}

@media (max-width: 599px) {
    .b- {
        display: none !important;
    }
}

@media (min-width: 599px) {
    .ax-2 {
        display: block !important;
    }
}

.hide-arr:after {
    display: none;
}

.product_index_1 .sub-product-small .sub-product-small-btns {
    width: 100%;
}

@media (max-width: 991.98px) {
    .sc1 .home .btns .btn3 {
        margin-left: 0 !important;
    }
}

.watch-3-pro-new-buy-btn-pc {
    display: block;
}

.watch-3-pro-new-buy-btn-mob {
    display: none;
}

.show-pc {
    display: block;
}

.show-mob {
    display: none;
}

/* 2022/8/3  */
@media (max-width: 599px) {
    .advertise-mob-portrait {
        position: relative;
        width: calc(50% - 2.5px);
        display: flex;
        align-items: flex-start;
        background-color: #fff;
        flex-direction: column;
        justify-content: flex-start;
    }

    .advertise-mob-portrait .sub-advertise-big-img {
        width: 100%;
    }

    .advertise-mob-portrait .sub-advertise-big-txt {
        width: 38vw;
        padding-left: 8px;
        padding-top: 18px;
    }

    .advertise-mob-portrait .sub-advertise-big-txt > h2 {
        font-size: 14px !important;
    }

    .advertise-mob-portrait .sub-advertise-small-img {
        width: 100%;
    }

    .advertise-mob-portrait .sub-advertise-small-txt {
        width: 38vw;
        padding-left: 8px;
        padding-top: 18px;
    }

    .advertise-mob-portrait .sub-advertise-small-txt > h2 {
        font-size: 14px;
    }

    .advertise-mob-portrait .sub-advertise-small-txt a {
        margin-top: 66px;
    }

    .advertise-mob-portrait .sub-advertise-big-txt > a {
        margin-top: 64px;
    }

    .watch-3-pro-new-buy-btn-pc {
        display: none;
    }

    .watch-3-pro-new-buy-btn-mob {
        display: block;
    }

    .advertise-mob-portrait3 .sub-advertise-small-txt a {
        margin-top: 83px;
    }

    .show-pc {
        display: none;
    }

    .show-mob {
        display: block;
    }
}

.tablist {
    overflow: hidden;
    padding-bottom: 30px;
}

.block {
    display: block;
}

.cpcs {
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
}

.cpcs table {
    width: 100%;
}

.cpcs td {
    font-size: 14px;
    line-height: 30px;
    padding: 4px;
    border: 1px #ddd solid;
}

@media only screen and (max-width: 991.98px) {
    .productnav-wrap .productnav-item .productnav-title {
        width: 100%;
        padding: 16px 10px 16px;
        border-radius: 0 0 4px 4px;
        background: #fff;
        text-align: center;
    }
}

.productnav-left-title {
    padding: 22px 45px;
    font-size: 18px;
    display: inline-block;
    padding-right: 10px;
    font-weight: bold;
}

.productnav-title:after {
    content: '';
}

.productnav-left-subtitle {
    font-size: 14px;
    display: inline-block;
    padding: 20px;
    position: relative;
}

.productnav-left-subtitle:after {
    border-left: 1px solid #555555;
    content: '';
    position: absolute;
    left: 0;
    height: 20px;
}

.product-summery .product-head .product-title {
    font: 20px/30px "microsoft yahei";
    color: #5c5c5c;
    font-weight: bold;
    font-size: 24px;
    margin: 42px 0 0 0;
    line-height: 40px;
}

.product-details-img {
    padding: 0 60px;
}

.product-details-img .single-product-img {
    padding: 60px 0;
}

.product-summery a[name="tag"] {
    height: 1px;
    background: #ccc;
    display: block;
    margin: 30px auto;
}

.single-product-buy .btn {
    font-weight: initial;
}

.productnav-box {
    padding: 0 calc((100% - 1760px) / 2);
}

.product-box {
    position: fixed;
    top: 81px;
    left: 0;
    z-index: 3;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 8%);
    width: 100%;
    transition: 0;
}

.product-nav-wrap {
    text-align: right;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    padding: 0 32px;
}

.product-box .product-nav-wrap .product-nav-items {
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    overflow: hidden;
    min-height: auto;
}

.product-box .product-nav-wrap .product-nav-item:first-child {
    padding-left: 0;
}

.product-box .product-nav-wrap .product-nav-item {
    padding: 24px 32px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.product-nav-wrap .product-nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.product-nav-wrap .product-nav-size-title {
    font-size: 14px;
    line-height: 19px;
    position: relative;
    display: inline-block;
    white-space: normal;
    padding-bottom: 4px;
}

.product-nav-wrap .product-nav-item:not(:last-child):after {
    position: absolute;
    content: '';
    border-right: 1px solid #555555;
    height: 20px;
    top: 35%;
    right: 0;
}


@media only screen and (max-width: 1920px) and (min-width: 1600px){
    .productnav-box {
        padding: 0 80px;
    }
}


.single-product-tab .tab-content .desc-content{
    padding: 0 30px;
}

.product .content{
    padding: 10px 15px 10px;
    z-index: 2 !important;
}

.size-tab .down-style{
    text-align: right;
    font-size: 14px;
    color: #0ba0e4;
    text-decoration: underline;
}
.p-list{
    padding-right: 25px;padding-bottom: 10px;
}
@media (max-width: 1599px){
    .sub-product-txt p {
        max-width: 90%;
    }
    .sub-product-small p{
        display: -webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media (max-width: 1199px){
    .sub-product-txt p{
        display: -webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .sub-product-small p{
        display: -webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .sub-product-txt{
        width: 25.4vw;
    }
}
@media (max-width: 992px){
    .sub-product-small p{
        display: -webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 2.5145vw;
    }
    .p-list{
        padding-right: 0;
    }
    .sub-product-txt p{
        display: -webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding:0;
        line-height: 2.5145vw;
    }
}
@media (max-width: 599px) {
    .sub-product-small p{
        width: 100%;
        padding:0;
        line-height: 4.5145vw;
    }
    .p-list{
        padding-right: 0;
    }
    .sub-product-txt p{
        max-width: 100%;
        padding:0;
        line-height: 4.5145vw;
    }
    .sub-product-txt {
        margin-left: 0;
        width: 100%;
    }
}