html,body {
    width: 100%;
    height: 100%;
    color: #fff
}
::-webkit-scrollbar {
    /*滚动条整体样式*/
    width:10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height:1px;
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius:10px;
    -webkit-box-shadow:inset 0 0 5px rgba(24,74,96,0.2);
    background: #466ad2;
}
@media screen and (max-width: 3850px) {
    html,body {
        font-size: 40px
    }
}
@media screen and (max-width: 2895px) {
    html,body {
        font-size: 38px
    }
}
@media screen and (max-width: 1930px) {
    html,body {
        font-size: 36px
    }
}
.fl {
    float: left
}
.fr {
    float: right
}
.clearfix:before,.clearfix:after {
    display: table;
    content: ""
}
.clearfix:after {
    clear: both
}
@font-face {
    font-family:Rubik;src:url("../fonts/Rubik-Light.ttf");src:url("../fonts/rubik-regular-webfont.ttf");src:url("../fonts/Rubik-Medium.ttf")
}
@font-face {
    font-family:DigifaceWide;src:url("../fonts/digifaw.ttf")
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
b {
    font-weight: normal
}
ul,li,dl,dt,dd {
    padding: 0;
    margin: 0;
    list-style: none
}
h1,h2,h3,h4,div {
    padding: 0;
    margin: 0;
    font-weight: normal
}
h3 {
    font-size: .5625em;
    color: #fff
}
p {
    margin: 0;
    padding: 0
}
body {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: MicrosoftYaHei;
    overflow: hidden
}
body:before {
    position: absolute;
    top: 7.6%;
    right: 0;
    width: 5.2%;
    height: 12%;
    background: url("../images/circle.png") no-repeat;
    background-size: 100%;
    content: ""
}
.root-wrap {
    height: 100%;
    padding: 0 10px;
    background: url("../images/bg.png") no-repeat center top;
    background-size: 100% 100%
}
header {
    position: relative;
    width: 100%;
    height: 70px;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 5px
}
header>img {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
header #localtime {
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 6px;
    width: 270px;
    text-align: left;
    cursor: pointer;
}
header .gifImg {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    min-height: 60px;
    overflow: hidden;
    text-align: center
}
header .gifImg:after {
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 20%);
    transform: translate(-50%, 20%);
    display: block;
    position: absolute;
    width: 70%;
    min-width: 700px;
    height: 100%;
    background: url("../images/header.gif") no-repeat center center;
    background-size: 100%
}
header .gifImg .month-tip {
    margin-top: 3%;
    font-size: .75em;
    color: #fff;
    letter-spacing: 0.15em;
    cursor: pointer;
}
header .title_img {
    text-align: left
}
header .title_img img {
    width: 19.5%
}
header h2 {
    position: absolute;
    top: 33%;
    font-size: .75em
}
header h2 {
    left: 0
}
header:before {
    position: absolute;
    bottom: 18%;
    left: 0;
    width: 100%;
    height: 18%;
    min-height: 18px;
    content: ""
}

.main {
    width: 100%;
    height: calc(100% - 100px);
    position: relative;
    opacity: .9;
    border-top: 4px solid #121e52;
    border-bottom: 4px solid #10144b;
    background: rgba(18,22,64,0.5);
    background-size: 100% 100%;
}

.main-top{
    width: 100%;
    height: 10%;
    font-size: 0.45rem;
}
.main-top .top-item-title{
    width: 100%;
    height: 50%;
    font-size: 0.5rem;
    position: relative;
    padding-left: 10%;
}
.main-top .top-item-title>img {
    height: 100%;
}
.top-item-title .top-item-name {
    width: 100%;
    height: 100%;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
}

