.clsnav{
  width: auto;
  height: auto;
  display: block;
  overflow: hidden;
  background: #333;
  padding: 12px 12px 0 0;
  box-sizing: border-box;
}
.clsnav a{
  font-size: 14px;
  padding: 6px 0;
  font-weight: normal;
  color: #fff;
  display: block;
  overflow: hidden;
  float: left;
  width: calc(25% - 12px);
  margin: 0 0 12px 12px;
  text-align: center;
}
.clsnav a.cur{
  background: #fff;
  border-radius: 100px;
  color: #333;
}



#infocon {
  overflow: hidden;
}

#infocon .g-cont-game {
  width: 100%;
  height: auto;
  background: #fff;
  display: -webkit-box;
  overflow: hidden;
  margin: 0px 0 0 0;
  padding: 17px 15px;
  box-sizing: border-box;
  border-bottom: 1px dashed #eaeaea;
}

#infocon .g-cont-game .g-game-img {
  width: auto;
  height: auto;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-flex: 1
}

#infocon .g-cont-game .g-game-img img {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  display: block;
  overflow: hidden;
}

#infocon .g-cont-game .g-game-img p {
  width: auto;
  height: auto;
  -webkit-box-flex: 1;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  display: block;
  overflow: hidden
}

#infocon .g-cont-game .g-game-img p strong {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  font-weight: normal;
  color: #333;
  margin: 2px 0 0 0;
  display: block;
  overflow: hidden
}

#infocon .g-cont-game .g-game-img p img {
  width: auto;
  height: 14px;
  display: block;
  overflow: hidden;
  margin: 6px 0 6px 0;
}

#infocon .g-cont-game .g-game-img p b {
  white-space: nowrap;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #999;
  margin: 4px 0 0 0;
  display: block;
  overflow: hidden
}

#infocon .g-cont-game .g-game-btn {
  text-decoration: none;
  position: relative;
  zoom: 1;margin: 24px 0 0 0;
  color: #f70;
  /* position: absolute; */
  font-style: normal;
  /* top: 26px; */
  /* right: 15px; */
  border: 1px solid #f70;
  border-radius: 10px;
  display: block;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  width: 53px;
}

#infocon .g-cont-game .g-game-btn b {
  width: 11px;
  height: 13px;
  /*background:url(http://m.shuoshuokong.com/skin/new2018/images/custom-icon.png) no-repeat -269px 0; background-size:400px; */
  display: block;
  overflow: hidden;
  position: absolute;
  left: 17px;
  top: 8px;
}

#infocon .g-cont-game .m-nodown-btn {
  background: #999;
  text-align: center;
  text-indent: 0;
  border: 1px solid #999;
  color: #fff;
}

#infocon .g-cont-game:last-of-type {
  border-bottom: 0px;
}
.g-linktab {
  background: #fff;
  overflow: hidden;
  border-bottom: 1px dashed #eaeaea;
  padding-bottom: 15px;
}

.g-linktab ul {
  overflow: hidden;
  width: 75%;
  background: #f8f8f8;
  border-radius: 20px;
  margin: 15px auto 0;
}

.g-linktab ul li {
  float: left;
  width: 33.333%;
  text-align: center;
  line-height: 32px;
  height: 32px;
  border-radius: 20px;
}

.g-linktab ul li a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.g-linktab ul li.m-hover {
  background-image: linear-gradient(35deg,#f60,#ff973c);
  background-color: #f60;
  background: -webkit-linear-gradient(left, #f60 0%, #ff973c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60', endColorstr='#ff973c',GradientType=1 );
  background: linear-gradient(to right, #f60 0%, #ff973c 100%);
}

.g-linktab ul li.m-hover a {
  color: #fff;
}
.g-list-btns {
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  background: #f5f7f9 url(../images/position.png) no-repeat 9px center;
  background-size: 20px auto;
  padding: 3px 12px 3px 30px;
  font-size: 12px;
  color: #727272;
}

.g-list-btns a {
  font-size: 12px;
  color: #727272;
}

.g-list-btns span {
  color: #727272;
  font-size: 12px;
}


#more {
  
  width: 160px;
  margin: 15px auto;
  border-radius: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  display: block;
  overflow: hidden;
  background-image: linear-gradient(35deg,#f60,#ff973c);
  background-color: #f60;
  background: -webkit-linear-gradient(left, #f60 0%, #ff973c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60', endColorstr='#ff973c',GradientType=1 );
  background: linear-gradient(to right, #f60 0%, #ff973c 100%);
}

.g-more-box {
  background-color: #fff;
  border-top: 1px dashed #eaeaea;
  overflow: hidden;
}