.solutionInfo1 {
    padding: 178px 0 115px;
    background: #F7F7FA;
    position: relative
}

.solutionInfo1 .back {
    position: absolute;
    top: 174px;
    left: 46px;
    display: flex;
    gap: 10px
}

.solutionInfo1 .back .circle {
    width: 40px;
    height: 40px;
    background: #ED6D00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.solutionInfo1 .back .circle .iconfont {
    color: #FFFFFF;
    font-size: 14px;
    transform: rotate(180deg)
}

.solutionInfo1 .back .go {
    width: fit-content;
    padding: 0 30px;
    height: 40px;
    background: #ED6D00;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px
}

.solutionInfo1 .back .go .iconfont {
    color: #FFFFFF;
    font-size: 14px;
    transform: rotate(180deg)
}

.solutionInfo1 .back .go p {
    font-weight: 400;
    font-size: 16px;
    color: #F7F7FA
}

.solutionInfo1 .wrap {
    position: relative
}

.solutionInfo1 .wrap .title {
    text-align: center
}

.solutionInfo1 .wrap .title .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #020715;
    margin: 0 0 29px
}

.solutionInfo1 .wrap .title .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #444444
}

.solutionInfo1 .wrap .content {
    margin: 50px 0 0 0
}

.solutionInfo1 .wrap .content table {
    width: 100%;
    border: 1px solid #E6E6E6
}

.solutionInfo1 .wrap .content table tr:first-child td {
    background: #E6E6E6;
    font-weight: bold
}

.solutionInfo1 .wrap .content table tr td {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 28px 40px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,1);
    line-height: 26px;
}
.solutionInfo1 .wrap .content table tr:not(:first-child) td:first-child{
    color: rgba(0,0,0,.7);
}
.solutionInfo1 .wrap .content table tr td:last-child{
    opacity: 1;
    font-weight: bold;
    color: #000;
}

.solutionInfo2 {
    padding: 83px 0 118px 0
}

.solutionInfo2 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 50px;
    text-align: center
}

.solutionInfo2 .wrap .content {

}
.solutionInfo2 .wrap .content .flex {
    display: flex;
    /*grid-template-columns:repeat(3, 1fr);*/
    flex-wrap: wrap;
    gap: 100px 130px;
    justify-content: flex-end;
}
.solutionInfo2 .wrap .content .flex:not(:last-child) {
    margin-bottom: 100px;
}
.solutionInfo2 .wrap .content .flex:nth-child(2n) {
    flex-direction: row-reverse;
    justify-content: flex-start;

}
.solutionInfo2 .wrap .content .item {
    width: 380px;
    height: 350px;
    background: #F7F7FA;
    border-radius: 12px;
    position: relative;
    padding: 30px 27px 0 32px;
    z-index: 1;
}

.solutionInfo2 .wrap .content .flex:last-child .item:last-child .position_iconfont {
    display: none
}

.solutionInfo2 .wrap .content .flex:nth-child(2n-1) .item:nth-child(3) .position_iconfont {
    right: unset;
    top: unset;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -76px
}

.solutionInfo2 .wrap .content .flex:nth-child(2n) .item:nth-child(3) .position_iconfont {
    right: unset;
    top: unset;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -76px
}

.solutionInfo2 .wrap .content .flex:nth-child(2n) .item .position_iconfont {
    transform: translateY(-50%) rotate(-180deg);
    right: unset;
    left: -90px;
}

.solutionInfo2 .wrap .content .item .position_iconfont {
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 45px;
    color: #DCE0E6
}

.solutionInfo2 .wrap .content .item:hover .common_bg {
    opacity: 1;
    border-radius: 12px;
}

.solutionInfo2 .wrap .content .item:hover .icon {
    background: var(--color)
}
.solutionInfo2 .wrap .content .item:hover .icon img{
    filter: brightness(0) invert(1);
}
.solutionInfo2 .wrap .content .item:hover .icon .iconfont {
    color: #fff
}

.solutionInfo2 .wrap .content .item .common_bg {
    opacity: 0;
    transition: .6s ease
}

.solutionInfo2 .wrap .content .item .icon {
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
    margin: 0 0 50px
}
.solutionInfo2 .wrap .content .item .icon img{
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: .6s ease;
}

.solutionInfo2 .wrap .content .item .icon .iconfont {
    color: #111111;
    font-size: 30px;
    transition: .6s ease
}

.solutionInfo2 .wrap .content .item .icon img {
    width: 30px;
    object-fit: contain;
    transition: .6s ease
}

.solutionInfo2 .wrap .content .item .p1 {
    font-weight: bold;
    font-size: 22px;
    color: #111111;
    margin: 0 0 30px
}

.solutionInfo2 .wrap .content .item .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 28px
}

