.pro_brand {
    margin: 64px 0 0 0;
    height: 52px;
    background: #F9FAFB
}

.pro_brand .wrap {
    display: flex;
    align-items: center;
    height: 100%;
    color: #6b7280;
    font-size: 14px;
    gap: 10px
}

.pro_brand .wrap a {
    height: 100%;
    color: #6b7280;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: .3s
}

.pro_brand .wrap a:hover {
    color: var(--color)
}

.pro_brand .wrap a:last-child {
    color: var(--color)
}

.proInfo1 {
    padding: 40px 0
}

.proInfo1 .wrap {
    display: flex;
    justify-content: space-between
}

.proInfo1 .wrap .r {
    width: 57%;
    height: fit-content;
}

.proInfo1 .wrap .r .title .p1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 8px;
    color: #1F2937
}

.proInfo1 .wrap .r .title .label {
    display: flex;
    gap: 8px;
    margin: 0 0 16px
}

.proInfo1 .wrap .r .title .label span {
    padding: 2px 10px;
    border-radius: 9999px;
    background: #DCFCE7;
    font-size: 12px;
    color: #166534;
    font-weight: 500
}

.proInfo1 .wrap .r .title .label span:nth-child(2) {
    color: #f97316;
    background: #FEF1E7
}

.proInfo1 .wrap .r .title .text {
    font-size: 16px;
    color: #4b5563
}

.proInfo1 .wrap .r .pick {
    margin: 24px 0 16px;
    font-size: 20px;
    color: #1F2937;
    font-weight: 500
}

.proInfo1 .wrap .r .grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 16px
}

.proInfo1 .wrap .r .grid .item {
    height: 134px;
    padding: 16px;
    border-radius: var(--radius);
    border: 1px solid #f3f4f6;
    background-color: rgba(249, 250, 251, 0.5)
}

.proInfo1 .wrap .r .grid .item .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBEEE5;
    margin: 0 0 12px
}

.proInfo1 .wrap .r .grid .item .circle i {
    font-size: 16px;
    color: var(--color)
}

.proInfo1 .wrap .r .grid .item .p1 {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 4px
}

.proInfo1 .wrap .r .grid .item .p2 {
    font-size: 16px;
    color: #1F2937;
    font-weight: 500
}

.proInfo1 .wrap .r .button {
    margin-top: 24px;
    display: flex;
    gap: 16px
}

.proInfo1 .wrap .r .button .a1 {
    width: 158px;
    height: 50px;
    border-radius: var(--radius);
    border: 1px solid #D1D5DB;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px
}

.proInfo1 .wrap .r .button .a1.on {
    background: var(--color);
    border: 1px solid var(--color)
}

.proInfo1 .wrap .r .button .a1.on i, .proInfo1 .wrap .r .button .a1.on p {
    color: #fff
}

.proInfo1 .wrap .r .button .a1 i, .proInfo1 .wrap .r .button .a1 p {
    font-size: 16px;
    color: #374151
}

.proInfo1 .wrap .l {
    width: 37%
}

.proInfo1 .wrap .l .bigSwiper {
    border-radius: var(--radius);
    overflow: hidden
}

.proInfo1 .wrap .l .bigSwiper .swiper-slide {
    border: 1px solid #E5E7EB;
    border-radius: var(--radius);
    overflow: hidden
}

.proInfo1 .wrap .l .cut {
    margin: 16px 0 0 0;
    display: flex;
    gap: 8px
}

.proInfo1 .wrap .l .cut .x {
    display: flex;
    gap: 8px
}

.proInfo1 .wrap .l .cut .x .item {
    width: 138px;
    height: 138px;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid #E5E7EB;
    transition: .3s;
    cursor: pointer
}

.proInfo1 .wrap .l .cut .x .item.on {
    border: 1px solid var(--color)
}

.proInfo1 .wrap .l .cut .x .item img {
    width: 100%;
    height: 100%
}

.proInfo2 {
    background: #F9FAFB;
    padding: 40px 0
}

