.bg {
  background: url(../images/bg.jpg) center no-repeat;
}

@font-face {
  /* font-properties */
  font-family: DS;
  src: url("font/DS-Digital Bold.ttf");
}

.main {
  height: 968px;
  overflow: hidden;
}

.main .map {
  position: relative;
  margin-top: 46px;
}

.main .map img {
  display: block;
}

.main .map .arealist .item {
  position: absolute;
  width: 81px;
  height: 42px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: url(../images/area_item.png) 0 0 no-repeat;
}

.main .map .pos9 {
  top: 35px;
  left: 279px;
}

.main .map .pos8 {
  top: 166px;
  left: 380px;
}

.main .map .pos7 {
  top: 111px;
  left: 625px;
}

.main .map .pos6 {
  top: 210px;
  left: 769px;
}

.main .map .pos5 {
  top: 213px;
  left: 606px;
}

.main .map .pos4 {
  top: 328px;
  left: 977px;
}

.main .map .pos3 {
  top: 286px;
  left: 755px;
}

.main .map .pos2 {
  top: 332px;
  left: 590px;
}

.main .map .pos1 {
  top: 261px;
  left: 524px;
}

.areaDetail {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10px;
  padding-left: 15px;
  width: 160px;
  height: 150px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  border-radius: 3px;
}

.mapster_tooltip {
  padding: 10px 15px !important;
  width: 140px;
  background-color: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
  border: none !important;
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px;
}

.mapster_tooltip h4 {
  font-size: 16px;
  line-height: 30px;
}

.screen {
  position: relative;
  margin-top: -134px;
  height: 357px;
  background: url(../images/area.png) 0 0 no-repeat;
  overflow: hidden;
}

.screen .getIn {
  margin: 64px auto 0;
  padding-top: 26px;
  width: 114px;
  background: url(../images/arrow_in.png) center top no-repeat;
  overflow: hidden;
  animation-name: drop;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.screen .getIn a {
  display: block;
  width: 114px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  cursor: default;
}

.screen .box {
  margin: 36px 0 0 267px;
  width: 754px;
  overflow: hidden;
}

.screen .total {
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.screen .total em {
  display: inline-block;
  padding-left: 10px;
  color: #f4d611;
  font-size: 46px;
  font-family: DS;
  vertical-align: top;
}

.screen ul {
  margin: 15px 31px 15px 33px;
}

.screen .item {
  margin: 0 11px 0 25px;
  padding: 0 25px;
  float: left;
  width: 194px;
  line-height: 36px;
  overflow: hidden;
}

.screen .item:hover {
  cursor: pointer;
  background-color: #012781;
  border-radius: 36px;
}

.screen .item .city {
  float: left;
  font-size: 16px;
  color: #fff;
}

.screen .item .number {
  float: right;
  font-size: 28px;
  color: #00eaff;
  font-family: DS;
}

.screen .cricle {
  position: absolute;
  top: 100px;
  left: 140px;
  width: 130px;
  height: 130px;
  font-size: 22px;
  line-height: 130px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.screen .cricle span {
  position: relative;
  z-index: 2;
}

.screen .cricle img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  animation-name: shake-little;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes shake-little {
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes drop {
  50% {
    background-position: center 5px;
  }
  100% {
    background-position: center 0px;
  }
}


.bigdata {
   cursor: pointer;
   background: url(../images/yibiaopan.png) center top no-repeat;
   z-index: 9999999;
   position: absolute;
   left: 90%;
   top: 50%;
   height: 100px;	
   margin:-150px 0 0 0;
}

.bigdata a {
	cursor: pointer;
	margin-top:65px;
	width: 60px;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	font: 17px "Microsoft YaHei", arial, helvetica, clean, sans-serif;
	font-weight: bold;
}

	



.head .operate {
  float: right;
  height: inherit;
  padding: 18px 10px 18px 0;
}