@charset "UTF-8";
html {
  font-family: 'helvetica neue', helvetica, 'heiti sc', 'droid sans fallback' , "\5FAE\8F6F\96C5\9ED1";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  width: 100%; }

body {
  margin: 0;
  -webkit-overflow-scrolling: touch;
  width: 100%; }

a, button, input, select, textarea {
  outline: none; }

ul, ol {
  list-style: none; }

em, i {
  font-style: normal; }

ol, ul, input, figure {
  margin: 0;
  padding: 0; }

dl, dd, h1, h2, h3, h4, h5, h6, p, form {
  margin: 0; }

img {
  width: 100%;
  border: 0; }

table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

a, button, button:active, input {
  -webkit-tap-highlight-color: transparent; }

mark {
  background-color: transparent;
  color: inherit; }

a:link, a:hover, a:active, a:visited {
  text-decoration: none; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder, input:focus::-moz-placeholder {
  color: transparent; }

button, input[type=button], input[type=password], input[type=submit], input[type=text], textarea {
  -webkit-appearance: none; }

input:-ms-clear {
  display: none; }

/* clear IE10 X */
input {
  -webkit-user-modify: read-write-plaintext-only;
  border: none; }

select {
  overflow-x: hidden; }

/* ellipsis */
.elli {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.clearfix:after, .userTop:after, .userInput .accountDet:after, .module .title:after, .searchModule:after, .selectTypeCon:after, .gameDetail .module .moduleHeader:after, .gameDetail .videoList li .videoInfor:after {
  content: " ";
  display: block;
  clear: both; }

.dib {
  display: inline-block; }

.di-vm, .userTop .loginBtn img, .userTop .loginBtn span, .userInput .verify img, .hotGameUl img, .seleceTypeBtn:after, .gameDetail .gameMess .gameUI, .gameDetail .gameMess .gameDet, .gameDetail .navHome a span:before, .gameDetail .navHome a span:after, .gameDetail .module .moduleHeader .title:before, .gameDetail .packageList .name span, .gameDetail .packageList .packageSum span, .gameDetail .packageList .receivePackage, .gameDetail .inforTab a, .gameDetail .inforTab a:before, .gameDetail .inforConTab .infoList a, .gameDetail .pokedex a {
  display: inline-block;
  vertical-align: middle; }

.fl {
  float: left; }

.fr {
  float: right; }

.none {
  display: none; }

.hide {
  font-size: 0;
  width: 0;
  text-indent: -9999px; }

.posCenter, .dialog .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); }

.tac {
  text-align: center; }

html, body {
  font-size: 0.5333333333rem; }

