#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(1deg, #F3FBFF 0%, #1DC2FF 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;
}

.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;
}

.centerBgLoading{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.8) !important;
    z-index: 11111;
    display: flex !important;
    justify-content: center;
    align-items: 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;
}
.inputPicker{
    color: #1D9DCE;
    line-height: 0.35rem;
    font-size: 0.16rem;
}
#content{
    padding: 0 0.3rem;
    /*height: 100%;*/
    height: calc(100% - 1.59rem);
    /*height: calc(100% - 1.59rem);*/
    /*background-color: #1DC2FF;*/
    display: flex;
    justify-content: space-between;
}
#content>div{
    height: 100%;
}
#contentLeft,#contentRight{
    width: 5rem;
    /*background-color: #EFF6FF;*/
    display: flex;
    justify-content: space-between;
}
#contentLeft>img,#contentRight>img{
    height: 100%;
}
#contentCentre{
    width: 7.4rem;
}
.centre{
    width: 4.6rem;
    padding: 0.1rem 0;
}
.centre>div:nth-of-type(1){
    height: 52%;
}
.centre>div:nth-of-type(2){
    height: 48%;
}
.caption{
    height: 0.52rem;
    margin-bottom: 0.1rem;

}
.caption>div{
    display: inline-block;
    vertical-align: middle;
}
.headTitle{
    width: 2.48rem;
    height: 100%;
    background-image: url("../img/titlebg.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.52rem;
}
#gross{
    text-align: center;
    margin-left: 0.52rem;
}
#gross>div{
    font-family:"shuzi";
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFC411;
    line-height: 24px;
}
#gross>p{
    font-family:"shuzi";
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.smallContent{
    height: calc(100% - 0.85rem);
}
.hotspot>div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.05rem;
}
.hotspot>div>div:nth-of-type(1){
    height: 0.42rem;
    line-height: 0.42rem;
    width: 0.42rem;
    background-color:#022E95;
}
.hotspot .hotspotContent{
    width: calc(100% - 0.7rem);
    /*height: 100%;*/
    /*height: 0.84rem;*/
    /*line-height: 0.42rem;*/
    padding: 0 .1rem;
    /* IE 6 7 8*/
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#fdcd9d,endColorStr=#fd0000);
    /* IE 10 */
    background: -ms-linear-gradient(left,#022E95,transparent);
    /* firefox */
    background:-moz-linear-gradient(left,#022E95,transparent);
    /*Safari5.1 Chrome 10+*/
    background: -webkit-linear-gradient(left, #022E95, transparent);
    /*Opera 11.10+*/
    background: -o-linear-gradient(left, #022E95, transparent);
    color:#fff;
    white-space: nowrap;
}
.hotspot .hotspotContent>div{
    width: 100%;
    color:#fff;
    line-height: 0.3rem;
}
/*                                                               /需求更改table/ */

.hotspot table th{
    font-size: 15px;
    color: #63DBF4;
}

.hotspot table td{
    font-size: 15px;
    color: #63DBF4;
}

.hotspot table td p , .hotspot table td span{
    font-size: 15px;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tr{
    background: url(../img/trBg.png) no-repeat;
    background-size: 100% 100%;
}


/* /                                                            * /需求更改table/ */

.serialNumber{
    font-size: 0.25rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-style: italic;
    color: #079BC0;
    text-align: center;
}
.hotspotContent_number{
    /*height: 0.42rem;*/
    /*line-height: 0.42rem;*/
    display: flex;
    justify-content: space-between;
}
.hotspotContent>div,.hotspotContent_number>div{

    font-size: 0.18rem;
    color: #fff;
}
.hotspotContent_number>div:nth-of-type(1){
     /*width: 18%;*/
 }
.hotspotContent_number>div:nth-of-type(2),.hotspotContent_number>div:nth-of-type(4){
    /*width: 50px;*/
    text-align: right;
}

.hotspotContent .red{
    font-size: 0.16rem;
    color: #FF6A6A;
}
.hotspotContent .yellow{
    font-size: 0.16rem;
    color: rgba(255, 240, 0, 1);
}
.hotspotContent .green{
    font-size: 0.16rem;
    color: #03DC0E;
}
.linkRelative{
    font-size: 0.16rem;
    color: #FFF000;
    margin-left: 0.1rem;
}
.linkImg{
    margin-right: 0.1rem;
}
#publicPraise_content{
    width: 100%;
    overflow: auto;
}
#publicPraise_content::-webkit-scrollbar {
    width: 5px;
    height: 0.02rem;
}
#publicPraise_content::-webkit-scrollbar-track {
    background-color:rgba(7,166,255,0.38);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
#publicPraise_content::-webkit-scrollbar-thumb {
    background-color:rgb(7, 166, 255);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}

#publicPraise_title{
    /* width: 145%; */
    width: 100%;
    /*width: 200%;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
}
#publicPraise_title>div{
    padding: 0 0.1rem;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
#publicPraise_title>div>div{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
}
#publicPraise_title>div>img{
    display: none;
}
.departmentActive>div{
    color: #01B4EF !important;
}
.departmentActive>img{
    display: inline-block !important;
}
.ranking{
    display: flex;
    justify-content: center;
    margin-top: 0.2rem;
}
.ranking>div>div:nth-of-type(1){
    position: relative;
}
.ranking>div>div:nth-of-type(1)>div:nth-of-type(1){
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
}
#first{
    width: 1.21rem;
    height: 1.21rem;
    background-image: url("../img/first.png");
    background-size: 100% 100%;
    margin: 0 0.35rem;
}
#first>div:nth-of-type(1){
    width: 0.42rem;
    height: 0.42rem;
    line-height: 0.42rem;
    background: #0CA8B3;
    box-shadow: 0 0.03rem 0.03rem 0  rgba(0, 6, 14, 0.4);
    border-radius: 50%;
    font-size: 0.26rem;

}
#first>.rankingNumber>p{
    font-size: 0.18rem;
}
#second{
    width: 0.96rem;
    height: 0.96rem;
    background-image: url("../img/second.png");
    background-size: 100% 100%;
}
#second>div:nth-of-type(1){
    width: 0.32rem;
    height: 0.32rem;
    line-height: 0.32rem;
    background: #FF8916;
    box-shadow: 0 0.03rem 0.03rem 0 rgba(0, 6, 14, 0.4);
    border-radius: 50%;
    font-size: 0.18rem;
}
#second>.rankingNumber>p{
    font-size: 0.16rem;
}
#thirdly{
    width: 0.96rem;
    height: 0.96rem;
    background-image: url("../img/thirdly.png");
    background-size: 100% 100%;
}
#thirdly>div:nth-of-type(1){
    width: 0.32rem;
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.18rem;
    background: rgba(255, 169, 3, 1);
    box-shadow: 0 0.03rem 0.03rem 0 rgba(0, 6, 14, 0.4);
    border-radius: 50%;
}
#thirdly>.rankingNumber>p{
    font-size: 0.16rem;
}
.rankingNumber{
    width: 88%;
    /*height: 100%;*/
    position: absolute;
    left: 8px;
    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;*/
}
.pedestal{
    width: 85px;
    height: 18px;
    opacity: 0.65;
    margin: 0 auto;
    border-radius: 50%;
    background-image: radial-gradient(#022E95, transparent);
}
#bureau{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*justify-content: space-between;*/
    /*align-content:flex-start;*/
}
#bureau>div{
    width: 1.08rem;
    height: 0.59rem;
    background: rgba(12, 150, 201, 0);
    border: 0.01rem solid rgba(8, 192, 245, 0.68);
    border-radius: 0.1rem;
    margin-top: 0.05rem;
    margin-right: 0.05rem;
    /*display:flex;*/
    /*justify-content: center;*/
}
.bureauSerial{
    width: 0.33rem;
    position: relative;
}
.bureauSerial>img{
    position: absolute;
    top:0.01rem;
    left:0.01rem;

}
.bureauSerial>div{
    position: absolute;
    top:0.05rem;
    left: 0.05rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #FFFFFF;
}
.percentage{
    width: 100%;
    /*width: calc(100% - 0.33rem);*/
}
.percentage>p:nth-of-type(1){
    font-size: 0.18rem;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #72F7C9;
    text-align: right;
    margin:0.08rem 0.1rem 0 0.1rem;
}
.percentage>p:nth-of-type(2){
    font-size: 0.14rem;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    margin:0 0.1rem;
}
.percentage>p:nth-of-type(2)>span{
    font-size: 0.14rem;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;

}
#viewMore{
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height:0.59rem;
    text-align: center;
}
#rate{
    height: 2.42rem;
    padding-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*background-color: #fd0000;*/
}
#rate>div{
    width: 2.36rem;
    height: 1.01rem;
    background: rgba(3, 43, 112, 0.37);
    border: 0.01rem solid;
    border-image: linear-gradient(0deg, #083958, #03D3F2, #083A59) 1 1;
    border-radius: 0.05rem;

}
#rate>div>img{
    width: 0.71rem;
    height: 0.72rem;
    vertical-align: middle;
    margin-top: 0.17rem;
    margin-left: 0.1rem;

}
.rateNumber{
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.2rem;
}
.rateNumber>div:nth-of-type(1){
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.1rem;
}
.rateNumber>div:nth-of-type(1)>span{
    font-size: 0.18rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #08C1E8;
    margin-left: 0.02rem;
}
.rateNumber>div:nth-of-type(2){
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.15rem;
}
.rateNumber>div:nth-of-type(2)>span{
    font-size: 0.18rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(244, 205, 53, 1);
    margin-left: 0;
}

