

.process{
    .split-line{
        height 1px
        width 100%
        background-color: #D4D4D4
        margin-top 48px
        margin-bottom 48px
    }
    .huangquan{
        width 24px
        height 24px
        border-radius: 25px
        border: 4px solid #DCC2A7
        margin-right 15px
    }
    box-sizing: border-box
    padding: 44px
    color: #2F2929
    &-head{
        font-size: 44px
        font-weight: 600
    }
    &-main{
        margin-top 72px
    }
    .qus{
        flex-center(flex-start,center)
        .sym{
            width 20px
            height 20px
            margin-right 28px
        }
        font-size: 32px
        font-weight: 500
    }
    .as{
        // margin-left: 48px
        margin-top 32px
        font-size: 28px
        font-weight: 200
        line-height: 1.3
    }
    &-all{
        font-size: 32px
        color: #E96858
        margin-left: 48px
        margin-top 64px
    }
}