.cursor {
    width: 120px;
    height: 120px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    border-radius: 50%;
    pointer-events: none;
    backface-visibility: hidden;
}

.cursor .jump {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #DD562E;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.cursor .jump .rote {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 12s roteAnimate infinite linear;
}

.cursor .jump .iconfont {
    font-size: 20px;
    color: #fff;
}

.cursor .jump.on {
    transform: scale(1);
}

.common_breadline {
    padding: 120px 0 0 0;
    background: #333333;
    height: auto;
}

.common_breadline .wrap {
    border: none;
}

.common_breadline .wrap .l a, .common_breadline .wrap .l .iconfont {
    color: #888888 !important;
    transition: .6s;
}

.common_breadline .wrap .l a:hover {
    color: #fff !important;
}

.proInfo {
    padding: 89px 0 162px 0;
    background: #333333;
    position: relative;
    z-index: 1;
}

.proInfo .circle_ {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    animation: spin 6s infinite linear;
    transform-origin: 50% 45%;
    transition: .6s ease;
}

.proInfo .circle_.circle1 {
    width: 650px;
    height: 650px;
    top: 25%;
    left: -15px;
}

.proInfo .circle_.circle2 {
    width: 1405px;
    height: 1405px;
    top: -50px;
    left: -30px;
    animation: spin2 6s infinite linear;
}

.proInfo .circle_.circle3 {
    width: 880px;
    height: 880px;
    left: 450px;
    bottom: -600px;
}

.proInfo .circle_.circle4 {
    width: 1070px;
    height: 1070px;
    bottom: -200px;
    right: -600px;
    animation: spin2 6s infinite linear;
}

.proInfo .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.proInfo .wrap {
    width: 1480px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.proInfo .wrap .img {
    margin: 0 0 0 120px;
    width: 310px;
    height: 576px;
}

.proInfo .wrap .img img {
    width: 100%;
}

.proInfo .wrap .content {
    width: 740px;
    background: #272727;
    box-shadow: 0px 0px 14px 0px rgba(16, 16, 16, 0.06);
    border-radius: 23px;
    padding: 69px 83px 73px 83px;
}

.proInfo .wrap .content h1 {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    margin: 0 0 28px;
}

.proInfo .wrap .content h5 {
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    margin: 0 0 83px;
}

.proInfo .wrap .content .text {
    font-weight: 300;
    font-size: 18px;
    color: #888888;
    margin: 0 0 74px;
}

.proInfo .wrap .content .color {
    margin: 0 0 57px;
}

.proInfo .wrap .content .color p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.proInfo .wrap .content .color .dis {
    margin: 25px 0 0 0;
    display: flex;
}

.proInfo .wrap .content .color .dis .circle {
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #DD562E;
  cursor: pointer;
}

.proInfo .wrap .content .color .dis .circle:first-child {
    background: #161819;
    margin: 0 30px 0 0;
}

.proInfo .wrap .content .down {
    width: 250px;
    height: 64px;
    background: #ECECEC;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
}

.proInfo .wrap .content .down p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin: 0 16px 0 0;
    transition: .6s ease;
}

.proInfo .wrap .content .down .iconfont {
    font-size: 16px;
    color: #000;
    transition: .6s ease;
}

.proInfo .wrap .content .down:hover {
    background: #DD562E;
}

.proInfo .wrap .content .down:hover p {
    color: #FFFFFF;
}

.proInfo .wrap .content .down:hover .iconfont {
    color: #FFFFFF;
}

.proInfo2 {
    padding: 0 0 79px;
}


.proInfo2 .content img{
    height: auto;
}
.proInfo2 .wrap {
    width: 1480px;
    margin: auto;
}

.proInfo2 .wrap .cut {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0 0 52px;
}

.proInfo2 .wrap .cut:after {
    content: '';
    width: 100vw;
    height: 1px;
    background: #2E2E2E;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    position: absolute;
}

.proInfo2 .wrap .cut .list {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    cursor: pointer;
    transition: .6s ease;
}

.proInfo2 .wrap .cut .list:hover, .proInfo2 .wrap .cut .list.on {
    color: #DD562E;
}

