

body {
    background: url(../image/bg.jpg) no-repeat center center / cover;
    overflow: hidden;
}

body, html {
    height: 100%;
    width: 100%;
}

.main {
    height: 100%;
}

.header {
    height: 70px;
    width: 100%;
    position: relative;
    /* border-bottom:1px solid #1eaed2; */
    background: url(../image/header-bg.png) no-repeat center center / cover;
}

.header .logo {
    width: 490px;
    height: 80px;
    /* background-color: red; */
    background: url(../image/title.png) no-repeat center center / cover;
    margin: 0 auto;
    color: #fff;
    font-size: 27px;
    text-align: right;
    line-height: 80px;
    font-weight: bold;
    padding-right: 77px;
    box-sizing: border-box;
    font-family: "微锟斤拷锟脚猴拷";
}

.header .header-l {
    position: absolute;
    left: 24%;
    transform: translateX(-50%);
    top: 25px;
}

.header .header-r {
    position: absolute;
    right: 23%;
    transform: translateX(50%);
    top: 25px;
}

.header .header-r a,
.header .header-l a {
    color: #fff;
    text-decoration: none;
    margin: 0 18px;
}

.header span {
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #fff;
    transform: rotate(17deg);
}

.header .user {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 100px;
    background: url(../image/user.png) no-repeat center center;
    background-size: 100% 100%;
    top: 20px;
}

.header .logout {
    color: #fff;
    position: absolute;
    right: 30px;
    top: 25px;
    cursor: pointer;
}

.body {
    height: calc(100% - 70px);
    width: 100%;
    position: relative;
}

.body .realPanel {
    width: 23%;
    height: 26.2%;
    /* background-color: red; */
    background: url(../image/panel-bg.png) no-repeat center center / cover;
    background-size: 100% 100%;
    position: absolute;
    left: 2%;
    top: 2%;
}

