@charset "utf-8";
/* CSS Document */
.page_fy { margin: 10px auto; text-align: center; font-size:0px; }
.page_fy a {border: #333 1px solid; padding: 0rem 0.2rem; height:0.48rem; line-height:0.48rem; text-decoration: none;outline:none; display:inline-block; font-size: 0.16rem; margin-right:0.2rem}
.page_fy a.pn{padding: 0rem 0.1rem; position:relative; top:0.06rem;}
.page_fy a:hover {border: #333 1px solid; color: #666;    background: #BA2B3B; color: #fff;}
.page_fy a:active {border: #999 1px solid;}
.page_fy a i{ font-weight:bold; display:inline-block; height:0.48rem;  font-size:0.32rem; }
.page_fy a.focus {border: #333 1px solid;  background: #BA2B3B; color: #fff;  }
.page_fy .disabled {border: #333 1px solid; color: #ddd; padding: 2px 5px;}
.page_fy span{padding-right:0px; display:inline-block;}
.page_fy span.off {border: 1px solid #333;color: #ccc;margin: 5px;padding: 2px 5px;}
.page_fy em{display: inline-block; font-size:0.16rem;}
.page_fy select{height: 0.48rem;font-size:0.16rem;  border: 1px solid #333; background: none;



}



@media screen and (max-width:1024px){

/*span.spanpagelist{ display:none}*/
/*span.spanpagejump{ display:none}*/
/*.page_fy a {border: #333 1px solid;}*/
}

@media screen and (max-width:1024px){
.page_fy a{ margin-right: 2px;  }

.page_fy select{background-size: 10px; padding: 0 15px 0 5px; /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  color: #333;

  /*在选择框的最右侧中间显示小箭头图片*/
  background: url(../images/icon.png) no-repeat scroll right 3px center transparent;
background-size: 10px;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/

}


	}
