#app {
    position: relative;
    height: 100%;
}
.header{
    z-index: 100;
    position: relative;
}
.investmentServices-page {
    background-image: none;
    background-size: 100% 100%;
    color: #fff;
    position: relative;
    width: 100%;
    /* height: 100%; */
    left: 0;
    top: 0;
}

.investmentServices-bg {
    background: url(image/part20@2x.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}

.investmentServices-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;

    .title {
        text-align: center;
        margin-bottom: 40px;

        .title1 {
            font-weight: 300;
            font-size: 48px;
            color: #FFFFFF;
            font-family: Playfair_Display;
            line-height: 72px;
        }
    }

}
.process-bg{
    width: 100%;
    background: #F6F6F5;
    padding-top: 80px;
    padding-bottom: 25px;
}
.process-bg1{
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 52px;
}
.process{
    width: 70%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 55px;
    /* padding-bottom: 33px; */
    .process-div1{
        font-weight: normal;
        font-size: 40px;
        color: #485468;
        line-height: 48px;
        font-family: Playfair_Display;
        text-align: center;
        margin-bottom: 16px;
    }
    .process-div2{
        font-weight: normal;
        font-size: 28px;
        color: #485468;
        line-height: 34px;
        text-align: center;
    }
    .process-div3{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        box-sizing: border-box;
        padding-top: 50px;
        .process-div3-img{
            width: 48%;
            height: auto;
            box-sizing: border-box;
            padding-top: 10px;
            img{
                width: 100%;
            }
        }
        .process-div3-p{
            width: 48%;
            font-size: 18px;
            color: #485468;
            line-height: 30px;
            font-family: 'Source Sans Pro';
            .process-div3-p-title{
                font-weight: bold;
                font-size: 18px;
                color: #485468;
                line-height: 30px;
                text-align: left;
            }
            p{
                margin: 0;
                /* margin-bottom: 30px; */
                position: relative;
                color: #485468;
                font-family: 'Source Sans Pro';
            }
            .process-div3-p2{
                box-sizing: border-box;
                padding-left: 16px;
            }
            .process-div3-p2::after{
                content: '';
                position: absolute;
                left: 0;
                top: 13px;
                width: 4px;
                height: 4px;
                background: #485468;
                background-size: 100% 100%;
                 border-radius: 50%; 
            }
        }

    }
}

.QFLP-div{
    /* background: url(image/part20@2x.png) no-repeat; */
    /* background-size: cover; */
    z-index: 2;
    position: relative;
    padding-top: 98px;
    .QFLP-div-bg{
        width: 70%;
        margin: 0 auto;

        .QFLP-div-title{
            font-weight: normal;
            font-size: 40px;
            color: #FFFFFF;
            line-height: 48px;
            font-family: Playfair_Display;
            text-align: center;
        }
        .QFLP-div-con{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-start;
            box-sizing: border-box;
            
            .QFLP-div-p{
                font-weight: normal;
                font-size: 18px;
                color: #FFFFFF;
                line-height: 30px;
                width: 40%;
                /* margin-top: 134px; */
                font-family: 'Source Sans Pro';
                .QFLP-div-con1{
                font-weight: normal;
                font-size: 25px;
                color: #FFFFFF;
                line-height: 48px;
                font-family: Playfair_Display;
                margin-top: 90px;
            }
            }
            .QFLP-div-p1{
                /* margin-top: 110px; */
                p{
                    font-weight: normal;
                    font-size: 18px;
                    color: #FFFFFF;
                    line-height: 30px;
                    font-family: 'Source Sans Pro';
                }
            }
            .QFLP-div-img{
                position: relative;
                top: 100px;
                width: 54%;
                height: auto;
                img{
                    width: 100%;
                }
            }
        }
    }
    
    
}
.QFLP-div-edit{
    background: url(image/part20@2x.png) no-repeat;
    background-size: cover;
}
.con2{
    width: 100%;
    height: 200px;
    background: url(image/part21@2x.png) no-repeat;
    background-size: cover;
}
/* 手机 */
@media screen and (max-width: 767px) {
    .investmentServices-content {
        box-sizing: border-box;
        padding-top: 50px;
        padding-bottom: 10px;
        .title {
            margin-bottom: 15px;
            .title1 {
                font-weight: 300;
                font-size: 24px;
                color: #FFFFFF;
                font-family: Playfair_Display;
                line-height: 35px;
            }
        }
    }
    .process{
        width: 90%;
        margin: 0 auto;
        padding-top: 15px;
        padding-bottom:13px;
        .process-div1{
            font-size: 25px;
            line-height: 28px;
        }
        .process-div2{
            font-size: 18px;
        }
        .process-div3{
            padding-top: 10px;
            .process-div3-img{
                width: 100%;
                padding-top: 0px;
                img{
                    width: 100%;
                }
            }
            .process-div3-p{
                width: 100%;
                font-size: 13px;
                color: #485468;
                line-height: 25px;
                p{
                    margin: 0;
                    margin-bottom: 10px;
                }
            }
        }
    }
    .QFLP-div{
        padding-top:30px;
        .QFLP-div-bg{
            width: 90%;
            .QFLP-div-title{
                font-size: 25px;
                line-height: 30px;
            }
            .QFLP-div-con{
                .QFLP-div-p{
                    width: 100%;
                    margin-top: 15px;
                }
                .QFLP-div-img{
                    width: 100%;
                    top: 50px;
                }
            }
        }
    }
}