﻿#app {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    color: #515a6e;
}


html body {
    position: relative;
    box-sizing: border-box;
    height: 100vh;
    padding: 0;
    overflow: hidden;
    font-family: PingFang SC,Arial,Microsoft YaHei,sans-serif;
    font-size: 14px;
    color: var(--el-color-black);
    background: #f6f8f9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    color: #515a6e;
}

::-webkit-scrollbar { /*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
    width: 5px;
    height: 10px;
}
/*#scroll::-webkit-scrollbar-button{!*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*!*/
/*background:#fff;*/
/*}*/
::-webkit-scrollbar-track { /*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/
    background: #f8f9fa;
}

::-webkit-scrollbar-track-piece { /*内层轨道，滚动条中间部分（位置4）*/
    background: #f8f9fa;
}

::-webkit-scrollbar-thumb { /*滚动条里面可以拖动的那部分（位置5）*/
    background: #00000033;
    border-radius: 4px;
}

::-webkit-scrollbar-corner { /*边角（位置6）*/
    background: #c0c0c0;
}
/*#scroll::-webkit-scrollbar-resizer  {!*定义右下角拖动块的样式（位置7）*!*/
/*background:#FF0BEE;*/
/*}*/

.supervision-drawer {
}

.el-button i[class*=' el-icon-'],
.el-button i[class^='el-icon-'] {
    margin-right: 3px;
}

.card-header.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header {
    position: relative;
}

.header-controls {
    position: absolute;
    right: -6px;
    top: -2px;
}



.el-row.toolbars {
    margin: 5px 0 5px 0;
    padding-left: 3px;
}

.filter-with-select {
    width: auto;
    margin-right: 5px;
}

.el-select .el-input {
}

.el-input-group__prepend {
    background-color: #fff;
}


.el-button .fas {
    margin-right: 6px;
}

.el-table th.el-table__cell {
    background: #f8f8f9;
    color: #606266;
}

.index-container {
    background: #fff;
    padding: 0;
}

.el-dialog__header .el-dialog__title {
    font-size: 15px;
}

.el-dialog__header {
    padding: 12px 10px;
    border-bottom: 1px solid #ededed;
    background-color: #f8f8f8;
    cursor: pointer;
    font-size: 14px;
    margin-right: 0;
}

.el-dialog__footer {
    border-top: 1px solid #ededed;
    padding: 10px 12px;
}

.el-dialog__body {
    padding: 14px;
}

.el-dialog {
    padding: 0px;
}

.el-row.toolbars .el-form--inline .el-form-item {
    margin-right: 12px;
    margin-bottom: 5px;
}

.EditComp {
    padding: 0;
}


.demo-tabs > .el-tabs__content label, .demo-tabs > .el-tabs__content .el-form-item__error {
    font-weight: normal;
    text-align: right;
}

.demo-tabs > .el-tabs__content {
}

.demo-tabs .custom-tabs-label .el-icon {
    vertical-align: middle;
}

.demo-tabs .custom-tabs-label span {
    vertical-align: middle;
    margin-left: 4px;
}


.avatar-uploader .el-upload img {
    width: 100%;
    height: 100%;
}

.avatar-uploader.face .el-upload {
    width: 340px;
}

.avatar-uploader .el-upload {
    border: 1px dashed #dcdfe6;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: .2s;
    background-color: #fafafa;
    width: 178px;
    height: 178px;
}

.avatar-uploader .avatar-uploader-icon i {
    margin-top: 40%;
}

.avatar-uploader .avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    text-align: center;
}

.avatar-uploader {
    line-height: initial;
}

.el-tree-node__label {
    font-weight: normal;
}


.el-drawer__header {
}

.el-drawer__footer {
    border-top: 1px solid #e8e8e8;
}

.el-drawer__body {
    height: 100%;
    width: 100%;
    position: relative;
    border-top: 1px solid #e8e8e8;
}

.demo-spin-container {
    display: inline-block;
    width: 100%;
    height: 100px;
    position: static;
}

