.flex{
    display: flex;
}
.spaceAround{
    justify-content: space-around;
    align-items: center;
}
*{
    font-size: 14px;
}
#title{
    width: 100%;
    height: 1.1rem;
    text-align: center;
    background-image: url("../img/title.png");
    background-size: 100% 100%;
    position: relative;
}
#title>img{
    display: inline-block;
    vertical-align: top;
    margin-right: 0.2rem;
    margin-top: 0.14rem;
}
#title>div:nth-of-type(1){
    display: inline-block;
    vertical-align: top;
    font-size: 0.36rem;
    margin-top: 0.14rem;
    font-family: SSRuiYuanTi;
    font-weight: 400;
    color: #EFF6FF;
    background: linear-gradient(90deg, rgba(7, 154, 194, 0.58) 42%, rgba(7, 154, 194, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#weather{
    position: absolute;
    right: 0.3rem;
    top: 0;
    width: 1.8rem;
    display: flex;
   justify-content: space-between;
}
#weather>div>p:nth-of-type(1){
    font-size: 0.14rem;
    font-family: New World Vibes;
    font-weight: 400;
    color: #FFFFFF;
}
#weather>div>p:nth-of-type(2){
    font-size: 0.16rem;
    font-family: New World Vibes;
    font-weight: 400;
    color: #0099FF;
}
#headlineButton{
    padding: 0 0.3rem;
    width: calc(100% - 0.6rem);
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}
#headlineButton>div{
    width: 5rem;
    display: flex;
    justify-content: space-between;
}
#headlineButton>div>div{
    font-size: 0.22rem;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: #EFF6FF;
}
#seek{
    display: flex;
    justify-content: center;
}
.current{
    width: 0.83rem;
    height: 0.29rem;
    background: rgba(29, 157, 206, 0.2);
    border: 0.01rem solid rgba(31, 153, 199, 0.51);
    margin: 0.1rem;
    line-height: 0.29rem;
    font-size: 0.16rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #1D9DCE;
    /*opacity: 0.51;*/
    text-align: center;
}
.buttonActive{
    background: rgba(29, 157, 206, 0.2) !important;
    border: 1px solid #1F99C7 !important;
    font-size: 16px;
    color: #E2EBF1 !important;
}
.inputPicker{
    color: #1D9DCE;
    line-height: 0.35rem;
    font-size: 0.16rem;
}
#content{
    padding: 0 0.2rem;
    /* padding-bottom: 2.1rem; */
    margin-top: 0.1rem;
    height: 100%;
    /*height: calc(100% - 1.2rem);*/
    /*background-color: #1DC2FF;*/
    display: flex;
    justify-content: space-between;
}
#content>div{
    height: 100%;
}
#contentLeft,#contentRight{
    width: 6rem;
    /*background-color: #EFF6FF;*/
    display: flex;
    justify-content: space-between;
}
#contentLeft>img,#contentRight>img{
    height: 100%;
}
#contentCentre{
    width: 7.3rem;
}
#contentCentre .ljdbBox{
    width: 717px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    /* margin-top: 64px; */
    border-image: linear-gradient(-33deg, #1EADE0, #1FAEE2) 10 10;
    background: linear-gradient(220deg, rgba(24, 111, 205, 0.28) 0%, rgba(77, 93, 99, 0.2) 100%);
}
#contentCentre .ljdbBox p{
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
}
#contentCentre .ljdbBox span{
    width: 68px;
    height: 17px;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #00FBFC;
    line-height: 36px;
    margin-left: 18px;
}
#contentCentre .dbDetailCenter{
    width: 717px;
    height: 355px;
    border-image: linear-gradient(-33deg, #1EADE0, #1FAEE2) 10 10;
    background: linear-gradient(220deg, rgba(24, 111, 205, 0.18) 0%, rgba(35, 195, 249, 0.21) 100%);
    margin-top: 17px;
    padding: 20px 0 0;
}
#contentCentre .dbDetailCenter .dbDetailCenterBox{
    justify-content: space-around;
    align-items: center;
}
#contentCentre .dbDetailCenter .dbDetailCenterBox>div{
    /* width: 131px; */
    height: 41px;
    border-image: linear-gradient(-33deg, #1EADE0, #1FAEE2) 10 10;
    background: linear-gradient(220deg, rgba(24, 111, 205, 0.58) 0%, rgba(35, 195, 249, 0.65) 100%);
    border-radius: 20px;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 41px;
    text-align: center;
    padding:0 24px;
}
#contentCentre .dbDetailCenter .dbDetailCenterBottom{
    width: 689px;
    height: 116px;
    background: rgba(40, 102, 197, 0.28);
    border: 1px dashed #22B9EE;
    margin: 7px auto 0;
}
#contentCentre .dbDetailCenter .dbDetailCenterBottom .dbDetailCenterBottonData{
    width: 161px;
    height: 51px;
    background: linear-gradient(220deg, rgba(24, 111, 205, 0.58) 0%, rgba(35, 195, 249, 0.65) 100%);
    margin-top: 10px;
}
#contentCentre .dbDetailCenter .dbDetailCenterBottom .dbDetailCenterBottonData p{
    display: inline-block;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}
