.common_banner .pro_text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 14.166666667vw;
}

.common_banner .pro_text .title {
    font-size: 48px;
    color: #FFFFFF;
}

.common_banner .pro_text .title div {
    font-family: 'Neue Kaine';
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.section {
    padding: 98px 0 68px;
}

.section .wrap .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 450px;
    background: #F6F7F8;
    border-radius: 12px;
    padding: 0 140px 0 130px;
    position: relative;
    margin: 0 0 40px;
}

.section .wrap .item:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 12px;
    pointer-events: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.6s;
}

.section .wrap .item .item_l {
    height: 100%;
    padding: 106px 0 119px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section .wrap .item .item_l .item_top .name {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #1A1A1A;
}

.section .wrap .item .item_l .item_top .des {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #C9C9C9;
}

.section .wrap .item .item_l .more {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0 7px;
    height: 55px;
    border-radius: 27px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 29px 0 27px;
    transition: 0.6s;
}

.section .wrap .item .item_l .more p {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 14px;
    color: #1A1A1A;
    transition: 0.6s;
}

.section .wrap .item .item_l .more .iconfont {
    font-size: 10px;
    color: #1A1A1A;
    font-weight: bold;
    transition: 0.6s;
}

.section .wrap .item .item_l .more:hover {
    background: #7F1085;
    border: 1px solid #7F1085;
}

.section .wrap .item .item_l .more:hover p, .section .wrap .item .item_l .more:hover .iconfont {
    color: #FFFFFF;
}

.section .wrap .item .img {
    width: 451px;
    height: 378px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.section .wrap .item .img img {
    transition: 3s;
}

.section .wrap .item .item_bg {
    position: absolute;
    width: 617px;
    bottom: 0;
    right: 82px;
    opacity: 0;
    transition: 0.6s;
}

.section .wrap .item .item_bg img {
    display: block;
    width: 100%;
}

.section .wrap .item:hover .img img {
    transform: scale(1.1);
}

.section .wrap .item:hover .item_bg {
    opacity: 1;
}

.section .wrap .item:hover:after {
    opacity: 1;
}

@media screen and (max-width: 1919px) {
    .common_banner .pro_text .title {
        font-size: 2.5vw;
    }

    .section {
        padding: 5.1041666667vw 0px 3.5416666667vw;
    }

    .section .wrap .item {
        height: 23.4375vw;
        border-radius: 0.625vw;
        padding: 0px 7.2916666667vw 0px 6.7708333333vw;
        margin: 0px 0px 2.0833333333vw;
    }

    .section .wrap .item::after {
        border-radius: 0.625vw;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1.0416666667vw;
    }

    .section .wrap .item .item_l {
        padding: 5.5208333333vw 0px 6.1979166667vw;
    }

    .section .wrap .item .item_l .item_top .name {
        font-size: 2.1875vw;
    }

    .section .wrap .item .item_l .item_top .des {
        font-size: 0.8333333333vw;
    }

    .section .wrap .item .item_l .more {
        gap: 0px 0.3645833333vw;
        height: 2.8645833333vw;
        border-radius: 1.40625vw;
        padding: 0px 1.5104166667vw 0px 1.40625vw;
    }

    .section .wrap .item .item_l .more p {
        font-size: 0.7291666667vw;
    }

    .section .wrap .item .item_l .more .iconfont {
        font-size: 0.5208333333vw;
    }

    .section .wrap .item .img {
        width: 23.4895833333vw;
        height: 19.6875vw;
    }

    .section .wrap .item .item_bg {
        width: 32.1354166667vw;
        right: 4.2708333333vw;
    }
}
@media screen and (max-width: 768px) {
    .common_banner .pro_text .title {
        font-size: 22px;
    }
    .common_banner .pro_text {
        width: 90%;
        top: 30%;
        text-align: center;
    }
    .section {
        padding: 60px 0 70px;
    }
    .section .wrap .item {
        height: unset;
        padding: 30px 20px;
        border-radius: 8px;
        margin-bottom: 25px;
        flex-direction: column-reverse;
    }
    .section .wrap .item .img {
        width: 100%;
        height: 54vw;
    }
    .section .wrap .item .item_bg {
        display: none;
    }
    .section .wrap .item .item_l {
        padding: 0 ;
        margin: 40px 0 0;
        text-align: center;
        width: 100%;
    }
    .section .wrap .item .item_l .item_top .name {
        font-size: 15px;
    }
    .section .wrap .item .item_l .more {
        gap: 6px;
        padding: 0 10px;
        height: 32px;
        border-radius: 18px;
        margin: 15px auto 0;
    }
    .section .wrap .item .item_l .more p {
        font-size: 12px;
    }
    .section .wrap .item .item_l .more .iconfont {
        font-size: 8px;
    }
}
