.products1 {
    position: relative
}

.products1 .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.products1 .wrap .title {
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    position: absolute;
    top: 38%;
    width: 100%;
    text-align: center
}

.products1 .wrap .img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.products2 {
    padding: 125px 0 108px 0
}

.products2 .wrap {
    width: 1600px;
    margin: auto
}

.products2 .wrap .title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    text-align: center;
    margin: 0 0 72px
}

.products2 .wrap .content {
    position: relative
}

.products2 .wrap .content .other {
    margin: 72px auto 0;
    width: 98px;
    height: 36px;
    background: #FAFAFA;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.products2 .wrap .content .other .swiper-pagination {
    position: static;
    display: flex;
    width: fit-content
}

.products2 .wrap .content .other .swiper-pagination span {
    width: 12px;
    height: 6px;
    background: #C2C2C2;
    border-radius: 3px;
    opacity: 1 !important;
    margin: 0 6px 0 0 !important;
    transition: .6s ease
}

.products2 .wrap .content .other .swiper-pagination span.swiper-pagination-bullet-active {
    width: 29px;
    background: #013D97
}

.products2 .wrap .content .other .swiper-pagination span:last-child {
    margin: 0 !important
}

.products2 .wrap .content .proSwiper {
    width: 100%
}

.products2 .wrap .content .proSwiper .swiper-slide {
    cursor: pointer
}

.products2 .wrap .content .proSwiper .swiper-slide .item {
    width: 100%
}

.products2 .wrap .content .proSwiper .swiper-slide .item .img {
    width: 100%;
    height: 250px;
    background: #FAFAFA;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.products2 .wrap .content .proSwiper .swiper-slide .item .img:hover img {
    transform: scale(1.05)
}

.products2 .wrap .content .proSwiper .swiper-slide .item .img img {
    object-fit: contain;
    transition: .6s ease
}

.products2 .wrap .content .proSwiper .swiper-slide .item .text {
    margin: 34px 0 0 0;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A
}

.header .nav .item.products_item .level {
    display: none
}

.fixed_level {
    top: 77px;
    left: 0;
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 31px 0;
    transition: .6s;
    z-index: 99;
    backdrop-filter: blur(10px)
}

.fixed_level .joke {
    display: flex;
    justify-content: center;
    align-items: center
}

.fixed_level .joke .list {
    transition: .6s
}

.fixed_level .joke .list:hover .icon img {
    transform: rotateY(180deg)
}

.fixed_level .joke .list:not(:last-child) {
    margin: 0 144px 0 0
}

.fixed_level .joke .list .icon {
    width: 28px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px
}

.fixed_level .joke .list .icon img {
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: .6s ease
}

.fixed_level .joke .list p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    transition: .6s ease
}

.fixed_alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 1s
}

.fixed_alert.on {
    opacity: 1;
    pointer-events: auto
}

.fixed_alert.on .content {
    opacity: 1;
    transform: translateY(0)
}

.fixed_alert .black {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2)
}

.fixed_alert .content {
    display: flex;
    position: relative;
    z-index: 5;
    opacity: 0;
    transform: translateY(20px);
    transition: 1s
}

.fixed_alert .content .color {
    width: 463px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 59px 76px 70px 72px
}

.fixed_alert .content .color .p1 {
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 26px;
    margin: 0 0 49px
}

.fixed_alert .content .color form .list:not(:last-child) {
    margin: 0 0 22px
}

.fixed_alert .content .color form .list p {
    font-weight: 500;
    font-size: 16px;
    color: #666666
}

.fixed_alert .content .color form .list p span {
    color: #CB0000
}

.fixed_alert .content .color form .list input {
    width: 100%;
    margin: 13px 0 0 0;
    height: 56px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    padding: 0 15px;
    font-size: 16px;
    transition: .6s ease
}

.fixed_alert .content .color form .list input:focus {
    border: 1px solid #0064D3
}

.fixed_alert .content .color form button {
    width: 120px;
    height: 46px;
    background: #0064D3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 44px auto 0;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF
}

.fixed_alert .content .close {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 27px;
    cursor: pointer;
    transition: .6s ease
}

.fixed_alert .content .close:hover {
    background: #0064D3
}

.fixed_alert .content .close svg {
    width: 12px;
    height: 12px
}

.fixed_alert .content .close svg path {
    fill: #fff
}

.products3 {
    padding: 102px 0 127px;
    background: #F9F9F9
}

