.financialTechnology-container {
    width: 100%;
    overflow-x: hidden;
}

.ft-1 {
    width: 100%;
    position: relative;
}

.ft-1 img {
    width: 100%;
    height: 25.2vw;
    display: block;
}

.ft-1-title {
    position: absolute;
    top: 6.25vw;
    left: 10.05vw;
    font-size: 3.12vw;
    /* font-family: FZLanTingHeiS-DB-GB; */
    font-weight: 400;
    color: #ffffff;
}

.ft-1-line {
    position: absolute;
    top: 11.09vw;
    left: 10.05vw;
    width: 5.2vw;
    height: 0.31vw;
    background: #ffffff;
}

.ft-1-content {
    position: absolute;
    top: 13.8vw;
    left: 10.05vw;
    width: 100%;
    height: 5.1vw;
    font-size: 1.5vw;
    /* font-family: FZLanTingHeiS-L-GB; */
    font-weight: 400;
    color: #ffffff;
    line-height: 3.12vw;
}
.man-main {
    box-sizing: border-box;
    padding: 5.677vw 16.56vw;
    background: #F7F8FA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.man-main-title {
    font-size: 2.76vw;
    /* font-family: FZLanTingHeiS-DB-GB; */
    font-weight: 400;
    color: #000000;
}

.man-main-line {
    width: 9.844vw;
    height: 0.26vw;
    background: #3261F5;
    margin-top: 2.292vw;
    margin-bottom: 2.917vw;
}

.man-main-text {
    width: 66.82vw;
    font-size: 1.3vw;
    /* font-family: FZLanTingHeiS-L-GB; */
    font-weight: 400;
    color: #040404;
    line-height: 1.8;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 4.479vw;
}

.man-main-box {
    width: 100%;
    height: auto;
}

.man-main-list {
    width: 100%;
    height: 16.875vw;
    margin-bottom: 6.04vw;
    display: flex;
    justify-content: space-between;

}

.man-main-list-left {
    width: 31.82vw;
    height: 100%;
}

.man-main-list-left-top {
    width: 100%;
    display: flex;
    height: 3vw;
    line-height: 3vw;
    justify-content: flex-start;
    margin-top: 1.614vw;
    align-items: center;
}

.man-main-list-left-top-icon {
    width: 2.9vw;
    height: 2.9vw;
}

.man-main-list-left-top-title {
    font-size: 2vw;
    font-weight: 500;
    margin-left: 1.35vw;
}

.man-main-list-left-desc {
    margin-top: 2vw;
    font-size: 1.2vw;
    font-weight: 400;
    color: #393939;
    line-height: 2.4vw
}

.list-image {
    width: 26.875vw;
}