.proInfo1 {
    height: 37.5vw
}

.proInfo1 .parallax .bg {
    width: 100%;
    height: 100%
}

.proInfo1 .parallax .wrap {
    position: absolute;
    width: 1440px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.proInfo1 .parallax .wrap .p1 {
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 0 18px
}

.proInfo1 .parallax .wrap .p2 {
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    margin: 0 0 50px
}

.proInfo1 .parallax .wrap .dis {
    display: flex;
    gap: 10px
}

.proInfo1 .parallax .wrap .dis .list {
    width: fit-content;
    padding: 0 30px;
    height: 41px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: .6s ease;
    cursor: pointer
}

.proInfo1 .parallax .wrap .dis .list.fill {
    background: #fff
}

.proInfo1 .parallax .wrap .dis .list.fill svg path {
    fill: #0069AC
}

.proInfo1 .parallax .wrap .dis .list.fill p {
    color: #0069AC
}

.proInfo1 .parallax .wrap .dis .list:hover {
    background: #fff
}

.proInfo1 .parallax .wrap .dis .list:hover svg path {
    fill: #0069AC
}

.proInfo1 .parallax .wrap .dis .list:hover p {
    color: #0069AC
}

.proInfo1 .parallax .wrap .dis .list svg {
    width: 16px;
    height: fit-content
}

.proInfo1 .parallax .wrap .dis .list svg path {
    transition: .6s ease
}

.proInfo1 .parallax .wrap .dis .list p {
    font-size: 16px;
    color: #FFFFFF;
    transition: .6s ease
}

.common_cut {
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    z-index: 99
}

.proInfo2 {
    background: #F5F5F7;
    padding: 130px 0 0
}

.proInfo2 .wrap {
    width: 1440px;
    margin: auto
}

.proInfo2 .wrap .top {
    display: flex;
    justify-content: space-between
}
.proInfo2 .wrap .top .l{
    width: 45%;
}
.proInfo2 .wrap .top .l .imgSwiper {
    width: 521px;
    height: 338px
}

.proInfo2 .wrap .top .l .imgSwiper .swiper-slide img {
    width: 100%;
    object-fit: contain
}

.proInfo2 .wrap .top .l .small {
    display: flex;
    gap: 12px;
    margin: 70px 0 0 0
}

.proInfo2 .wrap .top .l .small .smallSwiper{
    width: 100%;
}

.proInfo2 .wrap .top .l .small .item {
    width: 150px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.proInfo2 .wrap .top .l .small .item img {
    width: 60%
}

.proInfo2 .wrap .top .r {
    margin: 40px 0 0 0;
    width: 650px
}

.proInfo2 .wrap .top .r .title .p1 {
    font-weight: 500;
    font-size: 32px;
    color: #111111;
    margin: 0 0 32px
}

.proInfo2 .wrap .top .r .title .p2 {
    font-size: 18px;
    color: rgba(17, 17, 17, 0.8);
    line-height: 34px
}

.proInfo2 .wrap .top .r .content {
    margin: 77px 0 120px 0;
    display: flex;
    justify-content: space-between
}

.proInfo2 .wrap .top .r .content .list {
    display: flex;
    align-items: center;
    gap: 12px
}

.proInfo2 .wrap .top .r .content .list .icon {
    width: 40px;
    height: 40px;
    background: #0069AC;
    border-radius: 4px;
    border: 6px solid #0069AC;
    display: flex;
    align-items: center;
    justify-content: center
}

.proInfo2 .wrap .top .r .content .list .icon img {
    width: 20px
}

.proInfo2 .wrap .top .r .content .list .text .p1 {
    font-weight: 500;
    font-size: 16px;
    color: #999999
}

.proInfo2 .wrap .top .r .content .list .text .p2 {
    font-weight: bold;
    font-size: 18px;
    color: #111111
}

.proInfo2 .wrap .top .r .end {
    display: flex;
    justify-content: flex-end
}

.proInfo2 .wrap .top .r .end .code {
    text-align: center
}

.proInfo2 .wrap .top .r .end .code img {
    width: 111px;
    height: 111px
}

.proInfo2 .wrap .top .r .end .code p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin: 20px 0 0 0
}

.proInfo2 .wrap .bottom {
    display: flex;
    justify-content: space-between;
    margin: 137px 0 0 0
}

.proInfo2 .wrap .bottom .item {
    width: 450px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px 32px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.proInfo2 .wrap .bottom .item:hover .common_bg {
    opacity: 1
}

.proInfo2 .wrap .bottom .item .common_bg {
    opacity: 0;
    transition: .6s ease
}



.proInfo2 .wrap .bottom .item .icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center
}

.proInfo2 .wrap .bottom .item .icon img {
    object-fit: contain
}

.proInfo2 .wrap .bottom .item .p1 {
    margin: 40px 0 24px;
    font-weight: 500;
    font-size: 20px;
    color: #111111
}

.proInfo2 .wrap .bottom .item .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #666666
}

