/* 公共样式 */
a:active, a:hover, a:link, a:visited {
    text-decoration: none;
}
ul, ol, li {
    list-style: none;
}
.flex {
    display: flex;
    align-items: center;
}
.flex-justify-between {
    justify-content: space-between;
}
.teamix-icon {
    display: inline-block;
    line-height: 0;
    text-align: center;
    vertical-align: -.25em;
}
.teamix-icon.teamix-medium {
    font-size: 20px;
}

h1{
    text-align: center;
    margin-top: 50px;
}
.help-block{
    text-align: center;
}
.healthy-main {
    background: #f9f9f9;
}
.healthy-content {
    /* width: 80%; */
    margin: 0 auto;
    padding-top: 12px;
    padding-left: 112px;
    padding-right: 112px;
}
.type-select {
    margin-right: 5px;
}
.healthy-header-des {
    flex-wrap: wrap;
    justify-content: flex-end;
}
.healthy-header-des .status-tag {
    margin-left: 33px;
}
.healthy-header-des .status-tag>i {
    margin-right: 4px;
}
.status-icon-success {
    color: #43bf7e;
}
.status-icon-primary {
    color: #0064c8;
}
.status-icon-warning {
    color: #f7a854;
}
.status-icon-danger {
    color: #ed675a;
}
.table-container {
    position: relative;
    margin-top: 10px;
}
/* 左侧菜单 */
.healthy-anchor-wrap {
    background-color: #fff;
    left: 0;
    max-height: 80vh;
    overflow: scroll;
    position: absolute;
    top: 0;
    width: 180px;
}
.healthy-anchor {
    font-size: 12px;
    list-style: none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    width: 100%;
}
.healthy-anchor-item {
    height: 40px;
    line-height: 40px;
    color: #333;
}
.healthy-anchor-item-link {
    display: block;
    margin: 0 10px 0 24px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 24px);
}
.healthy-anchor-item-link a {
    width: 100%;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    color: #333;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 18px;
}
.healthy-anchor-item-link a:hover {
    color: #696969;
}
.healthy-anchor-item-link a span .text {
    display: inline-block;
    min-height: 13.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.healthy-anchor-item-active {
    border-right: 2px solid #0064c8;
}
.healthy-anchor-item-active .healthy-anchor-item-link a {
    color: #0064c8;
}
.healthy-anchor-wrap::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}
.healthy-anchor-wrap::-webkit-scrollbar-thumb {
    border: 4px solid transparent;
    background-clip: content-box;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, .26);
}
/* 看板表格 */
#healthy-table-wraper {
    margin-left: 200px;
    min-height: 80vh;
    padding: 20px;
    background-color: #fff;
}
.healthy-table {
    position: relative;
    background: #fff;
}
.next-table-cell-wrapper {
    color: #333;
    font-family: PingFangSC;
    font-size: 12px;
    font-weight: 500;
}
#healthy-table-wraper thead .next-table-cell:not(:last-child) {
    border-right: 0;
}
#healthy-table-wraper thead .next-table-cell-wrapper {
    position: relative;
}
#healthy-table-wraper .double-left-line {
    /* bottom: 10px; */
    padding-right: 19px;
    position: absolute;
    right: 0;
}
#healthy-table-wraper .teamix-icon .el-button {
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 20px;
}
#healthy-table-wraper .double-left-line .el-button.is-disabled {
    color: #ebecec;
}
#healthy-table-wraper .double-left-line:after {
    border-left: 1.5px solid #ebecec;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
}
#healthy-table-wraper .double-right-line:after {
    border-left: 1.5px solid #ebecec;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
}
#healthy-table-wraper .double-left-line .el-button,
#healthy-table-wraper .double-right-line .el-button {
    color: #f98e1a;
}

@media (max-width: 1000px) {
    .healthy-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}