.team_page[data-v-a9b3dc93] {
    width: 100%;
    margin: 0 auto
}

.team_page .titles[data-v-a9b3dc93] {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: var(--color-bg-FFF)
}

.overview .view-top[data-v-a9b3dc93] {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.overview .view-top .view-content .tb-bb[data-v-a9b3dc93] {
    --el-table-border: 1px solid rgba(2, 129, 251, .13);
    border-radius: 6px;
    border: 1px solid rgba(2, 129, 251, .13);
    overflow: hidden
}

.overview .view-top .view-content .tb-bb .el-select .el-select__wrapper[data-v-a9b3dc93] {
    border-radius: 6px;
    border-color: #d2d2d2;
    background: #fff;
    height: 40px
}

.overview .view-top .view-content .tb-bb .el-select .el-select__wrapper .el-select__placeholder[data-v-a9b3dc93] {
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.overview .view-top .view-content .tb-bb .el-input .el-input__wrapper[data-v-a9b3dc93] {
    border-radius: 6px;
    border-color: #d2d2d2;
    background: #fff;
    height: 40px
}

.overview .view-top .view-content .tb-bb .el-input .el-input__wrapper .el-input__inner[data-v-a9b3dc93] {
    font-size: 16px;
    font-weight: 400
}

.overview .view-top .view-content .tb-bb .el-table__header thead tr[data-v-a9b3dc93] {
    border-radius: 6px;
    background: #e8f4ff
}

.overview .view-top .view-content .tb-bb .el-table__header thead tr .el-table__cell[data-v-a9b3dc93] {
    background: none;
    height: 51px
}

.overview .view-top .view-content .tb-bb .el-table__header thead tr .el-table__cell .cell[data-v-a9b3dc93] {
    color: #666;
    font-size: 16px;
    font-weight: 400
}

.overview .view-top .view-content .tb-bb .el-table__body .el-table__cell[data-v-a9b3dc93] {
    height: 51px
}

.overview .view-top .view-content .tb-bb .el-table__body .el-table__cell .cell[data-v-a9b3dc93] {
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.overview .view-top ul[data-v-a9b3dc93] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 20px
}

.overview .view-top ul li[data-v-a9b3dc93] {
    flex: 1;
    text-align: center;
    height: 75px;
    border-radius: 6px;
    background: var(--color-bg-f5f5f5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px
}

.overview .view-top ul li .num[data-v-a9b3dc93] {
    color: var(--color-default-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 1
}

.overview .view-top ul li .loss[data-v-a9b3dc93] {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    color: var(--color-bg-cbcbcb);
    font-size: 14px;
    font-weight: 500
}

.overview .view-top ul li .title[data-v-a9b3dc93] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-default-font);
    font-size: 14px;
    font-weight: 500;
    gap: 6px
}

.overview .view-top ul li .title[data-v-a9b3dc93] .el-tooltip__trigger {
    line-height: 0
}

.overview .view-top ul li .title i[data-v-a9b3dc93] {
    cursor: pointer
}

.overview .view-top ul.kuisun[data-v-a9b3dc93] {
    height: 100px;
    width: 240px;
    background-color: var(--color-bg-f5f5f5);
    text-align: center;
    position: relative
}

.overview .view-top ul.kuisun .loss[data-v-a9b3dc93] {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #069fff;
    cursor: pointer
}

.overview .teamZindex[data-v-a9b3dc93] {
    margin: 20px 0;
    color: var(--color-default-font2);
    font-size: 16px;
    font-weight: 500
}

.overview .teamZindex>span span[data-v-a9b3dc93] {
    margin-left: 5px
}

.overview .teamZindex>span span[data-v-a9b3dc93]:last-child {
    display: none
}

.name_input[data-v-a9b3dc93] {
    height: 36px;
    width: 150px;
    border-radius: 6px;
    border: 1px solid var(--color-bg-disabled-btn)
}

.name_input[data-v-a9b3dc93] .el-input__inner {
    color: var(--color-default-font2);
    font-size: 14px;
    font-weight: 500
}

.cde-c-user[data-v-a9b3dc93],
span.on[data-v-a9b3dc93] {
    cursor: pointer;
    text-decoration: underline;
    color: var(--color-bg-cbcbcb)
}