.banner{
    height: 3rem;
    position: relative;
}

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

.topNum{
    height: 1rem;
    background: linear-gradient(to bottom,#FCFDFF 0%,#F0F4FD 100%);
    box-sizing: border-box;
    padding: 0 7%;
}

.topNum .cell{
    width: 33.3%;
    justify-content: center;
}

.topNum .cell img{
    width: 0.54rem;
    height: 0.54rem;
    margin-right: 0.26rem;
}

.topNum .cell .num{
    font-size: 0.32rem;
    line-height: 0.4rem;
    color: #3D3D3D;
}
.topNum .cell .desc{
    font-size: 0.2rem;
    color: #959595;
}
.topNum .cell .num{
    font-weight: 700;
}

.topNum .line{
    width: 0.01rem;
    height: 0.4rem;
    background: #D8D8D8;
}

.subTitle{
    font-size: 0.32rem;
    color: #3D3D3D;
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin-top: 0.72rem;
    margin-bottom: 0.48rem;
}

.cardWrap{
    margin-top: 0.48rem;
}

.cardWrap .unit{
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    padding: 0.18rem 0.19rem 0 0.19rem;
    border-radius: 0.1rem;
}

.cardImgBox{
    width: 0.6rem;
    height: 0.6rem;
    transition: all 0.7s;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardWrap .unit .cardIcon{
    width: 0.32rem;
    height: 0.32rem;
}

.cardWrap .unit .cardTitle{
    margin-top: 0.2rem;
    font-size: 0.22rem;
    color: #333333;
    font-weight: 700;
}

.cardWrap .unit .cardDesc{
    margin-top: 0.2rem;
    font-size: 0.16rem;
    color: #7C7C7C;
}

.cardWrap .unit .cardUnit{
    font-size: 0.14rem;
    color: #333333;
    margin-top: 0.5rem;
}

.cardWrap .unit .cardUnit .cell{
    margin-top: 0.04rem;
    display: flex;
    align-items: center;
}

.cardWrap .unit .cardUnit img{
    width: 0.14rem;
    height: 0.1rem;
    margin-right: 0.1rem;
}
.cardWrap .consultBtn{
    width: 1.87rem;
    height: 0.44rem;
    border-top: 0.01rem solid #F3F3F3;
    margin-top: 0.3rem;
    font-size: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    background: #2672FF;
    border-radius: 0.44rem;
    margin: 0.16rem auto;
    color: #FFF;
}

.cardWrap .active .consultBtn{
    background: #FFF;
    color: #2672FF!important;
}

.cardWrap .unit .activeGou{
    display: none;
}

.cardWrap .unit .activeGou{
    display: none;
}
/* .cardWrap .unit:hover{
    background: #2672FF;
}

.cardWrap .unit:hover .cardTitle{
    color: #FFF;
}
.cardWrap .unit:hover .cardDesc{
    color: #FFF;
}
.cardWrap .unit:hover .cardUnit{
    color: #FFF;
}
.cardWrap .unit:hover .consultBtn{
    color: #FFF;
    border-color: #FFF;
}

.cardWrap .unit:hover .defaulGou{
    display: none;
}

.cardWrap .unit:hover .activeGou{
    display: block;
} */


.cardWrap .active{
    background: #2672FF;
}

.cardWrap .active .cardTitle{
    color: #FFF;
}
.cardWrap .active .cardDesc{
    color: #FFF;
}
.cardWrap .active .cardUnit{
    color: #FFF;
}
.cardWrap .active .consultBtn{
    color: #FFF;
    border-color: #FFF;
}

.cardWrap .active .defaulGou{
    display: none;
}

.cardWrap .active .activeGou{
    display: block;
}
.cardWrap .active .cardImgBox { transform: rotate(360deg); }

.flow{
    width: 100%;
    margin-top: 0.72rem;
}

.indexfoot{
    margin-top: 0;
}

.bottomWrap{
    width: 100%;
    height: 3.8rem;
    display: flex;
    align-items: center;
}

.bottomWrap .left{
    width: 50%;
    box-sizing: border-box;
    padding-left: 2.67rem;
}

.bottomWrap .left .boldTitle{
    font-size: 0.46rem;
    color: #3D3D3D;
    font-weight: 700;
    margin-left: 0.08rem;
}

.bottomWrap .left .desc{
    font-size: 0.24rem;
    color: #3D3D3D;
    margin-top: 0.38rem;
}

.bottomWrap .right{
    margin-left: 0.8rem;
    height: 72%;
}

.bottomWrap .right .p1{
    font-size: 0.24rem;
    color: #3D3D3D;
}

.bottomWrap .right .p2{
    font-size: 0.36rem;
    color: #3D3D3D;
    font-weight: 700;
}

.bottomWrap .right .p3{
    font-size: 0.36rem;
    line-height: 0.4rem;
    color: #FFFFFF;
    background: #0069FD;
    border-radius: 0.05rem;
    display: inline-block;
    padding: 0.22rem 0.56rem;
    margin-top: 0.12rem;
    cursor: pointer;
}

.bottomWrap .right .desc{
    font-size: 0.24rem;
    color: #3D3D3D;
    margin-top: 0.22rem;
}

.bottomWrap .right .desc a{
    color: #0069FD;
    text-decoration: underline;
}

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

.flowWrap{
    margin-top: 0.72rem;
    background: #F8FAFC;
    box-sizing: border-box;
    padding: 0.48rem 0;
    width: 100%;
}
.publicTitle{
    width: 100%;
}

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

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

.publicTitle .p3{
    text-align: center;
    color: #64748B;
    margin-top: 0.1rem;
    font-size: 0.18rem;
}

.flowBox{
    margin-top: 0.5rem;
}

.flowBox .unit{
    width: 20%;
    text-align: center;
    line-height: 1;
    border-right: 0.01rem solid #DBDBDB;
}

.flowBox .unit .p1{
    font-size: 0.32rem;
    color: #0069FD;
    font-weight: 700;
}

.flowBox .unit .p2{
    font-size: 0.32rem;
    color: #333333;
    margin-top: 0.2rem;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.flowBox .unit .p3{
    font-size: 0.2rem;
    color: #7C7C7C;
    box-sizing: border-box;
    padding: 0 0.34rem;
    line-height: 1.6;
}

.c1{
    background: #f59e0b;
}

.c2{
    background: #dc2626;
}

.c3{
    background: #2563eb;
}

.c4{
    background: #10b981;
}
.c5{
    background: #9333ea;
}

.sceneWrap{
    display: flex;
    gap: 0.62rem;
    flex-wrap: wrap;
    margin-top: 0.48rem;
}

.sceneWrap .unit{
    width: 4.8rem;
    display: flex;
}

.sceneWrap .unit .icon{
    width: 0.63rem;
    height: 0.63rem;
    margin-right: 0.3rem;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.09);
    border-radius: 50%;
}

.sceneWrap .unit .p1{
    font-size: 0.24rem;
    color: #333333;
    font-weight: 700;
}

.sceneWrap .unit .p2{
    font-size: 0.18rem;
    color: #62748E;
    margin-top: 0.06rem;
}


.sceneWrap .unit .anli{
    width: 100%;
    height: 2.7rem;
    border-radius: 0.1rem;
}

.qualityWrap{
    display: flex;
    flex-wrap: wrap;
    gap: 0.48rem 0.32rem;
    margin-top: 0.48rem;
}

.qualityWrap .unitImg{
    width: 1.68rem;
    height: 3rem;
    border-radius: 0.05rem;
    box-shadow: 0px 2.59px 13.14px 0px rgba(0, 0, 0, 0.1);
}

.creativityWrap{
    display: flex;
    flex-wrap: wrap;
    gap: 0.32rem;
    margin-top: 0.48rem;
}

.creativityWrap .unit{
    width: 1.68rem;
}

.creativityWrap .unitImg{
    width: 1.68rem;
    height: 3rem;
    border-radius: 0.05rem;
    box-shadow: 0px 2.59px 13.14px 0px rgba(0, 0, 0, 0.1);
}

.creativityWrap .unit .text{
    width: 1.68rem;
    font-size: 0.18rem;
    color: #3D3D3D;
    margin-top: 0.15rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.scrollTextWrap{
    position: relative;
    margin-top: 0.4rem;
}

.scrollTextBox{
    height: 6.8rem;      /* 设置你想要显示的可见高度 */
    overflow: hidden;    /* 隐藏超出部分 */
    position: relative;
    line-height: 1;
}

.gradient_1{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.68rem;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 97%);
    z-index: 99;
}

.gradient_2{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.68rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 97%);
    z-index: 99;
}

.scrollBox{
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.66rem;
    position: absolute;  /* 使用绝对定位以获得丝滑的移动效果 */
    top: 0;
    left: 0;
}

.scrollBox .unit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.24rem;
    color: #314158;
    height: 0.44rem;
}

.scrollBox .unit .left{
    width: 6.25rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.scrollBox .unit .right{
    width: 5.26rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.scrollBox .unit .sp_red{
    color: rgb(235, 47, 47);
}