@charset "UTF-8";
body {
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: #f8f7f7 !important;
}

#app {
    background-color: #fff;
}

.slidebox {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.slidebox img {
    /*height: 3.22rem;*/
    width: 100%;
}

.categorybox {

}

.commontitle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 1.83rem;
    text-align: center;
    font-weight: 400;
    color: rgba(52, 53, 68, 1);
    background-color: #fff;
}

.commontitle .hd {
    position: relative;
}

.commontitle h1 {
    font-size: 0.4rem;
    font-weight: 400;
}

.commontitle i {

    width: 0.69rem;
    height: 0.38rem;
    position: absolute;
    top: 0.1rem;

}

.commontitle .icon-left {
    left: -1rem;
    background: url("https://lbdj.oss-cn-beijing.aliyuncs.com/wap/icon/tright.png") no-repeat;
    background-size: 100%;
}

.commontitle .icon-right {
    right: -1rem;
    background: url("https://lbdj.oss-cn-beijing.aliyuncs.com/wap/icon/tleft.png") no-repeat;
    background-size: 100%;
}

.commontitle p {
    font-size: 0.16rem;
    margin-top: 0.2rem;
}

.commontitle-vice {
    box-sizing: border-box;
    position: relative;
    height: 1.64rem;
}

.grid-icons {
    width: 1.12rem;
    height: 1.12rem;
}

.mui-content .mui-table-view {
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee;
    font-size: 0;
}

.categorybox .mui-content > .mui-table-view:first-child {
    margin-top: 0;
}

.mui-content .mui-grid-view.mui-grid-9 .mui-table-view-cell {
    list-style: none;
    padding: 0.04rem 0.08rem;
    border-right: 1px solid #EFEFF0;
    border-bottom: 1px solid #EFEFF0;
    display: inline-block;
    text-align: center;
    width: 25%;
    height: 2.16rem;
    /*line-height: 2.16rem;*/
    overflow: hidden;
    box-sizing: border-box;
}

.mui-content .mui-grid-view.mui-grid-9 .mui-table-view-cell a {
    text-decoration: none;
    color: #343544;
    font-size: 0.24rem;
    display: block;
    padding: 0.5rem 0 0.4rem;
}

.line {
    background: url("https://lbdj.oss-cn-beijing.aliyuncs.com/wap/icon/line.png") no-repeat;
    background-size: 100%;
    height: 0.23rem;
    margin: 0.5rem 0.3rem 0;
}