.demo-drawer-body {
    height: 100%;
}

.table-row-ico-fixed i {
    margin-left: 8px;
}

.table-row-ico-fixed {
    position: absolute;
    top: 16px;
    right: 4px;
    cursor: pointer;
}

.pd10 {
    padding: 10px;
}

.box-card .card-header i.el-icon-s-data {
    position: absolute;
    left: 0;
}

.box-card .card-header {
    justify-content: space-between;
    align-items: center;
}

.box-card {
    margin-bottom: 10px;
}

.ml-5 {
    margin-left: 5px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mr-4 {
    margin-right: 4px !important;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.mr-4 {
    margin-right: 4px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.el-tabs__new-tab {
    margin-right: 10px !important;
    position: absolute;
    top: 0px;
    right: 3px;
    z-index: 9999;
}

.tabs-plus .el-icon.is-icon-close {
    display: none;
}

.vertical-p-100 {
    height: 100%;
}

.mt-10 {
    margin-top: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-right: 10px !important;
}


.file-ico.file-rar {
    background-position: -378px -144px;
}


.file-ico.file-xlsx {
    background-position: -526px 75px;
}

.file-ico {
    width: 75px;
    height: 75px;
    display: inline-block;
    background: url(../../images/fileico.png) left center;
}


.file-small-ico.file-dir {
    background-position: -896px -32px;
}

.file-small-ico.rar {
    background-position: -160px 0;
}

.file-small-ico.jpg {
    background-position: 0 -32px;
}

.file-small-ico.gif {
    background-position: -32px -32px;
}

.file-small-ico.png {
    background-position: -64px -32px;
}

.file-small-ico.bmp {
    background-position: -96px -32px;
}

.file-small-ico.txt {
    background-position: -672px 0;
}

.file-small-ico.zip {
    background-position: -192px 0;
}

.file-small-ico.mp4 {
    background-position: -800px 0;
}


.file-small-ico.mp3 {
    background-position: -896px 0;
}

.file-small-ico.doc, .file-small-ico.docx {
    background-position: -64px 0;
}

.file-small-ico.xls, .file-small-ico.xlsx {
    background-position: -32px 0;
}

.file-small-ico.ppt, .file-small-ico.pptx {
    background-position: -96px 0;
}

.file-small-ico.pdf {
    background-position: -512px 0;
}


.file-small-ico.md {
    background-position: -320px -32px;
}

.file-small-ico {
    height: 16px;
    width: 16px;
    margin-right: 10px;
    display: inline-block;
    background: url(../../images/fileico.png) left center;
}

.el-upload-dragger .el-icon--upload {
    width: auto !important;
}

.el-form--inline .el-form-item {
    margin-right: 20px;
}

.el-checkbox-group.checkbox-w50 .el-checkbox {
    width: 50px;
}

.el-checkbox-group.checkbox-w80 .el-checkbox {
    width: 80px;
}

.el-checkbox-group.checkbox-w120 .el-checkbox {
    width: 120px;
}

.el-checkbox-group.checkbox-w100 .el-checkbox {
    width: 100px;
}

.el-radio-group-50 .el-radio-group, .el-checkbox-group-50 .el-checkbox-group {
    width: 100%;
}

.el-radio-group-50 .el-radio, .el-checkbox-group-50 .el-checkbox {
    width: 50%;
    margin-right: 0;
}

.el-radio-group-block .el-radio, .el-checkbox-group-block .el-checkbox {
    width: 100%;
    margin-right: 0;
}


.el-radio-group-30 .el-radio, .el-checkbox-group-30 .el-checkbox {
    width: 33%;
    margin-right: 0;
}

.el-form.bold .el-form-item__label {
    font-weight: bold;
}

.el-radio-group-50 .el-divider--horizontal {
    margin: 5px 0;
}

.subItemContainer .el-row .el-divider--horizontal {
    margin: 0;
}

.subItemContainer .el-row {
    margin-top: 10px;
}

.subItemContainer {
    margin: 10px 20px 10px 50px;
}

.custom-node .el-icon {
    margin-right: 5px;
}

.custom-tree .el-tree {
    background: #fafafa;
    height: calc(100vh - 0px);
}

.custom-tree {
    background: #fafafa;
    height: calc(100vh - 0px);
}

.tableContrainer .el-table {
}

.tableContrainer .el-table-pagination {
    margin: 5px 0 5px 5px;
}

.el-table + .el-pagination {
    margin: 5px 0 5px 5px;
}

table.plan-table .week-name .day-name {
    font-size: 12px;
    color: #999;
    display: block;
}

table.plan-table .week-name {
    font-size: 13px;
    color: #000;
    padding-right: 15px;
}

table.plan-table tr th#lineTd .lineRightTd {
    top: 6px;
}

table.plan-table tr th#lineTd .lineLeftTd {
    top: 30px;
}

table.plan-table tr th#lineTd {
    width: 110px;
}

