﻿* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif, "宋体";
}
/*超出部分隐藏*/
html {
/*    pointer-events: auto;
    touch-action: none;*/

}
input:focus,
textarea:focus {
    outline: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

li {
    list-style: none;
}

.location {
    position: absolute;
}

body {
    max-width: 10rem;
    margin: auto;
    height: auto;
    background-color: #ffffff;
    overflow-y: auto;

}

.index-part01-swiper {
    background-color: #ffffff;
    width: 10rem;
    height: 4.8rem;
    margin: 0.34666667rem auto 0;
}

    .index-part01-swiper .swiper-container {
        width: 10rem;
        height: 4.8rem;
    }

        .index-part01-swiper .swiper-container .swiper-wrapper .swiper-slide {
            width: 9.2rem !important;
            height: 100%;
            margin: 0rem 0.13333333rem 0rem 0.13333333rem;
        }

            .index-part01-swiper .swiper-container .swiper-wrapper .swiper-slide img {
                width: 9.2rem !important;
                height: 100%;
                margin: auto;
                border-radius: 0.13333333rem;
            }

        .index-part01-swiper .swiper-container .swiper-pagination-bullet-active {
            width: 0.13333333rem !important;
            height: 0.13333333rem !important;
            border-radius: 50%;
        }

        .index-part01-swiper .swiper-container .swiper-pagination-bullet {
            width: 0.13333333rem !important;
            height: 0.13333333rem !important;
            border-radius: 50%;
        }

.index-part02-nav {
    background-color: #ffffff;
    width: 10rem;
    height: 4.96rem;
    margin-top: 0.8rem;
}

    .index-part02-nav ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 9.3rem;
        margin: auto;
    }

        .index-part02-nav ul li {
            width: 1.4rem;
            height: 1.41333333rem;
            margin: 0.66666667rem 0.45rem 0.08rem;
            text-align: center
        }

            .index-part02-nav ul li a {
                display: flex;
                justify-content: center;
                align-content: space-between;
                flex-wrap: wrap;
            }

                .index-part02-nav ul li a img.logo {
                    width: 0.88rem;
                    height: 0.88rem;
                }

                .index-part02-nav ul li a p.item {
                    font-size: 0.29333333rem;
                    color: #333333;
                    font-family: PingFang SC;
                    margin: 0.21333333rem auto 0;
                    height: 0.29333333rem;
                    line-height: 0.29333333rem;
                }