.proInfo2 .wrap {
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 0
}

.proInfo2 .wrap .cut {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e7eb
}

.proInfo2 .wrap .cut .list {
    padding: 16px 24px;
    font-size: 16px;
    color: #6b7280;
    border-bottom: 2px solid transparent;
    transition: .3s;
    cursor: pointer
}

.proInfo2 .wrap .cut .list.on {
    color: var(--color);
    font-weight: 500;
    border-bottom: 2px solid var(--color)
}

.proInfo2 .wrap .content {
    padding: 24px
}

.proInfo2 .wrap .content .matter {
    display: none
}

.proInfo2 .wrap .content .matter.on {
    display: block
}

.proInfo2 .wrap .content .matter .title {
    font-size: 24px;
    font-weight: bold;
    color: #1F2937;
    margin: 0 0 24px
}

.proInfo2 .wrap .content .matter .con4 {
    margin: auto;
    padding: 30px 0;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 32px
}

.proInfo2 .wrap .content .matter .con4 .item {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)
}

.proInfo2 .wrap .content .matter .con4 .item .img {
    width: 100%;
    height: 224px;
    overflow: hidden
}

.proInfo2 .wrap .content .matter .con4 .item .img img {
    width: 100%;
    height: 100%
}

.proInfo2 .wrap .content .matter .con4 .item .text {
    padding: 24px;
    background-color: #fff
}

.proInfo2 .wrap .content .matter .con4 .item .text .headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 16px
}

.proInfo2 .wrap .content .matter .con4 .item .text .headline .p1 {
    color: #1F2937;
    font-size: 20px;
    font-weight: bold;
    width: 65%;
}

.proInfo2 .wrap .content .matter .con4 .item .text .headline .label {
    padding: 4px 12px;
    width: fit-content;
    border-radius: 9999px;
    color: var(--color);
    background-color: #FFEDD5;
    font-size: 14px
}

.proInfo2 .wrap .content .matter .con4 .item .text .p2 {
    color: #4b5563;
    font-size: 16px;
    margin: 0 0 16px
}

.proInfo2 .wrap .content .matter .con4 .item .text .more {
    display: flex;
    align-items: center
}

.proInfo2 .wrap .content .matter .con4 .item .text .more p {
    font-size: 16px;
    color: var(--color)
}

.proInfo2 .wrap .content .matter .con4 .item .text .more i {
    font-size: 16px;
    margin-left: 4px;
    color: var(--color)
}

.proInfo2 .wrap .content .matter .con3 {
    margin: auto;
    padding:0
}

.proInfo2 .wrap .content .matter .con3 .con3_matter:not(:last-child) {
    margin: 0 0 30px
}

.proInfo2 .wrap .content .matter .con3 .con3_matter .headline {
    font-size: 20px;
    font-weight: bold;
    color: #1F2937;
    margin: 0 0 16px
}

.proInfo2 .wrap .content .matter .con3 .con3_matter .display {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 16px
}

.proInfo2 .wrap .content .matter .con3 .con3_matter .display.grid4 {
    grid-template-columns:repeat(4, 1fr)
}

.proInfo2 .wrap .content .matter .con3 .con3_matter .display .item {
    width: 100%;
    border: 1px solid #E5E7EB;
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    transition: .6s ease;
}

.proInfo2 .wrap .content .matter .con3 .con3_matter .display .item:hover{
    background: var(--color);
    border: 1px solid var(--color);
}

.proInfo2 .wrap .content .matter .con3 .con3_matter .display .item:hover i{
    color: #fff;
}
.proInfo2 .wrap .content .matter .con3 .con3_matter .display .item:hover .p1{
    color: #fff;
}
.proInfo2 .wrap .content .matter .con3 .con3_matter .display .item:hover .dis p{
    color: #fff;
}
.proInfo2 .wrap .content .matter .con3 .con3_matter .display .item:hover .dis .more{
    color: #fff;
}

.proInfo2 .wrap .content .matter .con3 .con3_matter .display .item .img {
    width: 100%;
    height: 100%
}

