
.fixed_series{
    position: fixed;
    top: 2.60416666666667vw;
    left: 0;
    z-index: 9999;
    height: 2.60416666666667vw;
    background: rgba(26, 26, 26, 0.95);
    width: 100%;
}
.fixed_series .joke{
    width: 58.33333333vw;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fixed_series .joke p{
    font-size: 0.72916666666667vw;
    font-weight: 500;
    color: #FFFFFF;
}
.fixed_series .joke .r{
    display: flex;
    align-items: center;
    align-items: center;
}
.fixed_series .joke .r a{
    font-size: 0.72916666666667vw;
    font-weight: 400;
    color: #FFFFFF;
}
.fixed_series .joke .r a:not(:last-child) {
    margin: 0 2.86458333333333vw 0 0;
}

.products_page {
    width: 100%;
    position: relative;
}

.products_page .bg {
    width: 100%;
}

.products_page .text {
    position: absolute;
    left: 50%;
    top: 10.41666666666667vw;
    transform: translateX(-50%);
    text-align: center;
}

.products_page .text .english {
    font-size: 48px;
    color: #000000;
    font-weight: bold;
    margin: 0 0 21px;
    line-height: 36px;
}

.products_page .text .english .red {
    display: inline-block;
    font-weight: normal;
    color: #E72410;
}

.products_page .text .title {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
}

.products_page2 {
    position: relative;
    height: calc(100vh + 1800px);
}

.products_page2 .fix {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.products_page2 .style__mask___2jX4z {
    width: 100%;
    background: linear-gradient(0deg, #fafafa, #fafafa 15%, transparent);
    height: 50vh;
    z-index: 100;
    position: absolute;
    bottom: 0;
    left: 0;
}

.products_page2 .wrap {
    margin: 149px auto 135px;
}

.products_page2 .wrap .hide_title {
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 53px;
    text-align: center;
    position: absolute;
    top: 177px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    z-index: 5;
}

.products_page2 .wrap .hide_title > div {
    opacity: 0;
}

.products_page2 .wrap .title {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    color: #666666;
    line-height: 36px;
}

.products_page2 .wrap .title strong {
    color: #000000;
}

.products_page2 .wrap .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    overflow: hidden;
    transform: translate(0px, 160px) scale(0.6);
}

.products_page2 .wrap .img img {
    width: 100%;
    height: 100%;
}

.products_page2 .wrap .img .after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.products_page2 .wrap .img .after:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    animation: 7.5s after__clip infinite linear;
}

.products_page2 .wrap .img .after:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #FFFFFF;
    animation: 7.5s before__line infinite linear;
    z-index: 2;
}

