.first {
    margin: 0 16.0938vw;
    height: 3.75vw;
    display: flex;
    align-items: center;
    /* padding-right: 5.4297vw; */
    justify-content: space-between;

    img {
        width: 6.6797vw;
        height: 1.6797vw;
    }

    .first-textlist {
        width: 21.0938vw;
        display: flex;
        font-size: 0.7422vw;
        justify-content: space-between;
    }

    .first-phone {
        font-size: 0.7422vw;
        display: flex;
        align-items: center;
        border: 1px solid rgba(0, 86, 255, 0.5);
        padding: 0.1953vw 0.4688vw 0.1953vw 0.1953vw;
        border-radius: 0.9766vw;

        img {
            width: 1.5625vw;
            height: 1.5625vw;
            margin-right: 0.5078vw;
        }
    }
}

.second {
    height: 44.1016vw;
    padding: 0 16.1328vw;
    background-color: #0056ff;
    position: relative;

    .second-text {
        display: flex;
        flex-direction: column;
        padding: 11.2109vw 0 0;
        z-index: 99;

        .text-one {
            font-weight: 500;
            font-size: 3.125vw;
            color: #ffffff;
            margin-bottom: 2.0313vw;
            letter-spacing: 0.8203vw;
        }

        .text-two {
            font-size: 1.875vw;
            color: #ffffff;
            font-style: normal;
            margin-bottom: 1.6016vw;
        }

        .text-line {
            display: flex;
            align-items: center;
            margin-top: 11.7188vw;

            .line-left {
                border: 0.2344vw solid #fff;
                width: 2.7344vw;
                border-radius: 0.3906vw;
            }

            .line-right {
                height: 0px;
                border: 0.0391vw solid rgba(255, 255, 255, 0.5);
                width: 2.7344vw;
            }
        }
    }

    img {
        width: 47.3047vw;
        height: 38.7891vw;
        position: absolute;
        top: 3.3984vw;
        right: 10.7422vw;
    }
}

.third {
    margin: 4.8828vw 17.1484vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;

    .third-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 3.9063vw;

        .text-one {
            font-size: 1.875vw;
            color: #030a1a;
            margin-bottom: .6641vw;
            font-weight: 500;
        }

        .text-two {
            font-size: 1.25vw;
            color: #4A4E68;
        }
    }

    .third-img {
        position: relative;

        img {
            width: 65.8984vw;
            height: 39.4141vw;
        }

        .absolute {
            width: 49.6484vw;
            height: 34.7266vw;
            position: absolute;
            top: 11.7188vw;
            left: 8.3984vw;
        }

        div {
            font-size: 1.0156vw;
            color: #4A4E68;
        }

        .one {
            position: absolute;
            left: 7.8125vw;
            top: 19.1406vw;
        }

        .two {
            position: absolute;
            left: 18.9453vw;
            top: 7.8125vw;
        }

        .three {
            position: absolute;
            left: 43.3594vw;
            top: 7.8125vw;
        }

        .four {
            position: absolute;
            left: 53.9063vw;
            top: 19.1406vw;
        }
    }
}

.fourth {
    margin-top: 11.875vw;

    .fourth-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 2.9688vw;

        .text-one {
            font-size: 1.875vw;
            color: #030a1a;
            margin-bottom: .6641vw;
            font-weight: 500;
        }

        .text-two {
            font-size: 1.25vw;
            color: #4A4E68;
        }
    }

    .fourth-list {
        padding: 0 16.2109vw;
        display: flex;
        justify-content: space-between;

        .one-row {
            width: 15.8984vw;
            background: #F4F8FE;
            border-radius: .7422vw;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 3.8672vw 0 4.8047vw;

            img {
                width: 4.2188vw;
                height: 4.2188vw;
            }

            .row-text {
                margin-top: 1.6797vw;
                display: flex;
                flex-direction: column;
                align-items: center;

                .text-one {
                    font-size: .9375vw;
                    color: #030A1A;
                    margin-bottom: .3125vw;
                }

                .text-two {
                    font-size: .8203vw;
                    color: #4A4E68;
                }
            }
        }
    }
}

