#index{
    height: 100%;
    min-height: 1080px;
    width: 100%;
    background-image: url("../img/bgss.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
#title{
    width: 100%;
    height: 118.6px;
    display: flex;
    justify-content: space-between;
}
#title>div{
    line-height: 118.6px;
}
#title .current{
    display: inline-block;
    vertical-align: middle;
    width: 63px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #021738;
    border: 1px solid #014B89;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4392D4;
}
#title .current{
    border-left: 0px;
}
#title>div:nth-of-type(1)>div:nth-of-type(3){
    /* border-left: 1px solid #014B89 !important; */
    /* margin-left: 10px; */
}
#title .buttonActive{
    background: rgba(1, 75, 137, 0.8);
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
#title .time{

}
#title .time>div{
    font-size: 18px;
    font-family: YouSheBiaoTiHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
#title .time>div p:nth-of-type(1){
    font-size: 14px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
}
#title .time>div p:nth-of-type(2){
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #0099FF;
}
#content{
    height: calc(100% - 148.6px);
    width: calc(100% - 30px);
    padding: 15px;
    display: flex;
    justify-content: space-between;
}
#content_left{
    width: 513px;
}
#content_middle{
    width: 809px;
}
#content_right{
    width: 536px;
}
/*小标题样式*/
.subtitle{
    width: 100%;
    height: 48px;
    background-image: url("../img/subtitle.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;

}
.subtitles{
    width: 100%;
    height: 48px;
    background-image: url("../img/zjTitle.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;

}
.subtitleXq{
    width: 100%;
    height: 48px;
    background-image: url("../img/subtitleXq.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;

}
.subtitle>span,.subtitles>span,.subtitleXq>span{
    display: inline-block;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
}
.subtitle .subtitle_title,.subtitles .subtitle_title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 40px;
    width: 33%;

}
.subtitleXq .subtitle_title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 40px;

}
.subtitle>span:nth-of-type(2){
    width: 30%;
}
/*饼状图*/
.pieChart{
    width: 100%;
    height: 172px;
}
.pieChart>div{
    width: 100%;
    height: 100%;
}
.content_titles{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
}
/*折线图*/
.lineChart{
    height: 250px;
    width: 100%;
}
.lineChart>div{
    width: 100%;
    height: 100%;
}
/*案件总量,中间*/
#cases{
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
    /* justify-content: space-between; */
    
}
#cases .totalCases{
    width: 120px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    background-image: url("../img/totalCases.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 18px;
    font-family: ShiShangZhongHeiJianTi;
    font-weight: bold;
    color: #CCEAFF;
}
#cases p{
    text-align: center;
    font-size: 30px;
    font-family: ziticqtezhanti;
    font-weight: 400;
    color: #9AFFFF;
    line-height: 17px;
    margin-top: 15px;
}
.mapTitle{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
#distribution{
    width: 213px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-image: url("../img/distribution.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
#associationAnalysis{
    width: 115px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-image: url("../img/associationAnalysis.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #9AFFFF;
}
#map{
    height: 530px;
    position: relative;
}

#mapImg{
    width: 809px;
    height: 518px;
    background-image: url("../img/map/bgss.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
#mapImg>div{
    background-size: 100% 100%;
    background-repeat: no-repeat;

    /*position: relative;*/
}
.mapNumber{
    font-size: 25px;
    font-family: ziticqtezhanti;
    font-weight: 400;
    color: #9AFFFF;
    line-height: 14px;
    margin-bottom: 10px;

}
.mapNumberActive{
    font-size: 25px;
    font-family: ziticqtezhanti;
    font-weight: 400;
    color: #FFD94A;
    line-height: 14px;
    margin-bottom: 10px;
}
#cs{
    position: absolute;
    width: 279px;
    height: 222px;
    left: 26px;
    top: 43px;
}
#mapImg>#cs>div{
    width: 110px;
    position: absolute;
    text-align: center;
    left: 70px;
    top: 92px;

}
#mapImg>div>div{
    width: 110px;
    position: absolute;
    text-align: center;
    left: 76px;
    top: 42px;

}
#djj{
    position: absolute;
    width: 238px;
    height: 155px;
    left: 247px;
    top: 128px;
}
#gx{
    position: absolute;
    width: 246px;
    height: 248px;
    left: 356px;
    top: 226px;
}
#mapImg>#gx>div{
    width: 110px;
    position: absolute;
    text-align: center;
    left: 55px;
    top: 119px;

}
#pls{
    position: absolute;
    width: 212px;
    height: 90px;
    left: 577px;
    top: 361px;
}
#mapImg>#pls>div{
    width: 110px;
    position: absolute;
    text-align: center;
    left: 61px;
    top: 15px;

}
#area>div>span{
    display: inline-block;
    vertical-align: middle;
}
#area{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
#area>div{
    margin-bottom: 20px;
}
#area>div>span:nth-of-type(1){
    width: 23px;
    height: 23px;
    margin-right: 10px;
}
#area>div>span:nth-of-type(2){
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0E9CFF;
}
.workUnitRanking{
    display: flex;
    justify-content: space-between;
}
.workUnitRanking>div{
    width: 49%;
    margin: 5px;
}

