


ul li {
    list-style: none;
    float: left;
}

.box_img {
    overflow: hidden;
}

    .box_img img {
        transition: all 1s;
    }

        .box_img img:hover {
            transform: scale(1.4);
            z-index: 500;
        }

.box_btn {
    text-align: center;
    transition: all 0.4s ease-out 0s;
    background: transparent;
    display: block;
    position: relative;
    z-index: 1;
}

    .box_btn strong {
        width: 0;
        height: 37px;
        background-color: #C09D67;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: -1;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

    .box_btn:hover {
        color: #fff;
    }

    .box_btn.active {
        background-color: #C09D67;
        color: #ffffff;
    }

.container {
    width: 1200px;
    margin: auto;
}

    .container .path {
        margin-top: 18px;
        height: 13px;
        font-size: 12px;
        color: #777777;
        line-height: 13px;
    }

        .container .path span a {
            color: #777777;
        }

            .container .path span a:hover {
                text-decoration: underline;
            }

    .container .tab01 {
        width: 1200px;
        margin: 45px auto 0;
    }

        .container .tab01 .title {
            height: 27px;
            width: 1200px;
            border-bottom: 1px solid #D6D6D6;
            display: flex;
            justify-content: space-between;
            flex-wrap: nowrap;
            margin-bottom: 35px;
        }

            .container .tab01 .title .left li {
                height: 15px;
                padding: 0 11px 10px 11px;
                margin: 0 59px 0 0;
                font-size: 15px;
                color: #222222;
                line-height: 15px;
            }

                .container .tab01 .title .left li:hover {
                    cursor: pointer;
                }

                .container .tab01 .title .left li.active {
                    border-bottom: 3px solid #C09D67;
                }

            .container .tab01 .title .right {
                height: 12px;
                font-size: 12px;
                font-weight: 400;
                color: #999999;
                line-height: 12px;
            }

        .container .tab01 .content {
            width: 1200px;
        }

            .container .tab01 .content .content_son {
                margin: 0px 0 38px 0;
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                align-content: flex-start;
            }

                .container .tab01 .content .content_son .title_son {
                    width: 100px;
                    height: 12px;
                    font-size: 12px;
                    color: #999999;
                    line-height: 20px;
                }

                .container .tab01 .content .content_son .txt_son {
                    width: 1130px;
                    font-size: 12px;
                    color: #333333;
                    display: flex;
                    justify-content: flex-start;
                    flex-wrap: wrap;
                }

                    .container .tab01 .content .content_son .txt_son li {
                        width: 85px;
                        height: 22px;
                        margin: 0 35px 20px 0;
                        font-size: 12px;
                        text-align: left;
                        border-radius: 4px;
                        line-height: 22px;
                        /*overflow: hidden;
 text-overflow:ellipsis;
 white-space:nowrap;*/
                    }

                        .container .tab01 .content .content_son .txt_son li a {
                            color: #333333;
                        }

                        .container .tab01 .content .content_son .txt_son li.active {
                            background: #c09d67;
                            color: #ffffff;
                            text-align: center;
                        }

                            .container .tab01 .content .content_son .txt_son li.active a {
                                color: #ffffff;
                            }

                        .container .tab01 .content .content_son .txt_son li:hover {
                            cursor: pointer;
                        }

            .container .tab01 .content .content01:first-child {
                border-bottom: 1px dashed #E1E1E1;
            }

    .container .brand_List {
        margin: 50px auto 0;
    }

        .container .brand_List .title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #E9E9E9;
            padding-bottom: 19px;
            height: 32px;
            line-height: 32px;
        }

            .container .brand_List .title .left {
                font-size: 32px;
                font-weight: bold;
                color: #333333;
            }

            .container .brand_List .title .right {
                height: 19px;
                font-size: 14px;
                font-weight: 400;
                color: #040000;
                display: flex;
                justify-content: flex-end;
                flex-wrap: nowrap;
            }

                .container .brand_List .title .right .status {
                    margin-left: 39px;
                    display: flex;
                    justify-content: flex-end;
                    align-content: center;
                    align-items: center;
                }

                    .container .brand_List .title .right .status img {
                        margin-right: 3px;
                    }

                    .container .brand_List .title .right .status:hover {
                        cursor: pointer;
                    }

                    .container .brand_List .title .right .status.active {
                        color: #C09D67;
                    }

                .container .brand_List .title .right .status01 img {
                    width: 20px;
                    height: 12px;
                }

                .container .brand_List .title .right .status02 img {
                    width: 15px;
                    height: 19px;
                }

        .container .brand_List .content {
            width: 1200px;
            height: auto;
        }

            .container .brand_List .content li {
                width: 1200px;
                height: 193px;
                border-bottom: 1px solid #E9E9E9;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                .container .brand_List .content li .brand {
                    width: 170px;
                    height: 112px;
                    display: flex;
                    justify-content: center;
                    flex-wrap: wrap;
                    align-content: space-between;
                }

                    .container .brand_List .content li .brand .logo {
                        width: 170px;
                        height: 77px;
                        border: 1px solid #dcdcdc;
                    }

                    .container .brand_List .content li .brand .brand_title {
                        text-align: center;
                        font-size: 20px;
                        height: 20px;
                        font-weight: bold;
                        color: #333333;
                        line-height: 20px;
                    }

                .container .brand_List .content li .center {
                    width: 614px;
                    margin-right: 10px;
                }

                    .container .brand_List .content li .center .center_txt {
                        font-size: 12px;
                        display: block;
                    }

                        .container .brand_List .content li .center .center_txt .title_2 {
                            color: #333333;
                            font-weight: bold;
                        }

                        .container .brand_List .content li .center .center_txt .content_2 {
                            line-height: 35px;
                            color: #666666;
                            overflow: hidden;
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                        }

                            .container .brand_List .content li .center .center_txt .content_2 span a {
                                color: #666666;
                                font-size: 12px;
                            }

                            .container .brand_List .content li .center .center_txt .content_2:hover span a {
                                text-decoration: underline;
                            }

                        .container .brand_List .content li .center .center_txt .content_3 {
                            margin-top: 15px;
                            color: #666666;
                            overflow: hidden;
                            display: -webkit-box;
                            -webkit-line-clamp: 1;
                            /* 可以显示的行数，超出部分用...表示*/
                            -webkit-box-orient: vertical;
                            display: inline-block;
                            display: flex;
                            justify-content: space-between;
                        }

                            .container .brand_List .content li .center .center_txt .content_3 .list_content {
                                width: 558px;
                                display: flex;
                                justify-content: space-between;
                            }

                                .container .brand_List .content li .center .center_txt .content_3 .list_content a {
                                    font-size: 12px;
                                    color: #666666;
                                    width: 250px;
                                    overflow: hidden;
                                    /* 超出部分显示省略号 */
                                    white-space: nowrap;
                                    /*规定段落中的文本不进行换行 */
                                    text-overflow: ellipsis;
                                }

                                    .container .brand_List .content li .center .center_txt .content_3 .list_content a:hover {
                                        text-decoration: underline;
                                    }

                .container .brand_List .content li .concern {
                    width: 73px;
                    display: flex;
                    justify-content: center;
                    align-content: center;
                    flex-wrap: wrap;
                }

                    .container .brand_List .content li .concern .txt01 {
                        height: 20px;
                        font-size: 24px;
                        font-weight: bold;
                        color: #c09d67;
                        line-height: 20px;
                    }

                    .container .brand_List .content li .concern .txt02 {
                        height: 13px;
                        font-size: 12px;
                        font-weight: 400;
                        color: #999999;
                        line-height: 30px;
                    }

                .container .brand_List .content li .agent {
                    width: 75px;
                    height: 37px;
                    border: 1px solid #ebebeb;
                    color: #333333;
                    font-size: 12px;
                    text-align: center;
                    line-height: 37px;
                }

                    .container .brand_List .content li .agent a {
                        color: #333333;
                    }

                        .container .brand_List .content li .agent a:active {
                            color: #333333;
                        }

                .container .brand_List .content li .box_btn:hover a {
                    color: #ffffff;
                }

                .container .brand_List .content li .box_btn:hover strong {
                    width: 75px;
                }

    .container .recommend {
        margin: 53px auto 0;
        width: 1200px;
        height: 40px;
        display: flex;
        align-items: center;
        align-content: center;
    }

        .container .recommend .title {
            height: 17px;
            font-size: 16px;
            font-weight: 400;
            color: #333333;
            line-height: 17px;
            margin-right: 18px;
        }

        .container .recommend .list li {
            text-align: center;
            width: 170px;
            height: 40px;
            line-height: 40px;
            background: #f5f5f5;
            font-size: 14px;
            font-weight: 400;
            color: #666666;
            margin-left: 10px;
        }

            .container .recommend .list li a {
                color: #666666;
                height: 40px;
            }

        .container .recommend .list strong {
            height: 40px;
        }

        .container .recommend .list li:hover strong {
            width: 170px;
        }

        .container .recommend .list li:hover a {
            color: #ffffff;
        }

    .container .advertisement {
        margin: 58px auto 0;
        width: 1200px;
        height: 120px;
        display: flex;
        justify-content: space-between;
    }

        .container .advertisement .left img {
            width: 280px;
            height: 120px;
        }

        .container .advertisement .right {
            width: 900px;
            height: 120px;
        }

            .container .advertisement .right .swiper-container {
                width: 900px;
                height: 120px;
            }

                .container .advertisement .right .swiper-container .swiper-wrapper {
                    width: 900px;
                    height: 120px;
                }

                    .container .advertisement .right .swiper-container .swiper-wrapper .swiper-slide {
                        width: 900px;
                        height: 120px;
                    }

                        .container .advertisement .right .swiper-container .swiper-wrapper .swiper-slide img {
                            width: 900px;
                            height: 120px;
                        }

            .container .advertisement .right .swiper-pagination-bullet-active {
                background: #C09D67;
            }

            .container .advertisement .right .swiper-container-horizontal > .swiper-pagination-bullets,
            .container .advertisement .right .swiper-pagination-custom,
            .container .advertisement .right .swiper-pagination-fraction {
                text-align: right;
                bottom: 13px;
                right: 32px;
            }

    .container .goodThing {
        width: 1200px;
        margin: 70px auto 0;
        position: relative;
    }

        .container .goodThing .box_title {
            width: 1200px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

            .container .goodThing .box_title .title {
                height: 24px;
                font-size: 24px;
                font-weight: bold;
                color: #333333;
                line-height: 24px;
            }

            .container .goodThing .box_title .content {
                height: 13px;
                line-height: 13px;
                font-size: 12px;
                font-weight: 400;
                color: #666666;
                margin-left: 19px;
                width: auto;
                max-width: 800px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .container .goodThing .box_title a {
                color: #D81F22;
            }

        .container .goodThing .box_content {
            height: 334px;
            width: 1200px;
        }

            .container .goodThing .box_content .swiper-container2 {
                margin: 50px auto 0;
                width: 1200px;
                height: 334px;
                overflow: hidden;
            }

                .container .goodThing .box_content .swiper-container2 .swiper-wrapper {
                    width: 380px;
                    height: 334px;
                }

                    .container .goodThing .box_content .swiper-container2 .swiper-wrapper .swiper-slide {
                        margin-right: 30px;
                        width: 380px;
                        height: 334px;
                        position: relative;
                    }

                        .container .goodThing .box_content .swiper-container2 .swiper-wrapper .swiper-slide .jump {
                            width: 380px;
                            overflow: hidden;
                        }

                        .container .goodThing .box_content .swiper-container2 .swiper-wrapper .swiper-slide .box_img {
                            width: 380px;
                            height: 254px;
                            border: 1px solid #e7e7e7;
                        }

                            .container .goodThing .box_content .swiper-container2 .swiper-wrapper .swiper-slide .box_img .pro {
                                width: 380px;
                                height: 254px;
                            }

                        .container .goodThing .box_content .swiper-container2 .swiper-wrapper .swiper-slide .icon_2 {
                            width: 30px;
                            height: 30px;
                            position: absolute;
                            top: 16px;
                            left: 19px;
                        }

                        .container .goodThing .box_content .swiper-container2 .swiper-wrapper .swiper-slide .txt01 {
                            width: 380px;
                            margin: 18px 0 0 0;
                            display: flex;
                            justify-content: space-between;
                            align-content: center;
                            flex-wrap: nowrap;
                        }

                            .container .goodThing .box_content .swiper-container2 .swiper-wrapper .swiper-slide .txt01 .left {
                                height: 17px;
                                line-height: 17px;
                                font-size: 18px;
                                font-weight: 400;
                                color: #333333;
                                width: auto;
                                max-width: 300px;
                                overflow: hidden;
                                white-space: nowrap;
                                text-overflow: ellipsis;
                                display: inline-block;
                            }

                            .container .goodThing .box_content .swiper-container2 .swiper-wrapper .swiper-slide .txt01 .right {
                                width: 100px;
                                display: flex;
                                justify-content: flex-end;
                                align-content: center;
                                align-items: center;
                            }

                                .container .goodThing .box_content .swiper-container2 .swiper-wrapper .swiper-slide .txt01 .right img {
                                    width: 16px;
                                    height: 16px;
                                    margin-right: 3px;
                                }

                                .container .goodThing .box_content .swiper-container2 .swiper-wrapper .swiper-slide .txt01 .right p {
                                    height: 14px;
                                    line-height: 14px;
                                    font-size: 14px;
                                    font-weight: 400;
                                    color: #000000;
                                }

                        .container .goodThing .box_content .swiper-container2 .swiper-wrapper .swiper-slide .txt02 {
                            width: 380px;
                            margin: 20px 0 0 0;
                            display: flex;
                            justify-content: space-between;
                            color: #999999;
                            font-size: 12px;
                            font-weight: 400;
                        }

                            .container .goodThing .box_content .swiper-container2 .swiper-wrapper .swiper-slide .txt02 .left {
                                height: 13px;
                                line-height: 13px;
                            }

                                .container .goodThing .box_content .swiper-container2 .swiper-wrapper .swiper-slide .txt02 .left a {
                                    text-align: left;
                                    height: 10px;
                                }

                                    .container .goodThing .box_content .swiper-container2 .swiper-wrapper .swiper-slide .txt02 .left a:first-child {
                                        border-right: 1px solid #999999;
                                        margin-right: 5px;
                                        padding-right: 1px;
                                    }

                                    .container .goodThing .box_content .swiper-container2 .swiper-wrapper .swiper-slide .txt02 .left a:hover {
                                        color: #B79663;
                                    }

            .container .goodThing .box_content .swiper-button-next {
                width: 53px;
                height: 29px;
                top: 0;
                right: 61px;
                background-image: url('../img/left2.png');
            }

            .container .goodThing .box_content .swiper-button-prev {
                width: 53px;
                height: 29px;
                top: 0;
                right: 0px;
                background-image: url('../img/right2.png');
            }

                .container .goodThing .box_content .swiper-button-prev:hover,
                .container .goodThing .box_content .swiper-button-next:hover {
                    cursor: pointer;
                }

            .container .goodThing .box_content .swiper-button-next:hover {
                background-image: url('../img/left.png');
            }

            .container .goodThing .box_content .swiper-button-prev:hover {
                background-image: url('../img/right.png');
            }

    .container .brand_recommended {
        width: 1200px;
        margin: 90px auto 0;
        position: relative;
    }

        .container .brand_recommended .box_title {
            width: 1200px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

            .container .brand_recommended .box_title .title {
                height: 24px;
                font-size: 24px;
                font-weight: bold;
                color: #333333;
                line-height: 24px;
            }

        .container .brand_recommended .box_content {
            width: 1200px;
        }

            .container .brand_recommended .box_content .swiper-container3 {
                width: 1200px;
                margin: 50px auto 0;
                overflow: hidden;
            }

                .container .brand_recommended .box_content .swiper-container3 .swiper-wrapper {
                    width: 1200px;
                }

                    .container .brand_recommended .box_content .swiper-container3 .swiper-wrapper .swiper-slide {
                        width: 286px;
                        height: 400px;
                        background: #ffffff;
                        margin-right: 16px !important;
                        text-align: center;
                        border: 1px solid #E7E7E7;
                        position: relative;
                    }

                        .container .brand_recommended .box_content .swiper-container3 .swiper-wrapper .swiper-slide .box_img {
                            width: 100%;
                            height: 191px;
                        }

                            .container .brand_recommended .box_content .swiper-container3 .swiper-wrapper .swiper-slide .box_img .pro {
                                width: 100%;
                                height: 100%;
                            }

                        .container .brand_recommended .box_content .swiper-container3 .swiper-wrapper .swiper-slide .brand {
                            width: 200px;
                            height: 90px;
                            background: #ffffff;
                            box-shadow: 0px 7px 30px 0px rgba(4, 0, 0, 0.15);
                            border-radius: 3px;
                            z-index: 1000;
                            top: 148px;
                            left: 43px;
                            position: absolute;
                        }

                        .container .brand_recommended .box_content .swiper-container3 .swiper-wrapper .swiper-slide .txt01 {
                            width: 200px;
                            margin: 90px auto 0;
                            display: flex;
                            justify-content: space-between;
                            align-content: center;
                            flex-wrap: nowrap;
                        }

                            .container .brand_recommended .box_content .swiper-container3 .swiper-wrapper .swiper-slide .txt01 .left {
                                height: 17px;
                                line-height: 17px;
                                font-size: 18px;
                                color: #333333;
                                font-weight: bold;
                            }

                            .container .brand_recommended .box_content .swiper-container3 .swiper-wrapper .swiper-slide .txt01 .box_right {
                                display: flex;
                                justify-content: space-between;
                                align-items: center;
                            }

                            .container .brand_recommended .box_content .swiper-container3 .swiper-wrapper .swiper-slide .txt01 .txt02 {
                                height: 12px;
                                line-height: 12px;
                                font-size: 12px;
                                font-weight: 400;
                                color: #999999;
                                margin-right: 5px;
                            }

                            .container .brand_recommended .box_content .swiper-container3 .swiper-wrapper .swiper-slide .txt01 .count {
                                width: 34px;
                                height: 19px;
                                line-height: 19px;
                                font-size: 24px;
                                font-weight: bold;
                                color: #b79663;
                            }

                        .container .brand_recommended .box_content .swiper-container3 .swiper-wrapper .swiper-slide .box_btn {
                            width: 210px;
                            height: 37px;
                            border: 1px solid #EBEBEB;
                            color: #333333;
                            margin: 33px auto 0;
                            font-size: 12px;
                            line-height: 37px;
                            text-align: center;
                            transition: all 0.4s ease-out 0s;
                            background: transparent;
                            display: block;
                            border: 1px solid #e0e0e0;
                            position: relative;
                            z-index: 1;
                        }

                            .container .brand_recommended .box_content .swiper-container3 .swiper-wrapper .swiper-slide .box_btn a {
                                color: #333333;
                            }

                            .container .brand_recommended .box_content .swiper-container3 .swiper-wrapper .swiper-slide .box_btn strong {
                                width: 0;
                                height: 37px;
                                background-color: #C09D67;
                                position: absolute;
                                left: 0px;
                                top: 0px;
                                z-index: -1;
                                transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
                            }

                            .container .brand_recommended .box_content .swiper-container3 .swiper-wrapper .swiper-slide .box_btn:hover {
                                color: #fff;
                            }

                                .container .brand_recommended .box_content .swiper-container3 .swiper-wrapper .swiper-slide .box_btn:hover strong {
                                    width: 210px;
                                }

                                .container .brand_recommended .box_content .swiper-container3 .swiper-wrapper .swiper-slide .box_btn:hover a {
                                    color: #fff;
                                }

                            .container .brand_recommended .box_content .swiper-container3 .swiper-wrapper .swiper-slide .box_btn.active {
                                background-color: #C09D67;
                                color: #ffffff;
                            }

                .container .brand_recommended .box_content .swiper-container3 .swiper-button-prev,
                .container .brand_recommended .box_content .swiper-container3 .swiper-container-rtl .swiper-button-next {
                    width: 53px;
                    height: 29px;
                    top: 0;
                    right: 61px;
                    background-image: url('../img/left2.png');
                }

                .container .brand_recommended .box_content .swiper-container3 .swiper-button-next,
                .container .brand_recommended .box_content .swiper-container3 .swiper-container-rtl .swiper-button-prev {
                    width: 53px;
                    height: 29px;
                    top: 0;
                    right: 0px;
                    background-image: url('../img/right2.png');
                }

                    .container .brand_recommended .box_content .swiper-container3 .swiper-button-prev:hover,
                    .container .brand_recommended .box_content .swiper-container3 .swiper-button-next:hover {
                        cursor: pointer;
                    }

                    .container .brand_recommended .box_content .swiper-container3 .swiper-button-next:hover {
                        background-image: url('../img/right.png');
                    }

                .container .brand_recommended .box_content .swiper-container3 .swiper-button-prev:hover {
                    background-image: url('../img/left.png');
                }

    .container .news {
        width: 1200px;
        margin: 54px auto 0;
        position: relative;
    }

        .container .news .box_title {
            width: 1200px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

            .container .news .box_title .title {
                height: 24px;
                font-size: 24px;
                font-weight: bold;
                color: #333333;
                line-height: 24px;
            }

        .container .news .box_content {
            height: 450px;
            width: 1200px;
            margin: 50px auto 0;
        }

            .container .news .box_content .sec {
                width: 380px;
                height: 450px;
                background: #ffffff;
                border: 1px solid #e7e7e7;
            }

                .container .news .box_content .sec .sec_title {
                    width: 330px;
                    margin: 26px auto 18px;
                }

                    .container .news .box_content .sec .sec_title .txt01 {
                        height: 18px;
                        line-height: 18px;
                        font-size: 18px;
                        font-weight: 400;
                        color: #333333;
                    }

                    .container .news .box_content .sec .sec_title .more {
                        height: 9px;
                        font-size: 14px;
                        font-weight: 400;
                        color: #999999;
                        line-height: 9px;
                    }

                        .container .news .box_content .sec .sec_title .more:hover {
                            cursor: pointer;
                            text-decoration: underline;
                        }

                .container .news .box_content .sec .sec_pic {
                    width: 330px;
                    height: 220px;
                    margin: auto;
                    position: relative;
                }

                    .container .news .box_content .sec .sec_pic .box_img {
                        width: 330px;
                        height: 220px;
                    }

                    .container .news .box_content .sec .sec_pic img {
                        width: 330px;
                        height: 220px;
                    }

                    .container .news .box_content .sec .sec_pic .hover_txt {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 330px;
                        height: 31px;
                    }

                        .container .news .box_content .sec .sec_pic .hover_txt .hover {
                            width: 330px;
                            height: 31px;
                            background: #000000;
                            opacity: 0.6;
                        }

                        .container .news .box_content .sec .sec_pic .hover_txt .txt02 {
                            position: absolute;
                            bottom: 0;
                            left: 11px;
                            width: 330px;
                            height: 31px;
                            font-size: 14px;
                            line-height: 31px;
                            font-weight: 400;
                            color: #f5f5f5;
                        }

                .container .news .box_content .sec .sec_list {
                    width: 330px;
                    height: 109px;
                    margin: 27px auto 0;
                    display: flex;
                    align-content: space-between;
                    flex-wrap: wrap;
                    font-size: 12px;
                    font-weight: 400;
                }

                    .container .news .box_content .sec .sec_list li {
                        overflow: hidden;
                        /*超出部分隐藏*/
                        text-overflow: ellipsis;
                        /* 超出部分显示省略号 */
                        white-space: nowrap;
                        /*规定段落中的文本不进行换行 */
                        width: 300px;
                        /*需要配合宽度来使用*/
                        -o-text-overflow: ellipsis;
                        /* Opera */
                    }

                        .container .news .box_content .sec .sec_list li a:hover {
                            cursor: pointer;
                            text-decoration: underline;
                        }

                        .container .news .box_content .sec .sec_list li a {
                            color: #666666;
                        }

                        .container .news .box_content .sec .sec_list li:before {
                            content: '.';
                            font-size: 12px;
                            font-weight: 400;
                            color: #666666;
                            margin-right: 4px;
                            position: relative;
                            top: -4px;
                        }

    .container .new_agent {
        width: 1200px;
        margin: 54px auto 0;
        position: relative;
    }

        .container .new_agent .left {
            width: 790px;
        }

            .container .new_agent .left .box_title {
                width: 790px;
                height: 25px;
                flex-wrap: nowrap;
            }

                .container .new_agent .left .box_title .title {
                    height: 24px;
                    font-size: 24px;
                    font-weight: bold;
                    color: #333333;
                    line-height: 24px;
                }

                .container .new_agent .left .box_title a {
                    display: block;
                }

            .container .new_agent .left .box_content {
                margin: 39px auto 0;
                width: 1200px;
                display: flex;
                flex-wrap: wrap;
            }

                .container .new_agent .left .box_content .head {
                    width: 790px;
                    height: 40px;
                    background: #f7f7f7;
                    line-height: 40px;
                    font-size: 12px;
                    font-weight: 400;
                    color: #949494;
                }

                .container .new_agent .left .box_content li .name {
                    width: 50px;
                }

                .container .new_agent .left .box_content li .address {
                    width: 120px;
                }

                .container .new_agent .left .box_content li .brand {
                    width: 65px;
                }

                .container .new_agent .left .box_content li .money {
                    width: 60px;
                }

                .container .new_agent .left .box_content li .tel {
                    width: 100px;
                }

                .container .new_agent .left .box_content li .date {
                    width: 100px;
                }

                .container .new_agent .left .box_content .box_li {
                    width: 790px;
                    height: auto;
                    margin-top: 10px;
                }

                    .container .new_agent .left .box_content .box_li li {
                        width: 100%;
                        height: 50px;
                        line-height: 50px;
                    }

                        .container .new_agent .left .box_content .box_li li a {
                            color: #333333;
                        }

                            .container .new_agent .left .box_content .box_li li a span {
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                text-align: left;
                            }

                        .container .new_agent .left .box_content .box_li li .money {
                            color: #D32049;
                        }

                    .container .new_agent .left .box_content .box_li a:hover {
                        background: #ffffff;
                        box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.05);
                        cursor: pointer;
                    }

        .container .new_agent .right {
            width: 380px;
        }

            .container .new_agent .right .box_title {
                width: 380px;
                height: 25px;
                flex-wrap: nowrap;
            }

                .container .new_agent .right .box_title .title {
                    height: 24px;
                    font-size: 24px;
                    font-weight: bold;
                    color: #333333;
                    line-height: 24px;
                }

                .container .new_agent .right .box_title a {
                    display: block;
                }

            .container .new_agent .right .box_content {
                width: 380px;
                margin: 33px auto 0;
            }

                .container .new_agent .right .box_content li {
                    width: 380px;
                    height: 78px;
                    border: 1px solid #f0f0f0;
                    margin-bottom: 8px;
                }

                    .container .new_agent .right .box_content li a {
                        width: 380px;
                        height: 78px;
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                        flex-wrap: nowrap;
                    }

                    .container .new_agent .right .box_content li .txt01 {
                        width: 21px;
                        height: 21px;
                        background: #EEEEEE;
                        color: #666666;
                        border-radius: 3px;
                        text-align: center;
                        line-height: 21px;
                        margin-left: 37px;
                    }

                    .container .new_agent .right .box_content li .bright01 {
                        background: #b79663;
                        color: #ffffff;
                    }

                    .container .new_agent .right .box_content li .txt02 {
                        width: 85px;
                        height: 12px;
                        line-height: 12px;
                        font-size: 14px;
                        margin-left: 13px;
                        color: #666666;
                    }

                    .container .new_agent .right .box_content li .txt03 {
                        font-size: 14px;
                        font-weight: 400;
                        color: #666666;
                        width: 199px;
                        text-align: right;
                    }

                    .container .new_agent .right .box_content li:hover {
                        box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.05);
                    }

                    .container .new_agent .right .box_content li:last-child {
                        border-bottom: 1px solid #f0f0f0;
                    }

.content .show {
    display: block;
}

.content .hide {
    display: none;
}

.container .goodThing .box_content .swiper-container2 .swiper-wrapper .swiper-slide .txt02 .left span {
    text-align: left;
    height: 10px;
}

    .container .goodThing .box_content .swiper-container2 .swiper-wrapper .swiper-slide .txt02 .left span:first-child {
        border-right: 1px solid #999999;
        margin-right: 5px;
        padding-right: 1px;
    }

.container .goodThing .box_content .swiper-container2 .swiper-wrapper .swiper-slide .txt02 .left span {
    text-align: left;
    height: 10px;
}



/**************** 沸腾优品样式 BEGIN *******************/
.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .ih-item,
    .ih-item * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .ih-item a {
            color: #333;
        }

            .ih-item a:hover {
                text-decoration: none;
            }

        .ih-item img {
            width: 100%;
            height: 100%;
        }

        .ih-item.square {
            position: relative;
            width: 316px;
            height: 216px;
            border: 8px solid #fff;
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        }

            .ih-item.square .info {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                text-align: center;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
            }

            .ih-item.square.effect6 {
                overflow: hidden;
            }

                .ih-item.square.effect6.colored .info {
                    background: #1a4a72;
                    background: rgba(26, 74, 114, 0.6);
                }

                    .ih-item.square.effect6.colored .info h3 {
                        background: rgba(12, 34, 52, 0.6);
                    }

                .ih-item.square.effect6 .img {
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transition: all 0.35s ease-in-out;
                    transition: all 0.35s ease-in-out;
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                }

                .ih-item.square.effect6 .info {
                    visibility: hidden;
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transition: all 0.35s ease-in-out;
                    transition: all 0.35s ease-in-out;
                    opacity: 0;
                    background: #333;
                    background: rgba(0, 0, 0, 0.6);
                }

                    .ih-item.square.effect6 .info h3 {
                        font-size: 17px;
                        margin: 30px 0 0 0;
                        padding: 10px;
                        -webkit-transition: all 0.35s ease-in-out;
                        -moz-transition: all 0.35s ease-in-out;
                        transition: all 0.35s ease-in-out;
                        text-align: center;
                        text-transform: uppercase;
                        color: #fff;
                        background: #111;
                    }

                    .ih-item.square.effect6 .info p {
                        font-size: 12px;
                        font-style: italic;
                        position: relative;
                        padding: 20px 20px 20px;
                        -webkit-transition: all .35s .1s linear;
                        -moz-transition: all .35s .1s linear;
                        transition: all .35s .1s linear;
                        text-align: center;
                        color: #bbb;
                    }

                .ih-item.square.effect6 a:hover .img {
                    -webkit-transform: scale(1.2);
                    -moz-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                    -o-transform: scale(1.2);
                    transform: scale(1.2);
                }

                .ih-item.square.effect6 a:hover .info {
                    visibility: visible;
                    opacity: 1;
                }

                .ih-item.square.effect6.from_top_and_bottom .info h3 {
                    -webkit-transform: translateY(-100%);
                    -moz-transform: translateY(-100%);
                    -ms-transform: translateY(-100%);
                    -o-transform: translateY(-100%);
                    transform: translateY(-100%);
                }

                .ih-item.square.effect6.from_top_and_bottom .info p {
                    -webkit-transform: translateY(100%);
                    -moz-transform: translateY(100%);
                    -ms-transform: translateY(100%);
                    -o-transform: translateY(100%);
                    transform: translateY(100%);
                }

                .ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
                .ih-item.square.effect6.from_top_and_bottom a:hover .info p {
                    -webkit-transform: translateY(0);
                    -moz-transform: translateY(0);
                    -ms-transform: translateY(0);
                    -o-transform: translateY(0);
                    transform: translateY(0);
                }

                .ih-item.square.effect6.from_left_and_right .info h3 {
                    -webkit-transform: translateX(-100%);
                    -moz-transform: translateX(-100%);
                    -ms-transform: translateX(-100%);
                    -o-transform: translateX(-100%);
                    transform: translateX(-100%);
                }

                .ih-item.square.effect6.from_left_and_right .info p {
                    -webkit-transform: translateX(100%);
                    -moz-transform: translateX(100%);
                    -ms-transform: translateX(100%);
                    -o-transform: translateX(100%);
                    transform: translateX(100%);
                }

                .ih-item.square.effect6.from_left_and_right a:hover .info h3,
                .ih-item.square.effect6.from_left_and_right a:hover .info p {
                    -webkit-transform: translateX(0);
                    -moz-transform: translateX(0);
                    -ms-transform: translateX(0);
                    -o-transform: translateX(0);
                    transform: translateX(0);
                }

                .ih-item.square.effect6.top_to_bottom .info h3 {
                    -webkit-transform: translateY(-100%);
                    -moz-transform: translateY(-100%);
                    -ms-transform: translateY(-100%);
                    -o-transform: translateY(-100%);
                    transform: translateY(-100%);
                }

                .ih-item.square.effect6.top_to_bottom .info p {
                    -webkit-transform: translateY(-100%);
                    -moz-transform: translateY(-100%);
                    -ms-transform: translateY(-100%);
                    -o-transform: translateY(-100%);
                    transform: translateY(-100%);
                }

                .ih-item.square.effect6.top_to_bottom a:hover .info h3,
                .ih-item.square.effect6.top_to_bottom a:hover .info p {
                    -webkit-transform: translateY(0);
                    -moz-transform: translateY(0);
                    -ms-transform: translateY(0);
                    -o-transform: translateY(0);
                    transform: translateY(0);
                }

                .ih-item.square.effect6.bottom_to_top .info h3 {
                    -webkit-transform: translateY(100%);
                    -moz-transform: translateY(100%);
                    -ms-transform: translateY(100%);
                    -o-transform: translateY(100%);
                    transform: translateY(100%);
                }

                .ih-item.square.effect6.bottom_to_top .info p {
                    -webkit-transform: translateY(100%);
                    -moz-transform: translateY(100%);
                    -ms-transform: translateY(100%);
                    -o-transform: translateY(100%);
                    transform: translateY(100%);
                }

                .ih-item.square.effect6.bottom_to_top a:hover .info h3,
                .ih-item.square.effect6.bottom_to_top a:hover .info p {
                    -webkit-transform: translateY(0);
                    -moz-transform: translateY(0);
                    -ms-transform: translateY(0);
                    -o-transform: translateY(0);
                    transform: translateY(0);
                }

            .ih-item.square.effect8 {
                overflow: hidden;
            }

                .ih-item.square.effect8.colored .info {
                    background: #1a4a72;
                }

                    .ih-item.square.effect8.colored .info h3 {
                        background: rgba(12, 34, 52, 0.6);
                    }

                .ih-item.square.effect8 .img {
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transition: all 0.35s ease-in-out;
                    transition: all 0.35s ease-in-out;
                    opacity: 1;
                }

                .ih-item.square.effect8 .info {
                    visibility: hidden;
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transition: all 0.35s ease-in-out;
                    transition: all 0.35s ease-in-out;
                    opacity: 0;
                    /*background: rgba(0, 0, 0, 0.2);*/
                }

                    .ih-item.square.effect8 .info h3 {
                        font-size: 17px;
                        margin: 30px 0 0 0;
                        padding: 10px;
                        -webkit-transition: all 0.35s 0.1s ease-in-out;
                        -moz-transition: all 0.35s 0.1s ease-in-out;
                        transition: all 0.35s 0.1s ease-in-out;
                        text-align: center;
                        text-transform: uppercase;
                        color: #fff;
                        background: #111;
                    }

                    .ih-item.square.effect8 .info p {
                        font-size: 12px;
                        font-style: italic;
                        position: relative;
                        padding: 20px 20px 20px;
                        -webkit-transition: all .35s .15s linear;
                        -moz-transition: all .35s .15s linear;
                        transition: all .35s .15s linear;
                        text-align: center;
                        color: #bbb;
                    }

                .ih-item.square.effect8 a:hover .img {
                    opacity: 1;
                }

                .ih-item.square.effect8 a:hover .info {
                    visibility: visible;
                    opacity: 1;
                }

                .ih-item.square.effect8.scale_up .img {
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                }

                .ih-item.square.effect8.scale_up .info {
                    -webkit-transform: scale(0);
                    -moz-transform: scale(0);
                    -ms-transform: scale(0);
                    -o-transform: scale(0);
                    transform: scale(0);
                }

                    .ih-item.square.effect8.scale_up .info h3,
                    .ih-item.square.effect8.scale_up .info p {
                        -webkit-transform: scale(0);
                        -moz-transform: scale(0);
                        -ms-transform: scale(0);
                        -o-transform: scale(0);
                        transform: scale(0);
                    }

                .ih-item.square.effect8.scale_up a:hover .img {
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                }

                .ih-item.square.effect8.scale_up a:hover .info {
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                }

                    .ih-item.square.effect8.scale_up a:hover .info h3,
                    .ih-item.square.effect8.scale_up a:hover .info p {
                        -webkit-transform: scale(1);
                        -moz-transform: scale(1);
                        -ms-transform: scale(1);
                        -o-transform: scale(1);
                        transform: scale(1);
                    }

                .ih-item.square.effect8.scale_down .img {
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                }

                .ih-item.square.effect8.scale_down .info {
                    -webkit-transform: scale(5);
                    -moz-transform: scale(5);
                    -ms-transform: scale(5);
                    -o-transform: scale(5);
                    transform: scale(5);
                }

                    .ih-item.square.effect8.scale_down .info h3,
                    .ih-item.square.effect8.scale_down .info p {
                        -webkit-transform: scale(5);
                        -moz-transform: scale(5);
                        -ms-transform: scale(5);
                        -o-transform: scale(5);
                        transform: scale(5);
                    }

                .ih-item.square.effect8.scale_down a:hover .img {
                    -webkit-transform: scale(0.2);
                    -moz-transform: scale(0.2);
                    -ms-transform: scale(0.2);
                    -o-transform: scale(0.2);
                    transform: scale(0.2);
                }

                .ih-item.square.effect8.scale_down a:hover .info {
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                }

                    .ih-item.square.effect8.scale_down a:hover .info h3,
                    .ih-item.square.effect8.scale_down a:hover .info p {
                        -webkit-transform: scale(1);
                        -moz-transform: scale(1);
                        -ms-transform: scale(1);
                        -o-transform: scale(1);
                        transform: scale(1);
                    }

        .ih-item.square2 {
            position: relative;
            width: 316px;
            height: 216px;
            border: 8px solid #fff;
        }

            .ih-item.square2 .info {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                text-align: center;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
            }

        .ih-item.square.effect3 {
            overflow: hidden;
        }

            .ih-item.square.effect3.colored .info {
                background: #1a4a72;
            }

            .ih-item.square.effect3 .img {
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
                transform: translateY(0);
                width: 275px;
                height: 183px;
            }

            .ih-item.square.effect3 .info {
                height: 65px;
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
                opacity: 0;
                background: #333;
            }

                .ih-item.square.effect3 .info h3 {
                    font-size: 17px;
                    margin: 4px 0 0 0;
                    padding: 10px 10px 0 4px;
                    text-align: center;
                    text-transform: uppercase;
                    color: #fff;
                }

                .ih-item.square.effect3 .info p {
                    font-size: 12px;
                    font-style: italic;
                    position: relative;
                    padding: 5px;
                    text-align: center;
                    color: #bbb;
                }

            .ih-item.square.effect3 a:hover .info {
                visibility: visible;
                opacity: 1;
            }

            .ih-item.square.effect3.bottom_to_top .info {
                top: auto;
                -webkit-transform: translateY(100%);
                -moz-transform: translateY(100%);
                -ms-transform: translateY(100%);
                -o-transform: translateY(100%);
                transform: translateY(100%);
            }

            .ih-item.square.effect3.bottom_to_top a:hover .img {
                -webkit-transform: translateY(-20px);
                -moz-transform: translateY(-20px);
                -ms-transform: translateY(-20px);
                -o-transform: translateY(-20px);
                transform: translateY(-20px);
            }

            .ih-item.square.effect3.bottom_to_top a:hover .info {
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
                transform: translateY(0);
            }

        .ih-item.square2.effect3 {
            overflow: hidden;
        }

            .ih-item.square2.effect3.colored .info {
                background: #1a4a72;
            }

            .ih-item.square2.effect3 .img {
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
                transform: translateY(0);
                width: 275px;
                height: 275px;
            }

            .ih-item.square2.effect3 .info {
                height: 65px;
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
                opacity: 0;
                background: #333;
            }

                .ih-item.square2.effect3 .info h3 {
                    font-size: 17px;
                    margin: 4px 0 0 0;
                    padding: 10px 10px 0 4px;
                    text-align: center;
                    text-transform: uppercase;
                    color: #fff;
                }

                .ih-item.square2.effect3 .info p {
                    font-size: 12px;
                    font-style: italic;
                    position: relative;
                    padding: 5px;
                    text-align: center;
                    color: #bbb;
                }

            .ih-item.square2.effect3 a:hover .info {
                visibility: visible;
                opacity: 1;
            }

            .ih-item.square2.effect3.bottom_to_top .info {
                top: auto;
                -webkit-transform: translateY(100%);
                -moz-transform: translateY(100%);
                -ms-transform: translateY(100%);
                -o-transform: translateY(100%);
                transform: translateY(100%);
            }

            .ih-item.square2.effect3.bottom_to_top a:hover .img {
                -webkit-transform: translateY(-20px);
                -moz-transform: translateY(-20px);
                -ms-transform: translateY(-20px);
                -o-transform: translateY(-20px);
                transform: translateY(-20px);
            }

            .ih-item.square2.effect3.bottom_to_top a:hover .info {
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
                transform: translateY(0);
            }

#icon1 .ih-item {
    position: relative;
}

    #icon1 .ih-item u {
        width: 50px;
        height: 55px;
        background: url(../images/spe.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: 5px;
    }

#icon2 .ih-item {
    position: relative;
}

    #icon2 .ih-item u {
        width: 50px;
        height: 55px;
        background: url(../images/pop.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: 5px;
    }

