* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

b {
    font-weight: normal;
}

i {
    font-style: normal;
}

li {
    list-style: none;
}

:root {
    --greyColor: #a6acb1;
    --blueColor: #00c0ff;
    --blurColorOpacity: rgba(0, 192, 255, 0.75);
    /* å•ä½*/
    --title1: 18px;
}

@font-face {
    font-family: DIN-Medium;
    src: url("../font/DIN-Medium.otf");
}

html,
body {
    width: 100%;
    height: 100%;
}

.wrapper {
    width: 100%;
    height: 100%;
    padding: 0 17px;
    font-size: 14px;
}

.content {
    width: 100%;
    height: calc(100% - 35px);
    position: relative;
}

.mapbox {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
  #backBtn{
	position: absolute;
	top:7px;
	color: #fff;
    right:30%;
	font-size: 15px;
	padding: 3px 10px 3px 40px;
	background: url(../img/backbtnfh.png) no-repeat 10px center;
	background-size:18px;
	border: 1px solid rgba(0, 183, 255, 0.5);
	border-radius: 6px;
	cursor: pointer;
  display: none;
}
.left,
.right {
    position: absolute;
    bottom: 0;
    z-index: 3;
}

.left {
    left: 0;
    height: 100%;
    width: 24%;
}

.right {
    width: 20%;
    top: 0;
    right: 0;
}

.title {
    height: 43px;
    position: relative;
}

.title .tabs {
    height: 24px;
    line-height: 24px;
    border-radius: 20px;
    right: 0px;
    top: 8px;
    position: absolute;
}

.title .tabs span {
    background: #002545;
    border: 1px solid RGBA(0, 92, 151, 1);
    /* padding: 0 8px; */
    padding: 0 5px;
    text-align: center;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    border-radius: 16px;
    margin-right: 5px;
    color: #009CFF;
}

.title .tabs .spanOn {
    border: 1px solid #009CFF;
    color: #ffffff;
}

.echart {
    border: 1px solid rgba(1, 64, 97, 0.5);
    border-radius: 6px;
    background: rgba(1, 27, 46, 0.9);
}

.center {
    width: calc(100% - 44%);
    height: 280px;
    margin-top: 10px;
    left: 24%;
    position: absolute;
    bottom: 0px;
    display: flex;
    z-index: 3;
}
.ssSum_ss1{
  height: 74px;
  line-height: 80px;
  display: inline-block;
  margin-top: 10px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #00FFFF;
}
.ssSum_ss1>div{
  height: 68px;
  float: left;
  line-height: 68px;
}
.ssSum_ss1 >div>span{
  margin-right: 10px;
}

/* é‡ç‚¹åŒºåŸŸ*/

.tableHeader {
    height: 40px;
    background-color: #014061;
    width: 100%;
    margin-bottom: 2px;
}

.tableHeader p {
    float: left;
    width: 33.3%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    opacity: 0.8;
}

.tableList {
    overflow: auto;
    height: calc(100% - 50px);
}

.tableList li {
    height: 40px;
}

.tableList li span {
    float: left;
    width: 33.3%;
    line-height: 40px;
    text-align: center;
    color: #009CFF;
    font-size: 14px;
}

.tableList li span:nth-child(2) {
    color: #F6E596;
}

.chartBox {
    width: 100%;
    height: calc(100% - 57px);
    position: relative;
    margin-top: 12px;
}

#ssrltableList li {
    margin-bottom: 2px;
    cursor: pointer;
}


/* 
#ssrltableList li span:first-child {
    width: 10%;
}

#ssrltableList li span:nth-child(2) {
    width: 25%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

#ssrltableList li span:nth-child(3) {
    width: 21%;
    text-align: center;
}

#ssrltableList li span:nth-child(4) {
    width: 22%;
}

#ssrltableList li span:last-child {
    width: 22%;
} */

#ssrltableList li span:first-child {
    width: 8%;
}

#ssrltableList li span:nth-child(2) {
    width: 22%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

#ssrltableList li span:nth-child(3) {
    width: 19%;
    text-align: center;
}

#ssrltableList li span:nth-child(4) {
    width: 15%;
}

#ssrltableList li span:nth-child(5) {
    width: 18%;
}

#ssrltableList li span:last-child {
    width: 18%;
}

#ssrltableList li span:first-child b {
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    border-radius: 50%;
    font-weight: normal;
    text-align: center;
}

#ssrltableList li:last-child {
    border-bottom: none;
}

#ssrltableList li span img {
    margin-left: 2px;
}

#ssrltableList li:nth-child(2n+1) {
    background: RGBA(1, 39, 66, 1)
}

