.border_test {
    border: 2px;
    border-color: black;
}

.info_two {
    width: 1200px;
    height: 2100px;
    position: absolute;
    z-index: 10;
}

.page_two_div {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.page_two_div_one {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}

.two_one {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid;
    border-color: #ffffff;
    border-radius: 32px;
    backdrop-filter: blur(90px);
}

.two_div_img {
    width: 314px;
    height: 257px;
    background-image: url("/image/Earth.png");
    background-size: cover;
    background-repeat: repeat;
}

.span_div {
    height: 30px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-content: center;
}
.span_div_left {
    height: 130px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: normal;
}

.div_text_one {
    display: flex;
    text-align: left;
    flex-direction: column;
}
.div_text_two {
    display: flex;
    text-align: left;
    flex-direction: column;
}
.div_text_three {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: right;
    text-align: right;
}

.two_div_span {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.two_div_img_two {
    width: 460px;
    height: 260px;
    background-image: url("/image/box.png");
    background-size: cover;
    background-repeat: repeat;
}

.two_div_img_three {
    width: 359px;
    height: 288px;
    background-image: url("/image/phone_two.png");
    background-size: cover;
    background-repeat: repeat;
}
.two_div_img_four {
    width: 295px;
    height: 267px;
    background-image: url("/image/Earth2.png");
    background-size: cover;
    background-repeat: repeat;
}
.two_div_img_five {
    width: 325px;
    height: 306px;
    background-image: url("/image/fash.png");
    background-size: cover;
    background-repeat: repeat;
}

.text_title {
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: normal;
}
.text_content {
    font-family: PingFang SC;
    font-weight: 500;
    color: #9aa9ca;
    font-size: 18px;
    line-height: normal;
    text-align: right;
}
.text_style {
    font-family: PingFang SC;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: right;
}
.text_style_div {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.div_text_four {
    display: flex;
    text-align: left;
    flex-direction: column;
}

.div_text_five {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: right;
    text-align: right;
}