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

.liquidityManagement-page {
    background: url(image/位图@2x.png) no-repeat left center;
    background-size: 100% 100%;
    color: #fff;
    position: relative;
    width: 100%;
    /* height: 100%; */
    height: 270px;
    left: 0;
    top: 0;
}

.header-item {
    background: url(image/位图@2x.png) no-repeat left center;
    background-size: cover;
    color: #fff;
    padding-top: 88px !important;
    padding-bottom: 88px;
    span {
        display: block;
        width: fit-content;
        white-space: nowrap;
        margin: 0 auto;
    }

    span:nth-child(1) {
        font-family: Times, Times;
        font-weight: normal;
        font-size: 48px;
        color: #FFFFFF;
        line-height: 58px;
        font-style: normal;
    }

    span:nth-child(2),
    span:nth-child(3) {
        
        font-weight: normal;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 30px;
        text-align: right;
        font-style: normal;
    }
}

.liquidityManagement-content {
    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: 40px;
        padding-bottom: 38px;
    }

    .content-box-one {
        width: 70%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;

        .content-item:nth-child(1) {
            width: 39%;
            background: #FFFFFF;

            img {
                width: 90%;
                height: auto;
                margin: auto;
                margin-top: 22px;
                margin-bottom: 30px;
                display: block;
            }

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

        .content-item:nth-child(2) {
            width: 59%;
            background: #FFFFFF;

            img {
                width: 95%;
                height: auto;
                margin: auto;
                margin-top: 22px;
                margin-bottom: 25px;
                display: block;
            }

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

    .content-box-two {
        width: 70%;
        margin: auto;
        margin-top: 23px;
        padding-bottom: 50px;
        display: flex;
        justify-content: space-between;

        .content-item:nth-child(1) {
            width: 60%;
            background: #FFFFFF;

            img {
                width: 95%;
                height: auto;
                margin: auto;
                margin-top: 22px;
                margin-bottom: 30px;
                display: block;
            }

            .content-item-text {
                width: 95%;
                
                font-weight: normal;
                font-size: 18px;
                color: #485468;
                line-height: 30px;
                margin: auto;
                font-style: normal;
                /* margin-bottom: 30px; */
            }

            .content-item-text:nth-child(3) {
                margin-bottom: 20px;
            }
        }

        .content-item:nth-child(2) {
            width: 38%;
            background: #FFFFFF;

            img {
                width: 95%;
                height: auto;
                margin: auto;
                margin-top: 22px;
                margin-bottom: 25px;
                display: block;
            }

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

.liquidityManagement-content-pageOne {
    width: 100%;
    background: #ffff;

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

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

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

            ul li {
                list-style: disc;
                
                font-weight: normal;
                font-size: 18px;
                color: #485468;
                line-height: 16px;
                font-style: normal;
                margin-bottom: 10px;
            }
        }

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

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

.liquidityManagement-content-pageTwo {
    width: 100%;
    background: #F6F6F5;
    padding-bottom: 20px;

    .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: 55px;
    }

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

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

            .content-item-text {
                width: 100%;
                background: #FFFFFF;

                img {
                    width: 90%;
                    height: auto;
                    margin: auto;
                    padding-top: 22px;
                    margin-bottom: 25px;
                    display: block;
                }

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

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

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

            img {
                display: block;
                margin: auto;
            }

            .point {
                width: 48px;
                height: auto;
            }

            .line {
                width: 0.98px;
                height: 320px;
            }
        }

        .content-item-three {
            width: 45%;

            .content-item-text {
                width: 100%;
                background: #FFFFFF;

                img {
                    width: 90%;
                    height: auto;
                    margin: auto;
                    padding-top: 22px;
                    margin-bottom: 25px;
                    display: block;
                }

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

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

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

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

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

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

            .content-item-text-title {
                width: 90%;
                
                font-weight: normal;
                font-size: 20px;
                color: #FFFFFF;
                line-height: 30px;
                text-align: left;
                font-style: normal;
            }

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

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

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

.liquidityManagement-content-pageFour {
    width: 100%;
    background: #FFFFFF;

    .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: 28px;
    }

    table {
        width: 70%;
        margin: auto;
        border-collapse: collapse;
        border: 1px solid #ddd;

        th,
        td {
            border: 1px solid #ddd;
            padding-left: 40px;
            text-align: left;
        }

        th {
            background-color: #F1F6FF;
            
            font-weight: normal;
            font-size: 20px;
            color: #01228C;
            line-height: 76px;
            font-style: normal;
        }

        td {
            
            font-weight: normal;
            font-size: 20px;
            color: #485468;
            line-height: 76px;
            font-style: normal;
        }
    }

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

    .content-item-bottom-img {
        position: relative;

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

        .content-item-bottom-img-text {
            position: absolute;
            left: 15%;
            top: 40%;
            
            font-weight: normal;
            font-size: 20px;
            color: #FFFFFF;
            line-height: 40px;
            text-align: left;
            font-style: normal;
            background: url(image/24.png) no-repeat right center;
            background-size: 40px;
            padding-right: 50px;
        }
    }
}

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

    .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: 70%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;

        .content-item {
            width: 48%;
            min-height: 450px;
            background: #FFFFFF;

            img {
                width: 90%;
                height: auto;
                display: block;
                margin: auto;
                margin-top: 30px;
                margin-bottom: 30px;
            }

            .content-item-title {
                width: 90%;
                height: 52px;
                background: #F1F6FF;
                line-height: 52px;
                padding-left: 25px;
                margin: auto;
                
                font-weight: normal;
                font-size: 20px;
                color: #01228C;
                text-align: left;
                font-style: normal;
            }

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

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

    .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: 70%;
        margin: auto;
        position: relative;

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

        .content-item-text {
            position: absolute;
            width: 78%;
            left: 22%;
            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-pageFive {
    width: 100%;
    background: #F6F6F5;

    .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;
        display: flex;
        justify-content: space-between;
        align-items: center;

        .content-item {
            width: 46%;
            min-height: 600px;
            background: #FFFFFF;

            img {
                width: 90%;
                height: auto;
                display: block;
                margin: auto;
                margin-top: 30px;
                margin-bottom: 30px;
            }

            .content-item-title {
                width: 90%;
                height: 52px;
                background: #F1F6FF;
                line-height: normal;
                padding-left: 0px;
                padding-top: 10px;
                margin: auto;
                
                font-weight: normal;
                font-size: 10px;
                color: #01228C;
                text-align: center;
                font-style: normal;
            }

            .content-item-text {
                width: 90%;
                
                font-weight: normal;
                font-size: 18px;
                color: #485468;
                line-height: 30px;
                font-style: normal;
                padding-left: 10px;
                margin: auto;
                margin-top: 30px;
                margin-bottom: 20px;
            }
        }
    }
}
    .liquidityManagement-content-pageTwo {
    width: 100%;
    background: #F6F6F5;
    padding-bottom: 20px;

    .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: 55px;
    }

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

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

            .content-item-text {
                width: 100%;
                background: #FFFFFF;

                img {
                    width: 90%;
                    height: auto;
                    margin: auto;
                    padding-top: 22px;
                    margin-bottom: 25px;
                    display: block;
                }

                .content-item-text-title {
                    width: 90%;
                    margin: auto;
                    
                    font-weight: normal;
                    font-size: 15px;
                    color: #01228C;
                    line-height: 30px;
                    font-style: normal;
                }

                .content-item-text-content {
                    width: 90%;
                    margin: auto;
                    
                    font-weight: normal;
                    font-size: 10px;
                    color: #485468;
                    line-height: 30px;
                    font-style: normal;
                    padding-bottom: 25px;
                }
            }
        }

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

            img {
                display: block;
                margin: auto;
            }

            .point {
                width: 48px;
                height: auto;
            }

            .line {
                width: 0.98px;
                height: 320px;
            }
        }

        .content-item-three {
            width: 40%;

            .content-item-text {
                width: 100%;
                background: #FFFFFF;

                img {
                    width: 90%;
                    height: auto;
                    margin: auto;
                    padding-top: 22px;
                    margin-bottom: 25px;
                    display: block;
                }

                .content-item-text-title {
                    width: 90%;
                    margin: auto;
                    
                    font-weight: normal;
                    font-size: 15px;
                    color: #01228C;
                    line-height: 30px;
                    font-style: normal;
                }

                .content-item-text-content {
                    width: 90%;
                    margin: auto;
                    
                    font-weight: normal;
                    font-size: 10px;
                    color: #485468;
                    line-height: 30px;
                    font-style: normal;
                    padding-bottom: 25px;
                }
            }
        }
    }
}
    .header-item {
        background: url(image/位图@2x.png) no-repeat left center;
        background-size: cover;
        color: #fff;
        padding-top: 48px !important;
        padding-bottom: 48px;
        span {
            display: block;
            width: fit-content;
            white-space: nowrap;
            margin: 0 auto;
        }

        span:nth-child(1) {
            font-family: Times, Times;
            font-weight: normal;
            font-size: 24px;
            color: #FFFFFF;
            line-height: 58px;
            font-style: normal;
        }

        span:nth-child(2),
        span:nth-child(3) {
            
            font-weight: normal;
            font-size: 8px;
            color: #FFFFFF;
            line-height: 30px;
            text-align: right;
            font-style: normal;
        }
    }

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

        .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;
                }
            }
        }
    }

    .liquidityManagement-content-pageFour {
        width: 100%;
        background: #FFFFFF;

        .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: 28px;
        }

        table {
            width: 90%;
            margin: auto;
            border-collapse: collapse;
            border: 1px solid #ddd;

            th,
            td {
                border: 1px solid #ddd;
                padding-left: 40px;
                text-align: left;
            }

            th {
                background-color: #F1F6FF;
                
                font-weight: normal;
                font-size: 20px;
                color: #01228C;
                line-height: 76px;
                font-style: normal;
            }

            td {
                
                font-weight: normal;
                font-size: 20px;
                color: #485468;
                line-height: 76px;
                font-style: normal;
            }
        }

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

        .content-item-bottom-img {
            position: relative;

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

            .content-item-bottom-img-text {
                position: absolute;
                left: 10%;
                top: 25%;
                
                font-weight: normal;
                font-size: 6px;
                color: #FFFFFF;
                line-height: 40px;
                text-align: left;
                font-style: normal;
                background: url(image/24.png) no-repeat right center;
                background-size: 20px;
                padding-right: 25px;
            }
        }
    }
}