.home .home_item {
    width: 100%;
    padding: 0.32rem 0 0.36rem;
    box-sizing: border-box;
}

.home .home_item_2 {
    padding: 1rem 0 1rem;
    box-sizing: border-box;
    height: auto;
    /* background: linear-gradient( 0deg, #FFFFFF 0%, #F4F8FF 100%); */
}

.home .home_item_3 {
    padding: 0.68rem 0 0.64rem;
}

.home .home_item_4 {
    padding-bottom: 1rem;
}

.home .home_item_5 {
    padding-bottom: 1rem;
    padding-top: 0;
}

.home .home_item_6 {
    padding: 1rem 0 !important;
    background: #F7F7F8;
}

.home .home_item_7 {
    padding: 1rem 0 !important;
}

.home_item .public-title h2 {
    font-size: 0.4rem;
    font-weight: bold;
    margin-bottom: 0.82rem;
}

.home .home_item.home_item_1 {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

/* 卡片容器 */
.cards-container {
    width: 100%;
    display: flex;
    gap: 0.27rem;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/* 卡片样式 */
.card {
    flex: 1;
    display: block;
    position: relative;
    min-height: 257px;
    border-radius: 0.12rem;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease;
    cursor: pointer;
}



/* 卡片背景图 */
.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.3s ease;
}

.card:hover .card-bg {
    transform: scale(1.2)
}

/* 卡片内容 */
.card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.32rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #fff;
}

/* 卡片标签 */
.card-tags {
    margin-bottom: 0.2rem;
}

.tag {
    display: inline-block;
    padding: 0.05rem 0.1rem;
    border-radius: 0.12rem;
    background: rgba(255, 255, 255, 0.17);
    font-size: 0.12rem;
    margin-right: .1rem;
}

/* 卡片标题 */
.card-title {
    font-size: 0.24rem;
    margin: 0;
    line-height: 1.4;
    width: 70%;
}



/* 卡片底部文字 */
.card-footer {
    font-size: 0.16rem;
    align-self: flex-start;
    font-weight: 500;
}


.card-footer::after {
    content: "";
    transition: all 0.4s ease;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
    content: "\e683";
    margin-left: 5px;
    font-weight: 500;
}

/* logo墙 */
.homeon {
    padding: 0.1rem 0 0.1rem;
}

.homeon .public-title h2 {
    font-weight: 400;
    font-size: 0.22rem;
    color: #03053B;
    text-align: center;
}

/* 产品 */
.home_item_2 {
    background: url(https://www.kingdee.com/r/cms/www/default/2025Assets/img2025/index2025/module-bg.png) no-repeat 100%;
    background-size: cover;
}

.home_item_2 .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    min-height: 30vw;
}

.home_item_2 .row.row-revert {
    flex-direction: row-reverse;
    margin-top: 0.8rem;
}

.product-link a:first {
    margin-right: 0.18rem;
}

.home_item_2 .row .rows-left {
    flex: 0 0 35%;
    border-left: 1px solid #d9dadc;
    margin-right: 1%;
}

.home_item_2 .row.row-revert .rows-left {
    margin-left: 1%;
    margin-right: 0;
}

.rows-left .row-left-item {
    width: 100%;
    padding: 0rem 0.32rem 0.32rem;
    box-sizing: border-box;
    border-left: 3px solid transparent;
    margin-bottom: 0.23rem;
    cursor: pointer;
}

.rows-left .row-left-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.rows-left .row-left-item.active {
    border-color: #2F76F6;
}

.rows-left .row-left-item .row-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 0.16rem;
    color: #4e525c;
    line-height: 1.5;
    overflow: hidden;
    max-height: 140px;
    transition: all 0.85s ease;
}

.rows-left .row-left-item.active .row-item {
    max-height: 300px;
    color: #03053B;
}

.rows-left .row-left-item .row-item .dis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.rows-left .row-left-item.active .row-item .dis {
    display: inline-block;
}

.row .short-title {
    line-height: 2;
}

.row-item .title {
    margin: 0.1rem 0 0.2rem;
    font-weight: bold;
    font-size: 0.28rem;
}

.rows-left .row-left-item.active .title {
    font-size: 0.36rem;

}

