#app {
    position: relative;
    height: 100%;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.liquidityManagement-content-pageThree {
    width: 100%;
    background: url(image/18.png) no-repeat left center;
    background-size: cover;
    padding-bottom: 48px;

    .title {
        font-family: Times, Times;
        font-weight: 300;
        font-size: 48px;
        color: #FFFFFF;
        line-height: 58px;
        text-align: center;
        font-style: normal;
        padding-top: 176px;
        margin-bottom: 80px;
    }

    .content-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;

        .content-item-one {
            width: 50%;

            .content-item-text-title {
                width: 90%;
                font-family: Playfair_Display;
                font-weight: normal;
                font-size: 25px;
                color: #FFFFFF;
                font-style: normal;
            }

            .content-item-text-content {
                width: 90%;
                /*  */
                font-weight: normal;
                font-size: 18px;
                color: #FFFFFF;
                font-style: normal;
                line-height: 30px;
            }
        }

        .content-item-two {
            width: 50%;

            img {
                width: 100%;
                height: auto;
                display: block;
            }
        }
    }
}

.liquidityManagement-content-pageFive {
    width: 100%;
    background: #F1F6FF;

    .title {
        font-family: Times, Times;
        font-weight: normal;
        font-size: 40px;
        color: #485468;
        line-height: 48px;
        text-align: center;
        font-style: normal;
        padding-top: 42px;
        margin-bottom: 42px;
    }

    .content-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
        padding-bottom: 58px;

        .content-item-one {
            width: 48%;
            background: #FFFFFF;

            img {
                width: 90%;
                height: auto;
                margin: 35px auto;
                display: block;
            }

            .content-item-text-title {
                width: 90%;
                margin: auto;
                font-weight: normal;
                font-size: 20px;
                color: #485468;
                font-style: normal;
            }

            .content-item-text-content {
                width: 90%;
                margin: 30px auto;
                font-weight: normal;
                font-size: 18px;
                color: #485468;
                text-align: left;
                font-style: normal;
                line-height: 30px;
            }

            .content-item-text-head {
                width: 90%;
                margin: auto;
                font-weight: normal;
                font-size: 18px;
                color: #485468;
                font-style: normal;

                ul {
                    padding-left: 15px;
                    padding-bottom: 30px;
                }

                ul li {
                    list-style: disc;
                    margin-bottom: 60px;
                    line-height: 30px;

                }
            }
        }

        .content-item-two {
            width: 48%;
            display: flex;
            justify-content: space-between;
            flex-direction: column;

            .content-item-one {
                width: 100%;

                img {
                    width: 90%;
                    height: auto;
                    margin: auto;
                    display: block;
                    padding: 20px 0;
                }

                .content-item-text-title {
                    width: 90%;
                    margin: auto;
                    
                    font-weight: normal;
                    font-size: 20px;
                    color: #485468;
                    font-style: normal;
                    margin-bottom: 30px;
                }

                .content-item-text-content {
                    margin-top: 0px;
                    padding-bottom: 10px;
                }
            }
        }
    }
}

.liquidityManagement-content-pageFour {

    .title {
        font-family: Times, Times;
        font-weight: normal;
        font-size: 40px;
        color: #485468;
        padding: 24px 0;
        text-align: center;
        font-style: normal;
        padding-top: 56px;
        margin-bottom: 56px;
    }

    .content-box {
        width: 70%;
        margin: auto;

        .content-box-title {
            width: 100%;
            height: 52px;
            
            font-weight: normal;
            font-size: 20px;
            color: #485468;
            font-style: normal;
            line-height: 52px;
            padding-left: 70px;
            background-size: 30px 30px;
        }

        .content-box-content {
            
            font-weight: normal;
            font-size: 18px;
            color: #485468;
            font-style: normal;
            margin-left: 50px;
            margin-top: 24px;
            margin-bottom: 40px;

        }
    }
}

.liquidityManagement-content-pageSeven {
    padding: 0 15%;
    min-height: 160px;
    background: #01228C;
    
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
    font-style: normal;
    line-height: 1.5;
    /* 改为正常的行高，允许文字换行 */
    /* 增加上下内边距，确保文字有足够空间显示 */
    display: flex;
    align-items: center;
    /* 垂直居中 */
    box-sizing: border-box;/
}

.liquidityManagement-content-pageSix {
    width: 100%;
    background: #FFFFFF;
    /* padding-bottom: 660px; */

    .title {
        font-family: Playfair_Display;
        font-weight: normal;
        font-size: 40px;
        color: #485468;
        line-height: 48px;
        text-align: center;
        font-style: normal;
        margin-bottom: 41px;
    }

    .content-box {
        width: 70%;
        margin: auto;
        position: relative;
        padding-top: 80px;
        display: flex;
        justify-content: space-between;
        .content-item{
            width: 30%;
        }
        img {
            width: 100%;
            height: auto;
            display: block;
        }

        .content-item-text {
            /* position: absolute; */
            width: 70%;
            /* left: 30%;
            top: 15%; */
            padding-bottom: 59px;

            .content-item-text-one,
            .content-item-text-two,
            .content-item-text-three {
                background: #01228C;
                padding-right: 20px;

                .content-item-title {
                    
                    font-weight: normal;
                    font-size: 20px;
                    color: #FFFFFF;
                    text-align: left;
                    font-style: normal;
                    padding-top: 30px;
                    padding-left: 35px;
                }

                .content-item-text-content {
                    
                    font-weight: normal;
                    display: flex;
                    font-size: 18px;
                    color: #FFFFFF;
                    line-height: 30px;
                    text-align: left;
                    font-style: normal;
                    padding-top: 10px;
                    padding-left: 35px;
                    padding-bottom: 28px;
                }
            }

            .content-item-text-two {
                background: #15255B;
            }

            .content-item-text-three {
                background: #5469AD;
            }
        }
    }
}

/* 手机 */
@media screen and (max-width: 767px) {
    .liquidityManagement-content-pageFour {
        .content-box {
            .content-box-title {
                font-size: 18px;
            }
        }
    }
    .liquidityManagement-content-pageSix {
        width: 100%;
        background: #FFFFFF;
        padding-bottom: 341px;

        .title {
            font-family: Times, Times;
            font-weight: normal;
            font-size: 40px;
            color: #485468;
            line-height: 48px;
            text-align: center;
            font-style: normal;
            padding-top: 41px;
            margin-bottom: 41px;
        }

        .content-box {
            width: 90%;
            margin: auto;
            position: relative;

            img {
                width: 55%;
                height: auto;
                display: block;
            }

            .content-item-text {
                position: absolute;
                width: 62%;
                left: 40%;
                top: 15%;
                padding-bottom: 59px;

                .content-item-text-one,
                .content-item-text-two,
                .content-item-text-three {
                    background: #01228C;
                    padding-right: 20px;

                    .content-item-title {
                        
                        font-weight: normal;
                        font-size: 8px;
                        color: #FFFFFF;
                        text-align: left;
                        font-style: normal;
                        padding-top: 10px;
                        padding-left: 10px;
                    }

                    .content-item-text-content {
                        
                        font-weight: normal;
                        display: flex;
                        font-size: 5px;
                        color: #FFFFFF;
                        line-height: 15px;
                        text-align: left;
                        font-style: normal;
                        padding-top: 2px;
                        padding-left: 5px;
                        padding-bottom: 5px;
                    }
                }

                .content-item-text-two {
                    background: #15255B;
                }

                .content-item-text-three {
                    background: #5469AD;
                }
            }
        }
    }
}