.workUnitRanking>div>div{
    line-height:35px;
    margin-bottom: 6px;
}
.workTitle{
    width: 100%;
    height: 44px;
    line-height: 44px !important;
    background-image: url("../img/workTitle.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.workUnitRanking span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #D7EAFD;
}
.pm{
    width: 10%;
    text-align: center;
}
.pm>.pms{
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 26px;
    background-size: 100% 100%;
    text-align: center;
    line-height: 30px;
}
.mc{
    width:25%;
    overflow: hidden; /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap; /*强制不换行*/
}
.zj{
    width: 25%;
    overflow: hidden; /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap; /*强制不换行*/
    
}
.zj_ {
    padding-right: 12px;
    background: url(../img/jt.png) no-repeat;
    background-position: center right;
    box-sizing: border-box;
}
.gdl{
    width: 15%;
    text-align: center;
}
.bjl{
    width: 15%;
    text-align: center;

}
.gdls{
    width: 15%;
    text-align: center;
}
.bjls{
    width: 15%;
    text-align: center;

}
.jd{
    width: 30%;
    text-align: center;


}
.jds{
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 300;
    color: #72F7C9 !important;
}
.jds1{
    width: calc(45% - 10px);
    padding-left: 10px;
    background-image: url('../img/jdt.png');

}
.workUnitRanking>div>div:nth-of-type(2n){
    background: rgba(76, 168, 248, 0.16);
}
/*弹窗共有样式*/
.upIndicating{
    width: 1470px;
    height: 910px;
    background-image: url("../img/tk-cont-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 735px);
    top: calc(50% - 432px);
    z-index: 1000;
}
.upTitle{
    width: 765px;
    height: 236px;
    background-image: url("../img/tk-header-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 382.5px);
    top: -33px;
    font-size: 26px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    color: #F7F7F7;
    text-align: center;
    line-height: 195px;
}
.clone{
    position: absolute;
    right:111px;
    top:84px;
    width: 136px;
    height: 36px;
    border: 2px solid #1B85DC;
    background: #021620;
    border-radius: 5px;
}
.clone>div:nth-of-type(1){
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #96EDFF;
    line-height: 36px;
    width: 65px;
    background: rgba(56, 99, 229, 0.23);
    text-align: center;
}
.clone>div:nth-of-type(2){
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    text-align: center;
}
.typeTabBox{
    height: 60px;
    width: 80%;
    position: absolute;
    top: 125px;
    display: flex;
    left: 134px;
    justify-content: center;
    align-items: center;
}
.typeTab{
    width: 141px;
    height: 47px;
    background: #032552;
    border: 1px solid #57BEFF;
    color: #fff;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 3px;
}
.typeTabActive{
    background: linear-gradient(0deg, rgba(13, 95, 215, 0), #0D5FD7);
    border: 1px solid #57BEFF;
    color: #fff;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}
.upContent{
    width: 1195px;
    height: 577px;
    position: absolute;
    left: 134px;
    top: 140px;
    overflow-y: scroll;
}
.top204{
    top: 204px;
}
.upContent::-webkit-scrollbar {
    width: 5px;
}
.upContent::-webkit-scrollbar-track {
    background-color:rgba(7,166,255,0.38);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.upContent::-webkit-scrollbar-thumb {
    background-color:rgb(7, 166, 255);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
/*弹框事要解决列表*/
#solveTitle,#attentionTitle{
    width: 100%;
    height: 51px;
    background: rgba(18, 47, 116, 0.5);
    border: 1px solid #064F89;
    display: flex;
}
.solveContent span{
    /*display: inline-block;*/
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B4D7FA;
    line-height: 51px;
    /*display: flex;*/
}
.solveContent>#solve>div{
    display: flex;
}
.solve_xh{
    width: 5%;
}
.solve_tip {
    font-size: 16px;
    width: 90%;   
}
.solve_code{
    width: 20%;
}
.solve_organizer{
    width: 10%;
    overflow: hidden; /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap; /*强制不换行*/
}
.solve_problem{
    width: 40%;
    overflow: hidden; /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap; /*强制不换行*/
}
.solve_bj{
    width: 10%;
}
.solve_time{
    width: 15%;
}
#solve{
    height: 518px;
    margin-top: 5px;
    overflow: auto;
}
#solve::-webkit-scrollbar {
    width: 5px;
}
#solve::-webkit-scrollbar-track {
    background-color:rgba(7,166,255,0.38);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
#solve::-webkit-scrollbar-thumb {
    background-color:rgb(7, 166, 255);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.solveActive{
    background: rgba(31, 144, 243, 0.25);
    border: 1px solid #1F90F3;
}
/*弹框工单详情*/
.xqTitle{
    width: 100%;
    height: 48px;
    line-height: 40px;
    background-image: url("../img/xqTitle.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;

}
.xqTitle>span{
    position: absolute;
    left: 50px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #00FFFF;
}
#basicInformation,.transactionMessage{
    padding: 5px 10px;
    display:flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
#basicInformation>div,.transactionMessage>div{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E8FBFF;
    margin-top: 20px;
}
#basicInformation span,.transactionMessage span{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #00FFFF;
}
.basicText{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E8FBFF;
    line-height: 40px;
    margin: 20px 10px;
}
/*弹框关联分析*/
.correlation{
    display: flex;
    justify-content: space-between;
}
#relevanceUnit{
    width: 329px;
}
#wordCloud{
    width: 506px;
}
#relevanceJie{
    width: 332px;
}
.unit{
    margin-top: 10px;
}
.unit>div{
    display: flex;
}
.unit span{
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #D7EAFD;

}
.unit .works span{
    line-height: 35px;
}
.unit .works{
    margin: 10px 0;
}
.unit_pm{
    width: 15%;
    text-align: center;
}
.unit_mc{
    width: 40%;
    overflow: hidden; /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap; /*强制不换行*/

}
.unit_gdl{
    width: 15%;
    text-align: center;
}
.yearOver{
    width: 30%;
    text-align: center;
}
.unitActive{
    background-color: rgba(76, 168, 248, 0.5);
}
.cloudTitle{
    display: flex;
    justify-content: space-between;
    position: relative;

}
.cloudTitle>img{
   margin-top: 8px;
}
.cloudTitle>span{
    position: absolute;
    left: calc(50% - 60px);
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.wordTitle{
    text-align: center;
    margin: 30px 0;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #00E4FF;
}
#wordChart{
    width: 506px;
    height: 470px;
    /*background-color: #0E9CFF;*/
}
.yantaiTitle{
    font-size: 16px;
    color: white;
}
/*......*/
.subtitle_work1{
    width: 100%;
    height: 44px ;
    line-height: 44px;
    display: flex;
    justify-content: space-between;
    background-image: url("../img/subtitle.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.subtitle_work2{
    width: 100%;
    height: 44px ;
    line-height: 44px;
    display: flex;
    justify-content: space-between;
    background-image: url("../img/subtitle.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.subtitle_work1 .subtitle_title,.subtitle_work2 .subtitle_title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 30px;
    line-height: 44px;
}
.ban{
    width: 190px;
    height: 39px;
    margin-top: 2.5px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.ban>span{
    display: inline-block;
    width: 48%;
    text-align: center;
    line-height: 39px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.63;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);

}
.workUnitRanking .workTitle:nth-of-type(1){
    background-image: url("../img/fl.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.workUnitRanking .workTitle:nth-of-type(2){
    background-image: url("../img/aj.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.el-progress-bar__innerText{
    display: none;
}
.el-progress-bar__outer{
    background-color:  rgba(0, 223, 255, 0.17);;
}
.ssdr{
    display: inline-block;
    vertical-align: middle;
    width: 115px;
    height: 49px;
    text-align: center;
    line-height:49px !important;
    background-image: url("../img/ssdr.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 5px;
    opacity: 0.9;
    color: #C4DFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.67);

}
.bdsj{
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 49px;
    text-align: center;
    line-height:49px !important;
    background-image: url("../img/bdsj.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFE09C;
    line-height: 5px;
    opacity: 0.9;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.67);

}

#attentionTitle {
    width: 100%;
    height: 51px;
    background: rgba(18, 47, 116, 0.5);
    border: 1px solid #064F89;
    display: flex;
}

.attention_xh{
    width: 5%;
}
.attention_tip {
    font-size: 16px;
    width: 90%;   
}
.attention_code{
    width: 15%;
}
.attention_organizer{
    width: 5%;
    overflow: hidden; /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap; /*强制不换行*/
}
.attention_problem{
    width: 20%;
    
}
.attention_bj{
    width: 40%;
    overflow: hidden; /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap; /*强制不换行*/
}
.attention_time{
    width: 20%;
    
}
.solveContent>#attention>div {
    display: flex;
}
#attention{
    height: 518px;
    margin-top: 5px;
    overflow: auto;
}
#attention::-webkit-scrollbar {
    width: 5px;
}
#attention::-webkit-scrollbar-track {
    background-color:rgba(7,166,255,0.38);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
#attention::-webkit-scrollbar-thumb {
    background-color:rgb(7, 166, 255);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.attentionActive{
    background: rgba(31, 144, 243, 0.25);
    border: 1px solid #1F90F3;
}
.listMore {
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B4D7FA;
    line-height: 51px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}
.error404{
    margin:0 auto;
    text-align: center;
}
.error404 .image{
    width: 440px;
    height: 220px;
    display: inline-block;
    margin-top:120px;
}
.error404 .text{
    color: #666666;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    padding:0;
    margin-top:30px;
}
.error404 .text a{
    color: #5984E3;
    padding:0;
    font-weight: 400;
    font-size: 14px;
}