.mask{position: absolute;top: 0; right: 0; bottom: 0; left: 0; background: #000; filter:alpha(opacity=60);-moz-opacity:0.6;-khtml-opacity:0.6;opacity:0.6; z-index: 800; display: none;}
.Phover:hover{
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.08);-ms-box-shadow:0 5px 10px rgba(0,0,0,0.08);box-shadow:0 5px 10px rgba(0,0,0,0.08);transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);
}
/*分页样式*/
.PageClass         {background:none; padding:30px 0px; text-align:center; width: 100%;}
.PageClass a       {display:inline-block; padding:8px 12px; background:#EEE; margin:3px 1px; color:#686894; text-decoration:none;-moz-border-radius:2px;-khtml-border-radius:2px;-webkit-border-radius:2px;border-radius:2px; overflow:hidden;
				   }
.PageClass a:hover{background:#04BEE5; color:#FFF;}
.PageClass span    {display:inline-block; padding:8px 12px; background:#04BEE5; margin:3px 1px; color:#FFF; -moz-border-radius:2px;-khtml-border-radius:2px;-webkit-border-radius:2px;border-radius:2px; overflow:hidden;}