#icon3 .ih-item {
    position: relative;
}

    #icon3 .ih-item u {
        width: 50px;
        height: 55px;
        background: url(../images/new.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: 5px;
    }

#icon1 .ih-item {
    position: relative;
}

    #icon1 .ih-item u {
        width: 35px;
        height: 35px;
        background: url(/ViewScripts/Home/images/ftb.jpg) no-repeat;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: 5px;
    }

#icon2 .ih-item {
    position: relative;
}

    #icon2 .ih-item u {
        width: 35px;
        height: 35px;
        background: url(/ViewScripts/Home/images/ftb.jpg) no-repeat;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: 5px;
    }

#icon3 .ih-item {
    position: relative;
}

    #icon3 .ih-item u {
        width: 35px;
        height: 35px;
        background: url(/ViewScripts/Home/images/ftb.jpg) no-repeat;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: 5px;
    }

#icon4 .ih-item {
    position: relative;
}

    #icon4 .ih-item u {
        width: 35px;
        height: 35px;
        background: url(/ViewScripts/Home/images/ftb.jpg) no-repeat;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: 5px;
    }

.shopping-detail-2 .hot-nav {
    overflow: hidden;
    height: 40px;
    margin-top: 38px;
    background-color: #F5F5F5;
    width: 100%;
}

    .shopping-detail-2 .hot-nav h2 {
        float: left;
        width: 142px;
        border: 1px solid #5F5F5F;
        background-color: #363636;
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
    }

        .shopping-detail-2 .hot-nav h2 sub {
            display: inline-block;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-left: 7px solid #363636;
            border-bottom: 5px solid transparent;
            position: relative;
            top: -1px;
            left: 43px;
        }

    .shopping-detail-2 .hot-nav li {
        float: left;
        width: 85px;
        font-size: 14px;
        text-align: center;
        line-height: 38px;
        cursor: pointer;
    }

        .shopping-detail-2 .hot-nav li:nth-child(2) {
            margin-left: 60px;
            margin-right: 80px;
        }

        .shopping-detail-2 .hot-nav li:nth-child(3) {
            margin-right: 80px;
        }

    .shopping-detail-2 .hot-nav .on {
        border-bottom: 2px solid #363636;
    }

