@charset "UTF-8";

/* public */
body {
  background: #fff;
}

body a:hover {
  text-decoration: none;
}

.w990 {
  width: 990px;
}

.module {
  margin-bottom: 30px;
  border: none;
}

.module .hd {
  height: 36px;
  line-height: 36px;
  margin-bottom: 10px;
  color: #484848;
}

.module .hd .title {
  font-size: 28px;
  padding-left: 42px;
  background: url(/images/nindex/title1.png) 0 2px no-repeat;
}

.module .hd .more {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #989898;
}

.module .hd .more span {
  font-family: "SimSun";
  padding-left: 4px;
}

.module .hd a:hover.more {
  color: #2fc26e;
  text-decoration: none;
}

.module .bd {
  zoom: 1;
}

.mod-played .prev a,
.mod-played .next a,
.mod-played .list-box li .clear,
.tab-bd .hdgg .hot a,
.server .cur i,
.md-rank .hd .md-title,
.md-rank .bd p i,
.side a,
.tab-bd .notice .hot a {
  background: url(/images/nindex/icon.png) no-repeat;
}

.icon-tag {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 2;
}

.icon-new {
  background: url(/images/nindex/icon-new.png) no-repeat;
}

.icon-hot {
  background: url(/images/nindex/icon-hot.png) no-repeat;
}

.icon-hd {
  background: url(/images/nindex/icon-hd.png) no-repeat;
}

.icon-sf {
  background: url(/images/nindex/icon-sf.png) no-repeat;
}

.icon-xf {
  background: url(/images/nindex/icon-xf.png) no-repeat;
}

/* header */
.header {
  width: 100%;
  height: 520px;
  position: relative;
  margin-bottom: 30px;
  min-width: 990px;
}

.header .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  padding: 14px 0;
  z-index: 99;
}