#contentCentre .dbDetailCenter .dbDetailCenterBottom .circle{
    width: 4px;
    height: 4px;
    background: #0E9ED2;
    border-radius: 50%;
}
#contentCentre .dbDetailCenter .dbDetailCenterBottom .dbDetailCenterBottonData span{
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #00FBFC;
    line-height: 36px;
}
#contentCentre .dbDetailBottom {
    width: 717px;
    height: 150px;
    margin-top: 22px;
    position: relative;
    background: url(../img/sjzl/b.png) 100% 100% no-repeat;
    justify-content: space-evenly;
}
#contentCentre .dbDetailBottom .xcData{
    color: #E3C104;
    line-height: 36px;
    text-align: center;
}
#contentCentre .dbDetailBottom .xcData .name{
    width: 130px;
    height: 32px;
    background: rgba(227, 193, 4, .2);
    border-radius: 16px;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
}
#contentCentre .dbDetailBottom .xcData .num{
    font-weight: bold;
    font-size: 18px;
    font-family: SourceHanSansCN;
}
.xcBox{
    display: flex;
    width: 324px;
    height: 58px;
    background: url(../img/sjzl/wxzType.png) 100% 100% no-repeat;
    justify-content: space-evenly;
    align-items: center;
    margin: 25px auto 0;
    cursor: pointer;
}
.xcBoxActive{
    background: url(../img/sjzl/xzType.png) 100% 100% no-repeat;
}
.xcBox .name{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #9BEBFF;
}
.xcBox .value,.xcBox .ratio{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #EBFBFF;
}
.ljdbBottomBox{
    text-align: center;
    line-height: 70px;
}
.ljdbBottomBox p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    display: inline-block;
}
.ljdbBottomBox span{
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #00FBFC;
    line-height: 36px;
}
.yjListBox .yjListData {
    /* height: 100px; */
}