#map{
    height: calc(100% - 2.92rem);
    width: 100%;
    position: relative;


    /*background-color: #fd0000;*/
}
#map>img{
    width: 8rem;
    height: 5rem;
    position: absolute;
    bottom: -1rem;
    left: calc(50% - 4rem);
}
#mapTitle{
    width: 2.4rem;
    height: 0.75rem;
    line-height: 0.75rem;
    /*background: #06337F;*/
    background-image: radial-gradient(#06337F, transparent);
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
#mapTitle>span{
    font-size: 0.3rem;
    font-family:"shuzi";
    color: rgba(255, 228, 0, 1);
    margin: 0 0.05rem 0 0.2rem;
}
#mapModule{
    width: 7.17rem;
    height: 4.27rem;
    position: absolute;
    left: calc(50% - 3.585rem);
    top:1.1rem;
}
#module{
    width: 100%;
    height: 100%;
    position: relative;
    /*background-color: #1DC2FF;*/
    background-image: url("../img/mapImg/map.png");
    background-size: 100% 100%;
}
#module>div{
    position: absolute;
}
#module>div>div{
    position: relative;
}
#module>div>div>img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#module>div>div>.moduleName{
    position: absolute;
}
.moduleName{
    text-align: center;
}
.moduleName p{
    font-size: 0.13rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

#module>div>div{
    width:100%;
    height: 100%;
}
#zz{
    width: 2.8rem;
    height: 2.08rem;
    left: 15px;
    bottom: 17px;
}
#zz .moduleName{
    left: 1rem;
    top: 1rem;
}
#ey{
    width: 1.31rem;
    height: 1.95rem;
    left: 242px;
    bottom: 41px;
}
#ey .moduleName{
    left: 0.5rem;
    top: 1rem;
}
#cha{
    width: 1.90rem;
    height: 1.91rem;
    left: 329px;
    bottom: 57px;
}
#cha .moduleName{
    left: 0.5rem;
    top: 1rem;
}
#lt{
    width: 2.24rem;
    height: 1.93rem;
    left: 486px;
    bottom: 72px;
}
#lt .moduleName{
    left: 0.5rem;
    top: 1rem;
}
#linT{
    width: 1.19rem;
    height: 1.47rem;
    left: 476px;
    bottom: 242px;
}
#linT .moduleName{
    left: 0.5rem;
    top:0.5rem;
}
#xxxq{
    width: 1.64rem;
    height: 1.57rem;
    left: 275px;
    bottom: 204px;
}
#xxxq .moduleName{
    left: 0.8rem;
    top:0.2rem;
    z-index: 200;
}