.top-mask {
  width: 100%;
  height: 90px;
  background: url(/images/nindex/top-mask.png) center top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.top-logo {
  float: left;
  padding: 5px 0 0 0;
  _display: inline;
}

.top-logo a {
  display: block;
  width: 136px;
  height: 30px;
  line-height: 100px;
  overflow: hidden;
  background: url(/images/nindex/logo.png) no-repeat;
}

.top-nav {
  float: left;
  padding: 0 34px 0 100px;
  _display: inline;
}

.top-nav a {
  height: 40px;
  line-height: 40px;
  margin-right: 50px;
  font-size: 16px;
  color: #fff;
}

.top-nav a:hover {
  color: #2fc26e;
  text-decoration: none;
}

.top-nav .cur {
  color: #2fc26e;
}

.top-search {
  float: left;
  height: 40px;
  overflow: hidden;
  _display: inline;
}

.top-search-txt {
  width: 248px;
  height: 20px;
  line-height: 20px;
  padding: 10px 10px 10px 16px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px 0 0 10px;
  border: none;
  outline: none;
  font-size: 14px;
  float: left;
  _display: inline;
  overflow: hidden;
  color: #fff;
}

.top-search-sbt {
  width: 50px;
  height: 40px;
  line-height: 200px;
  overflow: hidden;
  float: left;
  _display: inline;
  background: url(/images/nindex/search.png) center center no-repeat #2fc26e;
  border-radius: 0 10px 10px 0;
  border: none;
  cursor: pointer;
}

.top-login {
  width: 140px;
  margin-right: 0;
}

.top-after {
  margin-right: 0;
}

.top-after .top-user {
  float: right;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
}

.top-after .top-user img {
  width: 38px;
  height: 38px;
  border: 1px #C6AD80 solid;
  border-radius: 50%;
}

.top-after .top-list {
  top: 50px;
  left: 2px;
  border: none;
  border-radius: 5px;
}

.top-after .top-list i {
  position: absolute;
  top: -3px;
  right: 18px;
  display: block;
  width: 7px;
  height: 4px;
  background: url(/images/nindex/login-after-arrow.png) no-repeat;
}

.top-after .top-list .top-username {
  padding: 0 20px;
  width: 98px;
  background: none;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top-after .top-list .top-username:hover {
  border-radius: 5px 5px 0 0;
  background-image: none;
}

.top-after .top-list .top-exit:hover {
  border-radius: 0 0 5px 5px;
}

.top-before {
  padding: 12px 0 0 24px;
  overflow: hidden;
}

.top-before a {
  height: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
}

.top-before .top-log {
  width: 30px;
  margin-right: 16px;
  background: url(/images/nindex/login.png) no-repeat;
}

.top-before .top-reg {
  width: 30px;
  padding: 0 0 0 16px;
  background: url(/images/nindex/login.png) 0 -80px no-repeat;
}

.top-before a:hover.top-log {
  background-position: 0 -39px;
}

.top-before a:hover.top-reg {
  background-position: 0 -111px;
}

.slider {
  width: 100%;
  position: relative;
  height: 520px;
  z-index: 1;
  overflow: hidden;
}

.slider-img {
  width: 1920px;
  height: 520px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.slider-img li {
  display: none;
  height: 520px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 520px;
}

.slider-img li a {
  display: block;
  width: 100%;
  height: 100%;
}

.slider-img .cur {
  display: block;
}

.slider-nav {
  position: absolute;
  top: 144px;
  left: 50%;
  width: 240px;
  background: rgba(0, 0, 0, 0.6);
  margin-left: 355px;
}

.slider-nav li {
  display: block;
  width: 210px;
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  font-size: 14px;
  color: #f0f0f0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slider-nav li a {
  color: #fff;
}

.slider-nav li a:hover {
  text-decoration: none;
}

.slider-nav .on {
  padding: 10px 15px;
  height: 56px;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.slider-nav .on em {
  height: 34px;
  line-height: 34px;
  display: block;
  color: #2fc26e;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slider-nav .on span {
  height: 18px;
  line-height: 18px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slider-nav .on i {
  display: none;
}

/* content */
.mod-jpyx .bd ul {
  margin-right: -10px;
  *overflow: hidden;
  *zoom: 1;
}

.mod-jpyx .bd li {
  float: left;
  width: 230px;
  margin-right: 10px;
  background: #f2f2f2;
  _display: inline;
  border-radius: 5px;
}

.mod-jpyx .bd .picbox {
  display: block;
  position: relative;
  width: 230px;
  height: 280px;
}

.mod-jpyx .bd .picbox {}

.mod-jpyx .bd .picbox .ico-phone {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  background: url(/images/nindex/ico-phone.png) center center no-repeat;
}

.mod-jpyx .bd .pic {
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
}

.mod-jpyx .bd .qrcode {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  background: rgba(0, 0, 0, 0.5);
  _height: 280px;
}

.mod-jpyx .bd .qrcode img {
  position: absolute;
  top: 48px;
  left: 50%;
  margin-left: -55px;
  width: 110px;
  height: 110px;
}

.mod-jpyx .bd .qrcode em {
  display: block;
  position: absolute;
  top: 170px;
  left: 0;
  width: 100%;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}

.mod-jpyx .bd .gamebox {
  display: block;
  height: 28px;
  padding: 9px 10px;
  font-size: 14px;
  overflow: hidden;
}

.mod-jpyx .bd .game {
  max-width: 136px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  _width: 136px;
}

.mod-jpyx .bd .start {
  width: 72px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px #2fc26e solid;
  border-radius: 14px;
  color: #2fc26e;
}

.mod-jpyx .bd .start:hover {
  background: #2fc26e;
  color: #fff;
}

/*mod-played*/
.mod-played {
  height: 68px;
  overflow: hidden;
  zoom: 1;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.mod-played .title,
.mod-played .clear-all {
  width: 28px;
  height: 68px;
}

.mod-played .title span,
.mod-played .clear-all a {
  display: block;
  width: 16px;
  line-height: 14px;
  padding: 6px;
  text-align: center;
  color: #fff;
}

.mod-played .title span {
  background: #2fc26e;
}

.mod-played .clear-all a {
  background: #989898;
}

.mod-played .mod-played a:hover,
.mod-played .clear-all a:hover {
  text-decoration: none;
}

.mod-played .clear-all {
  display: none;
}

.mod-played .prev {
  width: 20px;
  padding: 18px 6px 16px 14px;
}

.mod-played .prev a {
  display: block;
  width: 20px;
  height: 34px;
  background-position: 0 -148px;
}

.mod-played .prev .disable {
  background-position: -63px -148px;
}

.mod-played .next {
  width: 20px;
  padding: 18px 14px 16px 6px;
  cursor: default;
}

.mod-played .next a {
  display: block;
  width: 20px;
  height: 34px;
  background-position: -21px -148px;
}

.mod-played .next .disable {
  background-position: -42px -148px;
  cursor: default;
}

.mod-played .list-box {
  width: 1050px;
  overflow: hidden;
}

.mod-played .list-box ul {
  width: 100000px;
  overflow: hidden;
  zoom: 1;
}

.mod-played .list-box li {
  float: left;
  display: inline;
  width: 140px;
  height: 56px;
  padding: 6px 0;
  margin: 0 5px;
  overflow: hidden;
}

.mod-played .list-box li .icon {
  float: left;
  display: inline;
  width: 56px;
}

.mod-played .list-box li .icon img {
  border-radius: 5px;
}

.mod-played .list-box li .intro {
  float: left;
  display: inline;
  width: 78px;
}

.mod-played .list-box li .intro {
  padding-left: 6px;
}

.mod-played .list-box li .name {
  display: block;
  height: 28px;
  line-height: 14px;
  overflow: hidden;
  margin-bottom: 6px;
}

.mod-played .list-box li .clear {
  display: block;
  width: 12px;
  height: 20px;
  line-height: 200px;
  overflow: hidden;
  background-position: -109px -148px;
}

.mod-played .list-box li a:hover.clear {
  background-position: -109px -169px;
}

/* mod-zxwy */
.mod-zxwy {
  width: 854px;
  height: 382px;
}

.mod-zxwy .hd .title {
  background-position: 0 -38px;
}

.mod-zxwy .bd ul {
  margin-right: -10px;
  *zoom: 1;
  height: 336px;
  overflow: hidden;
}

.mod-zxwy .bd li {
  width: 206px;
  float: left;
  _display: inline;
  margin: 3px 7px 3px 3px;
  position: relative;
}

.mod-zxwy .bd .pic {
  width: 206px;
  height: 130px;
  border-radius: 5px;
}

.mod-zxwy .bd li a {
  display: block;
}

.mod-zxwy .bd li a:hover .ins {
  display: block;
}

.mod-zxwy .bd li a .ins {
  color: #fff;
}

.mod-zxwy .bd li .ins {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  display: none;
}

.mod-zxwy .bd li .ewm {
  width: 160px;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 13px;
  text-align: center;
}

.mod-zxwy .bd li .ewm .ewm-code {
  width: 82px;
  height: 82px;
  margin: 0 auto;
}

.mod-zxwy .bd li .ewm .ewm-code img {
  width: 82px;
  height: 82px;
}

.mod-zxwy .bd li .ewm p {
  padding-top: 5px;
  font-size: 10px;
  line-height: 20px;
}

.mod-zxwy .bd li .ewm p .ico-phone {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  background: url(/images/nindex/ico-phone.png) center center no-repeat;
}

.mod-zxwy .bd span {
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

/* mod-tab */
.mod-tab {
  width: 319px;
  height: 382px;
}

.tab-hd {
  height: 37px;
  border: 1px #f0f0f0 solid;
  border-bottom: 0;
  overflow: hidden;
}

.tab-hd a {
  float: left;
  width: 158px;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px #f0f0f0 solid;
  color: #989898;
  font-size: 16px;
  text-align: center;
  _display: inline;
}

.tab-hd a:hover,
.tab-hd .cur {
  color: #2fc26e;
  border-bottom-color: #2fc26e;
}

.tab-hd .activity {
  border-right: 1px #f0f0f0 solid;
}

.tab-bd .notice,
.tab-bd .server {
  border: 1px #f0f0f0 solid;
  border-top: 0;
}

.tab-bd .notice {
  margin-bottom: 10px;
}

.tab-bd .notice .hot {
  height: 28px;
  line-height: 28px;
  padding: 10px;
  margin: 0 4px;
  border-bottom: 1px #f0f0f0 solid;
}

.tab-bd .notice .hot a {
  display: block;
  padding-left: 24px;
  background-position: -120px -118px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #5588f9;
}

.tab-bd .notice .hot a:hover {
  color: #2fc26e;
}

.tab-bd .notice .list {
  margin: 5px 0;
}

.tab-bd .notice .list ul {
  padding: 6px 0;
}

.tab-bd .notice .list li {
  display: block;
  width: 297px;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab-bd .notice .list li a {
  color: #989898;
  font-size: 13px;
}

.tab-bd .notice .list li a:hover {
  color: #2fc26e;
}

.tab-bd .notice .list li span {
  padding-right: 8px;
}

.tab-bd .down {
  padding: 14px 28px;
  border: 1px #f0f0f0 solid;
}

.tab-bd .down img {
  width: 102px;
  height: 102px;
}

.tab-bd .down p {
  width: 130px;
}

.tab-bd .down em {
  display: block;
  height: 28px;
  line-height: 28px;
  color: #484848;
  font-size: 14px;
}

.tab-bd .down span {
  display: block;
  line-height: 18px;
  color: #989898;
  margin-bottom: 8px;
}

.tab-bd .down a {
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  padding-left: 48px;
  border-radius: 15px;
  font-size: 14px;
  color: #fff;
  background: url(/images/nindex/down.png) 18px 0 no-repeat #1ad876;
}

.tab-bd .server {
  height: 343px;
}

.tab-bd .server ul {
  padding: 16px 0 6px 0;
}

.tab-bd .server li {
  height: 72px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.tab-bd .server li div {
  padding: 8px 64px 8px 50px;
  height: 56px;
  background: url(/images/nindex/line.png) 6px -43px no-repeat;
}

.tab-bd .server li .first {
  background-position: 6px 31px;
}

.tab-bd .server li .end {
  background-position: 0 -117px;
}

.tab-bd .server li .pic {
  float: left;
  _display: inline;
}

.tab-bd .server li .pic img {
  width: 56px;
  height: 56px;
  border-radius: 5px;
}

.tab-bd .server li p {
  padding-left: 72px;
  line-height: 18px;
}

.tab-bd .server li p a {
  height: 24px;
  overflow: hidden;
  font-size: 14px;
}

.tab-bd .server li p a:hover {
  text-decoration: underline;
}

.tab-bd .server li p span {
  display: block;
  height: 20px;
  line-height: 20px;
}

.tab-bd .server li .enter {
  display: none;
  position: absolute;
  top: 28px;
  right: 14px;
  left: auto !important;
  width: 46px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background: #2fc26e;
  border-radius: 5px;
}

.tab-bd .server li a:hover.enter {
  text-decoration: none;
}

.tab-bd .server li i {
  display: none;
}

.tab-bd .server .more {
  display: block;
  width: 40px;
  margin: 0 auto;
  color: #989898;
}

.tab-bd .server .more:hover {
  color: #2fc26e;
}

.tab-bd .server .more span {
  font-family: "SimSun";
  padding-left: 4px;
}

.tab-bd .server .cur div {
  background-position: 6px -233px;
}

.tab-bd .server .cur .first {
  background-position: 6px -351px;
}

.tab-bd .server .cur .end {
  background-position: 6px -307px;
}

.tab-bd .server .cur p a,
.server .cur p {
  color: #2fc26e;
}

.tab-bd .server .cur .enter {
  display: block;
}

.tab-bd .server .cur i {
  display: block;
  position: absolute;
  top: 31px;
  left: 19px;
  width: 14px;
  height: 11px;
  background-position: -123px -148px;
}

/* mod-rmwy */
.mod-rmwy .hd .title {
  background-position: 0 -80px;
}

.mod-rmwy .bd ul {
  margin-right: -10px;
  *zoom: 1;
}

.mod-rmwy .bd li {
  width: 290px;
  float: left;
  margin: 0 10px 0 0;
  _display: inline;
  position: relative;
}

.mod-rmwy .bd li a {
  display: block;
}

.mod-rmwy .bd li a:hover .ins {
  display: block;
}

.mod-rmwy .bd li a .ins {
  color: #fff;
}

.mod-rmwy .bd li .ins {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  display: none;
}

.mod-rmwy .bd li .ins .cont {
  font-size: 14px;
  padding: 20px 125px 0 15px;
}

.mod-rmwy .bd li .ins .cont .tit {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mod-rmwy .bd li .ins .cont .rw {
  padding: 10px 0 0;
  font-size: 16px;
  line-height: 30px;
}

.mod-rmwy .bd li .ins .cont .rw em {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  overflow: hidden;
  padding-left: 24px;
}

.mod-rmwy .bd li .ins .cont .rw em.renqi {
  background: url(/images/nindex/ico-hot.png) left center no-repeat;
}

.mod-rmwy .bd li .ins .cont .rw em.leixing {
  background: url(/images/nindex/ico-style.png) left center no-repeat;
}

.mod-rmwy .bd li .ewm {
  width: 120px;
  position: absolute;
  right: 0;
  top: 15px;
  text-align: center;
}

.mod-rmwy .bd li .ewm .ewm-code {
  width: 82px;
  height: 82px;
  margin: 0 auto;
}

.mod-rmwy .bd li .ewm .ewm-code img {
  width: 82px;
  height: 82px;
}

.mod-rmwy .bd li .ewm p {
  padding-top: 5px;
  font-size: 10px;
  line-height: 20px;
}

.mod-rmwy .bd li .ico-phone {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  background: url(/images/nindex/ico-phone.png) center center no-repeat;
}

.mod-rmwy .bd .pic {
  width: 100%;
  height: 140px;
  border-radius: 5px;
}

.mod-rmwy .bd span {
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

/* .mod-ban */
.mod-ban {
  height: 90px;
  overflow: hidden;
}

.mod-ban img {
  width: 100%;
  height: 100%;
}

/* mod-gift */
.mod-gift .hd .title {
  background-position: 0 -118px;
}

.mod-gift .bd ul {
  margin-right: -10px;
  *overflow: hidden;
  *zoom: 1;
}

.mod-gift .bd li {
  float: left;
  width: 268px;
  padding: 14px 10px;
  margin-right: 10px;
  border: 1px #f1f1f1 solid;
  overflow: hidden;
  _display: inline;
  position: relative;
  cursor: pointer;
}

.mod-gift .bd .pic {
  float: left;
  _display: inline;
}

.mod-gift .bd .pic img {
  width: 88px;
  height: 88px;
  border-radius: 5px;
}

.mod-gift .bd .info {
  width: 168px;
  float: right;
  _display: inline;
  color: #484848;
}

.mod-gift .bd .game {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.mod-gift .bd .name {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.mod-gift .bd .name i {
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  height: 14px;
  line-height: 14px;
  padding: 0 6px;
  border: 1px #ffa504 solid;
  color: #ffa504;
  border-radius: 4px;
  font-size: 12px;
}

.mod-gift .bd .progress {
  display: block;
  height: 26px;
  line-height: 26px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #989898;
}

.mod-gift .bd .bar {
  float: left;
  width: 88px;
  height: 6px;
  margin: 10px 12px 0 0;
  line-height: 0;
  font-size: 0;
  background: #f3cfbb;
  border-radius: 5px;
  position: relative;
  _display: inline;
}

.mod-gift .bd .bar i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background: #ff8737;
  border-radius: 5px;
}

.mod-gift .bd a:hover {
  color: #484848;
}

.mod-gift .bd .app,
.mod-gift .bd .zhi {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
}

.mod-gift .bd .app {
  background: url(/images/nindex/app.png) no-repeat;
}

.mod-gift .bd .zhi {
  background: url(/images/nindex/zhi.png) no-repeat;
}

.mod-gift .bd .hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
  height: 124px;
  background: rgba(0, 0, 0, 0.7);
}

.mod-gift .bd .hover span {
  display: block;
  padding: 0 50px;
  text-align: center;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin: 20px 0 10px 0;
  color: #fff;
}

.mod-gift .bd .hover em {
  display: block;
  width: 70px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 13px;
  background: #2fc26e;
  color: #fff;
  margin: 0 auto;
}

/* mod-special */
.mod-special .hd .title {
  background-position: 0 -158px;
}

.mod-special .bd ul {
  margin-right: -10px;
  *overflow: hidden;
  *zoom: 1;
}

.mod-special .bd li {
  width: 290px;
  height: 210px;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  _display: inline;
}

.mod-special .bd img {
  width: 290px;
  height: 180px;
  border-radius: 5px;
}

.mod-special .bd em {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mod-special .bd i {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 180px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}

.mod-special .bd span {
  display: none;
}

.mod-special .bd .cur span {
  display: block;
  position: absolute;
}

.mod-special .bd .cur i {
  display: block;
}

.mod-special .bd .cur .title {
  top: 30px;
  left: 16px;
  width: 252px;
  color: #fff;
  font-size: 16px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mod-special .bd .cur .line {
  top: 72px;
  left: 16px;
  height: 2px;
  width: 18px;
  background: #fff;
  font-size: 0;
  line-height: 0;
}

.mod-special .bd .cur .intro {
  top: 92px;
  left: 0;
  line-height: 18px;
  padding: 0 16px;
  color: #fff;
}

/* mod-girl & mod-recommend */
.mod-list .bd {
  /* height: 180px; */
  zoom: 1;
  /* overflow: hidden; */
}

.mod-list ul {
  /* height: 194px; */
  margin: 3px -1px 0;
  zoom: 1;
  position: relative;
}

.mod-list .bd li {
  float: left;
  width: 220px;
  height: 72px;
  padding: 0 0 25px 18px;
  zoom: 1;
  _overflow: hidden;
}

.mod-list .bd .icon {
  float: left;
  display: inline;
  width: 72px;
  position: relative;
}

.mod-list .bd .icon p {
  display: none;
  position: absolute;
  top: -162px;
  left: -38px;
  width: 140px;
  height: 148px;
  border: 1px #cfcfcf solid;
  text-align: center;
  background: #fff;
  z-index: 10;
}

.mod-list .bd .icon span {
  height: 24px;
  height: 24px;
  color: #676767;
}

.mod-list .bd .icon i {
  position: absolute;
  bottom: -11px;
  left: 64px;
  display: block;
  width: 20px;
  height: 12px;
  line-height: 0;
  font-size: 0;
  background: url(/images/h5pc2016/ewm-arrow.png) no-repeat;
}

.mod-list .bd .intro {
  float: left;
  display: inline;
  width: 136px;
  height: 72px;
  margin-left: 12px;
  overflow: hidden;
}

.mod-list .bd .intro .name {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #484848;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mod-list .bd .intro p {
  height: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  overflow: hidden;
}

.mod-list .bd .intro .start {
  display: block;
  width: 96px;
  height: 26px;
  line-height: 26px;
  border: 1px #2fc26e solid;
  color: #2fc26e;
  font-size: 14px;
  text-align: center;
  border-radius: 13px;
}

.mod-list .bd .intro a:hover.start {
  background: #2fc26e;
  color: #fff;
  text-decoration: none;
}

.mod-list .bd .intro a:hover.name {
  color: #2fc26e;
}

.mod-girl .hd .title {
  background-position: 0 -200px;
}

.mod-recommend {
  margin-bottom: 20px;
}

.mod-recommend .hd .title {
  background-position: 0 -238px;
}

/* md-rank */
.md-rank {
  width: 386px;
  float: left;
  display: inline;
  margin-right: 10px;
  border: 1px #f0f0f0 solid;
}

.md-rank .hd {
  height: 38px;
  line-height: 38px;
  margin-bottom: 0;
  background: #fff;
  border-bottom: 1px #bbf3d7 solid;
  position: relative;
}

.md-rank .hd .md-title {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px 0 50px;
  border-bottom: 1px #2fc26e solid;
  color: #2fc26e;
  font-size: 16px;
}

.md-rank .bd ul {
  margin-top: -1px;
  overflow: hidden;
  zoom: 1;
}

.md-rank .bd li {
  border-top: 1px #f0f0f0 solid;
}

.md-rank .bd p {
  height: 47px;
  line-height: 47px;
  position: relative;
}

.md-rank .bd p span {
  float: left;
  display: inline;
  width: 16px;
  height: 16px;
  line-height: 15px;
  margin: 16px 0 0 32px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

.md-rank .bd p a {
  display: block;
  height: 47px;
  line-height: 47px;
  margin-left: 58px;
  padding-right: 100px;
  font-size: 14px;
  overflow: hidden;
}

.md-rank .bd p em {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 47px;
  line-height: 47px;
  overflow: hidden;
}

.md-rank .bd p i {
  display: none;
  position: absolute;
  top: 0;
  left: 30px;
  width: 22px;
  height: 10px;
  line-height: 0;
  font-size: 0;
}

.md-rank .bd .intro {
  padding: 20px 34px;
  display: none;
  position: relative;
}

.md-rank .bd .info {
  height: 36px;
  line-height: 18px;
  padding: 18px 0;
  margin-left: 82px;
  padding-right: 96px;
}

.md-rank .bd .info span {
  display: block;
}

.md-rank .bd .btn {
  position: absolute;
  top: 42px;
  right: 34px;
}

.md-rank .bd .btn a {
  display: block;
  width: 96px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 12px;
}

.md-rank .bd .btn a:hover {
  color: #fff;
  text-decoration: none;
}

.md-rank .bd .cur p a,
.md-rank .bd .cur p em {
  color: #fff;
}

.md-rank .bd .cur .intro,
.md-rank .bd .cur p i {
  display: block;
}

.md-xy {
  margin-right: 0;
}

.md-yy .hd {
  border-bottom-color: #bbe1f3;
}

.md-yy .hd .md-title {
  background-position: -107px 0;
  color: #5588f9;
  border-color: #5588f9;
}

.md-yy .bd p i {
  background-position: -85px -170px;
}

.md-yy .bd p span {
  background: #5588f9;
}

.md-yy .bd .cur p span {
  background: #fff;
  color: #5588f9;
}

.md-yy .bd .info span {
  color: #5588f9;
}

.md-yy .bd .btn a {
  background: #5588f9;
}

.md-yy .bd .cur p {
  background: #5588f9;
}

.md-xyx .hd .md-title {
  background-position: -107px -78px;
}

.md-xyx .bd .info span {
  color: #2fc26e;
}

.md-xyx .bd .btn a {
  background: #2fc26e;
}

.md-xyx .bd p i {
  background-position: -85px -159px;
}

.md-xyx .bd p span {
  background: #2fc26e;
}

.md-xyx .bd .cur p span {
  background: #fff;
  color: #2fc26e;
}

.md-xyx .bd .cur p {
  background: #2fc26e;
}

.md-xy .hd {
  border-bottom-color: #f3cfbb;
}

.md-xy .hd .md-title {
  background-position: -107px -39px;
  color: #ff8737;
  border-color: #ff8737;
}

.md-xy .bd p i {
  background-position: -85px -148px;
}

.md-xy .bd p span {
  background: #ff8737;
}

.md-xy .bd .cur p span {
  background: #fff;
  color: #ff8737;
}

.md-xy .bd .info span {
  color: #ff8737;
}

.md-xy .bd .btn a {
  background: #ff8737;
}

.md-xy .bd .cur p {
  background: #ff8737;
}

/* test_link */
.test_link {
  margin: 0 auto;
}

.test_link span {
  display: block;
  height: 30px;
  line-height: 30px;
  padding-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.test_link p {
  overflow: hidden;
  padding-top: 10px;
}

.test_link a {
  float: left;
  display: inline;
  margin-right: 16px;
  white-space: nowrap;
  color: #666;
  margin-bottom: 10px;
}

.side {
  display: none;
  bottom: 310px;
}

.side .side-wx {
  background-position: 0 0;
}

.side .side-fk {
  background-position: 0 -49px;
}

.side .side-top {
  background-position: 0 -98px;
}

.side a:hover.side-wx {
  background-position: -57px 0;
}

.side a:hover.side-fk {
  background-position: -57px -49px;
}

.side a:hover.side-top {
  background-position: -57px -98px;
}

.side p i {
  background: url(/images/nindex/side-arrow.png) no-repeat;
}

/* ie6 */
.side {
  _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight-310);
}

.top-logo a {
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/nindex/logo.png");
  _background: none;
}

.mod-special .bd i {
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/nindex/shade.png");
  _background: none;
}

.icon-new {
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/nindex/icon-new.png");
  _background: none;
}

.icon-hot {
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/nindex/icon-hot.png");
  _background: none;
}

.icon-hd {
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/nindex/icon-hd.png");
  _background: none;
}

.icon-sf {
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/nindex/icon-sf.png");
  _background: none;
}

.icon-xf {
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/nindex/icon-xf.png");
  _background: none;
}

/* ie9濞寸姰鍎伴敓?? */
.top-search-txt {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#7fffffff', EndColorStr='#7fffffff');
  background: none\9;
}

.slider-nav {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#99000000', EndColorStr='#99000000');
  background: none\9;
}

.slider-nav .on {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#66000000', EndColorStr='#66000000');
  background: none\9;
}

.mod-jpyx .bd .qrcode {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#7f000000', EndColorStr='#7f000000');
  background: none\9;
}

.mod-special .bd .s i {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#b2000000', EndColorStr='#b2000000');
  background: none\9;
}

.mod-gift .bd .hover {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#b2000000', EndColorStr='#b2000000');
  background: none\9;
}

:root * {
  filter: none\9 !important;
}

@media screen and (max-width: 1000px) {
  .side {
    display: none;
  }
}

/* 闁煎????????閸屾氨�?? */
@media screen and (max-width: 1240px) {
  .w {
    width: 990px;
  }

  .top-nav {
    padding: 0 30px 0 50px;
  }

  .top-nav a {
    margin-right: 30px;
  }

  .top-search-txt {
    width: 200px;
  }

  .slider-nav {
    margin-left: 255px;
  }

  .mod-jpyx .bd li {
    width: 190px;
  }

  .mod-jpyx .bd .picbox {
    width: 190px;
    height: 232px;
  }

  .mod-jpyx .bd .gamebox {
    padding: 5px 10px;
  }

  .mod-jpyx .bd .game {
    max-width: 94px;
  }

  .mod-zxwy {
    width: 638px;
  }

  .mod-played .list-box {
    width: 840px;
  }

  .mod-played .list-box li {
    width: 130px;
  }

  .mod-played .list-box li .intro {
    width: 68px;
  }

  .mod-rmwy .bd li {
    width: 240px;
  }

  .mod-rmwy .bd li .ins .cont .rw {
    padding: 15px 0;
  }

  .mod-rmwy .bd li .ins .cont .nr {
    display: none;
  }

  .mod-rmwy .bd img {
    height: 115px;
  }

  .mod-gift .bd li {
    width: 218px;
  }

  .mod-gift .bd .info {
    width: 118px;
  }

  /* .mod-gift .bd .bar{width: 38px} */
  .mod-gift .bd .remain {
    display: none;
  }

  .mod-list .bd li {
    width: 184px;
    padding-left: 14px;
  }

  .mod-list .bd .intro {
    width: 100px;
  }

  .mod-special .bd li {
    width: 240px;
    height: 179px;
  }

  .mod-special .bd li img {
    width: 240px;
    height: 149px;
  }

  .mod-special .bd .cur i {
    height: 149px;
  }

  .mod-special .bd .cur .title {
    width: 200px;
    top: 20px;
  }

  .mod-special .bd em {
    width: 208px;
  }

  .mod-special .bd .cur em {
    top: 28px;
  }

  .mod-special .bd .cur .line {
    top: 56px;
  }

  .mod-special .bd .cur .intro {
    top: 76px;
  }

  .md-rank {
    width: 321px;
  }

  .md-xyx {
    width: 322px;
  }

  .side {
    margin-left: 520px;
  }

  .footer {
    min-width: 990px;
  }
}

/* 婵炴潙绻楅～宥夊闯閵娧嶆???閿熶粙寮??<ie8 */
.w990 .w {
  width: 990px;
}

.w990 .top-nav {
  padding: 0 30px 0 50px;
}

.w990 .top-nav a {
  margin-right: 30px;
}

.w990 .top-search-txt {
  width: 200px;
}

.w990 .slider-nav {
  margin-left: 255px;
}

.w990 .mod-jpyx .bd li {
  width: 190px;
}

.w990 .mod-jpyx .bd .picbox {
  width: 190px;
  height: 232px;
}

.w990 .mod-jpyx .bd .gamebox {
  padding: 5px 10px;
}

.w990 .mod-jpyx .bd .game {
  max-width: 94px;
}

.w990 .mod-jpyx .bd .qrcode {
  _height: 232px;
}

.w990 .mod-zxwy {
  width: 638px;
}

.w990 .mod-played .list-box {
  width: 840px;
}

.w990 .mod-played .list-box li {
  width: 130px;
}

.w990 .mod-played .list-box li .intro {
  width: 68px;
}

.w990 .mod-rmwy .bd li {
  width: 240px;
}

.w990 .mod-rmwy .bd img {
  height: 115px;
}

.w990 .mod-gift .bd li {
  width: 218px;
}

.w990 .mod-gift .bd .info {
  width: 118px;
}

/*.w990 .mod-gift .bd .bar{width: 38px} */
.w990 .mod-gift .bd .remain {
  display: none;
}

.w990 .mod-list .bd li {
  width: 184px;
  padding-left: 14px;
}

.w990 .mod-list .bd .intro {
  width: 100px;
}

.w990 .mod-special .bd li {
  width: 240px;
  height: 179px;
}

.w990 .mod-special .bd li img {
  width: 240px;
  height: 149px;
}

.w990 .mod-special .bd .cur i {
  height: 149px;
}

.w990 .mod-special .bd .cur .title {
  width: 200px;
  top: 20px;
}

.w990 .mod-special .bd em {
  width: 208px;
}

.w990 .mod-special .bd .cur em {
  top: 28px;
}

.w990 .mod-special .bd .cur .line {
  top: 56px;
}

.w990 .mod-special .bd .cur .intro {
  top: 76px;
}

.w990 .md-rank {
  width: 321px;
}

.w990 .md-xyx {
  width: 322px;
}

.w990 .side {
  margin-left: 520px;
}

.w990 .footer {
  min-width: 990px;
}

.mod-tjwy .hd .title {
  background-position: 0 -280px;
}


 .mod-list.module{margin-bottom:9px}