/**************************  通用弹窗  S ***********************************/
.dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 20; }
  .dialog .content {
    width: 13.3333333333rem;
    background: #fff;
    border-radius: 5px;
    padding: 1.5555555556rem 1.1111111111rem; }
  .dialog .closeBtn {
    background: url(../images//icon/icon.png) center 0 no-repeat;
    background-size: 16rem auto;
    background-position: -6.2222222222rem -0.2222222222rem;
    width: 0.7333333333rem;
    height: 0.7333333333rem;
    position: absolute;
    top: 0.4444444444rem;
    right: 0.3333333333rem; }
  .dialog .title {
    height: 1.7777777778rem;
    line-height: 1.7777777778rem;
    color: #ff8c3c;
    border-bottom: 1px #cbcaca solid;
    text-align: center;
    font-size: 0.6666666667rem;
    font-weight: bold;
    margin-bottom: 0.4444444444rem; }
  .dialog .textTit {
    font-size: 0.7555555556rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 0.4444444444rem 0; }
  .dialog .cdkTxt {
    font-size: 0.6222222222rem; }
    .dialog .cdkTxt span {
      background: #eaeaea;
      color: #ff8832;
      padding: 0.1111111111rem 0.2222222222rem;
      margin: 0 0.2222222222rem; }
  .dialog .minTips {
    color: #676767;
    font-size: 0.4444444444rem;
    line-height: 0.6666666667rem;
    margin: 0.4444444444rem 0; }
    .dialog .minTips strong {
      color: #ff0000;
      font-size: 0.5333333333rem;
      font-weight: normal; }
  .dialog .tips {
    color: #333;
    text-align: center;
    font-size: 0.6222222222rem; }

/**************************  通用弹窗  E ***********************************/
/**************************  登录  S ***********************************/
.userTop {
  height: 1.7777777778rem;
  background: #4c4b4b;
  line-height: 1.7777777778rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .userTop .loginBtn a {
    float: right;
    color: #fff;
    margin-right: 0.7777777778rem; }
  .userTop .loginBtn img {
    width: 1.1555555556rem;
    height: 1.1555555556rem;
    border-radius: 50%; }
  .userTop .loginBtn span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 2.2222222222rem;
    display: inline-block;
    margin-left: 0.2222222222rem; }

.searchBox {
  width: 8.8888888889rem;
  height: 1.0666666667rem;
  border-radius: 25px;
  float: left;
  margin: 0.3333333333rem;
  overflow: hidden;
  border: 1px solid #999;
  background: #fff; }
  .searchBox input {
    background: none;
    font-size: 0.4888888889rem;
    color: #999;
    line-height: 1.0666666667rem;
    width: 7.5555555556rem;
    text-indent: 0.4444444444rem;
    vertical-align: top; }
  .searchBox ::-webkit-input-placeholder {
    color: #999; }

.searchBtn {
  background: url(../images//icon/icon.png) center 0 no-repeat;
  background-size: 16rem auto;
  background-position: -1.8888888889rem 0rem;
  width: 1.1555555556rem;
  height: 1.0666666667rem;
  display: inline-block; }

.userInput .inputList {
  margin-bottom: 0.4444444444rem; }
.dialog .userInput .tips {
  color: #ff8832;
  font-size: 0.4444444444rem;
  line-height: 0.7777777778rem;
  margin: 0.2222222222rem 0 0.1111111111rem 0;
  text-align: left; }
.userInput .errorTips {
  color: #ff8832;
  font-size: 0.5333333333rem; }
.userInput input {
  border-radius: 4px;
  background: #e9e9e9;
  height: 36px;
  text-indent: 0.4444444444rem; }
.userInput input[type='text'], .userInput input[type='password'] {
  color: #333;
  width: 100%; }
.userInput .verify {
  position: relative; }
  .userInput .verify input {
    width: 5.5555555556rem;
    margin-right: 0.2222222222rem; }
  .userInput .verify img {
    border: 1px #ff8c3c solid;
    width: 4.4444444444rem;
    height: 34px; }
  .userInput .verify .changeVerify {
    color: #ff8832;
    margin-left: 0.2222222222rem;
    font-size: 0.6222222222rem; }
.userInput .remember {
  color: #858383;
  float: left;
  padding-right: 0.6666666667rem; }
  .userInput .remember input {
    vertical-align: middle; }
.userInput .accountDet {
  margin: 0.2222222222rem 0;
  line-height: 1.3333333333rem; }
.userInput .haveAccount, .userInput .forget {
  float: right;
  color: #ff8832;
  font-size: 0.5777777778rem;
  margin-right: 0.4444444444rem; }

.orangeBtn {
  width: 4.4444444444rem;
  height: 1.7777777778rem;
  line-height: 1.7777777778rem; }

.orangeBigBtn {
  width: 100%;
  height: 1.7777777778rem;
  line-height: 1.7777777778rem; }

.orangeBigBtn, .orangeBtn {
  color: #fff;
  border-radius: 2px;
  border: none;
  background: #ff8c3c;
  font-size: 0.6666666667rem;
  text-align: center;
  display: block;
  margin: 0 auto; }

.registCon .inputList {
  margin-bottom: 0; }

.loginCon .noAccount {
  line-height: 1.3333333333rem; }
  .loginCon .noAccount a {
    color: #ff8c3c; }

/**************************  登录  E ***********************************/
/***************************  公共结构 S ***************************/
.wrapper {
  margin-top: 1.7777777778rem;
  background: #ececec; }

.module {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  margin-bottom: 0.4444444444rem; }
  .module .title {
    padding: 0 0.6666666667rem 0 0.5555555556rem;
    line-height: 1.6222222222rem;
    font-size: 0.7111111111rem;
    color: #000;
    border-bottom: 1px solid #eaeaea; }
    .module .title span:before {
      content: "";
      width: 0.8444444444rem;
      height: 0.8444444444rem;
      display: inline-block;
      vertical-align: text-bottom;
      margin-right: 0.2222222222rem; }
    .module .title span.star:before {
      background: url(../images//icon/icon.png) center 0 no-repeat;
      background-size: 16rem auto;
      background-position: -0.2444444444rem -5.0222222222rem; }
    .module .title span.news:before {
      background: url(../images//icon/icon.png) center 0 no-repeat;
      background-size: 16rem auto;
      background-position: -1.2888888889rem -5.0222222222rem; }
    .module .title span.game:before {
      background: url(../images//icon/icon.png) center 0 no-repeat;
      background-size: 16rem auto;
      background-position: -2.4222222222rem -5.0222222222rem; }
    .module .title .more {
      float: right;
      font-size: 0.4444444444rem;
      color: #666; }

.flex {
  display: flex;
  display: -webkit-flex; }
  .flex a, .flex .average {
    flex: 1;
    -webkit-box-flex: 1; }

.entry {
  text-align: center;
  line-height: 1.7777777778rem;
  padding: 0 0.3333333333rem;
  background: #ececec; }
  .entry a {
    color: #333; }

/***************************  公共结构 E ***************************/
/**************************  公共模块 S **************************/
.hotGameUl li {
  border-bottom: 1px solid #eee;
  padding: 0.6666666667rem; }
  .hotGameUl li:last-child {
    border: none; }
.hotGameUl img {
  width: 2.2666666667rem; }
.hotGameUl .gameDet {
  width: 8rem;
  margin-left: 0.4444444444rem; }
.hotGameUl .name {
  color: #333;
  font-size: 0.6666666667rem; }
.hotGameUl .type {
  color: #999;
  font-size: 0.5333333333rem; }
.hotGameUl .download {
  font-size: 0.6222222222rem;
  width: 3.5555555556rem;
  height: 1.2444444444rem;
  color: #fff;
  background: #f58830;
  display: inline-block;
  line-height: 1.2444444444rem;
  border-radius: 3px;
  margin-top: 0.3333333333rem;
  text-align: center; }

.boutique {
  text-align: center;
  margin: 0.6222222222rem 0 0.7777777778rem 0; }
  .boutique img {
    width: 3.6rem; }
  .boutique .name {
    color: #333;
    font-size: 0.5777777778rem; }
  .boutique .type {
    color: #999;
    font-size: 0.4444444444rem; }
  .boutique .download {
    font-size: 0.6222222222rem;
    width: 3.5555555556rem;
    height: 1.2444444444rem;
    color: #fff;
    background: #f58830;
    display: inline-block;
    line-height: 1.2444444444rem;
    border-radius: 3px;
    margin-top: 0.3333333333rem; }

.searchModule {
  background: #fff;
  padding: 0.4444444444rem; }

.seleceTypeBtn {
  background: #fe8227;
  color: #fff;
  padding: 0 0.4444444444rem;
  height: 1.1777777778rem;
  text-align: center;
  line-height: 1.1777777778rem;
  border-radius: 3px;
  float: right;
  clear: both; }
  .seleceTypeBtn:after {
    content: "";
    background: url(../images//icon/icon.png) center 0 no-repeat;
    background-size: 16rem auto;
    background-position: -4.0444444444rem -0.2444444444rem;
    width: 0.4666666667rem;
    height: 0.2444444444rem; }
  .seleceTypeBtn.on:after {
    background: url(../images//icon/icon.png) center 0 no-repeat;
    background-size: 16rem auto;
    background-position: -3.2888888889rem -0.2rem; }

.selectTypeCon {
  background: #000;
  width: 100%;
  text-align: center;
  clear: both; }
  .selectTypeCon a {
    color: #fff;
    float: left;
    width: 33.3%;
    position: relative;
    font-size: 0.5777777778rem;
    line-height: 1.3333333333rem; }
    .selectTypeCon a:before {
      content: "•";
      position: absolute;
      left: 0.3333333333rem; }

/**************************  公共模块 E **************************/
/******************************** 游戏专区 S ********************************/
.gameDetail {
  background: #f4f4f4; }
  .gameDetail .sprites, .gameDetail .navHome a span:before, .gameDetail .navHome a span:after, .gameDetail .inforTab a:before, .gameDetail .inforConTab .infoList a, .gameDetail .pokedex a:before {
    background: url(../images/icon/general-zone-spr.png);
    background-size: 3.8444444444rem auto; }
  .gameDetail .topMain {
    background: #fff; }
  .gameDetail .gameMess {
    padding: 0.4666666667rem 0.5777777778rem 0.3777777778rem 0.5555555556rem;
    border-bottom: 0.0222222222rem solid #ebebeb; }
    .gameDetail .gameMess .gameUI {
      width: 2.4444444444rem;
      height: 2.4444444444rem; }
    .gameDetail .gameMess .gameDet {
      width: 7.3333333333rem;
      margin-left: 0.3333333333rem; }
      .gameDetail .gameMess .gameDet .gameName {
        color: #313131;
        font-size: 0.7555555556rem;
        line-height: 1rem; }
      .gameDetail .gameMess .gameDet .plat {
        line-height: 0.7555555556rem; }
        .gameDetail .gameMess .gameDet .plat a {
          color: #4b4b4b;
          font-size: 0.5333333333rem; }
        .gameDetail .gameMess .gameDet .plat a:first-child:after {
          content: " ";
          width: 1px;
          height: 10px;
          background: #969696;
          display: inline-block;
          *display: inline;
          *zoom: 1;
          margin: 0 0.3777777778rem; }
    .gameDetail .gameMess .downloadBtn {
      color: #fefefe;
      font-size: 0.7111111111rem;
      padding: 0.2666666667rem 0.5555555556rem;
      background: #ec8c14;
      border-radius: 8px; }
  .gameDetail .navHome {
    text-align: center;
    padding: 0.3333333333rem 0;
    font-size: 0;
    border-bottom: 1px solid #ebebeb; }
    .gameDetail .navHome a {
      width: 2.4444444444rem;
      display: inline-block;
      color: #2a2a2a;
      font-size: 0.5333333333rem;
      text-align: center;
      margin: 0 0.7777777778rem;
      line-height: 0.7777777778rem; }
      .gameDetail .navHome a span {
        width: 1.4444444444rem;
        height: 1.4444444444rem;
        border-radius: 50%;
        display: block;
        margin: 0 auto;
        text-align: center; }
        .gameDetail .navHome a span:before, .gameDetail .navHome a span:after {
          content: " "; }
        .gameDetail .navHome a span:after {
          height: 100%; }
      .gameDetail .navHome a:nth-child(1) span {
        background: #aa7add; }
        .gameDetail .navHome a:nth-child(1) span:before {
          width: 0.6666666667rem;
          height: 0.7777777778rem;
          background-position: 0 -0.0888888889rem; }
      .gameDetail .navHome a:nth-child(2) span {
        background: #2fabcf; }
        .gameDetail .navHome a:nth-child(2) span:before {
          width: 0.8444444444rem;
          height: 0.6rem;
          background-position: -0.9777777778rem -0.1333333333rem; }
      .gameDetail .navHome a:nth-child(3) span {
        background: #28b887; }
        .gameDetail .navHome a:nth-child(3) span:before {
          width: 0.7777777778rem;
          height: 0.6888888889rem;
          background-position: -2.0444444444rem -0.0666666667rem; }
      .gameDetail .navHome a:nth-child(4) span {
        background: #ec4c4c; }
        .gameDetail .navHome a:nth-child(4) span:before {
          width: 0.7333333333rem;
          height: 0.8222222222rem;
          background-position: -3.1111111111rem 0; }
  .gameDetail .bannerSilder {
    margin-top: 0.4444444444rem;
    background: #fff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    height: 6rem; }
    .gameDetail .bannerSilder.banner .hd li {
      background: rgba(0, 0, 0, 0.6); }
    .gameDetail .bannerSilder.banner .hd li.on {
      background: #ee7916; }
  .gameDetail .module {
    background: #fff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-top: 0.4444444444rem; }
    .gameDetail .module .moduleHeader {
      height: 1.3333333333rem;
      line-height: 1.3333333333rem;
      border-bottom: 1px solid #eaeaea; }
      .gameDetail .module .moduleHeader .title {
        color: #ee7916;
        font-size: 0.6666666667rem;
        margin-left: 0.5555555556rem;
        float: left;
        border: none; }
        .gameDetail .module .moduleHeader .title:before {
          content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAnCAIAAABFd2XIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4M0JDM0I3OTlCNUMxMUU2QUQyMDlFMTI2RDQ3ODU0OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4M0JDM0I3QTlCNUMxMUU2QUQyMDlFMTI2RDQ3ODU0OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzQkMzQjc3OUI1QzExRTZBRDIwOUUxMjZENDc4NTQ4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgzQkMzQjc4OUI1QzExRTZBRDIwOUUxMjZENDc4NTQ4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+6BqtiQAAABhJREFUeNpieVcpxgAGTAwwMMqiNwsgwACD7AHOXrZrDgAAAABJRU5ErkJggg==);
          vertical-align: top;
          width: 0.0666666667rem;
          height: 0.8666666667rem;
          overflow: hidden;
          margin-top: 0.2222222222rem;
          margin-right: 0.2rem; }
      .gameDetail .module .moduleHeader .viewMore {
        color: #a0a0a0;
        font-size: 0.4rem;
        float: right;
        margin-right: 0.4444444444rem; }
  .gameDetail .packageList li {
    border-bottom: 1px solid #eaeaea;
    padding: 0.4444444444rem 0.5555555556rem; }
    .gameDetail .packageList li:last-child {
      border-bottom: none; }
  .gameDetail .packageList .packageDetail {
    width: 10.8888888889rem; }
  .gameDetail .packageList .name {
    color: #5f5f5f;
    font-size: 0.6222222222rem; }
    .gameDetail .packageList .name span {
      width: 0.4888888889rem;
      height: 0.6222222222rem;
      margin-left: 0.3777777778rem; }
      .gameDetail .packageList .name span.ios {
        background: url(../images/icon/ios.png);
        background-size: 0.4888888889rem auto; }
      .gameDetail .packageList .name span.android {
        background: url(../images/icon/android.png);
        background-size: 0.4888888889rem auto; }
  .gameDetail .packageList .packageSum {
    color: #666;
    font-size: 0.5333333333rem; }
    .gameDetail .packageList .packageSum .percent {
      font-size: 0.4444444444rem; }
    .gameDetail .packageList .packageSum .linePercent {
      width: 4.5555555556rem;
      height: 0.2666666667rem;
      background: #cbc1b9;
      border-radius: 5px;
      position: relative; }
      .gameDetail .packageList .packageSum .linePercent em {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #169e2f;
        border-radius: 5px; }
  .gameDetail .packageList .receivePackage {
    position: absolute;
    right: 0.5555555556rem;
    width: 3.7777777778rem;
    height: 1rem;
    color: #ee7916;
    font-size: 0.5777777778rem;
    border: 0.0444444444rem solid #ee7916;
    border-radius: 5px;
    text-align: center;
    line-height: 1rem; }
    .gameDetail .packageList .receivePackage.jf-receivePackage {
      color: #ff6d82;
      font-size: 0.5777777778rem;
      border: 0.0444444444rem solid #ff6d82; }
  .gameDetail .newList li {
    border-bottom: 1px dashed #cecece;
    padding: 0 0.2222222222rem; }
    .gameDetail .newList li:last-child {
      border-bottom: none; }
    .gameDetail .newList li a {
      color: #6e6e6e;
      font-size: 0.6222222222rem;
      line-height: 1.4222222222rem;
      overflow: hidden;
      width: 15.3333333333rem;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block; }
  .gameDetail .inforTab {
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 0.1777777778rem; }
    .gameDetail .inforTab a {
      color: #5f5f5f;
      font-size: 0.6222222222rem;
      line-height: 1.1111111111rem;
      margin: 0 0.3333333333rem;
      -webkit-transition: all .2s;
      width: 28%; }
      .gameDetail .inforTab a:before {
        width: 0.3555555556rem;
        height: 0.3555555556rem;
        content: "";
        background-position: -0.4888888889rem -1.5111111111rem;
        margin: 0 0.1111111111rem; }
      .gameDetail .inforTab a:nth-child(1) {
        margin-left: 0.2888888889rem; }
      .gameDetail .inforTab a:nth-child(4) {
        margin-right: 0.2888888889rem; }
      .gameDetail .inforTab a.on {
        color: #ee7916;
        border-bottom: 0.0444444444rem solid #ee7916; }
        .gameDetail .inforTab a.on:before {
          background-position: 0 -1.5111111111rem; }
  .gameDetail .inforConTab .infoList {
    margin-bottom: 0.5555555556rem; }
    .gameDetail .inforConTab .infoList a {
      float: left;
      width: 3.4222222222rem;
      height: 1.2222222222rem;
      background-position: 0 -2.4444444444rem;
      text-indent: 0.5555555556rem;
      color: #fff;
      font-size: 0.6222222222rem;
      line-height: 1.2222222222rem;
      margin: 0.5555555556rem 0.8888888889rem 0; }
  .gameDetail .device {
    width: 15.1111111111rem;
    margin: 0 auto; }
  .gameDetail .swiper-container {
    width: 15.1111111111rem; }
  .gameDetail .swiper-slide {
    width: 10rem;
    height: auto; }
    .gameDetail .swiper-slide img {
      width: 100%; }
  .gameDetail .inforSilder {
    margin-top: 0.4444444444rem;
    font-size: 0.4444444444rem;
    background: #fff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    height: auto; }
    .gameDetail .inforSilder.banner .hd {
      right: 50%;
      bottom: 0;
      top: 4.4444444444rem;
      -webkit-transform: translate(50%); }
    .gameDetail .inforSilder.banner .hd li {
      background: rgba(0, 0, 0, 0.6); }
    .gameDetail .inforSilder.banner .hd li.on {
      background: #ee7916; }
    .gameDetail .inforSilder .inforDetail {
      height: 4.1777777778rem;
      overflow: hidden;
      color: #666;
      line-height: 1.1111111111rem;
      padding: 0.4444444444rem;
      font-size: 0.6222222222rem; }
    .gameDetail .inforSilder .moreview {
      font-size: 0.4rem;
      float: right;
      color: #666;
      padding: 0 0.4444444444rem 0.4444444444rem 0.4444444444rem; }
  .gameDetail .videoList {
    text-align: center;
    margin-top: 0.6666666667rem; }
    .gameDetail .videoList li {
      width: 6.8888888889rem;
      height: 3.8888888889rem;
      border: 0.1555555556rem solid #f3f3f3;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .gameDetail .videoList li .videoInfor {
        color: #aeaeab;
        font-size: 0.4444444444rem;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        padding: 0 0.1111111111rem; }
        .gameDetail .videoList li .videoInfor:after {
          content: "";
          background: url(../images/icon/videoIcon.png);
          width: 0.7111111111rem;
          height: 0.7111111111rem;
          background-size: 0.7111111111rem auto;
          display: inline-block;
          visibility: inherit; }
      .gameDetail .videoList li span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 0.8888888889rem;
        width: 5.8888888889rem;
        max-width: 5.8888888889rem;
        display: inline-block; }
  .gameDetail .pokedex {
    text-align: center;
    margin-top: 0.5555555556rem; }
    .gameDetail .pokedex a {
      width: 7.0444444444rem;
      height: 2.5555555556rem;
      font-size: 0.7555555556rem;
      color: #fff;
      line-height: 2.5555555556rem;
      border-radius: 0.3333333333rem;
      margin: 0 0.1111111111rem; }
      .gameDetail .pokedex a:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin: 0 0.4444444444rem; }
      .gameDetail .pokedex a:nth-child(1) {
        background: #f68f90; }
        .gameDetail .pokedex a:nth-child(1):before {
          width: 1.0666666667rem;
          height: 0.9111111111rem;
          background-position: -1.1111111111rem -1.2222222222rem; }
      .gameDetail .pokedex a:nth-child(2) {
        background: #5abdf7; }
        .gameDetail .pokedex a:nth-child(2):before {
          width: 1rem;
          height: 1.0888888889rem;
          background-position: -2.5777777778rem -1.1333333333rem; }
  .gameDetail .gameNews {
    background: #fff;
    width: 16rem;
    overflow-x: hidden; }
  .gameDetail .gameNewsTitle {
    height: 2.1333333333rem;
    background: #1e1e21;
    font-size: 0.7555555556rem;
    color: #fff;
    line-height: 2.1333333333rem;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 0.2rem; }
  .gameDetail a.goback {
    position: absolute;
    width: 0.4222222222rem;
    height: 0.8rem;
    background: url(http://www.shengli.com/Public/Home/five/Yttlj/images/goback.gif) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    top: 0.6666666667rem;
    left: 0.4444444444rem; }
  .gameDetail .mainNav {
    height: 1.7333333333rem;
    border-bottom: 0.0222222222rem solid #d1d1d1;
    box-sizing: border-box;
    position: relative;
    z-index: 1; }
    .gameDetail .mainNav ul {
      position: absolute;
      z-index: 2;
      left: 0;
      width: 14.6666666667rem;
      height: 1.5555555556rem;
      padding: 0 0.6666666667rem; }
      .gameDetail .mainNav ul li {
        text-align: center;
        line-height: 1.7333333333rem;
        font-size: 0.6666666667rem;
        color: #333;
        float: left;
        width: 4.8888888889rem;
        height: 1.6rem; }
        .gameDetail .mainNav ul li.active {
          color: #264f91;
          border-bottom: 0.1333333333rem solid #264f91; }
  .gameDetail .subNav {
    height: 1.5777777778rem;
    padding: 0.3111111111rem 0;
    box-sizing: border-box;
    margin: 0 0.4rem;
    line-height: 1.5777777778rem;
    border-bottom: 1px solid #ebebeb; }
    .gameDetail .subNav li {
      float: left;
      margin-left: 1.1555555556rem;
      width: 3.2444444444rem;
      height: 0.9777777778rem;
      background: #fff;
      text-align: center;
      line-height: 0.9777777778rem;
      color: #666;
      font-size: 0.6222222222rem; }
      .gameDetail .subNav li.active {
        background: #264f91;
        color: #fff;
        border-radius: 0.6666666667rem; }
  .gameDetail .gameNewsCon {
    margin: 0 0.4rem;
    clear: both;
    width: 15.2rem; }
    .gameDetail .gameNewsCon dl {
      height: 3.2444444444rem;
      border-bottom: 1px solid #ebebeb;
      padding: 0.4444444444rem 0 0.4444444444rem;
      box-sizing: border-box; }
      .gameDetail .gameNewsCon dl dt {
        float: left;
        width: 3.5111111111rem;
        height: 2.3333333333rem;
        padding-right: 0.5555555556rem; }
        .gameDetail .gameNewsCon dl dt img {
          width: 3.5111111111rem;
          height: 2.3333333333rem;
          margin: 0; }
      .gameDetail .gameNewsCon dl dd {
        float: left; }
        .gameDetail .gameNewsCon dl dd a {
          display: block;
          width: 11.1111111111rem;
          height: 1.9777777778rem;
          color: #242222;
          font-size: 0.6666666667rem;
          text-align: left;
          line-height: 0.9777777778rem;
          overflow: hidden; }
        .gameDetail .gameNewsCon dl dd span {
          float: left;
          font-size: 0.4rem;
          color: #ff8432;
          padding: 0rem 0rem 0rem 0.6666666667rem;
          margin-right: 0.4222222222rem;
          background: url(http://www.shengli.com/Public/Home/five/Yttlj/images/informate-icon.png) -1.8888888889rem center no-repeat;
          background-size: auto 0.3777777778rem; }
          .gameDetail .gameNewsCon dl dd span:nth-child(2) {
            background: url(http://www.shengli.com/Public/Home/five/Yttlj/images/informate-icon.png) 0 center no-repeat;
            background-size: auto 0.3777777778rem; }
        .gameDetail .gameNewsCon dl dd em {
          float: right;
          font-size: 0.4rem;
          color: #858585; }
  .gameDetail .mainNavCon {
    width: 16rem;
    overflow: hidden; }
  .gameDetail .swiper-container2, .gameDetail .swiper-container3 {
    width: 16rem;
    height: auto;
    padding-bottom: 0.2222222222rem; }
  .gameDetail .gameGiftNav {
    height: 1.6444444444rem;
    border: 0.0222222222rem solid #e7e7e7;
    margin-bottom: 0.1333333333rem;
    clear: both;
    background: #fff;
    display: box;
    display: -moz-box;
    display: -webkit-box;
    width: 16rem;
    box-sizing: border-box; }
    .gameDetail .gameGiftNav .nav {
      -moz-box-flex: 1;
      -webkit-box-flex: 1;
      box-flex: 1;
      font-size: 0.7555555556rem;
      color: #797979;
      line-height: 1.6444444444rem;
      height: 1.5555555556rem;
      text-align: center;
      border-bottom: none; }
      .gameDetail .gameGiftNav .nav.active {
        color: #ff8432;
        border-bottom: 0.0888888889rem solid #e59139; }
  .gameDetail .gameGiftCon {
    width: 100%;
    background: #f4f4f4; }
  .gameDetail .gameGiftSection {
    position: relative;
    clear: both;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-left: none;
    border-right: none;
    min-height: 4rem;
    padding: 0.5111111111rem 0.4444444444rem;
    box-sizing: border-box;
    margin-bottom: 0.2666666667rem; }
    .gameDetail .gameGiftSection h3 {
      text-align: left;
      font-size: 0.7111111111rem;
      font-weight: normal; }
      .gameDetail .gameGiftSection h3 i {
        float: left; }
      .gameDetail .gameGiftSection h3 span {
        float: left;
        width: 0.6666666667rem;
        height: 0.6rem;
        display: inline-block;
        background: url(http://www.shengli.com/Public/Home/five/Yttlj/images/android.png) no-repeat;
        background-size: 100% auto;
        margin-left: 0.4888888889rem;
        margin-top: 0.1333333333rem; }
        .gameDetail .gameGiftSection h3 span.iphone {
          width: 0.5111111111rem;
          height: 0.6rem;
          background: url(http://www.shengli.com/Public/Home/five/Yttlj/images/iPhone.png) no-repeat;
          background-size: 100% auto; }
    .gameDetail .gameGiftSection p {
      clear: both;
      text-align: left;
      font-size: 0.6222222222rem;
      color: #666;
      padding-top: 0.6222222222rem; }
      .gameDetail .gameGiftSection p b {
        color: #ff8432;
        font-weight: normal;
        line-height: 0.9777777778rem; }
      .gameDetail .gameGiftSection p span {
        position: relative;
        width: 4.5555555556rem;
        height: 0.1777777778rem;
        background: #cbc1b9;
        display: inline-block;
        border-radius: 0.4444444444rem;
        z-index: 2;
        vertical-align: middle; }
        .gameDetail .gameGiftSection p span i {
          position: absolute;
          background: #3d9e2c;
          display: inline-block;
          height: 0.1777777778rem;
          z-index: 3;
          top: 0;
          border-radius: 0.4444444444rem; }
  .gameDetail .exchange, .gameDetail .exchanged {
    width: 3.7777777778rem;
    height: 0.9555555556rem;
    background: #ff8432;
    border-radius: 0.1333333333rem;
    color: #fff;
    line-height: 0.9555555556rem;
    font-size: 0.5333333333rem;
    text-align: center;
    display: block;
    position: absolute;
    right: 0.4444444444rem;
    top: 1.3777777778rem; }
  .gameDetail .exchanged {
    background: #e1e1e1;
    color: #9e9e9e; }
  .gameDetail a.getMore {
    height: 1.7777777778rem;
    width: 100%;
    line-height: 1.7777777778rem;
    text-align: center;
    font-size: 0.6666666667rem;
    color: #fff;
    background: #fe944d;
    border-radius: 0.1777777778rem;
    display: block;
    margin-top: 0.2222222222rem; }

/******************************** 游戏专区 E ********************************/

/*# sourceMappingURL=gamedetail.css.map */
