@media screen and (max-width: 767px) {
    .about_banner {
        margin-top: 22.53rem;
        width: 100%;
        height: 100rem;
        background-image: url('../images/about/banner_bg.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .about_banner_box {
        padding-top: 20rem;
        color: #fff;

    }

    .about_banner_title {
        font-size: 10rem;
    }

    .about_banner_title::after {
        width: 20rem;
        height: 2rem;
        bottom: -8rem;
    }

    .about_banner_describe {
        font-size: 5rem;
        width: 120rem;
        margin-top: 15rem;
    }
}

@media screen and (min-width: 768px) {
    .about_banner {
        width: 100%;
        height: 60rem;
        background-image: url('../images/about/banner_bg.webp');
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .about_banner_box {
        padding-top: 23rem;
        color: #fff;
    }

    .about_banner_title {
        font-size: 5.4rem;
    }

    .about_banner_title::after {
        width: 12rem;
        height: 0.8rem;
        bottom: -2rem;
    }

    .about_banner_describe {
        font-size: 2rem;
        width: 56.3rem;
        margin-top: 6rem;
    }
}

.about_banner_title {
    font-weight: 600;
    position: relative;
}

.about_banner_title::after {
    content: '';
    position: absolute;
    background: #8465FF;
    left: 0;

}

.about_banner_describe {
    font-weight: 500;

}

/** 导航 */
@media screen and (max-width: 767px) {
    .about_nav {
        height: 20rem;
        border-bottom: 1px solid #E2E2E2;
    }

    .about_nav_item {
        font-size: 6rem;
    }
}

@media screen and (min-width: 768px) {
    .about_nav {
        height: 8rem;
        border-bottom: 1px solid #E2E2E2;
    }

    .about_nav_item {
        font-size: 1.6rem;
    }
}


.about_nav_box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
}

.about_nav_item {
    color: #7A7980;

    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.about_nav_item_active {
    color: #333333;
    font-weight: 600;
    position: relative;
}

.about_nav_item_active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #8465FF;
    left: 0;
    bottom: 0;
}

/* 公司简介 */
@media screen and (max-width: 767px) {
    .company_profile_info {
        width: 100%;
        /* aspect-ratio: 501 / 310; */
        background-image: url('../images/about/company.webp');
        background-size: cover;
        border-radius: 6rem;
        overflow: hidden;

    }

    .company_profile_info_box {
        width: 100%;
        height: 100%;
        border-radius: 6rem;
        padding: 6rem 6rem;
        box-sizing: border-box;
        background: rgba(0, 0, 0, .3);
        backdrop-filter: saturate(200%) blur(5px);
    }

    .company_profile_info_title {
        color: #fff;
        font-size: 8rem;
    }

    .company_profile_info_title::after {
        width: 20rem;
        height: 2rem;
        border-radius: 1rem;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        -ms-border-radius: 1rem;
        -o-border-radius: 1rem;
    }

    .company_profile_info_describe {
        font-size: 5rem;
        line-height: 8rem;
        color: #fff;
        margin-top: 10rem;
        text-indent: 2em;
    }

    .company_profile_info_list {
        /* background-color: #8465FF; */
        /* height: 25.4rem; */
        padding: 10rem 0;
    }

    .company_profile_info_item img {
        width: 16rem;
        height: 16rem;
    }

    .company_profile_info_item_num {
        font-size: 6rem;
    }

    .company_profile_info_item_num span:nth-child(1) {
        font-family: Impact, Impact;
        font-size: 8rem
    }

    .company_profile_info_item_describe {
        font-size: 4rem;
        margin-top: 2rem;
    }

    .about_profile_title {
        font-size: 7rem;
    }

    .about_profile_product {
        padding-bottom: 7.2rem;
    }

    .about_profile_product_info_box {
        /* width: 100rem; */
        width: 100%;
    }

    .about_profile_product_info_des_img {
        width: 12rem;
        height: 12rem;
        margin-bottom: 3.8rem;
    }

    .about_profile_product_info_des_img img {
        border-radius: 3rem;
        -webkit-border-radius: 3rem;
        -moz-border-radius: 3rem;
        -ms-border-radius: 3rem;
        -o-border-radius: 3rem;
    }

    .about_profile_product_info_des_title {
        font-size: 5.6rem;
    }

    .about_profile_product_info_des_box {
        font-size: 5rem;
    }

    .about_profile_service_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .about_profile_service_item {
        width: 100%;
        height: 117.44rem !important;
        /* aspect-ratio: 345 / 464; */
        border-radius: 4rem !important;
        -webkit-border-radius: 4rem !important;
        -moz-border-radius: 4rem !important;
        -ms-border-radius: 4rem !important;
        -o-border-radius: 4rem !important;
}

    .about_profile_service_info img {
        width: 12rem;
        height: 12rem;

    }

    .about_profile_service_item_title {
        font-size: 6rem;
    }

    .about_profile_service_item_title::after {
        width: 18rem;
    }

    .about_profile_service_item_des {
        font-size: 5rem;
    }

    .about_profile_honor_list1 {
        display: flex;
        justify-content: space-between;
    }

    .about_profile_honor_item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about_profile_honor_item_title {
        font-size: 4rem;
    }

    .about_profile_prospects_list {
        margin-top: 3.6rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .about_profile_prospects_item {
        width: 100%;
        aspect-ratio: 48 / 28;
    }

    .about_profile_prospects_item_info img {
        width: 12rem;
        height: 12rem;
        margin-left: 4.8rem;
    }

    .about_profile_prospects_item_info span,
    .about_profile_prospects_item_hover {
        font-size: 6rem;
    }
}

@media screen and (min-width: 768px) {
    .company_profile_info {
        display: flex;
        gap: 6.4rem;
        height: 39.6rem;
    }

    .company_profile_info_box {
        flex: 1;
    }

    .company_profile_info_title {
        color: #333333;
        font-size: 3.6rem;
    }

    .company_profile_info_title::after {
        width: 8.8rem;
        height: 0.8rem;
        border-radius: 0.4rem;
    }

    .company_profile_info_describe {
        font-size: 1.4rem;
        line-height: 2.4rem;
        color: #666666;
        margin-top: 7.8rem;
        text-indent: 2em;
    }

    .company_profile_info_list {
        /* background-color: #8465FF; */
        height: 25.4rem;
        padding: 1.2rem 0;
    }

    .company_profile_info_item img {
        width: 4.8rem;
        height: 4.8rem;
    }

    .company_profile_info_item_num {
        font-size: 2.4rem;
    }

    .company_profile_info_item_num span:nth-child(1) {
        font-family: Impact, Impact;
        font-size: 4.8rem
    }

    .company_profile_info_item_describe {
        font-size: 1.4rem;
    }

    .about_profile_title {
        font-size: 2.8rem;
    }

    .about_profile_product {
        height: 58rem;
    }

    .about_profile_product_info_box {
        width: 64.2rem;
        padding-top: 4.6rem;
    }

    .about_profile_product_info_des_img {
        width: 7.8rem;
        height: 7.8rem;
        margin-bottom: 3.8rem;
    }

    .about_profile_product_info_des_img img {
        border-radius: 2rem;
    }

    .about_profile_product_info_des_title {
        font-size: 2.4rem;
    }

    .about_profile_product_info_des_box {
        font-size: 2rem;
    }

    .about_profile_service_list {
        grid-template-columns: repeat(4, 1fr);
        height: 46.4rem;
    }

    .about_profile_service_info img {
        width: 6.4rem;
        height: 6.4rem;
        font-size: 2.4rem;
    }

    .about_profile_service_item_title {
        font-size: 2.4rem;
    }

    .about_profile_service_item_title::after {
        width: 6.4rem;

    }

    .about_profile_service_item_des {
        font-size: 2rem;
    }

    .about_profile_honor_list1 {
        display: flex;
        gap: 3.9rem;
    }

    .about_profile_honor_item_title {
        font-size: 2.4rem;
    }

    .about_profile_prospects_list {
        margin-top: 3.6rem;
        display: flex;
        flex-wrap: wrap;
    }

    .about_profile_prospects_item {
        width: 48rem;
        height: 28rem;
    }

    .about_profile_prospects_item_info img {
        width: 4.8rem;
        height: 4.8rem;
        margin-left: 4.8rem;
    }

    .about_profile_prospects_item_info span {
        font-size: 2.4rem;
    }

    .about_profile_prospects_item_hover {
        font-size: 2rem;
    }
}

.company_profile_box {
    margin-top: 10rem;
}

.company_profile_info_title {
    font-weight: 600;
    position: relative;
}

.company_profile_info_title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3.8rem;
    background: #8465FF;

}

.company_profile_info_describe p {
    margin-bottom: 1rem;
}

.company_profile_info_img {
    width: 64rem;
    height: 100%;
    border-radius: 1.2rem;
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    -ms-border-radius: 1.2rem;
    -o-border-radius: 1.2rem;
}

.company_profile_info_img img {
    width: 100%;
    height: 100%;
}



.company_profile_info_list_box {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.company_profile_info_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.company_profile_info_item_num {
    color: #333333;
    font-weight: 500;

    margin-top: 1rem;
}



.company_profile_info_item_describe {
    font-weight: 500;
    color: #7A7980;
}

.about_profile_title {
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 4.8rem;
}

.about_profile_product {
    width: 100%;
    background-image: url('../images/about/product_bg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.about_profile_product_box {
    padding-top: 7.2rem;
}

.about_profile_product_info {
    display: flex;
    gap: 8.3rem;
}

.about_profile_product_info {
    padding-left: 7rem;
}

.about_profile_product_info_img {
    width: 56.8rem;
    height: 34.6rem;
}

.about_profile_product_info_img img {
    width: 100%;
    height: 100%;
}

.about_profile_product_info_des_img img {
    width: 100%;
    height: 100%;

}

.about_profile_product_info_des_title {
    font-weight: 600;
    color: #1A1A24;
    margin-bottom: 2rem;
}

.about_profile_product_info_des_box {
    font-weight: 500;
    color: #A4A8AF;

}

.about_profile_service_box {
    padding: 6.4rem 0;
}

.about_profile_service_list {
    margin-top: 3.6rem;
    display: grid;
    grid-gap: 2rem;
}

.about_profile_service_item {
    background: linear-gradient(180deg, rgba(65, 33, 189, 0.4) 0%, rgba(31, 7, 124, 0.6) 50%, #14074A 100%);
    border-radius: 1.6rem;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: width 0.3s ease, background-image 0.3s ease;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 3.6rem;
    box-sizing: border-box;
}

.about_profile_service_bg1 {
    background-image: url('../images/about/service_1_0.webp');
}

.about_profile_service_bg1:hover {
    background-image: url('../images/about/service_1_2.webp');
}

.about_profile_service_bg2 {
    background-image: url('../images/about/service_2_0.webp');
}

.about_profile_service_bg2:hover {
    background-image: url('../images/about/service_2_2.webp');
}

.about_profile_service_bg3 {
    background-image: url('../images/about/service_3_0.webp');
}

.about_profile_service_bg3:hover {
    background-image: url('../images/about/service_3_2.webp');
}

.about_profile_service_bg4 {
    background-image: url('../images/about/service_4_0.webp');
}

.about_profile_service_bg4:hover {
    background-image: url('../images/about/service_4_2.webp');
}

.about_profile_service_bg1:hover .about_profile_service_item_des,
.about_profile_service_bg2:hover .about_profile_service_item_des,
.about_profile_service_bg3:hover .about_profile_service_item_des,
.about_profile_service_bg4:hover .about_profile_service_item_des {
    display: block;
}

.about_profile_service_bg1:hover .about_profile_service_item_title,
.about_profile_service_bg2:hover .about_profile_service_item_title,
.about_profile_service_bg3:hover .about_profile_service_item_title,
.about_profile_service_bg4:hover .about_profile_service_item_title {
    padding-bottom: 2.4rem;
}

.about_profile_service_info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.about_profile_service_item_title {
    font-weight: bold;
    color: #FFFFFF;

    margin-top: 3.6rem;
    padding-bottom: 5.8rem;
    position: relative;
}

.about_profile_service_item_title::after {
    position: absolute;
    content: '';

    height: 1px;
    background: #FFFFFF;
    left: 0;
    bottom: 0;
}

.about_profile_service_item_des {

    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    display: none;
    margin-top: 2.4rem;
}

.about_profile_honor {
    /* height: 92.4rem; */
    background-image: url('../images/about/honor_bg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.about_profile_honor_box {
    padding: 6.4rem 0;
}

.about_profile_honor_info {
    margin-top: 4.8rem;
    padding: 0 9rem;
}



.about_profile_honor_item img {
    width: 39.4rem;
    height: 25.3rem;
}

.about_profile_honor_item_title {
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding-top: 2rem;
}

.about_profile_honor_list2 {
    margin-top: 4.8rem;
    text-align: center;
}

.about_profile_honor_list2 img {
    width: 79rem;
    height: 31.8rem;
}

.about_profile_prospects_box {
    padding: 6.4rem 0;
}

.about_profile_prospects_item_box {
    width: 100%;
    height: 100%;
    position: relative;
}

.about_profile_prospects_item_box>img {
    width: 100%;
    height: 100%;
}

.about_profile_prospects_item_info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}



.about_profile_prospects_item_info span {
    font-weight: bold;
    color: #FFFFFF;

    margin-left: 2rem;
}

.about_profile_prospects_item_hover {
    display: none;
    width: 100%;
    height: 100%;
    padding: 0 5.6rem;
    box-sizing: border-box;
    background-color: #8465FF;
    font-weight: bold;
    color: #FFFFFF;

    /* display: flex; */
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.about_profile_prospects_item:hover .about_profile_prospects_item_box {
    display: none;
}

.about_profile_prospects_item:hover .about_profile_prospects_item_hover {
    display: flex;
}

/* 核心团队 */
@media screen and (max-width: 767px) {
    .about_team_title {
        font-size: 8rem;
    }

    .about_team_describe {
        font-size: 6rem;
        line-height: 8rem;
        /* width: 111.7rem; */
        height: 13.2rem;
    }

    .about_team_item_info {
        max-width: 136.6rem;
    }

    .about_team_item_name {
        font-size: 6rem;
    }

    .about_team_item_role {
        font-size: 5rem;
        margin-top: 2rem;
        margin-bottom: 4.4rem;
    }

    .about_team_item_role::after {
        height: 1rem;
    }

    .about_team_item_introduction {
        font-size: 4rem;
    }
}

@media screen and (min-width: 768px) {
    .about_team_top {
        padding-top: 3rem;
    }

    .about_team_title {
        font-size: 4.8rem;
    }

    .about_team_describe {
        font-size: 2.8rem;
        line-height: 4.4rem;
        width: 111.7rem;
        height: 13.2rem;
    }

    .about_team_item_info {
        max-width: 105.6rem;
    }

    .about_team_item_name {
        font-size: 2.4rem;
    }

    .about_team_item_role {
        font-size: 2rem;
        margin-top: 1rem;
        margin-bottom: 4.4rem;
    }

    .about_team_item_role::after {
        height: 0.4rem;
    }

    .about_team_item_introduction {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

}

.about_team_box {
    margin-top: 7rem;
    height: 90.4rem;
    /* height: 20rem; */
    background-image: url('../images/about/team.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}



.about_team_title {
    font-weight: bold;

    color: #000000;
    text-align: center;
}

.about_team_title span:nth-child(1) {
    color: #8465FF;
}

.about_team_describe {

    margin: 0 auto;
    margin-top: 3.2rem;
    font-weight: 500;


    color: #7A7980;
    text-align: center;
}

.about_team_list {
    margin-top: 10rem;
    margin-bottom: 10rem;
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
}

.about_team_item {
    padding: 4.8rem;
    overflow: hidden;
    background: #F9F8FF;
    border-radius: 4.4rem;
}

.about_team_item_left {
    float: left;
}

.about_team_item_right {
    float: right;
}

.about_team_item_img {
    width: 24rem;
    height: 24rem;
    background: #D9D9D9;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}



.about_team_item_name {
    color: #333333;

    font-weight: bold;
}

.about_team_item_role {
    color: #7A7980;
    font-weight: bold;


    position: relative;
    display: inline-block;
}

.about_team_item_role::after {
    position: absolute;
    content: '';
    width: 100%;

    background: #8465FF;
    border-radius: 0.2rem;
    left: 0;
    bottom: -2rem;
}

.about_team_item_introduction {
    color: #7A7980;
    font-weight: bold;


}

/* 发展历程 */
@media screen and (max-width: 767px) {
    .about_development_history_box {
        padding: 10rem 0;
        padding-left: 20rem;
    }

    .timeline_date {
        width: 24rem;
        height: 10rem;
        font-size: 5rem;
        left: -26rem;
    }

    .timeline_date::after {
        right: -5.8rem;
        border-left: 4rem solid #8465FF;
        border-right: 4rem solid transparent;
        border-top: 4rem solid transparent;
        border-bottom: 4rem solid transparent;
    }

    .about_development_history_item_title {
        font-size: 6rem;
    }

    .about_development_history_item_describe {
        font-size: 5rem;
    }

    .about_development_history_item_title::before {
        top: 2rem;
        left: -3rem;
        width: 2rem;
        height: 2rem;
    }

    .about_development_history_item_date {
        margin-right: 4rem;
    }

    .about_development_history_item {
        padding-left: 4rem;
    }

    .about_development_history_item_describe {
        color: #7A7980;
        margin-top: 4rem;
    }

    .about_development_history_item_img {
        height: 30rem;
        display: flex;
        gap: 4rem;
        border-radius: 2rem;
        margin-bottom: 10rem;
        margin-top: 4rem;
        -webkit-border-radius: 2rem;
        -moz-border-radius: 2rem;
        -ms-border-radius: 2rem;
        -o-border-radius: 2rem;
    }

    .about_development_history_item_img img {
        height: 100%;
        border-radius: 2rem;
        -webkit-border-radius: 2rem;
        -moz-border-radius: 2rem;
        -ms-border-radius: 2rem;
        -o-border-radius: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .about_development_history_box {
        padding: 10rem 0;
        padding-left: 17rem;
    }

    .timeline_date {
        width: 12.9rem;
        height: 5rem;
        font-size: 2.4rem;
        left: -15.4rem;
    }

    .timeline_date::after {
        right: -1.8rem;
        border-left: 1rem solid #8465FF;
        border-right: 1rem solid transparent;
        border-top: 1rem solid transparent;
        border-bottom: 1rem solid transparent;
    }

    .about_development_history_item_title {
        font-size: 1.6rem;
    }

    .about_development_history_item_describe {
        font-size: 1.4rem;
    }

    .about_development_history_item_title::before {
        top: 50%;
        left: -1.4rem;
        transform: translate(-50%, -50%);
        width: 1rem;
        height: 1rem;
    }

    .about_development_history_item_date {
        margin-right: 1rem;
    }

    .about_development_history_item {
        padding-left: 2.4rem;
    }

    .about_development_history_item_describe {
        color: #7A7980;
        margin-top: 1rem;
    }

    .about_development_history_item_img {
        height: 16.8rem;
        display: flex;
        gap: 1rem;
        border-radius: 0.4rem;
        margin-bottom: 3.6rem;
        margin-top: 2rem;
    }

    .about_development_history_item_img img {
        height: 100%;
        border-radius: 0.4rem;
    }
}

.about_development_history {
    background-image: url('../images/about/development_history_bg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.el-timeline-item__dot {
    left: calc(-1.6rem + 4px);
    top: -1.6rem;
    width: 3.2rem;
    height: 3.2rem;
}

.timeline_dot {
    width: 2rem;
    height: 2rem;
    background: #8465FF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.timeline_dot_1 {
    position: absolute;
    width: 3.2rem;
    height: 3.2rem;
    background: #8465FF;
    border-radius: 50%;
    opacity: 0.2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.timeline_date {
    background: #8465FF;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: 800;
    font-family: PingFang SC, PingFang SC;
}

.timeline_date::after {
    content: "";
    position: absolute;
    top: 50%;

    transform: translate(0, -50%);
    width: 0;
    height: 0;

}

.el-timeline-item__wrapper {
    padding-left: 5rem;
}


.about_development_history_item_title {
    font-weight: 600;
    color: #333333;
    position: relative;
}

.about_development_history_item_title::before {
    content: '';
    position: absolute;
    background: #8465FF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;


}



/** 公司动态 */
@media screen and (max-width: 767px) {
    .about_dynamic_new {
        width: 100%;
        aspect-ratio: 45 / 30;
        border-radius: 4rem;
        overflow: hidden;
        margin-bottom: 10rem;
    }

    .swiper-pagination-bullet {
        background: rgba(255, 255, 255, 0.6) !important;
        opacity: 1 !important;
    }

    .swiper-pagination-bullet-active {
        width: 8rem !important;
        border-radius: 3rem !important;
        background: #FFFFFF !important;
        -webkit-border-radius: 3rem !important;
        -moz-border-radius: 3rem !important;
        -ms-border-radius: 3rem !important;
        -o-border-radius: 3rem !important;
    }

    .about_dynamic_new_title {
        font-size: 6rem;
        bottom: 6rem;
        padding-left: 4rem;
        padding-right: 40rem;
    }

    .about_dynamic_list {
        grid-gap: 10rem;
        grid-template-columns: 1fr;
    }

    .about_dynamic_item_day {
        font-size: 16rem;
    }

    .about_dynamic_item_info_date {
        font-size: 6rem;
        margin-bottom: 0.8rem;
    }

    .about_dynamic_item_info_title {
        font-size: 8rem;
        width: 150rem;
    }

    .about_dynamic_more,
    .about_dynamic_more i {
        font-size: 6rem;
    }
}

@media screen and (min-width: 768px) {
    .about_dynamic_box {
        display: flex;
        gap: 6.4rem;
    }

    .about_dynamic_new {
        width: 45rem;
        height: 30rem;
        border-radius: 1.2rem;
        -webkit-border-radius: 1.2rem;
        -moz-border-radius: 1.2rem;
        -ms-border-radius: 1.2rem;
        -o-border-radius: 1.2rem;
        overflow: hidden;
    }

    .swiper-pagination-bullet {
        background: rgba(255, 255, 255, 0.6) !important;
        opacity: 1 !important;
    }

    .swiper-pagination-bullet-active {
        width: 2rem !important;
        border-radius: 0.5rem !important;
        background: #FFFFFF !important;
    }

    .about_dynamic_new_title {
        font-size: 2rem;
        bottom: 2rem;
        padding-left: 2rem;
        padding-right: 4.2rem;
    }

    .about_dynamic_list {
        grid-template-columns: 1fr 1fr;
        flex: 1;
        grid-gap: 0 4.8rem;
    }

    .about_dynamic_item_day {
        font-size: 6.4rem;
    }

    .about_dynamic_item_info_date {
        margin-bottom: 0.8rem;
    }

    .about_dynamic_item_info_title {
        width: 32rem;
    }

}

.about_dynamic {
    background-image: url('../images/about/dynamic_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.about_dynamic_module {
    padding: 10rem 0;
}



.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination {
    text-align: right !important;
}

.about_dynamic_new_item,
.about_dynamic_new_item img,
.swiper-slide a {
    width: 100%;
    height: 100%;
    position: relative;
}

.about_dynamic_new_title {
    position: absolute;
    font-weight: 600;
    color: #FFFFFF;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align-last: left;
}

.about_dynamic_list {

    display: grid;
    

}

.about_dynamic_list_item {
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    gap: 3.2rem;
    align-items: center;
    cursor: pointer;
    padding: 4rem 0;
}

.about_dynamic_item_day {
    font-weight: 400;

    color: #8465FF;
    font-family: Impact, Impact;
}

.about_dynamic_item_info {
    font-size: 2rem;
    color: #7A7980;
}



.about_dynamic_item_info_title {

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.about_dynamic_more {
    text-align: right;
    margin-top: 4rem;
    color: #7A7980;
    cursor: pointer;
}

/** 联系我们 */
@media screen and (max-width: 767px) {
    .about_contact_box {
        /* display: flex; */
        /* gap: 8.8rem; */
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .about_contact_map {
        width: 100%;
        aspect-ratio: 86 / 50;
        border-radius: 4rem;
        background: #8465FF;

    }

    .about_contact_info_title {
        font-size: 8rem;
    }

    .about_contact_info_title::after {
        width: 18rem;
        height: 1rem;
    }

    .about_contact_info_item_title {
        margin-right: 4rem;
    }

    .about_contact_info_item_title img {
        width: 10rem;
        height: 10rem;
    }

    .about_contact_info_item_title span,
    .about_contact_info_item_describe {
        font-size: 5rem;
    }

    .about_contact_info_item_title span {
        margin-left: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .about_contact_box {
        display: flex;
        gap: 8.8rem;
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .about_contact_map {
        width: 86rem;
        height: 50rem;
        border-radius: 1.6rem;
        background: #8465FF;
    }

    .about_contact_info_title {
        font-size: 3.6rem;
    }

    .about_contact_info_title::after {
        width: 8.8rem;
        height: 0.8rem;
    }

    .about_contact_info_item_title {
        margin-right: 1.2rem;
    }

    .about_contact_info_item_title img {
        width: 2.4rem;
        height: 2.4rem;
    }

    .about_contact_info_item_title span,
    .about_contact_info_item_describe {
        font-size: 1.4rem;
    }

    .about_contact_info_item_title span {
        margin-left: 0.6rem;
    }
}




.about_contact_info {
    padding-top: 6.8rem;
}

.about_contact_info_title {
    color: #333333;
    font-weight: 600;
    position: relative;
}

.about_contact_info_title::after {
    content: "";
    position: absolute;

    background: #8465FF;
    left: 0;
    bottom: -2.4rem;
}

.about_contact_info_box {
    margin-top: 9.5rem;
}

.about_contact_info_item {
    display: flex;
    margin-bottom: 2rem;
    align-items: flex-start;
    /* align-items: center; */
}

.about_contact_info_item_title {
    display: flex;
    align-items: center;


}

.about_contact_info_item_title span {

    font-weight: 600;
    color: #7A7980;

}

.about_contact_info_item_describe {
    color: #333333;
    font-weight: 600;
    flex: 1;
}