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

.color-common {
    background: #f8fafc;
    box-sizing: border-box;
    padding: 0.48rem 0;
}

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

.sceneWrap .unit {
    width: 3.57rem;
    height: 2.79rem;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
    padding: 0.32rem 0.21rem;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.sceneWrap .unit .imgWrap {
    width: 0.9rem;
    height: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2.65px 3.97px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.18rem;
    margin: 0 auto;
}

.sceneWrap .unit .imgWrap img {
    width: 0.9rem;
    height: 0.9rem;
}

.sceneWrap .unit .p1 {
    font-size: 0.22rem;
    color: #333333;
    font-weight: 600;
    margin-top: 0.36rem;
    margin-bottom: 0.14rem;
    line-height: 1;
}

.sceneWrap .unit .p2 {
    font-size: 0.16rem;
    color: #7c7c7c;
}

.sceneWrap .unit .bottom-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    -webkit-mask-image: radial-gradient(150% 300% at 50% -220%, transparent 70%, black 71%);
    mask-image: radial-gradient(150% 300% at 50% -130%, transparent 70%, black 71%);
    border-radius: 0 0 0.1rem 0.1rem;
}

.painSpot {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.27rem 0.46rem;
    margin-top: 0.48rem;
}

.painSpot .unit {
    width: 4.92rem;
    height: 1.35rem;
    border-radius: 0.1rem;
    box-sizing: border-box;
    line-height: 1.35rem;
    font-size: 0.32rem;
    box-sizing: border-box;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.painSpot .unit .s1 {
    color: #0069fd;
    margin-left: 0.44rem;
    margin-right: 0.33rem;
    font-size: 0.64rem;
}

.painSpot .unit .s2 {
    color: #333333;
}

/* .flowWrap .unit .num{
    font-size: 0.96rem;
    line-height: 0;
}

.flowWrap .unit .text{
    font-size: 0.3rem;
} */

/* 外层容器 */
.flowWrap {
    font-family: "Microsoft YaHei", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 0.2rem; /* 卡片间距 */
}

.flowWrap .unit {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.2rem 0;
    border-radius: 0.2rem;
    background: url("../img/solve/trapezoid1.png") no-repeat;
    background-size: 100% 100%;
}

.flowWrap .unit.right {
    align-self: flex-end;
    flex-direction: row;
    justify-content: flex-end;
    background: url("../img/solve/trapezoid2.png") no-repeat;
    background-size: 100% 100%;
    width: 95%;
}

.flowWrap .num {
    font-size: 0.9rem;
    line-height: 1;
    margin-left: 0.9rem;
    margin-right: 0.77rem;
}

.flowWrap .text {
    font-size: 0.3rem;
    line-height: 1.3;
    width: 10.2rem;
}

.flowWrap .right .num {
    margin-left: 0.89rem;
    margin-right: 0.9rem;
}

.caseWrap {
    display: grid;
    grid-template-columns: repeat(3, 4.78rem);
    gap: 0.67rem;
    margin-top: 0.482rem;
}

.caseWrap .unit {
    width: 4.78rem;
    height: 5.15rem;
    position: relative;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem;
}

.caseWrap .unit .cover {
    width: 100%;
    height: 2.7rem;
    text-align: center;
    background: #f7f7f7;
    overflow: hidden;
    border-radius: 0.1rem 0.1rem 0 0;
}

.caseWrap .unit img {
    max-width: 100%;
    height: 100%;
}

.caseWrap .unit .descWrap {
    padding: 0.18rem 0.3rem;
    box-sizing: border-box;
}

.caseWrap .unit .title {
    font-size: 0.24rem;
    color: #333333;
    font-weight: 700;
    line-height: 0.3rem;
}

.caseWrap .unit .desc {
    font-size: 0.2rem;
    color: #7c7c7c;
    line-height: 0.3rem;
    margin-top: 0.22rem;
}

.lookMoreBtn {
    font-size: 0.28rem;
    color: #fff;
    width: 4.8rem;
    height: 0.76rem;
    border-radius: 0.76rem;
    margin: 0.48rem auto 0;
    background: #2672ff;
    text-align: center;
    line-height: 0.76rem;
    cursor: pointer;
}

.quizWrap {
    text-align: center;
    background: #f8fafc;
    box-sizing: border-box;
    padding: 0.48rem 0 0.72rem 0;
}

.quizWrap .p1 {
    font-size: 0.48rem;
    color: #3d3d3d;
    font-weight: 600;
}

.quizWrap .p2 {
    font-size: 0.24rem;
    color: #3d3d3d;
    margin-top: 0.26rem;
    box-sizing: border-box;
    padding: 0 2.2rem;
}

.quizWrap .p3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.32rem;
    margin-top: 0.5rem;
}

