.search-wrap {
  float: right;
  margin-bottom: 15px;
}
.search-mode {
  height: 32px;
  font-size: 13px;
  display: flex;
  height: 32px;
}
.search-inner {
  position: relative;
  width: 230px;
}
.search-close {
  width: 12px;
  height: 12px;
  background: url(/images2/xtbal/search-close2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 215px;
  top: 12px;
  cursor: pointer;
  display: none;
}
.search-inner:hover .search-close {
  display: block;
}
.search-mode input {
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  color: #606266;
  height: 32px;
  line-height: 32px;
  width: 200px;
  padding: 0 15px;
  display: block;
}
.search-mode input:focus {
  border: 1px solid #1565c0;
}
.search-mode .search_btn {
  font-size: 12px;
  border-radius: 3px;
  padding: 9px 15px;
  color: #fff;
  background-color: #1565c0;
  border-color: #1565c0;
  height: 14px;
  line-height: 14px;
  cursor: pointer;
  margin-left: 8px;
}
.page {
    display: inline-block;
    text-align: right;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    color: #575757;
}

.page span {
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
    color: #575757;
    border: 1px #e6e6e6 solid;
    margin-right: 10px;
    text-align: center;
    height: 24px;
    width: 24px;
    line-height: 22px;
    cursor: pointer;
    padding: 0;
}

.page .disabled {
    width: 68px;
    color: #d8d8d8;
}

.page .prevPage,
.page .nextPage {
    width: 68px;
}

.page .blue {
  background: none;
  color: #900!important;
  border: none;
}