.main-middle{
    width: 100%;
    height: 60%;
}
.main .aside-left {
    position: relative;
    width: 24%;
    height: 100%
}
.main .aside-left h3 {
    padding-top: 3%;
    padding-left: 7%;
}
.main .aside-right {
    position: relative;
    width: 24%;
    height: 100%
}
.left-top {
    position: relative;
    opacity: .9;
    background: rgba(18,22,64,0.5)
}
.left-top:after {
    position: absolute;
    right: 0;
    bottom: 0%;
    width: 5%;
    min-width: 20px;
    height: 8%;
    background: url("../images/bor1_1_xie.png") no-repeat;
    background-size: 100% 100%;
    content: ""
}
.left-top:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/bor1_1.png") no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    content: ""
}
.left-bottom {
    position: absolute;
    bottom: 0;
    opacity: .9
}
.left-bottom:before {
    content: '';
    position: absolute;
    top: 5.6%;
    right: -2%;
    z-index: 100;
    width: 15%;
    height: 7%;
    background: url("../images/bor1_2_square.png") no-repeat;
    background-size: 100%;
    z-index: 10
}
.left-bottom:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 104%;
    background: url("../images/bor1_2.png") no-repeat;
    background-size: 100% 97%;
    z-index: -1;
    content: ""
}
.middle-map {
    position: relative;
    width: 51%;
    height: 100%;
    margin: 0 .5%
}
.middle-map h3 {
    height: 9%
}
.middle-map .map-wrap {
    position: relative;
    opacity: .9;
    height: 100%;
    border-top: 4px solid #121e52;
    border-bottom: 4px solid #10144b;
    background: rgba(18,22,64,0.5);
    background-size: 100% 100%
}
.middle-map .map-wrap h3 {
    position: absolute;
    top: 2%;
    left: 50%;
    width: 100%;
    padding: 0 3%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
.middle-map .map-wrap h3 dl {
    width: 20%;
    padding: 0.4% 0.2% 0 0.4%;
    border-left: 2px solid #00bbec
}
.middle-map .map-wrap h3 dl dt {
    font-size: .78125em;
    color: #00bbec;
    margin-bottom: 5%
}
.middle-map .map-wrap h3 dl dd {
    font-family: DigifaceWide;
    font-size: 1.25em;
    color: #fff
}
.middle-map .map-wrap .title-map {
    position: absolute;
    left: 50%;
    top: 20%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: .5625em
}
.middle-map .map-wrap .unit-wan:after,.middle-map .map-wrap .unit-wanyuan:after,.middle-map .map-wrap .unit-number:after,.middle-map .map-wrap .unit-pc:after,.middle-map .map-wrap .unit-type:after {
    display: inline-block;
    margin-left: 4%;
    font-size: 12px;
    color: #fff
}
/*.middle-map .map-wrap .unit-wan:after {
    content: '万'
}
.middle-map .map-wrap .unit-wanyuan:after {
    content: '万元'
}
.middle-map .map-wrap .unit-number:after {
    content: '条'
}
.middle-map .map-wrap .unit-type:after {
    content: '种'
}
.middle-map .map-wrap .unit-pc:after {
    content: '批次'
}*/
.middle-map .map-wrap #map {
    height: 100%
}
.right-top {
    position: relative;
    background: url("../images/bg1_1.png") no-repeat top
}
.right-top .con {
    height: 42%;
    margin: 0 5%;
    font-size: .4375em;
    font-size: .4375em;
    background: #081d5d
}
.clearfix:before,.clearfix:after {
    display: table;
    content: ""
}
.clearfix:after {
    clear: both
}
.nav {
    position: fixed;
    right: 0;
    z-index: 20000;
    width: 30%;
    height: 10%;
    font-size: .4375em
}
.nav ul {
    list-style: none;
    min-width: 440px;
    width: 100%
}
.nav ul a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 4.5;
    color: white
}
.drop-down {
    width: 100%;
    height: 100%
}
.drop-down-content li {
    display: inline-block;
    float: left;
    width: 20%;
    min-width: 82px;
    height: 100%
}
.drop-down {
    width: 100%
}
.drop-down-content {
    padding: 0;
    display: none;
    position: absolute;
    top: 37%;
    right: 0
}
h3 {
    font-size: .5em;
    clear: both
}
.drop-down-content li:hover a {
    color: bisque
}
.nav .drop-down:hover .drop-down-content {
    display: block
}
.main .aside-left .book-rank {
    border-bottom: 1px solid rgba(19,151,255,0.1);
    font-size: .45em;
}
.main .aside-left .book-rank span {
    display: inline-block;
    height: 100%
}
.main .aside-left .book-rank .ranking {
    color: #2edbff
}
.main .aside-left .book-rank .hot {
    font-size: 14px;
    color: #fff
}
.main .aside-left .ranking {
    width: 45px;
    padding-left: 15px
}
.main .aside-left .name {
    width: calc(78% - 60px);
}
.main .aside-left .company {
    width: 34%;
}
.main .aside-left .hot {
    width: 20%;
    padding-left: 2%;
}
.main .aside-left .ranking,.main .aside-left .name,.main .aside-left .company,.main .aside-left .hot {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main .aside-left h3 {
    height: 15%;
    cursor: pointer;
}
.main .aside-left .tit {
    height: 6%;
    margin: 3% 0;
    font-size: .4375em;
    color: #2edbff;
}
.main .aside-left .tit span {
    display: inline-block;
    height: 100%;
}
.main .aside-left .top {
    position: relative;
    height: 48%;
}
.main .aside-left .top:nth-child(1) {
    margin-bottom: 4%;
}
.main .aside-left .top .con-wrap {
    position: relative;
    width: 100%;
    height: 76%;
    overflow: hidden;
    margin-top: 3%;
}
.main .aside-left .top .con-wrap .over-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.main .aside-left .top .con-wrap .go {
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.main .aside-left .top .con-wrap .top1 {
    top: -100% !important;
}
.main .aside-left .top .con-wrap .top2 {
    top: -200% !important;
}
.main .aside-left .top .con-wrap .top3 {
    top: -300% !important
}
.main .aside-left .top .con-wrap .top4 {
    top: -400% !important
}
.main .aside-left .top .con-wrap .top5 {
    top: -500% !important
}
.main .aside-left .top .con-wrap .top6 {
    top: -600% !important
}
.main .aside-left .top .con-wrap .top7 {
    top: -700% !important
}
.main .aside-left .top .con-wrap .top8 {
    top: -800% !important
}
.main .aside-left .top .con-wrap .top9 {
    top: -900% !important
}
.main .aside-left .top .con-wrap .top10 {
    top: -1000% !important
}
.main .aside-left .top .con-wrap .top11 {
    top: -1100% !important
}
.main .aside-left .top .con-wrap .top12 {
    top: -1200% !important
}
.main .aside-left .top .con {
    height: 100%
}
.main .aside-left .top .con li {
    height: 18%;
    cursor: pointer
}
.main .aside-left .top .con li .book-rank {
    height: 100%
}
.main .aside-left .top .con li .book-show {
    display: none;
    position: relative;
    margin-top: 2%;
    overflow: hidden
}
.main .aside-left .top .con li .book-show .img-box {
    position: relative;
    width: 25%;
    height: 100%;
    margin: 0 4% 0 16%
}
.main .aside-left .top .con li .book-show .img-box img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-height: 100%;
    overflow: hidden
}
.main .aside-left .top .con li .book-show .content {
    width: 42%;
    height: 100%;
    margin-top: 2%;
    font-size: .375em;
    overflow: hidden
}
.main .aside-left .top .con li .book-show .content p {
    height: 20%;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.main .aside-left .top .con li.active {
    height: 10%;
    background: rgba(19,151,255,0.1)
}
.main .aside-left .top .con li.active .book-rank {
    border-bottom: none
}
.main .aside-left .top .con li.active .book-show {
    display: block
}
.main .aside-left .bottom {
    position: absolute;
    width: 100%;
    height: 49%
}
.main .aside-left .bottom .bottom-in {
    width: 100%;
    height: 100%;
    overflow: hidden
}
.main .aside-left .bottom .short {
    width: 67%
}
.main .aside-left .bottom .hot {
    width: 20%
}
.main .aside-left .bottom .con {
    height: 74%
}
.main .aside-left .bottom .con li {
    height: 10.5%;
    border-bottom: 1px solid rgba(19,151,255,0.1)
}
.main .aside-left .bottom .con li .book-rank {
    height: 100%;
    border-bottom: none
}
.main .aside-left .bottom .con li .short {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.main .aside-right .pie,.main .aside-right .trend {
    position: relative
}
.main .aside-right .keys {
    position: relative;
    height: 20%;
    margin-bottom: 2.5%
}
.main .aside-right .keys h3 {
    height: 40%;
    padding-top: 6%;
    margin-left: 5%
}
.main .aside-right .keys .con {
    height: 42%;
    margin: 0 20px;
    background: #081d5d
}
.main .aside-right .keys .con dl {
    width: 33.3%;
    height: 100%;
    padding: 10px 0 0 10px
}
.main .aside-right .keys .con dl dt {
    height: 40%;
    font-size: .5625em;
    color: #128df0
}
.main .aside-right .keys .con dl dd {
    height: 60%;
    font-family: Rubik;
    font-size: 1.125em;
    font-weight: 300;
    color: #fff
}
.main .aside-right .keys .con .middle {
    position: relative
}
.main .aside-right .keys .con .middle:before,.main .aside-right .keys .con .middle:after {
    position: absolute;
    top: 20%;
    width: 1px;
    height: 60%;
    background: rgba(255,255,255,0.1);
    content: ""
}
.main .aside-right .keys .con .middle:before {
    left: 0
}
.main .aside-right .keys .con .middle:after {
    right: 0
}
.main .aside-right .pie {
    position: relative;
    height: 40%;
    margin-bottom: 2%;
    background: url("../images/bg1_1.png") no-repeat;
    background-size: cover
}
.main .aside-right .pie:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/bor1_4.png") no-repeat;
    background-size: 100% 100%;
    content: ""
}
.main .aside-right .pie h3 {
    height: 16%;
    text-align: center
}
.main .aside-right .pie .pies {
    width: 100%;
    height: 100%;
    padding-top: 3%
}
.main .aside-right .pie #pies {
    width: 100%;
    height: 100%;
    pointer-events: auto;
}
.main .aside-right .pie .pie1 {
    width: 50%;
    height: 100%;
    padding-top: 8%
}
.main .aside-right .pie .pie2 {
    width: 50%;
    height: 100%;
    padding-top: 8%
}
.main .aside-right .pie .legend {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 80%;
    min-width: 280px;
    font-size: .3125em;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
.main .aside-right .pie .legend span {
    position: relative;
    margin-right: 1%
}
.main .aside-right .pie .legend span:before {
    display: inline-block;
    position: relative;
    top: 1px;
    width: 1em;
    height: 1em;
    margin-right: 1%;
    content: ""
}
.main .aside-right .pie .legend span:nth-of-type(1):before {
    background: #0239a7
}
.main .aside-right .pie .legend span:nth-of-type(2):before {
    background: #fff
}
.main .aside-right .pie .legend span:nth-of-type(3):before {
    background: #24feb4
}
.main .aside-right .pie .legend span:nth-of-type(4):before {
    background: #23539b
}
.main .aside-right .pie .legend span:nth-of-type(5):before {
    background: #3c9de4
}
.main .aside-right .area-rank {
    position: relative;
    height: 58%;
    background: url("../images/bg1_3.png") no-repeat;
    background-size: cover;
    overflow: hidden
}
.main .aside-right .area-rank:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/invalid.png") no-repeat;
    background-size: 100% 100%;
    content: ""
}
.main .aside-right .area-rank h3 {
    height: 15%;
    padding-top: 3%;
    margin-left: 5%
}
.main .aside-right .area-rank .con {
    position: relative;
    height: 82%;
    margin: 0 0 5% 5%;
    font-size: .3125em;
    color: #07bffb;
}
.main .aside-right .area-rank .con ul {
    position: relative;
    width: 100%;
    height: 100%;
}
.main .aside-right .area-rank .con li {
    height: 11.1%
}
.main .aside-right .area-rank .con li:nth-of-type(1) .bar-in {
    width: 94%
}
.main .aside-right .area-rank .con li:nth-of-type(2) .bar-in {
    width: 88%
}
.main .aside-right .area-rank .con li:nth-of-type(3) .bar-in {
    width: 84%
}
.main .aside-right .area-rank .con li:nth-of-type(4) .bar-in {
    width: 79%
}
.main .aside-right .area-rank .con li:nth-of-type(5) .bar-in {
    width: 76%
}
.main .aside-right .area-rank .con li:nth-of-type(6) .bar-in {
    width: 74%
}
.main .aside-right .area-rank .con li:nth-of-type(7) .bar-in {
    width: 70%
}
.main .aside-right .area-rank .con li:nth-of-type(8) .bar-in {
    width: 68%
}
.main .aside-right .area-rank .con li:nth-of-type(9) .bar-in {
    width: 65%
}
.main .aside-right .area-rank .con li:nth-of-type(10) .bar-in {
    width: 62%
}
.main .aside-right .area-rank .con li:nth-of-type(11) .bar-in {
    width: 60%
}
.main .aside-right .area-rank .con li:nth-of-type(12) .bar-in {
    width: 58%
}
.main .aside-right .area-rank .con li:nth-of-type(13) .bar-in {
    width: 54%
}
.main .aside-right .area-rank .con li:nth-of-type(14) .bar-in {
    width: 51%
}
.main .aside-right .area-rank .con li:nth-of-type(15) .bar-in {
    width: 49%
}
.main .aside-right .area-rank .con span {
    display: inline-block;
    height: 100%
}
.main .aside-right .area-rank .con .num {
    width: 20px
}
.main .aside-right .area-rank .con .city-name {
    width: calc(100% - 80px);
    margin-right: 5px;
    color: #ffffff;
}
@media screen and (max-width: 3850px) {
}
@media screen and (max-width: 1930px) {
}
@media screen and (max-width: 3850px) {

}
@media screen and (max-width: 1930px) {

}
.main .aside-right .area-rank .con .bar {
    position: relative;
    top: 10%;
    width: 80px;
    height: 46%
}
.main .aside-right .area-rank .con .bar .bar-in {
    display: block;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#2690cf), to(#00fecc));
    background: linear-gradient(to right, #2690cf, #00fecc)
}
.main .aside-right .area-rank .con .rank-value {
    font-size: 1em;
    width: 40px;
    margin-left: 5px
}
.main .aside-right .trend {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 26%;
    background: url("../images/bg1_3.png") no-repeat;
    background-size: cover
}
.main .aside-right .trend:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/bor1_6.png") no-repeat;
    background-size: 100% 100%;
    content: ""
}
.main .aside-right .trend h3 {
    height: 20%;
    padding-top: 5%;
    margin-left: 5%
}


.main-bottom {
    width: 100%;
    height: calc(30% - 10px);
    padding-top: 10px;
}
.main-bottom span {
    display: block;
    position: relative;
    float: left;
    height: 100%;
    background: #02336b;
}

/*.main-bottom span:before {
    content: '';
    position: absolute;
    top: 5.6%;
    right: -2%;
    z-index: 100;
    width: 15%;
    height: 7%;
    background: url("../images/bor1_2_square.png") no-repeat;
    background-size: 100%;
    z-index: 10
}*/
/*.main-bottom .line2:after, .main-bottom .line3:after, .main-bottom .line4:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 104%;
    background: url("../images/bor1_6.png") no-repeat;
    background-size: 100% 97%;
    content: ""
}*/
.main-bottom .line2:before, .main-bottom .line3:before, .main-bottom .line4:before {
    content: '';
    position: absolute;
    top: 5.6%;
    right: -2%;
    z-index: 100;
    width: 15%;
    height: 7%;
    background: url("../images/bor1_2_square.png") no-repeat;
    background-size: 100%;
    z-index: 10
}
.main-bottom .line2:after, .main-bottom .line3:after, .main-bottom .line4:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 104%;
    background: url("../images/bor1_2.png") no-repeat;
    background-size: 100% 97%;
    z-index: 1;
    content: ""
}
.main-bottom h3 {
    height: 10%;
    padding-top: 3%;
    padding-left: 7%;
    font-size: 0.5em;
}
.main-bottom .line1 {
    width: 24%;
}
.main-bottom .line1 .line1-line{
    width: 100%;
    height: 85%;
    position: relative;
    z-index: 9;
}
.main-bottom .lines{
    width: 100%;
    height: 100%;
}
.main-bottom .line2 {
    width: 24.5%;
    margin: 0 .5% 0 1%;
}
.main-bottom .line2 .line2-line{
    width: 100%;
    height: 85%;
    position: relative;
    z-index: 9;
}
.main-bottom .line3 {
    width: 24.5%;
    margin: 0 1% 0 .5%;
}
.main-bottom .line3 .line3-line{
    width: 100%;
    height: 85%;
    position: relative;
    z-index: 9;
}
.main-bottom .line4 {
    width: 24%;
    float: right;
}
.main-bottom .line4 .line4-line{
    width: 100%;
    height: 85%;
    position: relative;
    z-index: 9;
}
.pressRotate {
    -webkit-animation: mymove .5s ease-in;
    animation: mymove .5s ease-in
}
@keyframes mymove {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg)
    }
}
@-webkit-keyframes mymove {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg)
    }
}