.promiselist {
    padding: 0.4rem 0.3rem 0;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.promiselist .item {
    width: 47%;
    height: 3.58rem;
    border-radius: 0.08rem;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    margin-bottom: 0.3rem;
}

.promiselist .promisea {
    background: url("https://lbdj.oss-cn-beijing.aliyuncs.com/wap/icon/a.png") no-repeat;
    background-size: 100% 100%;
}

.promiselist .promiseb {
    background: url("https://lbdj.oss-cn-beijing.aliyuncs.com/wap/icon/b.png") no-repeat;
    background-size: 100% 100%;
}

.promiselist .promisec {
    background: url("https://lbdj.oss-cn-beijing.aliyuncs.com/wap/icon/c.png") no-repeat;
    background-size: 100% 100%;
}

.promiselist .promised {
    background: url("https://lbdj.oss-cn-beijing.aliyuncs.com/wap/icon/d.png") no-repeat;
    background-size: 100% 100%;
}

.promiselist .item:nth-child(2n) {
    margin-left: 0.3rem;
}

.item img {
    width: 0.99rem;
    height: 0.85rem;
    margin-top: 0.3rem;
}

.item .item-title {
    color: #fff;
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0.35rem 0 0.18rem;
}

.item .good {
    text-align: center;
    width: 2.46rem;
    height: 1.1rem;
    background: rgba(144, 196, 228, 0.3);
    border-radius: 0.08rem;
}

.item .good p {
    color: #fff;
    font-size: 0.26rem;
    margin: 0.18rem 0 0;
}

.newbox .commontitle-news {
    position: relative;
    box-sizing: border-box;
    padding: 25px 0 5px;
}

.newbox .commontitle-news .stac-image {
    position: absolute;
    top: 0.59rem;
    left: 50%;
    transform: translateX(-50%);


}

.newbox .commontitle-news .stac-image .stac-icon {
    position: relative;
    z-index: 5;
    width: 2.38rem;
    height: 0.38rem;
}

.newbox .commontitle-news .stac-image .stac-icon .icon-left {
    position: absolute;
    z-index: 3;
    width: 0.71rem;
    height: 0.46rem;
    left: -1.65rem;
    top: -0.1rem;
}

.newbox .commontitle-news .stac-image .stac-icon .icon-center {
    position: absolute;
    z-index: 5;
    width: 4.38rem;
    height: 0.38rem;
    right: -0.9rem;
}

.newbox .commontitle-news .stac-image .stac-icon .icon-right {
    position: absolute;
    z-index: 3;
    width: 0.71rem;
    height: 0.42rem;
    left: 3.1rem;
    top: 0.06rem;
}

.newbox .tab .tab-hd {
    position: relative;
    height: 0.96rem;
    padding: 0 0.28rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.newbox .tab .tab-hd a {
    position: relative;
    font-size: 0.26rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #4A4B4D;
}

.newbox .tab .tab-hd a.current {
    font-size: 0.26rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #1C1C1E;
}

.newbox .tab .tab-hd a .curr-item{
    position: absolute;
    bottom: -0.13rem;
    left: 0.37rem;
    width: 0.28rem;
    height: 0.1rem;
    display: block;
}

.tab-bd {
    /*height: 4.6rem;*/
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 0.1rem;
}

.tab-bd .market {
    display: none;
}

.tab-bd .items {
    padding: 0 0.3rem;
}

.tab-bd .newlist {
    width: 100%;
    overflow: hidden;
    padding-top: 0.26rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #E5E6EC;
}

.tab-bd .morecontent{
    display: none;
}

.tab-bd .newlist:first-child{
    padding-top: 0;
}

.tab-bd .newlist:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}

/*.tab-bd .newlist:nth-child(2n) {*/
/*    margin-left: 0.2rem;*/
/*}*/

.tab-bd .newlist .captionitem{
    display: flex;
}

.tab-bd .newlist .image {
    width: 2.22rem;
    height: 1.71rem;
    border-radius: 0.03rem;
    overflow: hidden;
    margin-right: 0.17rem;
}

.tab-bd .newlist .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-bd .newlist .newstext{
    flex: 1;
    padding: 0.14rem 0 0.1rem;
}

.tab-bd .newlist .newstitle {
    font-size: 0.24rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #242526;
    line-height: 0.34rem;
    margin-bottom: 0.17rem;
}

.tab-bd .newlist .newscontent {
    font-size: 0.2rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #828C96;
    line-height: 0.31rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.tab-bd .isMore{
    display: block;
    height: 0.32rem;
    font-size: 0.22rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #828C96;
    margin: 0.26rem 0;
    text-align: center;
}

.tab-bd .isMore img{
    width: 0.2rem;
    height: 0.2rem;
}


.area-select {
    padding: 0 0.96rem;
}

.area-select select {
    width: 100%;
    height: 0.75rem;
    border: 1px solid #ccc !important;
    /*padding: 0px 15px;*/
    color: rgba(61, 70, 77, 0.7);
    font-size: 0.24rem;
    border-radius: 0.08rem;
    background-color: #fff;
    margin-bottom: 0.3rem;
}

.area-select select:focus {
    outline: none;
    box-shadow: 0 0 1px 3px rgba(217, 222, 250, 1);
    background-color: transparent;
    color: #222;
    border: 1px solid #aaa;
}


.search-item {
    width: 100%;
    height: 0.75rem;
    background: rgba(255, 138, 12, 1);
    color: #fff;
    border-radius: 0.08rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-result {
    display: none;
    text-align: center;
    margin-top: 0.39rem;
    font-size: 0.24rem;
}

.search-result .resultnum {
    font-size: 0.3rem;
    color: #ec0000;
}

.search-result .searchunit {
    font-size: 0.24rem;
    color: #ec0000;
}

.partnerlogo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin-bottom: 0.4rem;*/
    overflow: hidden;
}

.logo-cell {
    width: 33%;
}

.logo-cell img {
    width: 2.16rem;
    height: 1.10rem;
}

.swiper-container0 .swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-container1 .swiper-pagination-bullet-active {
    background-color: #343544
}

#swiper5 {
    width: 100%;
    overflow: hidden;
}

.codebox {
    height: 5rem;
    background: #fff;
    margin-top: 0.15rem;
}

.goods {
    width: 5.8rem;
    margin: 0 auto;
}

.goods .item {
    width: 2.28rem;
    height: 2.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("https://lbdj.oss-cn-beijing.aliyuncs.com/wap/icon/place-order-bg.png") no-repeat;
    background-size: 100%;
}

.goods .item span {
    color: #333;
    font-size: 0.24rem;
    margin-top: 0.1rem;
}

.goods .item em {
    color: #ff2b2b;
    font-size: 0.24rem;
}

.goods .item .shortcut-icon {
    width: 1.55rem;
    height: 1.55rem;
    overflow: hidden;
    margin-top: 0.05rem;
}

.shortcut-goods {
    display: block;
    width: 1.55rem;
    height: 1.55rem;
}

.lbdj-qrcode {
    background: url("https://lbdj.oss-cn-beijing.aliyuncs.com/wap/icon/lbdj-app-qrcode.png") no-repeat;
    background-size: 100%;
}

.lbdj-xcx-icon {
    background: url("https://lbdj.oss-cn-beijing.aliyuncs.com/wap/icon/lbdj-xcx-icon.jpg") no-repeat;
    background-size: 100%;
}

 .app-banner {
     box-sizing: border-box;
     position: relative;
     width: 100%;
     height: 100vh;
 }

.app-banner {
    position: relative;
    width: 100%;
    height: 100vh;
}

.app-banner-cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.app-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

 .app-banner-main {
     position: relative;
     /*height: 100%;*/
     width: 100%;
     height: calc(100% - var(--browser-address-bar, 0px));
     background: rgba(0,0,0,0.25);
 }

.app-banner-main {
    position: relative;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.abt-banner-box{
    padding-top: 83px;
}

.abt-banner {
    width: 271px;
    height: 130px;
    background: url(https://osscdn.lbdj.com/J/G/G-A/devCustom/20250416/revisionIcon/revision-icon59.png) no-repeat;
    background-size: 100% 100%;
    margin: auto;
}

 .ab-title {
     padding-top: 1.58rem;
     width: 4.96rem;
     height: 1.73rem;
 }

.ab-type-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.abtl-item {
    position: relative;
    font-size: 0.27rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.38rem;
    margin-right: 0.26rem;
}

.abtl-item::after {
    content: "";
    position: absolute;
    top: 0.08rem;
    right: -0.13rem;
    transform: translateX(-50%);
    width: 0.01rem;
    height: 0.23rem;
    background-color: #fff;
}

.abtl-item:last-child {
    margin-right: 0;
}

.abtl-item:last-child::after {
    display: none;
}

.ab-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: calc(0.92rem + constant(safe-area-inset-bottom));
    padding-bottom: calc(0.92rem + env(safe-area-inset-bottom));
}

.ab-btn-box{
    width: 100%;
}

.btn-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}

.download-btn{
    width: 138px;
    height: 40px;
    background: #FD4845;
    border-radius: 5px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

.abb-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.56rem;
    margin-bottom: 0.53rem;
}

.abbb-text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #F73A22;
    border-radius: 0.09rem;
    height: 0.68rem;
    font-size: 0.31rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
}

