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

.home .home_item_2 {
    padding: 1rem 0 1.2rem;
    box-sizing: border-box;
    height: auto;
}
@media (max-width: 1700px){
    .home .home_item_2 {
       padding-bottom: 1.8rem;
    }

}
@media (max-width: 1600px){
    .home .home_item_2 {
       padding-bottom: 2.2rem;
    }

}
@media (max-width: 1440px){
    .home .home_item_2 {
       padding-bottom: 2rem;
    }

}
.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.2rem;
}

.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: 12px;
    margin-right: .1rem;
}

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



/* 卡片底部文字 */
.card-footer {
    font-size: 16px;
    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% 100%;
}

.home_item_2 .container {
    max-width: 1334px;
}

.home_item_2 .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;

    width: 95%;
    margin: 0 auto;
}

.home_item_2 .row-item .product-link {
    margin-top: 1.25rem;
}



.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 44.92804%;
    border-left: none;
    margin-right: 1%;
}

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

.tabnav {
    margin-bottom: 90px;
}

.tabnav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabnav li {
    padding: 0 17px;
}

.tabnav li a {
    display: block;
    min-width: 214px;
    border-bottom: 3px solid #d9dadc;
    padding: 18px 0;
    position: relative;
    color: #000;
}

.tabnav li a::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: #2183e9;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: all 1s ease;
}

.tabnav li.active a {
    color: #2183e9;
}

.tabnav li.active a::after {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .tabnav li a {
        min-width: 100%;
    }
}

.rows-left .row-left-item {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0.23rem;
    cursor: pointer;
    display: none;
    padding: 0;
    border: none;
}

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

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

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

}


.rows-left .row-left-item.active .row-item {

    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;
font-size:0.26rem;
}

.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;

}
@media (max-width: 1620px){
    .homeon .public-title h2 {
      
        font-size: 22px;
   
    }
}
@media (max-width: 1540px){
    .card-title {
        font-size:24px;
        width: 95%;
    }
    .rows-left .row-left-item .row-item {
 
        font-size: 14px;
 
    
    }
  
}
.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: 47.67616%;
    height: 100%;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    min-height: 24vw;
}

.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.2rem;
    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: 14px;
    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;
}
.home_item_3 .swiper-item .product-link{
    margin-top: 10px;
}


.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,.home_item_3 .swiper-item .content h3 {
    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: 2.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 {
    width: 4rem;
    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: -35%;
}

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

.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);
    border: 1px solid #2183e9;
}

.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: 14px;
    color: rgba(16, 22, 74, 0.6);
    line-height: 2;
    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: 14px;
    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: 20px;
    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: 20px;
    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:hover .content {
    max-height: 2.2rem;
    transform: translateY(-50%);
}

.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;
}

/* 为什么选择金蝶 */
.swiper-prize .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0.54rem;
}

.swiper-prize .swiper-wrapper .swiper-slide {
    flex: 0 0 calc((100% - (0.54rem * 3)) / 4);
}

.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: 15px;
    color: #0E1153;
    width: auto;
    font-weight: 400;
}

.home_item_5 .swiper-prize .swiper-slide .title .short-title {
    font-weight: bold;
    font-size: 20px;
    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: 16px;
    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: 20px !important;
    line-height: 1.3;
    margin-top: 0 !important;
}

.home_item_7.homefo.homefo-resources .box .item .itembox .txt h3 {
    font-size: 20px !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:16px !important;
    font-weight: 500;
}

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

.home_item_6 .itembox .public-btn::after,
.home_item_7 .itembox .public-btn::after {
    font-size: 16px !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 p {
    font-size: 0.4rem;
    font-weight: bold;
    margin-bottom: 0.26rem;
}

.common-footer .footer-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
}


.common-footer .footer-content .qr-code {
    width: 2.4rem;
    margin-right: 0.3rem;
    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: 16px;
}

.footer-right .top,
.footer-right .bottom {
    display: flex;
    flex-direction: column;
    line-height: 2;
}

.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-right .bottom a {
    color: #2F76F6;
}

/* 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) {
    .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: 100%;
        padding-bottom: 0.78rem;
    }

    .swiper-home_item_3 .swiper-wrapper {
        padding: 0 0.3rem;
        box-sizing: border-box;
    }

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

    }

    .home_item_3 .swiper-slide {
        width: inherit !important;
        max-width: 100%;
    }

}