.proInfo3 {
    background: #F5F5F7;
    padding: 50px 0 0 0
}

.proInfo3 .wrap {
    width: 1440px;
    margin: auto
}

.proInfo3 .wrap .title {
    font-weight: 500;
    font-size: 32px;
    color: #111111;
    margin: 0 0 42px
}

.proInfo3 .wrap .content {
    width: 100%;
    height: 600px;
    border-radius: 12px;
    position: relative
}

.proInfo3 .wrap .content .button {
    width: 1580px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2
}

.proInfo3 .wrap .content .button .circle {
    pointer-events: auto;
    cursor: pointer;
    opacity: .1;
    transition: .6s ease
}

.proInfo3 .wrap .content .button .circle:hover {
    opacity: 1
}

.proInfo3 .wrap .content .button .circle:first-child {
    transform: rotate(180deg)
}

.proInfo3 .wrap .content .button .circle .iconfont {
    color: #0069AC;
    font-size: 20px
}

.proInfo3 .wrap .content .cjSwiper {
    width: 100%;
    height: 100%
}

.proInfo3 .wrap .content .cjSwiper .swiper-slide img {
    width: 100%
}

.products1 {
    padding: 100px 0 100px;
    background: #F5F5F7
}

.accessories{
    padding: 100px 0 0;
}

.products1.accessories .wrap .content{
    margin: 0;
}

.products1 .wrap {
    width: 1440px;
    margin: auto
}

.products1 .wrap .title {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    margin: 0 0 50px
}

.products1 .wrap .content {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 40px 27px;
    margin: 0 0 60px
}
.products1.accessories .wrap .content .accessoriesSwiper .swiper-slide {
    height: auto;
}
.products1.accessories .wrap .content .item{
    width: 100%;
    height: 100%;
}
.products1.accessories .wrap .content{
    display: block;
}
.products1.accessories .wrap .content .accessoriesSwiper{
    width: 100%;
}

.products1 .wrap .content .item {
    width: 340px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 60px 30px 30px 30px;
    position: relative
}

.products1 .wrap .content .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border: 1px solid #0069AC;
    opacity: 0;
    transition: .6s ease;
    border-radius: 16px;
    pointer-events: none
}

.products1 .wrap .content .item:hover:after {
    opacity: 1
}

.products1 .wrap .content .item:hover .text .p1 {
    color: var(--color)
}

.products1 .wrap .content .item .img {
    width: 200px;
    height: 163px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto
}

.products1 .wrap .content .item .img:hover img {
    transform: scale(1.05)
}

.products1 .wrap .content .item .img img {
    object-fit: contain;
    transition: .6s ease
}

.products1 .wrap .content .item .text {
    margin: 30px 0 28px;
    text-align: center
}

.products1 .wrap .content .item .text .p1 {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin: 0 0 30px;
    transition: .6s ease
}

.products1 .wrap .content .item .text .p2 {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px
}

.products1 .wrap .content .item .dis {
    display: flex;
    justify-content: space-between
}

