/* 共用灰色标题 */

.title_gray {
    height: 40px;
    border-bottom: 2px solid #20aef0;
}
.title_gray h3 {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #333;
  font-size: 18px;
  border-left: 4px solid #20aef0;
  padding-left: 10px;
  margin-top: 10px;
  float: left;
}

.title_gray .more {
  display: block;
  width: 80px;
  line-height: 40px;
  text-align: center;
  color: #999;
  float: right;
}

.title_gray .more:hover {
  color: #20aef0;
}


/* 手机游戏栏目 */
.w1168 {
    width: 1200px;
    margin: 0 auto;
}
.mobile_game_wrap {
  padding: 0px;
}

.tag_type_wrap {
  /* border-left: 1px solid #ececec; */
  /* border-top: 1px solid #ececec; */
  margin-bottom: 20px;
  background: #f5f5f5;
  padding: 10px;
}

.tag_type_wrap li {
    width: 127px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    float: left;
    margin: 8px;
    border-radius: 15px;
    background: #fff;
}

.tag_type_wrap li a {
  display: block;
  color: #454545;
}

.tag_type_wrap li.current a,
.tag_type_wrap li a:hover {
  background-color: #20aef0;
  color: #fff;
  border-radius: 15px;
}

.tag_type_wrap li i {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.mobile_game_icon li:nth-child(1) i {
  background-position: 0 -90px;
}

.mobile_game_icon li:nth-child(1) a:hover i,
.mobile_game_icon li:nth-child(1).current i {
  background-position: 0 -218px;
}

.mobile_game_icon li:nth-child(2) i {
  background-position: -32px -90px;
}

.mobile_game_icon li:nth-child(2) a:hover i,
.mobile_game_icon li:nth-child(2).current i {
  background-position: -32px -218px;
}

.mobile_game_icon li:nth-child(3) i {
  background-position: -64px -90px;
}

.mobile_game_icon li:nth-child(3) a:hover i,
.mobile_game_icon li:nth-child(3).current i {
  background-position: -64px -218px;
}

.mobile_game_icon li:nth-child(4) i {
  background-position: -96px -90px;
}

.mobile_game_icon li:nth-child(4) a:hover i,
.mobile_game_icon li:nth-child(4).current i {
  background-position: -96px -218px;
}

.mobile_game_icon li:nth-child(5) i {
  background-position: -128px -90px;
}

.mobile_game_icon li:nth-child(5) a:hover i,
.mobile_game_icon li:nth-child(5).current i {
  background-position: -128px -218px;
}

.mobile_game_icon li:nth-child(6) i {
  background-position: -161px -90px;
}

.mobile_game_icon li:nth-child(6) a:hover i,
.mobile_game_icon li:nth-child(6).current i {
  background-position: -161px -218px;
}

.mobile_game_icon li:nth-child(7) i {
  background-position: 0 -122px;
}

.mobile_game_icon li:nth-child(7) a:hover i,
.mobile_game_icon li:nth-child(7).current i {
  background-position: 0 -250px;
}

.mobile_game_icon li:nth-child(8) i {
  background-position: -32px -122px;
}

.mobile_game_icon li:nth-child(8) a:hover i,
.mobile_game_icon li:nth-child(8).current i {
  background-position: -32px -250px;
}

.mobile_game_icon li:nth-child(9) i {
  background-position: -64px -122px;
}

.mobile_game_icon li:nth-child(9) a:hover i,
.mobile_game_icon li:nth-child(9).current i {
  background-position: -64px -250px;
}

.mobile_game_icon li:nth-child(10) i {
  background-position: -96px -122px;
}

.mobile_game_icon li:nth-child(10) a:hover i,
.mobile_game_icon li:nth-child(10).current i {
  background-position: -96px -250px;
}

.mobile_game_icon li:nth-child(11) i {
  background-position: -128px -122px;
}

.mobile_game_icon li:nth-child(11) a:hover i,
.mobile_game_icon li:nth-child(11).current i {
  background-position: -128px -250px;
}

.mobile_game_icon li:nth-child(12) i {
  background-position: -160px -186px;
}

.mobile_game_icon li:nth-child(12) a:hover i,
.mobile_game_icon li:nth-child(12).current i {
  background-position: -160px -314px;
}

.mobile_game_icon li:nth-child(n + 12) i {
  background-position: -160px -186px;
}

.mobile_game_icon li:nth-child(n + 12) a:hover i,
.mobile_game_icon li:nth-child(n + 12).current i {
  background-position: -160px -314px;
}

.mobile_game_icon li:last-child i {
  background-position: -160px -186px;
}

.mobile_game_icon li:last-child a:hover i,
.mobile_game_icon li:last-child.current i {
  background-position: -160px -314px;
}

.warehouse {
  padding-top: 20px;
}

.warehouse .sub_box {
  width:1200px;
  overflow: hidden;
}

.warehouse ul {
  width:1230px;
}

.warehouse li {
    width: 178.4px;
    height: 232px;
    padding-top: 28px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    position: relative;
    float: left;
    margin: 0 23px 22px 0;
    overflow: hidden;
}

.warehouse li:nth-child(6n + 6) {
  margin-right: 0;
}

.warehouse li:hover {
  border-color: #20aef0;
}

.warehouse li:hover .btn {
  bottom: 0;
}

.warehouse li img {
  display: block;
  width: 124px;
  height: 124px;
  border-radius: 22px;
  margin: 0 auto;
}

.warehouse li p {
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  color: #999;
}

.warehouse li a {
  display: block;
}

.warehouse li .name {
  font-size: 16px;
  color: #454545;
  margin: 10px 0 5px 0;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.warehouse li .name:hover {
  color: #20aef0;
}

.warehouse li .tag span {
  margin: 0 4px;
}

.warehouse li .time {
  font-size: 14px;
  margin-top: 10px;
  color: #ababab;
}

.warehouse li .btn {
  width: 178.5px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #20aef0;
  border-radius: 0 0 6px 6px;
  position: absolute;
  bottom: -48px;
  left: 0;
  webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
