.f12{
    font-size: 12px;
}
.f14{
    font-size: 14px;
}
.f16{
    font-size: 16px;
}
.f17{
    font-size: 17px;
}
.f18{
    font-size: 18px;
}
.f20{
    font-size: 20px;
}

.margin-top-xs{
    margin-top: 8px;
}
.text-666{
    color: #666;
}
.text-333{
    color: #333;
}
.text-999{
    color: #999;
}
.text-bold{
    font-weight: bold;
}
.text-cut{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
[v-cloak]{
    display: none;
}
.text-right{
    text-align: right;
}
.flex-sub{
    flex: 1;
}

.radius{
    border-radius: 10px;
}
.bg-white{
    background-color: #fff;
}
