
.module-afterSalesPlatform {
    width: 1180px;
    margin: 0 auto
}

.module-afterSalesPlatform .afterSalesPlatform--content {
    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;
    padding-bottom: 70px;
    background: #fff
}

.module-afterSalesPlatform .afterSalesPlatform-description-block {
    margin: 0 15px;
    width: 480px
}

.module-afterSalesPlatform .afterSalesPlatform-description-block .afterSalesPlatform-desc-item+.afterSalesPlatform-desc-item {
    margin-top: 30px
}

.module-afterSalesPlatform .afterSalesPlatform-description-block .afterSalesPlatform-desc__title {
    margin-bottom: 16px
}

.module-afterSalesPlatform .afterSalesPlatform-description-block .afterSalesPlatform-desc__title i {
    color: #ff8700;
    font-size: 38px;
    vertical-align: middle
}

.module-afterSalesPlatform .afterSalesPlatform-description-block .afterSalesPlatform-desc__title .desc-title--text {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    color: #222;
    letter-spacing: 1px
}

.module-afterSalesPlatform .afterSalesPlatform-description-block .afterSalesPlatform-desc__list {
    font-size: 14px;
    letter-spacing: 2px;
    color: #333;
    line-height: 24px
}

.module-afterSalesPlatform .afterSalesPlatform--img {
    margin: 0 15px;
    width: 480px
}

.module-afterSalesPlatform .afterSalesPlatform--img img {
    max-width: 100%
}

.module-afterSalesPlatform .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%
}

.after-sale-block1 .afterSalesPlatform__wrapper,
.after-sale-block2 .afterSalesPlatform__wrapper,
.after-sale-block3 .afterSalesPlatform__wrapper,
.after-sale-block4 .afterSalesPlatform__wrapper {
    padding-top: 40px
}

.after-sale-block4 {
    margin-bottom: 70px
}