table.plan-table tr td .el-input.plan-state .el-input__wrapper input {
    text-align: center;
}

table.plan-table tr td .el-input.plan-state .el-input__wrapper {
    box-shadow: none;
}

table.plan-table tr td, table.plan-table tr th {
    border: 1px solid #000;
    padding: 3px 10px;
}


table.plan-table tr th {
    text-align: center;
    color: #000;
}

table.plan-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

.ml-116 {
    margin-left: 116px;
}

.attachment-items .attachment-item img {
    width: 112px;
    height: 100px;
    border-radius: 5px;
}

.attachment-items .attachment-item {
    float: left;
    margin-left: 10px;
}

.attachment-items {
    clear: both;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.content-items {
    margin: 10px;
}

.profile-table td.kind {
    text-align: center;
    padding: 10px;
    height: 70px;
}

.profile-table td.scoreItem.fixed-height-100 {
    height: 100px;
    width: 100px;
}


.profile-table td.scoreItem {
    text-align: center;
}

.profile-table td.categoy {
    width: 26px;
    text-align: center;
}

.profile-table tr td.white {
    border: none;
}

.profile-table td i {
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: bolder;
    font-size: 20px;
}

.profile-table tr td.code {
    padding-right: 30px;
    border: none;
    width: 126px;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
}

}

.profile-table tr td {
    vertical-align: middle;
    border-color: #000;
    color: #000;
}

.profile-table td {
    border-color: #000;
    padding: 12px 9px;
    border: 1px solid #000;
    position: relative;
}

.profile-table th {
    border-bottom-width: 1px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-color: #000;
    border: 1px solid #000;
}

.profile-table td span.afterSumScore {
    width: 12px;
    height: 12px;
    background-color: #4cb32b;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
}

.profile-table td span.beforeSumScore {
    width: 12px;
    height: 12px;
    background-color: #6c4bae;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
}

.profile-table {
    border-collapse: collapse;
    width: 700px;
    margin: auto;
}

.profile-total-table td.total-kind-item {
    text-align: center;
    width: 27px;
}

.profile-total-table td.total-category-item {
    text-align: center;
    width: 30px;
}

.profile-total-table td.total-item-item {
    text-align: center;
}

.profile-total-table td.total-item-score {
    text-align: center;
}

.profile-total-table td {
    padding: 4px 9px;
    font-size: 12px;
}

#lineTd .lineLeftTd {
    position: absolute;
    left: 10px;
    top: 16px;
}

#lineTd .lineRightTd {
    position: absolute;
    right: 10px;
    top: 16px;
}

#lineTd.minline {
}

#lineTd {
    position: relative;
    background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lIHgxPSIwIiB5MT0iMCIgeDI9IjEwMCUiIHkyPSIxMDAlIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEiLz48L3N2Zz4=) no-repeat 100% center;
}

.profile-total-table {
    width: 700px;
    margin: auto;
}

.w-60 {
    width: 60px !important;
}

