body{width:99%;height:99%;background:url(../img/pbb_kb.jpg) no-repeat center center;background-size:cover;
background-attachment:fixed;font-size: 1rem;color: #595757;
}
a{color:#595757;}
.wz{position: relative;width:100%;height:100%;top: 16.6rem;}
table,td{
    border-collapse:collapse;

}
td{text-align: center;border:0.5px solid rgb(207, 207, 207);vertical-align: inherit;height: 2rem;}
td:nth-child(11){border-right: none;}
.yi td{background-color: #9fa0a0;border-right: 1px solid #fff;color: #fff;font-weight:bold;}
.yi td:nth-child(1){background-color: unset;}
/* .er td{background-color: #efefef;}
.si td{background-color: #efefef;}
.liu td{background-color: #efefef;}
.ba td{background-color: #efefef;} */
.kb td{height: 1rem;}
td:nth-child(1){background-color: #eee;border-right: none;color: #595757;}

#header{
    width: ;
    height: ;
}
.clear{clear: both;}
.red a{
    color:red;
}





/**tabs**/
.tabPanel ul{
    position: relative;width:100%;height:100%;top: 16.6rem;left: 50rem;display: inline;
}
.tabPanel ul li{
	float:left;margin:0 2px 0 0;border:1px solid #aaa;font-size:20px;height:29px;line-height:30px;width:290px;text-align:center;cursor:pointer;
	text-shadow:0 1px 0 #fff;
	border-radius:4px 4px 0 0;
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.5);
	background:#ddd;
	background:-moz-linear-gradient(top, #eee, #ddd);
    background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    list-style-type: none;
    
}
.tabPanel .hit{
	border-bottom:1px solid #fff;cursor:pointer;color:black;text-shadow:0 1px 0 #fff;
	background:#fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#fbc584), to(#fff));
	background:-moz-linear-gradient(top, #e1e1e1, #fff);
}
.pane{border-top:0;min-height:100px;display:none;}



@media screen and (max-height:1000px){

	.wz{position: relative;width:100%;height:100%;top: 12rem;}
	.tabPanel ul{
		position: relative;width:100%;height:100%;top: 11.6rem;left: 50rem;display: inline;
	}
　　}
