#kkpager3 {
  clear: both;
  color: #999;
  padding: 7px 0px 5px 0px;
  font-size: 12px;
}

#kkpager3 a {
  font-size: 0.28rem;
  float: left;
  border: 1px solid #ccc;
  display: inline;
  margin-right: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
  background: #fff;
  text-decoration: none;
  color: #999;
  width: 0.51rem; /*修改*/
  height: 0.51rem; /*修改*/
  line-height: 0.51rem; /*修改*/
  text-align: center;
  border-radius: 50%;
}

#kkpager3 span.disabled {
  font-size: 0.28rem;
  float: left;
  display: inline;
  margin-right: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  color: #dfdfdf;
  width: 0.51rem; /*修改*/
  height: 0.51rem; /*修改*/
  line-height: 0.51rem; /*修改*/
  text-align: center;
  border-radius: 50%;
}

#kkpager3 span.curr {
  font-size: 0.28rem;
  float: left;
  border: 1px solid #e60012;
  display: inline;
  margin-right: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #e60012;
  color: #fff;
  width: 0.51rem; /*修改*/
  height: 0.51rem; /*修改*/
  line-height: 0.51rem; /*修改*/
  text-align: center;
  border-radius: 50%;
}

#kkpager3 a:hover {
  border: 1px solid #e60012;
}

#kkpager3 span.normalsize {
}

#kkpager3_gopage_wrap {
  position: relative;
  left: 0px;
  top: 0px;
}

#kkpager3_btn_go {
  width: 44px;
  height: 24px;
  border: 0px;
  overflow: hidden;
  line-height: 140%;
  padding: 0px;
  margin: 0px;
  text-align: center;
  cursor: pointer;
  background-color: #4f88e1;
  color: #fff;
  position: absolute;
  left: 0px;
  *top: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: none;
}

#kkpager3_btn_go_input {
  width: 36px;
  height: 21px;
  color: #999;
  text-align: center;
  margin-left: 1px;
  margin-right: 1px;
  border: 1px solid #dfdfdf;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  left: 0px;
  top: 0px;
  *top: 2px;
  outline: none;
}

#kkpager3_btn_go_input.focus {
  border-color: #4f88e1;
}

#kkpager3 .pageBtnWrap {
  float: left;
  /* left: 23px; */
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

#kkpager3 .infoTextAndGoPageBtnWrap {
  float: right;
  right: 27px;
  position: relative;
}

#kkpager3 .spanDot {
  float: left;
  margin-right: 5px;
  font-size: 0.28rem;
}

#kkpager3 .currPageNum {
  color: #4f88e1;
}

#kkpager3 .infoTextAndGoPageBtnWrap {
  padding-top: 5px;
  font-size: 15px;
}