.nav_box{
    height: 26px;
    position: relative;
}
#zone-box {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: -10px;
}
.zone-list {
    float: left;
    cursor: pointer;
    height: 32px;
    line-height: 28px;
    color: #14B4FE;
    border: 1px solid #14B4FE;
    text-align: center;
    padding: 2px 6px;
}
.zone-list:first-child {
    border-radius: 6px 0px 0px 6px;
}
.zone-list:last-child {
    border-radius: 0px 6px 6px 0px;
}
.zone-list.active {
    background: #14B4FE;
    color: #fff;
}

#model-box {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -10px;
}
.model-list {
    float: left;
    cursor: pointer;
    height: 32px;
    line-height: 28px;
    color: #14B4FE;
    border: 1px solid #14B4FE;
    text-align: center;
    padding: 2px 6px;
}
.model-list:first-child {
    border-radius: 6px 0px 0px 6px;
}
.model-list:last-child {
    border-radius: 0px 6px 6px 0px;
}
.model-list.active {
    background: #14B4FE;
    color: #fff;
}

.main-top{
    display: flex;
    justify-content: space-evenly;
    /*flex-flow: wrap-reverse;*/
}
.main-top .top-item {
    width: 19%;
    height: 100%;
    padding:  0 0;
    border-right: 1px solid rgba(19,151,255,0.3);
}
.top-item-title .top-item-name {
    width: 75%;
    text-align: left;
    left: 25%;
    padding-left: 5px;
}
.main-top .top-item-line1{
    width: 100%;
    height: 40%;
}
.main-top .top-item-line2{
    width: 100%;
    height: 60%;
}
.line-list{
    display: flex;
    justify-content: space-evenly;
    flex-flow: wrap-reverse;
}
.main-top .line-list{
    float: left;
}
.main-top .line-list .top-item-name,.main-top .line-list .top-item-number{
    float: left;
    cursor: pointer;
}
.line-list-w12 {
    display: block;
}
.line-list-w12 .top-item-name{
    width: 60%;
    padding-right: 6px;
    text-align: right;
}
.line-list-w12 .top-item-number{
    
}
.line-list-12 {
    width: 8.3%;
    height: 100%;
}
.line-list-11 {
    width: 9%;
    height: 100%;
}
.line-list-10 {
    width: 83.3%;
    height: 100%;
}
.line-list-9 {
    width: 11.1%;
    height: 100%;
}
.line-list-8 {
    width: 12.5%;
    height: 100%;
}
.line-list-7 {
    width: 14.25%;
    height: 100%;
}
.line-list-6 {
    width: 16.6%;
    height: 100%;
}
.line-list-5 {
    width: 20%;
    height: 100%;
}
.line-list-4 {
    width: 25%;
    height: 100%;
}
.line-list-3 {
    width: 33.3%;
    height: 100%;
}
.line-list-2 {
    width: 50%;
    height: 100%;
}
.line-list-1 {
    width: 100%;
    height: 100%;
}
.top-item-name{
    height: 100%;
    padding-right: 4px;
    color: #e4dede;
}
.main-top .top-item-number {
    text-align: left;
    height:  100%;
    font-size: 0.45rem;
}
.line-list-w6 .top-item-name {
    width: 100%;
    height: 50%;
    text-align: center;
}
.line-list-w6 .top-item-number {
    width: 100%;
    height: 50%;
    text-align: center;
}
.line-list-w6{
    display: block;
}
.top-item-line2{
    font-size: 0.4rem;
}