.products1 .wrap .content .item .dis .list {
    width: 135px;
    height: 35px;
    background: #111111;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    transition: .6s ease
}

.products1 .wrap .content .item .dis .list:hover {
    background: var(--color)
}

.products1 .wrap .content .item .dis .list.bor {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #333333
}

.products1 .wrap .content .item .dis .list.bor:hover {
    background: var(--color);
    border: 1px solid transparent;
    color: #fff
}

.immediately {
    box-shadow: 0px -1px 0px 0px rgba(17, 17, 17, 0.1)
}

.fixed_Inquiry {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none
}

.fixed_Inquiry.on {
    pointer-events: auto
}

.fixed_Inquiry.on .black {
    opacity: 1
}

.fixed_Inquiry.on .content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.fixed_Inquiry .black {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: .6s ease
}

.fixed_Inquiry .content {
    width: 960px;
    height: 560px;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
    padding: 60px 70px 61px 70px;
    opacity: 0;
    transform: translateY(50px);
    transition: .6s ease
}

.fixed_Inquiry .content .close {
    position: absolute;
    left: 100%;
    transform: translateX(30px);
    top: 0;
    font-size: 18px;
    color: #FFFFFF;
    white-space: nowrap;
    cursor: pointer
}

.fixed_Inquiry .content .title {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    color: #111111;
    margin: 0 0 40px
}

.fixed_Inquiry .content form {
    margin: 40px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px
}

.fixed_Inquiry .content form .item {
    width: 400px;
    height: 55px;
    background: #F2F4F5;
    border-radius: 4px;
    position: relative
}

.fixed_Inquiry .content form .item.all {
    width: 100%;
    height: 140px
}

.fixed_Inquiry .content form .item input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0 20px;
    font-size: 14px
}

.fixed_Inquiry .content form .item textarea {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: none;
    background: transparent
}

.fixed_Inquiry .content form .item .consultation {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    cursor: pointer
}

.fixed_Inquiry .content form .item .consultation p {
    font-weight: 400;
    font-size: 14px;
    color: #111111
}

.fixed_Inquiry .content form .item .consultation .iconfont {
    font-size: 12px;
    color: #111
}

.fixed_Inquiry .content form button {
    width: 180px;
    height: 55px;
    background: #0069AC;
    border-radius: 4px;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #FFFFFF
}

