.game-wp{
  background: #fff;
  position: relative;
  margin-top: -64px;
}
.game-btn-goup:before,
.game-btn-goup:after{
  content: '';
  display: table;
}
.game-btn-goup:after{
  clear: both;
}
.game-btn-goup{
  padding: 10px;
}
.game-btn-goup>li{
  width: 25%;
  float: left;
  background: url('../images/game-btn.jpg') no-repeat;

}
.game-btn-goup>li a{
  position: relative;
  height: 68px;
  line-height: 68px;
  text-align: center;
  display: block;
  font-size: 24px;
  color: #fff;
}

.game-btn-goup>li.active a:after{
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  left: 0;
  right: 0;
  height: 3px;
  background: #ffa524;
}
.game-btn-goup>li a .icon{
  margin-top: -6px;
  margin-right: 20px;
}
.game-btn-goup>li:hover,
.game-btn-goup>li.active{
  background: url('../images/game-btn-hover.jpg') no-repeat;
}
.game-btn-goup .icon-game-pt{
  background: url('../images/slot-icon.png') no-repeat -5px -2px;
  width: 80px;
  height: 43px;
}
.game-btn-goup .icon-game-ttg{
  background: url('../images/slot-icon.png') no-repeat -5px -60px;
  width: 80px;
  height: 45px;
}
.game-btn-goup .icon-game-gpi{
  background: url('../images/slot-icon.png') no-repeat -4px -113px;
  width: 80px;
  height: 43px;
}
.game-btn-goup .icon-game-nt{
  background: url('../images/slot-icon.png') no-repeat -4px -166px;
  width: 80px;
  height: 43px;
}
.game-btn-goup .icon-game-qt{
  background: url('../images/slot-icon.png') no-repeat -5px -217px;
  width: 80px;
  height: 43px;
}
.game-btn-goup .icon-game-sw{
  background: url('../images/slot-icon.png') no-repeat -6px -266px;
  width: 80px;
  height: 43px;
}
.game-btn-goup .icon-game-png{
  background: url('../images/gamenav/pngnl.png');
  width: 80px;
  height: 43px;
}
.game-btn-goup .icon-game-gg{
  background: url('../images/gamenav/ggyxnl.png');
  width: 80px;
  height: 43px;
}
.game-btn-goup .icon-game-gm{
  background: url('../images/gamenav/gm_gmyx.png');
  width: 80px;
  height: 43px;
}
/*中奖信息*/
.game-top{
  padding:18px 28px 18px 12px;
}
.game-top .winner-msg-outer{
  float: left;
  width: 55.5555555%;
  height: 30px;
  border: 2px dashed #ffa524;
  padding-left: 10px;
  overflow: hidden;
}
.game-top .winner-msg{
  width: 2000%;

}
.game-top .winner-msg>.marquee-item{
  float:left;
  padding-top: 5px;
  padding-right: 12px;
}
.winner-msg .winner-name,
.winner-msg .winner-info{
  display: inline-block;
}
.winner-msg .marquee-item .name,
.winner-msg .marquee-item .game-name,
.winner-msg .marquee-item .money{
  padding-left: 6px;
  padding-right: 6px;
}
.winner-msg .marquee-item .name{
  color: #ffa524;
}
.winner-msg .marquee-item .game-name{
  color: #2480c9;
}
.winner-msg .marquee-item .money{
  font-weight: 600;
  color: #cf0f32;
}
.game-top .winner{
  position: absolute;
  left: 200px;
  top: -100px;
  /* padding-left: 114px; */
  /* background: url("../images/winner.jpg") no-repeat 0 -4px; */
}
.game-top .winner .count-num{
  font-family:"iconfont","Microsoft YaHei";
  line-height: 36px;
  font-size: 34px;
  color: #FCDF2D;
  letter-spacing: -6px;
  font-style: italic;
}

/*game-aside
===========*/
.game-aside{
  float: left;
  width: 240px;
  margin-bottom: 100px;
}
.game-aside h2{
  background: url("../images/slot-tit-bg.jpg");
  color: #fff;
  font-size: 22px;
  line-height: 64px;
  height: 64px;
  text-align: center;
}
.tab-game-catetory{
  border-bottom: 3px solid #d4d4d4;
  margin-bottom: 10px;
}
.tab-game-catetory>li{
  float: none;
  position: relative;
}
.tab-game-catetory>li .icon-hot{
  font-size: 30px;
  color: #f00;
  position: absolute;
  top: -11px;
  right: 94px;
  -webkit-animation: float 1.6s linear infinite;
  animation: float 1.6s linear infinite;
}

