.sec1 {
    padding: 137px 0 95px;
    background: #F7F6F4;
}

.sec1 .wrap .back {
    margin-bottom: 50px;
}

.sec1 .wrap .back a {
    transform: translateX(-100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 50px;
    background: #F4F2F0;
    border-radius: 26px;
    gap: 0 13px;
    transition: 0.6s;
}

.sec1 .wrap .back a .iconfont {
    font-size: 16px;
    transition: 0.6s;
    color: #F7BD23;
}

.sec1 .wrap .back a p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    transition: 0.6s;
}

.sec1 .wrap .back a:hover {
    background: #F7BD23;
}

.sec1 .wrap .back a:hover p, .sec1 .wrap .back a:hover .iconfont {
    color: #FFFFFF;
}

.sec1 .wrap .proInfo_box {
    padding: 46px 60px 44px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec1 .wrap .proInfo_box .sec1_swiper {
    width: 680px;
    height: 550px;
    padding: 20px 60px 49px;
    border-right: 1px solid #EFEEEC;
}

.sec1 .wrap .proInfo_box .sec1_swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .wrap .proInfo_box .sec1_swiper .swiper-pagination {
    bottom: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
}

.sec1 .wrap .proInfo_box .sec1_swiper .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 9px;
    height: 9px;
    background: #E1DED6;
    margin: 0;
    opacity: 1;
}

.sec1 .wrap .proInfo_box .sec1_swiper .swiper-pagination .swiper-pagination-bullet:hover, .sec1 .wrap .proInfo_box .sec1_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F7BD23;
}

.sec1 .wrap .proInfo_box .r {
    width: 622px;
}

.sec1 .wrap .proInfo_box .r .r_title {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    margin-bottom: 20px;
}

.sec1 .wrap .proInfo_box .r .r_text {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin: 0 0 80px;
    line-height: 30px;
}

.sec1 .wrap .proInfo_box .r .r_table .row {
    display: flex;
}

.sec1 .wrap .proInfo_box .r .r_table .row h5 {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 36px;
}

.sec1 .wrap .proInfo_box .r .r_table .row p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 36px;
}

.sec1 .wrap .proInfo_box .r .r_shares {
    display: flex;
    gap: 0 8px;
}

.sec1 .wrap .proInfo_box .r .r_shares a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #F7F6F4;
    border-radius: 50%;
    transition: 0.6s;
}

.sec1 .wrap .proInfo_box .r .r_shares a img {
    max-width: 50%;
    max-height: 50%;
    transition: 0.6s;
}

.sec1 .wrap .proInfo_box .r .r_shares a:hover {
    background: #F7BD23;
}

.sec1 .wrap .proInfo_box .r .r_shares a:hover img {
    filter: brightness(0) invert(1);
}

.sec1 .wrap .proInfo_box .r .r_contact {
    margin: 20px 0 0;
}

.sec1 .wrap .proInfo_box .r .r_contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 17px 0 18px;
    gap: 0 7px;
    width: fit-content;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #EFEEEC;
    transition: 0.6s;
}

.sec1 .wrap .proInfo_box .r .r_contact a img {
    display: block;
    width: 18px;
    transition: 0.6s;
}

.sec1 .wrap .proInfo_box .r .r_contact a p {
    font-weight: 400;
    font-size: 16px;
    color: #F7BD23;
    transition: 0.6s;
}

.sec1 .wrap .proInfo_box .r .r_contact a:hover {
    background: #F7BD23;
    border: 1px solid #F7BD23;
}

.sec1 .wrap .proInfo_box .r .r_contact a:hover img {
    filter: brightness(0) invert(1);
}

.sec1 .wrap .proInfo_box .r .r_contact a:hover p {
    color: #FFFFFF;
}

.sec1 .wrap .pro_specification {
    margin: 20px 0 0;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 42px 50px 60px;
}

.sec1 .wrap .pro_specification .title {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    margin-bottom: 20px;
}