.products3 .wrap {
    width: 1600px;
    margin: auto
}

.products3 .wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.products3 .wrap .top .l {
    width: 583px
}

.products3 .wrap .top .l .icon {
    width: 37px;
    height: fit-content
}

.products3 .wrap .top .l .p1 {
    font-weight: bold;
    font-size: 42px;
    color: #0064D3;
    margin: 29px 0 40px
}

.products3 .wrap .top .l .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 36px
}

.products3 .wrap .top .img {
    width: 800px;
    height: 440px;
    overflow: hidden
}

.products3 .wrap .top .img:hover img {
    transform: scale(1.05)
}

.products3 .wrap .top .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.products3 .wrap .flex {
    margin: 132px 0 0 0;
    display: flex;
    justify-content: space-between
}

.products3 .wrap .flex .item {
    width: 480px
}

.products3 .wrap .flex .item .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #1A1A1A;
    padding: 0 0 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    margin: 0 0 37px
}

.products3 .wrap .flex .item .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #707A8A;
    line-height: 32px
}

.products4 {
    padding: 100px 0 86px
}

.products4 .wrap {
    width: 1600px;
    margin: auto
}

.products4 .wrap .title {
    font-weight: bold;
    font-size: 42px;
    color: #0064D3;
    margin: 0 0 56px
}

.products4 .wrap .content .other {
    margin: 72px auto 0;
    width: 98px;
    height: 36px;
    background: #FAFAFA;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.products4 .wrap .content .other .swiper-pagination {
    position: static;
    display: flex;
    width: fit-content
}

.products4 .wrap .content .other .swiper-pagination span {
    width: 12px;
    height: 6px;
    background: #C2C2C2;
    border-radius: 3px;
    opacity: 1 !important;
    margin: 0 6px 0 0 !important;
    transition: .6s ease
}

.products4 .wrap .content .other .swiper-pagination span.swiper-pagination-bullet-active {
    width: 29px;
    background: #013D97
}

.products4 .wrap .content .other .swiper-pagination span:last-child {
    margin: 0 !important
}

.products4 .wrap .content .ts4Swiper {
    width: 100%;
    height: 314px
}

.products4 .wrap .content .ts4Swiper .swiper-slide .item {
    width: 100%;
    position: relative
}

.products4 .wrap .content .ts4Swiper .swiper-slide .item:hover:after {
    opacity: 1
}

.products4 .wrap .content .ts4Swiper .swiper-slide .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 155px;
    background: linear-gradient(0deg, #0849AA, rgba(255, 255, 255, 0));
    bottom: 0;
    left: 0;
    transition: .6s ease;
    opacity: 0
}

.products4 .wrap .content .ts4Swiper .swiper-slide .item img {
    width: 100%;
    height: 100%
}

.products4 .wrap .content .ts4Swiper .swiper-slide .item .text {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    left: 40px;
    bottom: 35px;
    z-index: 2
}

