@charset "UTF-8";
.wrap {
  height: 2260px;
}

.i-ul {
  margin-left: 67px;
}
.i-ul li {
  background-image: url(//game.gtimg.cn/images/speed/act/a20171227sale/pic.png);
  width: 367px;
  height: 310px;
  float: left;
  margin-top: 33px;
  position: relative;
}
.i-ul li .i-lnk {
  display: block;
  width: 100%;
  height: 100%;
}
.i-ul li .i-lnk .i-jb {
  background-position: 0 -134px;
  display: table;
  width: 60px;
  height: 54px;
  color: #af0000;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding-bottom: 16px;
  position: absolute;
  top: 46px;
  left: 42px;
}
.i-ul li .i-lnk .i-jb span {
  display: table-cell;
  vertical-align: middle;
}
.i-ul li .i-lnk img {
  display: block;
  width: 367px;
  height: 212px;
}
.i-ul li .i-lnk .i-p {
  width: 246px;
  margin-left: 39px;
  color: #ecdc4a;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
.i-ul li .i-lnk .i-btn {
  background-position: 0 -47px;
  width: 98px;
  height: 20px;
  line-height: 20px;
  color: #b6b47d;
  font-size: 14px;
  font-weight: lighter;
  margin: 11px 0 0 114px;
}
.i-ul li .i-lnk .i-btn.i-btn2 {
  background-position: 0 -331px;
  width: 136px;
  margin-left: 95px;
}
.i-ul li .i-lnk .i-det{
  background-position: 0 -624px;
  width: 146px;
  height: 47px;
  display: none;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -92px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 1px 1px #b54108;
  text-indent: 0;
}
.i-ul li.show .i-lnk .i-det{
  display: block;
}
.i-ul li .i-play {
  background-position: -146px -47px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 237px;
  left: 236px;
  z-index: 5;
}
.i-ul li .i-play span {
  background-position: -104px -47px;
  width: 100%;
  height: 100%;
  -webkit-animation: circlo 2s infinite;
          animation: circlo 2s infinite;
}
@-webkit-keyframes circlo {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circlo {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* 设置平铺背景高度 */
.bg7 {
  height: 808px;
}

/*侧导航*/
.nav_right {
  background-image: url(//game.gtimg.cn/images/speed/act/a20171227sale/nav_right.png);
  width: 298px;
  height: 320px;
  padding-top: 262px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -291px 0 0 600px;
  z-index: 9999;
  zoom: 1;
  overflow: hidden;
  visibility: hidden;
  font-family: '\5FAE\8F6F\96C5\9ED1';
}
.nav_right a {
  background-position: 0 0;
  width: 174px;
  height: 44px;
  line-height: 44px;
  display: block;
  margin: 0 0 6px 57px;
  color: #a00706;
  font-size: 18px;
  font-weight: bold;
}
.nav_right a:hover {
  background-position: 0 -283px;
}

/* 视频弹窗 */
.pop{
  width: 660px;
  height: 420px;
  border: #ec0d27 solid 5px;
  position: relative;
  float: left;
  display: none;
}
.pop a{ 
  display:block;
  background:#ec0d27;
  text-align:center;
  line-height:42px;
  width:44px;
  height:44px;
  color:#fff;
  font-size:30px;
  text-decoration:none;
  position:absolute;
  right:-49px;
  top:-5px;
}

/*# sourceMappingURL=index.css.map */