.yjListBox .yjListData .top {
    /* background: rgba(67, 119, 255, 0.48); */

    padding: 0 0 0 5px;
    height: 24px;
    margin-top: 20px;
    width: 100%;
}
.yjListBox .yjListData .top .topBox{
    display: inline-block;
    background: linear-gradient(90deg, rgba(67, 119, 255, 0.48) 0%, rgba(67, 119, 255, 0.1) 100%);
}
.yjListBox .yjListData .top p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    width: 29px;
    height: 14px;
    line-height: 14px;
    background: linear-gradient(0deg, #116CFD 0%, #0BAEFD 100%);
    border-radius: 1px;
    display: inline-block;
    text-align: center;
}
.yjListBox .yjListData .top span:nth-child(1) {
    background: linear-gradient(0deg, #116CFD 0%, #0BAEFD 100%);
    border-radius: 1px;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.yjListBox .yjListData .top span:nth-child(2) {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    /* width: 50%; */
    display: inline-block;
    margin-left: 10px;
}

.yjListBox .yjListData .top span:nth-child(3) {
    font-size: 13px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.45;
    /* margin-left: 12px; */
}

.yjListBox .yjListData .title {
    height: 40px;
}

.yjListBox .yjListData .title span:nth-child(1),
.yjListBox .yjListData .title span:nth-child(2) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B4D7FA;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.yjListBox .yjListData .title span:nth-child(1) {
    width: 200px;
}

.yjListBox .yjListData .title span:nth-child(2) {
    width: 120px;
    /* margin-left: 24px; */
}

.yjListBox .yjListData .node {
    position: relative;
}

.yjListBox .yjListData .line {
    width: 336px;
    height: 2px;
    background: #1B4490;
    border-radius: 1px;
    position: relative;
    top: 11px;
    position: absolute;
}

.yjListBox .yjListData .node>div:not(:first-child) {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: -4px 10px;
}

.yjListBox .yjListData .node p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B4D7FA;

}

.yjListBox .yjListData .node img {
    /* margin-right: 20px; */
    vertical-align: middle;
}
.centre{
    width: 4rem;
    padding: 0.1rem 0;
}
.centre>div:nth-of-type(1){
    height: 53%;
}
.centre>div:nth-of-type(2){
    height: 47%;
}
.centre>div:nth-of-type(4){
    height: 100%;

}
.caption{
    height: 0.38rem;
    margin-bottom: 0.2rem;

}
.caption>div{
    display: inline-block;
    vertical-align: middle;
}

.loading{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(1,14,50,0.8);
    z-index: 11111;display: flex;
    justify-content: center;
    align-items: center;
}
.headTitle{
    width: 100%;
    height: 100%;
    background-image: url("../img/supervise/titlebg1.png");
    background-size: 100% 100%;
    text-align: center;
    font-size: 0.18rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.38rem;
}
.ztOrder{
    width: 100%;
    font-weight: 400;
    margin-top: 24px;
    align-items: baseline;
}
.ztOrder > span {
    width: 29px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #0079FE;
    border-radius: 6px;
    font-size: 39px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    letter-spacing: 5px;
    margin-left: 9px;
    padding-left: 5px;
  }
  .ztOrder .unit{
    color: #00E4FF;
    font-size: 18px;
    font-family: Microsoft YaHei;
    margin:  0 0 0 14px;
  }
  .ztTimeContent{
      display: flex;
      align-items: flex-start;
      width: 100%;
  }
  .ztTimeRight{

  }
  .ztTimeRightBox{
    width: 170px;
    height: 45px;
    /* line-height: 45px; */
    /* background-image: url("../img/sjzl/timeBg.png");
    background-size: 100% 100%; */
  }
  .ztTimeRightBox .title{
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 20px 0;
    background-image: url("../img/sjzl/titleBg2.png");
    background-size: 100% 100%;
  }
  .ztTimeRightBox .content{
    text-align: center;
    border: 1px solid;
    /* border-image: linear-gradient(#2B76EB, #55BBF9);  */
    border-image: linear-gradient(-39deg, rgba(0, 216, 247, 0) 0%, #55BBF9 190%) 2 2 2 1;
    background: rgba(43, 118, 235, 0.18);
  }
  .ztTimeRightBox .content .cBox{
    height: 50px;
    border-bottom: 1px solid rgba(4, 143, 228, .4);
  }
  .ztState{
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #00FFFF;
    margin: 0 12px;
    display: flex;
    height: 50px;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid rgba(4, 143, 228, .4);
  }
  .ztNum{
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 600;
    color: #00FFFF;
    margin-left: 16px;
  }
  .ztTimeName{
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #00FFFF;
    font-size: 14px;
    color: #CCCCCC;
  }
  .ztTimeRightBox span{
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #00FFFF;
  }
  .ztTime{
    font-weight: bold;
    color: #03DC0E;
    font-size: 16px;
    font-family: Microsoft YaHei;
    margin-left: 10px;
  }
.hotspot{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ztTitle{

}
.hotspot>div{
    display: flex;
    justify-content: center;
}
.hotspot>div>p{
    width: 100%;
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #00F0FF;
    text-align: center;
    margin-top: 0.2rem;
}
.hotspot>div>div{
    /* height: 0.80rem; */
    color: #fff;
    font-size: 20px;
    position: relative;
    margin: 0 auto;
}
.hotspot>div>div>p{
    width: 0.12rem;
    font-size: 0.12rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    position: absolute;
    right: 0;
    padding-top: 0.02rem;
    top: calc(50% - 0.17rem);
    background-color: #001C4C;
}
/*正常*/
.hotspot .normal{
    color: #03DC0E;
}
/*异常*/
.hotspot .abnormal{
    color: #FD4261;
}
.hotspot>div>div>img{
    /* position: absolute;
    right: calc(50% - 0.15rem);
    top: calc(50% - 0.15rem); */
}
.dfpRight{

}
.isYqBox{
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: rgba(29, 157, 206, 0.51);
    cursor: pointer;
    margin-left: 10px;
    background: rgba(29, 157, 206, 0.2);
    border: 1px solid #1F99C7;
    padding:2px 6px;
}
.yqTableTitle{
    width: 426px;
    height: 42px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(0deg, #0A2E6E 0%, #032061 100%);
}
.yqTableContent{
    margin-bottom:50px;
}
.yqTableList{
    height: 32px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
.yqTableList img{
    position: absolute;
    left: 0;
    bottom: 0;
}
.yqTableList .index{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #408AED;
    line-height: 35px;
}
.yqTableList .deptName{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #A4E7FF;
    line-height: 35px;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yqTableList .num{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #A4E7FF;
    line-height: 35px;
}
.yqTableTitle div{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #D0E1F8;
    line-height: 35px;
}
.isYqActive{
    color: #E2EBF1;
    background: rgba(29, 157, 206, 0.2);
    border: 1px solid #1F99C7;
}
.dfpLeft{
    text-align: center;
    position: relative;
}
.dfpLeft .dfpLeft1{
    background: url('../img/sjzl/hf1.png') no-repeat;
    width: 196px;
    height: 133px;
}
.dfpLeft .dfpLeft2{
    background: url('../img/sjzl/hf2.png') no-repeat;
    width: 196px;
    height: 133px;
}
.dfpLeft .name{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    padding-top: 50px;
}
.dfpLeft .dfpLeft1 .num{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #00BAFF;
    padding-top: 5px;
}
.dfpLeft .dfpLeft2 .num{
    height: 18px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2AFFEB;
    padding-top: 5px;
}
.dfpRight .dfpRightBox{
    padding-left: 10px;
    margin-top: 15px;
    background: linear-gradient(90deg, #09183D 0%,#09183D 0%);
}
.publicPraise{
    display: flex;
    justify-content: space-evenly;
}
.publicPraise .name{
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
}
.publicPraise .time{
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #6174A3;
}
.publicPraise .num{
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 500;
}
#publicPraise_title{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid  #022F7C
}
#publicPraise_title>div{
    text-align: center;
}
#publicPraise_title>div>div{
    width: 0.84rem;
    height: 0.47rem;
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #fff;
    line-height:0.47rem;
}
.deptYnContent{

}
.deptYnTable tr{
    background-size: 100% 100%;
}
.tableOneChose{
    background: url('../img/sjzl/yiJiBg.png') no-repeat;
}
.hotCBox{
    height: 40px;
    line-height: 40px;
    background: url('../img/sjzl/hot3-2.png') no-repeat;
    background-position-y: 100%;
    background-position-x: 50px;
}

.TopBar{
    width: 497px;
    line-height: 60px;
}
.deptYnTable th{
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #9BEBFF;
    width: 65PX;
}
.rdpm10 th{
    color: #22E3FF;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #22E3FF;
}
.deptYnTable td,.deptYnTable p{
    font-size: 17px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #22E3FF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.td_ChangeRate .Up
.deptYnTable .td_TopNum {
    color: #22E3FF;
}
.deptYnTable .td_ChangeRate {
    color: #FFFFFF;
}

.deptYnTable .td_ChangeRate .up{
    width: 14PX;
    height: 517PX;
    background-color: red;
}
.deptYnTable .td_num{
    color: #FFFFFF;
}
.deptYnTable .topBox {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 18px; */
}
.deptYnTable .top{
    color: #fff;
    font-size: 14px;
}
.topBox1{
    background: linear-gradient(0deg, #0397A6 0%, #1DEBFF 100%);
    text-decoration: none;
    transform: skewX(-45deg);
}
.deptYnTable .top1{
    transform: skewX(45deg);
    color: #fff;
    font-size: 14px;
}
.departmentActive>div{
    color: #01B4EF !important;
    background-image: url("../img/supervise/bt.png");
    background-size: 100% 100%;
}

.ranking{
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.ranking>div{
    display: flex;
    justify-content:space-between;
}
.ranking>div>div{
    margin-left: 0.14rem;
}
.ranking>div>div>div{
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 800;

    line-height: 0.31rem;
}
.ranking>div>div>.zc{
    color: #17EDFA;
}
.ranking>div>div>.yc{
    color: #FD4261;
}
.ranking>div>div>p{
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E7E7E7;
    line-height: 0.51rem;
}

.rankingNumber{
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    left: 0;
    top:calc(50% - 0.24rem);
   text-align: center;
}
.rankingNumber>p:nth-of-type(1){
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #00FFFF;
    /*line-height: 40px;*/
}
.rankingNumber>p:nth-of-type(2){
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    /*line-height: 40px;*/
}

#bureau,#bureau2{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    /*align-content:flex-start;*/
}
#bureau>div,#bureau2>div{
    display: flex;
    padding: 0.05rem 0;
    border-bottom: 1px dashed  #022F7C
}
#bureau>div>img,#bureau2>div>img{
    width: 0.13rem;
    height: 0.14rem;
    margin-right: 0.1rem;
}
#bureau .bureauTime,#bureau2 .bureauTime{
  font-size: 0.14rem;
    color: white;
}
#bureau .bureauState,#bureau2 .bureauState{
    font-size: 0.14rem;
    color: white;
}
#bureau .bureauTime>.zc,#bureau2 .bureauTime>.zc{
    font-size: 0.14rem;
    color: #4DF5B0;
    margin-left: 0.1rem;
}
#bureau .bureauTime>.yc,#bureau2 .bureauTime>.yc{
    font-size: 0.14rem;
    color: #FD4261;
    margin-left: 0.1rem;
}
#rate{
    height: 2.42rem;
    padding-top: 0.5rem;
    display: flex;
    justify-content: space-around;
    /*background-color: #fd0000;*/
}
#rate>div>div{
    width: 1.58rem;
    height: 1.58rem;
    text-align: center;
    line-height: 1.58rem;
    font-size: 0.31rem;

}
#rate>div{
    cursor:pointer
}
#rate>div:nth-of-type(1)>div{
    background-image: url("../img/supervise/z3.png");
    background-size: 100% 100%;
    color: #00FBFC;
}