.abbb-text::after {
    content: "";
    position: absolute;
    transform: translateX(-100%);
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    clip-path: polygon(10% 0, 20% 0, 10% 100%, 0 100%);
    animation: btnanim infinite 2s linear;
}

@keyframes btnanim {
    0% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

.abbb-image {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    position: absolute;
    right: -0.23rem;
    top: -0.43rem;
    text-align: center;
    width: 1.39rem;
    height: 0.47rem;
    background: url("https://osscdn.lbdj.com/mobile/index/image012.png") no-repeat;
    background-size: 100% 100%;
}

.abbbi-span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    height: 0.36rem;
}

.ab-text {
    text-align: center;
    font-size: 0.22rem;
    font-family: PingFangSC, PingFang SC;
    color: #fff;
    line-height: 0.32rem;
    margin-bottom: 0.09rem;
}

.abt-span {
    color: #FFC02F;
    font-weight: 600;
}

.ab-arrow {
    width: 0.37rem;
    height: 0.19rem;
    margin-top: 65px;
    animation: anim infinite 2s;
}

@keyframes anim {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(100%);
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.serve-type-all {

}

.stac-image {
    position: absolute;
    top: 0.59rem;
    left: 50%;
    transform: translateX(-50%);
}

.stac-image-left {
    position: absolute;
    z-index: 3;
    top: -0.09rem;
    left: -0.56rem;
    width: 0.71rem;
    height: 0.46rem;
}

.stac-image-right {
    position: absolute;
    z-index: 3;
    top: 0.07rem;
    right: -0.48rem;
    width: 0.71rem;
    height: 0.42rem;
}

.staci-cont {
    position: relative;
    z-index: 5;
    width: 2.38rem;
    height: 0.38rem;
}

.stac-image-center {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.type-list {
    box-sizing: border-box;
    padding: 0 0.26rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.stactl-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1.84rem;
    height: 2.05rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.18);
    border-radius: 0.09rem;
    margin-bottom: 0.17rem;
}

.stactl-item:nth-child(n + 7) {
    margin-bottom: 0;
}

.stactli-image {
    width: 0.95rem;
    height: 0.95rem;
    margin-top: 0.34rem;
    border-radius: 50%;
}

.stactli-text {
    margin-top: 0.17rem;
    font-size: 0.26rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.36rem;
}

.commontitle-1 {
    height: 1.34rem;
}

.commontitle-1 .staci-cont {
    width: 2.38rem;
    height: 0.38rem;
}

.commontitle-2 {
    height: 1.4rem;
}

.commontitle-2 .staci-cont {
    width: 3.98rem;
    height: 0.38rem;
}

.commontitle-2 .stac-image-center-2 {
    width: 3.98rem;
    height: 0.38rem;
}

.stac-image-left-1 {
    top: -0.08rem;
    left: -0.49rem;
}

.stac-image-center-1 {
    width: 2.37rem;
    height: 0.38rem;
}

.stac-image-right-1 {
    top: 0.07rem;
}

.banner-swiper-box {
    width: 100%;
}

 .carousel {
    overflow: hidden;
}

.carousel-cell {
    width: 67.62%;
    height: 5.72rem;
    background-color: red;
    transition: transform 0.5s ease-in-out;
}

 .carousel-cell.is-selected {
    transform: scale(1); /* 放大居中的图片 */
}
.carousel-cell:not(.is-selected) {
    transform: scale(0.8); /* 缩小两侧的图片 */
}

.logo-list-wrap {
    width: 100%;
}
.logo-list-wrap .logo-list {
    width: 100%;
}
.logo-list-wrap {
    position: relative;
    overflow: hidden;
}
.logo-list-wrap .scroll-mask {
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0),hsla(0,0%,100%,0),hsla(0,0%,100%,0),hsla(0,0%,100%,0),#fff);
    pointer-events: none;
}
.logo-list-wrap .scroll-container {
    display: inline-flex;
    flex-wrap: nowrap;
}