.w-50 {
    width: 50px !important;
}

.w-40 {
    width: 40px !important;
}

.center {
    text-align: center !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.student-info-lines .student-info-line span {
    width: 80px;
    display: inline-block;
    border-bottom: 2px solid #000;
    line-height: 15px;
    font-weight: bold;
}

.student-info-lines .student-info-line {
    line-height: 30px;
}

.student-info-lines {
    text-align: center;
}

.el-empty__image .el-icon {
    height: 6em !important;
    width: 6em !important;
}

.el-button .el-icon {
    margin-right: 5px;
}

.el-descriptions__label.el-descriptions__cell.is-bordered-label {
    white-space: nowrap;
}

.picture-card.avatar-uploader .el-upload {
    width: 260px;
    height: 160px;
}

.picture-card.avatar-uploader .avatar-uploader-icon {
    margin-top: 0;
    width: 260px;
    height: 160px;
}

.box-card-attachments .el-card__body {
    padding: 10px;
}

.form-row-image .el-image {
    height: 100px;
    width: 200px;
}

.table-row-image .el-image {
    height: 21px;
    width: 100px;
}

.table-row-image {
    margin: 0;
    line-height: initial;
}

.chart.h200 {
    height: 200px;
}

.el-descriptions.w-100 .el-descriptions__cell.el-descriptions__label {
    width: 100px;
}

.el-descriptions.w-170 .el-descriptions__cell.el-descriptions__label {
    width: 170px;
}

.el-descriptions-right .el-descriptions__label.el-descriptions__cell {
    text-align: right;
}

.page-header-avatar-list {
    display: none;
}

.editable-tabs .el-tabs__item .is-icon-close {
    display: none;
}

.no-border {
    border: none !important;
}

.w-680 {
    width: 680px;
}

span.pp_use_coupon.normal {
    background: url('/images/pp_use_coupon_normal.png') no-repeat left center;
    background-size: 14px;
}

span.pp_use_coupon.press {
    background: url('/images/pp_use_coupon_press.png') no-repeat left center;
    background-size: 14px;
}

span.pp_use_coupon {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: auto;
    cursor: pointer;
}

.el-form-item.el-form-item-multiple .el-form-item__content .label {
    display: block;
    font-size: 12px;
    color: #606266;
}

.el-form-item.el-form-item-multiple .el-form-item__content {
    display: block;
}

.flex {
    display: flex !important;
}

.block {
    display: block !important;
}




.el-input-xr-noborder > .el-input-group__append {
    box-shadow: none;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.el-input-xr-noborder > .el-input-group__prepend {
    box-shadow: none;
    padding-left: 5px;
    padding-right: 5px;
    color: #606266;
}

.el-input-xr-noborder > .el-input__wrapper {
    box-shadow: none !important;
    border-bottom: 1px solid #000 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding-left: 5px;
    padding-right: 5px;
}

.el-input-xr-noneborder > .el-input__wrapper {
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
}

.el-input-xr-noneborder > .el-textarea__inner {
    box-shadow: none;
    border-radius: 0;
}

.el-row-border > .el-col:last-child {
    border-right: 1px solid #e4e7ed !important;
}

.el-row-border > .el-col {
    border: 1px solid #e4e7ed !important;
    border-right: 0 !important;
}

.el-row-border {
}


.w-150 {
    width: 150px !important;
}

.w-200 {
    width: 200px !important;
}

.w-250 {
    width: 250px !important;
}

.el-page-header.is-contentful .el-page-header__main .el-form {
    margin-top: 10px;
}

.el-page-header.is-contentful .el-page-header__main {
    margin-top: 0;
}

.text-sm, [text~="sm"] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.individualized-scrollbar .el-card__body {
    padding: 8px;
}

.individualized-scrollbar .el-card__header {
    padding: 8px;
}

.individualized-scrollbar .el-divider--horizontal {
    margin: 12px 0;
}

.subItemContainer {
    margin: 5px 20px 0px 50px;
}


.individualized-scrollbar .box-card {
    width: 99%;
}

.individualized-scrollbar {
}

.w-80 {
    width: 80px;
}

.w-16 {
    width: 16px;
}

ul.messContrainer li .title {
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #515a6e;
}

ul.messContrainer li .date {
    color: #999;
    margin-right: 5px;
}

ul.messContrainer li {
    width: 98%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}

ul.messContrainer {
    padding: 0;
}

.el-dialog__headerbtn {
    top: 0px;
}

.el-dialog-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #909399;
}

.el-dialog-header-btns i {
    margin-left: 12px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer !important;
}

.el-dialog-header-btns {
    color: #909399;
    margin-top: 5px;
    margin-right: 2px;
}

.el-dialog__header .el-dialog__title {
    color: #909399;
}

.el-empty__image {
    width: 70px;
}

.success {
    color: #13ce66;
}

.warning {
    color: #ffba00;
}

.error {
    color: #ff4d4f;
}

.primary {
    color: #1890ff;
}

.black {
    color: #515a6e;
}

.grey {
    color: rgba(0, 0, 0, 0.65);
}

.purple {
    color: #6954f0
}


.box-card-small .el-card__body {
    padding: 10px;
}

.box-card-small .el-card__header {
    padding: 10px;
}

.box-card-small {
}

.el-page-header__header {
    padding: 5px;
}

.el-upload-preview .el-upload-list--picture-card .el-upload-list__item.is-success {
    display: inline-block;
}

.el-upload-preview .el-upload-list--picture-card .el-upload--picture-card {
    display: none;
}

.el-alert {
    margin: 10px 0px;
}

.diagnosis-uploader {
    width: 100%;
}

.attachment-preview-item .el-upload-list__item:hover {
    display: flex !important;
}

.attachment-preview-item .el-upload-list__item {
    background-color: var(--el-fill-color-blank);
    border: 1px solid var(--el-border-color);
    border-radius: 6px;
    margin-top: 0;
    padding: 10px;
    display: flex;
}

.attachment-preview-item .el-upload {
    display: none;
}

.attachment-preview-item .el-upload-list__item-thumbnail {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    background-color: var(--el-color-white);
}

.el-row.rowZero {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
    border-color: #67c23a;
}

.face-uploader img {
    width: 100%;
    height: 130px;
}

.face-uploader {
    width: 320px;
}


.collapse-root {
    width: 100%;
}

.videoAvatar {
    height: 200px;
    width: 100%;
}

.el-form-item-desc {
    color: #888;
    line-height: 22px;
}

.el-tag {
    cursor: pointer;
}

.el-upload-dragger {
    padding: 20px 10px !important;
}

.el-table__body .el-upload {
    float: left;
}

.el-statistic {
    text-align: center;
}

.el-radio-group-block {
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-tree-node i.fab {
    margin-right: 5px;
}

.el-descriptions__title {
    font-size: 14px !important;
}



.el-card-chart .chart {
    height: 220px !important;
}


.el-card-chart .el-card__header {
    padding: 10px;
}


.el-card-chart .el-card__body {
    padding: 10px;
}

.el-card-chart {
    margin: 5px;
}

.el-table .cell .el-table-cell-bunks div {
    line-height: normal;
    display: inline-block;
}

.el-table .cell .el-table-cell-bunks {
    font-weight: bold;
    line-height: 28px;
    color: #000;
}

.el-table .cell .el-table-cell-room {
    font-weight: bold;
    line-height: 28px;
    color: #000;
}

.el-table .cell p {
    margin: 0;
}

.border-black.el-table .cell {
    padding: 0 5px !important;
}

.border-black.el-table td.el-table__cell, .border-black.el-table th.el-table__cell.is-leaf {
    border-color: #000;
    color: #000;
}

.border-black.el-table {
    border-color: #000 !important;
    font-size: 13px!important;
}


.classSumScore {
    line-height: 30px;
    font-weight: 600;
}