.fifth {
    margin-top: 5.1953vw;
    height: 45.4297vw;
    background: linear-gradient(180deg, #FAFCFF 0%, rgba(244, 248, 254, 0) 100%);
    padding: 0 16.2109vw;

    .fifth-title {
        padding-top: 4.9609vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 1.4063vw;

        .title-one {
            font-size: 1.875vw;
            color: #030A1A;
            margin-bottom: .6641vw;
        }

        .title-two {
            font-size: 1.25vw;
            color: #4A4E68;
        }
    }

    .rowlist {
        border-bottom: 1px solid #E6E6E6;

        .list-box {
            display: flex;
            justify-content: space-between;
            height: 4.6875vw;

            .box-one {
                flex: 1;
                height: 4.6484vw;
                display: flex;
                align-items: center;
                justify-content: center;

                div {
                    color: #4A4E68;
                    font-size: .9375vw;
                    margin-left: .2344vw;
                }
            }

            .colorborder {
                border-bottom: .1563vw solid #0056FF;
            }
        }
    }

    .fifth-content {
        padding-left: 2.0703vw;
        margin-top: 2.0703vw;
        display: flex;

        .content-left {
            margin-right: 3.4766vw;
            width: 17.4609vw;

            .left-top {
                display: flex;
                flex-direction: column;
                padding-top: 3.0859vw;

                .top-one {
                    font-size: 1.25vw;
                    font-family: 500;
                    color: #030A1A;
                    margin-bottom: .8203vw;
                }

                .top-two {
                    font-size: .8203vw;
                    font-family: 400;
                    color: #4A4A4A;
                    margin-bottom: 3.2422vw;
                }
            }

            .left-bottom {
                height: 9.4141vw;
                border-left: .1172vw solid #2F75FE;
                display: flex;
                flex-direction: column;
                justify-content: center;

                div {
                    width: 100%;
                    font-size: .8203vw;
                    color: #030A1A;
                    padding: .625vw 0 .625vw 1.0938vw;
                }

                .color {
                    background-color: #0056FF;
                    color: #FFFFFF;
                }
            }
        }

        .content-right {
            flex: 1;
            height: 22.6172vw;
            background-color: #F4F8FE;
            border-radius: .4297vw;
            /* padding: 3.0469vw 3.0078vw 2.0703vw 0; */

            .right-top {
                padding-top: 3.0859vw;
                display: flex;
                flex-direction: column;
                margin: 0 3.0078vw 0 2.0703vw;
                border-bottom: .0391vw solid #DADADA;

                .top-title {
                    font-size: .9375vw;
                    font-weight: 500;
                    color: #030A1A;
                    margin-bottom: 1.1328vw;
                }

                .top-bottom {
                    line-height: 1.4453vw;
                    font-weight: 400;
                    font-size: .8203vw;
                    color: #030A1A;
                }

                .top-end {
                    display: flex;
                    justify-content: space-between;
                    margin: 2.8906vw 0 .9375vw;

                    .end-one {
                        display: flex;
                        align-items: center;

                        img {
                            width: 1.25vw;
                            height: 1.2891vw;
                            margin-right: .4297vw;
                        }

                        text {
                            font-weight: 400;
                            font-size: .8203vw;
                            color: #70757F;
                        }
                    }

                }
            }

            .right-bottom {
                margin: 2.0703vw 0 0 2.0703vw;

                .bottom-text {
                    width: 5.8984vw;
                    height: 2.1875vw;
                    border-radius: .1953vw;
                    border: .0391vw solid #0056FF;
                    font-weight: 400;
                    font-size: .8203vw;
                    color: #0056FF;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
            }
        }
    }
}

.sixth {
    height: 37.3047vw;
    width: 99.9%;
    padding: 0;
    margin: 0;
    background-color: #000;
    position: relative;


    img {
        width: 99.99%;
        height: 37.3047vw;
        position: relative;
    }

    .sixth-content {
        position: absolute;
        width: 99.99%;
        height: 37.3047vw;
        top: 0;
        left: 0;

        .content-title {
            padding-top: 5.4297vw;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 3.3203vw;

            .title-one {
                font-weight: 500;
                font-size: 1.875vw;
                color: #FFFFFF;
            }

            .title-two {
                margin-top: .6641vw;
                font-weight: 400;
                font-size: 1.25vw;
                color: rgba(255, 255, 255, 0.5);
            }
        }

        .sixth-fourbox {
            margin: 0 16.1328vw;
            display: flex;

            .fourbox-row {
                width: 16.2109vw;
                height: 8.0078vw;
                background-color: #292E3A;
                border-radius: .1953vw;
                padding-left: 1.4453vw;
                margin-right: .9766vw;

                .row-top {
                    padding-top: 1.6797vw;

                    img {
                        width: 1.1328vw;
                        height: .9375vw;
                        margin-right: .3906vw;
                    }

                    text {
                        font-weight: 500;
                        font-size: .9375vw;
                        color: #FFFFFF;
                    }
                }

                .row-bottom {
                    margin: .4688vw 0 1.1328vw 0;

                    text {
                        font-weight: 400;
                        font-size: .8203vw;
                        color: rgba(255, 255, 255, 0.5);
                    }
                }

                .row-end {
                    display: flex;
                    justify-content: flex-end;
                    margin-right: .7422vw;

                    img {
                        width: 1.25vw;
                        height: 1.25vw;
                    }
                }
            }
        }

        .sixth-end {
            position: absolute;
            bottom: 0;
            width: 100%;
            margin-top: 4.2578vw;
            height: 11.2891vw;
            background-color: #12151A;
            display: flex;
            flex-direction: column;
            justify-content: center;

            .end-top {
                margin: 0 16.0938vw;
                display: flex;
                justify-content: space-between;

                .top-one {
                    display: flex;
                    flex-direction: column;

                    .num {
                        font-weight: 600;
                        font-size: 1.6797vw;
                        color: #FFFFFF;
                    }

                    .one-top {
                        display: flex;
                        align-items: center;

                        .num {
                            font-weight: 600;
                            font-size: 1.6797vw;
                            color: #FFFFFF;
                        }

                        img {
                            width: 1.5625vw;
                            height: 1.7578vw;
                        }
                    }

                    .content {
                        font-weight: 400;
                        font-size: .7422vw;
                        color: #A0A0A1;
                    }
                }
            }

            .end-bottom {
                margin-top: 1.5625vw;
                font-weight: 500;
                font-size: 1.875vw;
                color: #FFFFFF;
                display: flex;
                justify-content: center;
            }
        }
    }
}

.seventh {
    height: 16.5234vw;
    padding: 0 16.1328vw;

    .imgbox {
        padding-top: .7422vw;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;

        img {
            margin-top: 2.0703vw;
            width: 8.5547vw;
            height: 3.7109vw;
        }
    }
}

.eighth {
    height: 15.1172vw;
    background-color: #0056FF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    .one {
        font-weight: 500;
        font-size: 2.5vw;
        color: #FFFFFF;
    }

    .eighth-button {
        margin-top: 1.7188vw;
        width: 7.0703vw;
        height: 2.1875vw;
        background: #FFFFFF;
        border-radius: .1953vw;
        color: #0056FF;
        font-weight: 400;
        font-size: .9375vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.ninth {
    height: 25.1563vw;
    background-color: #181D23;

    .ninth-top {
        /* padding-top: 3.8672vw; */
        padding: 0 16.0938vw;
        height: 21.4063vw;
        border-bottom: 1px solid rgba(230, 230, 230, 0.5);
        display: flex;

        .top-left {
            display: flex;
            flex-direction: column;
            padding-top: 3.8672vw;
            margin-right: 7.3828vw;

            .three {
                font-weight: 500;
                font-size: .8203vw;
                color: #FFFFFF;
                margin-right: 2.6172vw;
                margin-bottom: .8203vw;
            }

            .erweima {
                margin-bottom: 2.7734vw;

                img {
                    width: 6.1328vw;
                    height: 6.4453vw;
                    margin-right: 2.6172vw;
                }
            }
        }

        .top-right {
            flex: 1;
            padding-top: 3.8672vw;
            display: flex;
            justify-content: space-between;

            .col {
                display: flex;
                flex-direction: column;

                .title {
                    font-weight: 500;
                    font-size: .8203vw;
                    color: #FFFFFF;
                    margin-bottom: .9766vw;
                }

                .content {
                    margin-bottom: .4297vw;
                    font-weight: 400;
                    font-size: .8203vw;
                    color: rgba(255, 255, 255, 0.6);
                }
            }
        }
    }

    .ninth-bottom {
        height: 3.7109vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: .8203vw;
        color: #FFFFFF;
        line-height: 1.3281vw;
    }
}