.logo-list-wrap .scroll-container {
    animation: infinityScrollHomePageCustomerVice01 80s linear infinite;
    margin-bottom: 0.17rem;
}

.logo-list-wrap .scroll-container:nth-of-type(2) {
    animation: infinityScrollHomePageCustomerVice 75s linear infinite normal;
    margin-bottom: 0.17rem;
}
.logo-list-wrap .scroll-container:nth-of-type(3) {
    animation: infinityScrollHomePageCustomerVice 70s linear infinite normal;
}
.logo-list-wrap .logo-list .logo-item {
    margin-right: 0.17rem;
    width: 1.68rem;
    height: 0.69rem;
    background: #FFFFFF;
    border-radius: 0.07rem;
}
@-webkit-keyframes infinityScrollHomePageCustomerVice01 {
    0%{
        -webkit-transform: translate3d(0, 0, 0);
    }
    100%{
        -webkit-transform: translate3d(-44.4rem,0,0);
    }
}
@-webkit-keyframes infinityScrollHomePageCustomerVice {
    0%{
        -webkit-transform: translate3d(0, 0, 0);
    }
    100%{
        -webkit-transform: translate3d(-42.55rem,0,0);
    }
}

.partner-box-anim {
    box-sizing: border-box;
    padding-bottom: 0.43rem;
    height: auto;
    width: 100%;
    background-image: url(https://osscdn.lbdj.com/mobile/index/image060.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.partner-box-anim .pba-swiper {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-left: 4.21%;
}
.partner-box-anim .swiper-slide {
    box-sizing: border-box;
    font-size: 0.18rem;
    width: 73.5%;
    margin-right: 3.75%;
    background: #F7F8FA;
    box-shadow: 0 0 0.15rem 0 rgba(0,0,0,0.18);
    padding: 0.31rem 0.2rem 0.34rem 0.28rem;
    height: 3rem;
}

.ss-image-main {
    height: 0.44rem;
    width: fit-content;
}

.ss-image-main .ss-image {
    height: 100%;
    width: auto;
}

.swiper-slide .ss-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 0.29rem;
    font-size: 0.20rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #828C96;
    line-height: 0.3rem;
}

