.info_three {
    width: 1200px;
    height: 2300px;
    position: absolute;
    z-index: 10;
}
.span_text {
    font-family: PingFang SC;
    font-weight: 500;
    line-height: normal;
}

.three_span_div {
    font-family: PingFang SC;
    font-weight: 500;
    color: #3860ff;
    line-height: normal;
}
.page_three_div_one {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.three_div_one_right {
    width: 350px;
    margin-right: 30px;
}
.three_title {
    display: flex;
    justify-content: center;
}
.text_box_div {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text_box {
    width: 250px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.button_div {
    display: flex;
    justify-content: space-around;
}
.button_div_one {
    width: 120px;
    height: 54px;
    background: linear-gradient(135deg,#06c1c9 0%,#78ffd1 100%);
    border: 1px solid;
    border-color: #ffffff;
    border-radius: 47px;
    box-shadow: 0px 4px 12px rgba(56, 96, 255, 0.2);
}
.button_div_two {
    width: 120px;
    height: 54px;
    background: linear-gradient(135deg,#3860ff 0%,#3df3ff 100%);
    border: 1px solid;
    border-color: #ffffff;
    border-radius: 47px;
    box-shadow: 0px 4px 12px rgba(56, 96, 255, 0.2);
}
.button_text_color {
    font-family: PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: normal;
    text-align: center;
    cursor: pointer;
}
.button_div_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.three_div_img_one {
    width: 576px;
    height: 277px;
    background-image: url("/image/GoPay2.png");
    background-size: cover;
    background-repeat: repeat;
}
.three_div_img_two {
    width: 334px;
    height: 283px;
    background-image: url("/image/box2.png");
    background-size: cover;
    background-repeat: repeat;
}
.three_div_img_three {
    width: 310px;
    height: 302px;
    background-image: url("/image/box3.png");
    background-size: cover;
    background-repeat: repeat;
}
.three_div_img_four {
    width: 349px;
    height: 378px;
    background-image: url("/image/team.png");
    background-size: cover;
    background-repeat: repeat;
}
.three_div_img_five {
    width: 318px;
    height: 274px;
    background-image: url("/image/wallet.png");
    background-size: cover;
    background-repeat: repeat;
}
.three_div_img_six {
    width: 423px;
    height: 332px;
    background-image: url("/image/data.png");
    background-size: cover;
    background-repeat: repeat;
}