.apply{
 clear:both;
 width:1180px;
 height:auto;
 overflow:hidden;
 text-align:center;
 margin-bottom:30px;
}
.apply .link{
 display:inline-block;
 padding:10px 20px;
 background:#f10180;
 font-size:14px;
 color:#fff;
 font-family:"ËÎÌå";
}


.page{
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  text-align:center;
  margin-bottom:30px;
}
.page .link,
.page .select
{
  display:inline;
  margin-right:10px;
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  padding:10px;
  font-size:12px;
  color:#333;
  font-family:"ËÎÌå";
}
.page .linkUrl,
.page .select
{
 border:1px solid #dcdcdc;
 border-radius:5px;
}
.page .linkUrl:hover{
 border:1px solid #f10180;
 background:#f10180;
 color:#fff;
}
.page a{
text-decoration:none;
}
.page .red{
 display:inline;
 font-style:normal;
 color:#f10180;
 font-size:12px;
 font-family:"ËÎÌå";
}