.hm_map_nav{
    font-size: 16px;
    float: revert;
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
}
.map_nav_item{
    line-height: 28px;
    background: rgba(41,98,237,.1);
    border-radius: 2px;
    z-index: 99;
    position: relative;
    transition: all .5s;
    margin-right: 2px;
    cursor: pointer;
    padding: 2px 6px;
    height: 32px;
    line-height: 28px;
}
.map_nav_item_active{
    box-shadow: inset 0 0 9px 0 #2962ed;
}
.main-bottom .lines div{
    font-size: 20px;
    margin-left: 20px;
    margin-top: 20px;
}
.main .aside-right .area-rank {
    height: 48%;
}
.main .aside-right .area-rank:nth-child(1) {
    margin-bottom: 4%;
}
.main .aside-left h3, .main .aside-right .area-rank h3{
    line-height: 2;
}
.main .aside-right .area-rank .con li {
    height: 40px;
    font-size: 0.36rem;
    padding: 0 0 8px 0;
}
.main .aside-right .area-rank .con {
    margin: 2% 2% 3% 4%;
    width: 94%;
}
.info-area{
    height: calc(100% - 8px);
}
.bar-area{
    width: 90%;
    background-color: #ddd;
    height: 4px;
    margin: 2px 05% 0 5%;
    border-radius: 2px
}
.bar-area .myBar{
    height: 100%;
    background-color: #1370FB;
    border-radius: 2px;
    color: white;
}
.main .aside-right .area-rank .con .rank-value {
    margin-right: 5px;
    text-align: right;
}
.over-wrap{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.showpops{
    position: relative;
}
.popup-layer {
    position: absolute;
    border: 1px solid #02336b;
    background: #02336b;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 100;
    max-height: 250px;
    top: 100%;
    overflow-y: auto;
}
.popup-layer li{
    line-height: 30px;
    font-size: 0.38rem;
    text-align: left;
    padding: 0 10px;
    border-bottom: 1px solid rgba(19, 151, 255, 0.2);
}
.popup-layer li div{
    width: max-content;
}
/* <=1399px and >=1200px的设备:PC端*/
@media (min-width: 1200px) and (max-width:1399px) {
    header {
        position: relative;
        width: 100%;
        height: 60px;
        text-align: center;
        padding-top: 5px;
        margin-bottom: 5px;
    }
    header .gifImg:after{
        display: none;
    }
    #model-box {
        left: 0;
        font-size: .45em;
    }
    #zone-box {
        right: 0;
        font-size: .45em;
    }
    .model-list {
        height: 32px;
        line-height: 28px;
        padding: 2px 4px;
    }
    .zone-list {
        height: 32px;
        line-height: 28px;
        padding: 2px 4px;
    }
    .hm_map_nav {
        font-size: .45em;
    }
    h3 {
        font-size: .45em;
        clear: both;
    }
    .main{
        height: calc(100% - 90px);
    }
    .main .aside-left .top {
        position: relative;
        height: calc(50% - 3px);
    }
    .main .aside-left .top:nth-child(1) {
        margin-bottom: 6px;
    }
    .main .aside-left .book-rank {
        border-bottom: 1px solid rgba(19,151,255,0.1);
        font-size: .4em;
    }
    .main .aside-right .area-rank:nth-child(1) {
        margin-bottom: 6px;
    }
    .main .aside-right .area-rank {
        height: calc(50% - 3px);
    }
    .main-bottom {
        width: 100%;
        height: calc(30% - 6px);
        padding-top: 6px;
    }
    .main-bottom h3 {
        height: 10%;
        padding-top: 3%;
        padding-left: 7%;
        font-size: 0.45em;
    }
}
/* <=1199px and >=960px的设备:PC端*/
@media (min-width: 960px) and (max-width:1199px) {
    header {
        position: relative;
        width: 100%;
        height: 60px;
        text-align: center;
        padding-top: 5px;
        margin-bottom: 5px;
    }
    header .gifImg .month-tip {
        margin-top: 3%;
        font-size: .6em;
        color: #fff;
        letter-spacing: 0.15em;
    }
    header .gifImg:after{
        display: none;
    }
    #model-box {
        left: 0;
        font-size: .4em;
    }
    #zone-box {
        right: 0;
        font-size: .4em;
    }
    .model-list {
        height: 32px;
        line-height: 28px;
        padding: 2px 4px;
    }
    .zone-list {
        height: 32px;
        line-height: 28px;
        padding: 2px 4px;
    }
    .hm_map_nav {
        font-size: .4em;
    }
    h3 {
        font-size: .45em;
        clear: both;
    }
    .main{
        height: calc(100% - 90px);
    }
    .main .aside-left .top {
        position: relative;
        height: calc(50% - 3px);
    }
    .main .aside-left .top:nth-child(1) {
        margin-bottom: 6px;
    }
    .main .aside-left .book-rank {
        border-bottom: 1px solid rgba(19,151,255,0.1);
        font-size: .4em;
    }
    .main .aside-right .area-rank:nth-child(1) {
        margin-bottom: 6px;
    }
    .main .aside-right .area-rank {
        height: calc(50% - 3px);
    }
    .main-bottom {
        width: 100%;
        height: calc(30% - 6px);
        padding-top: 6px;
    }
    .main-bottom h3 {
        height: 10%;
        padding-top: 3%;
        padding-left: 7%;
        font-size: 0.45em;
    }
}
/* <=767px and >=640px的设备：平板端或者手机横屏*/
@media (max-width:767px) {
    body{
        overflow-y: auto;
    }
    .root-wrap {
        height: auto;
        padding: 0 5px;
    }
    header {
        position: relative;
        width: 100%;
        height: 60px;
        text-align: center;
        padding-top: 5px;
        margin-bottom: 5px;
    }
    header #localtime {
        font-size: .4em;
        left: 5px;
        top: 6px;
        width: 270px;
    }
    header .gifImg{
        top: unset;
    }
    header .gifImg .month-tip {
        margin-top: 3%;
        font-size: .6em;
        color: #fff;
        letter-spacing: 0.15em;
    }
    header .gifImg:after{
        display: none;
    }
    .nav_box{
        display: grid;
        height: auto;
    }
    #model-box {
        width: 100%;
        position: relative;
        left: 0;
        font-size: .4em;
        padding: 0 0 5px 0;
    }
    #zone-box {
        width: 100%;
        position: relative;
        left: 0;
        font-size: .4em;
    }
    .model-list {
        height: 32px;
        line-height: 28px;
        padding: 2px 4px;
    }
    .zone-list {
        height: 32px;
        line-height: 28px;
        padding: 2px 4px;
    }
    .hm_map_nav {
        font-size: .4em;
    }
    h3 {
        font-size: .45em;
        clear: both;
    }
    .main{
        height: auto;
    }
    .main-top {
        display: table;
    }
    .main-top .line-list {
        padding: 3px 0;
    }
    .main-top .top-item {
        width: 100% !important;
        height: 100%;
        border-bottom: 1px solid #484848;
    }
    .main .aside-left {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .main .aside-left .top {
        position: relative;
        width: 50%;
        height: 400px;
        float: left;
    }
    .main .aside-left h3 {
        height: 40px;
    }
    .main .aside-left .top .con-wrap {
        height: 330px;
        margin-top: 3%;
    }
    .main .aside-left .top .con li {
        height: 30px !important;
        cursor: pointer;
    }
    .main .aside-left .top:nth-child(1) {
        margin-bottom: 6px;
    }
    .main .aside-left .book-rank {
        border-bottom: 1px solid rgba(19,151,255,0.1);
        font-size: .4em;
    }
    .middle-map {
        width: 100%;
        height: 400px;
    }
    .main .aside-right {
        width: 100%;
        height: 100%;
    }
    .main .aside-right .area-rank:nth-child(1) {
        margin-bottom: 6px;
    }
    .main .aside-right .area-rank {
        width: 50%;
        height: 320px;
        float: left;
    }
    .main-bottom {
        width: 100%;
        height: calc(30% - 6px);
        padding-top: 6px;
    }
    .main-bottom .line1 {
        width: 49.5%;
        height: 240px;
    }
    .main-bottom .line2 {
        width: 49.5%;
        margin: 0 0 0 1%;
        height: 240px;
    }
    .main-bottom .line3 {
        width: 49.5%;
        margin: 0 0;
        height: 240px;
    }
    .main-bottom .line4 {
        width: 49.5%;
        margin: 0 0 0 1%;
        height: 240px;
    }
    .main-bottom h3 {
        height: 10%;
        padding-top: 3%;
        padding-left: 7%;
        font-size: 0.45em;
    }
}