.two_about_box {
    width: 100%;
    padding-top: calc(30px + 5rem);
    padding-bottom: calc(100px + 5rem);
}

.two_about {
    max-width: 1440px;
    width: 85%;
    margin: auto;
}

.two_about_1_box {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.two_about_1_pic {
    width: 46.9444%;
    height: calc(60px + 30rem);
}

.two_about_1_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two_about_1_right {
    width: 47.7778%;
}

.two_about_1_right p:nth-of-type(1) {
    font-family: Alibaba;
    font-size: calc(4px + 1.5rem);
    color: #971D32;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    margin-bottom: calc(20px + 2rem);
}

.two_about_1_right p:nth-of-type(2) {
    margin-bottom: calc(6px + 0.5rem);
}

.two_about_1_right p {
    font-family: pingfang_regular;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(10x + 1rem);
}

.two_about_2_box {
    margin-top: calc(10px + 5rem);
}

.two_about_2_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.two_about_2_title .p1 {
    width: 21.9722%;
    font-family: Alibaba;
    font-size: calc(4px + 1.5rem);
    color: #333333;
    line-height: calc(16px + 2rem);

}

.two_about_2_title .p2 {
    width: 67.2917%;
    font-family: pingfang_regular;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 1rem);
}

.two_about_2_title .line {
    width: 1px;
    height: calc(12px + 4rem);
    border: 1px solid rgba(151, 151, 151, 0.5);
}

.two_about_2_pic {
    width: 100%;
    margin-top: calc(20px + 2rem);
}

.two_about_2_pic img {
    width: 100%;
}

@media screen and (max-width: 1100px) {
    .two_about_1_box{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .two_about_1_pic{
        width: 100%;
        height: auto;
    }
    .two_about_1_right{
        width: 100%;
    }
    .two_about_1_right p:nth-of-type(1){
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }
    .two_about_1_right p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .two_about_2_title{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: calc(10px + 1rem);

    }
    .two_about_2_title .p1{
        width: 100%;
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }
    .two_about_2_title .line{
        display: none;
    }
    .two_about_2_title .p2{
        width: 100%;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
}