#xxphbox h1{
	text-align: center;
}
#xxphbox .yearchose{
	float: right;
}
#xxphbox th td{

}
#xxphbox{
	min-height: 500px;
}
#xxphbox .tit{
	   background: #ffecf0;
    height: 30px;
    line-height: 30px;
    color: #6f1d23;
	font-weight: bold;
}
#xxphbox .tit{
	border-right: 1px solid #ccc;
}
#xxphbox .tit td{
	border: 1px solid #ccc;
	border-right: none;
	text-align: center;
	border-bottom: none;
}
#xxphbox td{
	text-align: center;
	height: 30px;
	line-height: 30px;
}
#ph tr{
	border-left: 1px solid #ccc;
}
#ph td{
	width: 60px;
	border: 1px solid #ccc;
	border-left: none;
}

.spinner {
	display: none;
  margin: 100px auto;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}
 
.spinner > div {
  background-color: #c0151b;
  height: 100%;
  width: 6px;
  display: inline-block;
   
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
 
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
 
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
 
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
 
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
 
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 
  20% { -webkit-transform: scaleY(1.0) }
}
 
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
