.header {
    display: flex;
}

.header-item {
    font-size: .16rem;
    line-height: .4rem;
    text-align: center;
    color: #666;

    flex: 1;
}

.active {
    position: relative;
    color: #000;
}

.active::after {
    content: "";
    position: absolute;
    z-index: 100;
    bottom: -1px;
    left: 50%;
    width: .32rem;
    height: 2px;
    background: #3288ff;
    transform: translateX(-50%);
}

.multi-value {
    display: flex;
    margin-left: .25rem;
    color: #999;

    flex: 1;
}

.del-line {
    text-decoration: line-through;
}

.del-line:not(:last-of-type) {
    margin-right: .17rem;
}

.color-04AA61 {
    color: #38f;
}

.color-f7534f {
    color: #f7534f;
}

.risk {
    text-decoration: none;
    color: #f7534f;
}
