.newbanner_titlebox {
    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #ffffff1f;
    color: #ffffff;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.box_top_title {
    gap: 14.38px;
    border-radius: 4px;
    /* background: linear-gradient(270deg, #23a3ff66 0%, #1a63fa66 100%);
     */
     background: var(--Linear, linear-gradient(103deg, #713EFF 5.5%, #3332F2 87.28%));
    transition: background 0.5s ease;
    box-shadow: 0 6px 7.7px 0 #0B2456;
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.box_top_title:hover {
    border-radius: 4px;
    /* background: var(--Linear, linear-gradient(270deg, #23A3FF 0%, #1A63FA 100%)); */
    background: var(--Linear, linear-gradient(103deg, #713EFF 5.5%, #3332F2 87.28%));
    backdrop-filter: blur(12.15px);
}

/* banner右下角部分 */
.newbanner_bottom_right_box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 901px;
    height: 201px;
    background-image: url('../image/newbanner/banner_right.png');
    background-size: 100% 100%;
}

/* 右下角盒子的上层盒子 */
.box_background {
    width: 100%;
    height: 100%;
    position: relative;
}

/* 找金融产品的盒子 */
.box_newbanner_box1 {
    position: absolute;
    top: -2px;
    left: -1px;
    display: flex;
    width:195px;
    height: 165px;
    transform: rotate(-23deg);
    padding: 12.48px 13.86px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 11.09px;
    border-radius: 11.1px;
    background: linear-gradient(270deg, #23a3ff80 0%, #1a63fa80 100%);
    box-shadow: 0 3px 7.12px 0 #0B2456;
    backdrop-filter: blur(13px);
    transition: all 0.3s ease;
    color: #ffffff99;
    cursor: pointer;
}

.box_newbanner_box1_title {
    display: flex;
    gap: 9px;
    /* color: #ffffff99; */
    font-family: "PingFang SC";
    font-size: 18px;    
    font-style: normal;
    font-weight: 600;
    line-height: 19.41px;
    /* margin-bottom: 16px; */
}

/* box1内容 */
.box_newbanner_box1_content {
    align-self: stretch;
    color: #ffffffcc;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "OPPOSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.box_newbanner_box1:hover {
    color: #FFFFFF;
    background: var(--Linear, linear-gradient(270deg, #23A3FF 0%, #1A63FA 100%));
    box-shadow: 0 6px 7.7px 0 #0B2456;
    transform: rotate(-23deg) scale(1.05);
    /* 鼠标移入时放大5% */
}

.box_newbanner_box1 .img1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_newbanner_box1 .img2 {
    display: none
}

.box_newbanner_box1:hover .img2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_newbanner_box1:hover .img1 {
    display: none;
}


.box_newbanner_box1 .box1_top_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_newbanner_box1 .box1_top_text {
    height: 32px;
    display: none;
}

.box_newbanner_box1:hover .box1_top_img {
    display: none;
}

.box_newbanner_box1:hover .box1_top_text {
    display: flex;
    padding: 4.21px 8.43px 4.21px 12.64px;
    align-items: center;
    gap: 6px;
    border-radius: 144.34px;
    background: #FFF;
    color: #1f84fd;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 23.18px; */
}

/* 右下角的第二个盒子 */
.box_newbanner_box2 {
    position: absolute;
    top: -68.34px;
    left: 215px;
    display: flex;
    width: 195px;
    height: 165px;
    transform: rotate(-11.198deg);
    padding: 16.18px 17.98px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14.38px;
    border-radius: 12px;
    background: linear-gradient(270deg, #23a3ff66 0%, #1a63fa66 100%);
    box-shadow: 0 6px 7.7px 0 #0B2456;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    color: #ffffff99;
    cursor: pointer;
}

.box_newbanner_box2_title {
    display: flex;
    gap: 9px;
    /* color: #ffffff99; */
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.17px;
}

.box_newbanner_box2_content {
    align-self: stretch;
    color: #ffffffcc;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "OPPOSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.box_newbanner_box2:hover {
    color: #ffffff;
    background: var(--Linear, linear-gradient(270deg, #23A3FF 0%, #1A63FA 100%));
    box-shadow: 0 6px 7.7px 0 #0B2456;
    transform: rotate(-11.198deg) scale(1.05);
    /* 鼠标移入时放大5% */
}

.box_newbanner_box2 .img1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_newbanner_box2 .img2 {
    display: none
}

.box_newbanner_box2:hover .img2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_newbanner_box2:hover .img1 {
    display: none;
}

.box_newbanner_box2 .box2_top_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_newbanner_box2 .box2_top_text {
    height: 32px;
    display: none;
}

.box_newbanner_box2:hover .box2_top_img {
    display: none;
}

.box_newbanner_box2:hover .box2_top_text {
    display: flex;
    padding: 4.21px 8.43px 4.21px 12.64px;
    align-items: center;
    gap: 6px;
    border-radius: 144.34px;
    background: #FFF;
    color: #1f84fd;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 23.18px; */
}

/* 第三个盒子 */
.box_newbanner_box3 {
    position: absolute;
    left: 312px;
    top: -106px;
    width: 198px;
    display: inline-flex;
    padding: 20px 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16.86px;
    border-radius: 12px;
    background: linear-gradient(270deg, #23a3ff66 0%, #1a63fa66 100%);
    box-shadow: 0 6px 7.7px 0 #0B2456;
    color: #ffffff99;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    cursor: pointer
}

.box_newbanner_box3_title {
    display: flex;
    align-items: center;
    gap: 8.43px;

    font-family: "PingFang SC";
    font-size: 17.98px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.17px;
}

.box_newbanner_box3_content {
    align-self: stretch;
    color: #ffffffcc;
    font-family: "PingFang SC";
    font-size: 16.86px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.29px;
}

.box_newbanner_box3:hover {
    color: #ffffff;
    background: var(--Linear, linear-gradient(270deg, #23A3FF 0%, #1A63FA 100%));
    box-shadow: 0 6px 7.7px 0 #0B2456;
    transform: scale(1.05);
    /* 鼠标移入时放大5% */
}

.box_newbanner_box3 .img1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_newbanner_box3 .img2 {
    display: none
}

.box_newbanner_box3:hover .img2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_newbanner_box3:hover .img1 {
    display: none;
}

.box_newbanner_box3 .box3_top_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_newbanner_box3 .box3_top_text {
    height: 34px;
    display: none;
}

.box_newbanner_box3:hover .box3_top_img {
    display: none;
}

.box_newbanner_box3:hover .box3_top_text {
    display: flex;
    padding: 4.21px 8.43px 4.21px 12.64px;
    align-items: center;
    gap: 6px;
    border-radius: 144.34px;
    background: #FFF;
    color: #1f84fd;
    font-family: "PingFang SC";
    font-size: 14.75px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 23.18px; */
}

/* 第四个盒子 */
.box_newbanner_box4 {
    position: absolute;
    top: -88px;
    left: 440px;
    display: flex;
    width: 195px;
    height: 165px;
    transform: rotate(2.344deg);
    padding: 16.18px 17.98px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14.38px;
    border-radius: 12px;
    background: linear-gradient(270deg, #23a3ff66 0%, #1a63fa66 100%);
    box-shadow: 0 6px 7.7px 0 #0B2456;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    color: #ffffff99;
    cursor: pointer;
}

.box_newbanner_box4_title {
    display: flex;
    gap: 9px;

    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.41px;
}

.box_newbanner_box4_content {
    align-self: stretch;
    color: #ffffffcc;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "OPPOSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.box_newbanner_box4:hover {
    color: #ffffff;
    background: var(--Linear, linear-gradient(270deg, #23A3FF 0%, #1A63FA 100%));
    box-shadow: 0 6px 7.7px 0 #0B2456;
    transform: rotate(2.344deg) scale(1.05);
    /* 鼠标移入时放大5% */
}

.box_newbanner_box4 .img1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_newbanner_box4 .img2 {
    display: none
}

.box_newbanner_box4:hover .img2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_newbanner_box4:hover .img1 {
    display: none;
}

.box_newbanner_box4 .box4_top_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_newbanner_box4 .box4_top_text {
    height: 32px;
    display: none;
}

.box_newbanner_box4:hover .box4_top_img {
    display: none;
}

.box_newbanner_box4:hover .box4_top_text {
    display: flex;
    padding: 4.21px 8.43px 4.21px 12.64px;
    align-items: center;
    gap: 6px;
    border-radius: 144.34px;
    background: #FFF;
    color: #1f84fd;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 23.18px; */
}


/* 第五个盒子 */

.box_newbanner_box5 {
    position: absolute;
    top: -55px; 
    left: 664px;
    display: flex;
    width: 195px;
    height: 165px;
    transform: rotate(13.835deg);
    padding: 12.48px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 11.09px;
    border-radius: 11.1px;
    background: linear-gradient(270deg, #23a3ff80 0%, #1a63fa80 100%);
    box-shadow: 0 3px 7.12px 0 #0B2456;
    backdrop-filter: blur(13px);
    transition: all 0.3s ease;
    color: #ffffff99;
    cursor: pointer;
}

.box_newbanner_box5_title {
    display: flex;
    gap: 9px;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.41px;
}

.box_newbanner_box5_content {
    align-self: stretch;
    color: #ffffffcc;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "OPPOSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.box_newbanner_box5:hover {
    color: #ffffff;
    background: var(--Linear, linear-gradient(270deg, #23A3FF 0%, #1A63FA 100%));
    box-shadow: 0 6px 7.7px 0 #0B2456;
    /* transform: rotate(28deg); */
    transform: rotate(13.835deg) scale(1.05);
    /* 鼠标移入时放大5% */
}

.box_newbanner_box5 .img1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_newbanner_box5 .img2 {
    display: none
}

.box_newbanner_box5:hover .img2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_newbanner_box5:hover .img1 {
    display: none;
}

.box_newbanner_box5 .box5_top_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_newbanner_box5 .box5_top_text {
    height: 34px;
    display: none;
}

.box_newbanner_box5:hover .box5_top_img {
    display: none;
}

.box_newbanner_box5:hover .box5_top_text {
    display: flex;
    padding: 4.21px 8.43px 4.21px 12.64px;
    align-items: center;
    gap: 6px;
    border-radius: 144.34px;
    background: #FFF;
    color: #1f84fd;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 23.18px; */
}