.about .main {
    max-width: 14rem;
}

.about .index_title {
    padding-left: 0.05rem;
    font-family: Inter, Inter;
    font-weight: 300;
    font-size: 0.72rem;
    color: #000000;
    text-align: left;
    margin: 0;
}

/* box1 */
.about_box1 {
    margin-top: 0.46rem;
    display: flex;
    justify-content: space-between;
}

.about_box1_left {
    position: relative;
    width: 8.18rem;
    height: 6.03rem;
}

.scale_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}

.about_box1_left_img2 {
    position: absolute;
    width: 3.39rem;
    height: 1.86rem;
    bottom: 0.8rem;
    right: -0.56rem;
}

.about_box1_right {
    padding-top: 0.15rem;
    width: 4.47rem;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.38rem;
    text-align: left;
}

/* box2 */
.about_box2 {
    display: flex;
    justify-content: space-between;
    margin-top: 1.28rem;
    margin-bottom: 1.05rem;
}

.about_box2_left {
    background-image: url('../img/about/img06.png');
    background-repeat: no-repeat;
    background-size: 1.85rem 2.15rem;
    background-position: left top;
    padding-top: 0.16rem;
    padding-left: 0.37rem;
    width: 8rem;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.38rem;
    text-align: left;
}

.about_box2_right {
    width: 4.8rem !important;
    height: 3.04rem;
}

/* box3 */
.about_box3 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 4.27rem;
    display: flex;
    align-items: center;
}

.about_box3_wrap {
    max-width: 13.78rem;
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.about_box3_wrap::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.03rem;
    background: #FFFFFF;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about_box3_box {
    width: 3.68rem;
    height: 2.63rem;
    background: #FFFFFF;
    border-radius: 1.32rem 1.32rem 1.32rem 1.32rem;
    border: 0.01rem solid #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about_box3_box img {
    width: 0.72rem;
    height: 0.62rem;
}

.about_box3_wrap>:nth-child(1) img {
    width: 0.62rem;
    height: 0.62rem;
}

.about_box3_box p {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.3rem;
    color: #000000;
    margin-top: 0.1rem;
    padding-bottom: 0.1rem;
    position: relative;
}

.about_box3_box p::after {
    content: '';
    position: absolute;
    width: 0.27rem;
    height: 0.04rem;
    background: var(--c);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}


@media only screen and (max-width:768px){
    .about .main{
        margin-top: 1rem;
    }
    .about_box1_left{
            width: 4rem;
                height: 3.03rem;
    }
    .about_box1_right{
            width: 2.8rem;
            padding-top: 0;
    }
    .about_box1_left_img2{
        bottom: -2.5rem;
    right: 0.44rem;
    }
    .about_box3_box{
            width: 2.1rem;
    height: 1.8rem;
    }
    .about_box2_left{
        width: 5rem;
    }
}