#pagecomponent{
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
#pagecomponent .links {
  margin: 0 8px;
  background-color: #EFEDEE;
  color: #333333;
  outline: none;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  min-width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #DEDBDC;
}

#pagecomponent .links.disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}

#pagecomponent .links.disabled .el-icon-arrow-right, .el-icon-arrow-left {
  position: relative;
  top: -2px;
  left: -2px;
}

#pagecomponent .links.active {
  cursor: not-allowed;
  background-color: #353233;
  border-color: #353233;
  color: #fff;
}

#pagecomponent .links.arrow {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-color: #F2F2F2;
  background: #F2F2F2;
}