.quizWrap .p3 .unit {
    font-size: 0.24rem;
    color: #6a7282;
    min-width: 2.16rem;
    height: 0.62rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.62rem;
    background: #fff;
    border: 1px solid #e5edf7;
    padding: 0 0.22rem;
}

.quizWrap .p3 .arrow {
    width: 0.4rem;
}

.quizWrap .p4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.56rem;
    margin-top: 0.5rem;
}

.quizWrap .p4 .btn {
    font-size: 0.36rem;
    border-radius: 0.05rem;
    box-sizing: border-box;
    padding: 0.23rem 0.5rem;
    line-height: 1;
    cursor: pointer;
}

.quizWrap .p4 .btn1 {
    color: #ffffff;
    background: #0069fd;
}

.quizWrap .p4 .btn2 {
    color: #0069fd;
    box-sizing: border-box;
    border: 1px solid #0069fd;
}

.quizWrap .pSub {
    font-size: 0.36rem;
    color: #3d3d3d;
}

.indexfoot {
    margin-top: 0;
}

.selfCase {
    line-height: 1;
}

.selfCase .title {
    font-size: 0.32rem;
    color: #2672ff;
    text-align: center;
}

.selfCase .subTitle {
    font-size: 0.2rem;
    color: #7c7c7c;
    text-align: center;
    margin-top: 0.18rem;
}

.selfCase .unit {
    width: 100%;
    font-size: 0.24rem;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0.3rem 0.18rem;
    border-radius: 0.2rem;
    border: 0.01rem solid #2672ff;
    gap: 0.27rem;
    margin-top: 0.2rem;
}

.selfCase .bigImgWrap{
    gap: 0.39rem;
}

.selfCase .unit .cell {
    width: 3.63rem;
}

.selfCase .unit .cell .img {
    width: 100%;
    height: 2.05rem;
    border-radius: 0.1rem;
}

.selfCase .unit .cell .text {
    margin-top: 0.34rem;
}

.selfCase .unit .cell:nth-child(2n) {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.selfCase .unit .cell:nth-child(2n) .text {
    margin-top: 0;
    margin-bottom: 0.34rem;
}

.selfCase .bigImgWrap .unitcell{
    width: 2.76rem;
    text-align: center;
}

.selfCase .bigImgWrap .bigImg{
    width: 2.76rem;
    height: 4.92rem;
    box-shadow: 0px 2.59px 13.14px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.05rem;
}

.selfCase .bigImgWrap .text{
    font-size: 0.24rem;
    color: #666666;
    margin-top: 0.18rem;
}

.selfCase .bigImgWrap .text span{
    color: #2E2E2E;
    font-weight: 600;
}

/* 安全合规核心痛点 start*/
.painSpotSafe {
    display: flex;
    align-items: center;
    gap: 0.74rem;
    line-height: 1;
}
.painSpotSafe .unit {
    width: 4.72rem;
    height: 5.4rem;
    box-sizing: border-box;
    padding: 0.48rem 0.33rem;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem;
}

.painSpotSafe .unit .title {
    font-size: 0.36rem;
    text-align: center;
}

.painSpotSafe .unit .unitWrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 4.1rem;
}

.painSpotSafe .unit .unitWrap .cell {
    display: flex;
    margin-top: 0.48rem;
}

.painSpotSafe .unit .unitWrap .cell img {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.1rem;
    margin-right: 0.25rem;
}

.painSpotSafe .unit .unitWrap .cell .some {
    font-size: 0.24rem;
    color: #3d3d3d;
}

.painSpotSafe .unit .unitWrap .cell .content {
    font-size: 0.16rem;
    color: #79899f;
    line-height: 1.4;
    margin-top: 0.06rem;
}

/* 安全合规核心痛点 end*/

