﻿#pqStudent [v-cloak]{
    display:none;
}

.time-range-del-button {
    width: 25px;
    height: 25px;
    background: #dc0d0d;
    border-radius: 50%;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    border: none;
    text-align: center;
    line-height: 25px;
    margin: 0 5px 0 20px;
    display: block;
}

.time-range-del-button:hover {
    cursor: pointer;
}

.time-range-add-button {
    width: 25px;
    height: 25px;
    background: #5D5FEF;
    border-radius: 50%;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    border: none;
    text-align: center;
    line-height: 25px;
    margin: 0 5px 0 20px;
    display: block;
}

.time-range-add-button:hover {
    cursor: pointer;
}

.el-table__fixed-header-wrapper .el-table-column--selection .el-checkbox__inner{
    display: none;
}

.class-lpq-subtitle {
    width: calc(100vw - 160px);
    font-size: 2rem;
    color: #000;
    font-weight: 300;
    margin: 6px 0;
    display: flex;
    justify-content: space-between;
}

.steam-charts{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;

}

.steam-charts .steam-chart-item{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.steam-charts .steam-chart-item .steam-chart-title{
    font-size: 16px;
    font-weight: 500;
    /*height: 30px;*/
    /*padding-bottom: 20px;*/
}


.class-lpq-subtitle .sub-title{
    margin: 0 10px;
}

.current-class-info .dnas-required-notif{
    border: 1px solid red;
    /*padding: 10px;*/
}

.el-input-number__decrease, .el-input-number__increase{
    margin: 0!important;
}

#recordTable th>.cell {
    word-break: break-word !important;
}