.sec1 .wrap .pro_specification .content {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .pro_specification .content .table {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .pro_specification .content .table table {
    width: 650px;
}

.sec1 .wrap .pro_specification .content .table table tr {
    border-bottom: 1px solid #EFEEEC;
}

.sec1 .wrap .pro_specification .content .table table tr th {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 50px;
}

.sec1 .wrap .pro_specification .content .table table tr td {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 50px;
}

.sec1 .wrap .pro_specification .content .table table tr:nth-child(1) {
    border-top: 1px solid #EFEEEC;
}

.sec1 .wrap .pro_advantage {
    margin: 70px 0 0;
}

.sec1 .wrap .pro_advantage .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin-bottom: 50px;
    text-align: center;
}

.sec1 .wrap .pro_advantage .list {
    display: flex;
    justify-content: center;
    gap: 0 70px;
}

.sec1 .wrap .pro_advantage .list .item {
    width: 240px;
    text-align: center;
}

.sec1 .wrap .pro_advantage .list .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.sec1 .wrap .pro_advantage .list .item .icon .cir {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F7BD23;
    border-radius: 50%;
    transition: 0.6s;
}

.sec1 .wrap .pro_advantage .list .item .icon img {
    max-width: 60%;
    max-height: 60%;
    position: relative;
    z-index: 2;
    transition: 0.6s;
}

.sec1 .wrap .pro_advantage .list .item h5 {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    margin: 39px 0 30px;
}

.sec1 .wrap .pro_advantage .list .item p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

.sec1 .wrap .pro_advantage .list .item:hover .icon .cir {
    transform: scale(0.9);
}

.sec1 .wrap .pro_advantage .list .item:hover .icon img {
    transform: scale(1.1);
}

.sec2 {
    padding: 78px 0 108px;
}

.sec2 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin-bottom: 30px;
}

.sec2 .wrap .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sec2 .wrap .content .part {
    width: 720px;
}

.sec2 .wrap .content .part h5 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin-bottom: 20px;
}

.sec2 .wrap .content .part .item {
    width: 100%;
    min-height: 80px;
    background: #F7F6F4;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.sec2 .wrap .content .part .item:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: 0.6s;
}

.sec2 .wrap .content .part .item:hover:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sec2 .wrap .content .part .item .icon {
    width: 25px;
    margin-right: 10px;
}

.sec2 .wrap .content .part .item p {
    width: 620px;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 36px;
}

.sec2 .wrap .content .part .item:nth-last-child(1) {
    height: 112px;
}

.sec3 {
    padding: 39px 0 86px;
    background: #F7F6F4;
}

.sec3 .pro_page {
    display: flex;
    justify-content: space-between;
    margin-bottom: 57px;
}

.sec3 .pro_page .item {
    width: 720px;
    display: flex;
    align-items: center;
    padding: 12px 17px 12px 0;
    justify-content: space-between;
    border-bottom: 1px solid #E2E0DD;
    position: relative;
}

.sec3 .pro_page .item .l {
    display: flex;
    align-items: center;
}

.sec3 .pro_page .item .l h5 {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    margin-right: 21px;
    transition: 0.6s;
}

.sec3 .pro_page .item .l p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s;
}

.sec3 .pro_page .item .icon {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.sec3 .pro_page .item .icon img {
    display: block;
    width: 6px;
    filter: brightness(0);
    transition: 0.6s;
}

.sec3 .pro_page .item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #F7BD23;
    transform-origin: left;
    transform: scaleX(0);
    transition: 1s;
}

.sec3 .pro_page .item:hover:after {
    transform: scaleX(1);
}

.sec3 .pro_page .item:hover .l p, .sec3 .pro_page .item:hover .l h5 {
    color: #F7BD23;
}

.sec3 .pro_page .item:hover .icon {
    background: #F7BD23;
}

.sec3 .pro_page .item:hover .icon img {
    filter: brightness(0) invert(1);
}

.sec3 .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin-bottom: 23px;
}

.sec3 .swiper {
    padding: 10px 0;
}

.sec3 .swiper .swiper-slide .item {
    display: block;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 5px 0 44px;
    position: relative;
}