.proInfo2 .wrap .con_title {
    display: flex;
    align-items: center;
    margin: 0 0 60px;
}

.proInfo2 .wrap .con_title img {
    width: 28px;
    height: 28px;
    margin: 0 14px 0 0;
}

.proInfo2 .wrap .con_title p {
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
}

.proInfo2 .wrap .con_text {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    margin: 12px 0 0 0;
}

.proInfo2 .wrap .content:not(:last-child) {
    margin: 0 0 140px;
}

.proInfo2 .wrap .content .white {
    background: #F9F9F9;
    border-radius: 10px;
    margin: 41px 0 0 0;
}

.proInfo2 .wrap .white_content {
    margin: 0 0 50px !important;
}

.proInfo2 .wrap .content1 .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px 110px;
}

.proInfo2 .wrap .content1 .grid .item {
    width: 100%;
    height: 350px;
    box-shadow: 0px 0px 14px 0px rgba(16, 16, 16, 0.08);
    border-radius: 12px;
    padding: 50px 52px 50px 52px;
    background: #272727;
    cursor: pointer;
    transition: .6s ease;
}

.proInfo2 .wrap .content1 .grid .item .icon {
    width: 47px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 26px;
    position: relative;
    transition: .6s ease;
}

.proInfo2 .wrap .content1 .grid .item .icon p {
    font-weight: 900;
    font-size: 12px;
    color: #DD5831;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.proInfo2 .wrap .content1 .grid .item h1 {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 32px;
}

.proInfo2 .wrap .content1 .grid .item .text {
    font-weight: 300;
    font-size: 16px;
    color: #888888;
    line-height: 24px;
    transition: .6s ease;
}

.proInfo2 .wrap .content1 .grid .item:hover {
    background: #DD562E;
}

.proInfo2 .wrap .content1 .grid .item:hover .icon {
    filter: brightness(0) invert(1);
}

.proInfo2 .wrap .content1 .grid .item:hover .text {
    color: #FFFFFF;
}

.proInfo2 .wrap .content2 table {
    width: 100%;
}

.proInfo2 .wrap .content2 table:not(:first-child) {
    margin: 70px 0 0 0;
}

.proInfo2 .wrap .content2 table tr td, .proInfo2 .wrap .content2 table tr th {
    height: 48px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.proInfo2 .wrap .content2 table tr td:first-child, .proInfo2 .wrap .content2 table tr th:first-child {
    width: 34%;
    padding: 0 0 0 30px;
}

.proInfo2 .wrap .content2 table tr td .dis, .proInfo2 .wrap .content2 table tr th .dis {
    display: flex;
}

.proInfo2 .wrap .content2 table tr td .dis .list, .proInfo2 .wrap .content2 table tr th .dis .list {
    display: flex;
    align-items: center;
}

.proInfo2 .wrap .content2 table tr td .dis .list:not(:last-child), .proInfo2 .wrap .content2 table tr th .dis .list:not(:last-child) {
    margin: 0 10px 0 0;
}

.proInfo2 .wrap .content2 table tr td .dis .list .circle, .proInfo2 .wrap .content2 table tr th .dis .list .circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 7px 0 0;
}

.proInfo2 .wrap .content2 table tr th {
    font-size: 24px;
}

.proInfo2 .wrap .content2 table tr:first-child th:first-child {
    text-align: left;
}

.proInfo2 .wrap .content2 table tr:nth-child(2n) td {
    background: #383838;
}

.proInfo2 .wrap .content2 .text {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    margin: 28px 0 0 0;
}

.proInfo2 .wrap .content3 .con_title {
    margin: 0;
}

.proInfo2 .wrap .content4 .grid {
    width: 100%;
}

.proInfo2 .wrap .content4 .grid .productSwiper {
    width: 100%;
}

.proInfo2 .wrap .content4 .grid .productSwiper .item {
    width: 100%;
    display: block;
    border-radius: 12px;
    transition: .6s ease;
    padding: 58px 0 38px 0;
    position: relative;
    z-index: 1;
}

