
.goIndexBtn{
    display: none;
}
.piblicTitle{
    width: 100%;
}

.piblicTitle .p1{
    color: #21335B;
    text-align: center;
    font-weight: 700;
}

.piblicTitle .p2{
    width: 0.6rem;
    height: 0.05rem;
    background: #2672FF;
    margin: 0.11rem 50%;
    border-radius: 0.02rem;
}

.piblicTitle .p3{
    text-align: center;
    color: #64748B;
}

.title1{
    padding-top: 0.72rem;
    padding-bottom: 0.48rem;
    background: url("../img/pageImg/title_bg2.png") no-repeat;
    background-size: 100% 100%;

}

.title2{
    padding-top: 0.72rem;
    padding-bottom: 0.48rem;
    background: url("../img/pageImg/title_bg1.png") no-repeat;
    background-size: 100% 100%;
}

.banner{
    height: 4rem;
    position: relative;
    margin-bottom: 0.48rem;
}

.bannerWrap{
    width: 100%;
    height: 100%;
}

.bannerWrap img{
    width: 100%;
    height: 100%;
}

.turnWrap{
    width: 13.68rem;
    height: 0.8rem;
    margin: auto;
    position: absolute;
    bottom: -0.4rem;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
}

.turnUnit{
    width: 6.68rem;
    height: 100%;
    box-shadow: 0px 9px 41px -3px rgba(29,29,29,0.1);
}

.turnLeft{
    width: 1.43rem;
    height: 100%;
    background-color: #2672FF;
    color: #FFF;
}


.turnLeft img{
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.18rem;
}

.turnRight{
    width: calc(100% - 1.43rem);
    height: 100%;
    background-color: #FFF;
    color: #2E2E2E;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.turnRight .swiper-wrapper{
    width: 100%;
}

