.rrc {
    padding: 16px;
    border: none !important
}

.rrc-hd {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.rrc-hd__title {
    font-size: 28px;
    color: #1d2129;
    font-weight: 500
}

.rrc-hd__time {
    font-size: 16px;
    color: rgba(29,33,41,.502)
}

.rrc-tags {
    display: flex
}

.rrc-md {
    height: 103px;
    background: #eff6ff;
    border-radius: 4px;
    border-top: 6px solid #357fed;
    margin: 26px 0 32px 0;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.rrc-md__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.rrc-md__item .label {
    font-size: 14px;
    color: #4e5969
}

.rrc-md__item .value {
    margin-top: 10px;
    display: inline-block;
    height: 28px;
    line-height: 28px
}

.rrc-md__item .budget {
    font-size: 20px;
    color: #f5222d;
    font-weight: 600
}

.rrc-md__item .time {
    font-size: 16px;
    color: #4e5969
}

.rrc-md.stopped {
    background: #f0f2f6;
    border-top: 6px solid #ced5de
}

.rrc-content {
    font-weight: 400;
    font-size: 16px;
    color: #1d2129;
    line-height: 1.5
}

.rrc-fd {
    padding-left: 18px
}

.rrc-fd__tip {
    font-size: 14px;
    color: #4e5969;
    margin: 16px 0;
    position: relative;
    line-height: 1.5
}

    .rrc-fd__tip:before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 6px;
        background: #357fed;
        position: absolute;
        top: 6px;
        left: -16px
    }

.rrc-tag__left {
    background-color: #e3dbb0;
    border-radius: 4px 0 0 4px;
    font-size: 12px;
    color: #77612b;
    display: inline-block;
    padding: 0 8px
}
