.proInfo1 {
    height: 41.6666666667vw;
    position: relative
}

.proInfo1 .parallax {
    display: flex;
    justify-content: center
}

.proInfo1 .parallax .wrap {
    margin: 160px 0 0 0
}

.proInfo1 .parallax .wrap .title {
    text-align: center
}

.proInfo1 .parallax .wrap .title .p1 {
    font-weight: bold;
    font-size: 42px;
    color: #FAFAFA;
    margin: 0 0 38px
}

.proInfo1 .parallax .wrap .title .p2 {
    font-weight: 400;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 40px;
    margin: 0 0 34px
}

.proInfo1 .parallax .wrap .more {
    width: fit-content;
    padding: 0 25px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: auto;
    cursor: pointer
}

.proInfo1 .parallax .wrap .more p {
    font-weight: 400;
    font-size: 16px;
    color: #111111
}

.proInfo1 .parallax .wrap .more .circle {
    width: 16px;
    height: 16px;
    background: #020715;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.proInfo1 .parallax .wrap .more .circle svg {
    width: 10px
}

.proInfo2 {
    background: #F7F7FA;
    padding: 130px 0;
}

.proInfo2 .wrap{
    width: 1400px;
    margin: auto;
    max-width: 90%;
}

.proInfo2 .wrap .top .title {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    line-height: 55px;
    text-transform: uppercase;
    margin: 0 0 28px;
}

.proInfo2 .wrap .top .text {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    /*text-align: right*/
}

.proInfo2 .wrap .content {
    margin: 122px 0 0 0;
    display: flex;
    width: 100%;
    position: relative;
}

.proInfo2 .wrap .content .button{
    position: absolute;
    width: 120%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.proInfo2 .wrap .content .button .circle{
    pointer-events: auto;
    cursor: pointer;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
}
.proInfo2 .wrap .content .button .circle .iconfont{
    font-size: 14px;
    color: #000;
    transition: .6s ease;
}
.proInfo2 .wrap .content .button .circle:hover{
    background: var(--color);
}
.proInfo2 .wrap .content .button .circle:hover .iconfont{
    color: #fff;
}
.proInfo2 .wrap .content .button .circle:first-child{
    transform: rotate(180deg);
}
.proInfo2 .wrap .content .button .circle.swiper-button-disabled {
    cursor: no-drop;
    background: #F0F0F2 !important;
}
.proInfo2 .wrap .content .button .circle.swiper-button-disabled .iconfont {
    color: #000 !important;
}

.proInfo2 .wrap .content .conSwiper {
    width: 100%
}

.proInfo2 .wrap .content .conSwiper .swiper-slide .item {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 40px 70px 76px 30px;
    overflow: hidden
}

.proInfo2 .wrap .content .conSwiper .swiper-slide .item:hover .common_bg {
    opacity: 1
}

.proInfo2 .wrap .content .conSwiper .swiper-slide .item:hover .icon {
    background: var(--color)
}

.proInfo2 .wrap .content .conSwiper .swiper-slide .item:hover .icon img {
    filter: invert(1)
}

.proInfo2 .wrap .content .conSwiper .swiper-slide .item .common_bg {
    opacity: 0;
    transition: .6s ease
}

.proInfo2 .wrap .content .conSwiper .swiper-slide .item .icon {
    width: 64px;
    height: 64px;
    background: #F0F0F2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
    margin: 0 0 50px
}

.proInfo2 .wrap .content .conSwiper .swiper-slide .item .icon img {
    width: 30px;
    transition: .6s ease
}

.proInfo2 .wrap .content .conSwiper .swiper-slide .item .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin: 0 0 20px;
    height: 99px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.proInfo2 .wrap .content .conSwiper .swiper-slide .item .text {
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 28px
}

.proInfo3 {
    padding: 110px 0 120px
}

.proInfo3 .wrap{
    width: 1400px;
    max-width: 90%;
    margin: auto;
}

.proInfo3 .wrap .title .p1 {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    margin: 0 0 28px;
    text-transform: uppercase
}

.proInfo3 .wrap .title .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #444444
}