.turnRight .unit{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 0.32rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.turnRight1{
    width: 100%;
    height: 50%;
}

.turnRight2{
    width: 100%;
    height: 50%;
}

.turnRight1 .unit{
    line-height: 0.48rem;
}

.dynamic .content{
    width: 78%;
}

.dynamic .time{
    color: #A5A5A5;
}

.scene{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.scene .unit{
    margin-right: 0.35rem;
    width: 2.32rem;
    height: 2.66rem;
    color: #358EFF;
    background: url("../img/sceneBg.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 0.3rem;
}

.scene .unit:nth-child(6n){
    margin-right: 0;
    /* margin-bottom: 0.2rem; */
}

.scene .unit:nth-child(-n + 6){
    margin-top: 0;
    margin-bottom: 0;
}

.scene .unit img{
    width: 0.75rem;
    height: 0.75rem;
    margin-top: 0.38rem;
    margin-bottom: 0.36rem;
}

.scene .unit .showImg2{
    display: none;
}
.scene .unit .name{
    text-align: center;
    font-size: 0.24rem;
    font-weight: 700;
}
.scene .unit .spColor{
    color: #F75B33;
}

.scene .unit .desc{
    text-align: center;
    font-size: 0.16rem;
    margin-top: 0.13rem;
}

.scene .unit:hover{
    box-shadow: 0px 9px 41px -3px rgba(29,29,29,0.1);
    background: #358EFF;
    border-radius: 0.1rem;
}

.scene .unit:hover .name{
    color: #FFF;
}

.scene .unit:hover .desc{
    color: #FFF;
}

.scene .unit:hover .showImg1{
    display: none;
}

.scene .unit:hover .showImg2{
    display: block;
}


.createActive{
    height: 6.33rem;
    margin-top: 0.39rem;
}

.createActive img{
    width: 100%;
    height: 6.33rem;
}

.activeType .left .unit{
    width: 1.74rem;
    height: 0.52rem;
    font-size: 0.24rem;
    color: #3D3D3D;
    border: 1px solid #B9B9B9;
    border-radius: 0.52rem;
    text-align: center;
    line-height: 0.52rem;
    margin-right: 0.18rem;
    cursor: pointer;
}

.activeType .left .active{
    color: #FFF;
    background-color: #2672FF;
    border: 1px solid #2672FF;
}

.activeType .right{
    height: 0.52rem;
    color: #5A5A5A;
    font-size: 0.24rem;
    border-radius: 0.52rem;
    background: #FF2626;
    color: #FFF;
    padding: 0 0.3rem;
}

.activeType .right img{
    width: 0.25rem;
    height: 0.25rem;
    margin-left: 0.16rem;
}

.caseWrap{
    margin-top: 0.39rem;
}

.caseWrap .unit{
    position: relative;
}
.caseWrap .unit:hover .showQrcode{
    display: flex;
}
.caseWrap .verticalUnit{
/*    width: 2.56rem;*/
    width:2.54rem ;
    height: 4.93rem;
    margin-right: 0.73rem;
}
.caseul{
    display: flex;
    flex-wrap: wrap;
}
.caseWrap .verticalUnit:nth-child(5), .caseWrap .verticalUnit:nth-child(10){
    margin-right: 0;
}
.caseWrap .verticalUnit:nth-child(n+6){
    margin-top: 0.2rem;
}
.caseWrap .cover{
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
}

.caseWrap .verticalUnit .showQrcode{
    width: 2.56rem;
    height: 4.93rem;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.90);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}

.caseWrap .coverTitle{
    font-size: 0.18rem;
    color: #3D3D3D;
}

.caseWrap .verticalUnit .qroce{
    width: 1.7rem;
    height: 1.7rem;
    margin-top: 0.59rem;
}

.caseWrap .acrossUnit{
    width: 4.78rem;
    height: 2.7rem;
    margin-right: 0.44rem;
}

.caseWrap .acrossUnit .showQrcode{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.caseWrap .acrossUnit .qroce{
    width: 1.62rem;
    height: 1.62rem;
    margin-left: 0.5rem;
}

.caseWrap .hoverImg{
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    display: none;
}

.caseWrap .hoverBtn{
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}


.caseWrap .hoverBtn .hoverButtom{
    width: 1.49rem;
    height: 0.45rem;
    border-radius: 0.1rem;
    background: #0069FD;
    box-sizing: border-box;
    border: 0.02rem solid #D4E3FF;
    border-radius: 0.02rem;
    font-size: 0.18rem;
    color: #FFF;
    border-radius: 0.12rem;
    cursor: pointer;
}

.acrossUnit:hover .cover{
    display: none;
}

.acrossUnit:hover .hoverImg{
    display: block;
}

.acrossUnit:hover .hoverBtn{
    display: flex;
}


.partner{
    position: relative;
}

.partnershade{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.partnershade .shade{
    width: 1rem;
    height: 100%;
    background: linear-gradient( 270deg, rgba(255,255,255,0.51) 0%, #FFF 100%);
    z-index: 999;
}

.partnershade .shadeLeft{
    background: linear-gradient( 270deg, rgba(255,255,255,0.51) 0%, #FFF 100%);
}

.partnershade .shadeRight{
    background: linear-gradient( 90deg, rgba(255,255,255,0.51) 0%, #FFF 100%);
}

.partnerWrap{
    margin-bottom: 0.36rem;
}

.partner .unit{
    /* width: 2.04rem!important; */
    width: auto;
    height: 0.54rem;
    margin-right: 0.23rem;
    box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.05);
    border-radius: 0.15rem;
    border: 2px solid #F8F8F8;
}
.partnerImg{
    width: auto;
    /* height: 0.88rem; */
    height: 0.54rem;
}
.experience{
    height: 3.9rem;
}

.experience img{
    width: 100%;
    height: 3.9rem;
    cursor: pointer;
}

.partnerul2 .unit:nth-child(1){
    margin-left: 0.5rem;
}

.partnerul4 .unit:nth-child(1){
    margin-left: 0.5rem;
}

.partnerul6 .unit:nth-child(1){
    margin-left: 0.5rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0.6rem;
}

.morePartner{
    width: 3rem;
    height: 0.6rem;
    background: #2672FF;
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 0.6rem;
    cursor: pointer;
    margin-bottom: 0.6rem;
    margin-top: 0.6rem;
}
.morePartner img{
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.08rem;
}

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

.fullCaseDelivery .cell{
    width: 2.8rem;
    border: 0.01rem solid #F1F5F9;
    border-radius: 0.1rem;
}
.fullCaseDelivery .cell .topImg{
    width: 100%;
}

.fullCaseDelivery .cell .unitWrap{
    width: 100%;
    height: 2.32rem;
    box-sizing: border-box;
    padding-top: 0.1rem;
}

.fullCaseDelivery .cell .unitWrap .unit{
    width: 100%;
    box-sizing: border-box;
    padding-top: 0.1rem;
    font-size: 0.16rem;
    color: #7C7C7C;
    padding-left: 0.16rem;
    box-sizing: border-box;
    padding-right: 0.2rem;
}

.fullCaseDelivery .cell .unitWrap .unit .gou{
    width: 0.14rem;
    height: 0.08rem;
    margin-right: 0.06rem;
    margin-top: 0.1rem;
}

.fullCaseDelivery .lookBtn{
    width: 2.4rem;
    height: 0.44rem;
    border: 0.01rem solid #0069FD;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    margin: 0 auto 0.38rem;
    color: #2563EB;
    cursor: pointer;
}

.fullCaseDelivery  .cell:hover{
    border-color: #CAE1FE;
}

.fullCaseDelivery  .cell:hover .lookBtn{
    color: #FFF;
    background: #2672FF;
}


/* 基础重置 */
:root {
    --slate-50: #f8fafc;
    --slate-100: #f1f5f9;
    --slate-500: #64748b;
    --slate-700: #334155;
    --slate-800: #1e293b;
    --slate-900: #0f172a;
    --blue-600: #2563eb;
    --amber-400: #fbbf24;
    --amber-500: #f59e0b;
    --red-600: #dc2626;
    --emerald-500: #10b981;
    --purple-500: #a855f7;
    --purple-600: #9333ea;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

/* 布局容器 */
.section { padding: 0.96rem 0.16rem; background-color: var(--slate-50); }
.container { max-width: 16rem; margin: 0 auto; }

/* 头部样式 */
.header { text-align: center; margin-bottom: 0.8rem; }
.header h2 { font-size: 0.45rem; font-weight: 900; margin-bottom: 0.24rem; }
.header h2 span { color: var(--blue-600); }
.header p { font-size: 0.2rem; color: var(--slate-500); font-weight: 500; }
.header p span { color: var(--slate-900); border-bottom: 0.02rem solid var(--amber-400); }

.deco-bar { display: flex; justify-content: center; gap: 0.08rem; margin-bottom: 0.32rem; }
.bar-1 { width: 0.64rem; height: 0.06rem; background: var(--red-600); border-radius: 0.99rem; }
.bar-2 { width: 0.32rem; height: 0.06rem; background: var(--blue-600); border-radius: 0.99rem; opacity: 0.5; }
.bar-3 { width: 0.16rem; height: 0.06rem; background: var(--blue-600); border-radius: 0.99rem; opacity: 0.2; }

/* 网格系统 */
.grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(2rem, 1fr)); 
    gap: 0.24rem; 
    width: 100%;
}

/* 卡片核心样式 */
.glass-card {
    background: #ffffff;
    border-radius: 0.4rem;
    padding: 0.2rem 0.3rem 0.4rem 0.3rem;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 0.01rem solid rgba(0,0,0,0.05);
    height: 100%;
}

.grid .showActive {
    transform: translateY(-0.15rem);
    box-shadow: 0 0.4rem 0.8rem -0.2rem rgba(0, 0, 0, 0.15);
}

/* .glass-card:hover {
    transform: translateY(-0.15rem);
    box-shadow: 0 0.4rem 0.8rem -0.2rem rgba(0, 0, 0, 0.15);
} */

.color-bar { position: absolute; top: 0; left: 0; right: 0; height: 0.06rem; }

.bg-watermark {
    position: absolute; right: -0.1rem; bottom: -0.05rem; font-size: 1.28rem;
    font-weight: 900; opacity: 0.03; font-style: italic; pointer-events: none;
}

/* 图标容器 */
.icon-box {
    width: 0.6rem; height: 0.6rem; border-radius: 0.3rem;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 0.1rem; transition: all 0.7s; color: white;
    box-shadow: 0 0.1rem 0.2rem -0.05rem rgba(0,0,0,0.1);
}
.showActive .icon-box { transform: rotate(360deg); }
/* .glass-card:hover .icon-box { transform: rotate(360deg); } */

.icon-box img { width: 0.32rem; height: 0.32rem; fill: currentColor; }

/* 内容与标签 */
.card-title { font-size: 0.24rem; font-weight: 900; margin-bottom: 0.16rem; }
.tag-container { display: flex; flex-wrap: wrap; gap: 0.08rem; margin-bottom: 0.12rem; }
.tag-pill {
    padding: 0.04rem 0.1rem; font-size: 0.11rem; font-weight: 700; border-radius: 0.99rem;line-height: 0.16rem;
}

.description { font-size: 0.14rem; color: var(--slate-500); margin-bottom: 0.16rem; min-height: 0.5rem; }

.feature-list { flex-grow: 1; display: flex; flex-direction: column; gap: 0.06rem; }
/* 修改 feature-item 内部的图标样式 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 0.12rem;
    padding: 0.06rem 0.12rem;
    background: #fff;
    /* border-radius: 0.12rem; */
    /* border: 0.01rem solid var(--slate-50); */
    /* box-shadow: 0 0.01rem 0.02rem rgba(0,0,0,0.05); */
}

/* 这里是重点：模拟图片上的圆底对勾 */
.feature-icon-wrapper {
    width: 0.18rem;  /* 稍微加大一点，让圆圈更明显 */
    height: 0.18rem;
    border-radius: 50%; /* 圆形底座 */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon-wrapper svg {
    width: 0.1rem;
    height: 0.1rem;
    fill: #ffffff; /* 勾勾强制设为白色 */
}

/* 动态底色：根据不同主题卡片设置圆圈背景 */
.theme-amber .feature-icon-wrapper { background: var(--amber-500); }
.theme-red .feature-icon-wrapper { background: var(--red-600); }
.theme-blue .feature-icon-wrapper { background: var(--blue-600); }
.theme-emerald .feature-icon-wrapper { background: var(--emerald-500); }
.theme-purple .feature-icon-wrapper { background: var(--purple-600); }

.feature-item span {
    font-size: 0.12rem;
    font-weight: 700;
    color: var(--slate-700);
}

/* 按钮 */
.btn {
    margin-top: 0.2rem;
    width: 100%;
    padding: 0.16rem;
    background: var(--slate-900);
    color: white;
    border: none;
    border-radius: 0.2rem;
    font-weight: 900;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 0.16rem;
    text-align: center;
}

/* 主题配色 */
.theme-amber .color-bar, .theme-amber .icon-box { background: var(--amber-500); }
.theme-amber .btn:hover { background: var(--amber-500); }

.theme-red .color-bar, .theme-red .icon-box { background: var(--red-600); }
.theme-red .btn:hover { background: var(--red-600); }

.theme-blue .color-bar, .theme-blue .icon-box { background: var(--blue-600); }
.theme-blue .btn:hover { background: var(--blue-600); }

.theme-emerald .color-bar, .theme-emerald .icon-box { background: var(--emerald-500); }
.theme-emerald .btn:hover { background: var(--emerald-500); }

.theme-purple .color-bar, .theme-purple .icon-box { background: var(--purple-600); }
.theme-purple .btn:hover { background: var(--purple-600); }

/* 响应式 */
@media (max-width: 7.68rem) {
    .grid { grid-template-columns: 1fr; }
    .header h2 { font-size: 0.36rem; }
}

.progress-ring-container{
    width: 50px;
    height: 50px;
    margin-top: 0.3rem;
    border-radius: 50%;
    border: 0.01rem solid #FFFFFF;
}