.proInfo2 .wrap .content .matter .con3 .con3_matter .display .item .img img {
    width: 100%;
    height: 100%
}

.proInfo2 .wrap .content .matter .con3 .con3_matter .display .item .text {
    padding: 16px;
    width: 120%
}

.proInfo2 .wrap .content .matter .con3 .con3_matter .display .item i {
    font-size: 22px;
    color: var(--color);
    margin: 10px 0 20px 10px;
    transition: .6s ease;

    display: block
}

.proInfo2 .wrap .content .matter .con3 .con3_matter .display .item .p1 {
    font-size: 16px;
    color: #1F2937;
    transition: .6s ease;

    margin: 0 0 8px
}

.proInfo2 .wrap .content .matter .con3 .con3_matter .display .item .p2 {
    font-size: 14px;
    color: #4b5563;
    transition: .6s ease;
    margin: 0 0 12px
}

.proInfo2 .wrap .content .matter .con3 .con3_matter .display .item .dis {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.proInfo2 .wrap .content .matter .con3 .con3_matter .display .item .dis p {
    font-size: 14px;
    transition: .6s ease;

    color: #6b7280
}

.proInfo2 .wrap .content .matter .con3 .con3_matter .display .item .dis .more {
    font-size: 14px;
    transition: .6s ease;

    color: var(--color);
    font-weight: bold;
}

.proInfo2 .wrap .content .matter .con2 {
    margin: auto;
    padding: 0 0 30px
}

.proInfo2 .wrap .content .matter .con2 .con2_grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 24px
}

.proInfo2 .wrap .content .matter .con2 .con2_grid .item {
    width: 100%;
    border: 1px solid #E5E7EB;
    border-radius: var(--radius);
    background: #fff;
    overflow: hidden;
    transition: .3s
}

.proInfo2 .wrap .content .matter .con2 .con2_grid .item:hover {
    box-shadow: var(--shadow)
}

.proInfo2 .wrap .content .matter .con2 .con2_grid .item:hover .img img {
    transform: scale(1.05)
}

.proInfo2 .wrap .content .matter .con2 .con2_grid .item .img {
    width: 100%;
    height: 274px;
    overflow: hidden
}

.proInfo2 .wrap .content .matter .con2 .con2_grid .item .img img {
    width: 100%;
    height: 100%;
    transition: .3s
}

.proInfo2 .wrap .content .matter .con2 .con2_grid .item .text {
    padding: 16px
}

.proInfo2 .wrap .content .matter .con2 .con2_grid .item .text .p1 {
    font-size: 18px;
    font-weight: bold;
    color: #1F2937;
    margin: 0 0 8px
}

.proInfo2 .wrap .content .matter .con2 .con2_grid .item .text .p2 {
    font-size: 14px;
    color: #4b5563
}

.proInfo2 .wrap .content .matter .con2 .con2_cut {
    display: flex;
    gap: 8px;
    margin: 0 0 32px
}

.proInfo2 .wrap .content .matter .con2 .con_flex .flex_matter{
    display: none;
}
.proInfo2 .wrap .content .matter .con2 .con_flex .flex_matter.on{
    display: block;
    animation: yAnimate 1s ease forwards;
}

