[v-cloak] {
    display: none;
}

.tabs {
    font-size: 14px;
    color: #657180;
}

.tabs-bar:after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    background: #d7dde4;
    margin-top: -1px;
}

.tabs-item {
    display: inline-block;
    padding: 4px 16px;
    margin-right: 6px;
    background: white;
    border: 1px solid #d7dde4;
    cursor: pointer;
    position: relative;
}

.tabs-item:hover {
    color: #2d8cf0;
}

.tabs-item.active {
    color: #3399ff;
    border-top: 1px solid #3399ff;
    border-bottom: 1px solid white;
}

.tabs-item.active:before {
    content: '';
    display: block;
    height: 1px;
    background: #3399ff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

}

.tabls-content {
    padding: 8px 0;
}