@media screen and (max-width: 1919px) {
    .proInfo1 .parallax .wrap{
        width: 75vw;
    }
    .proInfo1 .parallax .wrap .p1{
        font-size: 1.25vw;
        margin: 0px 0px 0.9375vw;
    }
    .proInfo1 .parallax .wrap .p2{
        font-size: 1.6666666667vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .proInfo1 .parallax .wrap .dis{
        gap: 0.5208333333vw;
    }
    .proInfo1 .parallax .wrap .dis .list{
        padding: 0 1.5625vw;
        height: 2.1354166667vw;
        border-radius: 0.3125vw;
        gap: 0.4166666667vw;
    }
    .proInfo1 .parallax .wrap .dis .list svg{
        width: 0.8333333333vw;
    }
    .proInfo1 .parallax .wrap .dis .list p{
        font-size: 0.8333333333vw;
    }
    .common_cut{
        top: 3.6458333333vw;
    }
    .proInfo2{
        padding: 6.7708333333vw 0px 0px;
    }
    .proInfo2 .wrap{
        width: 75vw;
    }
    .proInfo2 .wrap .top .l .imgSwiper{
        width: 27.1354166667vw;
        height: 17.6041666667vw;
    }
    .proInfo2 .wrap .top .l .small{
        gap: 0.625vw;
        margin: 3.6458333333vw 0px 0px;
    }
    .proInfo2 .wrap .top .l .small .item{
        width: 7.8125vw;
        height: 5.2083333333vw;
        border-radius: 0.3125vw;
    }
    .proInfo2 .wrap .top .r{
        margin: 2.0833333333vw 0px 0px;
        width: 33.8541666667vw;
    }
    .proInfo2 .wrap .top .r .title .p1{
        font-size: 1.6666666667vw;
        margin: 0px 0px 1.6666666667vw;
    }
    .proInfo2 .wrap .top .r .title .p2{
        font-size: 0.9375vw;
        line-height: 1.7708333333vw;
    }
    .proInfo2 .wrap .top .r .content{
        margin: 4.0104166667vw 0px 6.25vw;
    }
    .proInfo2 .wrap .top .r .content .list{
        gap: 0.625vw;
    }
    .proInfo2 .wrap .top .r .content .list .icon{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        border-radius: 0.2083333333vw;
        border: 0.3125vw solid rgb(0, 105, 172);
    }
    .proInfo2 .wrap .top .r .content .list .icon img{
        width: 1.0416666667vw;
    }
    .proInfo2 .wrap .top .r .content .list .text .p1{
        font-size: 0.8333333333vw;
    }
    .proInfo2 .wrap .top .r .content .list .text .p2{
        font-size: 0.9375vw;
    }
    .proInfo2 .wrap .top .r .end .code img{
        width: 5.78125vw;
        height: 5.78125vw;
    }
    .proInfo2 .wrap .top .r .end .code p{
        font-size: 0.8333333333vw;
        margin: 1.0416666667vw 0px 0px;
    }
    .proInfo2 .wrap .bottom{
        margin: 7.1354166667vw 0px 0px;
    }
    .proInfo2 .wrap .bottom .item{
        width: 23.4375vw;
        border-radius: 0.5208333333vw;
        padding: 2.0833333333vw 1.6666666667vw;
    }
    .proInfo2 .wrap .bottom .item .icon{
        width: 2.34375vw;
        height: 2.34375vw;
    }
    .proInfo2 .wrap .bottom .item .p1{
        margin: 2.0833333333vw 0px 1.25vw;
        font-size: 1.0416666667vw;
    }
    .proInfo2 .wrap .bottom .item .p2{
        font-size: 0.8333333333vw;
    }
    .proInfo3{
        padding: 2.6041666667vw 0px 0px;
    }
    .proInfo3 .wrap{
        width: 75vw;
    }
    .proInfo3 .wrap .title{
        font-size: 1.6666666667vw;
        margin: 0px 0px 2.1875vw;
    }
    .proInfo3 .wrap .content{
        height: 31.25vw;
        border-radius: 0.625vw;
    }
    .proInfo3 .wrap .content .button{
        width: 82.2916666667vw;
    }
    .proInfo3 .wrap .content .button .circle .iconfont{
        font-size: 1.0416666667vw;
    }
    .products1{
        padding: 5.2083333333vw 0px;
    }
    .accessories{
        padding: 5.2083333333vw 0px 0px;
    }
    .products1 .wrap{
        width: 75vw;
    }
    .products1 .wrap .title{
        font-size: 1.6666666667vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .products1 .wrap .content{
        gap: 2.0833333333vw 1.40625vw;
        margin: 0px 0px 3.125vw;
    }
    .products1 .wrap .content .item{
        width: 17.7083333333vw;
        border-radius: 0.8333333333vw;
        padding: 3.125vw 1.5625vw 1.5625vw;
    }
    .products1 .wrap .content .item::after{
        border-radius: 0.8333333333vw;
    }
    .products1 .wrap .content .item .img{
        width: 10.4166666667vw;
        height: 8.4895833333vw;
    }
    .products1 .wrap .content .item .text{
        margin: 1.5625vw 0px 1.4583333333vw;
    }
    .products1 .wrap .content .item .text .p1{
        font-size: 1.0416666667vw;
        margin: 0px 0px 1.5625vw;
    }
    .products1 .wrap .content .item .text .p2{
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
    }
    .products1 .wrap .content .item .dis .list{
        width: 7.03125vw;
        height: 1.8229166667vw;
        border-radius: 0.2083333333vw;
        font-size: 0.7291666667vw;
    }
    .fixed_Inquiry .content{
        width: 50vw;
        height: 29.1666666667vw;
        padding: 3.125vw 3.6458333333vw 3.1770833333vw;
        transform: translateY(2.6041666667vw);
    }
    .fixed_Inquiry .content .close{
        transform: translateX(1.5625vw);
        font-size: 0.9375vw;
    }
    .fixed_Inquiry .content .title{
        font-size: 1.25vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .fixed_Inquiry .content form{
        margin: 2.0833333333vw 0px 0px;
        gap: 1.0416666667vw;
    }
    .fixed_Inquiry .content form .item{
        width: 20.8333333333vw;
        height: 2.8645833333vw;
        border-radius: 0.2083333333vw;
    }
    .fixed_Inquiry .content form .item.all{
        height: 7.2916666667vw;
    }
    .fixed_Inquiry .content form .item input{
        padding: 0px 1.0416666667vw;
        font-size: 0.7291666667vw;
    }
    .fixed_Inquiry .content form .item textarea{
        padding: 1.0416666667vw;
    }
    .fixed_Inquiry .content form .item .consultation{
        padding: 0px 1.0416666667vw;
    }
    .fixed_Inquiry .content form .item .consultation p{
        font-size: 0.7291666667vw;
    }
    .fixed_Inquiry .content form .item .consultation .iconfont{
        font-size: 0.625vw;
    }
    .fixed_Inquiry .content form button{
        width: 9.375vw;
        height: 2.8645833333vw;
        border-radius: 0.2083333333vw;
        margin: 1.5625vw auto 0px;
        font-size: 0.7291666667vw;
    }
}

@media screen and (max-width: 1024px) {
    .proInfo1{
        margin: 60px 0 0 0;
        height: auto;
        position: relative;
    }
    .proInfo1 .parallax .wrap{
        width: 90%;
    }
    .proInfo1 .parallax .wrap .p1{
        font-size: 14px;
        margin: 0 0 15px;
    }
    .proInfo1 .parallax .wrap .p2{
        font-size: 16px;
        margin: 0 0 20px;
    }
    .proInfo1 .parallax .wrap .dis{
        gap: 10px;
    }
    .proInfo1 .parallax .wrap .dis .list{
        width: fit-content;
        height: 35px;
        border-radius: 6px;
        padding: 0 10px;
        font-size: 12px;
    }
    .proInfo1 .parallax .wrap .dis .list svg{
        width: 14px;
    }
    .proInfo1 .parallax .wrap .dis .list p{
        font-size: 12px;
    }
    .proInfo1 .parallax .bg{
        height: 280px;
    }
    .parallax{
        transform: none!important;
    }
    .proInfo2{
        padding: 50px 0;
    }
    .proInfo2 .wrap{
        width: 90%;
    }
    .proInfo2 .wrap .top{
        flex-direction: column;
    }
    .proInfo2 .wrap .top .l .imgSwiper{
        width: 100%;
        height: 150px;
    }
    .proInfo2 .wrap .top .l .small .item{
        width: 70px;
        height: 50px;
        border-radius: 6px;
    }
    .proInfo2 .wrap .top .l .small{
        gap: 10px;
        flex-wrap: wrap;
        margin: 30px 0 0 0;
    }
    .proInfo2 .wrap .top .r{
        margin: 30px 0 0 0;
        width: 100%;
    }
    .proInfo2 .wrap .top .r .title .p1{
        font-size: 20px;
        margin: 0 0 15px;
    }
    .proInfo2 .wrap .top .r .title .p2{
        font-size: 13px;
        line-height: 35px;
    }
    .proInfo2 .wrap .top .r .content{
        margin: 25px 0 20px 0;
        flex-wrap: wrap;
        gap: 20px 30px;
        justify-content: unset;
    }
    .proInfo2 .wrap .top .r .content .list .icon img {
        width: 18px;
    }
    .proInfo2 .wrap .top .r .content .list{
        gap: 15px;
    }
    .proInfo2 .wrap .top .r .content .list .icon{
        width: 30px;
        height: 30px;
        border-radius: 4px;
    }

    .proInfo2 .wrap .top .r .content .list .text .p1{
        font-size: 14px;
    }
    .proInfo2 .wrap .top .r .content .list .text .p2{
        font-size: 12px;
    }
    .proInfo2 .wrap .top .r .end{
        justify-content: unset;
        margin: 25px 0 0 0;
    }
    .proInfo2 .wrap .top .r .end .code img{
        width: 80px;
        height: 80px;
    }
    .proInfo2 .wrap .top .r .end .code p{
        margin: 10px 0 0 0;
        font-size
        : 14px;
    }
    .accessories{
        padding: 30px 0;
    }
    .products1 .wrap{
        width: 90%;
    }
    .products1.accessories .wrap .content .accessoriesSwiper{
        width: 172vw;
    }
    .products1 .wrap .title{
        font-size: 22px;
        margin: 0 0 25px;
    }


    .products1.accessories .wrap .content .accessoriesSwiper .item{
        width: 100%;
        height: 100%;
        border-radius: 15px;
        padding: 30px 5% 40px 5%;
    }
    .products1.accessories .wrap .content .accessoriesSwiper .item .img{
        width: 70%;
        height: auto;
    }
    .products1.accessories .wrap .content .accessoriesSwiper .item .text{
        margin: 15px 0 25px;
    }
    .products1.accessories .wrap .content .accessoriesSwiper .item .text .p1{
        font-size: 16px;
        margin: 0 0 15px;
    }
    .products1.accessories .wrap .content .accessoriesSwiper .item .dis .list{
        width: fit-content;
        padding: 0 20px;
        height: 35px;
        font-size: 13px;
        border-radius: 5px;
    }
    .products1.accessories .wrap .content .accessoriesSwiper .item .text .p2 {
        font-size: 13px;
        line-height: 1.6;
    }
    .products1 .wrap .content .item .dis{
        justify-content: center;
        gap: 10px;
    }

    .proInfo3{
        padding: 50px 0 15px 0;
    }
    .proInfo3 .wrap{
        width: 90%;
    }
    .proInfo3 .wrap .title{
        font-size: 22px;
        margin: 0 0 20px;
    }
    .proInfo3 .wrap .content{
        height: auto;
        border-radius: 15px;
    }

    .products1 .wrap .content{
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        margin: 0 0 35px;
    }
    .products1 .wrap .content .item{
        width: 100%;
        height: auto;
        border-radius: 15px;
        padding: 25px 5% 40px 5%;
    }
    .products1 .wrap .content .item .img{
        width: 70%;
        height: auto;
    }
    .products1 .wrap .content .item .text{
        margin: 15px 0;
    }
    .products1 .wrap .content .item .text .p1{
        font-size: 16px;
        margin: 0 0 15px;
    }
    .products1 .wrap .content .item .dis .list{
        width: fit-content;
        padding: 0 20px;
        height: 35px;
        font-size: 13px;
        border-radius: 5px;
    }
    .products1 .wrap .content .item .text .p2{
        font-size: 13px;
        line-height: 1.6;
    }

    .proInfo2 .wrap .bottom{
        margin: 30px 0 0 0;
        flex-direction: column;
        gap: 15px;
    }
    .proInfo2 .wrap .bottom .item{
        width: 100%;
        height: 100%;
        border-radius: 10px;
        padding: 25px 5%;
    }
    .proInfo2 .wrap .bottom .item .icon{
        width: 35px;
        height: 35px;
    }

    .proInfo2 .wrap .bottom .item .p1{
        margin: 20px 0 10px 0;
        font-size: 15px;
    }
    .proInfo2 .wrap .bottom .item .p2{
        font-size: 12px;
        line-height: 25px;
    }
    .proInfo2 .wrap .top .l{
        width: 100%;
    }
}
