.top_questionnaire {
    background: url('/static/images/questionnaire-bg.png') center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: left;

    .container-title {
        text-align: left;

        p.title {
            font-weight: 400;
            font-size: 105px;
            color: #080808;
        }

        span {
            width: 1060px;
            font-weight: 400;
            font-size: 34px;
            color: #0B0B0C;
            line-height: 49px;
            display: block;
        }
    }
}

.part1 {
    background: #F4F9FF;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 37px;

    .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;

        .box {
            display: flex;
            width: 50%;

            .content {

                h3 {
                    font-weight: 400;
                    font-size: 60px;
                    color: #444444;
                    line-height: 88px;
                }

                p {
                    font-weight: 400;
                    font-size: 38px;
                    color: #2C60EB;
                    line-height: 88px;
                }
            }
        }
    }
}

.part2 {
    background: #FFFFFF;
    width: 100%;
    padding-top: 27px;
    padding-bottom: 154px;

    .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;

        .box {
            display: flex;

            .content {
                margin-left: 10px;

                h3 {
                    font-weight: 400;
                    font-size: 50px;
                    color: #444444;
                    line-height: 66px;
                }

                p {
                    font-weight: 400;
                    font-size: 38px;
                    color: #2C60EB;
                    line-height: 50px;
                    margin-top: 43px !important;
                }
            }
        }
    }
}

.part3 {
    background: #F4F9FF;
    width: 100%;
    padding-top: 42px;
    padding-bottom: 42px;

    h3 {
        font-weight: 400;
        font-size: 60px;
        color: #444444;
        line-height: 88px;
        margin-bottom: 35px;
        text-align: center;
    }

    .desc {
        margin-top: 35px;
        font-weight: 400;
        font-size: 38px;
        color: #2C60EB;
        line-height: 88px;
        text-align: center;
    }

    .switch {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 32px;

        .box {
            display: flex;

            .img-box {
                background: #FFF2E5;
                box-shadow: 0 0 1px #0003, 0 12px 32px -12px #1a22331a;
                border-radius: 8px;
                width: 666px;
            }
        }

        .pro-left-box {
            p {
                position: relative;
                border-radius: 7px;
                height: 88px;
                padding: 0px 35px 0px 24px;
                background: #E0EEFF;
                margin: 0 0 28px !important;
                font-weight: 500;
                font-size: 34px;
                line-height: 88px;
                text-align: center;
                color: #333333;
                cursor: pointer;
                width: 656px;
                height: 90px;
            }

            p.active {
                color: #ffffff;
                background: #1861F2;
            }
        }


    }


}

.part4 {
    background: url('/static/images/coop.png') center center no-repeat;
    background-size: cover;

    .flex {
        display: flex;
        align-items: normal;
        justify-content: space-between;
        margin-top: 27px;

        .box {
            display: flex;

            .ctbox {
                text-align: center;
                margin-bottom: 52px;
                width: 78px;

                .zhanwei {
                    width: 75px;
                    height: 51px;
                }

                img {
                    display: block;
                    margin: 0 auto 16px;
                }
            }
        }
    }

}




.part5 {
    background: url('/static/images/pzbbg.png') center center no-repeat;
    background-size: cover;
    height: 265px;

    h3 {
        font-weight: 400;
        font-size: 35px;
        color: #FFFFFF;
        line-height: 58px;
        text-align: center;
        padding-top: 51px !important;
    }

    span {
        display: block;
        background: #2C60EB;
        border-radius: 18px;
        font-weight: 400;
        font-size: 30px;
        color: #FFFFFF;
        line-height: 58px;
        text-align: center;
        width: 555px;
        margin: 31px auto;
    }

}