
.successfulCase-item {
    position: relative;
    margin-bottom: 30px;
    width: 580px;
    height: 270px;
    border: 1px solid #eee;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.successfulCase-item .successfulCase-item-active {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 270px;
    background-color: rgba(250, 146, 21, .58);
    z-index: 998;
    text-align: center;
    opacity: 0
}

.successfulCase-item .successfulCase-item-active .active-url-text {
    color: #fff;
    font-size: 30px
}

.successfulCase-item:hover .successfulCase-item-active {
    opacity: 1
}

.successfulCase-item .successfulCase-item-img {
    height: 130px;
    text-align: center
}

.successfulCase-item .successfulCase-item-img img {
    margin-top: 20px
}

.successfulCase-item .successfulCase-item-content {
    height: 138px;
    border-top: 1px solid #eee;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.successfulCase-item .successfulCase-item-content-list {
    -webkit-box-orient: horizontal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -ms-flex-flow: row;
    flex-flow: row;
    height: 100%
}

.successfulCase-item .successfulCase-item-content-list,
.successfulCase-item .successfulCase-item-content-list .content-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal
}

.successfulCase-item .successfulCase-item-content-list .content-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 14px;
    letter-spacing: 1px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.successfulCase-item .successfulCase-item-content-list .content-item .content-item-theme {
    text-align: left;
    font-size: 16px;
    color: #ff8700
}

.successfulCase-item .successfulCase-item-content-list .content-item .content-item-points {
    font-size: 14px
}

.successfulCase-item .successfulCase-item-content-list .content-item .content-item-point {
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    background-color: #333;
    margin-right: 5px;
    vertical-align: middle
}

.successfulCase-item .successfulCase-item-content-list .content-item+.content-item {
    border-left: 1px solid #eee
}

.module-newRetailPlatform {
    position: relative;
    width: 1180px;
    margin: 0 auto
}

.module-newRetailPlatform .newRetailPlatform--content {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 70px;
    background: #fff
}

.module-newRetailPlatform .newRetailPlatform-description-block {
    margin: 0 15px;
    width: 480px
}

.module-newRetailPlatform .newRetailPlatform-description-block .newRetailPlatform-desc-item+.newRetailPlatform-desc-item {
    margin-top: 30px
}

.module-newRetailPlatform .newRetailPlatform-description-block .newRetailPlatform-desc__title {
    margin-bottom: 16px
}

.module-newRetailPlatform .newRetailPlatform-description-block .newRetailPlatform-desc__title i {
    color: #ff8700;
    font-size: 38px;
    vertical-align: middle
}

.module-newRetailPlatform .newRetailPlatform-description-block .newRetailPlatform-desc__title .desc-title--text {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    color: #222;
    letter-spacing: 1px
}

.module-newRetailPlatform .newRetailPlatform-description-block .newRetailPlatform-desc__list {
    font-size: 14px;
    letter-spacing: 2px;
    color: #333;
    line-height: 24px
}

.module-newRetailPlatform .newRetailPlatform--img {
    margin: 0 15px;
    width: 480px
}

.module-newRetailPlatform .newRetailPlatform--img img {
    max-width: 100%
}

.module-newRetailPlatform .split-line {
    position: relative;
    margin: 0 auto;
    height: 5px;
    width: 688px;
    background-image: url(/Public/home/images/split-line.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.nrp-block1 .newRetailPlatform__wrapper,
.nrp-block2 .newRetailPlatform__wrapper,
.nrp-block3 .newRetailPlatform__wrapper,
.nrp-block4 .newRetailPlatform__wrapper,
.nrp-block5 .newRetailPlatform__wrapper,
.nrp-block6 .newRetailPlatform__wrapper {
    padding-top: 40px
}

.nrp-block6 {
    margin-bottom: 70px
}