#ylq{
    width: 0.96rem;
    height: 0.61rem;
    left: 491px;
    bottom: 362px;
}
#ylq .moduleName{
    left: 0.3rem;
    top: 0.3rem;
}
#gl{
    width: 0.74rem;
    height: 0.69rem;
    left: 429px;
    bottom: 298px;
}
#gl .moduleName{
    left: 0.3rem;
    top:0.2rem;
}

#zj{
    width: 1.69rem;
    height: 1.36rem;
    left: 371px;
    bottom: 182px;
}
#zj #mapTitleContent{
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

#zj #mapTitleContent .moduleName{
    position: absolute;
}
#zj #mapTitleContent .bq{
    left: 95px;
    top:83px;
}
#zj #mapTitleContent .wy{
    left: 30px;
    top:29px;
}
.moduleImgMin>img{
    width: 0.1rem!important;
    height: 0.1rem!important;
}
.moduleImgMin>P{
    display: inline-block!important;
}
#zj #mapTitleContent .xc{
    left: 65px;
    top:63px;
}
#zj #mapTitleContent .bl{
    left: 59px;
    top:79px;
}
#zj #mapTitleContent .lh{
    left: 0px;
    top:68px;
}
#zj #mapTitleContent .yt{
    left: 36px;
    top:95px;
}
#hkjd{
    width: 0.52rem;
    height: 0.24rem;
    left: 507px;
    bottom: 362px;
    z-index: 100;
}
#hkjd .moduleName{
    left: 0.1rem;
    top:0rem;
}
#ydx{
    width: 2.13rem;
    height:0.77rem ;
    left: 179px;
    top:90px;
    z-index: 100;
}
#pfMap{
    width: 2.18rem;
    height:1.99rem ;
    left: 25px;
    top:-20px;
}
#pfMapContent{
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}
#pfMap #pfMapContent .moduleName{
    position: absolute;
}
#pfMap #pfMapContent .gwq{
    left: 117px;
    top:12px;
}
#pfMap #pfMapContent .jkq{
    left: 39px;
    top:28px;
}
#pfMap #pfMapContent .cbst{
    left: 91px;
    top:56px;
}
#pfMap #pfMapContent .qjxq{
    left: 97px;
    top:143px;
}
#pfMap #pfMapContent .myhtcyjd{
    left: 70px;
    top:165px;
}
#pfMap #pfMapContent .gxq{
    left: 21px;
    top:99px;
}
.load{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

}
.load>div{
    padding: 0 0.2rem;
}
.load p{
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.23rem;
    text-shadow: 0 0.04rem 0.07rem rgba(4, 0, 0, 0.83);
    text-align: center;
    margin-top: 0.15rem;
}
.inputPicker .el-date-editor .el-range__icon{
    display: none;
}
.inputPicker .el-input__inner{
    border: 0;
    background-color: transparent;
}
.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;
}
.buttonActive{
    background: rgba(29, 157, 206, 0.2) !important;
    border: 1px solid #1F99C7 !important;
    font-size: 16px;
    color: #E2EBF1 !important;
}
/*****************/
#location{
    position: absolute;
    right: 0px;
    top: 0.1rem;

}
#location>span{
    display: inline-block;
    vertical-align: middle;
 font-size: 0.18rem;
    color:#008bef;
    padding: 0.05rem;
}
#location>img{
    display: inline-block;
    vertical-align: middle;
}
.el-tooltip__popper {
    max-width: 340px;
    padding: 16px;
    background: #031849 !important;
    color: #04c1e0 !important;
    border-color: #04c1e0 !important;
}
.el-tooltip__popper b {
    color: #333;
}

.speicalName{
    background: #034BCE !important;
}