.history-track-lpq-subtitle{
    width: auto;
    font-size: 2rem;
    color: #000;
    font-weight: 300;
    margin: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.history-track-lpq-subtitle span{
    margin: 0 10px;
}

.unit-contain{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.unit-contain .unit-title{
    font-weight: 500;
    color: #000;
    font-size: 16px;
    margin-right: 15px;
}

.unit-contain .unit-item{
    font-weight: 500;
    color: #607890;
    font-size: 16px;
    margin-right: 15px;
}

.unit-contain .unit-item:hover{
    cursor: pointer;
}

.unit-contain .unit-divide-line{
    border-right: 2px solid #607890;
    padding-right: 15px;
}

.unit-contain .unit-item-active{
    color: #0ad!important;
}

.table-data-explain{
    margin: 12px 0;
    font-size: 1.3rem;
    font-weight: 500;
    color: #000;
}

.table-student-data-remind{
    margin-top: 40px;
    width: calc(100vw - 160px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.table-student-data-remind .student-data-title{
    margin: 12px 0;
    font-size: 1.8rem;
    font-weight: 500;
    color: #000;
}

.table-student-data-remind .student-data-sort{
    margin: 12px 0;
    font-size: 1.3rem;
    font-weight: 500;
    color: #000;
}

.table-data-explain span{
    margin-right: 40px;
}

.lpq-charts-contain{
    display: flex;
    flex-wrap: wrap;
}

.compare-chart-contain{
    width: 29%;
    min-width: 350px;
    margin: 10px 10px 10px 0;
    border: 1px solid #000;
    padding: 15px;
}
.lpq-analysis-table{
    
}

.lpq-analysis-table tr, .lpq-analysis-table td{
    border: 1px solid #000;
}


.school-class-lpq-title{
    font-size: 1.5rem;
    padding: 10px;
    font-weight: 400;
}

.type-table-title{
    padding: 10px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400; 
}

.learning-dna-table-title {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.lpq-analysis-table .sort-item-active{
    color: #0ad !important;
}

.learning-dna-average{
    padding: 4px 1px;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    vertical-align: middle!important;
}

.lpq-category-title{
    padding: 12px 2px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
}

.lpq-analysis-point{
    font-weight: 400;
    text-align: center!important;
    vertical-align: middle!important;
}


.compare-info-contain{
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /*padding: 12px;*/
    margin-bottom: 15px;
}

.compare-info-contain .compare-info-part{
    width: 70%;
}

.current-class-info{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.current-class-info .compare-info-item{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    margin: 12px 0;
    height: auto;
    flex-wrap:wrap;
}

.current-class-info .time-range-group{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    width: 100%;
}

.current-class-info .compare-info-item .info-title{
    margin: 0 10px;
}

.current-class-info .compare-info-item .info-content{
    margin: 0 0 0 5px;
}

.current-class-info .dnas-check-boxes{
    width: calc(100% - 40px);
    margin: 15px 20px 0 20px;
}

.current-class-info .compare-info-item .date-selector{
    display: flex;
    align-items: center;
}

.current-class-info .time-range-group .time-range-line{
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.current-class-info .time-range-group .time-range-line .txt-item{
    margin: 0 10px;
}

.current-class-info .time-range-group .time-range-submit-btn{
   width:100%;
}

/*.current-class-info .compare-info-item .date-selector{*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

.current-class-info .compare-info-item .date-selector .txt-item{
    margin: 0 10px;
}


.current-class-info .compare-info-item .select-test-type{
    width: 150px!important;
}


.current-class-info .compare-info-item .date-selector .el-date-editor.el-input, .el-date-editor.el-input__inner {
    width: auto;
}

/*.time-range-line .el-icon-date {*/
/*    display: none;*/
/*}*/

.current-class-info .compare-info-item .date-selector .el-input__icon{
    display: none;
}

.current-class-info .compare-info-item .date-selector .el-input--prefix .el-input__inner{
    padding-left: 10px !important;
}

.current-class-info .compare-info-item .date-selector .search-btn{
    margin-left: 10px;
}

.compare-info-contain .compare-info-part .compare-info-item{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin: 12px 0;
    height: 30px;
}

.compare-info-contain .compare-info-part .compare-info-item .info-title{
    margin-right: 10px;
}

.compare-info-contain .compare-info-part .compare-info-item .info-title .select-case{
    min-width: 120px;
}

.compare-info-contain .compare-info-part .compare-info-item .info-content{
    margin-right: 10px;
}

.compare-chart-title{
    width: 100%;
}

.compare-charts-two{
    display: flex;
    justify-content: space-between; 
    align-items: center;
    width: 100%;
    height: 100%;
}

.compare-charts{
    
}

.compare-chart-title .compare-chart-title-txt{
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 12px;
    margin-bottom: 15px;
    color: #000;
    line-height: 25px;
}

.compare-chart-title .compare-chart-subtitle{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px;
}

.compare-chart-title .compare-chart-subtitle-txt{
    height: auto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: left;
    /*padding: 12px;*/
    /*margin-bottom: 12px;*/
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.compare-chart-title .compare-chart-subtitle-txt .compare-chart-advance-contain{
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    border: none;
    height: 36px;
    padding: 0 19px;
    cursor: pointer;
    text-align: center;
    background: #0BF;
}

.compare-chart-title .compare-chart-advance-contain .compare-chart-advance-btn{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.compare-chart-title .compare-chart-subtitle-txt .compare-chart-subtitle-point{
    border-radius: 50%;
    background: #000;
    width: 6px;
    height: 6px;
    margin: 10px;
}

.compare-chart-title .compare-chart-subtitle .compare-chart-subtitle-point{
    border-radius: 50%;
    background: #000;
    width: 6px;
    height: 6px;
    margin: 10px;
}

.unit-dna-contain{
    width: 100%;
    height: auto;
    margin-top: 16px;
    text-align: right;
}

.unit-dna-contain .unit-dna-txt{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.active-btn{
    color: #ffffff;
    background: #00BBFF;
}

.inactive-btn{
    color: #666666;
    background: #D8DDE0;
}

.cards-container{
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0 0 0;
}

.pqstudent-title-contain{
    display: flex;
    /*justify-content:  center;*/
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
}

.pqstudent-title-contain .pqstudent-title{
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.64);
}

.pqstudent-title-contain .pqstudent-title .student-title{
    font-size: 37px;
}

.pqstudent-title-contain .pqstudent-title .student-name{
    font-size: 30px;
}

.pqstudent-title-contain .resources-btn{
    width: 130px;
    height: 35px;
    background: #00BBFF;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 15%);
    border-radius: 64px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 23px;
    /*margin-left: 150px;*/
    font-weight: 500;
}

.pqstudent-title-contain .resources-btn:hover{
    cursor: pointer;
}

.pqstudent-title-contain .click-enlarge{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-left: 400px;*/
    margin-right: 100px
}

.pqstudent-title-contain .click-enlarge .click-txt{
    font-weight: 400;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.44);
    margin-left: 10px;
}

.card-contain{
    width: 340px;
    height:  370px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(37, 51, 66, 0.15);
    border-radius: 8px;
    margin: 0 100px 30px 0;
    overflow: hidden;
}

.chart-life-intro{
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    word-break: break-word;
}

.chart-life-intro-title{
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
}

.card-contain .card-enlarge-cover{
    width: calc(100vw - 70px);
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    background: rgba(0,0,0,0.5);
}

.card-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    border-radius: 8px 8px 0 0;
    
}

.card-title .card-title-name{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}
.card-content{
    width: 100%;
    height: auto;
}

.card-content .card-content-contain{
    width: 100%;
    /*display: flex;*/
    /*justify-content: center;*/
}

.card-content .card-content-contain-enlarge{
    width: calc(100vw - 70px);
    height: 100%;
    position: fixed;
    top: 0;
    right: 0; 
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    z-index: 9999;
    transition: all 0.2s ease, visibility 0s;
    overflow-y: auto;
    background: rgba(0,0,0,0.5);
}

.card-content .card-content-contain-enlarge:hover{
    /*cursor: pointer;*/
}

.card-content .card-content-contain:hover{
    cursor: pointer;
}

.card-content .card-content-smd:hover{
    cursor: default;
}

.card-content .table-contain{
    width: calc(100% - 40px);
    height: 250px;
    padding: 5px 20px 20px 20px;
    overflow-y:auto;
}

.card-content-contain-enlarge .chart-contain .table-contain{
    font-size: 18px;
    color: #494949;
}

.card-content .table-contain .table-border-black{
    border: 1px solid #000;
    padding: 6px;
    line-height: 22px;
    vertical-align: top;
}

.common-dialog-content .table-contain .table-border-black{
    border: 1px solid #000;
    padding: 6px;
    line-height: 22px;
    font-size: 18px;
    color: #494949;
}

.card-content .card-content-contain .chart-contain{
    height: auto;
    padding-bottom: 10px;
    overflow: auto;
}

.card-content .card-content-contain .chart-index{
    height: 343px;
    padding-bottom: 10px;
    overflow: auto;
}

.card-content .card-content-contain-enlarge>.chart-contain{
    display: flex;
    align-items: center;
    background: #fff;
    height: auto!important;
    padding: 37px 3%;
    flex-direction: column;
}

.card-content .card-content-contain-enlarge .chart-contain .chart-title-name{
    width: 90%;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    padding: 15px;
    /*text-indent: 35px;*/
}

.table-header-flex{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}

.analysis-table{
    margin-top: 15px;
}

.analysis-table .el-table th > .cell {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}


.analysis-table .el-table_1_column_1 .sort-caret.ascending {
    border-bottom-color: #C0C4CC !important;
}

.analysis-table .el-table_1_column_1 .sort-caret.descending {
    border-top-color: #C0C4CC !important;
}

.analysis-table .el-table_1_column_1.ascending .sort-caret.ascending {
    border-bottom-color: #409EFF !important;
}

.analysis-table  .el-table_1_column_1.descending .sort-caret.descending {
    border-top-color: #409EFF !important;
}

.analysis-table .el-table .sort-caret.ascending {
    border-bottom-color: #ffffff;
    top: 5px;
}

.analysis-table .el-table .ascending .sort-caret.ascending {
    border-bottom-color: #409EFF;
}

.analysis-table  .el-table .descending .sort-caret.descending {
    border-top-color: #409EFF;
}

.analysis-table .el-table .sort-caret.descending {
    border-top-color: #ffffff;
    bottom: 7px;
}

.analysis-table .top-scroll {
    width: calc(100vw - 160px);
    overflow-x: auto;
}
.analysis-table .top-scroll-content {
    /* 高度不设置的话滚动条出不来 */
    height: 1px;
}

.mq-team-reminder{
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    color: black;
    margin: 10px 0;
}

.mq-team-reminder ul{
    margin-left: 1.5em;
}

.team_analysis{
    padding: 20px;
}


.team_analysis li{
    list-style: disc!important;
}

.card-content .flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-content .radar-bar{
    background: #fff;
    color: #00BBFF!important;
    border: none!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 0 17px!important;
    height: 30px!important;
    line-height: 30px!important;
}

.card-content .radar-bar:hover{
    cursor: pointer;
}

.card-content .steam-contain .steam-contain-title{
    display: flex;
    align-items: center;
    
}


.card-content .card-content-contain-enlarge .chart-contain .chart-table-title{
    width: 100%;
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    padding: 15px;
    text-align:center
}

.card-content .card-content-contain-enlarge .chart-contain .chart-table-subtitle{
    /*width: 100%;*/
    font-size: 16px;
    color: #000000;
    padding: 5px 15px;
    text-align:center
}


.chart-contain-longer-than-enlarge{
    position: relative;
    top: 10px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
}

.chart-contain-shorter-than-enlarge{
    position: relative;
    top: 50%;
    left: 50%;
    right: 50%;
     bottom: 50%; 
    transform: translate(-50%, -50%);
}

/*.card-content .card-content-contain-enlarge  .chart-contain{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    background: #fff;*/
/*    height: auto!important;*/
/*    padding: 6px;*/
/*    flex-direction: column;*/
/*}*/

.card-content .card-content-contain .smd-title-contain{
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    margin-top: 10px;
}

.card-content .card-content-contain .smd-title-contain .smd-title-txt{
    width: 70%;
}

.card-content .card-content-contain .smd-title-contain .smd-title-txt .smd-title-txt-word{
    font-size: 16px;
    font-weight:bold;
    line-height: 20px;
}

.card-content .card-content-contain .smd-title-contain .smd-title-txt .smd-title-txt-word .help-icon{
    position: relative;
    top: 3px;
    left: 15px;
}

.card-content .card-content-contain .smd-title-contain .smd-title-img img{
    width: 80px;
}

.card-content .card-content-contain .smd-content-contain{
    overflow: hidden;
    overflow-y: auto;
    height: 235px;
}

.card-content .card-content-contain .smd-content-line{
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0;
}

.card-content .card-content-contain .smd-content-title{
    font-size: 14px;
    width: 35%;
    font-weight: 400;
}

.card-content .card-content-contain .smd-content-progress{
    width: 60%;
}

.card-content .card-content-contain .smd-content-progress .smd-progress-bar{
    width: 100%;
    height: 15px;
    position: relative;
}

.card-content .card-content-contain .smd-content-progress .smd-progress-bar .smd-mark-left{
    position: absolute;
    height: 30px;
    width: 2px;
    left: 30%;
    bottom: -7px;
    background: #C0B3B2;
}

.card-content .card-content-contain .smd-content-progress .smd-progress-bar .smd-mark-right{
    position: absolute;
    height: 30px;
    width: 2px;
    right: 30%;
    bottom: -7px;
    background: #C0B3B2;
}

.card-content .card-content-contain .smd-content-progress .smd-progress-bar .smd-pointer-container{
    bottom: 0;
    position: absolute;
    display: flex;
    justify-content: center;
}

.card-content .card-content-contain .smd-content-progress .smd-progress-bar .smd-pointer-container .smd-point{
    font-size: 13px;
    position: absolute;
    bottom: 23px;
    text-align: center;
    font-weight: bold;
}

.card-content .card-content-contain .smd-content-progress .smd-progress-bar .smd-pointer-container .smd-pointer{
    position: absolute;
    bottom: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 20px solid red;
}





.card-content .card-content-title{
    height: 57px;
    /* line-height: 56px; */
    padding:0 15px;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ECF0F2;
    color: #343A40;
    justify-content: space-between;
}

.card-content .card-content-title{
    height: 57px;
    /* line-height: 56px; */
    padding:0 15px;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ECF0F2;
    color: #343A40;
    justify-content: space-between;
}

.card-content .card-content-title-item{
    width:  90px;
}
.card-content .card-calendar-title-item{

}
.card-content>ul{
    height: 225px;
}
.card-content>ul li{
    /*width: 90%;*/
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.card-content>ul li:hover{
    cursor: pointer;
}

.card-content .card-item-left .card-lesson-name{
    font-weight: bold;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom:  7px;
    color: #343A40;
}

.card-content .card-item-left .card-lesson-time{
    font-weight: 500;
    font-size: 10px;
    color: #343A40;
}

.card-content .card-class-content, .card-content .card-calendar-content, .card-content .card-admin-lesson-content{
    height:  225px;
    overflow: hidden;

}

.card-content .student-info-contain {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-top: 18px;
}

.card-content .student-info-contain .student-headimg {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.card-content .student-info-contain .student-headimg img {
    border-radius: 50%;
    width: 70px;
    /*height: 70px*/
}

.card-content .student-info-contain .student-basic-info {
    width: 100%;
    height: 245px;
    /*padding: 10px;*/
    overflow-y: scroll;
}

.card-content .student-info-contain .student-basic-info ul {
    margin-left: 0 !important;
}

.card-content .student-info-contain .student-basic-info ul li {
    display: flex;
    align-items: center;
    margin:3px 0;
}

.card-content .student-info-contain .student-basic-info .info-title {
    width: 130px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #000000;
    display: inline-block;
    text-align: right;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 0;
}

.card-content .student-info-contain .student-basic-info .info-title .button {
    color: #69aa46;
}

.card-content .student-info-contain .student-basic-info .info-content {
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 220px;
    display: inline-block;
    margin-left: 10px;
    font-weight: 400;
    padding: 4px 0;
}

.card-content .student-info-contain .student-basic-info .info-content .note-icon{
    width: 22px;
    height: 22px;
}

.card-content .student-info-contain .student-basic-info .info-content .note-icon:hover{
    cursor: pointer;
}

#chart-subject{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; 
}

.chart-subject{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#chart-big-data{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#chart-big-data .chart-contain{
    margin:10px 0;
    /*overflow: hidden!important;*/
}

.chart-contain .chart-enlarge-notif{
    font-size: 16px;
    color: #999999;
    padding: 5px 15px;
    text-align:center
}

.chart-contain .chart-bottom-title{
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    position: absolute;
    top: 280px;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: default;
}

.chart-contain .chart-index-bottom{
    width: calc(100% - 30px);
    position: absolute;
    top: 190px;
    display: flex;
    justify-content: center;
    padding:0 15px;
    margin-top: 10px;
}

.chart-contain .chart-index-bottom-point{
    width: calc(100% - 30px);
    position: absolute;
    top: 165px;
    display: flex;
    justify-content: space-between;
    padding:0 15px;
}

.chart-contain .chart-index-bottom-left{
    width: 43%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-right: 10px;
}

.chart-contain .chart-index-bottom-left-point{
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.chart-contain .chart-index-bottom-right-point{
    width: 38%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.higher-index{
    color:#BF0000
}

.lower-index{
    color:#019A5F
}


.chart-contain .chart-index-bottom-title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.chart-contain .chart-index-bottom-title-point{
    font-size: 18px;
}

.chart-life-index{
    width: 100%;
    overflow-y: auto;
    height:300px;
}

.chart-life-index-type-1{
    width: 100%;
}

.chart-contain .chart-index-bottom-content{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-top: 5px;
    line-height: 20px;
}

.chart-contain .chart-index-bottom-right{
    width: 43%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 10px;
}

.chart-contain .chart-line-title{
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    cursor: default;
    margin: 5px 0;
    text-align: center;
}
#chart-static,#chart-accept,#chart-compete{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;    
}



.chart-big-data-desc{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    color: #70D8FF;
    font-weight: 600;
    height: 30px;
    width: 100%;
}

#chart-big-data .chart-contain .chart-desc-contain{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.enlarge-cancel{
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 15px;
    color: #494949;
    font-weight: bold;
    border: 2px solid #494949;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    /*text-indent: -1px;*/
    /*padding: 3px 5px;*/
    /* width: 20px; */
    /* height: 20px; */
    /* text-indent: -1px; */
    /* text-align: center; */
    /* line-height: 22px;*/
}

.enlarge-cancel .btn-icon{
    transform: rotate(45deg);
    font-size: 26px;
    font-family: auto !important;
}

.enlarge-cancel:hover{
    cursor:pointer;
}

.dialog-cancel{
    position: absolute;
    top: 17px;
    right: 20px;
    /* font-size: 20px; */
    color: #EA7931;
    font-weight: bold;
    border: 2px solid #EA7931;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    text-indent: -2px;
    text-align: center;
    line-height: 34px;
    z-index: 999;
    
    
}

.dialog-cancel:hover{
    cursor: pointer
}


.dialog-cancel .btn-icon{
    transform: rotate(45deg);
    font-size: 40px;
    font-family: lato!important;
}

.dialog-common-buttons .dialog-common-function {
    position: static;
    top: auto;
    right: auto;
}

.dialog-common-function {
    position: absolute;
    top: 17px;
    right: 55px;
    font-size: 25px;
    color: #000000;
    font-weight: 500;
    /* border: 2px solid #494949; */
    /* border-radius: 3px; */
    width: 24px;
    height: 24px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.dialog-common-function:hover {
    cursor: pointer
}

.dialog-common-buttons .dialog-common-cancel {
    position: static;
    top: auto;
    right: auto;
    margin-left: 15px;
}

.dialog-common-cancel{
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 15px;
    color: #494949;
    font-weight: bold;
    border: 2px solid #494949;
    border-radius: 3px;

    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: -1px;
}

.dialog-common-cancel:hover{
    cursor: pointer
}

.dialog-common-cancel .btn-icon{
    transform: rotate(45deg);
    font-size: 22px;
}

.dialog-common-ai-reasoner {
    /*position: absolute;
    top: 12px;
    right: 94px;*/
    display: flex !important;
    justify-content: center;
    align-items: center;
    /*border-radius: 15px;
    padding: 5px 10px;
    background-color: #f5f5f5;*/
    margin-left: 15px;
    font-size: 25px;
    color: #525252;
    font-weight: 500;
    width: 24px;
    height: 24px;
}

.dialog-common-ai-reasoner:hover {
    cursor: pointer
}

.dialog-common-buttons {
    position: absolute;
    display: flex;
    top: 15px;
    right: 20px;
    justify-content: center;
    align-items: center;
}

.note-dialog .el-textarea__inner{
    height: 200px!important;
}


.note-dialog .submit-btn-contain{
    width: 100%;
    height: auto;
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}
.note-dialog .submit-btn{
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50px;
    border: 1px solid #000;
}
.note-dialog .submit-btn:hover{
    cursor: pointer;
}


/*.learning-dna-contain .el-tabs__nav-wrap{*/
/*    overflow: visible!important;*/
/*}*/
/*.learning-dna-contain .el-tabs__nav-scroll{*/
/*    overflow: visible!important;*/
/*}*/
/*.learning-dna-contain .el-tabs--card>.el-tabs__header{*/
/*    border-bottom:none!important;    */
/*}*/

/*.learning-dna-contain .el-tabs__nav-scroll{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.learning-dna-contain .el-tabs__item{*/
/*    background: #E5E5E5;*/
/*    border: 1px solid #000000!important; */
/*}*/

/*.learning-dna-contain .el-tabs__item:hover{*/
/*    color: #000!important;*/
/*    */
/*}*/

/*.learning-dna-contain .el-tabs--card>.el-tabs__header{*/
/*    border-bottom: none;*/
/*}*/

/*.learning-dna-contain .el-tabs--card>.el-tabs__header .el-tabs__item{*/
/*    border-left: 1px solid #E4E7ED!important;*/
/*}*/

/*.learning-dna-contain .el-tabs--card>.el-tabs__header .el-tabs__item:first-child{*/
/*    border-left: 1px solid #000000!important;*/
/*}*/

/*.learning-dna-contain .el-tabs--card>.el-tabs__header .el-tabs__item.is-active{*/
/*    color:#000!important;*/
/*    !*border: 1px solid #000000!important;*!*/
/*    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
/*}*/

/*.learning-dna-contain .el-tabs--card>.el-tabs__header{*/
/*    border:none;*/
/*}*/

.learning-dna-contain .el-tabs{
    margin:10px 0 0 20px;
}

.learning-dna-contain .el-tabs__nav-wrap{
    overflow: visible!important;
}
.learning-dna-contain .el-tabs__nav-scroll{
    overflow: visible!important;
}
.learning-dna-contain .el-tabs--card>.el-tabs__header{
    border-bottom:none!important;
}
.learning-dna-contain .el-tabs__nav-scroll{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.learning-dna-contain .el-tabs__item{
    background: #fff;
    color: #00BBFF!important;
    border: none!important;
}

.learning-dna-contain .el-tabs__item:hover{
    color: #000!important;
}

.learning-dna-contain .el-tabs--card>.el-tabs__header{
    border-bottom: none;
}

.learning-dna-contain .el-tabs--card>.el-tabs__header .el-tabs__item.is-active{
    color:#fff!important;
    background: #00BBFF;
    border-radius: 20px;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 25%)
}

.learning-dna-contain .el-tabs--card>.el-tabs__header{
    border:none;
}

.learning-dna-contain .el-tabs--card>.el-tabs__header .el-tabs__nav{
    border:none!important;
    margin-left: 12px;
}

.card-content .student-info-contain .student-basic-info .info-content:hover {
    cursor: default;
}

.card-content .learning-dna-contain .learning-dna-list{
    display: flex;
    flex-wrap: wrap;
    /*padding: 0 10px;*/
    padding-left: 14px;
    overflow-y: auto;
    max-height: 275px;
    width: 332px;
}

.card-content .learning-dna-contain .learning-dna-list .learning-dna-item {
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    margin: 5px 4px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.card-content .learning-dna-contain .learning-dna-list .learning-dna-item:hover {
    cursor: pointer;
}

.card-content .learning-dna-contain .learning-dna-list .learning-dna-item img{
    width: 70px;
    height: 70px;
}

.card-content .learning-dna-contain .learning-dna-list .learning-dna-item .dna-title{
    font-weight: bold;
    color: #000;
}

.card-content .learning-dna-contain .learning-dna-list .learning-dna-item .dna-score{
    font-weight: bold;
    position: absolute;
    left: 2px;
    bottom: 2px;
    background: #494949;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
    line-height: 26px;
    
}

.card-footer{
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right:  20px;
    border-top: 1px solid #ECF0F2;
}

.card-footer-title{
    font-weight: bold;
    font-size: 15px;
    margin-right: 25px;
    color: #343A40;
}
.card-footer:hover{
    cursor: pointer;
}

.card-class-item,.card-calendar-item, .card-admin-lesson-item{
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.card-admin-lesson-item .admin-lesson-last{
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card-class-item>div{
    width: 100px;
    color:  #000;
    font-weight:  500;
}

.card-class-item>div:last-child{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card-calendar-item>div{
    width: 100px;
    color: #343A40;
    font-size: 14px;
    font-weight: 500;

}

.card-calendar-item>div:last-child{
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card-admin-lesson-item>div{
    width: 100px;
    color: #343A40;
    font-size: 14px;
    font-weight: 500;

}


.card-admin-lesson-item>div:last-child{
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.card-student-content{
    height: 285px;
}

.card-student-content .card-student-item{
    height: 75px;
    padding: 20px 25px;
}

.card-student-content .card-stu-title{
    height:  18px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-student-content .card-stu-title .stu-title-left{
    width:  40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.card-student-content .card-stu-title .stu-title-right{
    width:  50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.card-student-content .card-stu-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.card-student-content .stu-line-left, .card-student-content .stu-line-right{
    width:  50%;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.card-student-content .stu-line-left{
    margin-right: 5px;
}

.card-student-content .card-stu-title .stu-title-left>span{
    width: 88px;
    font-size: 14px;
    font-weight: bold;
    color: #343A40;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.card-student-content .card-stu-title .stu-title-right .lastlogin-til{
    color: #ADB5BD;
}

.card-student-content .card-stu-title .stu-title-right .lastlogin-txt{
    margin-left:  5px;
    font-weight: bold;
    color: #343A40;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.card-student-content .card-stu-line span{
    font-weight:  500;
    color: #343A40;
}



/*session列表*/
.session-table-container{
    width: 1020px;
    height: 370px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%), 1px 0 5px -1px rgb(0 0 0 / 25%);
    border-radius: 8px;
    margin: 0 110px 30px 0;
}

.session-table-container .session-container-title{
    padding-top: 20px;
    margin-left: 24px;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    color: #333333;
}

.session-table-container .session-table{
    margin-top: 15px;
    margin-left: 20px;
    height: 83%;
}

.session-table-container .session-table .session-table-title{
    padding-left: 5px;
    height: 35px;
    line-height: 35px;
    width: calc(100% - 10px);
    background: #F8F8F8;
    box-shadow: inset 0px -2px 0px rgb(0 0 0 / 25%);
}

.session-table-container .session-table .session-table-title ul{
    display: flex;
}

.session-table-container .session-table .session-table-title ul li{
    width: 160px;
    font-weight: bold;
    font-size: 14px;
}

.session-table .session-table-content {
    width: calc(100% - 10px);
    height: 280px;

}

.session-table .session-table-content .session-table-content-line{
    width:100%;
    height: 56px;
    line-height: 56px;
    background: #FFFFFF;
    box-shadow: inset 0px -1px 0px #E5E5E5;
}

.session-table .session-table-content .session-table-content-line:hover{
    background: #EFF7FF;
}

.session-table .session-table-content ul{
    display: flex;
}

.session-table .session-table-content ul li{
    width: 150px;
    height: 56px;
    font-weight: 400;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;

}

.session-table-content .session-table-content-item .status-active{
    width: 100px;
    height: 24px;
    line-height: 24px;
    background: #39B54A;
    text-align: center;
    color: #fff;

}

.session-table-content .session-table-content-item .status-expired{
    width: 100px;
    height: 24px;
    line-height: 24px;
    background: #83AFDF;
    text-align: center;
    color: #fff;
}

.session-table-content .session-table-content-item .status-suspended{
    width: 100px;
    height: 24px;
    line-height: 24px;
    background: #F60202;
    text-align: center;
    color: #fff;
}

.session-table-content .session-table-content-item .status-completed{
    width: 100px;
    height: 24px;
    line-height: 24px;
    background: #000000;
    text-align: center;
    color: #fff;
}

.session-table-content .session-item-status{
    display: flex;
    align-items: center;
}

.chart-dialog{
    margin-top: 2vh!important;
    overflow: hidden;
}

.chart-dialog .el-dialog__header {
    padding-top:0!important;
    display: none;
}

.chart-dialog .el-dialog__body {
    padding-top:0!important;
}

.generate-class-btn{
    width: 100%;
    text-align: right;
    margin-top: 25px;
    border-bottom: none;
}

.student-type-dialog{
}

.student-type-dialog .el-dialog__header{
    padding: 30px 20px 10px!important;
}
.student-type-dialog .el-dialog__body{
    max-height: 600px;
    overflow: hidden;
    overflow-y: auto;
}

.history-dialog{
    margin-top: 0!important;
    overflow: hidden;
    top: 50%;
    transform: translate(0, -50%);
}

.history-dialog .el-dialog__header {
    padding-top:0!important;
    display:none;
}

.history-dialog .el-dialog__body {
    padding-top:0!important;
}

.dna-dialog{
    background: #EA7931!important;
    overflow: hidden;
    margin-top: 13vh!important;
}

.dna-dialog .el-dialog__header {
    display: none!important;
}

/*弹出窗正文内容*/
.dna-dialog .el-dialog__body{
    width: auto;
    /*height: 500px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px!important;
    /*padding: 0!important;*/
}


.dna-dialog .el-dialog__body .dialog-content{
    text-align:center;
    font-size: 18px;
    line-height: 0.95em;
    color: rgb(237,88,41);
    letter-spacing: 1px;
    z-index: 999;
    /*max-width: 450px;*/
    word-break: break-word;
    width: 100%;
    height: 100%;
    background: #fff;
    /*padding: 10px 20px!important;*/
}



.dna-dialog .el-dialog__body .dialog-content .dialog-top{
    width: 100%;
    height: 360px; 
    padding: 0!important;
    
}

.dna-dialog .el-dialog__body .dialog-content .dialog-top .top-img-contain{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}

.dna-dialog .el-dialog__body .dialog-content .dialog-top .top-img-contain .pq-logo{
    width: 70px;
    height: 60px;
    position: absolute;
    left: 5px;
    top: 6px;
}

.dna-dialog .el-dialog__body .dialog-content .dialog-top .top-img-contain .top-img{
    width: 230px;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.dna-dialog .el-dialog__body .dialog-content .dialog-top .top-img-contain .top-img .dna-title{
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
}


.dna-dialog .el-dialog__body .dialog-content .dialog-bottom{
    /*width: 100%;*/
    /*height: 250px;*/
    color: #494949;
    text-align: left;
    font-size: 16px;
    padding: 15px 12px 15px 10px;
    overflow-y: auto;
    /* overflow-x: hidden; */
    line-height: 25px;
    font-weight: bold;
}

/*el-tab 全局样式*/
.el-tabs__item{
    padding: 0 17px!important;
    height: 30px!important;
    line-height: 30px!important;
}

.el-tabs__item:focus.is-active.is-focus:not(:active){
    color: #fff!important;
    background: #00BBFF!important;
    border-radius: 20px!important;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 25%)!important
}



.steam-contain .el-tabs{
    margin:10px 0 0 20px;
}

.steam-contain .el-tabs__nav-wrap{
    overflow: visible!important;
}
.steam-contain .el-tabs__nav-scroll{
    overflow: visible!important;
}
.steam-contain .el-tabs--card>.el-tabs__header{
    border-bottom:none!important;
}
.steam-contain .el-tabs__nav-scroll{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.steam-contain .el-tabs__item{
    background: #fff;
    color: #00BBFF!important;
    border: none!important;
}

.steam-contain .el-tabs__item:hover{
    color: #000!important;
}

.steam-contain .el-tabs--card>.el-tabs__header{
    border-bottom: none;
}

.steam-contain .el-tabs--card>.el-tabs__header .el-tabs__item.is-active{
    color:#fff!important;
    background: #00BBFF;
    border-radius: 20px;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 25%)
}

.steam-contain .el-tabs--card>.el-tabs__header{
    border:none;
}

.steam-contain .el-tabs--card>.el-tabs__header .el-tabs__nav{
    border:none!important;
    margin-bottom: 8px;
}

.steam-contain .steam-chart{
    width: 100%;
}

.steam-contain .analyze-btn{
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.steam-contain .analyze-btn .begin-analyze{
    font-weight: bold;
    font-size: 15px;
    border-radius: 50px;
}

.steam-contain .analyze-btn:hover{
    cursor: pointer;
}

.steam-contain .advance-analy-contain{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.history-contain .history-item{
    display: flex;
    align-items: center;
    margin: 22px 20px;
    position: relative;
}

.history-contain .history-item:hover{
    cursor: pointer;
}

.history-contain .history-item .check-point{
    width: 15px!important;
    height: 15px!important;
    border-radius: 50%;
    position: absolute;
    border: 3px solid #63fc05;
    left: -30px;
    top: -4px;
}

.history-contain .history-item .check-point .check-icon{
    color: #63FC05;
    position: absolute;
    font-size: 14px;
}

.history-contain .history-item .report-name{
    font-size: 16px;
    color: #6ea2e0;
    text-decoration: underline;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.history-contain .history-item .report-date{
    font-size: 16px;
    margin-left: 20px;
    color: #666b6b;
}

.history-contain{
    height: auto;
    /*width: 352px;*/
    padding: 0 35px;
}

.analyze-contain{
    overflow-y: auto;
    height: 330px;
    width: 352px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    
}

.analyze-contain .analyze-item{
    display: flex;
    align-items: center;
    margin: 20px 22px 30px 20px;
    height: 50%;
    justify-content: space-around;
    flex-direction: column;
}

.analyze-contain .analyze-item .anlyz-txt{
    margin-left:10px;
    font-size: 16px;
    display: inline-block;
}

.analyze-contain .analyze-item .analyze-label{
    width: 100%;
}

.analyze-contain .analyze-btn{
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.analyze-contain .analyze-btn .begin-analyze{
    font-weight: bold;
    font-size: 15px;
    border-radius: 50px;
}


.analyze-contain .analyze-btn:hover{
    cursor: pointer;
}



.history-track-contain{
    overflow-y: auto;
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}

.history-track-contain .history-track-item{
    display: flex;
    align-items: center;
    margin: 20px 22px 30px 20px;
    height: 60%;
    justify-content: space-around;
    flex-direction: column;
}

.history-track-contain .history-track-item .anlyz-txt{
    margin-left:10px;
    font-size: 16px;
    display: inline-block;
}

.history-track-contain .history-track-item .history-track-label{
    width: 100%;
}

.history-track-contain .history-track-btn{
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.history-track-contain .history-track-btn .begin-history-track{
    font-weight: bold;
    font-size: 15px;
    border-radius: 50px;
}

.history-track-contain .history-track-btn:hover{
    cursor: pointer;
}


.steam-contain .el-tabs__header{
    margin-bottom: 0!important;
}

.advance-dialog-content{
    width: 100%;
    height: auto;
}
.advance-dialog-content .dialog-top{
    width: 100%;
    height: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advance-dialog-content .dialog-top .dialog-top-txt{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}


.case-dialog-content{
    width: 100%;
    height: auto;
}

.case-dialog-content .case-dialog-top{
    width: 100%;
    height: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-dialog-content .case-dialog-top .add-pq-case{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.case-dialog-content .case-name{
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-dialog-content .case-name .case-name-title{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-right: 10px;
}

.case-dialog-content .case-name .case-name-input{
    width: 250px;
}   


.case-dialog-content .case-dialog-bottom{
    width: 100%;
    height: auto;
}

.case-dialog-content .case-dialog-bottom .case-point-contain{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    justify-content: center;
}

.case-dialog-content .case-dialog-bottom .case-point{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 18px;
}

.case-dialog-content .case-dialog-bottom .case-point-title{
    font-size: 16px;
    font-weight: 500;
    margin: 6px 0;
}

.case-dialog-content .case-dialog-bottom .case-point-input{
    height: 20px;
    width: 70%;
    text-align: center;
}

.case-dialog-content .add-button{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.chart-title-contain{
    width: calc(100vw - 160px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 10px 20px 10px;
}
.chart-title-text{
    font-size: 1.8rem;
    font-weight: 500;
    color: #000;
}
.chart-info-contain{
    display: flex;
    align-items: center;
    justify-content: space-around;
    position:absolute;
    right: 10px;
    
}

.chart-info-contain .chart-info-part{
    font-size:14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 10px;
}

.chart-info-part .chart-round{
    border-radius:50%;
    background:#000;
    width:6px;
    height:6px;
    margin: 10px;
}

.chart-info-part .chart-bar{
    background:#D9D9D9;
    width:20px;
    height:10px;
    margin: 10px;
}

.chart-desc-contain .help-icon{
    width: 15px;
    height: 15px;
    margin-bottom: 2px;
    cursor: pointer;
    position: absolute;
    right: 2%!important;
}

/*@media (max-width: 1400px) {*/
/*    .compare-chart-contain {*/
/*        width: 45%;*/
/*    }*/
/*}*/

/*@media (max-width: 1100px) {*/
/*    .compare-chart-contain {*/
/*        width: 90%;*/
/*    }*/
/*}*/

.common-dialog-content {
    width: 100%;
    height: auto;
}

.common-dialog-content .dialog-top {
    width: 100%;
    height: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.common-dialog-content .dialog-top .dialog-top-txt {*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
/*    color: #000;*/
/*}*/

.common-dialog-content .dialog-top .dialog-top-txt {
    width: 90%;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    padding: 15px;

}

/* 定义滚动条的宽度 */
::-webkit-scrollbar {
    width: 6px;
}

/* 定义滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 6px;
}

/* 定义滚动条轨道的样式 */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
}

.common-table{
    width: 100%;
}

.common-table .el-table__fixed{
    bottom: 18px!important;
}

.common-table th>.cell {
    word-break: break-word;
}

.common-table .cell {
    word-break: break-word;
}

#classTable .el-table__fixed-body-wrapper{
    max-height: 389px!important;
}

.chart-report-home-wrap {
    width: auto;
    height: 100%;
    /*box-shadow: 0px 2px 12px rgba(37, 51, 66, 0.15);*/
    /*border-radius: 8px;*/
    /*margin: 0 100px 30px 10px;*/
    /*overflow: hidden;*/
}

.chart-report-home-wrap  .chart-report-home-title{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 25px 10px 25px;
    border-radius: 8px 8px 0 0;
}

.chart-report-home-title .el-checkbox__label{
    font-size: 16px;
    font-weight: 500;
    font-family: lato;
    color: #000;
}

.chart-report-home-title .el-checkbox__input.is-disabled+span.el-checkbox__label {
    color: #000;
}

/*.chart-report-home-wrap  .chart-report-home-title:hover{*/
/*    cursor:pointer;*/
/*}*/


.chart-report-home-wrap  .chart-report-home-title .home-title-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;

}

.chart-report-home-wrap  .chart-report-home-title .home-title-wrap span{
    margin-right: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    color: #333333;
}

.chart-report-home-wrap  .chart-report-home-title .home-chart-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.chart-report-home-wrap  .chart-report-home-title .home-chart-info .line-gap{
    width: 1px;
    height: 15px;
    border-left: 1px solid #000;
    margin: 0 20px;
}

.common-dialog-content .table-contain .table-border-black ul {
    margin-left: 1.5em;
}

.common-dialog-content .table-contain .table-border-black ul li{
    list-style-type: disc
}

.common-dialog-content .table-contain .table-border-black{
    vertical-align: top;
}

.ai-advisor-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url("/Images/pq/ai_advisor_panel.gif") center center/contain no-repeat;
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 98;
    margin-right: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 8px 8px 0 #00000040;
}

.ai-advisor-icon:hover {
    cursor: pointer;
}

.ai-advisor-icon-forbid:hover {
    cursor: not-allowed!important;
}


.chat-dialog .ai-advisor-title-wrap, .difference-point-container .ai-advisor-title-wrap,.tabs-wrap .capability-tab-wrap .capability-tab-right .ai-advisor-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    left: 10px;
    max-width: 100%;
    height: 50px;
}

.difference-point-container .ai-advisor-sub-title {
    padding: 0 20px;
    font-size: 18px;
    margin: 10px 0;
    color: #000;
    font-weight: bold;
}

.chat-dialog .ai-advisor-title-wrap .ai-advisor-title, .difference-point-container .ai-advisor-title-wrap .ai-advisor-title, .tabs-wrap .capability-tab-wrap .capability-tab-right .ai-advisor-title-wrap .ai-advisor-title {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url('/Images/pq/ai_advisor_panel.gif') center center/contain no-repeat;
    position:unset;
}

.chat-dialog .ai-advisor-title-wrap .ai-advisor-title-txt, .difference-point-container .ai-advisor-title-wrap .ai-advisor-title-txt, .tabs-wrap .capability-tab-wrap .capability-tab-right .ai-advisor-title-wrap .ai-advisor-title-txt {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
    color: black;
}

.chat-dialog .ai-advisor-title-wrap .ai-advisor-title-txt, .difference-point-container .ai-advisor-title-wrap .ai-advisor-title-txt, .tabs-wrap .capability-tab-wrap .capability-tab-right .ai-advisor-title-wrap .ai-advisor-title-intro {
    font-size: 16px;
    margin-left: 20px;
    color: black;
    font-weight: bold;
}

.dropdown-container {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 240px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    z-index: 1000;
    margin-top: 5px;
    border: 1px solid #e4e7ed;
}

.dropdown-body {
    padding: 10px;
    max-height: 350px;
    overflow-x: auto;
}

.dropdown-footer {
    padding: 10px 20px;
    border-top: 1px solid #e4e7ed;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.dropdown-footer .button {
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    background-color: #fff;
    color: #606266;
    cursor: pointer;
    transition: all .3s;
}

.dropdown-footer .button:hover {
    color: #409EFF;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
}

.dropdown-footer .button.blue-gradient {
    color: #fff;
    background-color: #409EFF;
    border-color: #409EFF;
}

.dropdown-footer .button.blue-gradient:hover {
    background-color: #66b1ff;
    border-color: #66b1ff;
}

.work-status-group {
    display: flex;
    flex-direction: column;
}

.work-status-group label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #606266;
    padding: 8px 20px;
    transition: all 0.2s;
    line-height: 1.5;
    margin: 2px 0;
}

.work-status-group label:hover {
    background-color: #f5f7fa;
}

.work-status-group input[type="checkbox"] {
    margin: 0;
    margin-right: 15px;
    cursor: pointer;
    width: 14px;
    height: 14px;
    accent-color: #409EFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.work-status-group input[type="checkbox"]:checked {
    background-color: #409EFF;
    border-color: #409EFF;
}

.work-status-group input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 44%;
    left: 50%;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.work-status-group input[type="checkbox"]:hover {
    border-color: #409EFF;
}

.work-status-group input[type="checkbox"]:checked + span {
    color: #409EFF;
    font-weight: 500;
}

.work-status-group input[type="checkbox"]:not(:checked) + span {
    color: #606266;
    font-weight: normal;
}

.work-status-group span {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 滚动条样式 */
.dropdown-body::-webkit-scrollbar {
    width: 6px;
}

.dropdown-body::-webkit-scrollbar-thumb {
    background-color: #c0c4cc;
    border-radius: 3px;
}

.dropdown-body::-webkit-scrollbar-track {
    background-color: #f5f7fa;
}

.work-status-dropdown {
    min-width: 240px;
    padding: 10px;
}

.work-status-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.work-status-content .el-checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 300px;
    overflow-y: auto;
}

.work-status-content .el-checkbox {
    margin-right: 0;
    padding: 8px 0;
}



.work-status-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 10px;
    border-top: 1px solid #e4e7ed;
}

/* 滚动条样式 */
.work-status-content .el-checkbox-group::-webkit-scrollbar {
    width: 6px;
}

.work-status-content .el-checkbox-group::-webkit-scrollbar-thumb {
    background-color: #c0c4cc;
    border-radius: 3px;
}

.work-status-content .el-checkbox-group::-webkit-scrollbar-track {
    background-color: #f5f7fa;
}


 .work-status-dropdown {
     min-width: 240px;
     padding: 10px;
 }

.work-status-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.work-status-content .el-checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 300px;
    overflow-y: auto;
}

.work-status-content .el-checkbox {
    margin-right: 0;
    padding: 8px 0;
}

.work-status-content .el-checkbox:hover {
    background-color: #f5f7fa;
}

.work-status-content .el-checkbox.is-checked .el-checkbox__label {
    color: #409EFF;
    font-weight: 500;
}

.work-status-content .el-checkbox__inner:hover {
    border-color: #409EFF;
}

.work-status-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 10px;
    border-top: 1px solid #e4e7ed;
}

/* 滚动条样式 */
.work-status-content .el-checkbox-group::-webkit-scrollbar {
    width: 6px;
}

.work-status-content .el-checkbox-group::-webkit-scrollbar-thumb {
    background-color: #c0c4cc;
    border-radius: 3px;
}

.work-status-content .el-checkbox-group::-webkit-scrollbar-track {
    background-color: #f5f7fa;
}

/* 下拉框样式 */
.el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #f5f7fa;
}

.el-dropdown-menu__item:focus {
    background-color: #f5f7fa;
}

/* Work Status Popover Styles */
.work-status-popover {
    min-width: 150px;
    padding: 10px;
}

.work-status-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.work-status-content .el-checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 300px;
    overflow-y: auto;
}

.work-status-content .el-checkbox {
    margin-right: 0;
    padding: 8px 0;
}

.work-status-content .el-checkbox:hover {
    background-color: #f5f7fa;
}

.work-status-content .el-checkbox.is-checked .el-checkbox__label {
    color: #409EFF;
    font-weight: 500;
}

.work-status-content .el-checkbox__inner:hover {
    border-color: #409EFF;
}

.work-status-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 10px;
    border-top: 1px solid #e4e7ed;
}

/* 滚动条样式 */
.work-status-content .el-checkbox-group::-webkit-scrollbar {
    width: 6px;
}

.work-status-content .el-checkbox-group::-webkit-scrollbar-thumb {
    background-color: #c0c4cc;
    border-radius: 3px;
}

.work-status-content .el-checkbox-group::-webkit-scrollbar-track {
    background-color: #f5f7fa;
}

/* 下拉框样式 */
.el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #f5f7fa;
}

.el-dropdown-menu__item:focus {
    background-color: #f5f7fa;
}
