 /*小红书客户案例*/
        .xhs-case-box {
            width: 100%;
            background-color: #fff;
        }

        .xhs-case-top {
            width: 310px;
            margin: 50px auto 0;
            padding-bottom: 15px;
            border-bottom: 1px solid #efefef;
            font-size: 24px;
            color: #555;
            letter-spacing: 2px;
            font-weight: 400;
            text-align: center;
        }

        .xhs-case-top-line {
            width: 40px;
            height: 4px;
            background: #FF0035;
            margin: -2px auto;
        }

        .xhs-case-bot {

        }

        .xhs-case-tabbar {
            width: 400px;
            margin: 30px auto;
        }

        .xhs-case-tabbar-li {
            width: 120px;
            height: 38px;
            border: 1px solid #efefef;
            line-height: 38px;
            text-align: center;
            font-size: 16px;
            color: #666;
            float: left;
            margin-right: 16px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        .xhs-case-tabbar-li:last-child {
            margin-right: 0;
        }

        .xhs-case-tabbar-li-checked, .xhs-case-tabbar-li:hover {
            background-color: #FF0035;
            color: #fff;
            cursor: pointer;
        }

        .xhs-case-content-box {
            width: 1200px;
            height: 606px;
            margin: 0 auto;
            background: url("/style/images/55_bj.png") left center no-repeat;
            margin-bottom: 70px;
        }

        .xhs-case-content-li {
            width: 100%;
        }

        .xhs-case-left {
            width: 335px;
            height: 604px;
            display: block;
            float: left;
            margin-left: 90px;
            margin-right: 100px;
        }

        .xhs-case-right {
            float: left;
            width: 670px;
            margin-top: 70px;
        }

        .xhs-case-right-li {
            float: left;
            width: 327px;
            height: 270px;
        }

        /*.xhs-case-right-li:nth-child(2),.xhs-case-right-li:nth-child(4){*/

        /*}*/
        .xhs-case-right-li-top {
            height: 60px;
            margin-bottom: 25px;
        }

        .xhs-case-icon-box {
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            background: rgba(248, 248, 255, 1);
            border: 1px solid rgba(154, 95, 238, 1);
            border-radius: 4px;
            float: left;
            margin-right: 10px;
        }

        .xhs-case-icon-box i {
            display: block;
            font-size: 26px;
            color: #9A5FEE;
        }

        .xhs-case-right-li-top h3 {
            font-weight: bold;
            margin: 0;
            font-size: 18px;
            color: #666;
            line-height: 60px;
        }

        .xhs-case-right-li-bot .xhs-case-logo {
            width: 180px;
            height: 80px;
            background: rgba(255, 255, 255, 1);
            border: 1px solid rgba(239, 239, 239, 1);
        }

        .xhs-progect-bg {
            width: 280px;
            font-size: 14px;
            color: #B2AEBB;
            line-height: 28px;
            height: 146px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            overflow: hidden;
        }

        .xhs-case-nember-li {
            width: 96px;
            height: 89px;
            background: url("/style/images/66_1.png");
            float: left;
            margin-right: 12px;
            text-align: center;
        }

        .xhs-case-nember-li:last-child {
            margin-right: 0;
        }

        .xhs-case-nember-li p {
            font-size: 14px;
            color: #B2AEBB;
            margin-top: -5px;
        }

        .xhs-case-nember-li h3 {
            font-size: 20px;
            color: #9A5FEE;
        }