.top_shop {
    background: url('/static/images/shop-banner.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: bold;
            font-size: 117px;
            color: #1B4EF3;
            font-style: italic;
            margin-bottom: 59px !important;

            span {
                color: #333333;
                display: inline-block;
                font-weight: bold;
                font-size: 117px;
                font-style: italic;
            }
        }

        span {
            font-size: 40px;
            font-weight: 400;
            color: #0B0B0C;
            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: #1B4EF3;
                    margin-bottom: 55px !important;
                }

                p {
                    width: 671px;
                    font-weight: 400;
                    font-size: 38px;
                    color: #4B4B4B;
                    line-height: 48px;
                }
            }
        }
    }
}

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

    .container-body {
        padding-bottom: 77px;

        h3 {
            font-weight: 400;
            font-size: 45px;
            color: #444444;
            margin-bottom: 61px !important;
            text-align: center;
        }

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

            .box {
                display: flex;

                .content {
                    text-align: center;

                    .img-box {
                        border-radius: 10px;
                        width: 317px;
                        background: #F4F9FF;
                        margin-bottom: 18px;

                        img {
                            margin: 23px 66px 12px 66px;
                        }
                    }
                }

                p {
                    font-weight: 400;
                    font-size: 22px;
                    color: #5D6068;

                }
            }
        }
    }
}

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

    .container-body {
        text-align: center;

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

        p {
            font-weight: 400;
            font-size: 38px;
            color: #2C60EB;
            margin: 26px auto 50px !important;
        }

        .box {
            width: 100%;

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

        }
    }
}

.part4 {
    background: #FFFFFF;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 7px;

    .container-body {
        text-align: center;

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

        p {
            width: 1267px;
            font-weight: 400;
            font-size: 30px;
            color: #999999;
            margin: 33px auto 44px !important;
        }

        .box {
            width: 100%;

            .tabs {
                width: 100%;
                margin-bottom: 44px;
                display: flex;
                align-items: center;
                justify-content: space-between;

                .tabsitem {
                    width: 180px;
                    height: 70px;
                    border-radius: 7px;
                    background: #E0EEFF;
                    font-size: 34px;
                    font-weight: 400;
                    color: #343434;
                    text-align: center;
                    line-height: 70px;
                    cursor: pointer;
                }

                .choice {
                    color: #FFFFFF;
                    background: #2C60EB;
                }
            }

            .tabsbox {
                width: 1150px;
                margin: 0 auto;
                text-align: center;
            }

            .tabsboxitem {
                display: none;
            }

            .show {
                display: block;
            }
        }
    }
}


.part5 {
    background: #F4F9FF;
    width: 100%;
    padding-top: 60px;

    .container-body {
        padding-bottom: 77px;

        h3 {
            font-weight: 400;
            font-size: 45px;
            color: #444444;
            margin-bottom: 61px !important;
            text-align: center;
        }

        .flex {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 74px;

            .box {
                display: flex;

                .content {
                    text-align: center;

                    .img-box {
                        border-radius: 10px;
                        width: 317px;
                        background: #F4F9FF;
                        margin-bottom: 18px;

                        img {
                            margin: 23px 66px 12px 66px;
                        }
                    }
                }

                p {
                    font-weight: 400;
                    font-size: 22px;
                    color: #5D6068;

                }
            }
        }
    }
}


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

}