.background {
  background: rgba(12, 22, 32, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#600c1620, 20, 20, endColorstr=#600c1620, 20, 20);
  box-shadow: 0 0 3px 1px #070e15;
}
.wrap {
  background: rgba(12, 22, 32, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#400c1620, 20, 20, endColorstr=#400c1620, 20, 20);
  box-shadow: 0 0 3px 1px #101e2d;
  width: 1170px;
  height: 980px;
  margin: 0 auto;
  padding: 30px 15px 0;
  font-family: 'Microsoft YaHei';
}
.wrap .tabs {
  padding-left: 12px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding-bottom: 20px;
}
.wrap .tabs span {
  width: 62px;
  color: #ffd05c;
  float: left;
}
.wrap .tabs ul {
  float: left;
}
.wrap .tabs ul li {
  float: left;
  width: 136px;
  height: 28px;
  line-height: 28px;
  margin-right: 24px;
  background: #0c1620;
  text-align: center;
  color:  #999;
  border: 1px solid rgb(45, 55, 65);
  position: relative;
}
.wrap .tabs ul li.active {
  color: #eee2bc;
  font-weight: bold;
  border-color: #eee2bc;
}
.wrap .tabs ul li:hover {
  color: #ffd05c;
  font-weight: bold;
  border-color: #ffd05c;
  cursor: pointer;
}
.wrap .tabs ul li ul {
  position: absolute;
  top: 40px;
  left: -1px;
  background: #0c1620;
  border: 1px solid #a0885e;
  /* display: none; */
}
.wrap .tabs ul li ul li {
  float: none;
  font-weight: normal;
  border: none;
  margin: 0;
}
.wrap .tabs ul li ul li:hover {
  color: #fff;
  font-weight: normal;
  cursor: pointer;
}
.wrap .tabs ul li p {
  position: relative;
  text-align: left;
  padding-left: 40px;
  height: 38px;
}
.wrap .tabs ul li p.active {
  color: #eee2bc;
  font-weight: bold;
  border: 1px solid #eee2bc;
}
.wrap .tabs ul li i {
  display: block;
  position: absolute;
  width: 14px;
  height: 12px;
  background: url('../img/record-center-icon.png') -78px 0 no-repeat;
  top: 8px;
  right: 20px;
}
.wrap .tabs ul li i:hover {
  background-position: -78px -14px;
}
.wrap .table {
  width: 1170px;
  height: 826px;
  border: 1px solid #3f361c;
}
.wrap .table.match tr th {
  width: 182px;
}
.wrap .table.free tr th {
  width: 182px;
}
.wrap .table.free tr th.kda {
  width: 300px;
}
.wrap .table.free tr th.equip {
  width: 362px;
}
.wrap .table table {
  width: 100%;
}
.wrap .table table tr {
  border-bottom: 1px solid rgb(45, 55, 65);
  height: 58px;
}
.wrap .table table tr:hover td {
  background: #1f364f;
  color: #fff;
}
.wrap .table table tr th {
  text-align: center;
  width: 146px;
  font-size: 12px;
  color: #999;
  background: rgba(25, 41, 57, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30192939, 39, 20, endColorstr=#30192939, 39, 20);
}
.wrap .table table tr th.equip {
  width: 298px;
}
.wrap .table table tr:nth-child(2n) {
  background: rgba(25, 41, 57, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30192939, 39, 20, endColorstr=#30192939, 39, 20);
}
.wrap .table table tr td {
  font-size: 14px;
  color: #ccc;
  text-align: center;
  position: relative;
  border: 1px solid rgb(45, 55, 65);
}
.wrap .table table tr td a {
  width: 1170px;
  height: 58px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.wrap .table table tr td img {
  float: left;
  margin: 0 7px;
  width: 30px;
  height: 30px;
}
.wrap .table table tr td.hero img {
  margin-top: 10px;
  margin-left: 26px;
  width: 36px;
  height: 36px;
}
.wrap .table table tr td.score p {
  display: inline-block;
  padding-left: 15px;
  float: none;
}
.wrap .table table tr td.score p.single {
  background: url('../img/single.png') 0 center no-repeat;
}
.wrap .table table tr td.score p.team {
  background: url('../img/team.png') 0 center no-repeat;
}
.wrap .table table tr td.score.up {
    background: url('../img/up.png') center center no-repeat;
}

.wrap .table table tr td.score.down {
    background: url('../img/down.png') center center no-repeat;
}
.wrap .table table tr td.score.up em {
    padding-left: 14px;
    background: url('../img/up.png') 0 center no-repeat;
    color: #52ea17;
}
.wrap .table table tr td.score.down em {
    padding-left: 14px;
    background: url('../img/down.png') 0 center no-repeat;
    color: #ff0000;
}
.wrap .table table tr td div {
  display: inline-block;
}
.wrap .table table tr td p {
  float: left;
  height: 100%;
  line-height: 58px;
}
.wrap .table table tr td.win {
  color: #00f800;
}
.wrap .table table tr td.lose {
  color: #ff0000;
}
.wrap .pages {
  padding-top: 27px;
  text-align: center;
}
.wrap .pages div {
  display: inline-block;
  font-size: 14px;
}
.wrap .pages div ul {
  float: left;
}
.wrap .pages div ul li {
  float: left;
  width: 28px;
  height: 28px;
  color: #70694c;
  border: 1px solid #5c4f38;
  background: #0c1620;
  margin: 0 6px;
  line-height: 28px;
  cursor: pointer;
}
.wrap .pages div ul li.btn {
  width: 58px;
}
.wrap .pages div ul li:hover {
  color: #ffffff;
  border-color: #eee2bc;
}
.wrap .pages div ul li.active {
  color: #ffffff;
  border-color: #eee2bc;
  cursor: default;
}
.wrap .pages div p {
  float: left;
  color: #f3d39b;
  height: 30px;
  line-height: 30px;
}
.wrap .pages div input {
  float: left;
  height: 28px;
  line-height: 28px;
}
.wrap .pages div input.num {
  width: 48px;
  border: 1px solid #2e4961;
  text-align: center;
  background: #0c1620;
  color: #fff;
  margin: 0 7px;
}
.wrap .pages div input.ok {
  width: 66px;
  border: 1px solid #5c4f38;
  background: #0c1620;
  color: #f3d39b;
  margin-left: 7px;
  cursor: pointer;
}
.wrap .pages div input.ok:hover {
  color: #ffffff;
  border-color: #eee2bc;
}