.PartContent {
    background-color: #ffffff;
}

    .PartContent .top {
        width: 9.6rem;
        height: 1.12rem;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
    }

        .PartContent .top .title {
            font-weight: bold;
            font-size: 0.48rem;
            color: #333333;
        }

        .PartContent .top .box_more .more {
            font-size: 0.37333333rem;
            color: #999999;
        }

    .PartContent .bottom .goodBrand {
        width: 10rem;
        height: 6.08rem;
        height: 5.01333333rem;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

        .PartContent .bottom .goodBrand .item {
            width: 2.5rem;
            height: 1.85rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-content: center;
            font-size: 0.32rem;
            overflow: hidden;
            color: #333333;
            background-color: #F8F8F8;
        }

            .PartContent .bottom .goodBrand .item img {
                width: 100%;
                height: 100%;
                border-right: 0.02666667rem solid rgba(232, 232, 232, 0.8);
                border-bottom: 0.02666667rem solid rgba(232, 232, 232, 0.8);
                border-top: 0.02666667rem solid rgba(232, 232, 232, 0.8);
            }
            .PartContent .bottom .goodBrand .item:nth-child( n + 5) img {
                border-top: none !important;
            }
            .PartContent .bottom .goodBrand .item:nth-child(4n) img {
                border-right: none !important;
            }
            .PartContent .bottom .goodBrand .item span {
                width: 90%;
                text-align: center !important;
                overflow: hidden;
                /*超出部分隐藏*/
                text-overflow: ellipsis;
                /* 超出部分显示省略号 */
                white-space: nowrap;
                /*规定段落中的文本不进行换行 */
                max-width: 2.13333333rem;
                /*需要配合宽度来使用*/
                text-align: left;
                margin: 0.21333333rem auto 0;
            }

        .PartContent .bottom .goodBrand .itemColor {
            background-color: #FDFDFD;
        }

.ExcellentQuality {
    background-color: #ffffff;
    display: inline-block;
    margin: 0.72rem auto 0.6rem;
}
    .ExcellentQuality .bottom .bottom_ul li a {
        border-bottom: none!important;
    }

    
.ExcellentQuality .top {
    width: 9.6rem;
    height: 0.45333333rem;
    margin: 0rem auto 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

        .ExcellentQuality .top .title {
            font-weight: bold;
            font-size: 0.48rem;
            color: #333333;
        }

        .ExcellentQuality .top .box_more .more {
            font-size: 0.37333333rem;
            color: #999999;
        }

    .ExcellentQuality .bottom {
        margin: 0.45333333rem auto 0;
        width: 10rem;
        overflow-y: hidden;
    }

        .ExcellentQuality .bottom .bottom_ul {
            display: flex;
            flex-wrap: nowrap;
            align-items: flex-start;
            align-content: flex-start;
            overflow-x: scroll;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -o-box;
            display: box;
            padding: 0rem 0rem 0.4rem 0rem;
        }

            .ExcellentQuality .bottom .bottom_ul li:first-child {
                margin: 0rem 0.4rem 0rem 0.4rem;
            }

            .ExcellentQuality .bottom .bottom_ul li {
                display: flex;
                flex-wrap: wrap;
                align-content: space-between;
                width: 6rem;
                height: 5.2rem;
                margin: 0rem 0.4rem 0rem 0rem;
            }

                .ExcellentQuality .bottom .bottom_ul li .box_img img {
                    width: 6rem;
                    height: 4.02666667rem;
                    /* opacity: 0.62;*/
                    object-fit:cover;
                }

                .ExcellentQuality .bottom .bottom_ul li .title {
                    font-size: 0.37333333rem;
                    color: #333333;
                    overflow: hidden;
                    /*超出部分隐藏*/
                    text-overflow: ellipsis;
                    /* 超出部分显示省略号 */
                    white-space: nowrap;
                    /*规定段落中的文本不进行换行 */
                    max-width: 5.33333333rem;
                    /*需要配合宽度来使用*/
                    text-align: left;
                    margin: 0.13333333rem 0rem 0rem 0rem;
                }

                .ExcellentQuality .bottom .bottom_ul li .txt {
                    font-size: 0.32rem;
                    color: #999999;
                    font-weight: 500;
                    text-align: left;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    max-width: 4rem;
                    float: left;
                }

                .ExcellentQuality .bottom .bottom_ul li .right {
                    float: right;
                    font-size: 0.32rem;
                    color: #999999;
                    font-weight: 500;
                }

                    .ExcellentQuality .bottom .bottom_ul li .right .fa-heart {
                        color: #D9494A;
                    }

                .ExcellentQuality .bottom .bottom_ul li:last-child .box_img img {
                    margin: 0rem 0.4rem 0rem 0rem;
                }

.BrandConsulting {
    margin: 0rem auto 0 !important;
}

    .BrandConsulting .bottom {
        margin: 0.4rem auto 0 !important;
    }

        .BrandConsulting .bottom .type01 .left .title .tuijian {
            width: 0.85333333rem;
            height: 0.50666667rem;
            background: #fe3055;
            border-radius: 0.13333333rem;
            font-size: 0.32rem;
            color: #FFFFFF;
            font-family: PingFang SC;
            font-weight: 500;
            line-height: 0.50666667rem;
            margin: 0rem 0.18666667rem 0rem 0rem;
            display: inline-block;
            text-align: center;
        }

        .BrandConsulting .bottom .type03 {
            width: 9.2rem;
            height: auto;
        }

            .BrandConsulting .bottom .type03 .box_title {
                width: 8.13333333rem;
                height: 1.33333333rem;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                align-content: center;
                margin: auto;
            }

                .BrandConsulting .bottom .type03 .box_title .title_left {
                    width: 0.85333333rem;
                    height: 0.50666667rem;
                    background: #fe3055;
                    border-radius: 0.13333333rem;
                    font-size: 0.32rem;
                    color: #FFFFFF;
                    font-family: PingFang SC;
                    font-weight: 500;
                    line-height: 0.50666667rem;
                }

                .BrandConsulting .bottom .type03 .box_title .title_right {
                    font-size: 0.48rem;
                    color: #2c2d2c;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    max-width: 7.28rem;
                    text-align: left;
                    /* height: 0.45333333rem; */
                    font-family: PingFang SC;
                    font-weight: bold;
                    /* line-height: 0.45333333rem; */
                    margin: 0rem 0rem 0rem 0.18666667rem;
                }

            .BrandConsulting .bottom .type03 .box_content {
                position: relative;
                width: 8.13333333rem;
                height: 5.44rem;
                margin: auto;
            }

                .BrandConsulting .bottom .type03 .box_content .bg_img {
                    width: 100%;
                    height: 100%;
                }

            .BrandConsulting .bottom .type03 .box_swiper {
                position: absolute;
                height: 3.06666667rem;
                bottom: 0.4rem;
                left: 0.34666667rem;
            }

                .BrandConsulting .bottom .type03 .box_swiper .swiper-container .swiper-wrapper .swiper-slide {
                    height: 0.93333333rem !important;
                    width: 6.8rem;
                    height: 0.93333333rem;
                    background: #000000;
                    opacity: 0.5;
                    border-radius: 0.48rem;
                    display: flex;
                    flex-wrap: nowrap;
                    align-content: center;
                    align-items: center;
                }

                    .BrandConsulting .bottom .type03 .box_swiper .swiper-container .swiper-wrapper .swiper-slide img {
                        width: 0.66666667rem;
                        height: 0.66666667rem;
                        border-radius: 50%;
                        margin: 0rem 0.13333333rem 0rem 0.13333333rem;
                    }

                    .BrandConsulting .bottom .type03 .box_swiper .swiper-container .swiper-wrapper .swiper-slide p {
                        width: 200px;
                        overflow: hidden;
                        /*超出部分隐藏*/
                        text-overflow: ellipsis;
                        /* 超出部分显示省略号 */
                        white-space: nowrap;
                        /*规定段落中的文本不进行换行 */
                        max-width: 5.33333333rem;
                        /*需要配合宽度来使用*/
                        text-align: left;
                        height: 0.93333333rem;
                        line-height: 0.93333333rem;
                        font-family: Microsoft YaHei;
                        font-weight: 400;
                        font-size: 0.32rem;
                        color: #FFFFFF;
                        color: #ffffff;
                    }

    .BrandConsulting .bottom_video {
        display: inline-block;
        padding-left: 0.4rem;
        overflow: hidden;
        height: 4rem;
        padding-top: 0 !important;
        margin-top: 0.5rem !important;
        display: inline-block;
    }
    .BrandConsulting .bottom_video a {
        padding: 0 0 0 0 !important;
    }
        .BrandConsulting .bottom_video li {

            width: 4.61333333rem;
            height: 4.13333333rem;
            max-height: 4.13333333rem;
            display: inline-block;
            background: #ffffff;
            text-align: center;
            line-height: 0.93333333rem;
            margin: 0rem 0.24rem 0.34666667rem 0rem;
            font-size: 0.34666667rem;
            color: #333333;
        }

        .BrandConsulting .bottom_video .box_video {
            width: 4.5rem;
            height: 3.06666667rem;
            position: relative;
            border-radius: 0.13333333rem;
        }

            .BrandConsulting .bottom_video .box_video img {
                width: 4.5rem;
                height: 3.06666667rem;
                border-radius: 0.13333333rem;
            }

            .BrandConsulting .bottom_video .box_video .box_p_type01 {
                width: 0.98666667rem;
                height: 0.4rem;
                position: absolute;
                right: 0.18666667rem;
                bottom: 0.18666667rem;
                background: #000000;
                opacity: 0.3;
                border-radius: 0.05333333rem;
            }

            .BrandConsulting .bottom_video .box_video .type01 {
                width: 0.98666667rem;
                height: 0.4rem;
                position: absolute;
                right: 0.18666667rem;
                bottom: 0.18666667rem;
                z-index: 1000;
                font-size: 0.26666667rem;
                color: #FFFFFF;
                text-align: center;
                line-height: 0.4rem;
            }

            .BrandConsulting .bottom_video .box_video .type02 {
                width: 0.85333333rem;
                height: 0.4rem;
                position: absolute;
                right: 0.18666667rem;
                bottom: 0.18666667rem;
                z-index: 1000;
                font-size: 0.26666667rem;
                color: #FFFFFF;
                text-align: center;
                line-height: 0.4rem;
            }

            .BrandConsulting .bottom_video .box_video .box_p_type02 {
                width: 0.85333333rem;
                height: 0.4rem;
                position: absolute;
                right: 0.18666667rem;
                bottom: 0.18666667rem;
                background: #000000;
                opacity: 0.3;
                border-radius: 0.05333333rem;
            }

        .BrandConsulting .bottom_video li:nth-child(2n) {
            margin: 0rem 0rem 0.34666667rem 0rem;
        }

        .BrandConsulting .bottom_video p {
            font-size: 0.34666667rem;
            color: #333333;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            width: 4.21333333rem;
            text-align: left;
            line-height: 0.48rem;
            margin: 0.21333333rem 0rem 0rem 0rem;
            height: 0.48rem;
        }

    .BrandConsulting .bottom_pic {
        width: 9.2rem;
        margin: 0.26666667rem auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .BrandConsulting .bottom_pic li {
            width: 4.4rem;
            height: 5.6rem;
            display: inline-block;
            background: #ffffff;
            text-align: center;
            line-height: 0.93333333rem;
            box-shadow: 0px 0.08rem 0.34666667rem 0px rgba(0, 0, 0, 0.05);
            margin-right: 0.4rem;
            font-size: 0.34666667rem;
            color: #333333;
        }

            .BrandConsulting .bottom_pic li .box_pic {
                width: 4.4rem;
                height: 2.93333333rem;
                position: relative;
                border-top-left-radius: 0.13333333rem;
                border-top-right-radius: 0.13333333rem;
            }

                .BrandConsulting .bottom_pic li .box_pic .icon {
                    position: absolute;
                    width: 0.66666667rem;
                    height: 0.66666667rem;
                    top: 0.24rem;
                    right: 0.18666667rem;
                }

                .BrandConsulting .bottom_pic li .box_pic .img {
                    width: 4.4rem;
                    height: 2.93333333rem;
                    border-top-left-radius: 0.13333333rem;
                    border-top-right-radius: 0.13333333rem;
                }

            .BrandConsulting .bottom_pic li p {
                font-size: 0.37333333rem;
                color: #333333;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                width: 3.78666667rem;
                text-align: left;
                line-height: 0.48rem;
                margin: 0.34666667rem 0rem 0rem 0.34666667rem;
            }

            .BrandConsulting .bottom_pic li .box_bottom {
                width: 3.86666667rem;
                display: flex;
                justify-content: space-between;
                align-items: center;
                align-content: center;
                margin: 0.53333333rem auto 0;
                height: 0.29333333rem;
            }

                .BrandConsulting .bottom_pic li .box_bottom .left {
                    font-size: 0.29333333rem;
                    color: #B3B3B3;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    max-width: 2.13333333rem;
                    text-align: left;
                }

                .BrandConsulting .bottom_pic li .box_bottom .right {
                    font-size: 0.29333333rem;
                    color: #B3B3B3;
                }

                    .BrandConsulting .bottom_pic li .box_bottom .right img {
                        width: 0.29333333rem;
                        height: 0.24rem;
                    }

            .BrandConsulting .bottom_pic li:nth-child(2n) {
                margin-right: 0;
            }

    .BrandConsulting .bottom_card .card_01 {
        width: 9.2rem;
        height: 8.18666667rem;
        margin: 0.53333333rem auto 0;
        background: #ffffff;
        box-shadow: 0px 0px 0.34666667rem 0px rgba(0, 0, 0, 0.09);
        border-radius: 0.26666667rem;
    }

        .BrandConsulting .bottom_card .card_01 a .box_title {
            width: 8.4rem;
            height: 1.65333333rem;
            margin: auto;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            align-content: center;
        }

            .BrandConsulting .bottom_card .card_01 a .box_title .title_left {
                width: 0.85333333rem;
                height: 0.50666667rem;
                background: #8DC21F;
                border-radius: 0.13333333rem;
                font-size: 0.32rem;
                color: #FFFFFF;
                font-family: PingFang SC;
                font-weight: 500;
                line-height: 0.50666667rem;
                text-align: center;
            }

            .BrandConsulting .bottom_card .card_01 a .box_title .title_right {
                font-size: 0.48rem;
                color: #2c2d2c;
                overflow: hidden;
                /*超出部分隐藏*/
                text-overflow: ellipsis;
                /* 超出部分显示省略号 */
                white-space: nowrap;
                /*规定段落中的文本不进行换行 */
                max-width: 7.28rem;
                /*需要配合宽度来使用*/
                text-align: left;
                height: 0.45333333rem;
                font-family: PingFang SC;
                font-weight: bold;
                line-height: 0.45333333rem;
                margin: 0rem 0rem 0rem 0.18666667rem;
            }

        .BrandConsulting .bottom_card .card_01 a .box_content {
            height: 0.98666667rem;
            font-size: 0.34666667rem;
            color: #5C6473;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #5c6473;
            line-height: 0.53333333rem;
            margin: auto;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            width: 8.4rem;
            text-align: left;
        }

        .BrandConsulting .bottom_card .card_01 a .box_img {
            margin: 0.29333333rem auto 0;
            width: 8.4rem;
            height: 4.16rem;
            display: flex;
            justify-content: flex-start;
            flex-wrap: nowrap;
        }

            .BrandConsulting .bottom_card .card_01 a .box_img img {
                width: 4.16rem;
                height: 4.16rem;
                margin: 0rem 0.16rem 0rem 0rem;
            }

                .BrandConsulting .bottom_card .card_01 a .box_img img:nth-child(2n) {
                    margin: 0rem 0rem 0rem 0rem;
                }

        .BrandConsulting .bottom_card .card_01 a .type03_bottom {
            width: 8.4rem;
            margin: 0.4rem auto 0;
            display: flex;
            justify-content: space-between;
            flex-wrap: nowrap;
        }

            .BrandConsulting .bottom_card .card_01 a .type03_bottom .left {
                font-size: 0.29333333rem;
                color: #999999;
                position: relative;
                height: 0.32rem;
                line-height: 0.32rem;
            }

                .BrandConsulting .bottom_card .card_01 a .type03_bottom .left span {
                    margin: 0rem 0.13333333rem 0rem 0rem;
                }

            .BrandConsulting .bottom_card .card_01 a .type03_bottom .viewCount img {
                width: 0.29333333rem;
                height: 0.24rem;
                margin: 0rem 0.10666667rem 0rem 0rem;
            }

            .BrandConsulting .bottom_card .card_01 a .type03_bottom .viewCount span {
                font-size: 0.29333333rem;
                color: #999999;
                font-size: 11px;
            }

    .BrandConsulting .bottom_card .card_03 {
        width: 9.2rem;
        height: 6.13333333rem;
        margin: 0.4rem auto 0;
        position: relative;
    }

        .BrandConsulting .bottom_card .card_03 img {
            width: 100%;
            height: 100%;
        }

        .BrandConsulting .bottom_card .card_03 .crad_top {
            position: absolute;
            top: 0.34666667rem;
            left: 0.42666667rem;
            z-index: 1000;
            height: 0.4rem;
        }

            .BrandConsulting .bottom_card .card_03 .crad_top .txt01 {
                display: flex;
                justify-content: center;
                flex-wrap: nowrap;
                align-content: center;
                align-items: center;
                background: #85b12e;
                border-radius: 0.05333333rem;
            }

                .BrandConsulting .bottom_card .card_03 .crad_top .txt01 .circle {
                    width: 0.13333333rem;
                    height: 0.13333333rem;
                    border-radius: 50%;
                    background-color: #ffffff;
                    display: inline-block;
                    margin: 0rem 0.13333333rem 0rem 0.13333333rem;
                }

                .BrandConsulting .bottom_card .card_03 .crad_top .txt01 .text {
                    font-size: 0.26666667rem;
                    color: #ffffff;
                    font-family: PingFang SC;
                    font-weight: 400;
                    line-height: 0.4rem;
                    height: 0.4rem;
                    margin: 0rem 0.13333333rem 0rem 0rem;
                }

            .BrandConsulting .bottom_card .card_03 .crad_top .txt02 {
                width: auto;
                height: 0.4rem;
                background: #000000;
                opacity: 0.3;
                border-radius: 0.05333333rem;
                position: absolute;
                top: 0rem;
                left: 1.49333333rem;
                padding: 0rem 0.16rem 0rem 0.16rem;
                white-space: nowrap;
            }

            .BrandConsulting .bottom_card .card_03 .crad_top .txt02Text {
                width: auto;
                height: 0.4rem;
                border-radius: 0.05333333rem;
                font-size: 0.26666667rem;
                color: #ffffff;
                font-family: PingFang SC;
                font-weight: 500;
                line-height: 0.4rem;
                position: absolute;
                top: 0rem;
                left: 1.49333333rem;
                padding: 0rem 0.16rem 0rem 0.16rem;
                white-space: nowrap;
                z-index: 1000;
            }

        .BrandConsulting .bottom_card .card_03 .crad_bottom {
            height: 1.06666667rem;
            line-height: 1.06666667rem;
            width: 100%;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
            font-size: 0.37333333rem;
            color: #ffffff;
            font-family: PingFang SC;
            font-weight: 400;
            position: absolute;
            bottom: 0;
            left: 0;
        }

            .BrandConsulting .bottom_card .card_03 .crad_bottom .title {
                margin: 0rem 0rem 0rem 0.32rem;
                overflow: hidden;
                /*超出部分隐藏*/
                text-overflow: ellipsis;
                /* 超出部分显示省略号 */
                white-space: nowrap;
                /*规定段落中的文本不进行换行 */
                max-width: 9.2rem;
                /*需要配合宽度来使用*/
                text-align: left;
            }

    .BrandConsulting .bottom_card .card_04 {
        width: 9.2rem;
        height: 6.13333333rem;
        margin: 0.4rem auto 0;
    }

        .BrandConsulting .bottom_card .card_04 img {
            width: 100%;
            height: 100%;
        }

    .BrandConsulting .bottom_card .card_05 {
        width: 9.2rem;
        height: 6.53333333rem;
        background: #ffffff;
        box-shadow: 0px 0px 0.34666667rem 0px rgba(0, 0, 0, 0.09);
        border-radius: 0.26666667rem;
        margin: 0.4rem auto 0;
    }

        .BrandConsulting .bottom_card .card_05 .box_box {
            width: 9.2rem;
            height: 6.53333333rem;
            display: inline-block;
            margin: auto;
        }

        .BrandConsulting .bottom_card .card_05 .top {
            width: 8.05333333rem;
            height: 0.93333333rem;
            margin: 0.56rem auto 0;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            align-content: center;
            position: relative;
        }

            .BrandConsulting .bottom_card .card_05 .top .msg01 img {
                width: 0.93333333rem;
                height: 0.93333333rem;
                border-radius: 50%;
            }

            .BrandConsulting .bottom_card .card_05 .top .msg02 {
                height: 0.93333333rem;
                margin: 0rem 0rem 0rem 0.37333333rem;
                display: flex;
                flex-wrap: wrap;
                justify-content: flex-start;
                align-content: space-between;
            }

                .BrandConsulting .bottom_card .card_05 .top .msg02 .name {
                    font-size: 0.42666667rem;
                    color: #000000;
                    font-family: PingFang SC;
                    overflow: hidden;
                    /*超出部分隐藏*/
                    text-overflow: ellipsis;
                    /* 超出部分显示省略号 */
                    white-space: nowrap;
                    /*规定段落中的文本不进行换行 */
                    max-width: 4rem;
                    /*需要配合宽度来使用*/
                    text-align: left;
                    font-weight: bold;
                    height: 0.4rem;
                    line-height: 0.4rem;
                }

                .BrandConsulting .bottom_card .card_05 .top .msg02 .job {
                    font-size: 0.32rem;
                    color: #A9A9A9;
                    overflow: hidden;
                    /*超出部分隐藏*/
                    text-overflow: ellipsis;
                    /* 超出部分显示省略号 */
                    white-space: nowrap;
                    /*规定段落中的文本不进行换行 */
                    max-width: 4rem;
                    /*需要配合宽度来使用*/
                    text-align: left;
                    height: 0.32rem;
                    line-height: 0.32rem;
                }

            .BrandConsulting .bottom_card .card_05 .top .msg03 {
                width: 1.6rem;
                height: 0.66666667rem;
                background: #87b234;
                border-radius: 4px;
                font-size: 0.34666667rem;
                color: #ffffff;
                font-family: PingFang SC;
                font-weight: 500;
                text-align: center;
                line-height: 0.66666667rem;
                position: absolute;
                right: 0;
                top: 0.10666667rem;
            }

        .BrandConsulting .bottom_card .card_05 .center {
            height: 1.09333333rem;
            line-height: 0.58666667rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            width: 8.05333333rem;
            text-align: left;
            margin: 0.37333333rem auto 0;
        }

            .BrandConsulting .bottom_card .card_05 .center p {
                font-size: 0.42666667rem;
                color: #090909;
                font-family: PingFang SC;
                font-weight: 500;
            }

        .BrandConsulting .bottom_card .card_05 .bottom {
            width: 8.13333333rem;
            height: 2.58666667rem;
            margin: 0rem auto 0;
            position: relative;
        }

            .BrandConsulting .bottom_card .card_05 .bottom .part02 {
                overflow: hidden;
                margin: 0rem auto 0;
                display: flex;
                justify-content: flex-start;
            }

                .BrandConsulting .bottom_card .card_05 .bottom .part02 img {
                    width: 2.58666667rem;
                    height: 2.58666667rem;
                    margin: 0rem 0.18666667rem 0rem 0rem;
                }

                .BrandConsulting .bottom_card .card_05 .bottom .part02 .cover_img {
                    width: 2.58666667rem;
                    height: 2.58666667rem;
                    background: #000000;
                    opacity: 0.7;
                    position: absolute;
                    right: 0;
                    top: 0;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 0.4rem;
                    color: #ffffff;
                    font-family: PingFang SC;
                    font-weight: 400;
                    line-height: 54px;
                }

.box_nodata {
    width: 10rem;
    text-align: center;
    color: #999999;
    font-size: 0.4rem;
    margin: 0.4rem auto;
    display: none;
}

.box_nodata {
    display: none;
}

p {
    margin: 0;
}

.boxtitle {
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.box_atitle {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}
    .box_atitle .box_number {
        background-image: url('http://cdn.jieju.cn/upimg/8353485d29664ec892d2bd2a84f3b90c/pic2.png');
        background-size: 100% 100%;
        width: 0.7rem;
        height: 0.7rem;
        font-size: 0.4rem;
        text-align: center;
        font-family: BarlowSemiCondensed-Bold, BarlowSemiCondensed;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 0.8rem;
        position: absolute;
        top: 0.16rem;
        left: 0;
    }
.boxtitle .itemText {
    position: relative;
    font-size: 0.4rem;
    font-family: AlibabaPuHuiTiB;
    color: #323233;
    max-width: 8rem;
    width: auto;
    display: flex;
    justify-content: flex-start;
    min-height: 1rem;
    padding: 0.2rem 0 0rem 0.8rem;
}
    .boxtitle .itemText p {
        text-align: left;
        width: 100%;
        margin: 0 0 0 6px;
        font-weight: 600;
        margin-top: 0.03rem
    }
.boxtitle .img02 {
    position: absolute;
    bottom: 0.35rem;
    right: 0.1rem;
    width: 1.4rem;
    height: 0.5rem;
    z-index: 100000;
    }

.BrandConsulting .bottom li .box_video .box_p_type01 {
    width: 0.98666667rem;
    height: 0.4rem;
    position: absolute;
    right: 0.18666667rem;
    bottom: 0.18666667rem;
    background: #000000;
    opacity: 0.3;
    border-radius: 0.05333333rem;
}

.BrandConsulting .bottom li .box_video .type01 {
    width: 0.98666667rem;
    height: 0.4rem;
    position: absolute;
    right: 0.18666667rem;
    bottom: 0.18666667rem;
    z-index: 1000;
    font-size: 0.26666667rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.4rem;
    padding: 0;
    border-bottom: 0;
    display: block;
}

.BrandConsulting .box_video p {
    font-size: 0.34666667rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 4.21333333rem;
    text-align: left;
    line-height: 0.48rem;
    margin: 0.21333333rem 0rem 0rem 0rem;
}

.BrandConsulting .bottom .bottom_ul .type04 .box_img {
    width: 9.2rem;
    height: 6.13333333rem;
}

.box_img img {
    width: 100%;
}

.BrandConsulting .bottom .bottom_ul > li > a {
    padding: 0.4rem 0rem 0.4rem 0rem;
    border-bottom: 0.02666667rem solid #EEEEEE;
}

.BrandConsulting .bottom .bottom_ul .type04 .title {
    font-size: 0.42666667rem;
    color: #1F1F20;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 9.2rem;
    text-align: left;
    padding: 0.1rem;
}

.BrandConsulting .bottom .bottom_ul .type04 .left .viewCount {
    font-size: 0.29333333rem;
    color: #999999;
    padding: 0rem 0rem 0rem 0.26666667rem;
    height: 0.32rem;
    line-height: 0.32rem;
    float: right;
}

.BrandConsulting .bottom .bottom_ul .type04 .left .news {
    font-size: 0.29333333rem;
    color: #999999;
    padding: 0rem 0rem 0rem 0.26666667rem;
    height: 0.32rem;
    line-height: 0.32rem;
    float: left;
}

.BrandConsulting .bottom .bottom_ul .type04 .left .viewCount img {
    width: 0.29333333rem;
    height: 0.24rem;
    margin: 0rem 0.10666667rem 0rem 0rem;
}

.content .view .box_view li .top {
    height: auto;
}

.content .view .box_view li .bottom {
    margin: 0.37333333rem auto 0.37333333rem !important;
}

.content .view {
    margin: 0;
}

.PartContent .bottom .goodBrand {
    height: auto !important;
}

.content .view .box_view li .top .box_msg .box_name .time, .content .view .box_view li .top .box_msg .box_job, .content .view .box_view li .bottom p {
    font-size: 0.29333333rem;
}

body {
    text-align: left;
}

.content .view .box_view li {
    margin: 0 auto;
}

.BrandConsulting > .bottom > .bottom_ul > .content {
    padding: 0.39893617rem 0.26595744rem 0;
}

.BrandConsulting .bottom_video a {
    border-bottom: 0 !important;
    width: 4.5rem;
    padding-bottom: 0 !important;
}
.BrandConsulting .bottom .bottom_ul .type01 .left .title2 {
    -webkit-line-clamp:1;
}
.BrandConsulting .bottom .bottom_ul .type01 .left .describe {
    font-size: 0.38rem;
    color: #8d8d8d;
    -webkit-line-clamp:1;
}
.BrandConsulting .bottom .viewCount{
    display:none;
}