.sec3 .swiper .swiper-slide .item:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.6s;
    pointer-events: none;
}

.sec3 .swiper .swiper-slide .item .img {
    width: 337px;
    height: 337px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    overflow: hidden;
}

.sec3 .swiper .swiper-slide .item .img img {
    display: block;
    transition: 3s;
}

.sec3 .swiper .swiper-slide .item .item_title {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    padding: 0 28px;
    margin: 0 0 10px;
    transition: 0.6s;
}

.sec3 .swiper .swiper-slide .item .item_text {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 28px;
}

.sec3 .swiper .swiper-slide .item:hover:after {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
}

.sec3 .swiper .swiper-slide .item:hover .img img {
    transform: scale(1.1);
}

.sec3 .swiper .swiper-slide .item:hover .item_title {
    color: #F7BD23;
}

/*# sourceMappingURL=proInfo.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 7.1354166667vw 0px 4.9479166667vw;
    }

    .sec1 .wrap .back {
        margin-bottom: 2.6041666667vw;
    }

    .sec1 .wrap .back a {
        width: 6.25vw;
        height: 2.6041666667vw;
        border-radius: 1.3541666667vw;
        gap: 0px 0.6770833333vw;
    }

    .sec1 .wrap .back a .iconfont {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .back a p {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .proInfo_box {
        padding: 2.3958333333vw 3.125vw 2.2916666667vw;
        border-radius: 0.5208333333vw;
    }

    .sec1 .wrap .proInfo_box .sec1_swiper {
        width: 35.4166666667vw;
        height: 28.6458333333vw;
        padding: 1.0416666667vw 3.125vw 2.5520833333vw;
    }

    .sec1 .wrap .proInfo_box .sec1_swiper .swiper-pagination {
        bottom: 0.9895833333vw;
        gap: 0px 0.78125vw;
    }

    .sec1 .wrap .proInfo_box .sec1_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 0.46875vw;
        height: 0.46875vw;
    }

    .sec1 .wrap .proInfo_box .r {
        width: 32.3958333333vw;
    }

    .sec1 .wrap .proInfo_box .r .r_title {
        font-size: 1.5625vw;
        margin-bottom: 1.0416666667vw;
    }

    .sec1 .wrap .proInfo_box .r .r_text {
        font-size: 0.8333333333vw;
        margin: 0px 0px 4.1666666667vw;
        line-height: 1.5625vw;
    }

    .sec1 .wrap .proInfo_box .r .r_table .row h5 {
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }

    .sec1 .wrap .proInfo_box .r .r_table .row p {
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }

    .sec1 .wrap .proInfo_box .r .r_shares {
        gap: 0px 0.4166666667vw;
    }

    .sec1 .wrap .proInfo_box .r .r_shares a {
        width: 2.6041666667vw;
        height: 2.6041666667vw;
    }

    .sec1 .wrap .proInfo_box .r .r_contact {
        margin: 1.0416666667vw 0px 0px;
    }

    .sec1 .wrap .proInfo_box .r .r_contact a {
        padding: 0px 0.8854166667vw 0px 0.9375vw;
        gap: 0px 0.3645833333vw;
        height: 2.0833333333vw;
        border-radius: 1.0416666667vw;
    }

    .sec1 .wrap .proInfo_box .r .r_contact a img {
        width: 0.9375vw;
    }

    .sec1 .wrap .proInfo_box .r .r_contact a p {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .pro_specification {
        margin: 1.0416666667vw 0px 0px;
        border-radius: 0.5208333333vw;
        padding: 2.1875vw 2.6041666667vw 3.125vw;
    }

    .sec1 .wrap .pro_specification .title {
        font-size: 1.5625vw;
        margin-bottom: 1.0416666667vw;
    }

    .sec1 .wrap .pro_specification .content .table table {
        width: 33.8541666667vw;
    }

    .sec1 .wrap .pro_specification .content .table table tr th {
        font-size: 0.8333333333vw;
        line-height: 2.6041666667vw;
    }

    .sec1 .wrap .pro_specification .content .table table tr td {
        font-size: 0.8333333333vw;
        line-height: 2.6041666667vw;
    }

    .sec1 .wrap .pro_advantage {
        margin: 3.6458333333vw 0px 0px;
    }

    .sec1 .wrap .pro_advantage .title {
        font-size: 1.875vw;
        margin-bottom: 2.6041666667vw;
    }

    .sec1 .wrap .pro_advantage .list {
        gap: 0px 3.6458333333vw;
    }

    .sec1 .wrap .pro_advantage .list .item {
        width: 12.5vw;
    }

    .sec1 .wrap .pro_advantage .list .item .icon {
        width: 4.1666666667vw;
        height: 4.1666666667vw;
    }

    .sec1 .wrap .pro_advantage .list .item h5 {
        font-size: 1.0416666667vw;
        margin: 2.03125vw 0px 1.5625vw;
    }

    .sec1 .wrap .pro_advantage .list .item p {
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }

    .sec2 {
        padding: 4.0625vw 0px 5.625vw;
    }

    .sec2 .wrap .title {
        font-size: 1.875vw;
        margin-bottom: 1.5625vw;
    }

    .sec2 .wrap .content .part {
        width: 37.5vw;
    }

    .sec2 .wrap .content .part h5 {
        font-size: 1.25vw;
        margin-bottom: 1.0416666667vw;
    }

    .sec2 .wrap .content .part .item {
        min-height: 4.1666666667vw;
        border-radius: 0.5208333333vw;
        padding: 1.0416666667vw;
        margin-bottom: 1.0416666667vw;
    }

    .sec2 .wrap .content .part .item::after {
        border-radius: 0.5208333333vw;
    }

    .sec2 .wrap .content .part .item:hover::after {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5208333333vw;
    }

    .sec2 .wrap .content .part .item .icon {
        width: 1.3020833333vw;
        margin-right: 0.5208333333vw;
    }

    .sec2 .wrap .content .part .item p {
        width: 32.2916666667vw;
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }

    .sec2 .wrap .content .part .item:nth-last-child(1) {
        height: 5.8333333333vw;
    }

    .sec3 {
        padding: 2.03125vw 0px 4.4791666667vw;
    }

    .sec3 .pro_page {
        margin-bottom: 2.96875vw;
    }

    .sec3 .pro_page .item {
        width: 37.5vw;
        padding: 0.625vw 0.8854166667vw 0.625vw 0px;
    }

    .sec3 .pro_page .item .l h5 {
        font-size: 1.0416666667vw;
        margin-right: 1.09375vw;
    }

    .sec3 .pro_page .item .l p {
        font-size: 0.9375vw;
        width: 26.0416666667vw;
    }

    .sec3 .pro_page .item .icon {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        border-radius: 2.6041666667vw;
    }

    .sec3 .pro_page .item .icon img {
        width: 0.3125vw;
    }

    .sec3 .title {
        font-size: 1.875vw;
        margin-bottom: 1.1979166667vw;
    }

    .sec3 .swiper {
        padding: 0.5208333333vw 0px;
    }

    .sec3 .swiper .swiper-slide .item {
        border-radius: 0.5208333333vw;
        padding: 0.2604166667vw 0px 2.2916666667vw;
    }

    .sec3 .swiper .swiper-slide .item::after {
        border-radius: 0.5208333333vw;
    }

    .sec3 .swiper .swiper-slide .item .img {
        width: 17.5520833333vw;
        height: 17.5520833333vw;
        margin: 0px auto 0.78125vw;
    }

    .sec3 .swiper .swiper-slide .item .item_title {
        font-size: 1.0416666667vw;
        padding: 0px 1.4583333333vw;
        margin: 0px 0px 0.5208333333vw;
    }

    .sec3 .swiper .swiper-slide .item .item_text {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        padding: 0px 1.4583333333vw;
    }

    .sec3 .swiper .swiper-slide .item:hover::after {
        box-shadow: rgba(0, 0, 0, 0.06) 0px 0.15625vw 0.3125vw 1px;
    }
}

@media screen and (max-width: 768px) {
    .sec1 {
        padding: 100px 0 60px;
    }
    .sec1 .wrap .back a {
        transform: unset;
        height: 40px;
        border-radius: 20px;
        width: fit-content;
        padding: 0 15px;
        gap: 0 10px;
    }
    .sec1 .wrap .back a p {
        font-size: 16px;
    }
    .sec1 .wrap .back a .iconfont {
        font-size: 15px;
    }
    .sec1 .wrap .back {
        margin-bottom: 40px;
    }
    .sec1 .wrap .proInfo_box {
        padding: 20px;
        display: block;
    }
    .sec1 .wrap .proInfo_box .sec1_swiper {
        width: 100%;
        height: 60vw;
        border-right: none;
        padding: 20px 0 30px;
    }
    .sec1 .wrap .proInfo_box .sec1_swiper .swiper-pagination {
        gap: 0 10px;
    }
    .sec1 .wrap .proInfo_box .sec1_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }
    .sec1 .wrap .proInfo_box .r {
        width: 100%;
        padding: 30px 0 0;
    }
    .sec1 .wrap .proInfo_box .r .r_title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sec1 .wrap .proInfo_box .r .r_text {
        font-size: 16px;
        line-height: 1.8;
    }
    .sec1 .wrap .proInfo_box .r .r_contact {
        margin: 10px 0 0;
    }
    .sec1 .wrap .proInfo_box .r .r_contact a {
        height: 40px;
        padding: 0 20px;
        gap: 0 10px;
        border-radius: 20px;

    }
    .sec1 .wrap .proInfo_box .r .r_contact a img {
        width: 16px;
    }
    .sec1 .wrap .proInfo_box .r .r_contact a p {
        font-size: 16px;
    }
    .sec1 .wrap .pro_advantage {
        margin: 60px 0 0;
    }
    .sec1 .wrap .pro_advantage .title {
        font-size: 22px;
        margin-bottom: 40px;
    }
    .sec3 {
        padding: 60px 0 80px;
    }
    .sec3 .pro_page {
        display: block;
    }
    .sec3 .pro_page .item {
        width: 100%;
    }
    .sec1 .wrap .pro_advantage .list {
        gap: 30px 0;
        flex-wrap: wrap;
    }
    .sec1 .wrap .pro_advantage .list .item h5 {
        font-size: 15px;
    }
    .sec1 .wrap .pro_advantage .list .item {
        width: 50%;
    }
    .sec1 .wrap .pro_advantage .list .item .icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    .sec3 .pro_page {
        margin-bottom: 50px;
    }
    .sec3 .pro_page .item {
        width: 100%;
        padding: 15px 0;
    }
    .sec3 .pro_page .item .icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }
    .sec3 .title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .sec3 .pro_page .item .icon img {
        width: 5px;
    }
    .sec3 .pro_page .item .l h5 {
        font-size: 16px;
        margin-right: 8px;
    }
    .sec3 .pro_page .item .l p {
        font-size: 16px;
        width: 40vw;
    }
    .sec3 .swiper .swiper-slide .item .img {
        width: 70vw;
        height: 70vw;
    }
    .sec3 .swiper .swiper-slide .item {
        border-radius: 4px;
        padding: 20px 0 40px;
    }
    .sec3 .swiper .swiper-slide .item .item_title {
        padding: 0 20px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .sec3 .swiper .swiper-slide .item .item_text {
        font-size: 16px;
        padding: 0 20px;
        line-height: 1.8;
        height: unset;
    }
    .sec1 .wrap .pro_specification {
        padding: 30px;
        margin: 30px 0 0;
    }
    .sec1 .wrap .pro_specification .content .table {
        display: block;
        overflow-x: scroll;
    }
    .sec1 .wrap .pro_specification .content .table table {
        width: max-content;
    }
    .sec1 .wrap .pro_specification .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sec1 .wrap .pro_specification .content .table table tr td {
        font-size: 15px;
        line-height: 1.6;
        padding: 15px;
    }
}
