.analysis_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0,0.5);
    z-index: 9;
    display: none;
}

.analysis_content{
    width: 1500px;
    height: 820px;
    background: #fff;
    margin: 50px auto;
}

.analysis_title{
    width: 1500px;
    height: 40px;
    padding: 10px;
    text-align: center;
    line-height: 1.5em;
}
.analysis_introduction{
    width: 1500px;
    height: 40px;
    padding: 10px;
    text-align: center;
    line-height: 1.5em;
}

.analysis_rank_title{
    width: 800px;
    margin: 0 auto;
    height: 50px;
}

.analysis_rank_title_find{
    float: left;
    width: 400px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    border: 1px solid #E3E3E3;
}

.active_rank_title{
    background: aliceblue;
    color: cornflowerblue;
}

.analysis_content_list{
    width: 1400px;
    margin: 10px 50px;
    border: 1px solid #E3E3E3;
    height: 620px;
    position: relative;
}

.rank_list_th{
    width: 1400px;
    height: 30px;
    padding: 5px;
    font-weight: 600;
}

.rank_list_th div{
    float: left;
    width: 230px;
    height: 30px;
    text-align: center;
}

.rank_list_td{
    margin: 0;
    padding: 0;
}

.rank_list_td{
    margin: 0;
    padding: 0;
    width: 1400px;
    height: 30px;
    padding: 5px;
    list-style: none;
    margin: 0;
    font-size: 12px;
    color: darkgray;
}

.rank_list_td  div{
    float: left;
    width: 230px;
    height: 30px;
    text-align: center;
}
.user_rank_list{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 1400px;
    height: 620px;
    background: #fff;
    border: 1px solid #E3E3E3;
    overflow-y: scroll;
    overflow-x: hidden;
}
.error_rank_list{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 1400px;
    height: 620px;
    background: #fff;
    border: 1px solid #E3E3E3;
    overflow-y: scroll;
    overflow-x: hidden;
}

.error_row{
    width: 1360px;
    height: auto;
    margin: 10px;
    padding: 10px;
}

.option_analysis{
    color: salmon;
    margin-left: 10px;
}

.error_analysis{
    color: lightsteelblue;
}

.close_analysis{
    width: 100px;
    height: 30px;
    padding: 5px;
    background: burlywood;
    color: #fff;
    text-align: center;
    margin: 5px 20px 0 0;
    float: right;
    cursor:pointer;
}

.analysis_title,.reference_personnel_num,.test_subject_num,.test_rate_num,.all_right_num,.eighty_num,.sixty_num,.fifty_num,.reference_personnel_num_freq{
    color: coral;
}

.now_look{
    position: fixed;
    top: 100px;
    right: 100px;
}

.now_look .now_look_main{
    width: 300px;
    height: 600px;
    background: slategray;
    background-size: 100% 100%;
    position: relative;

}

.now_look_btn{
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
}

.other_test_msg_content_jg {
    width: 300px;
    height: 150px;
}

.other_test_msg_content {
    width: 288px;
    height: 360px;
    margin: 0vw 6px 6px;
    overflow-y: auto;
}

.other_test_msg_btn {
    position: absolute;
    width: 300px;
    height: 75px;
    bottom: 0;
}

.other_test_msg_btn_bg {
    display: flex;
    justify-content: space-around;
}

.other_test_msg_btn button {
    font-size: 12px;
    width: 126px;
    height: 42px;
    margin: 6px 12px;
    float: left;
    border: none;
    background-size: 100% 100%;
}

.other_test_strat {
    background: #D8130B;
    color: #fff;
}

.query_results{
    color: #000;
}

.other_test_msg_btn_p {
    line-height: 24px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 12px;
    margin: 0;
    color: beige;
    font-size: 12px;
}

.data_top{
    width: 1670px;
    display: flex;
    justify-content: space-around;
}

.data_top_find{
    width: 300px;
    height: 120px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
}

.data_top_find:nth-child(1){
    background: linear-gradient(#4597fb,#59b7ff);
}
.data_top_find:nth-child(2){
    background: linear-gradient(#7cd4e0,#71d3aa);
}
.data_top_find:nth-child(3){
    background: linear-gradient(#f99070,#f9ab6b);
}
.data_top_find:nth-child(4){
    background: linear-gradient(#828fef,#c6b0fb);
}
.data_top_find:nth-child(5){
    background: linear-gradient(#5d8cc4,#95b6d7);
}


.yuan_1{
    border: 1px solid #4597fb;
    background: #59b7ff;
}

.yuan_2{
    border: 1px solid #7cd4e0;
    background: #71d3aa;
}

.yuan_3{
    border: 1px solid #f99070;
    background: #c6b0fb;
}

.yuan_4{
    border: 1px solid #828fef;
    background: #59b7ff;
}

.yuan_5{
    border: 1px solid #5d8cc4;
    background: #95b6d7;
}

.yuan_6{
    border: 1px solid #f99070;
    background: #f9ab6b;
}

.data_top_find img{
    display: block;
    width: 50px;
    height: 50px;
    margin: 35px 30px;
}

.data_top_find .data{
    color: #fff;
    height: 60px;
    margin: 30px 0px;
}

.data_top_find .data .name{
    font-size: 24px;
    line-height: 40px;
    margin: 0;
}

.data_top_find .data .number{
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}

.data_main{
    width: 1670px;
    height: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 10px;
}

.data_common_con{
    width: 535px;
    height: 316px;
    margin: 10px;
    box-shadow: 0px 3px 5px 3px rgb(0, 0, 0,0.1);
}
.data_common_con .title{
    width: 535px;
    height: 46px;
    overflow: hidden;
    position: relative;
}

.data_common_con .title p{
    line-height: 46px;
    padding: 0 30px;
    font-size: 20px;
}

.data_common_con .title .yuan{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 12px;
  
}


.data_common_con hr{
    margin: 0;
}

.data_echart{
    width: 535px;
    height: 270px;
}

.data_common_con_shu{
    width: 535px;
    height: 650px;
    margin: 10px;
    box-shadow: 0px 3px 5px 3px rgb(0, 0, 0,0.1);
}

.data_main_right{
    width: 1114px;
    height: 640px;
    /* margin: 10px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.data_common_con_heng{
    width: 1090px;
    height: 316px;
}

.data_echart_heng{
    width: 1090px;
    height: 270px;
}

.data_echart_shu{
    width: 535px;
    height: 600px;
}