#rate>div:nth-of-type(1)>div>h1{
    font-size: 15px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 153px;
}
#rate>div>p{
    height: 50px;
    line-height: 50px;
}
#rate>div:nth-of-type(1)>p{
    font-size: 0.22rem;
    color: #fff;
    text-align: center;
    margin-top: 0.2rem;
}
#rate>div:nth-of-type(2)>div{
    background-image: url("../img/supervise/z1.png");
    background-size: 100% 100%;
    color: #06F8A8;
}
#rate>div:nth-of-type(2)>p{
    font-size: 0.22rem;
    color: #fff;
    text-align: center;
    margin-top: 0.2rem;
}
#rate>div:nth-of-type(3)>div{
    background-image: url("../img/supervise/z2.png");
    background-size: 100% 100%;
    color: #00ACFF;
}
#rate>div:nth-of-type(3)>p{
    font-size: 0.22rem;
    color: #fff;
    text-align: center;
    margin-top: 0.2rem;
}
#rate .difference{
    background-image: url("../img/supervise/h1.png")!important;
    background-size: 100% 100%;
    color: #FF6A6A!important;
}
#rate .difference>h1{
    color: #FF6A6A!important;
}
.rateActive>p{
    /* background-image: url("../img/xzTitle.png"); */
    background-size: 100% 100%;
    color: #00FBFC !important;
}
.rateActive{
    position: relative;
}
.rateActive>.xzRight{
    position: absolute;
    right: -40px;
    top:calc(50% - 70px);
}
.rateActive>.xzLift{
    position: absolute;
    left: -40px;
    top:calc(50% - 70px);
}
#map{
    height: calc(100% - 3.47rem);
    width: 100%;
    margin-top: 0.4rem;

    /*background-color: #fd0000;*/
}
#mapTitle{
    text-align: center;
    position: relative;
}
#map>#mapTitle>img{
    width: 3.58rem;
    height: 1.98rem;
}
#mapTitle>div{
     height: 1.98rem;
     position: absolute;
    left: calc(50% - 0.72rem);
    top: 0;
    font-size: 0.36rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1ADBFB;
    line-height: 1.98rem;
    text-align: center;
}
.smallTitle{
    font-size: 0.18rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #00DEFF;
    margin-bottom: 0.3rem;
}
.smallTitle>span{
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    /*line-height: 44px;*/
}
.nameTitle{
    display: flex;
    justify-content: space-between;

}
.nameTitle>span{
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B3B3B3;
}
.blzYjContent{
    display: flex;
    margin-top: 20px;
}
.blzYjContent .yyqBox,
.blzYjContent .yqBox{
    width: 199px;
    height: 178px;
    background-size: 100% 100%;
    text-align: center;
}
.blzYjContent .yyqBox{
    background-image: url("../img/sjzl/yyqBg.png");
}
.blzYjContent .yqBox{
    background-image: url("../img/sjzl/yqBg.png");
}
.dhfTitle{
    width: 334px;
    height: 44px;
    margin: 60px auto 0;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 44px;
}
.yjRightOne_title{
    width: 380px;
    height: 250px;
    height: 47px;
}
.ssztTop5Wrap{
    width: 100%;
}
.ssztTop5Box{

}
.ssztTop5_name{
    width: 40%;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    text-align: right;
}
.ssztTop5_num{
    width: 100px;
    height: 13px;
    background: #00C8FF;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 300;
    color: #FFFFFF;
}
.ssztTop5_icon{
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}
.ssztTop5_p{
    font-size: 15px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: rgba(255, 106, 106, 0.74);
    line-height: 26px;
}
.ssztTop5_hb{
    font-size: 15px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
}
.dhfBg{
    background-image: url("../img/sjzl/dhfBg.png");
    background-size: 100% 100%;
}
.glDept{
    background-image: url("../img/sjzl/glDept.png");
    background-size: 100% 100%;
    margin:8px auto 0;
}
.glDeptNum{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #D2CDFB;
}
.glAreaBox{
    width: 108px;
    height: 50px;
    line-height: 30px;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #D6D4FD;
    text-align: center;
    cursor: pointer;
    background-image: url("../img/sjzl/glArea.png");
}
.glAreaActive{
    color: #FEFEFE;
    background-image: url("../img/sjzl/glArea1.png");
}
.yjTitel{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.line1{
    width: 194px;
    height: 10px;
    margin-left: 80px;
}
.glxxOne{
    width: 100%;
    height: 175px;
    display: flex;
    flex-direction: column;
}

.glxxOne .echarts1Box{
    width: 100%;
    display: flex;
    height: 100%;
    padding: 0 10px;
}

.glxxOne .echarts1Box .echarts1{
    width: 270px;
    margin-right: 10px;
    height: 100%;
    /* background: chartreuse; */
}

.glxxOne .echarts1Box .echarts1Info{
    width: auto;
    padding-top: 13px;
}
.echarts1Info .echarts1InfoOne{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.echarts1Info .echarts1InfoOne p{
    font-size: 14px;
    font-family: Arial;
    font-weight: normal;
    color: #FF6A6A;
}

.echarts1Info .echarts1InfoOne img{
    margin-right: 6px;
    width: 10px;
    height: 12px;
}
.glxxOne .echartsTitle{
    width: 100%;
    background: url(../img/glEcharBg.png) no-repeat;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #22E3FF;
    text-align: center;
    margin-bottom: 5px;
}
.glxxTwo{
    height: 230px;
}

.glxxTwo .glxxOneTitle{
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    background: url(../img/titleABg.png);
    background-repeat: no-repeat;
    background-size: 103% 50px;
    line-height: 50px;
    background-position: -16px;
}

.glxxTwo .glxxOneTitle span{
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
}
.glxxTwo .echarts2Box{
    width: 100%;
    height: 180px;
}

.echarts2Box .echarts2Nav{
    display: flex;
    margin-top: 5px;
    align-items: center;
    min-height: 50px;
    background: url(../img/rdEchar2Bt.png) no-repeat;
    background-size: 100% 100%;
    justify-content: space-around;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    color: #BEE1F2;
}

.echarts2Box .echarts2Nav div{
    width: 100px;
}

.echarts2Box .echarts2Nav div p{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    color: #BEE1F2;
}
.echartsDwStyle{
    background: #4580E1 !important;
}
.echartsQyStyle{
    background: url(../img/glqyNavBg.png) no-repeat !important;
}
#rdEcharts2{
    width: 100%;
    height: 120px;
}

#rdEcharts3{
    width: 340px;
}