.shopping-detail-2 .hot-show {
    margin-top: 20px;
    overflow: hidden;
}

    .shopping-detail-2 .hot-show li {
        float: left;
        margin-right: 20px;
    }

        .shopping-detail-2 .hot-show li:last-child {
            margin-right: 0;
        }

        .shopping-detail-2 .hot-show li .ih-item {
            width: 275px;
            height: 275px;
            border: 1px solid #ddd;
        }

            .shopping-detail-2 .hot-show li .ih-item a img {
                width: 100%;
                height: 100%;
            }

            .shopping-detail-2 .hot-show li .ih-item a .info {
                height: 25px;
                background-color: rgba(15, 8, 4, 0.9);
                width: 274px;
            }

                .shopping-detail-2 .hot-show li .ih-item a .info span {
                    width: 83px;
                    display: inline-block;
                    float: left;
                    margin: 0 5px;
                    margin-top: 4px;
                }

                .shopping-detail-2 .hot-show li .ih-item a .info s {
                    color: #8fc320;
                    float: left;
                    margin-top: 4px;
                }

                .shopping-detail-2 .hot-show li .ih-item a .info b {
                    color: #C8C8C8;
                    margin-left: 80px;
                    float: left;
                    margin-top: 4px;
                }

            .shopping-detail-2 .hot-show li .ih-item a:hover .img {
                -webkit-transform: translateY(-24px);
                -moz-transform: translateY(-24px);
                -ms-transform: translateY(-24px);
                -o-transform: translateY(-24px);
                transform: translateY(-24px);
            }

        .shopping-detail-2 .hot-show li h3 {
            font-size: 14px;
            line-height: 24px;
        }

        .shopping-detail-2 .hot-show li p s {
            font-size: 16px;
            color: #FF4400;
            line-height: 24px;
            margin-right: 9px;
            margin-left: 5px;
        }

        .shopping-detail-2 .hot-show li p b {
            font-size: 12px;
            color: #999999;
            text-decoration: line-through;
        }

        .shopping-detail-2 .hot-show li .ih-item a .info-ftb {
            color: #f5f5f5;
            text-align: center;
            line-height: 25px;
            height: 25px;
            background-color: rgba(15, 8, 4, 0.9);
            width: 274px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .shopping-detail-2 .hot-show li h3 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: center;
            width: 275px;
        }

/**************** 沸腾优品样式 END *******************/