.tab-game-catetory>.active:after{
  content: '';
  position: absolute;
  width: 4px;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffa524;
}
.tab-game-catetory>li>a{
  background: #e7e7e7;
  border-bottom: 1px solid #d4d4d4;
  height: 48px;
  line-height: 48px;
  padding-left: 54px;
  text-align: left;
}
.tab-game-catetory>.active>a{
  background: #8ec8ef;
  border-bottom-color: transparent;
  color: #fff;
}
.tab-game-catetory>li .num{
  font-size: 12px;
  background: #d2d2d2;
  padding: 4px;
  border-radius: 50%;
  margin-left: 4px;
}
.tab-game-catetory>.active .num{
  background: #fff;
  color: #8ec8ef;
}
.dropdown-toggle .sub-nav{
  max-height: 0;
  overflow: hidden;
  transition: .5s max-height;
}
.dropdown-toggle.active .sub-nav{
  max-height: 350px;
}
.dropdown-toggle .sub-nav a{
  display: block;
  padding: 8px 0 8px 68px;
  text-align: left;
}
.dropdown-toggle .sub-nav a.active{
  color: #ed4800;
}

.slot-btn-wp .btn-game:first-child{
  margin-right: 10px;
}
.slot-btn-wp .btn-game{
  padding-top: 18px;
  padding-bottom: 20px;
  float: left;
  background:#2492e5;
  color: #fff;
  width: 100%;
  /* height: 192px; */
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.slot-btn-wp .btn-game .iconfont{
  display: block;
  font-size: 74px;
  margin-bottom: 12px;
}
.slot-btn-wp .btn-game.small{
  width: 115px;
  height: 130px;
  margin-bottom: 10px;
}
.slot-btn-wp .img-qr{
  display: block;
  margin: 0 auto 16px;
}

/*gamelist
========*/
.gamelist:before,
.gamelist:after{
  content: '';
  display: table;
}
.gamelist:after{
  clear: both;
}
.gamelist-wp{
  float: left;
  min-height: 600px;
  width: 930px;
  padding-left: 10px;
  height: 800px;
  overflow: auto;
  margin-bottom: 100px;
}

.gamelist .game-info{
  position: relative;
  float: left;
  width: 172px;
  height: 226px;
  border: 9px solid #fff;
  border-bottom: none;
  box-shadow: 1px 6px 6px rgba(0,0,0,.3);
  margin-right: 10px;
  margin-bottom: 10px;
  cursor:pointer;
  overflow: hidden;
  transition: transform .5s ease-in-out,opacity .6s ease-in-out;
}
.gamelist.before-show .game-info{
  opacity: 0;
  transform: rotateY(80deg);
}
.game-info .name h4,
.game-info .ename{
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game-info .name{
  height: 38px;
  padding: 6px 0;
}
.game-info .name h4{
  padding: 5px 4px;
  font-size: 16px;
  color: #333;
  /*background: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 4px;*/
}
.game-info .game-pic{
  height: 180px;
  overflow: hidden;
}
.game-info .game-pic img{
  width: 100%;
}
.game-info .game-play{
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  visibility: hidden;
  opacity: 0;
  transition:all .3s ease-out;
}
.game-info .ename,
.game-info .game-bonus{
  position: absolute;
  bottom: 38px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  left: 0;
  right: 0;
  background-color: #898d90;
  background-color: rgba(0,0,0,.65);
  text-align: center;
  color: #fff;
}
.game-info .game-bonus{
  top: 0;
}
.game-info:hover{
  border-color: #ffa524;
}
.game-info:hover .name{
  background-color: #ffa524;
}
.game-info:hover .name h4{
  color: #fff;
}
.game-info:hover .game-pic img{
  filter: Alpha(Opacity=70);
  opacity: .7;
}
.game-info:hover .game-play{
  top: 60px;
  visibility: visible;
  opacity: 1;
}
.game-info .game-play .btn-game{
  display: block;
  text-align: center;
  color: #fff;
  line-height:30px;
  height: 30px;
  width: 92px;
  margin:0 auto 10px; cursor:pointer;
}
.btn-game.play{
  background: #6abfff;
}
.btn-game.demo{
  background: #ffa524;
}
.recommend-game{
  position: relative;
  background: #e7e7e7;
  border-bottom: 3px solid #c8c8c8;
  margin-bottom: 20px;
}
.recommend-game .game-ad{
  position: absolute;
  right: -204px;
  top: 6px;
}
.recommend-game h2{
  font-size: 18px;
  height:54px;
  line-height: 54px;
  padding: 0 14px 10px;
}
.recommend-game .game-info{
  border-color: #e7e7e7;
  box-shadow: none;
}

