.bTopic {
  padding-bottom: 20px;
  background: url("skin/new2018/images/gametopbg.png") no-repeat center center;
  background-size: 2520px;
}
.bTcList{
  display: none;
}
.gsTags {
  background-color: #fff;
}

.gsTags div {
  width: 1200px;
  padding-top: 16px;
  margin: auto;
  overflow: hidden;
  *zoom: 1;}

.gsTags div a {
  position: relative;
  float: left;
  display: block;
  margin-bottom: 15px;
  margin-right: 14.4px;
  padding-top: 11px;
  width: 79px;
  height: 78px;
  font-size: 14px;
  color: #333;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
}

.gsTags div a:last-of-type {
  margin-right: 0;
}

.gsTags a:before {
  content: "";
  margin: auto;
  display: block;
  width: 43px;
  height: 43px;
  background: url("skin/new2018/images/icon-base.png") no-repeat;
}

.gsTags div a:hover {
  background-color: #F9F9F9;
}

.gsTags div a.current {
  color: #fff;
  background-color: #6297FF;
  font-weight: bold;
}

.gsTags div a.current:after {
  display: block;
}

.softTags div a.current {
  background-color: #54f3a6;
}

.gsTags div a:nth-child(1):before {
  background-position: 0 -292px;
}
.gsTags div a:nth-child(2):before {
  background-position: -64px -292px
}
.gsTags div a:nth-child(3):before {
  background-position: -129px -292px
}
.gsTags div a:nth-child(4):before {
  background-position: -193px -292px
}
.gsTags div a:nth-child(5):before {
  background-position: -258px -292px
}
.gsTags div a:nth-child(6):before {
  background-position: -322px -292px
}
.gsTags div a:nth-child(7):before {
  background-position: -387px -292px
}
.gsTags div a:nth-child(8):before {
  background-position: -451px -292px
}
.gsTags div a:nth-child(9):before {
  background-position: -515px -291px;
}

.gsTags div a:nth-child(10):before {
  background-position: -580px -292px
}

.gsTags div a:nth-child(11):before {
  background-position: -644px -292px
}


.gsTags div.rootid-1 a:nth-child(2):before{
  background-position: -129px -292px;
}
.gsTags div.rootid-1 a:nth-child(3):before{
  background-position: 0 -360px
}
.gsTags div.rootid-1 a:nth-child(4):before{
  background-position: -387px -292px
}
.gsTags div.rootid-1 a:nth-child(5):before{
  background-position: -716px -292px
}
.gsTags div.rootid-1 a:nth-child(6):before{
  background-position: -65px -360px
}
.gsTags div.rootid-1 a:nth-child(7):before{
  background-position: -129px -360px
}
.gsTags div.rootid-1 a:nth-child(8):before{
  background-position: -644px -292px
}



#foot{
  margin: 0;
}
.wrap {
  position: relative;
  background: url("skin/new2018/images/hbg.png") repeat #f5f5f5;
  background-position-y: 28px;
  padding-bottom: 30px;
}
.wrap h1{
  line-height: normal;
  display: block;
  overflow: hidden;
  padding: 20px 0;
  font-size: 28px;
}
.gsList{
  overflow: hidden;
}
.gsList ul {
  width: 1220px;
  padding-bottom: 5px;
}

.gsList ul li {
  position: relative;
  float: left;
  width: 158px;
  height: 240px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  margin-right: 16px;
  margin-bottom: 20px;
}

.gsList ul li a {
  display: block;
}

.gsList ul li img {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 20px;
  margin: 21px auto 3px;
}

.gsList ul li p {
  font-size: 12px;
  color: #9A9A9A;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gsList ul li p:nth-of-type(1) {
  font-size: 16px;
  color: #000;
  line-height: 32px;
  height: 32px;
}

.gsList ul li div {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 15px;
}

.gsList ul li div i {
  display: inline-block;
  padding: 0 6px;
  margin: 0 2.5px;
  border-radius: 3px;
  border: 1px solid rgba(153,153,153,.5);
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #ccc;
}

.gsList ul li a span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  margin: auto;
  display: none;
  width: 127px;
  height: 38px;
  background: linear-gradient(90deg, #FF943E, #FF6339);
  line-height: 38px;
  border-radius: 18px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin: auto;
  margin-top: 12px;
}

.gsList ul li.no a span {
  background: linear-gradient(-90deg, #6C71FF, #56C4FF);
}

.gsList ul li a:hover span {
  display: block;
}

.gsList ul li:hover {
  background: linear-gradient(180deg, rgba(255,255,255,1), rgba(255,146,62,.1));
  background-color: #fff;
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
}

.gsList ul li.no:hover {
  background: linear-gradient(180deg, rgba(255,255,255,1), rgba(98,151,255,.1));
  background-color: #fff;
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
}