#ssrltableList li:nth-child(2n) {
    background: RGBA(1, 52, 87, 1);
}

#ssrltableList li.on {
    background: RGBA(0, 104, 171, 1) !important;
    color: #ffffff !important;
}

.tableList li.on span {
    float: left;
    width: 33.3%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

.tableList li.on span:nth-child(2) {
    color: #ffffff;
}

.tabBox {
    width: auto;
    height: 82px;
    margin: 0 auto;
}

.tabBox ul {
    height: 100%;
    display: flex;
}

.tabBox ul li {
    display: flex;
    align-items: center;
    width: 50%;
    height: 100%;
    color: #fff;
    padding: 0 10px;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.tabBox ul li img {
    float: left;
    padding-top: 5px;
}

.tabBox ul li div {
    float: left;
    margin-left: 10px;
}

.tabBox ul li div p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7)
}

.tabBox ul li div p:first-child {
    margin-top: 3px;
}

.tabBox ul li span {
    font-size: 21px;
    font-weight: bold;
    color: #00E6FE;
}

.tabBox ul li i {
    font-size: 12px;
}

.tabBox ul li.tabOn {
    background: #101F46;
    border: 1px solid #415FD7;
    box-shadow: 0 0 10px #415FD7;
    box-sizing: border-box;
}

.rk_h3 {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding: 0% 3%;
    line-height: 40px;
}


/* æ€§åˆ«å¹´é¾„ */

.num_each {
    width: 50%;
    height: 100%;
    float: left;
    padding: 0 3%;
}

.num_img {
    width: 70px;
    height: 100%;
    float: left;
}

.val {
    margin-top: 6px;
    font-size: 16px;
}

.val p:nth-child(1) {
    color: rgb(166, 172, 177);
}

.fontnum {
    font-size: 21px;
    color: rgb(0, 255, 255);
    font-family: DIN-Medium;
}

.fontnum2 {
    font-size: 18px;
    color: rgb(0, 183, 255);
    font-family: DIN-Medium;
}

.age_box {
    width: 100%;
    height: calc(100% - 123px);
}

.agebar {
    width: calc(100% - 130px);
    height: 100%;
    float: left;
}

.ageval {
    width: 62px;
    height: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-content: space-around;
    text-align: right;
    margin-left: 8px;
}

.agepercent {
    width: 60px;
    height: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-content: space-around;
    text-align: right;
}

.ageval p {
    text-align: right;
}

.ageval .fontnum {
    font-size: 15px;
    width: 70px;
        height: 30px;
    line-height: 28px;
}

.agepercent .fontnum2 {
    font-size: 15px;
        height: 30px;
    line-height: 28px;
}

.sex_box {
    height: 73px;
    margin: 5px 0;
}


/* ditu */

.legend {
    padding: 7px 15px 10px 15px;
    background: rgba(0, 18, 43, 0.8);
    border: 1px solid rgba(0, 98, 128, 0.8);
    position: absolute;
    z-index: 3;
    right: 21%;
    bottom: 300px;
    border-radius: 8px;
}

.legend p {
    line-height: 28px;
    color: #fff;
}

.legend p:not(:first-child) {
    margin-left: 5px;
}

.legend p span {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
}

