.main-about {
    .about_intro {
        display: flex;
        justify-content: space-between;
        margin-top: 1rem;
        .intro_info {
            width: 8.75rem;
            .intro_title {
                color: var(--primary-color);
                font-size: 0.42rem;
                padding-top: 0.36rem;
                position: relative;
                &:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 0.6rem;
                    height: 0.02rem;
                    background-color: var(--primary-color);
                }
            }
            .intro_subtitle {
                color: #888888;
                font-size: 0.24rem;
            }
            .intro_content {
                width: 100%;
                margin-top: 0.2rem;
                text-indent: 0.32rem;
                white-space: pre-wrap; /* 保留换行和空格 */
            }
            .intro_tag {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                .tag_item {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    margin-top: 0.62rem;
                    .tag_icon {
                        height: 0.4rem;
                        object-fit: contain;
                    }
                    .tag_title {
                        font-size: 0.18rem;
                        margin-top: 0.05rem;
                    }
                }
            }
        }
        .intro_img {
            width: 6.5rem;
            height: 5.3rem;
            object-fit: cover;
            margin-top: 0.36rem;
        }
    }
    .about_ads {
        width: 100%;
        height: 4rem;
        object-fit: cover;
        margin-top: 1.48rem;
    }
    .about_culture {
        margin-bottom: 1rem;
        .culture_head {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-top: 1rem;
            .culture_title {
                color: var(--primary-color);
                font-size: 0.42rem;
                padding-top: 0.36rem;
                position: relative;
                &:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: calc(50% - 0.3rem);
                    width: 0.6rem;
                    height: 0.02rem;
                    background-color: var(--primary-color);
                }
            }
            .culture_subtitle {
                color: #888888;
                font-size: 0.24rem;
            }
        }
        .culture_list {
            display: flex;
            flex-wrap: wrap;
            margin-top: 0.2rem;
            .culture_item {
                display: flex;
                .culture_img {
                    width: 4.05rem;
                    height: 2.6rem;
                    object-fit: cover;
                }
                .culture_info {
                    width: 4.05rem;
                    height: 2.6rem;
                    .culture_title {
                        padding: 0.27rem;
                        box-sizing: border-box;
                        font-size: 0.2rem;
                        color: var(--primary-color);
                        position: relative;
                        &:after {
                            content: "";
                            position: absolute;
                            top: 0.27rem;
                            left: 0;
                            width: 0.06rem;
                            height: 0.28rem;
                            background-color: var(--primary-color);
                        }
                    }
                    .culture_desc {
                        padding: 0.08rem 0.2rem 0.20rem 0.27rem;
                        box-sizing: border-box;
                    }
                }
            }
        }
        .culture_mobile {
            display: none;
        }
    }
    .about_cert {
        padding: 1rem 0;
        background-color: var(--back-sub-color);
        .cert_head {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            .cert_title {
                color: var(--primary-color);
                font-size: 0.42rem;
                padding-top: 0.36rem;
                position: relative;
                &:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: calc(50% - 0.3rem);
                    width: 0.6rem;
                    height: 0.02rem;
                    background-color: var(--primary-color);
                }
            }
            .cert_subtitle {
                color: #888888;
                font-size: 0.24rem;
            }
        }
        .cert_list {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            .cert_item {
                width: 3.83rem;
                margin-top: 0.3rem;
                background-color: #FFFFFF;
                cursor: pointer;
                .cert_img {
                    width: 100%;
                    height: 2.5rem;
                    object-fit: contain;
                }
                .cert_title {
                    width: 100%;
                    height: 1rem;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-top: 1px solid var(--line-color);
                }
            }
            .cert_occupy {
                width: 3.83rem;
            }
        }
    }
    .about_team_box {
        padding: 1rem 0;
        background-color: var(--back-sub-color);
        .about_team {
            .team_head {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                .head_title {
                    color: var(--primary-color);
                    font-size: 0.42rem;
                    padding-top: 0.36rem;
                    position: relative;
                    &:after {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: calc(50% - 0.3rem);
                        width: 0.6rem;
                        height: 0.02rem;
                        background-color: var(--primary-color);
                    }
                }
                .head_subtitle {
                    color: #888888;
                    font-size: 0.24rem;
                }
            }
            .team_list {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                margin-top: 0.59rem;
                &:after {
                    content: "";
                    width: 5.2rem;
                }
                .team_item {
                    display: flex;
                    background-color: #FFFFFF;
                    padding: 0.1rem 0.27rem 0.1rem 0.1rem;
                    box-sizing: border-box;
                    margin-top: 0.3rem;
                    .team_avatar {
                        width: 2rem;
                        height: 2.6rem;
                        object-fit: cover;
                    }
                    .team_info {
                        display: flex;
                        flex-direction: column;
                        align-items: flex-start;
                        margin-left: 0.31rem;
                        .team_name {
                            font-size: 0.22rem;
                            margin-top: 0.18rem;
                        }
                        .team_position {
                            color: var(--primary-color);
                            font-size: 0.16rem;
                            line-height: 0.16rem;
                            padding: 0.05rem 0.2rem;
                            border-radius: 0.13rem 0.13rem 0.13rem 0;
                            background-color: rgba(7, 147, 29, 0.1);
                            margin-top: 0.1rem;
                        }
                        .team_desc {
                            color: var(--font-sub-color);
                            font-size: 0.16rem;
                            margin-top: 0.1rem;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: -webkit-box;
                            -webkit-line-clamp: 6;
                            -webkit-box-orient: vertical;
                        }
                    }
                }
                .team_row_empty {
                    width: 7.95rem;
                }
                .team_row_2 {
                    width: 7.95rem;
                }
                .team_row_3 {
                    width: 5.2rem;
                }
            }
        }
    }
}


