.numbox .list {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 20px auto;
    min-width: 100%;
}


    .numbox .list .item {
        width: 33%;
        text-align: center
    }

        .numbox .list .item .left {
            font-size: 35px;
            font-family: DIN-Bold, DIN;
            font-weight: bold;
            color: #272B31;
        }

            .numbox .list .item .left label {
                font-size: 30px;
            }

        .numbox .list .item .right {
            font-size: 24px;
            font-family: DIN-Bold, DIN;
            font-weight: bold;
        }

.yousbox {
    width: 100%;
    padding: 20px 0;
}

    .yousbox .title {
        font-size: 30px;
        font-weight: bold;
    }

.yousitem {
    width: 50%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.yousbox .dflex {
    display: flex;
    margin-top: 20px
}

.yousitem .icon {
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.anliimg {
    border-radius: 10px;
    width: 200px;
}

.anlitxt {
    padding: 10px 0;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.qjukesbox {
    height: 480px;
    background: #1b1b3f;
}

    .qjukesbox .qjukesbox2 {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

        .qjukesbox .qjukesbox2 .tit {
            color: #fff;
            padding: 20px;
            font-size: 24px
        }

.tojiimgbox {
    margin-top: 50px;
    text-align: center
}

.liucheng {
    background: rgba(40, 170, 170, 0.05);
    padding-bottom: 50px
}

    .liucheng .liuchengtop {
        width: 100%;
        margin: 0 auto;
    }

    .liucheng .item .liuchengbox {
        position: relative;
        width: 22%;
        background-color: #FFFFFF;
        clip-path: polygon(86% 0%, 100% 50%, 86% 100%, 0% 100%, 14% 50%, 0% 0%);
        padding: 20px 0;
        text-align: center;
        margin-left: -2.2%;
    }

        .liucheng .item .liuchengbox img {
            width: 30px
        }

        .liucheng .item .liuchengbox h4 {
            margin-top: 30px
        }

        .liucheng .item .liuchengbox label {
            position: absolute;
            left: 45%;
            top: 55px;
            font-weight: bold;
            font-size: 18px;
        }

.fwbaoz {
    margin-top: 50px
}

    .fwbaoz .fwbaozbox {
        display: flex
    }

        .fwbaoz .fwbaozbox .item {
            width: 25%;
            text-align: center;
            background-color: #eee;
            padding: 80px 0;
            font-size: 12px;
        }

            .fwbaoz .fwbaozbox .item .imgbox {
                padding: 50px 0
            }

                .fwbaoz .fwbaozbox .item .imgbox img {
                    width: 30px
                }

            .fwbaoz .fwbaozbox .item:nth-child(1), .fwbaoz .fwbaozbox .item:nth-child(3) {
                background-color: rgba(40, 170, 170, 0.05);
            }

            .fwbaoz .fwbaozbox .item .titbox {
                font-size: 18px;
                font-weight: bold
            }

.switchbtn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    border: none;
    background-color: rgba(0, 0, 0, .2);
}

.anlibody {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #f8f8f8
}