@media screen and (max-width: 1919px) {
    .solutionInfo1{
        padding: 9.2708333333vw 0px 5.9895833333vw;
    }
    .solutionInfo1 .back{
        top: 9.0625vw;
        left: 2.3958333333vw;
        gap: 0.5208333333vw;
    }
    .solutionInfo1 .back .circle{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
    }
    .solutionInfo1 .back .circle .iconfont{
        font-size: 0.7291666667vw;
    }
    .solutionInfo1 .back .go{
        padding: 0 1.5625vw;
        height: 2.0833333333vw;
        border-radius: 1.0416666667vw;
        gap: 0.3645833333vw;
    }
    .solutionInfo1 .back .go .iconfont{
        font-size: 0.7291666667vw;
    }
    .solutionInfo1 .back .go p{
        font-size: 0.8333333333vw;
    }
    .solutionInfo1 .wrap .title .p1{
        font-size: 1.875vw;
        margin: 0px 0px 1.5104166667vw;
    }
    .solutionInfo1 .wrap .title .p2{
        font-size: 0.9375vw;
    }
    .solutionInfo1 .wrap .content{
        margin: 2.6041666667vw 0px 0px;
    }
    .solutionInfo1 .wrap .content table tr td{
        padding: 1.4583333333vw 2.0833333333vw;
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }
    .solutionInfo2{
        padding: 4.3229166667vw 0px 6.1458333333vw;
    }
    .solutionInfo2 .wrap .title{
        font-size: 1.875vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .solutionInfo2 .wrap .content .flex{
        gap: 5.2083333333vw 6.7708333333vw;
    }
    .solutionInfo2 .wrap .content .flex:not(:last-child){
        margin-bottom: 5.2083333333vw;
    }
    .solutionInfo2 .wrap .content .item{
        width: 19.7916666667vw;
        height: 18.2291666667vw;
        border-radius: 0.625vw;
        padding: 1.5625vw 1.40625vw 0px 1.6666666667vw;
    }
    .solutionInfo2 .wrap .content .flex:nth-child(2n-1) .item:nth-child(3) .position_iconfont{
        bottom: -3.9583333333vw;
    }
    .solutionInfo2 .wrap .content .flex:nth-child(2n) .item:nth-child(3) .position_iconfont{
        bottom: -3.9583333333vw;
    }
    .solutionInfo2 .wrap .content .flex:nth-child(2n) .item .position_iconfont{
        left: -4.6875vw;
    }
    .solutionInfo2 .wrap .content .item .position_iconfont{
        right: -4.6875vw;
        font-size: 2.34375vw;
    }
    .solutionInfo2 .wrap .content .item:hover .common_bg{
        border-radius: 0.625vw;
    }
    .solutionInfo2 .wrap .content .item .icon{
        width: 3.3333333333vw;
        height: 3.3333333333vw;
        border-radius: 0.4166666667vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .solutionInfo2 .wrap .content .item .icon img{
        width: 1.5625vw;
        height: 1.5625vw;
    }
    .solutionInfo2 .wrap .content .item .icon .iconfont{
        font-size: 1.5625vw;
    }
    .solutionInfo2 .wrap .content .item .icon img{
        width: 1.5625vw;
    }
    .solutionInfo2 .wrap .content .item .p1{
        font-size: 1.1458333333vw;
        margin: 0px 0px 1.5625vw;
    }
    .solutionInfo2 .wrap .content .item .p2{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }
}
@media screen and (max-width: 768px) {
    .solutionInfo1 {
        padding: 100px 0 50px;
    }
    .solutionInfo1 .wrap .title .p1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .solutionInfo1 .wrap .title .p2 {
        font-size: 15px;
    }
    .solutionInfo1 .wrap .content {
        margin: 30px 0 0;
        overflow-x: scroll;
    }
    .solutionInfo1 .wrap .content table {
        width: max-content;
    }
    .solutionInfo1 .wrap .content table tr td {
        font-size: 16px;
        padding: 15px 20px;
        line-height: 1.6;
        max-width: 80vw;
    }
    .solutionInfo2 {
        padding: 40px 0 60px;
    }
    .solutionInfo2 .wrap .title {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .solutionInfo2 .wrap .content {
        grid-template-columns: repeat(1,1fr);
    }
    .solutionInfo2 .wrap .content .item {
        height: unset;
        padding: 30px;
    }
    .solutionInfo2 .wrap .content .item .icon {
        width: 50px;
        height: 50px;
        border-radius: 4px;
        margin-bottom: 35px;
    }
    .solutionInfo2 .wrap .content .item .icon img {
        width: 24px;
        height: unset;
    }
    .solutionInfo2 .wrap .content .item .p1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .solutionInfo2 .wrap .content .item .p2 {
        font-size: 16px;
        line-height: 1.8;
    }
    .solutionInfo2 .wrap .content{
        flex-direction: column;
    }
    .solutionInfo2 .wrap .content .item{
        width: 100%;
    }
    .solutionInfo2 .wrap .content .flex {
        flex-direction: column !important;
        gap: 80px;

    }
    .solutionInfo2 .wrap .content .flex:not(:last-child) {
        margin-bottom: 80px;
    }
    .solutionInfo2 .wrap .content .item .position_iconfont {
        bottom: -60px !important;
        left: 50% !important;
        right: unset !important;
        top: unset !important;
        transform: translateY(-50%) rotate(90deg) !important;
        font-size: 24px;
    }

}