#rdEcharts4{
    width: 100%;
    height: 160px;
}
#echarts_yjRightTwo{
    width: 428PX;
    height: 120PX;
}
.dhfTitle span{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #03CDFF;
    margin-left: 15px;
}
#dhfChart,#blChart{
    width: 400px;
    height: 238px;
    margin: 38px auto 0;
    background-image: url("../img/sjzl/dhfCircle.png");
    background-position-x: 50%;
}
.yyqBox .num,
.yqBox .num{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    margin-top: 38px;
}
.yyqBox .name,
.yqBox .name{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
}
.smallNumber{
    display: flex;
    margin-top: 0.1rem;
}
.smallNumber>div{
    margin-right: 0.3rem;
}
.smallNumber>div>p{
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B3B3B3;
    line-height: 0.24rem;
}
.smallNumber>div>div{
    font-size: 0.20rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 0.24rem;
}
.smallNumber1>div{
width: 1.64rem;
}
.smallTitle1{
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
}
.inputPicker .el-date-editor .el-range__icon{
    display: none;
}
.inputPicker .el-input__inner{
    border: 0;
    background-color: transparent;
}
.tr{
    width: 0PX;
}
.inputPicker .el-input__inner,.inputPicker{
    height: 35px;
    line-height:35px;
}
.inputPicker{
    margin: 10px;
}
.inputPicker .el-date-editor .el-range-separator{
    color: rgba(29, 157, 206, 1);
    line-height:35px;
}
.inputPicker input{
    background: #001C4C;
    border: 1px solid #13617E !important;
    border-radius: 6px;
}
 .el-picker-panel{
    background: #001C4C;
    font-size: 14px;
     border: 1px solid  #1F99C7;
     z-index: 10000;
}
 .el-date-range-picker__content.is-left{
     border-right: 1px solid  #1F99C7;
 }
 .el-date-table td span{
    font-size: 16px;
}
 .el-date-table td.end-date span, .el-date-table td.start-date span{
    background: rgba(29, 157, 206, 1);
}
 .el-range-editor .el-range-input{
    color: rgba(29, 121, 206, 1);
}
.inputPicker .el-range-editor .el-range-input::-webkit-input-placeholder{
    color: rgba(29, 121, 206, 1);
}
 .el-date-table th,.el-picker-panel{
    color: #fff;
     font-size: 14px;
}
.el-date-table td.next-month, .el-date-table td.prev-month{
    color:#606266 ;
}
.el-date-table td.in-range div, .el-date-table td.in-range div:hover, .el-date-table.is-week-mode .el-date-table__row.current div, .el-date-table.is-week-mode .el-date-table__row:hover div{
    background-color: rgba(29, 157, 206, 0.4);
}
.el-date-editor--daterange.el-input, .el-date-editor--daterange.el-input__inner, .el-date-editor--timerange.el-input, .el-date-editor--timerange.el-input__inner{
    width: 250px;
}
/***************/
#hotCenter{
    height: 300px;
    position: relative;
    overflow: hidden;
    /*background-color: #fd0000;*/
}
#list-wrapper1{
    position: relative;
}
.hotCenterNull{
    text-align: center;
    position:relative;
}
.hotCenterNull>img{
    width: 300px;
    margin-top: 30px;
}
.hotCenterNull>p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    top:130px;
    left: calc(50% - 32px);
}
/*退回弹框样式*/
#sendBackStat{
    /*background-color: white;*/
}
.sendBack_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.sendBack_title>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sendBack_title>div>p{
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #26DFDD;
    margin: 0 10px;
}
.sendContentTitle{
    height: 55px;
    background-image: url("../img/bjTitle.png");
    background-size: 100% 100%;
}
.sendContentTitle>span{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 55px;
}
.sendContentTitle>img{
    vertical-align: middle;
}
.sendContentTitle>.xh{
width: 50px;
}
.sendContentTitle>.yj{
    width:185px;
}
.sendContentTitle>.gd{
    width:250px;
}
.sendContentTitle>.cl{
    width:125px;
}
.sendContentTitle>.yjzt{
    width:calc(100% - 618px);
}

