$primary-color: #1DA57A;
$error-color: #E8495C;
.gfy-ui-steps {
    font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.gfy-ui-steps-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}
.gfy-ui-steps-item:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.gfy-ui-steps-item:last-child .gfy-ui-steps-item-tail,
.gfy-ui-steps-item:last-child .gfy-ui-steps-item-title:after {
    display: none;
}
.gfy-ui-steps-item-icon,
.gfy-ui-steps-item-content {
    display: inline-block;
    vertical-align: top;
}
.gfy-ui-steps-item-icon {
    border: 1px solid rgba(0, 0, 0, 0.25);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 32px;
    font-size: 16px;
    margin-right: 8px;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
    font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.gfy-ui-steps-item-icon > .gfy-ui-steps-icon {
    line-height: 1;
    top: -1px;
    color: $primary-color;
    position: relative;
}
.gfy-ui-steps-item-tail {
    position: absolute;
    left: 0;
    width: 100%;
    top: 12px;
    padding: 0 10px;
}
.gfy-ui-steps-item-tail:after {
    content: '';
    display: inline-block;
    background: #e8e8e8;
    height: 1px;
    border-radius: 1px;
    width: 100%;
    -webkit-transition: background .3s;
    transition: background .3s;
}
.gfy-ui-steps-item-title {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    display: inline-block;
    padding-right: 16px;
    position: relative;
    line-height: 32px;
}
.gfy-ui-steps-item-title:after {
    content: '';
    height: 1px;
    width: 9999px;
    background: #e8e8e8;
    display: block;
    position: absolute;
    top: 16px;
    left: 100%;
}
.gfy-ui-steps-item-description {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
}
.gfy-ui-steps-item-wait .gfy-ui-steps-item-icon {
    border-color: rgba(0, 0, 0, 0.25);
    background-color: #fff;
}
.gfy-ui-steps-item-wait .gfy-ui-steps-item-icon > .gfy-ui-steps-icon {
    color: rgba(0, 0, 0, 0.25);
}
.gfy-ui-steps-item-wait .gfy-ui-steps-item-icon > .gfy-ui-steps-icon .gfy-ui-steps-icon-dot {
    background: #e5e5e5;
}
.gfy-ui-steps-item-wait > .gfy-ui-steps-item-content > .gfy-ui-steps-item-title {
    color: rgba(0, 0, 0, 0.45);
}
.gfy-ui-steps-item-wait > .gfy-ui-steps-item-content > .gfy-ui-steps-item-title:after {
    background-color: #e8e8e8;
}
.gfy-ui-steps-item-wait > .gfy-ui-steps-item-content > .gfy-ui-steps-item-description {
    color: rgba(0, 0, 0, 0.45);
}
.gfy-ui-steps-item-wait > .gfy-ui-steps-item-tail:after {
    background-color: #e8e8e8;
}
.gfy-ui-steps-item-process .gfy-ui-steps-item-icon {
    border-color: $primary-color;
    background-color: #fff;
}
.gfy-ui-steps-item-process .gfy-ui-steps-item-icon > .gfy-ui-steps-icon {
    color: $primary-color;
}
.gfy-ui-steps-item-process .gfy-ui-steps-item-icon > .gfy-ui-steps-icon .gfy-ui-steps-icon-dot {
    background: $primary-color;
}
.gfy-ui-steps-item-process > .gfy-ui-steps-item-content > .gfy-ui-steps-item-title {
    color: rgba(0, 0, 0, 0.85);
}
.gfy-ui-steps-item-process > .gfy-ui-steps-item-content > .gfy-ui-steps-item-title:after {
    background-color: #e8e8e8;
}
.gfy-ui-steps-item-process > .gfy-ui-steps-item-content > .gfy-ui-steps-item-description {
    color: rgba(0, 0, 0, 0.65);
}
.gfy-ui-steps-item-process > .gfy-ui-steps-item-tail:after {
    background-color: #e8e8e8;
}
.gfy-ui-steps-item-process .gfy-ui-steps-item-icon {
    background: $primary-color;
}
.gfy-ui-steps-item-process .gfy-ui-steps-item-icon > .gfy-ui-steps-icon {
    color: #fff;
}
.gfy-ui-steps-item-process .gfy-ui-steps-item-title {
    font-weight: 500;
}
.gfy-ui-steps-item-finish .gfy-ui-steps-item-icon {
    border-color: $primary-color;
    background-color: #fff;
}
.gfy-ui-steps-item-finish .gfy-ui-steps-item-icon > .gfy-ui-steps-icon {
    color: $primary-color;
}
.gfy-ui-steps-item-finish .gfy-ui-steps-item-icon > .gfy-ui-steps-icon .gfy-ui-steps-icon-dot {
    background: $primary-color;
}
.gfy-ui-steps-item-finish > .gfy-ui-steps-item-content > .gfy-ui-steps-item-title {
    color: rgba(0, 0, 0, 0.65);
}
.gfy-ui-steps-item-finish > .gfy-ui-steps-item-content > .gfy-ui-steps-item-title:after {
    background-color: $primary-color;
}
.gfy-ui-steps-item-finish > .gfy-ui-steps-item-content > .gfy-ui-steps-item-description {
    color: rgba(0, 0, 0, 0.45);
}
.gfy-ui-steps-item-finish > .gfy-ui-steps-item-tail:after {
    background-color: $primary-color;
}
.gfy-ui-steps-item-error .gfy-ui-steps-item-icon {
    border-color: $error-color;
    background-color: #fff;
}
.gfy-ui-steps-item-error .gfy-ui-steps-item-icon > .gfy-ui-steps-icon {
    color: $error-color;
}
.gfy-ui-steps-item-error .gfy-ui-steps-item-icon > .gfy-ui-steps-icon .gfy-ui-steps-icon-dot {
    background: $error-color;
}
.gfy-ui-steps-item-error > .gfy-ui-steps-item-content > .gfy-ui-steps-item-title {
    color: $error-color;
}
.gfy-ui-steps-item-error > .gfy-ui-steps-item-content > .gfy-ui-steps-item-title:after {
    background-color: #e8e8e8;
}
.gfy-ui-steps-item-error > .gfy-ui-steps-item-content > .gfy-ui-steps-item-description {
    color: $error-color;
}
.gfy-ui-steps-item-error > .gfy-ui-steps-item-tail:after {
    background-color: #e8e8e8;
}
.gfy-ui-steps-item.gfy-ui-steps-next-error .gfy-ui-steps-item-title:after {
    background: $error-color;
}
.gfy-ui-steps-horizontal:not(.gfy-ui-steps-label-vertical) .gfy-ui-steps-item {
    margin-right: 16px;
    white-space: nowrap;
}
.gfy-ui-steps-horizontal:not(.gfy-ui-steps-label-vertical) .gfy-ui-steps-item:last-child {
    margin-right: 0;
}
.gfy-ui-steps-horizontal:not(.gfy-ui-steps-label-vertical) .gfy-ui-steps-item:last-child .gfy-ui-steps-item-title {
    padding-right: 0;
}
.gfy-ui-steps-horizontal:not(.gfy-ui-steps-label-vertical) .gfy-ui-steps-item-tail {
    display: none;
}
.gfy-ui-steps-horizontal:not(.gfy-ui-steps-label-vertical) .gfy-ui-steps-item-description {
    max-width: 140px;
}
.gfy-ui-steps-item-custom .gfy-ui-steps-item-icon {
    background: none;
    border: 0;
    width: auto;
    height: auto;
}
.gfy-ui-steps-item-custom .gfy-ui-steps-item-icon > .gfy-ui-steps-icon {
    font-size: 24px;
    line-height: 32px;
    top: 0;
    left: 0.5px;
    width: 32px;
    height: 32px;
}
.gfy-ui-steps-item-custom.gfy-ui-steps-item-process .gfy-ui-steps-item-icon > .gfy-ui-steps-icon {
    color: $primary-color;
}
.gfy-ui-steps-small.gfy-ui-steps-horizontal:not(.gfy-ui-steps-label-vertical) .gfy-ui-steps-item {
    margin-right: 12px;
}
.gfy-ui-steps-small.gfy-ui-steps-horizontal:not(.gfy-ui-steps-label-vertical) .gfy-ui-steps-item:last-child {
    margin-right: 0;
}
.gfy-ui-steps-small .gfy-ui-steps-item-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 24px;
    font-size: 12px;
}
.gfy-ui-steps-small .gfy-ui-steps-item-title {
    font-size: 14px;
    line-height: 24px;
    padding-right: 12px;
}
.gfy-ui-steps-small .gfy-ui-steps-item-title:after {
    top: 12px;
}
.gfy-ui-steps-small .gfy-ui-steps-item-description {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
}
.gfy-ui-steps-small .gfy-ui-steps-item-tail {
    top: 8px;
    padding: 0 8px;
}
.gfy-ui-steps-small .gfy-ui-steps-item-custom .gfy-ui-steps-item-icon {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    border: 0;
    background: none;
}
.gfy-ui-steps-small .gfy-ui-steps-item-custom .gfy-ui-steps-item-icon > .gfy-ui-steps-icon {
    font-size: 24px;
    line-height: 24px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.gfy-ui-steps-vertical {
    display: block;
}
.gfy-ui-steps-vertical .gfy-ui-steps-item {
    display: block;
    overflow: visible;
}
.gfy-ui-steps-vertical .gfy-ui-steps-item-icon {
    float: left;
    margin-right: 16px;
}
.gfy-ui-steps-vertical .gfy-ui-steps-item-content {
    min-height: 48px;
    overflow: hidden;
    display: block;
}
.gfy-ui-steps-vertical .gfy-ui-steps-item-title {
    line-height: 32px;
}
.gfy-ui-steps-vertical .gfy-ui-steps-item-description {
    padding-bottom: 12px;
}
.gfy-ui-steps-vertical > .gfy-ui-steps-item > .gfy-ui-steps-item-tail {
    position: absolute;
    left: 16px;
    top: 0;
    height: 100%;
    width: 1px;
    padding: 38px 0 6px;
}
.gfy-ui-steps-vertical > .gfy-ui-steps-item > .gfy-ui-steps-item-tail:after {
    height: 100%;
    width: 1px;
}
.gfy-ui-steps-vertical > .gfy-ui-steps-item:not(:last-child) > .gfy-ui-steps-item-tail {
    display: block;
}
.gfy-ui-steps-vertical > .gfy-ui-steps-item > .gfy-ui-steps-item-content > .gfy-ui-steps-item-title:after {
    display: none;
}
.gfy-ui-steps-vertical.gfy-ui-steps-small .gfy-ui-steps-item-tail {
    position: absolute;
    left: 12px;
    top: 0;
    padding: 30px 0 6px;
}
.gfy-ui-steps-vertical.gfy-ui-steps-small .gfy-ui-steps-item-title {
    line-height: 24px;
}
@media (max-width: 480px) {
    .gfy-ui-steps-horizontal.gfy-ui-steps-label-horizontal {
        display: block;
    }
    .gfy-ui-steps-horizontal.gfy-ui-steps-label-horizontal .gfy-ui-steps-item {
        display: block;
        overflow: visible;
    }
    .gfy-ui-steps-horizontal.gfy-ui-steps-label-horizontal .gfy-ui-steps-item-icon {
        float: left;
        margin-right: 16px;
    }
    .gfy-ui-steps-horizontal.gfy-ui-steps-label-horizontal .gfy-ui-steps-item-content {
        min-height: 48px;
        overflow: hidden;
        display: block;
    }
    .gfy-ui-steps-horizontal.gfy-ui-steps-label-horizontal .gfy-ui-steps-item-title {
        line-height: 32px;
    }
    .gfy-ui-steps-horizontal.gfy-ui-steps-label-horizontal .gfy-ui-steps-item-description {
        padding-bottom: 12px;
    }
    .gfy-ui-steps-horizontal.gfy-ui-steps-label-horizontal > .gfy-ui-steps-item > .gfy-ui-steps-item-tail {
        position: absolute;
        left: 16px;
        top: 0;
        height: 100%;
        width: 1px;
        padding: 38px 0 6px;
    }
    .gfy-ui-steps-horizontal.gfy-ui-steps-label-horizontal > .gfy-ui-steps-item > .gfy-ui-steps-item-tail:after {
        height: 100%;
        width: 1px;
    }
    .gfy-ui-steps-horizontal.gfy-ui-steps-label-horizontal > .gfy-ui-steps-item:not(:last-child) > .gfy-ui-steps-item-tail {
        display: block;
    }
    .gfy-ui-steps-horizontal.gfy-ui-steps-label-horizontal > .gfy-ui-steps-item > .gfy-ui-steps-item-content > .gfy-ui-steps-item-title:after {
        display: none;
    }
    .gfy-ui-steps-horizontal.gfy-ui-steps-label-horizontal.gfy-ui-steps-small .gfy-ui-steps-item-tail {
        position: absolute;
        left: 12px;
        top: 0;
        padding: 30px 0 6px;
    }
    .gfy-ui-steps-horizontal.gfy-ui-steps-label-horizontal.gfy-ui-steps-small .gfy-ui-steps-item-title {
        line-height: 24px;
    }
}
.gfy-ui-steps-label-vertical .gfy-ui-steps-item {
    overflow: visible;
}
.gfy-ui-steps-label-vertical .gfy-ui-steps-item-tail {
    padding: 0 24px;
    margin-left: 48px;
}
.gfy-ui-steps-label-vertical .gfy-ui-steps-item-content {
    display: block;
    text-align: center;
    margin-top: 8px;
    width: 104px;
}
.gfy-ui-steps-label-vertical .gfy-ui-steps-item-icon {
    display: inline-block;
    margin-left: 36px;
}
.gfy-ui-steps-label-vertical .gfy-ui-steps-item-title {
    padding-right: 0;
}
.gfy-ui-steps-label-vertical .gfy-ui-steps-item-title:after {
    display: none;
}
.gfy-ui-steps-dot .gfy-ui-steps-item-title {
    line-height: 1.5;
}
.gfy-ui-steps-dot .gfy-ui-steps-item-tail {
    width: 100%;
    top: 8px;
    margin: 0 0 0 70px;
    padding: 0;
}
.gfy-ui-steps-dot.gfy-ui-steps-tiny .gfy-ui-steps-item-tail {
    margin: 0 0 0 30px;
}
.gfy-ui-steps-dot .gfy-ui-steps-item-tail:after {
    height: 3px;
    width: calc(100% - 35px);
    margin-left: 18px;
}
.gfy-ui-steps-dot .gfy-ui-steps-item:first-child .gfy-ui-steps-icon-dot {
    left: 2px;
}
.gfy-ui-steps-dot .gfy-ui-steps-item-icon {
    padding-right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 0;
    margin-left: 60px;
    background: transparent;
}
.gfy-ui-steps-dot.gfy-ui-steps-tiny .gfy-ui-steps-item-icon {
    margin-left: 20px;
}
.gfy-ui-steps-dot .gfy-ui-steps-item-icon .gfy-ui-steps-icon-dot {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    /* expand hover area */
}
.gfy-ui-steps-dot .gfy-ui-steps-item-icon .gfy-ui-steps-icon-dot:after {
    content: "";
    background: rgba(0, 0, 0, 0.001);
    width: 60px;
    height: 32px;
    position: absolute;
    top: -12px;
    left: -26px;
}
.gfy-ui-steps-dot .gfy-ui-steps-item-process .gfy-ui-steps-item-icon .gfy-ui-steps-icon-dot:before {
    content: "";
    background: #ffffff;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 9px;
}

.gfy-ui-steps-dot .gfy-ui-steps-item-finish .gfy-ui-steps-item-icon .gfy-ui-steps-icon-dot:before {
    content: "";
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='9px' height='7px' viewBox='0 0 9 7' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EUntitled%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='check-small' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M8.1,0.7 L8.1,0.7 C7.71340068,0.313400675 7.08659932,0.313400675 6.7,0.7 L3.68284271,3.71715729 C3.526633,3.873367 3.273367,3.873367 3.11715729,3.71715729 L2.1,2.7 C1.71340068,2.31340068 1.08659932,2.31340068 0.7,2.7 L0.7,2.7 C0.313400675,3.08659932 0.313400675,3.71340068 0.7,4.1 L3.11715729,6.51715729 C3.273367,6.673367 3.526633,6.673367 3.68284271,6.51715729 L8.1,2.1 C8.48659932,1.71340068 8.48659932,1.08659932 8.1,0.7 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") transparent no-repeat scroll center;
    width: 9px;
    height: 7px;
    position: absolute;
    top: 9px;
    left: 8px;
}

.gfy-ui-steps-dot .gfy-ui-steps-item-error .gfy-ui-steps-item-icon .gfy-ui-steps-icon-dot:before {
    content: "";
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EUntitled%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='check-small' transform='translate(1.000000, 1.000000)' stroke='%23FFFFFF' stroke-width='2'%3E%3Cg id='small-remove'%3E%3Cpath d='M7.5,0.5 L0.5,7.5' id='Shape'%3E%3C/path%3E%3Cpath d='M0.5,0.5 L7.5,7.5' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") transparent no-repeat scroll center;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 7px;
    left: 7px;
}

.gfy-ui-steps-dot .gfy-ui-steps-item-content {
    width: 160px;
}

.gfy-ui-steps-dot.gfy-ui-steps-tiny .gfy-ui-steps-item-content {
    display: none;
}

.gfy-ui-steps-dot .gfy-ui-steps-item-process .gfy-ui-steps-item-icon, .gfy-ui-steps-dot .gfy-ui-steps-item-finish .gfy-ui-steps-item-icon, .gfy-ui-steps-dot .gfy-ui-steps-item-error .gfy-ui-steps-item-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.gfy-ui-steps-dot .gfy-ui-steps-item-process .gfy-ui-steps-item-icon .gfy-ui-steps-icon-dot, .gfy-ui-steps-dot .gfy-ui-steps-item-finish .gfy-ui-steps-item-icon .gfy-ui-steps-icon-dot, .gfy-ui-steps-dot .gfy-ui-steps-item-error .gfy-ui-steps-item-icon .gfy-ui-steps-icon-dot {
    top: -2px;
    left: -2px;
}
.gfy-ui-steps-vertical.gfy-ui-steps-dot .gfy-ui-steps-item-icon {
    margin-left: 0;
    margin-top: 8px;
}
.gfy-ui-steps-vertical.gfy-ui-steps-dot .gfy-ui-steps-item-tail {
    margin: 0;
    left: -9px;
    top: 2px;
    padding: 22px 0 4px;
}
.gfy-ui-steps-vertical.gfy-ui-steps-dot .gfy-ui-steps-item:first-child .gfy-ui-steps-icon-dot {
    left: 0;
}
.gfy-ui-steps-vertical.gfy-ui-steps-dot .gfy-ui-steps-item-process .gfy-ui-steps-icon-dot {
    left: -2px;
}