.rows-left .row-left-item.active .row-item .dis {
    color: #22232D;
}

.row-item .product-link {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.row-item .product-link a {
    height: 46px;
    line-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.home_item_2 .row .row-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 59%;
    height: 100%;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.home_item_2 .row.row-revert .row-right {
    margin-left: 0;
    right: auto;
    left: 0;

}

.home_item_2 .row .row-right .img-row {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateX(0);
    transition: transform 1s ease;
    z-index: 1;
    /* 默认在底层 */
}

/* 当被激活时：从右侧滑入 */
.home_item_2 .row .row-right .img-row.entering {
    transform: translateX(100%);
    z-index: 2;
}

/* 关键：给 active 图加一个“入场前状态” */
.home_item_2 .row .row-right .img-row.active {
    transform: translateX(0);
    z-index: 3;
}

.home_item_2 .row .row-right .img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.home_item_2 .row .row-right .jg {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.jg .jg-item {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.8rem;
    position: relative;
}

.jg .jg-item:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    ;
}

.jg .jg-item-box {
    width: 100%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.14rem;
    line-height: 1.4;
    position: relative;
}

.jg .jg-item-box span {
    width: 85%;
}

.jg .jg-item .bg {
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.jg .jg-item .bg-l {
    left: 0;
}

.jg .jg-item .bg-r {
    right: 0;
}

.jg .jg-item-box .jg-item-img {
    width: 0.6rem;
    object-fit: cover;
}

/* 智能体 */
.home_item_3 .logo {
    width: 0.56rem;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
    margin-bottom: 0.26rem;
    display: block;
}



.home_item_3 .swiper-item {
    width: 100%;
    border-radius: 0.16rem;
    box-sizing: border-box;
    padding: 0.28rem 0.32rem;
    min-height: 396px;
    position: absolute;
    z-index: 2;
    top: 0;
}



.swiper-pagination-bullet {
    width: 0.13rem !important;
    height: 0.05rem !important;
    background: #E9ECFA !important;
    border-radius: 0.47rem !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #1E2455 !important;
}

.home_item_3 .swiper-slide .img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
}

.home_item_3 .swiper-item .content {
    display: flex;
    flex-direction: column;
}

.swiper-home_item_3 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 0.78rem;
}

.swiper-home_item_3 .btn-swiper {
    width: 1.15rem;
    background: linear-gradient(90deg, #FFFFFF 38.92%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 0.56rem));
    z-index: 5;
}



.swiper-home_item_3 .btn-swiper.btn-swiper-left {
    left: 0;
}

.swiper-home_item_3 .btn-swiper.btn-swiper-right {
    right: 0;
    background: linear-gradient(270deg, #FFFFFF 38.92%, rgba(255, 255, 255, 0) 100%);
}


.swiper-home_item_3 .btn-swiper.btn-swiper-left .swiper-button-next {
    right: -100%;
}

.swiper-home_item_3 .btn-swiper.btn-swiper-right .swiper-button-prev {
    left: -137%;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    width: 0.44rem;
    right: initial;
    height: 0.44rem;
    left: initial;
    transform: none;
    background-image: none;
    background: #fff;
    background-size: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    box-shadow: 0px 5px 14px 3px rgba(16, 22, 74, 0.06);
}

.swiper-button-prev img,
.swiper-button-next img {
    width: 0.25rem;
    height: auto;
    object-fit: cover;
    display: none;
}

.swiper-button-prev img.hover,
.swiper-button-next img.hover {
    display: none;
}

.swiper-button-prev img.n-hover,
.swiper-button-next img.n-hover {
    display: block;
}

.swiper-button-prev:hover {
    background: linear-gradient(to right, #1568ee 0%, #1fabff 100%);
}

.swiper-button-next:hover {
    background: linear-gradient(to right, #1fabff 0%, #1568ee 100%);
}

.swiper-button-prev:hover img.hover,
.swiper-button-next:hover img.hover {
    display: block;
}

.swiper-button-prev:hover img.n-hover,
.swiper-button-next:hover img.n-hover {
    display: none;
}

.swiper-button-disabled {
    background: #f5f6fa;
    opacity: 1 !important;
}

.swiper-home_item_3 .swiper-wrapper .content {
    font-size: 0.14rem;
    color: rgba(16, 22, 74, 0.6);
    line-height: 2;
    letter-spacing: w;
    word-break: break-all;
}

.swiper-home_item_3 .swiper-wrapper .content span {
    margin: 0;
    line-height: 1.2;
    min-height: 0.4rem;
}

.swiper-home_item_3 .swiper-wrapper .content span:first-child {
    font-weight: bold;
    font-size: 0.24rem;
    color: #10164A;
    line-height: 1;
    margin: 0;
}

.swiper-home_item_3 .product-link a {
    margin-top: 0;
    min-width: 104px;
    height: 36px;
    line-height: 36px !important;
}

/* 解决方案 */
.home .home_item_4 .row1,
.home .home_item_4 .row2 {
    display: flex;
    gap: 0.2rem;
    margin-bottom: 0.2rem;
}

.home .home_item_4 .row-item {
    border-radius: 0.16rem;
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.4s ease, box-shadow 0.3s ease;
    flex: 1;
    min-width: 0;
    position: relative;
}

.home .home_item_4 .row-item.expanded {
    flex: 2;

}

.home .home_item_4 .row-item img {
    width: 100%;
    height: 3.34rem;
    border-radius: 0.16rem;
    transition: all .3s ease;
}

.home .home_item_4 .row-item .content {
    font-size: 0.14rem;
    position: absolute;
    bottom: 0.45rem;
    left: 0.45rem;
    right: 0.45rem;
    color: #fff;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    max-height: 0.4rem;
    overflow: hidden;
    transition: all 0.8s ease;
    z-index: 10;
}


.home .home_item_4 .row-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    z-index: 1;
    content: '';
}

.home .home_item_4 .row-item:hover>img {
    transform: scale(1.1)
}

.home .home_item_4 .row-item:hover::before {
    background: rgba(0, 0, 0, .2);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.home .home_item_4 .row-item::after {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    z-index: 1;
    content: '';
    background-color: initial;
}

.home .home_item_4 .row-item:hover::after {
    background: rgba(0, 0, 0, .5);
}


.home .home_item_4 .row-item .content .title {
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
}

.home .home_item_4 .row-item .content .dis {
    color: #fff;
}

.home .home_item_4 .row-item .content .product-link {
    margin-top: 0.2rem;
    border-color: transparent;
    display: none;
}

.home .home_item_4 .row-item .content .product-link a {
    display: inline-block;
    height: auto;
    border: none;
    color: #fff;
    text-align: left;
    line-height: 1 !important;
}

.home .home_item_4 .row-item .content .product-link a:after {
    content: "\e683";
    margin-left: 5px;
}

.home_item_4 .container>.product-link {
    text-align: center;
}

.home_item_4 .container>.product-link a {
    color: #2F76F6;
    border-color: #2F76F6;
    margin-top: 0.66rem;
}

/* 为什么选择金蝶 */

.home_item_5 .swiper-prize .bg {
    position: absolute;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: auto;
}

.home_item_5 .swiper-prize .bg.bg-l {
    left: 0;
}

.home_item_5 .swiper-prize .bg.bg-r {
    right: 0;
}

.home_item_5 .swiper-prize .swiper-slide .title {
    width: 69%;
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
}

.home_item_5 .swiper-prize .swiper-slide .title .title {
    font-size: 0.15rem;
    color: #0E1153;
    width: auto;
    font-weight: 400;
}

.home_item_5 .swiper-prize .swiper-slide .title .short-title {
    font-weight: bold;
    font-size: 0.2rem;
    width: 100%;
    margin: 0 auto;
    color: #2F76F6;
    padding: 0.1rem 0 0.2rem;
    border-bottom: 1px solid #EDF1F4;
    margin-bottom: 0.13rem;
    box-sizing: border-box;
}

.home_item_5 .swiper-prize .swiper-slide .title .dis {
    font-size: 0.16rem;
    color: #0E1153;
    width: 80%;
    margin: 0 auto;
    font-weight: normal;
    min-height: 0.5rem;
}


/* 共同选择 */
.home_item_6 a.public-btn,
.home_item_7 a.public-btn {
    width: 160px !important;
    height: 56px !important;
    border-radius: 6px !important;
    border: 1px solid #2F76F6 !important;
    background: transparent !important;
    color: #2F76F6 !important;
    margin-top: 30px !important;
}

.home_item_6 .public-btn::after,
.home_item_7 .public-btn::after {
    color: #2F76F6 !important;
}

.home .home_item_7 a.public-btn {
    margin-top: 50px !important;
}

.home_item_6 .swiper-button-next,
.home_item_7 .swiper-button-next {
    left: 0;
    transform: translateX(-0.2rem);
}

.home_item_6 .swiper-button-prev,
.home_item_7 .swiper-button-prev {
    right: 0;
    transform: translateX(0.25rem);
}

.homefo.homefo-resources .box .item {
    padding: 0 !important;
}

.homefo.homefo-resources .box .item .itembox .public-img {
    border-radius: 0.16rem 0.16rem 0 0 !important;
    height: 2.22rem;
}

.home_item_7.homefo.homefo-resources .box .item .itembox .public-img {
    height: 1.88rem;
}

.homefo.homefo-resources .box .item .itembox .txt {
    padding: 0.28rem 0.34rem 0.34rem !important;
    ;
    border: none !important;
    ;
    border-radius: 0 0 0.16rem 0.16rem !important;
    background: #fff !important;
    box-shadow: 0px 5px 14px 3px rgba(16, 22, 74, 0.06);
}

.home_item_7.homefo.homefo-resources .box .item .itembox .txt {
    padding: 0.3rem 0.32rem 0.27rem 0.25rem !important;
}

.homefo.homefo-resources .box .item .itembox .txt h3 {
    font-size: 0.2rem !important;
    line-height: 1.3;
    margin-top: 0 !important;
}

.home_item_7.homefo.homefo-resources .box .item .itembox .txt h3 {
    font-size: 0.16rem !important;
}

.homefo.homefo-resources .box .item .itembox .txt .public-btn {
    margin-top: 0.58rem !important;
}

.homefo.homefo-resources .box .item .itembox .txt .public-btn2 p {
    font-size: 0.16rem !important;
    font-weight: 500;
}

.home_item_7.homefo.homefo-resources .box .item .itembox .txt .public-btn2 p {
    font-size: 0.16rem !important;
}

.home_item_6 .itembox .public-btn::after,
.home_item_7 .itembox .public-btn::after {
    font-size: 0.16rem !important;
    content: "\e683";
    margin-left: 5px;
}


.home_item_7 a.public-btn {
    width: 160px !important;
    height: 56px !important;
}

.home_item_7 a.public-btn::after,
.home_item_6 a.public-btn::after {
    margin-top: 0.02rem;
}

/* 底部 */

.common-footer {
    padding: 0.95rem 0.8rem;
    background: url(https://www.kingdee.com/r/cms/www/default/2025Assets/img2025/index2025/footer-bg.png) no-repeat 100%;
    background-size: cover;
}

.common-footer .public-title h2 {
    font-size: 0.4rem;
    font-weight: bold;
    margin-bottom: 0.26rem;
}

.common-footer .footer-content {
    width: 100%;
    display: flex;
    font-size: 0.24rem;
    flex-direction: column;
}
.common-footer .footer-content .top{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2rem;
}

.common-footer .footer-content .qr-code {
    width: 2.4rem;
    margin-right: 0.2rem;
    height: auto;
    flex: 0 0 2.4rem;
}

.common-footer .footer-content .qr-code img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.footer-right {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #7B808C;
    font-size: 0.16rem;
}

.footer-right .top,
.footer-content .bottom {
    display: flex;
    flex-direction: column;
    line-height: 2;
    width: 80%;
    margin: 0 auto;
    font-size: 0.24rem;
    text-align: center;
}

.footer-right .top {
    margin-bottom: 0.25rem;
}

.top-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 0.18rem;
    color: #333333;
}

.top-item img {
    width: 0.2rem;
    margin-right: 0.1rem;
    display: inline-block;
    object-fit: cover;
}

.footer-content .bottom a {
    color: #2F76F6;
}
.footer-content .bottom p{
    font-size:0.24rem;
}

/* banner调整 */
.banner-swiper {
    height: 600px;
    background: #fff;
}

.banner-swiper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 1;
    background: url(https://www.kingdee.com/r/cms/www/default/2025Assets/img2025/index_banner_bg.png) no-repeat 100%;
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.banner-swiper .swiper-pagination-bullet-active::before {
    background: #1E2455 !important;
}

.bg-pc-mobile img {
    max-height: 600px;
}

@media (max-width: 768px) {
    .container {
        width: 92% !important;
        background: transparent;
    }

    .banner-swiper {
        height: auto;

    }

    .homeon .public-title h2 {
        font-size: 0.28rem;
    }

    .home .home_item.home_item_1 {
        padding: 0;
        position: relative;
        padding: 0.3rem 0.3rem 0.6rem;
        box-sizing: border-box;
    }

    .home .home_item.home_item_1 .swiper-pagination {
        bottom: 0;
        width: 100%;
    }

    .cards-container {
        flex-wrap: nowrap;
    }

    .card {
        flex: none;
        min-height: 165px;
        height: 165px;
    }

    .card-content {
        height: 100%;
    }

    .card-tags {
        margin-bottom: 0.4rem;
    }

    .tag {
        padding: 0.05rem 0.2rem;
        border-radius: 0.24rem;
        font-size: 0.24rem;
        margin-right: .2rem;
    }

    .card-title {
        font-size: 0.3rem;
        line-height: 1.4;
        width: 75%;
        font-weight: 500;
    }

    .card-footer {
        font-size: 0.28rem;
        font-weight: 500;
    }

    .swiper-pagination-bullet {
        width: 0.3rem !important;
        height: 0.08rem !important;
    }

    .img-logos {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .img-logos .img-logos-item {
        width: calc((100% - 0.3rem) / 4);
    }

    .swiper-home_item_3 {
        width: 88%;
        padding: 0.3rem 0.3rem 0.6rem;
        box-sizing: border-box;
        padding-bottom: 1.2rem;
    }


    .home_item_3 .logo {
        width: 0.8rem;
        margin-bottom: 0.4rem;

    }



    .home_item .public-title h2 {
        font-size: 0.44rem;
        margin-bottom: 0.4rem;
    }

    .home_item_3 .swiper-item {
        width: 100%;
        border-radius: 0.2rem;
        box-sizing: border-box;
        padding: 0.6rem;
        min-height: auto;
        position: absolute;
        z-index: 2;
        top: 0;
    }

    .home_item_3 .swiper-item .content {
        font-size: 0.28rem;
    }

    .swiper-home_item_3 .swiper-wrapper .content span:first-child {
        font-size: 0.4rem;
        margin-bottom: 0.2rem;
    }

    .swiper-home_item_3 .product-link a {
        margin-top: 0.2rem;
    }

    .home_item_4 .box {
        position: relative;
        padding-bottom: 0.8rem;
    }

    .home .home_item_4 .row1,
    .home .home_item_4 .row2 {
        flex-direction: column;
        gap: 0.3rem;
    }

    .home .home_item_4 .row-item .content {
        font-size: 0.28rem;
        left: 0.45rem;
        right: 0.45rem;
        line-height: 1.5;
        display: flex;
        flex-direction: column;
        max-height: none;
    }

    .home .home_item_4 .row-item .content .title {
        font-size: 0.38rem;
        margin: 0 0 0.1rem;
    }

    .home .home_item_5 {
        padding:0;
        padding-bottom: 1.2rem;
    }

    /* 产品 */
    .home_item_2 .row {
        flex-direction: column;
        background: linear-gradient( 0deg, #FFFFFF 0%, #F4F8FF 100%);
    }

    .home_item_2 .row .row-item {
        position: relative;
        margin-bottom: 0.42rem;
        width: 100%;
        background: transparent;
        overflow: hidden;
 box-shadow: 0px 5px 14px 3px rgba(16, 22, 74, 0.06);
    }

    .home_item_2 .row .row-item .row-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #000000;
        font-size: 0.27rem;
        padding: 0.4rem 0.3rem;
        box-sizing: border-box;
        background: #fff;
        border-radius: 0.16rem;
        box-shadow: 0px 5px 14px 3px rgba(16, 22, 74, 0.06);
        height: auto;
        opacity: 1;
        transition:
            height 0.4s ease,
            opacity 0.4s ease,
            padding 0.4s ease;
        cursor: pointer;
    }

    .home_item_2 .row .row-item .row-header>img {
        width: 0.54rem;
        height: 0.54rem;
        border-radius: 50%;
        display: block;
    }

    .home_item_2 .row .row-item.active .row-header>img {
        display: none;
    }

    .home_item_2 .row .row-item.active .row-header {
        height: 0;
        opacity: 0;
        padding: 0;
        pointer-events: none;
        /* 防止点击穿透 */
    }

    .home_item_2 .row .row-item.active .row-expend {
        max-height: 1000px;
    }

    .home_item_2 .row .row-item .row-expend {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.4s ease-in-out;
        position: relative;
    }

    .home_item_2 .row .row-item .row-img {
        height: 8.5rem;
    }

    .home_item_2 .row .row-item .row-img .img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .home_item_2 .row .row-item .content {
        position: absolute;
        left: 0.35rem;
        top: 0.35rem;
        right: 0.3rem;
        color: #fff;
        font-size: 0.24rem;
    }

    .row .row-item .content .short-title {
        font-size: 0.28rem;
    }

    .row .row-item .content .title {
        font-size: 0.4rem;
    }

    .row .row-item .content .dis {
        font-size: 0.24rem;
    }

    .row-item .product-link {
        margin-top: 0.4rem;
        gap: 0.3rem;
    }

    .row-item .product-link a {
     height: 36px;
        line-height: 1;
        min-width: 104px;
        font-size: 0.28rem;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

    .home_item_5 .swiper-prize .swiper-slide .title {
        width: 80%;
    }

    .home_item_5 .swiper-prize .swiper-slide .title .title {
        font-size: 0.28rem;
    }

    .home_item_5 .swiper-prize .swiper-slide .title .short-title {
        font-size: 0.36rem;
        padding: 0.1rem 0 0.2rem;
        margin-bottom: 0.13rem;
    }

    .home_item_5 .swiper-prize .swiper-slide .title .dis {
        font-size: 0.24rem;
        width: 80%;
        margin: 0 auto;
        font-weight: normal;
        min-height: 0.8rem;
    }

    .resources-center {
        padding: 0 !important;
    }

    .homefo.homefo-resources .box {
        padding-bottom: 0.5rem !important;
        margin: 0!important;
    }

    .homefo.homefo-resources .box .item .itembox .public-img {
        height: 3.2rem!important;
    }

    .homefo.homefo-resources .box .item .itembox .txt h3 {
        font-size: 0.32rem !important;

    }

    .home_item_7.homefo.homefo-resources .box .item .itembox .txt h3 {
        font-size: 0.32rem !important;
    }

    .homefo.homefo-resources .box .item .itembox .txt .public-btn2 p {
        font-size: 0.28rem !important;
    }

    .homefo.homefo-resources .box .item {
        margin-bottom: 0.4rem !important;
    }

    .home_item_7.homefo.homefo-resources .box .item .itembox .txt .public-btn2 p {
        font-size: 0.28rem !important;
    }

    .product-link a.border {
        border: 1px solid #fff;
        color: #fff;
    }

    .common-footer {
        margin-bottom: 78px;
        padding: 0.8rem 0;
    }

    .common-footer .container {
        width: 92%;
    }

    .common-footer .footer-content .qr-code {
        width: 2.4rem;
        flex: 0 0 2.4rem;
    }

    .footer-right {
        /* flex: 1; */
        font-size: 0.24rem;
    }

    .top-item {
        font-size: 0.28rem;
        color: #333333;
        margin-bottom: 0.1rem;
    }
    .swiper-button-prev, .swiper-button-next{
        display: none!important;
    }
    .home_item_3 .product-link a.border{
        border: 1px solid #262b39;
        color: #262b39;
  margin-top: 0.4rem;
display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
    }
}