.proInfo3 .wrap .content {
    margin: 60px 0 0 0;
    width: 100%;
    position: relative;
}
.proInfo3 .wrap .content .button{
    position: absolute;
    width: 120%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.proInfo3 .wrap .content .button .circle{
    pointer-events: auto;
    cursor: pointer;
    width: 44px;
    height: 44px;
    background: #F6F7F8;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
}
.proInfo3 .wrap .content .button .circle .iconfont{
    font-size: 14px;
    color: #000;
    transition: .6s ease;
}
.proInfo3 .wrap .content .button .circle:hover{
    background: var(--color);
}
.proInfo3 .wrap .content .button .circle:hover .iconfont{
    color: #fff;
}
.proInfo3 .wrap .content .button .circle:first-child{
    transform: rotate(180deg);
}

.proInfo3 .wrap .content .pro1Swiper {
    width: 100%
}

.proInfo3 .wrap .content .pro1Swiper .swiper-slide .item {
    width: 100%
}

.proInfo3 .wrap .content .pro1Swiper .swiper-slide .item .img {
    width: 100%;
    height: 355px;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.proInfo3 .wrap .content .pro1Swiper .swiper-slide .item .img video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.proInfo3 .wrap .content .pro1Swiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.proInfo3 .wrap .content .pro1Swiper .swiper-slide .item .img .play {
    width: 61px;
    height: 61px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.proInfo3 .wrap .content .pro1Swiper .swiper-slide .item .img .play div {
    width: 18px;
    height: 22px;
    background: #ED6D00;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 0 0)
}

.proInfo3 .wrap .content .pro1Swiper .swiper-slide .item .text {
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    margin: 20px 0 0 0;
    text-align: center
}

.proInfo4 {
    background: #F7F7FA;
    padding: 102px 0 97px
}

.proInfo4 .title {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    margin: 0 0 50px;
    text-transform: uppercase
}

.proInfo4 .content .item {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 0 50px 30px 60px;
    position: relative;
    overflow: hidden;
    z-index: 1
}
.proInfo4 .content .item.on{
    display: flex!important;
}
.proInfo4 .content .item:nth-child(n+4) {
    display: none;
}

.proInfo4 .content .item:hover .common_bg {
    opacity: 1
}

.proInfo4 .content .item .common_bg {
    transition: .6s ease;
    opacity: 0
}

.proInfo4 .content .item:not(:last-child) {
    margin: 0 0 20px
}

.proInfo4 .content .item .l {
    display: flex;
    gap: 80px
}

.proInfo4 .content .item .l .img {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: darken;
}

.proInfo4 .content .item .l .img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.proInfo4 .content .item .l .text {
    width: 300px;
    padding: 40px 0 0 0;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 32px
}

.proInfo4 .content .item .r {
    padding: 40px 0 0 0;
    width: 650px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px
}

.proInfo4 .view_more {
    width: fit-content;
    padding: 0 30px;
    height: 55px;
    background: #D9D9D9;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 45px auto 0;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    transition: .6s ease
}

.proInfo4 .view_more:hover {
    background: #000;
    color: #fff
}

.lenis_scroll {
    overflow: hidden;
    overflow-y: auto;
}

.lenis_scroll::-webkit-scrollbar-thumb {
    background: var(--color)
}

.lenis_scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05)
}

.lenis_scroll::-webkit-scrollbar {
    width: 2px !important;
    display: block
}

.proInfo5 {
    padding: 110px 0 140px
}

.proInfo5 .wrap .title {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    margin: 0 0 60px;
    text-transform: uppercase
}

.proInfo5 .wrap .content {
    display: flex;
    justify-content: space-between
}

.proInfo5 .wrap .content .picture {
    width: 720px;
    height: 580px;
    border-radius: 10px;
    overflow: hidden
}

.proInfo5 .wrap .content .picture:hover img {
    transform: scale(1.05)
}

.proInfo5 .wrap .content .picture img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.proInfo5 .wrap .content .r {
    width: 580px;
    height: 580px;
    padding: 0 20px 0 0
}

.proInfo5 .wrap .content .r .item {
    width: 100%;
    height: 200px;
    background: #F7F7FA;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 44px;
    position: relative;
    z-index: 1;
    padding: 0 0 0 35px;
    overflow: hidden;
    cursor: pointer
}

.proInfo5 .wrap .content .r .item .position_message{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 35px;
    left: 0;
    padding: 0 35px;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    transition: .6s ease;
    line-height: 25px;
    word-break: break-word;
    opacity: 0;
    z-index: 5;
    max-height: 130px;
}
.proInfo5 .wrap .content .r .item >*:not(.position_message){
    transition: .6s ease;
}
.proInfo5 .wrap .content .r .item:hover >*:not(.position_message){
    opacity: 0;
}
.proInfo5 .wrap .content .r .item:hover .position_message{
    opacity: 1;
}
.proInfo5 .wrap .content .r .item:not(:last-child) {
    margin: 0 0 49px
}

.proInfo5 .wrap .content .r .item:hover .common_bg {
    opacity: 1
}

.proInfo5 .wrap .content .r .item:hover .img img {
    transform: scale(1.05)
}

.proInfo5 .wrap .content .r .item:hover .text .more p, .proInfo5 .wrap .content .r .item:hover .text .more .iconfont {
    color: var(--color)
}

.proInfo5 .wrap .content .r .item .common_bg {
    opacity: 0;
    transition: .6s ease
}

.proInfo5 .wrap .content .r .item .img {
    width: 92px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: darken
}

.proInfo5 .wrap .content .r .item .img img {
    object-fit: contain;
    transition: 1s
}

.proInfo5 .wrap .content .r .item .text .p1 {
    font-weight: 400;
    font-size: 24px;
    color: #111111
}

.proInfo5 .wrap .content .r .item .text .more {
    margin: 25px 0 0 0;
    display: flex;
    align-items: center;
    gap: 8px
}

.proInfo5 .wrap .content .r .item .text .more p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    transition: .6s ease
}