/* 屏幕小于1000 - 手机端 */
@media screen and (max-width: 1000px){
    .main-about {
        .about_intro {
            .intro_info {
                width: 100%;
                .intro_title {
                    font-size: 0.62rem;
                    padding-top: 0.36rem;
                    &:after {
                        width: 0.9rem;
                    }
                }
                .intro_subtitle {
                    font-size: 0.35rem;
                }
                .intro_content {
                    text-indent: 0.15rem;
                }
                .intro_tag {
                    .tag_item {
                        margin-top: 0.42rem;
                        .tag_icon {
                            height: 0.7rem;
                        }
                        .tag_title {
                            font-size: 0.35rem;
                            margin-top: 0.1rem;
                        }
                    }
                }
            }
            .intro_img {
                display: none;
            }
        }
        .about_ads {
            height: 6rem;
        }
        .about_culture {
            .culture_head {
                .culture_title {
                    font-size: 0.62rem;
                    &:after {
                        left: calc(50% - 0.45rem);
                        width: 0.9rem;
                    }
                }
                .culture_subtitle {
                    font-size: 0.35rem;
                }
            }
            .culture_list {
                .culture_item {
                    display: flex;
                    .culture_img {
                        width: 8.6rem;
                        height: 5.52rem;
                    }
                    .culture_info {
                        width: 8.6rem;
                        height: 5.52rem;
                        .culture_title {
                            font-size: 0.4rem;
                            &:after {
                                height: 0.5rem;
                            }
                        }
                    }
                }
            }
            .culture_pc {
                display: none;
            }
            .culture_mobile {
                display: block;
            }
        }
        .about_cert {
            padding: 1rem 0;
            background-color: var(--back-sub-color);
            .cert_head {
                .cert_title {
                    font-size: 0.62rem;
                    &:after {
                        left: calc(50% - 0.45rem);
                        width: 0.9rem;
                    }
                }
                .cert_subtitle {
                    font-size: 0.35rem;
                }
            }
            .cert_list {
                .cert_item {
                    width: 8.5rem;
                    margin-top: 0.3rem;
                    .cert_img {
                        width: 100%;
                        height: 6rem;
                    }
                    .cert_title {
                        height: 1.2rem;
                        font-size: 0.48rem;
                    }
                }
                .cert_occupy {
                    width: 3.83rem;
                }
            }
        }
        .about_team_box {
            .about_team {
                .team_list {
                    .team_item {
                        margin-top: 0.5rem;
                        .team_avatar {
                            width: 3rem;
                            height: 3.6rem;
                            object-fit: cover;
                        }
                        .team_info {
                            display: flex;
                            flex-direction: column;
                            align-items: flex-start;
                            margin-left: 0.31rem;
                            .team_name {
                                font-size: 0.22rem;
                                margin-top: 0.18rem;
                            }
                            .team_position {
                                color: var(--primary-color);
                                font-size: 0.16rem;
                                line-height: 0.16rem;
                                padding: 0.05rem 0.2rem;
                                border-radius: 0.13rem 0.13rem 0.13rem 0;
                                background-color: rgba(7, 147, 29, 0.1);
                                margin-top: 0.1rem;
                            }
                            .team_desc {
                                color: var(--font-sub-color);
                                font-size: 0.16rem;
                                margin-top: 0.1rem;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                display: -webkit-box;
                                -webkit-line-clamp: 6;
                                -webkit-box-orient: vertical;
                            }
                        }
                    }
                    .team_row_empty {
                        width: 100%;
                    }
                    .team_row_2 {
                        width: 100%;
                    }
                    .team_row_3 {
                        width: 100%;
                    }
                }
            }
        }
    }
}