.bTcLeft {
  background: url(../images/icon-1.png) no-repeat;
  background-size: 1000px 1000px;
  position: absolute;
  left: -60px;
  top: 78px;
  display: block;
  width: 54px;
  height: 75px;
  background-position: -186px -179px;
  cursor: pointer;

}

.bTcRight {
  background: url(../images/icon-1.png) no-repeat;
  background-size: 1000px 1000px;
  position: absolute;
  right: -60px;
  top: 78px;
  display: block;
  width: 54px;
  height: 75px;
  background-position: -262px -179px;
  cursor: pointer;
}

.bTopic {
  padding-bottom: 20px;
  background: url(../images/gametopbg.png) no-repeat center center;
  background-size: 2520px;
}
.bTopic .bTit:before,
.bRank .bTit:before {
  background-position: -7px -683px;
}

.bTopic .bTit:after,
.bRank .bTit:after {
  background-position: -1059px -627px;
}

.bTopic .bTit h2 {
  color: #fff;
}

.bTopic .bTit h2:after,
.bRank .bTit h2:after {
  background-position: -1407px -900px;
}

.bTopic .bTit i,
.bRank .bTit i {
  background-position: -229px -656px;
  color: #fff;
}


.bTcList {
  position: relative;
  width: 1240px;
  margin: auto;
}

.bTcList>div {
  position: relative;
  width: 100%;
  height: 282px;
  margin: auto;
  overflow: hidden;
}

.bTcList ul {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  zoom: 1;
}

.bTcList li {
  float: left;
  width: 380px;
  max-height: 100%;
  margin: 0 16px;
}

.bTcList li a {
  display: block;
}

.bTcList li a div:nth-of-type(1) {
  position: relative;
  width: 380px;
  height: 215px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 18px;
}

.bTcList li a div:nth-of-type(1) img {
  width: 100%;
  min-height: 100%;
  height: auto;
  display: block;
}

.bTcList li a div:nth-of-type(1) img {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: right bottom center;
  -moz-transform-origin: right bottom center;
  -ms-transform-origin: right bottom center;
  -o-transform-origin: right bottom center;
  transform-origin: right bottom center;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

.bTcList li a div:nth-of-type(1) img:hover {
  transform: scale(1.1);
}

.bTcList li a div:nth-of-type(1) span {
  position: absolute;
  top: 16px;
  right: 0;
  padding-right: 8px;
  width: 115px;
  height: 26px;
  text-align: right;
  background: linear-gradient(-90deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .0));
  font-size: 15px;
  color: #ccc;
  line-height: 26px;
}

.bTcList li a div:nth-of-type(1) span i {
  color: #54F3A6;
}

.bTcList li a div:nth-of-type(2) {
  position: relative;
  height: 19px;
  padding-left: 25px;
  overflow: hidden;
  *zoom: 1;
}

.bTcList li a div:nth-of-type(2):before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  margin-right: 8px;
  display: block;
  width: 17px;
  height: 17px;
  background: url(../images/icon-1.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -781px -5px;
}

.bTcList li a div:nth-of-type(2):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 19px;
  height: 19px;
  background: url(../images/icon-1.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -296px -4px;
}

.bTcList li a div:nth-of-type(2) p {
  position: relative;
  background-color: #fff;
  padding: 0 20px 0 8px;
  height: 19px;
  line-height: 19px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bTcList li a div:nth-of-type(2) p span {
  position: absolute;
  right: 20px;
  top: 0;
  height: 19px;
  padding: 0 2px 0 8.5px;
  background-color: #fff;
  font-size: 12px;
  color: #666;
}



.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: 40px;
  height: 40px;
  background: url(../images/tagicon.png) no-repeat;
  background-size: 1600px 800px;
}

.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: -1209px -75px;
}
.gsTags div a:nth-child(2):before {
  background-position: -288px -15px
}
.gsTags div a:nth-child(3):before {
  background-position: -938px -15px
}
.gsTags div a:nth-child(4):before {
  background-position: -198px -15px
}
.gsTags div a:nth-child(5):before {
  background-position: -1422px -15px
}
.gsTags div a:nth-child(6):before {
  background-position: -288px -15px
}
.gsTags div a:nth-child(7):before {
  background-position: -1031px -15px
}
.gsTags div a:nth-child(8):before {
  background-position: -1494px -15px
}
.gsTags div a:nth-child(9):before {
  background-position: -660px -15px
}

.gsTags div a:nth-child(10):before {
  background-position: -565px -15px
}

.gsTags div a:nth-child(11):before {
  background-position: -752px -15px
}
.gsTags div a:nth-child(12):before {
  background-position: -103px -15px
}

#foot{
  margin: 0;
}
.wrap {
  position: relative;
  background: url(../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);
}

