#app .page-serviceSupport-wrapper .after-sales-wrapper {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 116px;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
}

#app .page-serviceSupport-wrapper .after-sales-wrapper .content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    margin-left: 40px;
    margin-right: 40px;
}

#app .page-serviceSupport-wrapper .after-sales-wrapper .content .title {
    display: flex;
    flex-direction: column;
    align-self: center;
    font-weight: bold;
    font-size: 36px;
    color: #1755ED;
}

#app .page-serviceSupport-wrapper .after-sales-wrapper .content img {
    width: 50px;
    height: 50px;
    margin-top: 67px;
    margin-bottom: 56px;
    align-self: center;
}

#app .page-serviceSupport-wrapper .after-sales-wrapper .content .content-text {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    text-indent: 2em;
}

#app .page-serviceSupport-wrapper .after-sales-wrapper .content .text {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 2;
    align-self: center;
}