@media screen and (max-width: 1919px) {
    .products1 .wrap .title{
        font-size: 2.6041666667vw;
    }
    .products2{
        padding: 6.5104166667vw 0px 5.625vw;
    }
    .products2 .wrap{
        width: 83.3333333333vw;
    }
    .products2 .wrap .title{
        font-size: 2.1875vw;
        margin: 0px 0px 3.75vw;
    }
    .products2 .wrap .content .other{
        margin: 3.75vw auto 0px;
        width: 5.1041666667vw;
        height: 1.875vw;
        border-radius: 0.9375vw;
    }
    .products2 .wrap .content .other .swiper-pagination span{
        width: 0.625vw;
        height: 0.3125vw;
        border-radius: 0.15625vw;
        margin: 0px 0.3125vw 0px 0px !important;
    }
    .products2 .wrap .content .other .swiper-pagination span.swiper-pagination-bullet-active{
        width: 1.5104166667vw;
    }
    .products2 .wrap .content .proSwiper .swiper-slide .item .img{
        height: 13.0208333333vw;
        border-radius: 0.3125vw;
    }
    .products2 .wrap .content .proSwiper .swiper-slide .item .text{
        margin: 1.7708333333vw 0px 0px;
        font-size: 0.9375vw;
    }
    .fixed_level{
        top: 4.0104166667vw;
        padding: 1.6145833333vw 0px;
        backdrop-filter: blur(0.5208333333vw);
    }
    .fixed_level .joke .list:not(:last-child){
        margin: 0px 7.5vw 0px 0px;
    }
    .fixed_level .joke .list .icon{
        width: 1.4583333333vw;
        height: 1.25vw;
        margin: 0px auto 0.5208333333vw;
    }
    .fixed_level .joke .list p{
        font-size: 0.8333333333vw;
    }
    .fixed_alert .content{
        transform: translateY(1.0416666667vw);
    }
    .fixed_alert .content .color{
        width: 24.1145833333vw;
        border-radius: 1.0416666667vw;
        padding: 3.0729166667vw 3.9583333333vw 3.6458333333vw 3.75vw;
    }
    .fixed_alert .content .color .p1{
        font-size: 0.9375vw;
        line-height: 1.3541666667vw;
        margin: 0px 0px 2.5520833333vw;
    }
    .fixed_alert .content .color form .list:not(:last-child){
        margin: 0px 0px 1.1458333333vw;
    }
    .fixed_alert .content .color form .list p{
        font-size: 0.8333333333vw;
    }
    .fixed_alert .content .color form .list input{
        margin: 0.6770833333vw 0px 0px;
        height: 2.9166666667vw;
        border-radius: 0.2083333333vw;
        padding: 0px 0.78125vw;
        font-size: 0.8333333333vw;
    }
    .fixed_alert .content .color form button{
        width: 6.25vw;
        height: 2.3958333333vw;
        border-radius: 0.2083333333vw;
        margin: 2.2916666667vw auto 0px;
        font-size: 0.8333333333vw;
    }
    .fixed_alert .content .close{
        width: 1.6666666667vw;
        height: 1.6666666667vw;
        margin: 0px 0px 0px 1.40625vw;
    }
    .fixed_alert .content .close svg{
        width: 0.625vw;
        height: 0.625vw;
    }
    .products3{
        padding: 5.3125vw 0px 6.6145833333vw;
    }
    .products3 .wrap{
        width: 83.3333333333vw;
    }
    .products3 .wrap .top .l{
        width: 30.3645833333vw;
    }
    .products3 .wrap .top .l .icon{
        width: 1.9270833333vw;
    }
    .products3 .wrap .top .l .p1{
        font-size: 2.1875vw;
        margin: 1.5104166667vw 0px 2.0833333333vw;
    }
    .products3 .wrap .top .l .p2{
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .products3 .wrap .top .img{
        width: 41.6666666667vw;
        height: 22.9166666667vw;
    }
    .products3 .wrap .flex{
        margin: 6.875vw 0px 0px;
    }
    .products3 .wrap .flex .item{
        width: 25vw;
    }
    .products3 .wrap .flex .item .p1{
        font-size: 1.25vw;
        padding: 0px 0px 1.4583333333vw;
        margin: 0px 0px 1.9270833333vw;
    }
    .products3 .wrap .flex .item .p2{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .products4{
        padding: 5.2083333333vw 0px 4.4791666667vw;
    }
    .products4 .wrap{
        width: 83.3333333333vw;
    }
    .products4 .wrap .title{
        font-size: 2.1875vw;
        margin: 0px 0px 2.9166666667vw;
    }
    .products4 .wrap .content .other{
        margin: 3.75vw auto 0px;
        width: 5.1041666667vw;
        height: 1.875vw;
        border-radius: 0.9375vw;
    }
    .products4 .wrap .content .other .swiper-pagination span{
        width: 0.625vw;
        height: 0.3125vw;
        border-radius: 0.15625vw;
        margin: 0px 0.3125vw 0px 0px !important;
    }
    .products4 .wrap .content .other .swiper-pagination span.swiper-pagination-bullet-active{
        width: 1.5104166667vw;
    }
    .products4 .wrap .content .ts4Swiper{
        height: 16.3541666667vw;
    }
    .products4 .wrap .content .ts4Swiper .swiper-slide .item::after{
        height: 8.0729166667vw;
    }
    .products4 .wrap .content .ts4Swiper .swiper-slide .item .text{
        font-size: 0.9375vw;
        left: 2.0833333333vw;
        bottom: 1.8229166667vw;
    }
}

@media screen and (max-width: 1024px) {
    .products1{
        margin: 60px 0 0 0;
    }
    .products1 .wrap .img{
        height: 260px;
    }
    .parallax{
        transform: none!important;
    }
    .products1 .wrap .title{
        font-size: 24px;
    }
    .products2{
        padding: 60px 0;
    }
    .products2 .wrap .title{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .products2 .wrap{
        width: 90%;
    }

    .products2 .wrap .content .proSwiper .swiper-slide .item .img {
        height: auto;
        border-radius: 10px;
    }
    .products2 .wrap .content .proSwiper .swiper-slide .item .text{
        font-size: 16px;
        margin: 10px 0 0 0;
    }


    .products2 .wrap .content .other{
        width: fit-content;
        height: 36px;
        padding: 0 15px;
        border-radius: 18px;
        margin: 25px auto 0;
    }
    .products2 .wrap .content .other .swiper-pagination span{
        width: 12px;
        height: 6px;
        margin: 0 6px 0 0 !important;
        border-radius: 3px;
    }

    .products2 .wrap .content .other .swiper-pagination span:last-child{
        margin: 0!important;
    }

    .products2 .wrap .content .other .swiper-pagination span.swiper-pagination-bullet-active{
        width: 30px;
    }



    .products3{
        padding: 50px 0;
    }
    .products3 .wrap{
        width: 90%;
    }
    .products3 .wrap .top{
        flex-direction: column;
        align-items: unset;
    }
    .products3 .wrap .top .l .icon{
        width: 30px;
    }
    .products3 .wrap .top .l .p1{
        font-size: 24px;
        margin: 15px 0 20px;
    }
    .products3 .wrap .top .l{
        width: 100%;
    }

    .products3 .wrap .top .l .p2{
        font-size: 13px;
        line-height: 27px;
    }

    .products3 .wrap .top .img{
        width: 100%;
        height: auto;
        margin: 25px 0 0 0;
    }
    .products3 .wrap .flex{
        margin: 30px 0 0 0;
        flex-direction: column;
    }
    .products3 .wrap .flex .item{
        width: 100%;
    }
    .products3 .wrap .flex .item .p1{
        font-size: 16px;
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
    .products3 .wrap .flex .item .p2{
        font-size: 13px;
        line-height: 26px;
    }
    .products3 .wrap .flex .item:not(:last-child) {
        margin: 0 0 40px;
    }

    .products4{
        padding: 50px 0;
    }
    .products4 .wrap{
        width: 90%;
    }
    .products4 .wrap .title{
        font-size: 24px;
        margin: 0 0 22px;
    }

    .products4 .wrap .content .ts4Swiper{
        height: auto;
    }

    .products4 .wrap .content .ts4Swiper .swiper-slide .item .text{
        font-size: 16px;
        left: 5%;
        bottom: 20px;
    }
    .products4 .wrap .content .ts4Swiper .swiper-slide .item::after {
        height: 50%;
    }

    .products4 .wrap .content .other{
        width: fit-content;
        height: 36px;
        padding: 0 15px;
        border-radius: 18px;
        margin: 25px auto 0;
    }
    .products4 .wrap .content .other .swiper-pagination span{
        width: 12px;
        height: 6px;
        margin: 0 6px 0 0 !important;
        border-radius: 3px;
    }

    .products4 .wrap .content .other .swiper-pagination span:last-child{
        margin: 0!important;
    }

    .products4 .wrap .content .other .swiper-pagination span.swiper-pagination-bullet-active{
        width: 30px;
    }

    .fixed_level{
        display: none;
    }

    .fixed_alert .content .color{
        width: 78vw;
        padding: 15px 10px;
    }

    .fixed_alert .content .color .p1{
        font-size: 14px;
        line-height: 25px;
        margin: 0 0 15px;
    }
    .fixed_alert .content .color form .list p{
        font-size: 13px;
        margin: 0 0 10px;
    }
    .fixed_alert .content .color form .list input{
        height: 40px;
        font-size: 14px;
        padding: 0 15px;
    }
    .fixed_alert .content .color form button{
        width: 100px;
        height: 40px;
        font-size: 14px;
        margin: 15px auto 0;
        border-radius: 5px;
    }
    .fixed_alert .content .color form .list:not(:last-child) {
        margin: 0px 0px 15px;
    }
    .fixed_alert .content .close{
        width: 35px;
        height: 35px;
        margin: 0 0 0 10px;
    }
    .fixed_alert .content .close svg{
        width: 12px;
        height: 12px;
    }
    .products4 .wrap .content .ts4Swiper .swiper-slide .item:after{
        opacity: 1;
    }
}