.proInfo5 .wrap .content .r .item .text .more .iconfont {
    font-size: 14px;
    color: #000;
    position: relative;
    top: 2px;
    transition: .6s ease
}

.proInfo6 {
    background: #F7F7FA;
    padding: 101px 0 127px
}

.proInfo6 .wrap .title {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    margin: 0 0 50px;
    text-transform: uppercase
}

.proInfo6 .wrap .content table {
    width: 100%;
    border: 1px solid #E6E6E6
}

.proInfo6 .wrap .content table tr:hover td {
    color: var(--color)
}

.proInfo6 .wrap .content table tr:first-child td {
    background: #E6E6E6;
    font-weight: bold;
    font-size: 20px
}

.proInfo6 .wrap .content table tr td {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 26px;
    border: 1px solid #E6E6E6;
    /*border-bottom: 1px solid #E6E6E6;*/
    /*border-right: 1px solid #E6E6E6;*/
    padding: 2px 15px;
    max-width: 711px;
    transition: .6s ease
}

.proInfo6 .wrap .content table tr td:not(:first-child) {
    text-align: center
}
.proInfo6 .wrap .content table tr td:first-child {
    padding-left: 60px;
    max-width: 300px;
}
.fixed_alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: 0.6s ease
}

.fixed_alert.on {
    pointer-events: auto;
    opacity: 1
}

.fixed_alert.on .content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s
}

.fixed_alert .black {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 3, 8, 0.3)
}

.fixed_alert .content {
    width: 1000px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 79px 60px 60px 60px;
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: 0.6s ease;
    transform: translateY(30px)
}

.fixed_alert .content .close {
    position: absolute;
    width: 45px;
    height: 45px;
    cursor: pointer;
    top: 25px;
    right: 30px
}

.fixed_alert .content .close:hover svg {
    transform: rotate(90deg)
}