.sendContent_Number>span{
    text-align: center;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    color: #A4E7FF;
}
.sendContent_Number>.xh{
    width: 50px;
    color: #428CF0!important;
}
.sendContent_Number>.yj{
    width:185px;
}
.sendContent_Number>.gd{
    width:250px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sendContent_Number>.cl{
    width:125px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yjztSpeical{
    color: red !important;
    font-weight: bold !important;
}

.sendContent_Number>.yjzt{
    width:calc(100% - 618px);
}

.sendBack_Content{
    height: calc(100% - 60px);
}
.sendContent{
    height: calc(100% - 55px);
    position: relative;
    /*background-color: #fd0000;*/
}
.swiper-container {
    width: 100%;
    height: 100%;

}

.seeMore{
    background: url(../img/supervise/bt.png) no-repeat;
    height: 40px;
    text-align: center;
    width: 115px;
    background-size: 100% 100%;
    line-height: 40px;
    position: absolute;
    color: #01B4EF;
    right: 20px;
    font-size: 15px;
    top: -10px;
    z-index: 111;
    cursor: pointer;
}

.swiper-slide {
    cursor: pointer;
}
.swiper-slide>div:hover{

    background-color:#0d398b !important;
}
.swiper-slide>div>span:hover{
    color: #fff!important;
}
.sendActive{

    background-color:#0d398b !important;
}
.sendActive>span{
    color: #fff!important;
}
#particulars{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999999!important;
    background-color: rgba(0,0,0,0.56);
}
#particulars>div{
    width: 1210px;
    /*height: 577px;*/
    background-image: url("../img/jxBorder.png");
    background-size: 100% 100%;
    position: absolute;
    left: calc(50% - 650px);
    top: calc(50% - 250px);
}
#particularsContent{
    width: 1192px;
    /*height: 558px;*/
    background-image: url("../img/bjPar.png");
    margin: 9.5px auto;
}
#parTitle{
    position: relative;
}
#parTitle>p{
    text-align: center;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 60px;
     background: linear-gradient(90deg, rgba(7, 154, 194, 0.58) 42%, rgba(7, 154, 194, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
#parTitle>img{
    position: absolute;
    right:20px;
    top: calc(50% - 13px);
}
.captions{
    color: #03DCDF;
    font-size: 15px;
    font-weight: 500;
    margin-right: 10px;

    line-height: 30px;
}
.Bcc_Wy{
    /* background-image:url(../img/wy.png ) ; */
}
.captionCon{
    color: white;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}
.segment{
    color: white;
    font-size: 12px;
    font-weight: 500;
    margin: 0 30px;
    line-height: 30px;
}
.workOrder{
    padding: 20px;
}
.workOrder_title{

    position: relative;
}
.workOrder_title>div{
    display: inline-block;
    vertical-align: top;
}
.workOrder_title>div>div{
    display: inline-block;
}
.captionButton{
    position:absolute ;
    top: -20px;
    right: 0;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    width: 71px;
    height: 22px;
    background: #2670DF;
    border-radius: 5px;
    text-align: center;
}
.workOrderBottom_Title>div{
    display: inline-block;
    vertical-align: middle;
}
.indexWire{
    width: 337px;
    height: 2px;
    background: #1B4490;
    border-radius: 1px;
    margin-right: 20px;
}
.overdue{
    width: 121px;
    height: 43px;
    background-image: url("../img/overdue.png");
    background-size: 100% 100%;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FF6A6A;

}
.workOrderBottom_Title{
    position: relative;
}
#workNode{
    position: absolute;
    left: 0;
    top: 0;

}
#workNode>div{
    display: inline-block;
    vertical-align: bottom;
    text-align:center;
    margin-right: 20px;
}
#workNode p{
    height: 30px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B4D7FA;
    margin-top: 10px;
}
#workNode>div>div{
    height: 34px;
    line-height: 34px;
    margin-top: 9px;
}


.dept_Content {
    height: calc(100% - 60px);
}
.deptContentTitle{
    height: 55px;
    background-image: url("../img/bjTitle.png");
    background-size: 100% 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.deptContentTitle>span{
    text-align: center;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #D7EAFD;
    line-height: 55px;
}
#deptSwiper .sendContent_Number {
    height: 35px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#deptSwiper .sendContent_Number span{
    text-align: center;
}
.deptContentTitle>span:nth-child(1),#deptSwiper .sendContent_Number>span:nth-child(1){
    flex: 1;
}
.deptContentTitle>span:nth-child(2),#deptSwiper .sendContent_Number>span:nth-child(2){
    flex: 4;
}
.deptContentTitle>span:nth-child(3),#deptSwiper .sendContent_Number>span:nth-child(3){
    flex: 2;
}

#deptSwiper .sendContent_Number span{
    text-align: center;
}

#deptSwiper .sendActive3 {
    background: url(../img/NO1.png) -8px 24px / 238px no-repeat;
}
.yjThead{
	background: url(../img/NO1.png) -32px 6px / 351px no-repeat;
}
.yjTbody{
	background: url(../img/sjzl/NO1.png)  4px 27px / 200px no-repeat;
}
.noData{
    text-align: center;
    padding: 100px 0;
}
.noData p{
    color:rgb(113,157,216);
    font-size:16px;
    line-height: 50px;
}
.firstDeptActive{
    background:linear-gradient(220deg, rgba(24, 111, 205, 0.38) 0%, rgba(77, 93, 99, 0.2) 100%) !important;
}
/* #    {
    width: 200px;
    height: 200px;
} */
/* .middleTitle{
    background: url(../img/sjzl/161.png);
    background-size: 100% 100%;
} */