.products_page3 {
    background: linear-gradient(#FAFAFA, #F5F5F7);
    position: relative;
    margin-top: -2px;
}

.products_page3 .wrap {
    width: 1377px;
    margin: 263px auto 164px;
    display: flex;
    justify-content: space-between;
    position: relative;
    left: 88px;
    max-width: 90%;
}

.products_page3 .wrap .l {
    width: 684px;
}

.products_page3 .wrap .l .title {
    margin: 0 0 144px;
}

.products_page3 .wrap .l .title h1 {
    font-size: 40px;
    font-weight: bold;
    color: #111111;
    margin: 0 0 41px;
}

.products_page3 .wrap .l .title p {
    font-size: 24px;
    font-weight: 500;
    color: #444444;
    line-height: 36px;
}

.products_page3 .wrap .l .display .item {
    width: 527px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 125px;
}

.products_page3 .wrap .l .display .item:not(:last-child) {
    margin: 0 0 96px;
}

.products_page3 .wrap .l .display .item .list {
    text-align: center;
    cursor: pointer;
}

.products_page3 .wrap .l .display .item .list .img {
    width: 58px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    transition: 1s;
    cursor: pointer;
}

.products_page3 .wrap .l .display .item .list p {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}

.products_page3 .wrap .l .display .item .list:hover .img {
    transform: rotateY(180deg);
}

.products_page3 .wrap .r {
    width: 671px;
    margin: 47px 0 0 0;
}

.products_page3 .wrap .r img {
    width: 100%;
}

.products_page4 .wrap {
    width: 1200px;
    margin: 180px auto 159px;
    max-width: 90%;
}

.products_page4 .wrap .title {
    padding: 0 0 60px;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}

.products_page4 .wrap .title h1 {
    font-size: 40px;
    font-weight: bold;
    color: #111111;
    margin: 0 0 41px;
}

.products_page4 .wrap .title p {
    font-size: 24px;
    font-weight: 500;
    color: #444444;
}

.products_page4 .wrap .display {
    padding: 59px 0 0 0;
    margin: 0 0 91px;
    display: flex;
    justify-content: space-between;
}

.products_page4 .wrap .display .list p {
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    margin: 0 0 12px;
}

.products_page4 .wrap .display .list .red {
    font-size: 26px;
    font-weight: bold;
    color: #E72410;
    background: linear-gradient(120deg, #CC0000 0.1220703125%, #FE523F 50%, #CC0000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.products_page4 .wrap .img {
    width: 100%;
}

.products_page4 .wrap .img img {
    width: 100%;
}

.products_page5 {
    height: calc(100vh + 500px);
    position: relative;
}

.products_page5 .fix {
    height: 100vh;
    position: relative;
}

.products_page5 .fix .style__mask___2jX4z {
    width: 100%;
    background: linear-gradient(0deg, #fafafa, #fafafa 15%, transparent);
    height: 50vh;
    z-index: 100;
    position: absolute;
    bottom: 0;
    left: 0;
}

.products_page5 .bg {
    width: 100%;
    height: 100%;
}

.products_page5 .wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 5;
    top: 184px;
    width: 100%;
}

.products_page5 .wrap .title {
    text-align: center;
    margin: 0 0 80px;
}

.products_page5 .wrap .title h1 {
    font-size: 40px;
    font-weight: bold;
    color: #111111;
    margin: 0 0 30px;
}

.products_page5 .wrap .title p {
    font-size: 24px;
    font-weight: 500;
    color: #444444;
}

.products_page5 .wrap .dis {
    display: flex;
    justify-content: center;
    max-width: 90%;
    margin: auto;
}

.products_page5 .wrap .dis .list .red {
    font-size: 26px;
    font-weight: bold;
    color: #E72410;
    background: linear-gradient(120deg, #CC0000 0.1220703125%, #FE523F 50%, #CC0000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 5px;
}

.products_page5 .wrap .dis .list p {
    font-size: 16px;
    font-weight: 500;
    color: #111111;
}

.products_page5 .wrap .dis .list:not(:last-child) {
    margin: 0 93px 0 0;
}

.products_page6 {
    background: linear-gradient(#FAFAFA, #fff);
}

.products_page6 .wrap {
    width: 1200px;
    margin: 170px auto 102px;
    max-width: 90%;
}

.products_page6 .wrap .title {
    font-size: 26px;
    font-weight: 500;
    color: #666666;
    line-height: 36px;
    margin: 0 0 68px;
    text-align: center;
}

.products_page6 .wrap .title p strong {
    color: #000;
}

.products_page6 .wrap .swiper {
    width: 100%;
}

.products_page6 .wrap .swiper .swiper-slide {
    opacity: 0 !important;
    transition: 1s;
}

.products_page6 .wrap .swiper .swiper-slide img {
    width: 100%;
}

.products_page6 .wrap .swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.products_page6 .wrap .other {
    margin: 30px 0 0 0;
}

.products_page6 .wrap .other .cut {
    display: flex;
    justify-content: space-between;
    width: 260px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 auto 40px;
}

.products_page6 .wrap .other .cut .list {
    font-size: 20px;
    font-weight: 500;
    color: #999999;
    transition: 0.7s;
    cursor: pointer;
    padding: 0 0 12px;
    position: relative;
}

.products_page6 .wrap .other .cut .list:after {
    content: '';
    position: absolute;
    width: 86px;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transition: 0.4s;
}

.products_page6 .wrap .other .cut .list.on {
    color: #111111;
}

.products_page6 .wrap .other .cut .list.on:after {
    transform: translateX(-50%) scaleX(1);
}

.products_page6 .wrap .other .cut .list:hover {
    color: #111111;
}

.products_page6 .wrap .other .text {
    width: 742px;
    margin: auto;
}

.products_page6 .wrap .other .text .text_list {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    display: none;
    text-align: center;
}

.products_page6 .wrap .other .text .text_list.on {
    display: block;
}

.products_page7 .wrap {
    width: 1200px;
    margin: 100px auto 180px;
    max-width: 90%;
}

.products_page7 .wrap .title {
    text-align: center;
    margin: 0 0 85px;
}

.products_page7 .wrap .title h1 {
    font-size: 40px;
    font-weight: bold;
    color: #111111;
    margin: 0 0 30px;
    line-height: 38px;
}

.products_page7 .wrap .title p {
    font-size: 24px;
    font-weight: 500;
    color: #444444;
}

.products_page7 .wrap .display {
    position: relative;
    left: -20px;
}

.products_page7 .wrap .display .item {
    width: 632px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.products_page7 .wrap .display .item:not(:last-child) {
    width: 460px;
    margin: 0 auto 83px;
}

.products_page7 .wrap .display .item .list {
    text-align: center;
    cursor: pointer;
}

.products_page7 .wrap .display .item .list .img {
    width: 58px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    transition: 1s;
    cursor: pointer;
}

.products_page7 .wrap .display .item .list p {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}

.products_page7 .wrap .display .item .list:hover .img {
    transform: rotateY(180deg);
}

.products_page7 .wrap .picture {
    width: 100%;
    margin: 92px 0 0 0;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.products_page7 .wrap .picture img {
    width: 100%;
}

.products_page7 .wrap .picture .after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.products_page7 .wrap .picture .after:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    animation: 7.5s after__clip infinite linear;
}

.products_page7 .wrap .picture .after:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #FFFFFF;
    animation: 7.5s before__line infinite linear;
    z-index: 2;
}

.my6 {
    background: #F7F9FB;
    height: calc(100vh + 6500px);
}

.my6 .fixed_ {
    height: 100vh;
    position: relative;
}

.my6 .fixed_ .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.my6 .fixed_ .scale_text {
    position: absolute;
    top: 0;
    left: -97px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 5;
}

.my6 .fixed_ .scale_text p {
    font-size: 86px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 96px;
    background: linear-gradient(120deg, #CC0000 0.1220703125%, #FE523F 50%, #CC0000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.my6 .fixed_ .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.my6 .fixed_ .position .list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: fit-content;
    height: fit-content;
}

.products_page8 .wrap {
    width: 1200px;
    margin: 138px auto 155px;
    max-width: 90%;
}

.products_page8 .wrap .title {
    text-align: center;
    margin: 0 0 63px;
}

.products_page8 .wrap .title h1 {
    font-size: 40px;
    font-weight: bold;
    color: #111111;
    margin: 0 0 25px;
}

.products_page8 .wrap .title p {
    font-size: 24px;
    font-weight: 500;
    color: #444444;
}

.products_page8 .wrap .display {
    display: flex;
    justify-content: center;
}

.products_page8 .wrap .display .list:not(:last-child) {
    margin: 0 156px 0 0;
}

.products_page8 .wrap .display .list .red {
    font-size: 26px;
    font-weight: bold;
    color: #E72410;
    background: linear-gradient(120deg, #CC0000 0.1220703125%, #FE523F 50%, #CC0000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 10px;
}

.products_page8 .wrap .display .list p {
    font-size: 16px;
    font-weight: 400;
    color: #111111;
}

.products_page8 .wrap .picture {
    margin: 70px 0 0 0;
}

.products_page8 .wrap .picture img {
    width: 100%;
}

.products_page8 .wrap .bottom {
    margin: 180px 0 0 0;
}

.products_page8 .wrap .bottom .headline {
    margin: 0 0 88px;
    text-align: center;
}

.products_page8 .wrap .bottom .headline h1 {
    font-size: 40px;
    font-weight: bold;
    color: #111111;
    margin: 0 0 37px;
}

.products_page8 .wrap .bottom .headline p {
    width: 781px;
    font-size: 24px;
    font-weight: 500;
    color: #444444;
    line-height: 36px;
    margin: auto;
    max-width: 100%;
}

.products_page8 .wrap .bottom .btn {
    display: flex;
    justify-content: center;
    margin: 88px 0 0 0;
}

.products_page8 .wrap .bottom .btn .item {
    text-align: center;
}

.products_page8 .wrap .bottom .btn .item:not(:last-child) {
    margin: 0 240px 0 0;
}

.products_page8 .wrap .bottom .btn .item .blue {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(120deg, #CC0000 0.1220703125%, #FE523F 50%, #CC0000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 21px;
}

.products_page8 .wrap .bottom .btn .item .cao {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.products_page8 .wrap .bottom .btn .item .cao .img {
    display: flex;
    align-items: center;
}

.products_page8 .wrap .bottom .btn .item .cao p {
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    margin: 0 0 0 14px;
}

.products_page9 {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #050505;
    z-index: 1;
}

.products_page9 .gif {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.3;
}

.products_page9 .title {
    font-size: 84px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    line-height: 100px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.products_page9 .position_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 64px;
    font-weight: 400;
    color: #5E5E5E;
    opacity: 0.6;
}
.products_page10 .wrap .top_cut{
    margin: 0 0 60px;
}
.products_page10 .wrap .top_cut .matter{
    display: none;
    min-height: 219px;
}
.products_page10 .wrap .top_cut .matter.on{
    display: block;
}
.products_page10 .wrap {
    width: 1200px;
    margin: 155px auto 142px;
    max-width: 90%;
}

.products_page10 .wrap .title {
    margin: 0 0 40px;
}

.products_page10 .wrap .title h1 {
    font-size: 38px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 30px;
}

.products_page10 .wrap .title p {
    font-size: 24px;
    font-weight: 500;
    color: #666666;
}

.products_page10 .wrap .dis {
    display: flex;
}

.products_page10 .wrap .dis .list:not(:last-child) {
    margin: 0 137px 0 0;
}

.products_page10 .wrap .dis .list .red {
    font-size: 24px;
    font-weight: bold;
    color: #E72410;
    background: linear-gradient(30deg, #D9230F 0%, #FF492A 50%, #CC1306 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 10px;
}

.products_page10 .wrap .dis .list p {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    opacity: 0.7;
}

.products_page10 .wrap .content .swiper {
    width: 2060px;
    overflow: unset !important;
}

.products_page10 .wrap .content .swiper .swiper-slide {
    position: relative;
    left: -530px;
}

.products_page10 .wrap .content .swiper .swiper-slide img {
    width: 100%;
    border-radius: 20px;
}

.products_page10 .wrap .content .swiper-pagination {
    position: static;
    width: fit-content;
    display: flex;
    margin: 36px 0 0 0;
}

.products_page10 .wrap .content .swiper-pagination span {
    width: 80px;
    height: 4px;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 20px 0 0;
    transition: 0.7s;
    opacity: 1 !important;
    border-radius: 0 !important;
}

.products_page10 .wrap .content .swiper-pagination span.swiper-pagination-bullet-active {
    background: #000000;
}

.products_page11 .wrap {
    width: 1500px;
    margin: 100px auto 273px;
    max-width: 90%;
}

.products_page11 .wrap .title {
    text-align: center;
    margin: 0 0 125px;
}

.products_page11 .wrap .title .red {
    font-size: 38px;
    font-weight: bold;
    color: #E72410;
    background: linear-gradient(120deg, #CC0000 0.1220703125%, #FE523F 50%, #CC0000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 30px;
    line-height: 36px;
}

.products_page11 .wrap .title p {
    font-size: 26px;
    font-weight: 500;
    color: #060608;
}

/**/
.products_page11 .wrap .message {
    width: 1140px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}
.products_page11 .wrap .message .list .img {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 19px;
}
.products_page11 .wrap .message .list p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
/**/

.products_page11 .wrap .content {
    display: flex;
    justify-content: space-between;
}

.products_page11 .wrap .content .list {
    width: 360px;
}

.products_page11 .wrap .content .list .img {
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.products_page11 .wrap .content .list .img img {
    width: 100%;
    height: 100%;
}

.products_page11 .wrap .content .list .text {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #060608;
    margin: 20px 0 0 0;
}

@keyframes after__clip {
    0% {
        clip-path: inset(0 0 0 0);
    }
    100% {
        clip-path: inset(0 0 0 100%);
    }
}

@keyframes before__line {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}

@keyframes dong {
    0% {
        transform: rotateY(0deg);
    }
    3.5% {
        transform: rotateY(180deg);
    }
    7% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}
@media screen and (max-width: 1920px) {
    .fixed_series{
        min-height: 48px;
        top: 48px;
    }
    .products_page5 .wrap{
        top: 119px;
    }
}

@media screen and (max-width: 1682px) {
    .products_page3 .wrap .r{
        width: 47%;
    }
    .products_page3 .wrap .l {
        width: 50%;
    }
    .products_page3 .wrap .l .title p{
        font-size: 1.4vw;
    }
    .products_page3 .wrap{
        left: 0;
    }
    .products_page3 .wrap .l .display .item{
        width: 83%;
        grid-gap: 0 70px;
    }
    .products_page11 .wrap .content .list {
        width: 24%;
    }
    .products_page11 .wrap .content .list .img{
        height: auto;
    }
}

@media screen and (max-width: 1430px) {
    .products_page5 .wrap .dis .list .red{
        font-size: 1.7vw;
    }
    .products_page5 .wrap .dis .list p{
        font-size: 1.2vw;
    }
    .products_page5 .wrap .dis .list:not(:last-child) {
        margin: 0 6.2vw 0 0;
    }
}

@media screen and (max-width: 1325px) {
    .products_page8 .wrap .display .list:not(:last-child) {
        margin: 0 118px 0 0;
    }
    .products_page11 .wrap {
        margin: 27px auto 177px;
    }
}

@media screen and (max-width: 1200px) {
    .products_page3 .wrap .l .display .item:not(:last-child) {
        margin: 0 0 69px;
    }
    .products_page3 .wrap .l .title {
        margin: 0 0 93px;
    }
    .products_page3 .wrap .l .display .item .list p{
        font-size: 1.5vw;
    }
    .products_page3 .wrap{
        margin: 43px auto 101px;
    }
    .products_page4 .wrap {
        margin: 72px auto 72px;
    }
}

@media screen and (max-width: 1190px) {
    .products_page4 .wrap .display .list .red{
        font-size: 1.9vw;
    }
    .products_page4 .wrap .title p{
        font-size: 1.9vw;
    }
    .products_page6 .wrap .title{
        font-size: 2.1vw;
    }
    .products_page7 .wrap .display .item:not(:last-child){
        width: 395px;
        margin: 0 auto 59px;

    }
    .products_page7 .wrap .display .item{
        width: 550px;
    }

    .products_page8 .wrap .display .list:not(:last-child) {
        margin: 0 94px 0 0;
    }
    .products_page8 .wrap .display .list .red{
        font-size: 22px;
    }
    .products_page8 .wrap .display .list p{
        font-size: 14px;
    }
    .products_page9 .title{
        font-size: 57px;
        line-height: 1.2;
    }
    .products_page10 .wrap .content .swiper{
        width: 120%;
    }
    .products_page10 .wrap .content .swiper .swiper-slide{
        left: -29vw;
    }
    .products_page10 .wrap {
        margin: 80px auto 76px;
    }

}

@media screen and (max-width: 1024px) {
    .products_page5 .wrap .title h1{
        font-size: 3.5vw;
    }
    .products_page5 .wrap .title p{
        font-size: 2vw;
    }
    .products_page{
        padding-top: 96px;
    }
}
@media screen and (max-width: 1024px) {
    .products_page3,.products_page6{
        overflow: hidden;
    }
    .products_page10 .wrap .content .swiper{
        width: 100%;
    }
    .products_page10 .wrap .content .swiper .swiper-slide{
        left: 0;
    }
    .products_page .bg,.products_page .text{

        display: none;
    }
    .products_page .sj_bg{
        display: block!important;
        width: 100%;
    }


    .fixed_series .joke{
        width: 90%;
    }
    .fixed_series .joke .r a,.fixed_series .joke p{
        font-size: 13px;
    }
    .products_page2 .wrap .title{
        font-size: 20px;
    }
    .products_page2 .wrap{
        margin: 70px auto;
    }
    .products_page2 .fix{
        transform: none!important;
        position: sticky;
        top: 0;
    }
    .products_page2{
        overflow: unset!important;
    }
    .products_page2 .wrap .hide_title{
        font-size: 28px;
        line-height: 1.4;
    }
    .products_page2 .wrap .img {
        transform-origin: center 32%;
    }
    /*.products_page2 .wrap .img{*/
    /*    transform: none;*/
    /*    position: relative;*/
    /*    width: 90%;*/
    /*    margin: 50px auto;*/
    /*}*/
    /*.products_page2 .wrap .hide_title{*/
    /*    position: static;*/
    /*    color: #000000;*/
    /*    text-align: center;*/
    /*    margin: 0 auto 30px;*/
    /*    transform: none;*/
    /*    font-size: 26px;*/
    /*    line-height: 1.2;*/
    /*}*/
    /*.products_page2 .wrap .hide_title > div{*/
    /*    opacity: 1;*/
    /*}*/

    .products_page3 .wrap .l .title{
        text-align: center;
        margin: 0 0 71px;
    }
    .products_page3 .wrap .l .display .item{
        justify-content: center;
        display: flex;
        width: 100%;
    }
    .products_page3 .wrap .l .title h1{
        font-size: 32px;
        margin: 0 0 30px;
    }
    .products_page3 .wrap .l .title p{
        font-size: 18px;
        line-height: 1.7;
    }
    .products_page3 .wrap .l .display .item .list p{
        font-size: 16px;
    }

    .products_page3 .wrap{
        flex-direction: column-reverse;
    }
    .products_page3 .wrap .r {
        width: 50%;
        margin: 0 auto 50px;
    }
    .products_page3 .wrap .l {
        width: 100%;
    }

    .products_page4 .wrap .title h1{
        font-size: 32px;
        margin: 0 0 25px;
    }
    .products_page4 .wrap .title p{
        font-size: 16px;
    }
    .products_page4 .wrap .title{
        padding: 0 0 45px;
    }
    .products_page4 .wrap .display .list .red{
        font-size: 16px;
    }
    .products_page4 .wrap .display{
        padding: 30px 0 0 0;
        margin: 0 0 60px;
    }
    .products_page5 .wrap .title h1{
        font-size: 32px;
    }
    .products_page5 .wrap .title p{
        font-size: 16px;
    }
    .products_page5 .wrap .dis .list .red,.products_page5 .wrap .dis .list p{
        font-size: 18px;
    }
    .products_page5 .wrap .dis{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 40px 0;
    }
    .products_page5 .wrap .dis .list{
        margin: 0!important;
    }
    .products_page5{
        overflow: unset!important;
    }
    .products_page5 .fix{
        position: sticky;
        top: 0;
        transform: none!important;
    }
    .products_page6 .wrap .title{
        font-size: 20px;
        margin: 0 0 50px;
    }
    .products_page6 .wrap {
        margin: 49px auto 30px;
    }
    .products_page7 .wrap .title h1{
        font-size: 32px;
    }
    .products_page7 .wrap .title p{
        font-size: 18px;
    }
    .products_page7 .wrap .display .item .list p{
        font-size: 16px;
    }
    .products_page7 .wrap .display .item .list .img,.products_page3 .wrap .l .display .item .list .img{
        width: 38px;
        height: 32px;
    }
    .products_page7 .wrap .picture{
        margin: 60px 0 0 0;
    }
    .products_page7 .wrap {
        margin: 100px auto 50px;
    }
    .my6{
        overflow: unset!important;
    }
    .my6 .fixed_{
        position: sticky;
        top: 0;
        transform: none!important;
    }
    .my6 .fixed_ .scale_text{
        left: 0;
    }
    .products_page8 .wrap .title h1{
        font-size: 32px;
    }
    .products_page8 .wrap .title p{
        font-size: 16px;
    }
    .products_page8 .wrap {
        margin: 84px auto 60px;
    }
    .products_page8 .wrap .display .list .red {
        font-size: 16px;
    }
    .products_page8 .wrap .display .list:not(:last-child) {
        margin: 0 71px 0 0;
    }
    .products_page8 .wrap .bottom {
        margin: 75px 0 0 0;
    }
    .products_page8 .wrap .bottom .headline h1{
        font-size: 32px;
        margin: 0 0 23px;
    }
    .products_page8 .wrap .bottom .btn .item:not(:last-child) {
        margin: 0;
    }
    .products_page8 .wrap .bottom .headline p{
        width: 100%;
        font-size: 16px;
    }
    .products_page8 .wrap .bottom .btn{
        justify-content: space-between;
        width: 80%;
        margin: auto;
    }
    .products_page8 .wrap .bottom .headline{
        margin: 0 0 50px;
    }
    .products_page9 .title{
        font-size: 32px;
    }
    .products_page9 .position_text{
        font-size: 20px;
    }
    .products_page10 .wrap .title h1{
        font-size: 32px;
    }
    .products_page10 .wrap .title p{
        font-size: 16px;
    }
    .products_page10 .wrap .dis .list .red{
        font-size: 18px;
    }
    .products_page11 .wrap .title .red{
        font-size: 32px;
        margin: 0 0 18px;
    }
    .products_page11 .wrap .title p{
        font-size: 16px;
    }
    .products_page11 .wrap .content .list .text{
        font-size: 18px;
    }
    .products_page11 .wrap .title {
        margin: 0 0 36px;
    }
    .products_page11 .wrap {
        margin: 27px auto 93px;
    }
}
@media screen and (max-width: 800px) {
    .products_page2 .wrap .title {
        font-size: 12px;
        line-height: 2.2;
        width: 90%;
        margin: auto;
    }
    .products_page2 .wrap .hide_title{
        width: 90%;
        font-size: 24px;
        top: 150px;
    }
    .products_page3 .wrap .r{
        width: 75%;
    }
    .products_page3 .wrap .l .title {
        margin: 0 0 41px;
    }
    .products_page3 .wrap .l .display .item {
        grid-gap: 0 44px;
    }
    .products_page3 .wrap .l .display .item .list p{
        font-size: 14px;
    }
    .products_page3 .wrap .l .display .item:not(:last-child) {
        margin: 0 0 40px;
    }
    .products_page3 .wrap .l .title h1{
        font-size: 28px;
        margin: 0 0 19px;
    }
    .products_page3 .wrap .l .title p{
        font-size: 11px;
    }
    .products_page3 .wrap {
        margin: 43px auto 57px;
    }
    .products_page4 .wrap .title h1{
        font-size: 28px;
    }
    .products_page4 .wrap .title p {
        font-size: 14px;
        line-height: 1.7;
    }
    .products_page4 .wrap .title {
        padding: 0 0 26px;
    }
    .products_page4 .wrap .display{
        flex-wrap: wrap;
        margin: 0;
    }
    .products_page4 .wrap .display .list{
        width: 100%;
        margin: 0 0 25px;
    }
    .products_page4 .wrap {
        margin: 28px auto 22px;
    }
    .products_page5 .wrap .title h1{
        font-size: 28px;
    }
    .products_page5{
        background-image: linear-gradient(to right, #F1F5F8 , #F0F1F6);
        height: auto;
        padding: 50px 0 0 0;
    }
    .products_page5 .wrap{
        transform: none;
        position: static;
        max-width: 90%;
        margin: auto;
    }
    .products_page5 .bg{
        display: none;
    }
    .products_page5 .fix{
        position: static;
        height: auto;
    }
    .products_page5 .wrap .title h1 {
        margin: 0 0 20px;
    }
    .products_page5 .wrap .title p {
        line-height: 1.7;
    }
    .products_page5 .wrap .title {
        margin: 0 0 46px;
    }
    .products_page5 .fix .style__mask___2jX4z{
        display: none;
    }
    .products_page7{
        background: #f7f7f7;
    }
    .products_page7 .wrap .display .item .list .img, .products_page3 .wrap .l .display .item .list .img{
        width: 30px;
        height: 24px;
    }
    .products_page5 .wrap .dis{
        grid-template-columns: repeat(2,1fr);
    }
    .products_page5 .wrap .dis .list .red, .products_page5 .wrap .dis .list p {
        font-size: 14px;
    }
    .products_page5 .wrap .sj_img{
        display: block!important;
        width: 115%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        max-width: fit-content;
    }
    .products_page6 .wrap .title{
        font-size: 11px;
        margin: 0 0 20px;
        line-height: 2.2;
    }
    .products_page6 .wrap .other .cut{
        width: 65%;
        max-width: 300px;
        margin: 0 auto 28px;
    }
    .products_page6 .wrap .other .cut .list{
        font-size: 16px;
    }
    .products_page6 .wrap .other .cut .list:after{
        width: 100%;
    }
    .products_page6 .wrap .other .text{
        width: 100%;
    }
    .products_page6 .wrap .other .text .text_list{
        font-size: 14px;
    }
    .products_page7 .wrap {
        margin: 52px auto 43px;
    }
    .products_page7 .wrap .title h1{
        font-size: 25px;
        margin: 0 0 21px;
    }
    .products_page7 .wrap .title{
        margin: 0 0 40px;
    }
    .products_page7 .wrap .display .item .list:not(:last-child) {
        margin: 0 30px 0 0;
    }
    .products_page7 .wrap .display .item{
        width: 100% !important;
        justify-content: center;
    }
    .products_page7 .wrap .display .item .list p{
        font-size: 14px;
    }
    .products_page7 .wrap .display .item:not(:last-child) {
        margin: 0 auto 41px;
    }
    .products_page7 .wrap .picture{
        border-radius: 10px;
        margin: 32px 0 0 0;
    }

    .products_page7 .wrap .display{
        left: 0;
    }
    .products_page7 .wrap .title p {
        font-size: 14px;
    }
    .my6 {
        display: none;
    }

    .my6_sj{
        display: block!important;
        padding: 54px 5%;

    }

    .products_page8{
        background: #f7f7f7;
    }
    .my6_sj .dis .flex{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .my6_sj .dis .flex:nth-child(2){
        grid-template-columns: repeat(3,1fr);
        margin: 32px 0 0 0;
        grid-gap: 0 40px;
    }
    .my6_sj .dis .flex img{
        object-fit: contain;
        width: 80%;
        margin: auto;
    }
    .my6_sj .message {
        margin: 25px 0 0 0;
        text-align: center;
    }
    .my6_sj .message .headline{
        margin: 0 0 15px 0;
        text-align: center;
        line-height: 36px;
    }
    .my6_sj .message .headline p{
        font-weight: bold;
        color: #E72410;
        background: linear-gradient(120deg, #CC0000 0.1220703125%, #FE523F 50%, #CC0000 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 20px;
    }
    .my6_sj .message .headline .text{
        font-weight: bold;
        color: #000;
        font-size: 20px;
    }
    .my6_sj .message .headline p{
        color: #000;
    }
    .my6_sj .message .text{
        font-size: 13px;
        line-height: 24px;
        text-align: center;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.7);
    }

    .products_page8 .wrap .title h1{
        font-size: 26px;
        margin: 0 0 16px;
    }
    .products_page8 .wrap .title p {
        font-size: 16px;
        line-height: 1.5;
    }
    .products_page8 .wrap {
        margin: 50px auto 60px;
    }
    .products_page8 .wrap .display .list:not(:last-child) {
        margin: 0;
    }
    .products_page8 .wrap .display{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px 0;
    }
    .products_page8 .wrap .display .list{
        text-align: center;
    }
    .products_page8 .wrap .title {
        margin: 0 0 43px;
    }
    .products_page8 .wrap .picture {
        margin: 37px 0 0 0;
    }
    .products_page8 .wrap .title {
        margin: 0 0 34px;
    }
    .products_page8 .wrap .bottom .headline h1{
        font-size: 18px;
    }
    .products_page8 .wrap .bottom .headline p{
        line-height: 1.7;
    }
    .products_page8 .wrap .bottom .btn{
        width: 100%;
        flex-direction: column;
        align-items: unset;
        padding: 0 5%;
        position: static;
        transform: none;
        margin: 25px 0 0 0;
    }
    .products_page8 .wrap .bottom .btn .item:not(:last-child) {
        margin: 0 0 34px;
    }
    .products_page8 .wrap .bottom .btn .item .blue {
        font-size: 17px;
        margin: 0;
    }
    .products_page8 .wrap .bottom .btn .item .cao {
        justify-content: center;
    }
    .products_page8 .wrap .bottom .btn .item .cao p {
        font-size: 13px;
    }
    .products_page8 .wrap .bottom .headline {
        margin: 0 0 33px;
    }
    .products_page9 .title {
        font-size: 28px;
    }
    .products_page10 .wrap {
        margin: 48px auto 36px;
    }
    .products_page10 .wrap .title h1{
        font-size: 28px;
        margin: 0 0 11px;
    }
    .products_page10 .wrap .title p {
        font-size: 13px;
    }
    .products_page10 .wrap .dis{
        flex-direction: column;
    }
    .products_page10 .wrap .dis .list:not(:last-child) {
        margin: 0 0 25px;
    }
    .products_page10 .wrap .title {
        margin: 0 0 27px;
    }
    .products_page10 .wrap .content .swiper-pagination span{
        width: 50px;
        height: 3px;
        margin: 0 10px 0 0;
    }
    .products_page10 .wrap .content .swiper{
        width: 100%;
    }
    .products_page10 .wrap .content .swiper .swiper-slide{
        left: 0;
    }
    .products_page10 .wrap .content .swiper-pagination{
        margin: 26px 0 0 0;
    }
    .products_page10 .wrap .dis{
        margin: 0;
    }
    .products_page10 .wrap .top_cut {
        margin: 0px 0 30px;
    }
    .products_page10 .wrap .top_cut .matter{
        min-height: 231px;

    }
    .products_page11 .wrap .message .list .img{
        width: 26px;
        height: 28px;
    }
    .products_page11 .wrap .message .list p{
        font-size: 13px;
    }
    .products_page11 .wrap {
        margin: 27px auto 26px;
    }
    .products_page11 .wrap .title .red{
        font-size: 28px;
    }
    .products_page11 .wrap .content{
        flex-wrap: wrap;
    }
    .products_page11 .wrap .content .list {
        width: 47%;
        margin: 0 0 25px;
    }
    .products_page11 .wrap .content .list .text{
        font-size: 13px;
        margin: 16px 0 0 0;

    }
}

@media screen and (max-width: 440px) {
    .fixed_series .joke .r a:not(:last-child) {
        margin: 0 7px 0 0;
    }
    .fixed_series .joke .r a, .fixed_series .joke p {
        font-size: 12px;
    }
}
@media screen and (max-height: 940px) {
    .products_page5 .wrap .dis .list .red{
        font-size: 22px;
    }
    .products_page5 .wrap .dis .list p{
        font-size: 15px;
    }
    .products_page5 .wrap .title h1{
        font-size: 35px;
        margin: 0 0 22px;
    }
    .products_page5 .wrap .title p{
        font-size: 21px;
    }
    .products_page5 .wrap .title {
        margin: 0 0 60px;
    }
}
@media screen and (max-height: 810px) {
    .products_page5 .wrap .title {
        margin: 0 0 33px;
    }
    .products_page5 .wrap .dis .list p {
        font-size: 14px;
    }
    .products_page5 .wrap .dis .list .red {
        font-size: 20px;
    }
    .products_page5 .wrap .title p {
        font-size: 19px;
    }
    .products_page5 .wrap .title h1{
        font-size: 32px;
    }
}

@media screen and (max-height: 735px) {
    .products_page5 .wrap .title h1{
        font-size: 28px;
        margin: 0 0 15px;
    }
    .products_page5 .wrap .title p{
        font-size: 17px;
    }
    .products_page5 .wrap .dis .list .red {
        font-size: 18px;
    }
    .products_page5 .wrap .dis .list p {
        font-size: 12px;
    }
}
@media screen and (max-height: 694px) {
    .products_page5 .wrap .title {
        margin: 0 0 22px;
    }
    .products_page5 .wrap .title h1 {
        font-size: 25px;
        margin: 0 0 10px;
    }
    .products_page5 .wrap .title p {
        font-size: 15px;
    }
    .products_page5 .wrap .dis .list .red {
        font-size: 16px;
    }
}
/*# sourceMappingURL=products_page3.css.map */