.legend .legtit {
    border-bottom: none !important;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.circle_tab {
    padding: 0px 10px;
    background: rgb(21, 45, 115);
    border: 1px solid rgb(5, 163, 195);
    color: rgb(198, 202, 215);
    z-index: 3;
    position: absolute;
    top: 56px;
    right: 27%;
}

.circle_tab p {
    line-height: 30px;
    cursor: pointer;
}

.circle_tab p img {
    vertical-align: middle;
    margin-right: 6px;
}

.ssSum {
    height: 50px;
    float: left;
    position: absolute;
    top: 10px;
    left: 42%;
    z-index: 3;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #00FFFF;
}

.ssSum>div {
    height: 100%;
    float: left;
}


/*å›¾å±‚*/

.tckzCon {
    width: 220px;
    height: auto;
    position: absolute;
    z-index: 9;
    right: 21%;
    top: 0px;
    z-index: 999;
}

.tckz {
    width: 145px;
    height: 100%;
    border: 1px solid rgba(0, 192, 255, 0.9);
    border-radius: 10px;
    text-align: center;
    background: rgba(1, 28, 37, 0.9);
    float: left;
}

.tckz p {
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(9, 183, 224, 0.4);
    font-size: 14px;
}

.tckz ul {
    width: 100%;
    height: calc(100% - 100px);
    margin-top: 12px;
}

.tckz ul li {
    height: 35px;
    line-height: 35px;
    font-weight: 400;
    color: #09B7E0;
    font-size: 14px;
    text-align: left;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.tckz ul li:last-child {
    margin-bottom: 20px;
}

.tckz li span {
    width: 20px;
    height: 20px;
    border: 1px solid #026C85;
    border-radius: 3px;
    display: block;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    background: rgba(0, 28, 34, 1);
}

.tckz li.selected span {
    background: url(../img/home/duihao.png) #00CEFF no-repeat !important;
    background-size: 20px 20px !important;
}

.tckzIcon {
    width: 56px;
    height: 56px;
    background: url(../img/home/tckz.png) rgba(0, 0, 0, 0.04) no-repeat;
    background-size: 32px 28px;
    border: 1px solid rgba(0, 192, 255, 0.4);
    border-radius: 10px;
    float: right;
    background-position-x: center;
    background-position-y: center;
    cursor: pointer;
}

.rkjcjg_sex {
    height: calc(100% - 82px);
}

.select_Dw {
    position: absolute;
    right: -71%;
    top: -88%;
}

@media (width: 1366px) {

    #ssrltableList li span{font-size: 12px;}
    .ageval .fontnum {
    height: 24px;
        line-height: 19px;
}
.agepercent .fontnum2 {
  font-size: 12px;
    height: 24px;
        line-height: 19px;
}
    .tabBox {
        height: 60px;
    }
    .juImg {
        width: 40%;
    }
    .juImg1 {
        width: 72%;
    }
    .num_img {
        width: 49%;
    }
    .sex_box {
        height: 60px;
        margin: 5px 0;
    }
    .age_box {
        width: 100%;
        height: calc(100% - 100px);
    }
    .rkjcjg_sex {
        height: calc(100% - 60px);
    }
    .tabBox ul li span {
        font-size: 12px;
        font-weight: bold;
        color: #00E6FE;
    }
    .tabBox ul li div p {
        font-size: 10px;
        color: rgba(255, 255, 255, 0.7);
    }
    .fontnum {
        font-size: 10px;
        color: rgb(0, 255, 255);
        font-family: DIN-Medium;
    }
    .fontnum2 {
        font-size: 10px;
        color: rgb(0, 183, 255);
        font-family: DIN-Medium;
    }
    .rk_h3 {
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        padding: 0% 3%;
        line-height: 30px;
    }
    .rkjcjg_sex {
        height: calc(100% - 60px);
    }
 
    .ageval .fontnum {
        font-size: 12px;
    }
    .ageval p,
    .agepercent p {
        height: 26px;
    }
    .title .tabs span {
        text-align: center;
        float: left;
        box-sizing: border-box;
        cursor: pointer;
        font-size: 12px;
    }
    .title .tabs {
        height: 19px;
        line-height: 19px;
        border-radius: 20px;
        right: 0px;
        top: 6px;
        position: absolute;
    }
    .title .tabss span {
        padding: 0 0px
    }
    .title {
        height: 30px;
    }
    .select_Dw {
        position: absolute;
        right: -23%;
        top: -80%;
    }
    .chartBox {
        width: 100%;
        height: calc(100% - 42px);
        position: relative;
        margin-top: 12px;
    }
    .echart .title p:nth-child(1) {
        color: rgb(255, 255, 255);
        height: 30px;
        line-height: 30px;
        letter-spacing: 2px;
        font-size: 13px;
        padding-left: 20px;
        position: relative;
        background: linear-gradient(to right, rgba(0, 46, 98, 0.4), rgba(2, 26, 45, 0.4));
    }
    .echart .title p:nth-child(1)::before {
        content: "";
        width: 12px;
        height: 12px;
        background: url(../img/trigle.png) center center / 100% 100% no-repeat;
        position: absolute;
        left: 2px;
        top: 9px;
    }
    .right {
        width: 22%;
    }
    .center {
        width: calc(100% - 46%);
    }
    .map {
        right: 22.5%;
    }
    .select_Dw {
        right: -19%;
    }
    .legend {
        right: 23%;
        padding: 4px 10px 7px 10px;
    }
    .legend .legtit {
        font-size: 16px;
    }
    .tckzCon {
    right: 22%;}
    #backBtn {
  position: absolute;
    top: 6px;
    color: #fff;
    right: 35%;
    font-size: 12px;
    padding: 2px 5px 2px 20px;
    background: url(../img/backbtnfh.png) no-repeat 5px center;
    background-size: 12px;
    border: 1px solid rgba(0, 183, 255, 0.5);
    border-radius: 6px;
    cursor: pointer;
}
}