.proInfo2 .wrap .content4 .grid .productSwiper .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #272727;
    z-index: -1;
    opacity: 0;
    transform: scale(0.98);
    transition: .6s ease;
}

.proInfo2 .wrap .content4 .grid .productSwiper .item .img {
    width: 212px;
    height: 321px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 48px;
}

.proInfo2 .wrap .content4 .grid .productSwiper .item .img img {
    transition: .6s ease;
}

.proInfo2 .wrap .content4 .grid .productSwiper .item .text {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    transition: .6s ease;
    opacity: 0;
}

.proInfo2 .wrap .content4 .grid .productSwiper .item:hover:after {
    transform: scale(1);
    opacity: 1;
}

.proInfo2 .wrap .content4 .grid .productSwiper .item:hover .text {
    color: #DD562E;
    opacity: 1;
}

.proInfo2 .wrap .content4 .grid .productSwiper .item:hover .img img {
    transform: scale(0.98);
}
@media screen and (max-width: 1920px) {
    .cursor {
        width: 6.25vw;
        height: 6.25vw;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        border-radius: 50%;
        pointer-events: none;
        backface-visibility: hidden;
    }

    .cursor .jump {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #DD562E;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: scale(0);
        transition: 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    }

    .cursor .jump .rote {
        position: absolute;
        width: 5.2083333333vw;
        height: 5.2083333333vw;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: 12s roteAnimate infinite linear;
    }

    .cursor .jump .iconfont {
        font-size: 1.0416666667vw;
        color: #fff;
    }

    .cursor .jump.on {
        transform: scale(1);
    }

    .common_breadline {
        padding: 6.25vw 0 0 0;
        background: #333333;
        height: auto;
    }

    .common_breadline .wrap {
        border: none;
    }

    .common_breadline .wrap .l a, .common_breadline .wrap .l .iconfont {
        color: #888888 !important;
        transition: .6s;
    }

    .common_breadline .wrap .l a:hover {
        color: #fff !important;
    }

    .proInfo {
        padding: 4.6354166667vw 0 8.4375vw 0;
        background: #333333;
        position: relative;
        z-index: 1;
    }

    .proInfo .circle_ {
        position: absolute;
        border: 0.0520833333vw solid rgba(255, 255, 255, 0.08);
        border-radius: 50%;
        pointer-events: none;
        z-index: 1;
        animation: spin 6s infinite linear;
        transform-origin: 50% 45%;
        transition: .6s ease;
    }

    .proInfo .circle_.circle1 {
        width: 33.8541666667vw;
        height: 33.8541666667vw;
        top: 25%;
        left: -0.78125vw;
    }

    .proInfo .circle_.circle2 {
        width: 73.1770833333vw;
        height: 73.1770833333vw;
        top: -2.6041666667vw;
        left: -1.5625vw;
        animation: spin2 6s infinite linear;
    }

    .proInfo .circle_.circle3 {
        width: 45.8333333333vw;
        height: 45.8333333333vw;
        left: 23.4375vw;
        bottom: -31.25vw;
    }

    .proInfo .circle_.circle4 {
        width: 55.7291666667vw;
        height: 55.7291666667vw;
        bottom: -10.4166666667vw;
        right: -31.25vw;
        animation: spin2 6s infinite linear;
    }

    .proInfo .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .proInfo .wrap {
        width: 77.0833333333vw;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        z-index: 2;
    }

    .proInfo .wrap .img {
        margin: 0 0 0 6.25vw;
        width: 16.1458333333vw;
        height: 30vw;
    }

    .proInfo .wrap .img img {
        width: 100%;
    }

    .proInfo .wrap .content {
        width: 38.5416666667vw;
        background: #272727;
        box-shadow: 0px 0px 14px 0px rgba(16, 16, 16, 0.06);
        border-radius: 1.1979166667vw;
        padding: 3.59375vw 4.3229166667vw 3.8020833333vw 4.3229166667vw;
    }

    .proInfo .wrap .content h1 {
        font-family: 'Gilroy', sans-serif;
        font-weight: bold;
        font-size: 3.125vw;
        color: #FFFFFF;
        margin: 0 0 1.4583333333vw;
    }

    .proInfo .wrap .content h5 {
        font-weight: 400;
        font-size: 1.1458333333vw;
        color: #FFFFFF;
        margin: 0 0 4.3229166667vw;
    }

    .proInfo .wrap .content .text {
        font-weight: 300;
        font-size: 0.9375vw;
        color: #888888;
        margin: 0 0 3.8541666667vw;
    }

    .proInfo .wrap .content .color {
        margin: 0 0 2.96875vw;
    }

    .proInfo .wrap .content .color p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #FFFFFF;
    }

    .proInfo .wrap .content .color .dis {
        margin: 1.3020833333vw 0 0 0;
        display: flex;
    }

    .proInfo .wrap .content .color .dis .circle {
        width: 2.34375vw;
        height: 2.34375vw;
        background: #FFFFFF;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.0416666667vw;
        color: #DD562E;
        cursor: pointer;
    }

    .proInfo .wrap .content .color .dis .circle:first-child {
        background: #161819;
        margin: 0 1.5625vw 0 0;
    }

    .proInfo .wrap .content .down {
        width: 13.0208333333vw;
        height: 3.3333333333vw;
        background: #ECECEC;
        border-radius: 1.6666666667vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .6s ease;
    }

    .proInfo .wrap .content .down p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #333333;
        margin: 0 0.8333333333vw 0 0;
        transition: .6s ease;
    }

    .proInfo .wrap .content .down .iconfont {
        font-size: 0.8333333333vw;
        color: #000;
        transition: .6s ease;
    }

    .proInfo .wrap .content .down:hover {
        background: #DD562E;
    }

    .proInfo .wrap .content .down:hover p {
        color: #FFFFFF;
    }

    .proInfo .wrap .content .down:hover .iconfont {
        color: #FFFFFF;
    }

    .proInfo2 {
        padding: 0 0 4.1145833333vw;
    }

    .proInfo2 .wrap {
        width: 77.0833333333vw;
        margin: auto;
    }

    .proInfo2 .wrap .cut {
        height: 4.6875vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        margin: 0 0 2.7083333333vw;
    }

    .proInfo2 .wrap .cut:after {
        content: '';
        width: 100vw;
        height: 0.0520833333vw;
        background: #2E2E2E;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        position: absolute;
    }

    .proInfo2 .wrap .cut .list {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #888888;
        cursor: pointer;
        transition: .6s ease;
    }

    .proInfo2 .wrap .cut .list:hover, .proInfo2 .wrap .cut .list.on {
        color: #DD562E;
    }

    .proInfo2 .wrap .con_title {
        display: flex;
        align-items: center;
        margin: 0 0 3.125vw;
    }

    .proInfo2 .wrap .con_title img {
        width: 1.4583333333vw;
        height: 1.4583333333vw;
        margin: 0 0.7291666667vw 0 0;
    }

    .proInfo2 .wrap .con_title p {
        font-weight: 500;
        font-size: 1.6666666667vw;
        color: #FFFFFF;
    }

    .proInfo2 .wrap .con_text {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #888888;
        margin: 0.625vw 0 0 0;
    }

    .proInfo2 .wrap .content:not(:last-child) {
        margin: 0 0 7.2916666667vw;
    }

    .proInfo2 .wrap .content .white {
        background: #F9F9F9;
        border-radius: 0.5208333333vw;
        margin: 2.1354166667vw 0 0 0;
    }

    .proInfo2 .wrap .white_content {
        margin: 0 0 2.6041666667vw !important;
    }

    .proInfo2 .wrap .content1 .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 3.125vw 5.7291666667vw;
    }

    .proInfo2 .wrap .content1 .grid .item {
        width: 100%;
        height: 18.2291666667vw;
        box-shadow: 0px 0px 14px 0px rgba(16, 16, 16, 0.08);
        border-radius: 0.625vw;
        padding: 2.6041666667vw 2.7083333333vw 2.6041666667vw 2.7083333333vw;
        background: #272727;
        cursor: pointer;
        transition: .6s ease;
    }

    .proInfo2 .wrap .content1 .grid .item .icon {
        width: 2.4479166667vw;
        height: 2.2916666667vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 1.3541666667vw;
        position: relative;
        transition: .6s ease;
    }

    .proInfo2 .wrap .content1 .grid .item .icon p {
        font-weight: 900;
        font-size: 0.625vw;
        color: #DD5831;
        position: absolute;
        top: 42%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .proInfo2 .wrap .content1 .grid .item h1 {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #FFFFFF;
        margin: 0 0 1.6666666667vw;
    }

    .proInfo2 .wrap .content1 .grid .item .text {
        font-weight: 300;
        font-size: 0.8333333333vw;
        color: #888888;
        line-height: 1.25vw;
        transition: .6s ease;
    }

    .proInfo2 .wrap .content1 .grid .item:hover {
        background: #DD562E;
    }

    .proInfo2 .wrap .content1 .grid .item:hover .icon {
        filter: brightness(0) invert(1);
    }

    .proInfo2 .wrap .content1 .grid .item:hover .text {
        color: #FFFFFF;
    }

    .proInfo2 .wrap .content2 table {
        width: 100%;
    }

    .proInfo2 .wrap .content2 table:not(:first-child) {
        margin: 3.6458333333vw 0 0 0;
    }

    .proInfo2 .wrap .content2 table tr td, .proInfo2 .wrap .content2 table tr th {
        height: 2.5vw;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #FFFFFF;
    }

    .proInfo2 .wrap .content2 table tr td:first-child, .proInfo2 .wrap .content2 table tr th:first-child {
        width: 34%;
        padding: 0 0 0 1.5625vw;
    }

    .proInfo2 .wrap .content2 table tr td .dis, .proInfo2 .wrap .content2 table tr th .dis {
        display: flex;
    }

    .proInfo2 .wrap .content2 table tr td .dis .list, .proInfo2 .wrap .content2 table tr th .dis .list {
        display: flex;
        align-items: center;
    }

    .proInfo2 .wrap .content2 table tr td .dis .list:not(:last-child), .proInfo2 .wrap .content2 table tr th .dis .list:not(:last-child) {
        margin: 0 0.5208333333vw 0 0;
    }

    .proInfo2 .wrap .content2 table tr td .dis .list .circle, .proInfo2 .wrap .content2 table tr th .dis .list .circle {
        width: 0.625vw;
        height: 0.625vw;
        border-radius: 50%;
        margin: 0 0.3645833333vw 0 0;
    }

    .proInfo2 .wrap .content2 table tr th {
        font-size: 1.25vw;
    }

    .proInfo2 .wrap .content2 table tr:first-child th:first-child {
        text-align: left;
    }

    .proInfo2 .wrap .content2 table tr:nth-child(2n) td {
        background: #383838;
    }

    .proInfo2 .wrap .content2 .text {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #FFFFFF;
        line-height: 1.6666666667vw;
        margin: 1.4583333333vw 0 0 0;
    }

    .proInfo2 .wrap .content3 .con_title {
        margin: 0;
    }

    .proInfo2 .wrap .content4 .grid {
        width: 100%;
    }

    .proInfo2 .wrap .content4 .grid .productSwiper {
        width: 100%;
    }

    .proInfo2 .wrap .content4 .grid .productSwiper .item {
        width: 100%;
        display: block;
        border-radius: 0.625vw;
        transition: .6s ease;
        padding: 3.0208333333vw 0 1.9791666667vw 0;
        position: relative;
        z-index: 1;
    }

    .proInfo2 .wrap .content4 .grid .productSwiper .item:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #272727;
        z-index: -1;
        opacity: 0;
        transform: scale(0.98);
        transition: .6s ease;
    }

    .proInfo2 .wrap .content4 .grid .productSwiper .item .img {
        width: 11.0416666667vw;
        height: 16.71875vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 2.5vw;
    }

    .proInfo2 .wrap .content4 .grid .productSwiper .item .img img {
        transition: .6s ease;
    }

    .proInfo2 .wrap .content4 .grid .productSwiper .item .text {
        font-weight: 500;
        font-size: 0.9375vw;
        color: #FFFFFF;
        text-align: center;
        transition: .6s ease;
        opacity: 0;
    }

    .proInfo2 .wrap .content4 .grid .productSwiper .item:hover:after {
        transform: scale(1);
        opacity: 1;
    }

    .proInfo2 .wrap .content4 .grid .productSwiper .item:hover .text {
        color: #DD562E;
        opacity: 1;
    }

    .proInfo2 .wrap .content4 .grid .productSwiper .item:hover .img img {
        transform: scale(0.98);
    }
}

