.getSwiper {
    margin-top: 51px;
}

.f1>div {
    box-shadow: none;
    background: #F1F3FE;
    border: 3px solid rgba(40, 72, 255, 0.10196078431372549);
    opacity: 1;
    border-radius: 8px;
    height: 360px;
}

.f1>div p:last-of-type {
    /* width: 194px; */
}

.f1>div p:first-of-type {
    font-size: 20px;
    margin: 25px 0px;
}

.f2 div p {
    width: 495px;
}

.jjfa>img.j1 {
    width: 200px;
    display: block;
    position: absolute;
    top: 115px;
    right: -90px;
}

.jjfa>img.j3 {
    position: absolute;
    width: 200px;
    left: -100px;
    bottom: 750px;
}

.jjfa>img.j2 {
    position: absolute;
    width: 200px;
    right: -100px;
    top: auto;
    bottom: 50px;
}

.f1>div {
    /* border: 3px solid rgba(40, 72, 255, 0.10196078431372549); */
}

.f1 {
    justify-content: space-between;
}

.framework img {
    width: 100%;
}

.framework {
    margin-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(90deg, rgba(245, 245, 250, 0) 0%, #F5F5FA 50%, rgba(245, 245, 250, 0) 100%);
}

.framework .list li {
    display: flex;
    border-bottom: 1px solid #A4B1FF;
}

.framework .list li div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26.6%;
    padding: 30px;
    /* text-align: center; */
    background: #fff;
}

.framework .list {
    border-radius: 15px;
}

.framework .list li:first-of-type div:first-of-type {
    border-radius: 15px 0 0 0;
}

.framework .list li:first-of-type div:last-of-type {
    border-radius: 0px 15px 0 0;
}

.framework .list li:first-of-type div {
    position: relative;
    height: auto;
    padding: 20px 30px;
    background: #2949FF;
    color: #fff;
}

.framework .list li div {
    height: 300px;
    border-right: 1px solid #A4B1FF;
    font-size: 14px;
    font-family: 萍方-简;
    font-weight: normal;
    line-height: 32px;
    color: #222222;
}

.framework .list li div:first-of-type {
    width: 20%;
    border-left: 1px solid #A4B1FF;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
}

.framework .list .li div:first-of-type {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.framework .list .li div:first-of-type img {
    width: 70px;
    position: absolute;
    right: 72px;
    top: 126px;
}

.framework .list li:first-of-type div img {
    width: 46px;
    right: 25px;
    top: 16px;
    position: absolute;
}

.f2 div p:first-child i {
    margin-top: 15px;
    display: block;
    width: 65px;
    height: 6px;
    background: linear-gradient(90deg, #2949FF 0%, rgba(41, 73, 255, 0) 100%);
}

.jjfa>img.b3 {
    width: 138px;
    left: 0;
    bottom: 818px;
}

.jjfa>img.b2 {
    width: 138px;
    right: 0;
    top: auto;
    bottom: 50px;
}

.jjfa>img.b1 {
    width: 138px;
    display: block;
    position: absolute;
    top: 115px;
    right: 0;
}

.jjfa {
    padding-bottom: 60px;
}

@media screen and (max-width: 428px) {
    .banner-text {
        width: 100%;
        text-align: center;
        left: 0;
        bottom: 35px;
    }
    .banner-text p:first-child {
        font-size: 32px;
    }
    .banner-text .btns {
        margin-top: 30px;
    }
    .banner-text .btns a {
        color: #58BCFF;
    }
    .f1 {
        justify-content: space-around;
    }
    .f1>div {
        width: 45% !important;
        height: 250px;
        margin-right: 0;
        /* padding: 15px 15px; */
        width: 160px;
        border: 3px solid rgba(40, 72, 255, 0.10196078431372549);
        box-shadow: 0px 9px 27px 0px rgba(139, 151, 204, 0.35);
    }
    /* .f1>div p:first-of-type {
        margin-top: 0;
    } */
    .f1>div p:last-of-type {
        /* padding: 10px; */
        /* width: 193px; */
        /* width: 142px; */
    }
    .framework p:last-of-type span {
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: normal;
        line-height: 20px;
        color: #999999;
    }
    .framework p:last-of-type {
        text-align: center;
    }
    .framework2 li {
        display: flex;
        border-bottom: 1px solid #A4B1FF;
        border-right: 1px solid #A4B1FF;
        border-left: 1px solid #A4B1FF;
    }
    .framework2 li div:first-of-type {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25%;
        padding: 24px;
        font-weight: bold;
        border-right: 1px solid #A4B1FF;
        text-align: center;
    }
    .framework2 li div img {
        width: 40px;
    }
    .framework2 li.title {
        background: #2949FF;
    }
    .framework2 li div:last-of-type {
        width: 75%;
        padding: 15px;
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: normal;
        line-height: 20px;
        color: #666666;
    }
    .framework2 li div:last-of-type p {
        margin-bottom: 0;
    }
    .framework2 li div:last-of-type img {
        margin-left: 30px;
    }
    .framework2 .list li:last-of-type {
        border-radius: 0 0 15px 15px;
    }
    .framework2 .list .title div:last-of-type {
        font-size: 14px;
        color: #fff;
        text-align: center;
    }
    .framework2 .list .title {
        border-radius: 15px 15px 0 0;
        color: #fff;
    }
    .framework2 .list {
        margin-bottom: 30px;
    }
    .f2 div p:first-child i {
        display: none;
    }
    .jjfa {
        padding-bottom: 0;
    }
    .jjfa .titles {
        line-height: 30px;
    }
    .jjfa>img.b5 {
        position: absolute;
        width: 70px;
        left: 0;
        top: auto;
        z-index: -1;
        bottom: 750px;
    }
    .jjfa .f2 img {
        margin: 20px 0;
    }
    .jjfa>img.b1 {
        width: 70px;
        top: 143px;
    }
    .jjfa>img.b2 {
        width: 70px;
        top: 555px;
    }
    .jjfa>img.b4 {
        left: auto;
        right: 0;
        bottom: 300px;
    }
}