.body .realPanel .main {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.body .population {
    width: 23%;
    height: 33.1%;
    position: absolute;
    background: url(../image/panel-bg.png) no-repeat center center / cover;
    background-size: 100% 100%;
    left: 2%;
    top: 29.4%;
}

.body .population .button {
    position: absolute;
    width: 23.5%;
    height: 8.5%;
    border: 1px solid #00a5d8;
    border-radius: 5px;
    top: 9%;
    color: #00a5d8;
    left: 68%;
    text-align: center;
    font-size: 13px;
}

.body .population .main {
    width: 91%;
    height: 66.8%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 10.4%;
    box-sizing: border-box;
    padding-right: 28px;
    /* overflow: scroll;
    overflow-x: hidden; */
    /* background-color: #fff; */
}

.body .population .main .con,
.body .population .main .con ul {
    width: 100%;
    height: 100%;
}

.body .population .main .con ul li {
    width: 100%;
    /* background-color: red; */
    height: 33.3%;
    position: relative;
    cursor: pointer;
    color: #00a5d8;
    font-size: 16px;
    font-weight: bold;
}

.body .population .main .con ul li .img {
    width: 70px;
    height: 90%;
    border-radius: 6px;
    float: left;
}

.body .population .main .con ul li .img img {
    height: 100%;
}

.body .population .main .con ul li .text {
    width: calc(100% - 80px);
    height: 99%;
    /* background-color: #fff; */
    float: right;
    padding-top: 3px;
    box-sizing: border-box;
}

.body .population .main .con ul li .name {
    margin-right: 20px;
}

.body .population .main .con ul li .bottom {
    width: 100%;
    height: calc(100% - 40px);
    font-size: 13px;
    overflow: hidden;
    position: relative;
}

.body .population .main .con ul li .bottom .pro {
    height: 46%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    /* background-color: red; */
    left: 0;
    border-radius: 10px;
    background: -webkit-linear-gradient(left, #dae901, #03c2d1);
}

.body .task {
    width: 23%;
    height: 31.4%;
    position: absolute;
    background: url(../image/panel-bg.png) no-repeat center center / cover;
    background-size: 100% 100%;
    left: 2%;
    top: 63.8%;
}

.body .task .main {
    width: 91%;
    height: 66.8%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 10.4%;
    /* background-color: #fff; */
    /* overflow: hidden; */
}

.body .task .main ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.body .task .main ul li {
    width: 100%;
    /* background-color: red; */
    height: 16.6%;
    /* border-bottom: 1px solid#00b4ff; */
    position: relative;
    cursor: pointer;
    color: #00b4ff;
}

.body .task .main ul li:hover .text,
.body .task .main ul li:hover .data {
    color: #fff;
}

.body .task .main ul li .text {
    height: 100%;
    position: absolute;
    width: calc(100% - 165px);
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #00b4ff;
    overflow: hidden;
    right: 0;
}

.body .task .main ul li .data {
    height: 100%;
    font-size: 16px;
    position: absolute;
    width: 120px;
    left: 0;
    overflow: hidden;
    text-align: right;
}

.body .task .main ul li span {
    display: block;
    height: 3px;
    width: 3px;
    border: 1px solid #00b4ff;
    background: #00b4ff;
    border-radius: 50%;
    position: absolute;
    left: 139px;
    top: 10px;
    /* transform: translateY(-50%); */
}

.body .task .main .line {
    width: 1px;
    /* height: 100%; */
    background-color: #00b4ff;
    height: 110%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 140px;
    padding-top: 5%;
    padding-bottom: 5%;
    box-sizing: border-box;
}

.body .task .main .line .center {
    height: 100%;
}

.body .task .main .line span {
    display: block;
    height: 3px;
    width: 3px;
    border: 1px solid #00b4ff;
    background: #00b4ff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.body .task .main .line span:first-child {
    background: rgba(0, 0, 0, 0);
    display: block;
    height: 3px;
    width: 3px;
    border: 1px solid #00b4ff;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -5px;
}

.body .task .main .line span:last-child {
    background: rgba(0, 0, 0, 0);
    display: block;
    height: 3px;
    width: 3px;
    border: 1px solid #00b4ff;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -5px;
}

.body .change {
    width: 48.6%;
    height: 25.4%;
    position: absolute;
    background: url(../image/panel-bg-c.png) no-repeat center center / cover;
    background-size: 100% 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 70%;
}

.body .change .main {
    width: 98%;
    height: 73.8%;
    left: 50%;
    transform: translateX(-50%);
    /* background-color: red; */
    position: absolute;
    bottom: 6.4%;
}

.body .news {
    width: 23%;
    height: 26.2%;
    background: url(../image/panel-bg-r.png) no-repeat center center / cover;
    background-size: 100% 100%;
    position: absolute;
    right: 2%;
    top: 2%;
}

.body .news .main {
    width: 85%;
    height: 66.8%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 10.4%;
    /* background-color: #fff; */
    overflow: hidden;
}

.body .news .main ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.body .news .main ul li {
    width: 100%;
    /* background-color: red; */
    height: 16.6%;
    /* border-bottom: 1px solid#00b4ff; */
    position: relative;
    cursor: pointer;
    color: #00b4ff;
}

.body .news .main ul li:hover .text {
    color: #fff;
}

.body .news .main ul li:hover .date {
    color: #fff;
}

.body .news .main ul li .text {
    height: 100%;
    position: absolute;
    width: calc(100% - 120px);
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #00b4ff;
    overflow: hidden;

}

.body .news .main ul li .date {
    height: 100%;
    font-size: 16px;
    position: absolute;
    width: 110px;
    right: 0;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.body .friend {
    width: 23%;
    height: 33.1%;
    position: absolute;
    background: url(../image/panel-bg-r.png) no-repeat center center / cover;
    background-size: 100% 100%;
    right: 2%;
    top: 29.4%;
}

.body .friend .main {
    width: 85%;
    height: 66.8%;
    left: 50%;
    transform: translateX(-50%);
    /* background-color: red; */
    position: absolute;
    bottom: 13.4%;
    /* overflow: scroll; */
}

.body .friend .main ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.body .friend .main ul li {
    width: 100%;
    /* background-color: red; */
    height: 33.3%;
    border-bottom: 1px solid #00b4ff;
    position: relative;
    cursor: pointer;
}

.body .friend .main ul li:hover .text .top {
    color: #fff;
}

.body .friend .main ul li:hover .text .bottom {
    color: #fff;
}

.body .friend .main ul li .num {
    width: 64%;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.body .friend .main ul li .img {
    width: 50px;
    height: 80%;
    border-radius: 6px;
    float: left;

}

.body .friend .main ul li .img img {
    height: 100%;
    border-radius: 6px;
    margin-top: 3px;
}

.body .friend .main ul li .text {
    width: calc(100% - 50px);
    height: 100%;
    /* background-color: #fff; */
    float: left;
    padding-top: 3px;
    box-sizing: border-box;
}

.body .friend .main ul li .text .top {
    width: 100%;
    color: #00b4ff;
    height: 16px;
    font-weight: bold;
}

.body .friend .main ul li .text .top .name {
    margin-right: 10px;
    width: 30%;
}

.body .friend .main ul li .text .bottom {
    width: 100%;
    /*height: calc(100% - 35px);*/
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #00b4ff;
    overflow: hidden;
    margin-top: 9px;
}

.lr {
    float: right;
}

.ll {
    float: left;
}

.body .early-warning {
    width: 23%;
    height: 31.4%;
    position: absolute;
    background: url(../image/panel-bg-r.png) no-repeat center center / cover;
    background-size: 100% 100%;
    right: 2%;
    top: 63.8%;
}

.body .early-warning .main {
    width: 85%;
    height: 77.8%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 4%;
    /* background-color: #fff; */
    overflow: scroll;
    overflow-x: hidden;
}

.body .early-warning .main .head {
    height: 30px;
    width: 100%;
    background-color: #004c81;
    font-size: 16px;
    color: #fff;
}

.body .early-warning .main .head span {
    display: block;
    float: left;
    width: 33.3%;
    text-align: center;
    background-color: #004c81;
    line-height: 30px;
}

.body .early-warning .main .table {
    height: calc(100% - 30px);
}

.body .early-warning .main .table li {
    width: 100%;
    height: 14.25%;
    float: left;
    color: #fff;
    /* position: relative; */
}

.body .early-warning .main .table li span {
    display: block;
    float: left;
    width: 33.3%;
    font-size: 12px;
    box-sizing: border-box;
    padding-left: 5px;
    height: 100%;
    /* top:50%;
    position: absolute;
    transform: translateX(-50%); */
    /* position: relative; */
}

.body .early-warning .main .table li span .text {
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #00b4ff;
    overflow: hidden;
    line-height: 23px;
}

.body .early-warning .main .table li:nth-child(2n) {
    background-color: #004c81;
}

.body .early-warning .main .table li span:nth-child(2) {
    width: 30%;
}

.body .early-warning .main .table li span:nth-child(3) {
    text-align: center;
}

.body .early-warning .main .table li span .pro {
    height: 70%;
    width: 100%;
    background-color: #d90303;
    border-radius: 3px;
    transform: translateY(20%);
    font-size: 14px;
}

.body .early-warning .main .table li span{
    position: relative;
}

.body .early-warning .main .table li span i{
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
}

.body .polygon {
    width: 25%;
    height: 49%;
    position: absolute;
    background: url(../image/Diamonds.png) no-repeat center center / cover;
    background-size: 100% 100%;
    left: 29%;
    top: 16%;
}

.body .polygon ul {
    width: 100%;
    height: 100%;
    /* background-color: #fff; */
}

.body .polygon ul li {
    position: absolute;
    height: 10%;
    width: 20%;
    /* background-color: #fff; */
}

.body .polygon ul li .num,
.body .polygon ul li .text {
    width: 100%;
    height: 50%;
    font-size: 14px;
    /* background-color: red; */
    text-align: center;
}

.body .polygon ul li .num {
    color: #ffe430;
}

.body .polygon ul li .text {
    color: #00d2ff;
    background-color: #002e4b;
    border-radius: 10px;
}

.body .top10 {
    width: 16.1%;
    height: 40.2%;
    position: absolute;
    background-color: rgba(1, 35, 70, 0.5);
    border: 1px solid #006d9b;
    top: 19.6%;
    right: 26.5%;
}

.body .top10 .main {
    width: 85%;
    height: 82.8%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 4.4%;
    /* background-color: #fff; */
    overflow: hidden;
}

.body .top10 .main ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.body .top10 .main ul li {
    width: 100%;
    /* background-color: red; */
    height: 10%;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    color: #00b4ff;
}

.body .top10 .main ul li .progress {
    position: absolute;
    height: 15px;
    width: 100%;
    /* background-color: red; */
    top: 50%;
    transform: translateY(-50%);
}

.body .top10 .main ul li .progress .item {
    width: 80px;
    height: 16px;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    /* background-color: red; */
    left: 0;
    border-radius: 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    /* background: -webkit-linear-gradient( left,#dae901,#03c2d1); */
}

.body .top10 .main ul li .progress .pro {
    width: calc(100% - 90px);
    height: 100%;
    position: absolute;
    right: 0;
    /* background: -webkit-linear-gradient( left,#dae901,#03c2d1); */
    text-align: center;
    color: #fff;
    line-height: 9px;
}

.body .top10 .main ul li .progress .cent {
    width: calc(100%);
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    position: absolute;
    /* background-color: red; */
    left: 0;
    border-radius: 10px;
    background: -webkit-linear-gradient(left, #dae901, #03c2d1);
}

.centspan {
    position: absolute;
    right: 0;
    height: 80%;
    line-height: 140%;
    float: right;
    font-size: 14px;
}

.body .numAll {
    width: 34%;
    height: 4%;
    /* background-color: red; */
    /* background: url(../image/panel-bg.png) no-repeat center center / cover; */
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4%;
}

.body .numAll ul {
    height: 100%;
    width: 100%;
}

.body .numAll ul li {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
}

.body .numAll ul li span {
    display: inline-block;
    width: 26px;
    text-align: center;
    color: #fff;
    background-color: rgba(1, 35, 70, 0.5);
    margin-left: 5px;
    height: 26px;
    font-size: 20px;
    line-height: 26px;
}

.body .numAll li .lable {
    position: absolute;
    bottom: -18px;
    font-size: 16px;
    color: #fff;
    padding-left: 5px;
    font-weight: bold;
    line-height: 10px;
}

.body .title {
    color: #fff;
    margin-left: 15px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
}

.body .title.r {
    margin-left: 22px;
    width: 100%;
    text-align: right;
}

.body .title.c {
    /*  width: 100px; */
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}

::-webkit-scrollbar {
    width: 5px; /*锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷目锟斤拷*/
    height: 5px; /*锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷母叨锟�*/
}

/*锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟绞�*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #003f92;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/*锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷诨锟斤拷锟斤拷锟斤拷式*/
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #00bbf1;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    width: 20px;
}

/*锟斤拷锟斤拷锟姐不锟节碉拷前锟斤拷锟津滑匡拷锟阶刺拷锟斤拷锟斤拷锟轿裁匆拷锟斤拷锟斤拷锟叫碉拷锟斤拷锟剿ｏ拷锟角碉拷锟角革拷刷锟斤拷时锟叫关ｏ拷*/
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(155, 155, 155, 0.4);
}

.roll {
    overflow: scroll;
    overflow-x: hidden;
}



.body .title.r {
    width: 100%;
    text-align: right;
    margin-left: 0;
    padding-right: 14px;
    cursor: pointer;
    font-size: 16px;
}

.body a{
    font-size: 16px;
}

.jiantouri_class{
    width: 24px;
    margin-left: 2px;
    margin-top: 4px;
    display: inline-block;
    float: right;
}

.body .top10 .main ul li .progress {
    height: 22px;
}

.body .top10 .main ul li .progress .pro {
    line-height: 17px;
}
