@import 'common.scss';

.steps {
    padding: 24px;
    .title {
        font-size: 16px;
        color:rgba(51,51,51,1);
        margin-bottom: 19px;
    }
    .step-content {
        margin-left: 64px;
        i {
            display: block;
            width: 424px;
            height: 185px;
            margin: 43px auto 0;
            background: url(http://placeholder.qiniudn.com/424x185/baf7d0/52fa8e) no-repeat center center;
            background-size: 100% 100%;
            border-radius:8px;
        }
        p {
            margin-bottom: 15px;
            span {
                color: #ED322A;
            }
        }
    }
}