@media screen and (max-width: 1024px) {
    .common_breadline {
        padding: 60px 0 0 0;
        background: #333333;
        height: auto;
    }
    .common_breadline .wrap .l a {
        font-size: 13px;
    }
    .proInfo {
        padding: 24px 0 25px 0;
    }
    .proInfo .wrap{
        width: 90%;
        flex-direction: column;
    }
    .proInfo .wrap .img {
        margin: 0 0 25px;
        width: 66%;
        height: auto;
    }

    .proInfo .wrap .content {
        width: 100%;
        background: #272727;
        box-shadow: 0px 0px 14px 0px rgba(16, 16, 16, 0.06);
        border-radius: 10px;
        padding: 15px;
    }
    .proInfo .wrap .content h1 {
        font-size: 24px;
        margin: 0 0 5px;
    }
    .proInfo .wrap .content h5 {
        font-size: 14px;
        margin: 0 0 10px;
    }
    .proInfo .wrap .content .text {
        font-size: 14px;
        margin: 0 0 25px;
    }
    .proInfo .wrap .content .color p {
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
    }
    .proInfo .wrap .content .color .dis {
        margin: 8px 0 0 0;
        display: flex;
    }
    .proInfo .wrap .content .color {
        margin: 0 0 15px;
    }
    .proInfo .wrap .content .color .dis .circle {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .proInfo .wrap .content .down {
        width: 206px;
        height: 56px;
        border-radius: 30px;
    }
    .proInfo .wrap .content .down p {
        font-size: 14px;
        margin: 0 16px 0 0;
    }
    .proInfo .wrap .content .down .iconfont {
        font-size: 16px;
    }

    .proInfo2 .wrap .cut {
        height: auto;
        margin: 0 0 20px;
        flex-wrap: wrap;
        justify-content: unset;
        padding: 10px 0 0 0;
    }
    .proInfo2 .wrap .cut .list {
        font-size: 14px;
        margin: 0 10px 10px 0;
    }
    .proInfo2 .wrap{
        width: 90%;
    }
    .proInfo2 .wrap .con_title {
        margin: 0 0 15px;
    }
    .proInfo2 .wrap .con_title img {
        width: 20px;
        height: 20px;
        margin: 0 12px 0 0;
    }
    .proInfo2 .wrap .con_title p {
        font-size: 22px;
    }
    .proInfo2 .wrap .content1 .grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
    }
    .proInfo2 .wrap .content1 .grid .item {
        height: auto;
        box-shadow: 0px 0px 14px 0px rgba(16, 16, 16, 0.08);
        padding: 15px 5%;
    }
    .proInfo2 .wrap .content1 .grid .item .icon {
        width: 47px;
        height: 44px;
        margin: 0 0 10px;
    }
    .proInfo2 .wrap .content1 .grid .item h1 {
        font-size: 16px;
        margin: 0 0 15px;
    }
    .proInfo2 .wrap .content1 .grid .item .text {
        font-size: 14px;
        line-height: 1.8;
    }

    .proInfo2 .wrap .content2 .text {
        font-size: 14px;
        line-height: 1.8;
        margin: 12px 0 0 0;
    }

    .proInfo2 .wrap .content2 table{
        width: 100%;
        display: block;
        overflow: hidden;
        overflow-x: scroll;
    }
    .proInfo2 .wrap .content2 table tbody{
        width: max-content;
        display: inline-table;
    }
    .proInfo2 .wrap .content2 table tr td, .proInfo2 .wrap .content2 table tr th {
        height: auto;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        padding: 10px!important;
    }

}