.fixed_alert .content .close svg {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.fixed_alert .content .dis {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.fixed_alert .content .dis .img {
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: darken
}

.fixed_alert .content .dis .img img {
    width: 250px
}

.fixed_alert .content .dis .text {
    width: 500px
}

.fixed_alert .content .dis .text .p1 {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 20px
}

.fixed_alert .content .dis .text .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    transition: .6s ease;
    line-height: 25px;
    word-break: break-word;
}

@media screen and (max-width: 1919px) {
    .proInfo1 .parallax .wrap{
        margin: 8.3333333333vw 0px 0px;
    }
    .proInfo1 .parallax .wrap .title .p1{
        font-size: 2.1875vw;
        margin: 0px 0px 1.9791666667vw;
    }
    .proInfo1 .parallax .wrap .title .p2{
        font-size: 1.0416666667vw;
        line-height: 2.0833333333vw;
        margin: 0px 0px 1.7708333333vw;
    }
    .proInfo1 .parallax .wrap .more{
        padding: 0 1.302083333333vw;
        height: 2.2916666667vw;
        border-radius: 0.2083333333vw;
        gap: 0.5208333333vw;
    }
    .proInfo1 .parallax .wrap .more p{
        font-size: 0.8333333333vw;
    }
    .proInfo1 .parallax .wrap .more .circle{
        width: 0.8333333333vw;
        height: 0.8333333333vw;
    }
    .proInfo1 .parallax .wrap .more .circle svg{
        width: 0.5208333333vw;
    }
    .proInfo2{
        padding: 6.7708333333vw 0px;
    }
    .proInfo2 .wrap{
        width: 72.9166666667vw;
    }
    .proInfo2 .wrap .top .title{
        font-size: 2.0833333333vw;
        line-height: 2.8645833333vw;
        margin: 0px 0px 1.4583333333vw;
    }
    .proInfo2 .wrap .top .text{
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .proInfo2 .wrap .content{
        margin: 6.3541666667vw 0px 0px;
    }
    .proInfo2 .wrap .content .button .circle{
        width: 2.2916666667vw;
        height: 2.2916666667vw;
    }
    .proInfo2 .wrap .content .button .circle .iconfont{
        font-size: 0.7291666667vw;
    }
    .proInfo2 .wrap .content .conSwiper .swiper-slide .item{
        border-radius: 0.625vw;
        padding: 2.0833333333vw 3.6458333333vw 3.9583333333vw 1.5625vw;
    }
    .proInfo2 .wrap .content .conSwiper .swiper-slide .item .icon{
        width: 3.3333333333vw;
        height: 3.3333333333vw;
        border-radius: 0.4166666667vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .proInfo2 .wrap .content .conSwiper .swiper-slide .item .icon img{
        width: 1.5625vw;
    }
    .proInfo2 .wrap .content .conSwiper .swiper-slide .item .p1{
        font-size: 1.25vw;
        margin: 0px 0px 1.0416666667vw;
        height: 5.15625vw;
    }
    .proInfo2 .wrap .content .conSwiper .swiper-slide .item .text{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }
    .proInfo3{
        padding: 5.7291666667vw 0px 6.25vw;
    }
    .proInfo3 .wrap{
        width: 72.9166666667vw;
    }
    .proInfo3 .wrap .title .p1{
        font-size: 2.0833333333vw;
        margin: 0px 0px 1.4583333333vw;
    }
    .proInfo3 .wrap .title .p2{
        font-size: 0.9375vw;
    }
    .proInfo3 .wrap .content{
        margin: 3.125vw 0px 0px;
    }
    .proInfo3 .wrap .content .button .circle{
        width: 2.2916666667vw;
        height: 2.2916666667vw;
    }
    .proInfo3 .wrap .content .button .circle .iconfont{
        font-size: 0.7291666667vw;
    }
    .proInfo3 .wrap .content .pro1Swiper .swiper-slide .item .img{
        height: 18.4895833333vw;
        border-radius: 0.5208333333vw;
    }
    .proInfo3 .wrap .content .pro1Swiper .swiper-slide .item .img .play{
        width: 3.1770833333vw;
        height: 3.1770833333vw;
        backdrop-filter: blur(0.5208333333vw);
    }
    .proInfo3 .wrap .content .pro1Swiper .swiper-slide .item .img .play div{
        width: 0.9375vw;
        height: 1.1458333333vw;
    }
    .proInfo3 .wrap .content .pro1Swiper .swiper-slide .item .text{
        font-size: 1.0416666667vw;
        margin: 1.0416666667vw 0px 0px;
    }
    .proInfo4{
        padding: 5.3125vw 0px 5.0520833333vw;
    }
    .proInfo4 .title{
        font-size: 2.0833333333vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .proInfo4 .content .item{
        border-radius: 0.625vw;
        padding: 0px 2.6041666667vw 1.5625vw 3.125vw;
    }
    .proInfo4 .content .item:not(:last-child){
        margin: 0px 0px 1.0416666667vw;
    }
    .proInfo4 .content .item .l{
        gap: 4.1666666667vw;
    }
    .proInfo4 .content .item .l .img{
        width: 9.375vw;
        height: 9.375vw;
    }
    .proInfo4 .content .item .l .text{
        width: 15.625vw;
        padding: 2.0833333333vw 0px 0px;
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }
    .proInfo4 .content .item .r{
        padding: 2.0833333333vw 0px 0px;
        width: 33.8541666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .proInfo4 .view_more{
        padding: 0 1.5625vw;
        height: 2.8645833333vw;
        border-radius: 1.40625vw;
        margin: 2.34375vw auto 0px;
        font-size: 0.8333333333vw;
    }
    .lenis_scroll::-webkit-scrollbar{
        width: 0.1041666667vw !important;
    }
    .proInfo5{
        padding: 5.7291666667vw 0px 7.2916666667vw;
    }
    .proInfo5 .wrap .title{
        font-size: 2.0833333333vw;
        margin: 0px 0px 3.125vw;
    }
    .proInfo5 .wrap .content .picture{
        width: 37.5vw;
        height: 30.2083333333vw;
        border-radius: 0.5208333333vw;
    }
    .proInfo5 .wrap .content .r{
        width: 30.2083333333vw;
        height: 30.2083333333vw;
        padding: 0px 1.0416666667vw 0px 0px;
    }
    .proInfo5 .wrap .content .r .item{
        height: 10.4166666667vw;
        border-radius: 0.625vw;
        gap: 2.2916666667vw;
        padding: 0px 0px 0px 1.8229166667vw;
    }
    .proInfo5 .wrap .content .r .item .position_message{
        top: 1.8229166667vw;
        padding: 0px 1.8229166667vw;
        font-size: 0.8333333333vw;
        line-height: 1.3020833333vw;
        max-height: 6.7708333333vw;
    }
    .proInfo5 .wrap .content .r .item:not(:last-child){
        margin: 0px 0px 2.5520833333vw;
    }
    .proInfo5 .wrap .content .r .item .img{
        width: 4.7916666667vw;
        height: 3.125vw;
    }
    .proInfo5 .wrap .content .r .item .text .p1{
        font-size: 1.25vw;
    }
    .proInfo5 .wrap .content .r .item .text .more{
        margin: 1.3020833333vw 0px 0px;
        gap: 0.4166666667vw;
    }
    .proInfo5 .wrap .content .r .item .text .more p{
        font-size: 0.8333333333vw;
    }
    .proInfo5 .wrap .content .r .item .text .more .iconfont{
        font-size: 0.7291666667vw;
        top: 0.1041666667vw;
    }
    .proInfo6{
        padding: 5.2604166667vw 0px 6.6145833333vw;
    }
    .proInfo6 .wrap .title{
        font-size: 2.0833333333vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .proInfo6 .wrap .content table tr:first-child td{
        font-size: 1.0416666667vw;
    }
    .proInfo6 .wrap .content table tr td{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        padding: 0.1041666667vw 0.78125vw;
        max-width: 37.03125vw;
    }
    .fixed_alert .content{
        width: 52.0833333333vw;
        border-radius: 0.625vw;
        padding: 4.1145833333vw 3.125vw 3.125vw;
        transform: translateY(1.5625vw);
    }
    .fixed_alert .content .close{
        width: 2.34375vw;
        height: 2.34375vw;
        top: 1.3020833333vw;
        right: 1.5625vw;
    }
    .fixed_alert .content .dis .img{
        width: 13.0208333333vw;
        height: 13.0208333333vw;
    }
    .fixed_alert .content .dis .img img{
        width: 13.0208333333vw;
    }
    .fixed_alert .content .dis .text{
        width: 26.0416666667vw;
    }
    .fixed_alert .content .dis .text .p1{
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .fixed_alert .content .dis .text .p2{
        font-size: 0.8333333333vw;
        line-height: 1.3020833333vw;
    }
    .proInfo6 .wrap .content table tr td:first-child {
        padding-left: 3.125vw;
        max-width: 15.625vw;
    }
}
@media screen and (max-width: 768px) {
    .proInfo1 {
        height: 100vw;
    }
    .proInfo1 .parallax .wrap {
        margin: 0;
        padding: 100px 0 0;
    }
    .proInfo1 .common_bg {
        filter: brightness(0.6);
    }
    .proInfo1 .parallax .wrap .title {
        width: 90%;
        margin: 0 auto;
    }
    .proInfo1 .parallax .wrap .title .p1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .proInfo1 .parallax .wrap .title .p2 {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .proInfo1 .parallax .wrap .more {
        width: fit-content;
        height: 40px;
        border-radius: 4px;
        padding: 0 20px;
        gap: 0 10px;
    }
    .proInfo1 .parallax .wrap .more .circle {
        width: 16px;
        height: 16px;
    }
    .proInfo1 .parallax .wrap .more .circle svg {
        width: 10px;
    }
    .proInfo1 .parallax .wrap .more p {
        font-size: 15px;
    }
    .proInfo2 {
        padding: 40px 0 60px;
    }
    .proInfo2 .wrap {
        width: 90%;
    }
    .proInfo2 .wrap .top .title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 25px;
    }
    .proInfo2 .wrap .top .text {
        font-size: 16px;
        line-height: 1.8;
    }
    .proInfo2 .wrap .content {
        margin: 30px 0 0;
        display: block;
    }
    .proInfo2 .wrap .content .conSwiper .swiper-slide {
        height: auto;
    }
    .proInfo2 .wrap .content .conSwiper .swiper-slide .item {
        padding: 30px;
        border-radius: 6px;
    }
    .proInfo2 .wrap .content .conSwiper .swiper-slide .item .icon {
        width: 50px;
        height: 50px;
        border-radius: 6px;
        margin-bottom: 20px;
    }
    .proInfo2 .wrap .content .conSwiper .swiper-slide .item .p1 {
        font-size: 18px;
        line-height: 1.6;
        height: unset;
        margin-bottom: 25px;
    }
    .proInfo2 .wrap .content .conSwiper .swiper-slide .item .icon img {
        width: 18px;
    }
    .proInfo2 .wrap .content .conSwiper .swiper-slide .item .text {
        font-size: 16px;
        line-height: 1.8;
    }
    .proInfo2 .wrap .content .button {
        position: unset;
        transform: unset;
        width: 100%;
        justify-content: center;
        gap: 0 10px;
        margin: 25px 0 0;
    }
    .proInfo2 .wrap .content .button .circle {
        width: 44px;
        height: 44px;
    }
    .proInfo2 .wrap .content .button .circle .iconfont {
        font-size: 14px;
    }
    .proInfo3 {
        padding: 50px 0;
    }
    .proInfo3 .wrap {
        width: 90%;
    }
    .proInfo3 .wrap .title .p1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .proInfo3 .wrap .title .p2 {
        font-size: 16px;
        line-height: 1.8;
    }
    .proInfo3 .wrap .content {
        margin: 35px 0 0;
    }
    .proInfo3 .wrap .content .pro1Swiper .swiper-slide .item .img {
        height: 100vw;
        border-radius: 4px;
    }
    .proInfo3 .wrap .content .pro1Swiper .swiper-slide .item .text {
        font-size: 16px;
        margin: 20px 0 0;
    }
    .proInfo3 .wrap .content .pro1Swiper .swiper-slide .item .img .play {
        width: 50px;
        height: 50px;
    }
    .proInfo3 .wrap .content .pro1Swiper .swiper-slide .item .img .play div {
        width: 10px;
        height: 12px;
    }
    .proInfo3 .wrap .content .button {
        width: 100%;
        position: unset;
        transform: unset;
        justify-content: center;
        gap: 0 15px;
        margin: 30px 0 0;
    }
    .proInfo3 .wrap .content .button .circle {
        width: 40px;
        height: 40px;
    }
    .proInfo3 .wrap .content .button .circle .iconfont {
        font-size: 14px;
    }
    .proInfo4 {
        padding: 50px 0;
    }
    .proInfo4 .title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .proInfo4 .content .item {
        display: block;
        padding: 30px;
        border-radius: 6px;
    }
    .proInfo4 .content .item .l .text {
        width: 100%;
        font-size: 20px;
        line-height: 1.4;
        padding: 20px 0 0;
    }
    .proInfo4 .content .item .r {
        width: 100%;
        padding: 20px 0 0;
        font-size: 16px;
        line-height: 1.8;
    }
    .proInfo4 .content .item .l {
        display: block;
    }
    .proInfo4 .content .item .l .img {
        width: 100%;
        height: 60vw;
    }
    .proInfo4 .content .item:not(:last-child) {
        margin-bottom: 30px;
    }
    .proInfo4 .view_more {
        width: fit-content;
        padding: 7px 20px;
        height: auto;
        border-radius: 30px;
        font-size: 15px;
    }

    .proInfo5 {
        padding: 50px 0;
    }
    .proInfo5 .wrap .title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .proInfo5 .wrap .content {
        display: block;
    }
    .proInfo5 .wrap .content .picture {
        width: 100%;
        height: 70vw;
        border-radius: 6px;
    }
    .proInfo5 .wrap .content .r {
        width: 100%;
        height: unset;
        overflow: auto;
        margin: 20px 0 0;
        padding: 0;
    }
    .proInfo5 .wrap .content .r .item {
        height: unset;
        padding: 30px 20px 40px;
        display: block;
        border-radius: 6px;
        justify-content: space-between;
    }
    .proInfo5 .wrap .content .r .item .img {
        width: 100%;
        height: 40vw;
        margin-bottom: 20px;
        justify-content: center;
    }
    .proInfo5 .wrap .content .r .item .text {
        width: 100%;
    }
    .proInfo5 .wrap .content .r .item .text .p1 {
        font-size: 18px;
    }
    .proInfo5 .wrap .content .r .item .text .more {
        margin: 15px 0 0;
    }
    .proInfo5 .wrap .content .r .item .text .more p {
        font-size: 15px;
    }
    .proInfo5 .wrap .content .r .item .text .more .iconfont {
        font-size: 14px;
    }
    .proInfo5 .wrap .content .r .item:not(:last-child) {
        margin-bottom: 30px;
    }
    .proInfo5 .wrap .content .r .item .position_message {
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        line-height: 2;
        padding: 0 20px;
        max-height: unset;
        display: flex;
        align-items: center;
    }
    .proInfo6 {
        padding: 50px 0 60px;
    }
    .proInfo6 .wrap .title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .proInfo6 .wrap .content {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;

    }
    .proInfo6 .wrap .content table {
        width: max-content;
    }
    .proInfo6 .wrap .content table tr td {
        font-size: 15px !important;
        line-height: 1.6;
        max-width: 80vw !important;
        padding: 10px 20px !important;
        -webkit-text-size-adjust: none;
    }
    .proInfo6 .wrap .content table tr:first-child td {
        font-size: 18px;
        line-height: 1.6;
        padding: 10px 20px;
    }
    .proInfo4 .content .item.on {
        display: block !important;
    }
}