/* 公共案例 start*/

.commonCaseWrap .commonSubTitle {
    font-size: 0.32rem;
    color: #3d3d3d;
    margin-top: 0.48rem;
    margin-bottom: 0.28rem;
    font-weight: 600;
}

.commonCaseWrap .unitWrap {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0.3rem 0.16rem;
    border-radius: 0.2rem;
    border: 1px solid #2672ff;
    width: 100%;
}

.commonCaseWrap .vertical .cell {
    box-shadow: 0px 2.59px 13.14px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.05rem;
}

.commonCaseWrap .unitWrap {
    gap: 0.27rem;
}

.commonCaseWrap .across .unitWrap {
    flex-wrap: wrap;
}

.commonCaseWrap .vertical .cell {
    width: 1.68rem;
    /* height: 3rem; */
    height: 3.5rem;
}

.commonCaseWrap .across .cell {
    width: 3.63rem;
    height: 2.05rem;
    border-radius: 0.1rem;
}

/* 公共案例 end*/

/* 优势公共 */
.advantage {
    display: flex;
    gap: 0.46rem;
}

.advantage .unit {
    width: 7.6rem;
    box-sizing: border-box;
    padding: 0.45rem 0.43rem 0.67rem;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 0.1rem;
    position: relative;
}

.advantage .unit .top {
    display: flex;
    align-items: center;
    font-size: 0.38rem;
    color: #030e1c;
    font-weight: 600;
}

.advantage .unit .top img {
    width: 0.98rem;
    height: 0.98rem;
    border-radius: 0.2rem;
    margin-right: 0.38rem;
}

.advantage .unit .mid .cell {
    font-size: 0.24rem;
    color: #1d2836;
    display: flex;
    align-items: center;
    margin-top: 0.28rem;
}

.advantage .unit .mid .cell img {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.2rem;
}

.advantage .unit .bottom {
    width: 100%;
    box-sizing: border-box;
    padding: 0.2rem 0.5rem 0.2rem 0.42rem;
    font-size: 0.2rem;
    margin-top: 0.56rem;
}

.advantage .unit .bottom-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.4rem;
    -webkit-mask-image: radial-gradient(150% 300% at 50% -115%, transparent 70%, black 71%);
    mask-image: radial-gradient(150% 300% at 50% -115%, transparent 70%, black 71%);
    border-radius: 0 0 0.1rem 0.1rem;
}

/* 优势公共 end*/
/* 科教普及 */
.capacityWrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.46rem;
}
.capacityWrap .unit {
    width: 3.57rem;
    height: 2.79rem;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0.25rem 0.16rem 0.25rem 0.2rem;
}
.capacityWrap .unit img {
    width: 0.9rem;
    height: 0.9rem;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.1);
}
.capacityWrap .unit .title {
    font-size: 0.34rem;
    color: #333333;
    margin-top: 0.32rem;
    font-weight: 600;
}

.capacityWrap .unit .content {
    font-size: 0.16rem;
    color: #7C7C7C;
}

.solveFlowWrap .publicTitle .p3{
    width: 100%;
}
.solveFlow{
    margin-top: 0.5rem;
}

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

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

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

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

/* 党建宣教 start */
.productCapabilities{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.38rem;
}

.productCapabilities .unit{
    text-align: center;
    background: #FFF;
    width: 4.97rem;
    height: 2.33rem;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem;
}

.productCapabilities .unit img{
    width: 0.78rem;
    height: 0.78rem;
    margin-top: 0.22rem;
}

.productCapabilities .unit .title{
    font-size: 0.34rem;
    color: #333333;
    margin-top: 0.1rem;
    font-weight: 600;
}

.productCapabilities .unit .desc{
    font-size: 0.16rem;
    color: #7C7C7C;
    margin-top: 0.1rem;
}

.partyCaseWrap{
    display: flex;
    align-items: center;
    gap: 0.32rem;
}
.partyCaseWrap .unit{
    width: 1.68rem;
    /* height: 3rem; */
    height: 3.5rem;
    border-radius: 0.05rem;
}
/* 党建宣教 end */

.solveInteraction .pageData4 .cell{
    width: 2.76rem;
    height: 5.2rem;
}
.solveInteraction .pageData4 {
    gap: 0.38rem;
}