.list-content {
  position: relative;
  margin-top: 45px
}

.search {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 12px;
  height: 32px;
  line-height: 32px;
  width: 225px;
  font-size: 12px;
  color: #181818;
  border: 1px solid #e7e7eb;
  border-radius: 3px
}

.search .key {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 185px;
  height: 30px;
  line-height: 30px;
  border: none
}

.search .key:active,
.search .key:focus {
  outline: 0
}

.search i {
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 5px;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  cursor: pointer
}

.content-head {
  margin-bottom: 45px;
  border-bottom: 2px solid #c30909
}

.content-head a {
  color: #000
}

.content-head-item {
  padding-left: 35px;
  padding-right: 35px;
  line-height: 58px;
  height: 58px;
  font-size: 16px;
  cursor: pointer
}

.content-head-item.current,
.content-head-item:hover {
  color: #fff;
  background: #da1414
}

.ranking-clear {
  padding: 22px 20px;
  border: 1px solid #c8c8c8;
  margin-bottom: 45px
}

.ranking-clear a {
  text-decoration: none;
  display: block;
  float: left;
  margin-right: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #414141;
  padding: 0 13px;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear
}

.ranking-clear a.current,
.ranking-clear a:hover {
  background-color: #da1414
}

.ranking-clear a.current span,
.ranking-clear a:hover span {
  color: #fff
}

.ranking-clear a.current i:nth-last-child(2),
.ranking-clear a:hover i:nth-last-child(2) {
  display: none
}

.ranking-clear a.current i:last-child,
.ranking-clear a:hover i:last-child {
  display: inline-block
}

.ranking-clear a i {
  display: inline-block;
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  -o-transform: scale(.7);
  transform: scale(.7);
  vertical-align: middle;
  position: relative;
  top: -1px
}

.ranking-clear a i:last-child {
  display: none
}

.member-list-item tr {
  cursor: pointer;
  border-bottom: 1px solid #efefef
}

.member-list-item thead tr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #efefef;
  border: none
}

.member-list-item thead tr:hover {
  background-color: #efefef
}

.member-list-item tr:hover {
  background-color: #f9f9f9
}

.member-list-item td {
  /* font-size: 18px */
}

.member-list-item td p {
  font-size: 14px;
  font-weight: 400
}

.member-list-item td span {
  /* font-weight: 700 */
}

.member-list-item td,
.member-list-item th {
  padding: 25px 0 25px 25px;
  text-align: left;
  width: 180px;
  font-size: 16px;
}

.member-list-item td:nth-child(2),
.member-list-item th:nth-child(2) {
  width: 410px
}

.member-list-item td:nth-child(4),
.member-list-item th:nth-child(4) {
  width: 209px
}

.member-list-item td:nth-child(5),
.member-list-item th:nth-child(5) {
  width: 155px
}

.member-list-item td:nth-child(6),
.member-list-item th:nth-child(6) {
  width: 170px
}

.paging {
  padding: 30px 0;
  text-align: center
}

.paging a {
  color: #797979;
  padding: 0 12px;
  border-radius: 3px;
  border: 1px solid #dadada;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.paging a,
.paging span {
  display: inline-block;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  margin: 2px 4px
}

.paging span {
  color: #797979;
  color: #000
}

.paging span input {
  width: 40px;
  border-radius: 3px;
  border: 1px solid #dadada;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 2px;
  display: inline-block;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  color: #797979;
  text-align: center;
  background: none
}