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

.investmentServices-bg {
    background: url(image/pattern2.svg) no-repeat;
    background-size: 75vw 75vw;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.1;
    z-index: 1;
}

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

    .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;
}
.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;
            p{
                margin: 0;
                margin-bottom: 30px;
                font-family: "Source Sans Pro", arial, sans-serif;
            }
        }

    }
}

/* 手机 */
@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;
                }
            }
        }
    }
}