.gdlDetail{
    position: absolute;
    top: 0;
    left: 270px;
    min-width: 440px;
    height: 92%;
    z-index: 1;
    width: 70%;
    background: url(../../xiAn_redian/img/detailbg.png) no-repeat !important;
    background-size: 100% 100% !important;
    font-size: 14px;
    /* padding-right: 28px !important; */
}

.gdlDetail .close{
    text-align: right;
    /* margin-top: 5px; */
    background: url(../../xiAn_redian/img/组164.png);
    background-size: 100% 100% !important;
}

.gdlDetail .close img{
    margin-right: 35px;
    cursor: pointer;
}

.detailTitle{
    display: flex;
    flex-direction: column;
    width: 350px;
    padding-left: 21px;
}


.detailTitle div{
    font-family: MicrosoftYaHei;
    font-weight: 400;
    margin-bottom: 21px;
    display: flex;
}

.detailTitle div p{
    font-size: 20px;
    color: #00FFFF;
    float: left;
    white-space: nowrap;
}

.detailTitle div span{
    font-size: 18px;
    color: #E8FBFF;
    line-height: 28px;
}

.detailContent{
    width: 100%;
    margin-bottom: 30px;
}

.detailContent p:last-of-type{
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #E8FBFF;
    padding-left: 26px;
    max-width: 400px;
    line-height: 30px;
    margin-top: 10px;
}

.detailContent .detailContentTitle{
    background: url(../../xiAn_redian/img/xqBtxBg.png) no-repeat;
    min-height: 48px;
    background-size: 100% 100%;
}

.detailContent .detailContentTitle p{
    width: 165px;
    min-height: 43px;
    background: url(../../xiAn_redian/img/xqBtBg.png) no-repeat;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #00FFFF;
    background-size: 88% 90%;
    line-height: 43px;
    padding-left: 57px;
    background-position: 0px 3px;
}











.pmTitle img {
    vertical-align: middle;
}

.detailBtn {
    width: 174px;
    height: 33px;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FEFEFE;
    text-align: center;
    line-height: 33px;
    margin: 50px auto 0;
    cursor: pointer;
}

.detailBtn2 {
    width: 159px;
    height: 33px;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FEFEFE;
    text-align: center;
    line-height: 33px;
    margin: 0 auto;
    cursor: pointer;
}

#footer {
    width: 1399px;
    height: 174px;
    background: url(../../xiAn_redian./img/footerBg.png) no-repeat;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    /* margin-top: 80px; */
}

#footer .numBox {
    display: inline-block;
    margin-top: 65px;
    text-align: center;
    /* margin-left: 60px; */
    width: 190px;
    /* margin-right: 20px; */
}
#footer .numBox2{
    position: relative;
    top: -30px;
}
#footer .numBox:nth-child(1) {
    margin-left: 90px;
}

#footer .numBox:nth-child(2) {
    margin-left: 30px;
}

#footer .numBox:nth-child(3) {
    margin-left: 115px;
}

#footer .numBox:nth-child(4) {
    margin-left: 70px;
}

#footer .numBox:nth-child(5) {
    margin-left: 30px;
}

.a {
    font-size: 20px;
    font-family: SSRuiYuanTi;
    font-weight: bold;
    color: #F9FAFA;
    line-height: 26px;
    opacity: 0.64;
}

#footer .numBox .sjDept {
    font-size: 32px;
    font-family: SSRuiYuanTi;
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
}

p {
    margin: 0;
}

.num {
    font-size: 31px;
    font-family: Myriad Pro;
    font-weight: bold;
    color: #00F0FF;
    /* line-height: 62px; */
}

.num1 {
    font-size: 32px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 65px;
}

.centerPm {}

.centerPm th {
    width: 100%;
    height: 19px;
    font-size: 18px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
}

.centerPm tr {
    /* text-align: center; */
}

.bottom .bottomBox {
    display: inline-block;
    width: 33.3%;
}

.bottom .td_ranking {
    /* width: 10px;
    height: 14px;
    font-size: 18px;
    font-family: Adobe Heiti Std;
    font-weight: normal; */
    color: #FFFFFF;
    text-align: center;
}

.bottom .td_unitName {
    white-space: nowrap;
    /* 文本强制不换行； */
    text-overflow: ellipsis;
    /* 文本溢出显示省略号； */
    overflow: hidden;
    /* 溢出的部分隐藏； */
    /* width: 70px;
    height: 18px;
    font-size: 18px;
    font-family: Adobe Heiti Std;
    font-weight: normal; */
    color: #FFFFFF;
}

.bottom .td_satisfaction {
    font-size: 22px;
    font-family: Lucida Sans;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    opacity: 0.57;
    text-align: center;
}

.bottom1 {
    width: 90%;
    margin: 0 auto;
}

.bottom1 .scoreBox {
    position: relative;
    height: 100%;
    width: 98%;
    margin: 20px auto 0;
}

.bottom1 .scoreBox div {

    color: #FFFFFF;
}

.bottom1 .scoreBox div:nth-child(1) {
    width: 20%;
    height: 242px;
    background: rgba(43, 128, 255, 0.08);
    border: 1px solid #2B80FF;
    float: left;
    text-align: center;
    line-height: 42px;
}

.bottom1 .scoreBox div:nth-child(1) p:nth-child(1) {
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #E2EBF1;
    background: url(../../xiAn_redian/img/deptBg.png) no-repeat;
    width: 160px;
    height: 42px;
    margin: 27px auto 0;
}

.bottom1 .scoreBox div:nth-child(1) p:nth-child(2) {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 30px 0;
}

.bottom1 .scoreBox div:nth-child(1) p:nth-child(3) {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #02FDD1;
}

.scoreBox2 {
    width: 39%;
    height: 242px;
    float: left;
    margin-left: 0.7%;
}

.bottom1 .scoreBox div:nth-child(2) table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

