.two_solution_box {
    width: 100%;
    padding-top: calc(30px + 5rem);
    padding-bottom: calc(80px + 5rem);
}

.two_solution {
    max-width: 1440px;
    width: 85%;
    margin: auto;
}

.two_solution_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(10px + 2rem);
}

.two_solution_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.two_solution_item_pic {
    width: 51.3889%;
    height: calc(6px + 20rem);
}

.two_solution_item_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two_solution_item_right {
    width: 43.3333%;
}

.two_solution_item_right .p1 {
    font-family: Alibaba;
    font-size: calc(4px + 1.5rem);
    color: #971D32;
    line-height: calc(8px + 2rem);
}

.two_solution_item_right .p2 {
    font-family: pingfang_regular;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #777777;
    line-height: calc(10px + 1rem);
    margin-top: calc(8px + 0.5rem);
}

.solution_more {
    width: calc(6px + 5rem);
    height: calc(7px + 1.5rem);
    background: #971D32;
    margin-top: calc(6px + 2rem);
}

.solution_more a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: pingfang_regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #FFFFFF;
}

.effect_box {
    margin-top: calc(30px + 5rem);
}

.effect_title .p1 {
    font-family: Alibaba;
    font-size: calc(4px + 1.5rem);
    color: #333333;
    line-height: calc(20px + 2rem);
    text-align: center;
}

.effect_title .p2 {
    font-family: pingfang_regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #777777;
    line-height: calc(10px + 1rem);
    text-align: center;
    margin-top: calc(3px + 0.5rem);
}

.effect_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(5px + 2rem);
    margin-top: calc(8px + 2rem);
}

.effect_item {
    width: 31.25%;
    height: calc(62px + 20rem);
    background: #FFFFFF;
    box-shadow: 0px 0px calc(6px + 0.5rem) calc(1px + 0.25rem) rgba(0, 0, 0, 0.1);
    border-radius: calc(2px + 0.1rem);
    padding: 0 calc(13px + 3rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.effect_item .effect_item_icon {
    width: calc(16px + 3rem);
}

.effect_item .effect_item_icon img {
    width: 100%;
}

.effect_item .p1 {
    font-family: pingfang_medium;
    font-weight: 500;
    font-size: calc(4px + 1rem);
    color: #333333;
    line-height: calc(3px + 1.5rem);
    margin-top: calc(4px + 2rem);
}

.effect_item .p2 {
    font-family: pingfang_medium;
    font-weight: 500;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 1.5rem);
    text-align: center;
    margin-top: calc(6px + 0.5rem);
    height: calc(10px + 4rem);
}

@media screen and (max-width: 1100px) {
    .two_solution_list {
        gap: calc(10px + 7rem);
    }

    .two_solution_item {
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }

    .two_solution_item_pic {
        width: 100%;
        height: calc(6px + 43rem);
    }

    .two_solution_item_right {
        width: 100%;
    }

    .two_solution_item_right .p1 {
        font-size: calc(16px + 1rem);
    }

    .two_solution_item_right .p2 {
        font-size: calc(10px + 1rem);
        line-height: 1.7;
    }

    .solution_more a {
        font-size: calc(10px + 1rem);
    }

    .solution_more {
        width: calc(6px + 21rem);
        height: calc(7px + 6rem);
        background: #971D32;

    }

    .effect_title .p1 {
        font-size: calc(14px + 1rem);
    }

    .effect_title .p2 {
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .effect_item {
        width: 48.5%;
        height: calc(62px + 52rem);
        padding: 0 calc(5px + 1rem);
        justify-content: flex-start;
        padding-top: calc(10px + 2rem);
    }

    .effect_item .effect_item_icon {
        width: calc(30px + 3rem);
    }

    .effect_item .p1 {
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }

    .effect_item .p2 {
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
}