@keyframes yAnimate {
    0%{
        transform: translateY(20px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
.proInfo2 .wrap .content .matter .con2 .con2_cut .list {
    padding: 6px 16px;
    border-radius: var(--radius);
    background: #F3F4F6;
    font-size: 14px;
    color: #374151;
    font-weight: 500;
    transition: .3s ease;
    cursor: pointer
}

.proInfo2 .wrap .content .matter .con2 .con2_cut .list.on {
    background: var(--color);
    color: #fff
}

.proInfo2 .wrap .content .matter .con1 {
    margin: auto
}

.proInfo2 .wrap .content .matter .con1 .matt_list {
    margin: 0 0 32px
}

.proInfo2 .wrap .content .matter .con1 .matt_list .p1 {
    font-size: 20px;
    font-weight: bold;
    color: #1F2937;
    margin: 0 0 16px
}

.proInfo2 .wrap .content .matter .con1 .matt_list table {
    min-width: 100%
}

.proInfo2 .wrap .content .matter .con1 .matt_list table tr:first-child td:first-child {
    width: 19.333333%
}

.proInfo2 .wrap .content .matter .con1 .matt_list table tr:nth-child(2n) td {
    background: transparent
}

.proInfo2 .wrap .content .matter .con1 .matt_list table tr td {
    background: #F9FAFB;
    padding: 7px 16px;
    font-size: 16px;
    color: #4b5563
}

.proInfo2 .wrap .content .matter .con1 .matt_list table tr td:first-child {
    color: #374151;
    font-weight: 500
}



@media screen and (max-width: 1919px) {
    .pro_brand{
        margin: 3.3333333333vw 0px 0px;
        height: 2.7083333333vw;
    }
    .pro_brand .wrap{
        font-size: 0.7291666667vw;
        gap: 0.5208333333vw;
    }
    .pro_brand .wrap a{
        font-size: 0.7291666667vw;
    }
    .proInfo1{
        padding: 2.0833333333vw 0px;
    }
    .proInfo1 .wrap .r .title .p1{
        font-size: 1.5625vw;
        margin: 0px 0px 0.4166666667vw;
    }
    .proInfo1 .wrap .r .title .label{
        gap: 0.4166666667vw;
        margin: 0px 0px 0.8333333333vw;
    }
    .proInfo1 .wrap .r .title .label span{
        padding: 0.1041666667vw 0.5208333333vw;
        border-radius: 520.78125vw;
        font-size: 0.625vw;
    }
    .proInfo1 .wrap .r .title .text{
        font-size: 0.8333333333vw;
    }
    .proInfo1 .wrap .r .pick{
        margin: 1.25vw 0px 0.8333333333vw;
        font-size: 1.0416666667vw;
    }
    .proInfo1 .wrap .r .grid{
        gap: 0.8333333333vw;
    }
    .proInfo1 .wrap .r .grid .item{
        height: 6.9791666667vw;
        padding: 0.8333333333vw;
    }
    .proInfo1 .wrap .r .grid .item .circle{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        margin: 0px 0px 0.625vw;
    }
    .proInfo1 .wrap .r .grid .item .circle i{
        font-size: 0.8333333333vw;
    }
    .proInfo1 .wrap .r .grid .item .p1{
        font-size: 0.7291666667vw;
        margin: 0px 0px 0.2083333333vw;
    }
    .proInfo1 .wrap .r .grid .item .p2{
        font-size: 0.8333333333vw;
    }
    .proInfo1 .wrap .r .button{
        margin-top: 1.25vw;
        gap: 0.8333333333vw;
    }
    .proInfo1 .wrap .r .button .a1{
        width: 8.2291666667vw;
        height: 2.6041666667vw;
        gap: 0.46875vw;
    }
    .proInfo1 .wrap .r .button .a1 i, .proInfo1 .wrap .r .button .a1 p{
        font-size: 0.8333333333vw;
    }
    .proInfo1 .wrap .l .bigSwiper{
    }
    .proInfo1 .wrap .l .cut{
        margin: 0.8333333333vw 0px 0px;
        gap: 0.4166666667vw;
    }
    .proInfo1 .wrap .l .cut .x{
        gap: 0.4166666667vw;
    }
    .proInfo1 .wrap .l .cut .x .item{
        width: 7.1875vw;
        height: 7.1875vw;
    }
    .proInfo2{
        padding: 2.0833333333vw 0px;
    }
    .proInfo2 .wrap{
        border-radius: 0.4166666667vw;
    }
    .proInfo2 .wrap .cut .list{
        padding: 0.8333333333vw 1.25vw;
        font-size: 0.8333333333vw;
        border-bottom: 0.1041666667vw solid transparent;
    }
    .proInfo2 .wrap .cut .list.on{
        border-bottom: 0.1041666667vw solid var(--color);
    }
    .proInfo2 .wrap .content{
        padding: 1.25vw;
    }
    .proInfo2 .wrap .content .matter .title{
        font-size: 1.25vw;
        margin: 0px 0px 1.25vw;
    }
    .proInfo2 .wrap .content .matter .con4{
        padding: 1.5625vw 0px;
        gap: 1.6666666667vw;
    }
    .proInfo2 .wrap .content .matter .con4 .item{
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0.2083333333vw 0.3125vw -1px, rgba(0, 0, 0, 0.1) 0px 0.1041666667vw 0.2083333333vw -0.1041666667vw;
    }
    .proInfo2 .wrap .content .matter .con4 .item .img{
        height: 11.6666666667vw;
    }
    .proInfo2 .wrap .content .matter .con4 .item .text{
        padding: 1.25vw;
    }
    .proInfo2 .wrap .content .matter .con4 .item .text .headline{
        margin: 0px 0px 0.8333333333vw;
    }
    .proInfo2 .wrap .content .matter .con4 .item .text .headline .p1{
        font-size: 1.0416666667vw;
    }
    .proInfo2 .wrap .content .matter .con4 .item .text .headline .label{
        padding: 0.2083333333vw 0.625vw;
        border-radius: 520.78125vw;
        font-size: 0.7291666667vw;
    }
    .proInfo2 .wrap .content .matter .con4 .item .text .p2{
        font-size: 0.8333333333vw;
        margin: 0px 0px 0.8333333333vw;
    }
    .proInfo2 .wrap .content .matter .con4 .item .text .more p{
        font-size: 0.8333333333vw;
    }
    .proInfo2 .wrap .content .matter .con4 .item .text .more i{
        font-size: 0.8333333333vw;
        margin-left: 0.2083333333vw;
    }
    .proInfo2 .wrap .content .matter .con3{
        padding: 0;
    }
    .proInfo2 .wrap .content .matter .con3 .con3_matter:not(:last-child){
        margin: 0px 0px 1.5625vw;
    }
    .proInfo2 .wrap .content .matter .con3 .con3_matter .headline{
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.8333333333vw;
    }
    .proInfo2 .wrap .content .matter .con3 .con3_matter .display{
        gap: 0.8333333333vw;
    }
    .proInfo2 .wrap .content .matter .con3 .con3_matter .display .item .text{
        padding: 0.8333333333vw;
    }
    .proInfo2 .wrap .content .matter .con3 .con3_matter .display .item i{
        font-size: 1.1458333333vw;
        margin: 0.5208333333vw 0px 1.0416666667vw 0.5208333333vw;
    }
    .proInfo2 .wrap .content .matter .con3 .con3_matter .display .item .p1{
        font-size: 0.8333333333vw;
        margin: 0px 0px 0.4166666667vw;
    }
    .proInfo2 .wrap .content .matter .con3 .con3_matter .display .item .p2{
        font-size: 0.7291666667vw;
        margin: 0px 0px 0.625vw;
    }
    .proInfo2 .wrap .content .matter .con3 .con3_matter .display .item .dis p{
        font-size: 0.7291666667vw;
    }
    .proInfo2 .wrap .content .matter .con3 .con3_matter .display .item .dis .more{
        font-size: 0.7291666667vw;
    }
    .proInfo2 .wrap .content .matter .con2{
        padding: 0px 0px 1.5625vw;
    }
    .proInfo2 .wrap .content .matter .con2 .con2_grid{
        gap: 1.25vw;
    }
    .proInfo2 .wrap .content .matter .con2 .con2_grid .item .img{
        height: 14.2708333333vw;
    }
    .proInfo2 .wrap .content .matter .con2 .con2_grid .item .text{
        padding: 0.8333333333vw;
    }
    .proInfo2 .wrap .content .matter .con2 .con2_grid .item .text .p1{
        font-size: 0.9375vw;
        margin: 0px 0px 0.4166666667vw;
    }
    .proInfo2 .wrap .content .matter .con2 .con2_grid .item .text .p2{
        font-size: 0.7291666667vw;
    }
    .proInfo2 .wrap .content .matter .con2 .con2_cut{
        gap: 0.4166666667vw;
        margin: 0px 0px 1.6666666667vw;
    }
    .proInfo2 .wrap .content .matter .con2 .con2_cut .list{
        padding: 0.3125vw 0.8333333333vw;
        font-size: 0.7291666667vw;
    }
    .proInfo2 .wrap .content .matter .con1 .matt_list{
        margin: 0px 0px 1.6666666667vw;
    }
    .proInfo2 .wrap .content .matter .con1 .matt_list .p1{
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.8333333333vw;
    }
    .proInfo2 .wrap .content .matter .con1 .matt_list table tr td{
        padding: 0.3645833333vw 0.8333333333vw;
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .pro_brand{
        margin: 60px 0 0 0;
        height: 55px;
    }
    .pro_brand .wrap a{
        font-size: 12px;
    }
    .pro_brand .wrap{
        font-size: 12px;
        gap: 8px;
        flex-wrap: wrap;
    }
    .proInfo1{
        padding: 30px 0;
    }
    .proInfo1 .wrap{
        flex-direction: column;
    }
    .proInfo1 .wrap .l{
        width: 100%;
    }
    .proInfo1 .wrap .l .bigSwiper{
        height: auto;
    }
    .proInfo1 .wrap .l .cut{
        margin: 20px 0 0 0;
        gap: 10px;
    }
    .proInfo1 .wrap .l .cut .x .item{
        width: 70px;
        height: 70px;
    }
    .proInfo1 .wrap .l .cut .x{
        gap: 10px;
    }
    .proInfo1 .wrap .r{
        width: 100%;
        margin: 30px 0 0 0;
    }
    .proInfo1 .wrap .r .title .p1{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .proInfo1 .wrap .r .title .label {
        gap: 8px;
        margin: 0 0 16px;
    }
    .proInfo1 .wrap .r .title .label span {
        padding: 2px 10px;
        border-radius: 9999px;
        font-size: 12px;
    }
    .proInfo1 .wrap .r .title .text{
        font-size: 13px;
        line-height: 22px;
    }

    .proInfo1 .wrap .r .pick{
        margin: 20px 0;
        font-size: 16px;
    }
    .proInfo1 .wrap .r .grid{
        gap: 10px;
        grid-template-columns: repeat(2,1fr);
    }
    .proInfo1 .wrap .r .grid .item{
        height: auto;
        padding: 16px;
    }
    .proInfo1 .wrap .r .grid .item .circle{
        width: 40px;
        height: 40px;
        margin: 0 0 15px;
    }
    .proInfo1 .wrap .r .grid .item .p1{
        font-size: 16px;
        margin: 0 0 7px;
    }
    .proInfo1 .wrap .r .grid .item .p2{
        font-size: 12px;
    }
    .proInfo1 .wrap .r .button{
        margin-top: 20px;
        gap: 10px;
    }
    .proInfo1 .wrap .r .button .a1{
        width: fit-content;
        height: 45px;
        gap: 10px;
        padding: 0 20px;
    }
    .proInfo1 .wrap .r .button .a1 i, .proInfo1 .wrap .r .button .a1 p{
        font-size: 13px;
    }
    .proInfo1 .wrap .r .button .a1 i, .proInfo1 .wrap .r .button .a1 p{
        font-size: 13px;
    }
    .proInfo2{
        padding: 40px 0;
    }
    .proInfo2 .wrap .cut{
        flex-wrap: wrap;
    }
    .proInfo2 .wrap .cut .list {
        padding: 15px 15px;
        font-size: 12px;
        border-bottom: 2px solid transparent;
    }
    .proInfo2 .wrap .cut .list.on{
        border-bottom: 2px solid var(--color);
    }
    .proInfo2 .wrap .content{
        padding: 12px;
    }
    .proInfo2 .wrap .content .matter .con1 .matt_list .p1{
        font-size: 16px;
        margin: 0 0 15px;
    }
    .proInfo2 .wrap .content .matter .con1 .matt_list table tr td {
        padding: 8px 10px;

        font-size: 12px;
    }
    .proInfo2 .wrap .content .matter .con1 .matt_list table tr:first-child td:first-child {
        width: 42.333333%;
    }
    .proInfo2 .wrap .content .matter .con1 .matt_list{
        margin: 0 0 20px;
    }
    .proInfo2 .wrap .content .matter .con3 .con3_matter .headline{
        font-size: 16px;
        margin: 0 0 15px;
    }
    .proInfo2 .wrap .content .matter .con3 .con3_matter .display{
        gap: 10px;
        grid-template-columns: repeat(1,1fr);
    }
    .proInfo2 .wrap .content .matter .con3 .con3_matter .display.grid4{
        grid-template-columns: repeat(1,1fr);
    }
    .proInfo2 .wrap .content .matter .con3 .con3_matter .display .item .text{
        padding: 12px;

    }
    .proInfo2 .wrap .content .matter .con3 .con3_matter .display .item i{
        font-size: 22px;
        margin: 10px 0 20px 0;
    }
    .proInfo2 .wrap .content .matter .con3 .con3_matter .display .item .p1{
        font-size: 16px;
        margin: 0 0 7px;
    }
    .proInfo2 .wrap .content .matter .con3 .con3_matter .display .item .dis p{
        font-size: 12px;
    }
    .proInfo2 .wrap .content .matter .con3 .con3_matter .display .item .dis .more{
        font-size: 13px;
    }
    .proInfo2 .wrap .content .matter .con3 .con3_matter:not(:last-child){
        margin: 0 0 25px;
    }
    .proInfo2 .wrap .content .matter .con3 .con3_matter .display .item .p2{
        font-size: 13px;
        margin: 0 0 15px;
    }
    .proInfo2 .wrap .content .matter .con2 .con2_cut{
        gap: 7px;
        margin: 0 0 30px;
        flex-wrap: wrap;
    }
    .proInfo2 .wrap .content .matter .con2 .con2_cut .list {
        padding: 6px 15px;
        font-size: 13px;
    }
    .proInfo2 .wrap .content .matter .con2 .con2_grid{
        gap: 20px;
        grid-template-columns: repeat(1,1fr);
    }
    .proInfo2 .wrap .content .matter .con2 .con2_grid .item .img{
        height: auto;
    }
    .proInfo2 .wrap .content .matter .con2 .con2_grid .item .text{
        padding: 12px;
    }
    .proInfo2 .wrap .content .matter .con2 .con2_grid .item .text .p2{
        font-size: 13px;
    }
    .proInfo2 .wrap .content .matter .con4{
        gap: 20px;
        padding: 12px;
        grid-template-columns: repeat(1,1fr);
    }
    .proInfo2 .wrap .content .matter .con4 .item {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    }
    .proInfo2 .wrap .content .matter .con4 .item .img{
        height: auto;
    }
    .proInfo2 .wrap .content .matter .con4 .item .text{
        padding: 12px;
    }
    .proInfo2 .wrap .content .matter .con4 .item .text .headline .p1{
        font-size: 16px;
        width: 100%;
    }
    .proInfo2 .wrap .content .matter .con4 .item .text .headline{
        margin: 0 0 10px;
        flex-direction: column;
        align-items: unset;
        gap: 10px;
    }
    .proInfo2 .wrap .content .matter .con4 .item .text .headline .label{
        padding: 4px 10px;
        border-radius: 30px;
        font-size: 12px;
        width: fit-content;
    }
    .proInfo2 .wrap .content .matter .con4 .item .text .more{
        align-items: center;
        gap: 6px;
    }
    .proInfo2 .wrap .content .matter .con4 .item .text .more p, .proInfo2 .wrap .content .matter .con4 .item .text .more i{
        font-size: 12px;
    }
    .proInfo2 .wrap .content .matter .con4 .item .text .more i{
        position: relative;
        top: 1px;
    }


}