.swiper-slide .ss-end {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    font-family: MicrosoftYaHei;
    color: #434343;
    line-height: 0.26rem;
    text-align: right;
}

.pba-swiper .swiper-pagination {
    position: static;
    height: 100%;
    border-radius: 0.03rem;
}

.pba-pagination {
    box-sizing: border-box;
    position: relative;
    height: 0.75rem;
    padding-right: 4.21%;
}

.pbap-cont {
    position: absolute;
    top: 0.26rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.49rem;
    height: 0.07rem;
    border-radius: 0.03rem;
    overflow: hidden;
}

.pbap-cont .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #F73A22;
    border-radius: 0.03rem;
}

.pbap-cont .swiper-pagination-progress {
    background: rgba(247, 58, 34, 0.1);
}

.columns-swiper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    overflow: hidden;
}

.loop {
    width: 100%;
}

.loop .owl-stage .center {
    transform: scale(1);
}

.owl-carousel {
    display: flex;
    align-items: center;
    height: 5.6rem;
}

.owl-carousel .owl-stage-outer {
    overflow: visible !important;
    height: 5.6rem !important;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    height: 100%;
}

.loo-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 4.95rem;
    overflow: hidden;
    box-shadow: 0 0 0.05rem 0 rgba(0,0,0,0.18);
    border-radius: 0.03rem;
}

.select-item {
    animation: addAnim cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s forwards;
}

.not-item {
    animation: removeAnim cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s forwards;
}

.not-item .lisid-text {
    transform: none;
}

@keyframes addAnim {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.3, 1.1);
    }
}

@keyframes removeAnim {
    0%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(0.9);
    }
}

.columns-swiper {
    padding-bottom: 0.1rem;
}

.loo-item-select {
    position: relative;
    width: 100%;
    height: 100%;
}

.owl-item {

}

.loo-item-image-box {
    position: relative;
    width: 130%;
    height: 130%;
    transform: scale(0.769, 0.909);
}

.lisi-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    image-rendering: crisp-edges;
}

.lisi-img-v {
    top: -15%;
    left: -15%;
    object-fit: cover;
}

.lisi-div {
    box-sizing: border-box;
    padding: 0.26rem 0 0 0.26rem;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(24,22,22,0.53);
}

