      /*ÍÆ¹ãÓÅÊÆ*/
        .xhs-promotion-advantages {
            width: 100%;
            height: 819px;
            padding-top: 1px;
            background-color: #FAFAFA;
        }

        .xhs-promotion-advantages-content {
            width: 1000px;
            margin: 0 auto;
        }

        .xhs-promotion-advantages-content-li {
            width: 430px;
            float: left;
            margin-right: 130px;
            margin-top: 50px;
            position: relative;
            height: 290px;
        }

        .xhs-promotion-advantages-content-li:nth-child(2), .xhs-promotion-advantages-content-li:nth-child(4) {
            margin-right: 0;
        }

        .xhs-advantages-mark {
            width: 124px;
            display: block;
            height: 108px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
        }

        .xhs-advantages-box {
            width: 380px;
            height: 230px;
            background: rgba(255, 255, 255, 1);
            box-shadow: 0px 3px 24px 0px rgba(207, 207, 207, 0.2);
            border-radius: 6px;
            position: absolute;
            top: 55px;
            left: 42px;
        }

        .xhs-advantages-box-content {
            width: 240px;
            margin-left: 103px;
        }

        .xhs-advantages-box-content > h3 {
            font-size: 18px;
            color: #555;
            font-weight: 400;
            margin-top: 23px;
            margin-bottom: 18px;
        }

        .xhs-advantages-step-follow-line {
            float: left;
            margin-top: 10px;
            height: 120px;
            width: 1px;
            background-color: #FD6484;
        }

        .xhs-advantages-step-follow-line.xhs-short {
            height: 82px;
        }

        .xhs-advantages-step-follow-text {
            float: left;
            margin-left: -5px;
        }

        .xhs-advantages-step-follow-text-li {
            height: 40px;
            line-height: 40px;
        }

        .xhs-advantages-step-follow-text-li-circle {
            width: 8px;
            height: 8px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-color: #FF0035;
            margin-right: 8px;
            float: left;
            margin-top: 10px;
        }

        .xhs-advantages-step-follow-text-li-text {
            float: left;
            font-size: 14px;
            color: #999;
            line-height: 28px;
            padding-left: 8px;
        }