.bottom1 .scoreBox div:nth-child(2) td {
    border: 1px solid #2B80FF;
    position: relative;
}

.bottom1 .scoreBox div:nth-child(2) td span,
.scoreGreen span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #02FDD1;
    position: absolute;
    right: 12px;
}

.scoreGreen span {
    top: 5px;
}

.bottom1 .scoreBox div:nth-child(3) {
    width: 39%;
    height: 242px;
    /* border: 1px solid #2B80FF; */
    float: right;
}

.centerPm .cTable {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.57);
    line-height: 45px;
}

.no1 {
    width: 40px;
    height: 16px;
    font-size: 20px;
    font-family: zihun152hao;
    font-weight: normal;
    color: #CE3EF2;
    /* line-height: 67px; */
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.12);
    background: linear-gradient(0deg, #E5EFFF 0%, #3073E0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.aa {
    background: url(../../xiAn_redian/img/NO1.png) 30% 150% no-repeat;
    color: rgba(255, 255, 255);
}

.bb {
    background: url(../../xiAn_redian/img/NO2.png) 60% -120% no-repeat;
    color: rgba(255, 255, 255);
}

.no2 {
    width: 48px;
    height: 15px;
    font-size: 20px;
    font-family: zihun152hao;
    font-weight: normal;
    color: #CE3EF2;
    /* line-height: 67px; */
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.12);
    /* background: linear-gradient(0deg, #E5EFFF 0%, #FF615E 100%); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.BottomDeptName {
    display: inline-block;
    position: relative;
}

.BottomDeptName img {
    vertical-align: middle;
    position: absolute;
    width: 21px;
    height: 45px;
}

.BottomDeptName .leftIcon {
    left: -50px;
    top: -10px;
    cursor: pointer;
}

.BottomDeptName .rightIcon {
    right: -50px;
    top: -7px;
    cursor: pointer;
}

.move .rightContent {
    padding-left: 10px;
}

.rightContent {
    padding-left: 30px;
}

.rightContent .data span:nth-child(1) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
}

.rightContent .data span:nth-child(2) {
    font-size: 27px;
    font-family: Myriad Pro;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 47px;
    background: linear-gradient(0deg, #76C0FF 0%, #5DD7FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 7px;
}

.rightContent .data span:nth-child(4) {
    font-size: 11px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
    margin-left: 5px;
}

.rightContent .data span:nth-child(5) {
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    color: #FF6A6A;
    line-height: 33px;
}

.rightContent .data span:nth-child(6) {
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    color: #FF6A6A;
    line-height: 33px;
    margin-left: 15px;
}

.rightContent2 {
    position: relative;
    padding-left: 40px;
    margin-top: 10px;
}

.rightContent2 .box1 {
    display: inline-block;
    width: 49%;
}











.line{
    width: 100%;
height: 3px;
background: #00AEEF;
border-radius: 1px;
margin-top: 100px;
    display: flex;
    align-items: center;
}
.lineBox{
    display: flex;
    justify-content: space-between;
    color: white;
    margin-left: 20px;
}
.lineImg{
    width: 100%;
    height: 50px;
    margin-top: 50px;
    background: url(../../xiAn_redian/img/组165.png);
    background-size: 100% 100%;
}
.detailcontent{
    margin-top: 10px;
}
.deltailRight{
    width: 68%;
    height: 100%;

}

.detailmildel{
    display: flex;
    justify-content: space-around;
}
.detailmildelTwo{
    margin-top: 30px;
    display: flex;
}
.detailmildelTwo .detailValue{

    width: 50%;
    padding-left: 50px;
}
.detailmildelThree{
    margin-top: 20px;
}
.detailmildelThree .detailValue{
    width: 100%;
    padding-left:50px ;
}
.detailmildelFour{
    margin-top: 20px;
}
.detailmildelFour .detailValue{
    width: 95%;
    height: 85px;
    overflow: auto;
    padding-left:50px ;
}
.detailBanli{
    margin-top: 20px;
}
.detailBanli .detailBanliContent{
    width: 100%;
    height: 44px;
    background: url(../../xiAn_redian/img/newTitle.png);
    background-size: 100% 100%;
}
.detailBanliTitle{
    line-height: 44px;
    margin-left: 50px
}
.detailBanliDetail{
    width: 99%;
    height: 150px;
    padding: 10px;
    overflow-y: auto;
}
::-webkit-scrollbar,
::-webkit-scrollbar,
::-webkit-scrollbar {
width: 4px !important;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-button,
::-webkit-scrollbar-button {
   display: none !important;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
    width: 4px !important;
background-color: #0076a7 !important;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
    width: 4px !important;
background-color: #013a5a !important;
}
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-track-piece {
background-color: transparent !important;
}
.deltailLeft{
    width: 27%;
    height: 100%;
    padding: 30px;
    background: url(../../xiAn_redian/img/bc99.png);
    background-size: 100% 100%;
    margin: 5px 10px 0px 0px;
}
.leftContent{
    width: 100%;
    height: 100%;

}
.leftContentTitle{
    width: 100%;
    height: 44px;
    background: url(../../xiAn_redian/img/leftTitle.png);
    background-size: 100% 100%;
    line-height: 44px;
}

.wushuju{
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.leftContentBumen{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
}
.liuchengTag{
    color: #01E9ED;
    white-space: nowrap;
}
.line div:nth-child(6) .liuchengTag{
    width: 61px;
height: 22px;
margin: 0 auto;
background: #0970F1;
border-radius: 10px;
}
.detailmildelTag{
    width: 61px;
    height: 22px;
    text-align: center;
    background: #0970F1;
    border-radius: 10px;
}
.leftFujian{
    width: 100%;
    height: 400px;
}
.fujianTitle{
    display: flex;
    justify-content: space-around;
}
.fujianContent{
    display: flex;
    /* justify-content: space-around; */
}
::-webkit-scrollbar{
    height: 0px;
}