.lisid-text {
    display: inline-block;
    transform: scale(0.769, 0.909) translateX(-0.05rem);
    font-size: 0.38rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    width: fit-content;
}

.lisid-line {
    display: inline-block;
    transform: scale(0.769, 0.909);
    margin-top: 0.1rem;
    width: 0.28rem;
    height: 0.05rem;
    background: #FFFFFF;
}

.lisi-bottom {
    transform: scale(0.769, 0.909);
    position: absolute;
    z-index: 5;
    bottom: 0.16rem;
    left: 0.04rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.36rem;
}

.lisib-title {
    font-size: 0.26rem;
    font-weight: bold;
}

.lisib-text {
    margin-top: 0.22rem;
    font-size: 0.22rem;
}

.lisib-text:last-child {
    margin-top: 0;
}

.loo-item-not {
    position: relative;
    width: 100%;
    height: 100%;
}

.loo-item-not .lisi-bottom-v {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.77rem;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 0.24rem;
    background: rgba(24,22,22,0.53);
}

.lisi-div-v {
    box-sizing: border-box;
    padding: 0.26rem 0 0 0.26rem;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.lisi-div-v .lisid-text {
    font-weight: normal;
}

.promisebox-v {
    padding-bottom: 0.4rem;
}

.isMore-span {
    color: #828C96;
}

.card-box{

}
.card-title{
    padding: 25px 0 18px 0;
    font-family: PingFangSC, PingFang SC;
    font-weight: 550;
    font-size: 18px;
    color: #222835;
    text-align: center;
}

.card-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-name{
    font-family: PingFangSC, PingFang SC;
    font-weight: 550;
    font-size: 15px;
    color: #222835;
    text-align: center;
    padding-bottom: 14px;
    position: relative;
}
.tab-name:last-child{
    margin-left: 50px;
}

.tab-line{
    position: absolute;
    bottom: 2px;
    width: 18px;
    height: 6px;
    left: 50%;
    transform: translate(-50%);
    display: none;
}

.tab-name1{
    color: #FD4845;
}

.card-main{
    background: url(https://osscdn.lbdj.com/J/G/G-A/devCustom/20250416/revisionIcon/revision-icon6.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 345px;
    height: 306px;
    margin: 14px auto 0;
}

.server-card-box{
    padding: 20px 20px 0 20px;
}

.server-sub-title{
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #505663;
    line-height: 20px;
    word-break: break-all;
    margin-bottom: 20px;
}

.item-li-box{
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
}

.item-li-box:last-child{
    margin-bottom: 0;
}

.li-img{
    width: 10px;
    height: 10px;
}

.li-right{
    margin-left: 8px;
}

.li-title{
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 14px;
    color: #222835;
}

.li-title-sub{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #828C96;
    margin-top: 10px;
}

#enterprise-server{
    display: none;
}

.card-box1{
    background: url(https://osscdn.lbdj.com/J/G/G-A/devCustom/20250416/revisionIcon/revision-icon3.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 375px;
    margin: 25px auto 0;
}

.card-title1{
    color: #fff;
    font-family: PingFangSC, PingFang SC;
    font-weight: 550;
    font-size: 18px;
    padding-top: 25px;
    text-align: center;
}

.card-box2{
    background: url(https://osscdn.lbdj.com/J/G/G-A/devCustom/20250416/revisionIcon/revision-icon64.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 480px;
}

.cover-main{
    display: flex;
    align-items: center;
    padding: 75px 0 0 0;
    justify-content: center;
}

.cover-left{

}
.cover-right{
    margin-left: 53px;
}

.cover-item-box{
    margin-bottom: 28px;
}

.cover-item-box:last-child{
    margin-bottom: 0;
}

.item-name-title{
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 15px;
    color: #222835;
}

.item-name-title-sub{
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 11px;
    color: #222835;
}

.stac-image-title{
    font-family: SourceHanSansCN;
    font-weight: bold;
    font-size: 17px;
    color: #222835;
    line-height: 26px;
    text-align: center;
}

.card-swiper-item{
    background: url(https://osscdn.lbdj.com/J/G/G-A/devCustom/20250416/revisionIcon/revision-icon22.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 270px;
    height: 225px;
    white-space: normal;
    min-width: 270px;
}



.item-sp-title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SourceHanSansCN;
    font-weight: bold;
    font-size: 15px;
    color: #222835;
    text-shadow: 0px 1px 7px rgba(3,3,3,0.22);
    margin-top: 100px;
}
.item-sp-icon{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.item-sp-title-sub{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 30px;

}

.item-p-sub-title{
    display: flex;
    align-items: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #222835;
    text-shadow: 0px 1px 8px rgba(3,3,3,0.22);
    margin-bottom: 10px;
}
.item-p-sub-title:last-child{
    margin-bottom: 0;
}

.item-sp-icon-sub{
    width: 12px;
    height: 12px;
    margin-right: 4px;
}

.swiper-click-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:  15px ;
}

.swiper-click-img{
    width: 18px;
    height: 18px;
}

.swiper-click-text{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    margin:0 10px;
}

.card-swiper-item {
    scroll-snap-align: start; /* 可选：吸附对齐 */
}

.card-swiper-item:last-child {
    margin-right: 0; /* 最后一个卡片不需要右边距 */
}

.swiper-click-img {
    cursor: pointer; /* 添加手型指针 */
    transition: opacity 0.3s; /* 添加透明度过渡效果 */
}

.swiper-click-img.disabled {
    opacity: 0.5; /* 禁用状态透明度降低 */
    pointer-events: none; /* 禁用点击事件 */
}


.card-swiper-box {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    white-space: nowrap; /* 防止卡片换行 */
    display: flex;
    margin-top: 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0 10px;
}

/* 隐藏滚动条（跨浏览器方案） */
.card-swiper-box::-webkit-scrollbar {
    display: none;
}

.card-swiper-item {
    display: inline-block; /* 改为行内块级元素 */
    vertical-align: top; /* 顶部对齐 */
    scroll-snap-align: start;
}

.swiper-click-img.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* 修改.card-swiper-box样式 */
.card-swiper-box {
    display: flex;
    overflow-x: auto;
    margin-top: 15px;
    -webkit-overflow-scrolling: touch; /* 改善iOS滚动 */
    scroll-snap-type: x mandatory; /* 启用吸附滚动 */
    scroll-behavior: smooth; /* 平滑滚动 */
    overscroll-behavior-x: contain; /* 防止上下滚动 */
}

/* 修改.card-swiper-item样式 */
.card-swiper-item {
    background: url(https://osscdn.lbdj.com/J/G/G-A/devCustom/20250416/revisionIcon/revision-icon22.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 295px;
    height: 251px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    white-space: normal;
    min-width: 270px;
    scroll-snap-align: start; /* 吸附对齐 */
    flex-shrink: 0; /* 防止缩小 */
}

.card-swiper-item1{
    background: url(https://osscdn.lbdj.com/J/G/G-A/devCustom/20250416/revisionIcon/revision-icon20.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.card-swiper-item2{
    background: url(https://osscdn.lbdj.com/J/G/G-A/devCustom/20250416/revisionIcon/revision-icon21.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
/* 隐藏滚动条（跨浏览器） */
.card-swiper-box::-webkit-scrollbar {
    display: none;
}
.card-swiper-box {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* 箭头禁用状态 */
.swiper-click-img.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.card-swiper-box {
    display: flex;
    overflow-x: auto;
    margin-top: 15px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    scroll-padding: 0 20px; /* 添加滚动内边距 */
}

.card-swiper-item {
    /* 保持原有样式不变 */
    scroll-snap-align: center; /* 改为居中对齐 */
}

/* 隐藏滚动条 */
.card-swiper-box::-webkit-scrollbar {
    display: none;
}
.card-swiper-box {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* 箭头样式 */
.swiper-click-img {
    cursor: pointer;
    transition: opacity 0.3s;
}
.swiper-click-img.disabled {
    opacity: 0.5;
    pointer-events: none;
}
