/* stat start */

.stat{
	float:left;
	/*height:488px;
	overflow:hidden;*/
	border:1px solid #ccc;
	width:300px;
	margin:0 5px 0 0;
	overflow:hidden;
}
.stat .stat-title{
	width:90%;
	height:8%;
	margin:0 auto;
}
.stat .stat-title .title-all{
	width:50%;
	float:left;
	font-size: 12px;
	line-height:39px;
	text-align:center;
	cursor:pointer;
}
.stat .stat-body{
	margin:6px 0 0 0;
	line-height:34px;
	position:relative;
}
.stat .stat-body .t,.tt{
	height:64px;
	margin:0 0 0 10px;
    display: block;
    width:270px;
	border-bottom:1px dashed #ccc;
}
.stat .stat-body a{
	color:#333;
	font-size:12px;
	text-decoration:none;
}
.stat .stat-body .a1{
	display:block;
	height:29px;
	overflow: hidden;
	white-space: nowrap;
	width:100%;
}
.stat .a1 img{
	margin:0 8px 0 0;
	float:left;
}
.stat .stat-body .a2{
	width:50px;
	display:block;
	float:left;
}
.stat .stat-body .a3{
	width:80px;
	display:block;
	float:right;
	text-align:right;
}

.stat img{
	width:30px;
}
.stat-body .t li{
	width:100%;
}
.banner_page_box{
	position:absolute;
	bottom:10%;
	width:100%;
	z-index:99;
}
.stat table{position:relative;left:0;top:0;}
.stat table td{overflow:hidden;vertical-align:top;padding:10px;}
.nserver_page_box,.tserver_page_box,.banner_page_box{text-align:center;}
.nserver_page_box span,.tserver_page_box span,.banner_page_box span{display:inline-block; width:16px; height:16px; margin:10px; border-radius:8px; background-color:#ddd;cursor:pointer;}
.nserver_page_box span.on,.tserver_page_box span.on,.banner_page_box span.on{background-color:red;}
.gcSpan span{width:112px;/* display:inline-block; */
	  text-align:justify;
      text-justify:distribute-all-lines;/*ie6-8*/
      text-align-last:justify;/* ie9*/
      -moz-text-align-last:justify;/*ff*/
      -webkit-text-align-last:justify;/*chrome 20+*/}

/* stat start 结束 */