@charset "UTF-8";
@import url(common.css);

// .getMore {
//     margin-left: 532px;
//     color: grey;
//     cursor: pointer;
// }
.getMore:hover {
  color: orange;
  font-weight: 700;
}



.language-cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  display: none;
  font-size: 14px; }
  .language-cover .language-box {
    width: 300px;
    height: auto;
    top: 50%;
    left: 50%;
    margin: -155px auto auto -150px;
    padding-bottom: 16px;
    position: absolute;
    box-sizing: border-box;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    border-radius: 5px; }
    .language-cover .language-box .title {
      font-size: 2.7rem;
      color: #fff;
      padding: 36px 15px;
      text-align: center;
      font-weight: 200;
      background-color: #03A9F4; }
      .language-cover .language-box .title b {
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        font-size: 2rem;
        display: block;
        padding: 12px 15px;
        cursor: pointer; }
        .language-cover .language-box .title b:hover {
          color: blue;
          font-weight: 700;
          transition: all .3s;
          -ms-transition: all .3s;
          -moz-transition: all .3s;
          -webkit-transition: all .3s;
          -o-transition: all .3s; }
    .language-cover .language-box .content a {
      display: block;
      padding: 12px 15px;
      text-decoration: none;
      font-size: 14px;
      font-size: 1.4rem;
      color: #3f3f3f;
      cursor: pointer;
      text-align: left; }
    .language-cover .language-box .content a:nth-child(odd) {
      background: #EFEFEF; }
      .language-cover .language-box .content a:nth-child(odd):hover {
        background: #927c7c;
        transition: all .5s;
        -ms-transform: all .5s;
        -moz-transform: all .5s;
        -webkit-transform: all .5s;
        -o-transform: all .5s; }
    .language-cover .language-box .content a:nth-child(even) {
      background: white; }
      .language-cover .language-box .content a:nth-child(even):hover {
        background: #927c7c;
        transition: all .5s;
        -ms-transform: all .5s;
        -moz-transform: all .5s;
        -webkit-transform: all .5s;
        -o-transform: all .5s; }

.login-cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  display: none;
  font-size: 14px; }

  

a {
  text-decoration: none;
  color: black; }

.zUIpanelScrollBox, .zUIpanelScrollBar {
  width: 8px;
  top: 4px;
  right: 3px;
  border-radius: 5px; }

.zUIpanelScrollBox {
  background: black;
  opacity: 0.1;
  filter: alpha(opacity=10); }

.zUIpanelScrollBar {
  background: grey;
  opacity: 0.8;
  filter: alpha(opacity=80); }

@keyframes hitGameDown {
  from {
    top: -168px; }
  to {
    top: 0; } }

@-moz-keyframes hitGameDown {
  /* Firefox */
  from {
    top: -168px; }
  to {
    top: 0; } }

@-webkit-keyframes hitGameDown {
  from {
    top: -168px; }
  to {
    top: 0; } }

@-o-keyframes hitGameDown {
  /* Opera */
  from {
    top: -168px; }
  to {
    top: 0; } }

// .header-nav-active {
//   background: url(../images/common-images/spirit.png) no-repeat 0 0;
//   width: 144px;
//   height: 91px;
//   color: white; }

.heart-active {
  background: url(../images/common-images/spirit.png) no-repeat 0 -168px;
  width: 29px;
  height: 29px;
  display: inline-block;
  position: relative;
  top: 5px;
  cursor: pointer; }

.heart {
  background: url(../images/common-images/spirit.png) no-repeat 0 -204px;
  width: 29px;
  height: 29px;
  display: inline-block;
  position: relative;
  top: 5px;
  cursor: pointer; }

.business {
  background: url(../images/common-images/spirit.png) no-repeat 0 -380px;
  width: 40px;
  height: 27px;
  display: inline-block;
  float: right; }

.user {
  background: url(../images/common-images/spirit.png) no-repeat 0 -337px;
  width: 27px;
  height: 30px;
  display: inline-block;
  float: right; }

.add {
  background: url(../images/common-images/spirit.png) no-repeat -42px -174px;
  width: 17px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: 3px;
  right: 3px; }

.hit-img-hover {
  position: absolute;
  top: -168px;
  background: url(../images/index-images/hit-game-pic1-bg.png) no-repeat;
  width: 380px;
  height: 336px;
  transition: top .9s;
  -ms-transition: top .9s;
  /* IE 9 */
  -moz-transition: top .9s;
  /* Firefox */
  -webkit-transition: top .9s;
  /* Safari 和 Chrome */
  -o-transition: top .9s;
  /* Opera */ }
  .hit-img-hover:hover {
    top: 0;
    transition: all .9s;
    -ms-transition: all .9s;
    /* IE 9 */
    -moz-transition: all .9s;
    /* Firefox */
    -webkit-transition: all .9s;
    /* Safari 和 Chrome */
    -o-transition: all .9s;
    /* Opera */ }
  .hit-img-hover .hit-img-hover-img {
    float: left;
    width: 99px;
    height: 99px;
    margin: 30px;}
    .hit-img-hover .hit-img-hover-img img {
      width: 100%;
      height: 100%; }
  .hit-img-hover .hit-img-hover-content {
    float: right;
    margin: 60px 90px 50px 0;
    color: white;
    line-height: 20px;
    letter-spacing: 1px; }
    .hit-img-hover .hit-img-hover-content p:nth-child(2) {
      margin-right: 10px; }
      .hit-img-hover .hit-img-hover-content p:nth-child(2) .download {
        background: url(../images/common-images/spirit.png) no-repeat -25px -111px;
        width: 10px;
        height: 12px;
        display: inline-block;
        margin-right: 5px; }

/* images-group */
#images-group {
  width: 100%;
  max-height: 509px;
  margin-top: 145px;
  position: relative; }
  #images-group .play {
    position: absolute;
    right: 200px;
    top: 200px;
    width: 116px;
    height: 116px;
    background: url(../images/spirit.png) no-repeat 0 -422px;
    z-index: 100; }
  #images-group .slide-item {
    width: 100%;
    max-height: 509px; }
    #images-group .slide-item img {
      width: 100%;
      max-height: 509px; }
  #images-group .pagination {
    width: 100%;
    height: 30px;
    line-height: 30px; }



@media only screen and (min-width: 320px) and (max-width: 761px) {
  #main-body {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 14px; }

  #main-body .hit-game {
      width: 100%;
      background: #F1F1F1;
      overflow: hidden; }
      #main-body .hit-game .hit-game-title {
        height: 40px;
        line-height: 40px;
        font-weight: 700;
        font-size: 1.7rem; }
        #main-body .hit-game .hit-game-title .shuxian {
          background: url(../images/common-images/spirit.png) no-repeat 0 -111px;
          width: 4px;
          height: 21px;
          display: inline-block;
          padding: 0; }
        #main-body .hit-game .hit-game-title span:nth-child(2) {
          margin-left: 20px; }
      #main-body .hit-game .hit-game-content {
        width: 100%;
        overflow: hidden;
        padding-bottom: 30px; }
        #main-body .hit-game .hit-game-content > ul {
          list-style: none; }
          #main-body .hit-game .hit-game-content > ul > li {
            float: left;
            margin: 2%; }
            #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item {
              width: 100%;
              // height: 320px;
              position: relative;
              background: white;
              overflow: hidden; }
              #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-img {
                width: 100%;
                // height: 168px;
                cursor: pointer; }
                #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-img img {
                  width: 100%;
                  height: 100%; }
              #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content {
                // height: 131px;
                position: relative; }
                #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-top {
                  // position: relative;
                  // left: 27px;
                  // top: 21px;
                  margin: 5%;
                  line-height: 25px; }
                  #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-top h1 {
                    font-weight: 700; }
                  #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-top p {
                    width: 100%;
                    // white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                  }
                #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-bottom {
                  margin: 5%;
                  float: right;
                  /* position: absolute;
                   bottom: 0;
                   right: 18px; */ }
                  #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-bottom .hit-game-btn {
                    width: 87px;
                    height: 29px;
                    line-height: 29px;
                    text-align: center;
                    margin-left: 13px;
                    display: inline-block;
                    border-radius: 50px;
                    font-size: 14px;
                    background: #FF0000;
                    color: white; }
          #main-body .hit-game .hit-game-content > ul li.kaifu {
            width: 96%;
            margin-left: 7px; }
            #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information {
              width: 100%;
              height: 300px;
              position: relative;
              background: white;
              padding: 8px 15px;
              box-sizing: border-box; }
              #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .kaifu-information-title {
                text-align: center;
                height: 40px;
                line-height: 20px; }
                #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .kaifu-information-title h1 {
                  font-size: 1.4rem; }
                #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .kaifu-information-title h3 {
                  color: #D8CAC1;
                  font-size: 1.2rem; }
              #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-tilte {
                background: #3F3F3F;
                padding: 10px 50px;
                text-align: center;
                color: white; }
              #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-content {
                position: relative;
                height: 200px;
                overflow: hidden; }
                #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-content ul {
                  width: 100%; }
                  #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-content ul li {
                    line-height: 40px;
                    font-size: 12px;
                    cursor: pointer; }
                    #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-content ul li a {
                      color: #39A7E0;
                      text-decoration: underline; }
                    #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-content ul li span:nth-child(2) {
                      // margin: 0 250px; 
                      margin-left: 50px; }
                      #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-content ul li span:nth-child(3) {
                      // margin: 0 250px; 
                      float: right; }
                  #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-content ul li:nth-child(odd) {
                    background: white;
                    opacity: .8;
                    filter: alpha(opacity=80); }
                    #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-content ul li:nth-child(odd):hover {
                      opacity: .8;
                      filter: alpha(opacity=80);
                      background: #CCCCCC;
                      transition: all 1s;
                      -ms-transition: all 1s;
                      /* IE 9 */
                      -moz-transition: all 1s;
                      /* Firefox */
                      -webkit-transition: all 1s;
                      /* Safari 和 Chrome */
                      -o-transition: all 1s;
                      /* Opera */ }
                  #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-content ul li:nth-child(even) {
                    background: #EEEEEE; }
                    #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-content ul li:nth-child(even):hover {
                      background: #CCCCCC;
                      transition: all 1s;
                      -ms-transition: all 1s;
                      /* IE 9 */
                      -moz-transition: all 1s;
                      /* Firefox */
                      -webkit-transition: all 1s;
                      /* Safari 和 Chrome */
                      -o-transition: all 1s;
                      /* Opera */ }




    /* #main-body .hit-game {
      width: 100%;
      background: #F1F1F1;
      overflow: hidden; }
      #main-body .hit-game .hit-game-content {
        display: none; } */
      #main-body .hit-game .latest-news {
        padding: 40px 30px;
        background: white; }
        #main-body .hit-game .latest-news .title {
          line-height: 25px;
          margin-bottom: 15px;
          overflow: hidden; }
          #main-body .hit-game .latest-news .title .title-left {
            float: left;
            font-weight: 700; }
            #main-body .hit-game .latest-news .title .title-left p:nth-child(1) {
              font-size: 1.7rem; }
            #main-body .hit-game .latest-news .title .title-left p:nth-child(2) {
              font-size: .9rem;
              color: #BBBABB; }
          #main-body .hit-game .latest-news .title .title-right {
            float: right; }
            #main-body .hit-game .latest-news .title .title-right a {
              color: #030095;
              text-decoration: underline; }
        #main-body .hit-game .latest-news .content {
          height: 150px; }
          #main-body .hit-game .latest-news .content .swiper3 {
            height: 100%;
            padding-bottom: 50px; }
            #main-body .hit-game .latest-news .content .swiper3 .content-item {
              // width: 100%;
              // height: 150%;
              width: 311px;
              height: 150px;
              background-size: 100% 100%;
              // margin: 0 12px;
              position: relative;
              background-image: url(../images/index-images/latest-news-pic.png); }
              #main-body .hit-game .latest-news .content .swiper3 .content-item b {
                position: relative;
                top: 100px;
                padding: 5px 0;
                background: rgba(255, 255, 255, 0.5);
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
          #main-body .hit-game .latest-news .content .my-bullet {
            cursor: pointer;
            display: inline-block;
            background: grey;
            width: 12px;
            height: 12px;
            margin: 7px;
            border-radius: 0;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            /* IE 9 */
            -moz-transform: rotate(45deg);
            /* Firefox */
            -webkit-transform: rotate(45deg);
            /* Safari 和 Chrome */
            -o-transform: rotate(45deg);
            /* Opera */ }
          #main-body .hit-game .latest-news .content .my-bullet-active {
            background: red; }
    #main-body .i-news {
      width: 100%;
      background: #F5F5F5;
      margin-top: 20px;
      padding-top: 14px;
      padding-bottom: 30px; }
      #main-body .i-news .i-news-title {
        width: 100%;
        height: 134px;
        line-height: 134px;
        margin: 20px auto;
        position: relative;
        background: #D71341;
        color: white; }
        #main-body .i-news .i-news-title .dongtai {
          font-size: 25px;
          font-weight: 600;
          margin-left: 15px; }
        #main-body .i-news .i-news-title .news {
          font-size: 18px;
          margin-left: 25px; }
        #main-body .i-news .i-news-title .more {
          font-size: 23px;
          margin-left: 314px;
          color: white; }
          #main-body .i-news .i-news-title .more .arrow-logo {
            background: url(../images/common-images/spirit.png) no-repeat -105px -111px;
            width: 14px;
            height: 14px;
            display: inline-block;
            position: relative;
            top: -5px; }
      #main-body .i-news .i-news-content {
        position: relative;
        margin-top: -54px; }
        #main-body .i-news .i-news-content .i-news-content-top {
          width: 100%;
          // height: 370px;
          background: #F5F5F5; }
          #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left {
            // height: 360px;
            padding: 30px 25px 0 25px;
            // padding-left: 31px;
            // padding-top: 43px;
            // padding-right: 20px;
            line-height: 25px;
            color: #5B94E1;
            box-sizing: border-box; }
            #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content {
              margin-top: -20px; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-left {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                width: 100%;
                // height: 107px;
                /* margin: 15px;
                 float: left; */ }
                #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-left h1 {
                  font-size: 20px;
                  font-weight: 700;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
                #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-left p {
                  margin-top: 10px;
                  color: #8C8C8C;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-right {
                width: 80px;
                // height: 116px;
                display: inline-block;
                /* margin-left: 105px; */ }
                #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-right img {
                  width: 100%;
                  height: 100%; }
            #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list {
              height: 165px;
              position: relative;
              overflow: hidden; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list ul {
                position: relative;
                top: 0; }
                #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list ul li {
                  overflow: hidden;
                  border-bottom: 1px solid #EFEFEF;
                  height: 38px;
                  line-height: 38px;
                  color: #707070; }
                  #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list ul li .list-content {
                    float: left; }
                  #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list ul li .list-date {
                    float: right; }
                    #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right {
                        margin-bottom: 15px;
                        // width: 50%;
                        /* display: none;  */}
          #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right video {
            width: 90%;
            padding: 0 5%;
            /* display: none; */ }
            #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right .news-pagination {
              position: relative;
              height: 67px;
              color: white;
              // overflow: hidden;
              display: inline-flex;
              justify-content: center;
              width: 100%;
              // margin-left: 78px;
              display: none;
              margin: -33px 0 30px 0;
              z-index: 100; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right .news-pagination .news-pagination-prev {
                width: 68px;
                line-height: 67px;
                text-align: center;
                background: #464237;
                font-size: 25px;
                float: left;
                cursor: pointer; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right .news-pagination .news-pagination-content {
                width: 244px;
                background: #312E27;
                height: 67px;
                line-height: 20px;
                float: left;
                box-sizing: border-box;
                padding: 10px 0 20px 10px; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right .news-pagination .news-pagination-next {
                width: 68px;
                line-height: 67px;
                text-align: center;
                background: #464237;
                font-size: 25px;
                float: left;
                cursor: pointer; }
        #main-body .i-news .i-news-content .game-list {
          clear: both;
          // padding-top: 30px;
          // padding-left: 50px;
          // padding-bottom: 20px;
          padding: 10px;
          background: white; }
          #main-body .i-news .i-news-content .game-list .title {
            line-height: 20px;
            margin: auto 25px auto 10px;
            font-size: 18px;
            color: #000; }
            #main-body .i-news .i-news-content .game-list .title small {
              line-height: 14px;
              padding-top: 5px;
              font-size: 10px;
              color: #aaa; }
          #main-body .i-news .i-news-content .game-list .game-tabs {
            overflow: hidden;
            margin: 2% 1% 1% auto; }
            #main-body .i-news .i-news-content .game-list .game-tabs a {
              display: block;
              float: left;
              padding: 5px 20px;
              text-decoration: none;
              color: #666;
              cursor: pointer;
              transition: all .3s;
              -webkit-transition: all .3s; }
              #main-body .i-news .i-news-content .game-list .game-tabs a.active {
                color: #fff;
                background: #e95a44; }
          #main-body .i-news .i-news-content .game-list .list {
            overflow: hidden;
            margin: auto -6px;
            padding: 0; }
            #main-body .i-news .i-news-content .game-list .list li {
              // width: 16.666666666%;
              overflow: hidden;
              padding: 3px;
              position: relative;
              float: left;
              cursor: pointer;
              z-index: 10;
              margin: 10px; }
              .getMore {
                  // margin-left: 532px;
                  float: right;
                  position: relative;
                  top: -15px;
                  right: 15px;
                  color: grey;
                  cursor: pointer;
              }
              #main-body .i-news .i-news-content .game-list .list li > a {
                display: block;
                padding: 24px 0 15px;
                text-align: center;
                text-decoration: none;
                position: relative;
                box-shadow: 0 0 4px #cfcfcf;
                color: #3f3f3f;
                background: #f9f9f9;
                box-sizing: border-box; }
                #main-body .i-news .i-news-content .game-list .list li > a:hover {
                  background: #EFEFEF;
                  box-shadow: 2px 2px 4px #cfcfcf;
                  transition: all .3s;
                  -webkit-transition: all .3s; }
                #main-body .i-news .i-news-content .game-list .list li > a img {
                  width: 100px;
                  height: 100px; }
                #main-body .i-news .i-news-content .game-list .list li > a .label {
                  padding-top: 8px; }
                  #main-body .i-news .i-news-content .game-list .list li > a .label span {
                    display: block;
                    line-height: 18px;
                    height: 18px;
                    font-size: 14px;
                    color: #3c3939; }
                  #main-body .i-news .i-news-content .game-list .list li > a .label .category {
                    padding: 1px 8px;
                    right: 0;
                    bottom: 0;
                    position: absolute;
                    font-size: 10px;
                    color: #777;
                    background-color: #dfdfdf; }
              #main-body .i-news .i-news-content .game-list .list li .new-hot {
                position: absolute;
                width: 60px;
                top: 2px;
                right: 3px;
                /* left: 23px; */ }
                #main-body .i-news .i-news-content .game-list .list li .new-hot img {
                  width: 60px;
                  height: 60px;
                  /* margin-left: 29px; */ }
              #main-body .i-news .i-news-content .game-list .list li .new-new {
                position: absolute;
                width: 80px;
                top: 1px;
                left: 90px; }
                #main-body .i-news .i-news-content .game-list .list li .new-new img {
                  width: 80px;
                  height: 80px;
                  margin-left: 23px; }
        #main-body .i-news .i-news-content .hr3 {
          width: 98%;
          margin: 0 auto;
          margin-top: 30px;
          border-bottom: 1px solid black;
          position: relative; }
          #main-body .i-news .i-news-content .hr3 .arrow-up {
            background: url(../images/common-images/spirit.png) no-repeat 0 -280px;
            width: 32px;
            height: 32px;
            display: inline-block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; } }

@media only screen and (min-width: 762px) and (max-width: 1023px) {
  #main-body {
    width: 100%;
    height: 800px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 14px; 
    background: #000;
  }
    #main-body .hit-game {
      width: 100%;
      background: #F1F1F1;
      overflow: hidden; }
      #main-body .hit-game .hit-game-title {
        height: 59px;
        line-height: 59px;
        font-weight: 700;
        font-size: 1.7rem; }
        #main-body .hit-game .hit-game-title .shuxian {
          background: url(../images/common-images/spirit.png) no-repeat 0 -111px;
          width: 4px;
          height: 21px;
          display: inline-block;
          padding: 0; }
        #main-body .hit-game .hit-game-title span:nth-child(2) {
          margin-left: 20px; }
      #main-body .hit-game .hit-game-content {
        width: 100%;
        overflow: hidden;
        padding-bottom: 50px; }
        #main-body .hit-game .hit-game-content > ul {
          list-style: none; }
          #main-body .hit-game .hit-game-content > ul > li {
            float: left;
            margin: 10px; }
            #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item {
              width: 361px;
              height: 320px;
              position: relative;
              background: white;
              overflow: hidden; }
              #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-img {
                width: 380px;
                height: 168px;
                cursor: pointer; }
                #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-img img {
                  width: 100%;
                  height: 100%; }
              #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content {
                height: 131px;
                position: relative; }
                #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-top {
                  position: relative;
                  left: 27px;
                  top: 21px;
                  line-height: 25px; }
                  #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-top h1 {
                    font-weight: 700; }
                  #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-top p {
                    width: 320px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                  }
                #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-bottom {
                  position: absolute;
                  bottom: 0;
                  right: 18px; }
                  #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-bottom .hit-game-btn {
                    width: 87px;
                    height: 29px;
                    line-height: 29px;
                    text-align: center;
                    margin-left: 13px;
                    display: inline-block;
                    border-radius: 50px;
                    font-size: 14px;
                    background: #FF0000;
                    color: white; }
          #main-body .hit-game .hit-game-content > ul li.kaifu {
            width: 98%;
            margin-left: 7px; }
            #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information {
              width: 100%;
              height: 320px;
              position: relative;
              background: white;
              padding: 8px 15px;
              box-sizing: border-box; }
              #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .kaifu-information-title {
                text-align: center;
                line-height: 30px; }
                #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .kaifu-information-title h1 {
                  font-size: 1.4rem; }
                #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .kaifu-information-title h3 {
                  color: #D8CAC1;
                  font-size: 1.2rem; }
              #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-tilte {
                background: #3F3F3F;
                padding: 15px 50px;
                text-align: center;
                color: white; }
              #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-content {
                position: relative;
                height: 200px;
                overflow: hidden; }
                #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-content ul {
                  width: 100%; }
                  #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-content ul li {
                    line-height: 40px;
                    font-size: 12px;
                    cursor: pointer; }
                    #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-content ul li a {
                      color: #39A7E0;
                      text-decoration: underline; }
                    #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-content ul li span:nth-child(2) {
                      margin: 0 250px; }
                  #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-content ul li:nth-child(odd) {
                    background: white;
                    opacity: .8;
                    filter: alpha(opacity=80); }
                    #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-content ul li:nth-child(odd):hover {
                      opacity: .8;
                      filter: alpha(opacity=80);
                      background: #CCCCCC;
                      transition: all 1s;
                      -ms-transition: all 1s;
                      /* IE 9 */
                      -moz-transition: all 1s;
                      /* Firefox */
                      -webkit-transition: all 1s;
                      /* Safari 和 Chrome */
                      -o-transition: all 1s;
                      /* Opera */ }
                  #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-content ul li:nth-child(even) {
                    background: #EEEEEE; }
                    #main-body .hit-game .hit-game-content > ul li.kaifu .kaifu-information .box .box-content ul li:nth-child(even):hover {
                      background: #CCCCCC;
                      transition: all 1s;
                      -ms-transition: all 1s;
                      /* IE 9 */
                      -moz-transition: all 1s;
                      /* Firefox */
                      -webkit-transition: all 1s;
                      /* Safari 和 Chrome */
                      -o-transition: all 1s;
                      /* Opera */ }
      #main-body .hit-game .latest-news {
        padding: 40px 30px;
        background: white; }
        #main-body .hit-game .latest-news .title {
          line-height: 25px;
          margin-bottom: 15px;
          overflow: hidden; }
          #main-body .hit-game .latest-news .title .title-left {
            float: left;
            font-weight: 700; }
            #main-body .hit-game .latest-news .title .title-left p:nth-child(1) {
              font-size: 1.7rem; }
            #main-body .hit-game .latest-news .title .title-left p:nth-child(2) {
              font-size: .9rem;
              color: #BBBABB; }
          #main-body .hit-game .latest-news .title .title-right {
            float: right; }
            #main-body .hit-game .latest-news .title .title-right a {
              color: #030095;
              text-decoration: underline; }
        #main-body .hit-game .latest-news .content {
          height: 150px; }
          #main-body .hit-game .latest-news .content .swiper3 {
            height: 100%;
            padding-bottom: 50px; }
            #main-body .hit-game .latest-news .content .swiper3 .content-item {
              width: 311px;
              height: 150px;
              background-size: 100% 100%;
              margin: 0 12px;
              position: relative;
              background-image: url(../images/index-images/latest-news-pic.png); }
              #main-body .hit-game .latest-news .content .swiper3 .content-item b {
                position: relative;
                top: 100px;
                padding: 5px 0;
                text-align: center;
                background: rgba(255, 255, 255, 0.5);
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
          #main-body .hit-game .latest-news .content .my-bullet {
            cursor: pointer;
            display: inline-block;
            background: grey;
            width: 12px;
            height: 12px;
            margin: 7px;
            border-radius: 0;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            /* IE 9 */
            -moz-transform: rotate(45deg);
            /* Firefox */
            -webkit-transform: rotate(45deg);
            /* Safari 和 Chrome */
            -o-transform: rotate(45deg);
            /* Opera */ }
          #main-body .hit-game .latest-news .content .my-bullet-active {
            background: red; }
    #main-body .i-news {
      width: 100%;
      background: #F5F5F5;
      margin-top: 20px;
      padding-top: 14px;
      padding-bottom: 30px; }
      #main-body .i-news .i-news-title {
        width: 100%;
        height: 134px;
        line-height: 134px;
        margin: 20px auto;
        position: relative;
        background: #D71341;
        color: white; }
        #main-body .i-news .i-news-title .dongtai {
          font-size: 25px;
          font-weight: 600;
          margin-left: 15px; }
        #main-body .i-news .i-news-title .news {
          font-size: 18px;
          margin-left: 25px; }
        #main-body .i-news .i-news-title .more {
          font-size: 23px;
          margin-left: 314px;
          color: white; }
          #main-body .i-news .i-news-title .more .arrow-logo {
            background: url(../images/common-images/spirit.png) no-repeat -105px -111px;
            width: 14px;
            height: 14px;
            display: inline-block;
            position: relative;
            top: -5px; }
      #main-body .i-news .i-news-content {
        position: relative;
        margin-top: -54px; }
        #main-body .i-news .i-news-content .i-news-content-top {
          width: 100%;
          height: 370px;
          background: #F5F5F5; }
          #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left {
            height: 360px;
            padding-left: 31px;
            padding-top: 43px;
            padding-right: 20px;
            line-height: 25px;
            width: 50%;
            float: left;
            display: inline-block;
            color: #5B94E1;
            box-sizing: border-box; }
            #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content {
              margin-top: -20px; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-left {
                width: 100%;
                // height: 107px;
                margin-bottom: 10px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                float: left; }
                #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-left h1 {
                  font-size: 20px;
                  font-weight: 700;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
                #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-left p {
                  margin-top: 10px;
                  color: #8C8C8C;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-right {
                width: 171px;
                height: 116px;
                display: inline-block;
                /* margin-left: 105px; */ }
                #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-right img {
                  width: 100%;
                  height: 100%; }
            #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list {
              height: 165px;
              position: relative;
              overflow: hidden; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list ul {
                position: relative;
                top: 0; }
                #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list ul li {
                  overflow: hidden;
                  border-bottom: 1px solid #EFEFEF;
                  height: 38px;
                  line-height: 38px;
                  color: #707070; }
                  #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list ul li .list-content {
                    float: left; }
                  #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list ul li .list-date {
                    float: right; }
          #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right {
            display: inline-block;
            width: 50%;
            /* display: none;  */}
          #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right video {
            padding: 5px 10%;
            width: 80%;
            /* display: none;  */}
            #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right .news-pagination {
              position: relative;
              height: 67px;
              color: white;
              // overflow: hidden;
              display: inline-flex;
              justify-content: center;
              width: 100%;
              // margin-left: 78px;
              margin-bottom: 30px;
              z-index: 100; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right .news-pagination .news-pagination-prev {
                // width: 68px;
                width: 15%;
                line-height: 60px;
                height: 60px;
                text-align: center;
                background: #464237;
                font-size: 25px;
                // float: left;
                cursor: pointer; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right .news-pagination .news-pagination-content {
                // width: 244px;
                width: 40%;
                background: #312E27;
                height: 60px;
                line-height: 60px;
                text-align: center;
                // float: left;
                box-sizing: border-box;
                /* padding: 10px 0 20px 10px; */ }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right .news-pagination .news-pagination-next {
                // width: 68px;
                width: 15%;
                height: 60px;
                line-height: 60px;
                text-align: center;
                background: #464237;
                font-size: 25px;
                // float: left;
                cursor: pointer; }
        #main-body .i-news .i-news-content .game-list {
          padding-top: 30px;
          padding-left: 50px;
          padding-bottom: 20px;
          background: white; }
          #main-body .i-news .i-news-content .game-list .title {
            line-height: 20px;
            margin: auto 25px auto 10px;
            font-size: 18px;
            color: #000; }
            #main-body .i-news .i-news-content .game-list .title small {
              line-height: 14px;
              padding-top: 5px;
              font-size: 10px;
              color: #aaa; }
          #main-body .i-news .i-news-content .game-list .game-tabs {
            overflow: hidden;
            margin: 2% 1% 1% auto; }
            #main-body .i-news .i-news-content .game-list .game-tabs a {
              display: block;
              float: left;
              padding: 5px 20px;
              text-decoration: none;
              color: #666;
              cursor: pointer;
              transition: all .3s;
              -webkit-transition: all .3s; }
              #main-body .i-news .i-news-content .game-list .game-tabs a.active {
                color: #fff;
                background: #e95a44; }
          #main-body .i-news .i-news-content .game-list .list {
            overflow: hidden;
            margin: auto -6px;
            padding: 0; }
            #main-body .i-news .i-news-content .game-list .list li {
              width: 16.666666666%;
              overflow: hidden;
              padding: 6px;
              position: relative;
              float: left;
              cursor: pointer;
              z-index: 10;
              margin: 20px; }
              #main-body .i-news .i-news-content .game-list .list li > a {
                display: block;
                padding: 24px 0 36px;
                text-align: center;
                text-decoration: none;
                position: relative;
                box-shadow: 0 0 4px #cfcfcf;
                color: #3f3f3f;
                background: #f9f9f9;
                box-sizing: border-box; }
                #main-body .i-news .i-news-content .game-list .list li > a:hover {
                  background: #EFEFEF;
                  box-shadow: 2px 2px 4px #cfcfcf;
                  transition: all .3s;
                  -webkit-transition: all .3s; }
                #main-body .i-news .i-news-content .game-list .list li > a img {
                  width: 100px;
                  height: 100px; }
                #main-body .i-news .i-news-content .game-list .list li > a .label {
                  padding-top: 8px; }
                  #main-body .i-news .i-news-content .game-list .list li > a .label span {
                    display: block;
                    line-height: 18px;
                    height: 18px;
                    font-size: 14px;
                    color: #3c3939; }
                  #main-body .i-news .i-news-content .game-list .list li > a .label .category {
                    padding: 1px 8px;
                    right: 0;
                    bottom: 0;
                    position: absolute;
                    font-size: 10px;
                    color: #777;
                    background-color: #dfdfdf; }
              #main-body .i-news .i-news-content .game-list .list li .new-hot {
                position: absolute;
                width: 80px;
                top: 5px;
                right: 6px;
                /* left: 90px; */ }
                #main-body .i-news .i-news-content .game-list .list li .new-hot img {
                  width: 80px;
                  height: 80px;
                  /* margin-left: -16px; */ }
              #main-body .i-news .i-news-content .game-list .list li .new-new {
                position: absolute;
                width: 80px;
                top: 1px;
                left: 90px; }
                #main-body .i-news .i-news-content .game-list .list li .new-new img {
                  width: 80px;
                  height: 80px;
                  margin-left: 23px; }
        #main-body .i-news .i-news-content .hr3 {
          width: 98%;
          margin: 0 auto;
          margin-top: 30px;
          border-bottom: 1px solid black;
          position: relative; }
          #main-body .i-news .i-news-content .hr3 .arrow-up {
            background: url(../images/common-images/spirit.png) no-repeat 0 -280px;
            width: 32px;
            height: 32px;
            display: inline-block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; } 
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  #main-body {
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 30px; }
    #main-body .hit-game {
      width: 100%;
      background: #F1F1F1;
      overflow: hidden; }
      #main-body .hit-game .hit-game-title {
        height: 59px;
        line-height: 59px;
        font-weight: 700; }
        #main-body .hit-game .hit-game-title .shuxian {
          background: url(../images/common-images/spirit.png) no-repeat 0 -111px;
          width: 4px;
          height: 21px;
          display: inline-block;
          padding: 0; }
        #main-body .hit-game .hit-game-title span:nth-child(1) {
          font-size: 18px; }
        #main-body .hit-game .hit-game-title span:nth-child(2) {
          margin-left: 20px; }
      #main-body .hit-game .hit-game-content {
        width: 100%;
        overflow: hidden;
        padding-bottom: 50px; }
        #main-body .hit-game .hit-game-content > ul {
          list-style: none; }
          #main-body .hit-game .hit-game-content > ul > li {
            float: left;
            margin: 10px;
            width: 31%; }
            #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item {
              height: 320px;
              position: relative;
              background: white;
              overflow: hidden; }
              #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-img {
                width: 380px;
                height: 168px; 
                cursor: pointer; }
                #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-img img {
                  width: 100%;
                  height: 100%; }
              #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content {
                height: 131px;
                position: relative; }
                #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-top {
                  position: relative;
                  left: 27px;
                  top: 21px;
                  line-height: 25px; }
                  #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-top h1 {
                    font-weight: 700; }
                  #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-top p {
                    width: 320px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                  }
                #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-bottom {
                  position: absolute;
                  bottom: 0;
                  right: 18px; }
                  #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-bottom .hit-game-btn {
                    width: 87px;
                    height: 29px;
                    line-height: 29px;
                    text-align: center;
                    margin-left: 13px;
                    display: inline-block;
                    border-radius: 50px;
                    font-size: 14px;
                    background: #FF0000;
                    color: white; }
            #main-body .hit-game .hit-game-content > ul > li .kaifu-information {
              height: 320px;
              position: relative;
              background: white;
              padding: 8px 15px;
              box-sizing: border-box; }
              #main-body .hit-game .hit-game-content > ul > li .kaifu-information .kaifu-information-title {
                text-align: center;
                line-height: 30px; }
                #main-body .hit-game .hit-game-content > ul > li .kaifu-information .kaifu-information-title h1 {
                  font-size: 1.4rem; }
                #main-body .hit-game .hit-game-content > ul > li .kaifu-information .kaifu-information-title h3 {
                  color: #D8CAC1;
                  font-size: 1.6rem; }
              #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-tilte {
                background: #3F3F3F;
                padding: 15px 50px;
                text-align: center;
                color: white; }
              #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-content {
                position: relative;
                height: 200px;
                overflow: hidden;
                font-size: 14px; }
                #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-content ul {
                  width: 100%; }
                  #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-content ul li {
                    line-height: 40px;
                    font-size: .9rem;
                    cursor: pointer; }
                    #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-content ul li a {
                      color: #39A7E0;
                      text-decoration: underline; }
                    #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-content ul li span:nth-child(2) {
                      margin: 0 45px; }
                  #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-content ul li:nth-child(odd) {
                    background: white;
                    opacity: .8;
                    filter: alpha(opacity=80); }
                    #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-content ul li:nth-child(odd):focus {
                      background: #CCCCCC; }
                  #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-content ul li:nth-child(even) {
                    background: #EEEEEE; }
                    #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-content ul li:nth-child(even):focus {
                      background: #CCCCCC; }
      #main-body .hit-game .latest-news {
        padding: 40px 30px;
        background: white; }
        #main-body .hit-game .latest-news .title {
          line-height: 25px;
          margin-bottom: 15px;
          overflow: hidden; }
          #main-body .hit-game .latest-news .title .title-left {
            float: left; }
            #main-body .hit-game .latest-news .title .title-left p:nth-child(1) {
              font-size: 1.4rem;
              font-weight: 700; }
            #main-body .hit-game .latest-news .title .title-left p:nth-child(2) {
              font-size: .9rem;
              color: #BBBABB; }
          #main-body .hit-game .latest-news .title .title-right {
            float: right; }
            #main-body .hit-game .latest-news .title .title-right a {
              color: #030095;
              text-decoration: underline; }
        #main-body .hit-game .latest-news .content {
          height: 150px; }
          #main-body .hit-game .latest-news .content .swiper3 {
            height: 100%;
            padding-bottom: 50px; }
            #main-body .hit-game .latest-news .content .swiper3 .content-item {
              height: 150px;
              width: 261px;
              background-size: 100% 100%;
              margin: 0 12px;
              position: relative;
              background-image: url(../images/index-images/latest-news-pic.png); }
              #main-body .hit-game .latest-news .content .swiper3 .content-item b {
                position: relative;
                top: 100px;
                padding: 5px 0;
                text-align: center;
                background: rgba(255, 255, 255, 0.5);
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
          #main-body .hit-game .latest-news .content .my-bullet {
            cursor: pointer;
            display: inline-block;
            background: grey;
            width: 12px;
            height: 12px;
            margin: 7px;
            border-radius: 0;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            /* IE 9 */
            -moz-transform: rotate(45deg);
            /* Firefox */
            -webkit-transform: rotate(45deg);
            /* Safari 和 Chrome */
            -o-transform: rotate(45deg);
            /* Opera */ }
          #main-body .hit-game .latest-news .content .my-bullet-active {
            background: red; }
    #main-body .i-news {
      width: 100%;
      background: #F5F5F5;
      margin-top: 20px;
      padding-top: 14px;
      padding-bottom: 30px; }
      #main-body .i-news .i-news-title {
        width: 99%;
        height: 134px;
        line-height: 134px;
        margin: 20px auto;
        position: relative;
        background: #D71341;
        color: white; }
        #main-body .i-news .i-news-title .dongtai {
          font-size: 25px;
          font-weight: 600;
          margin-left: 15px; }
        #main-body .i-news .i-news-title .news {
          font-size: 18px;
          margin-left: 25px; }
        #main-body .i-news .i-news-title .more {
          font-size: 23px;
          margin-left: 314px;
          color: white; }
          #main-body .i-news .i-news-title .more .arrow-logo {
            background: url(../images/common-images/spirit.png) no-repeat -105px -111px;
            width: 14px;
            height: 14px;
            display: inline-block;
            position: relative;
            top: -5px; }
      #main-body .i-news .i-news-content {
        position: relative;
        margin-top: -54px; }
        #main-body .i-news .i-news-content .i-news-content-top {
          width: 100%;
          // height: 389px;
          margin: 0 auto;
          background: #F5F5F5; }
          #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left {
            height: 360px;
            padding-left: 31px;
            padding-top: 43px;
            padding-right: 20px;
            line-height: 25px;
            color: #5B94E1;
            width: 50%;
            float: left;
            display: inline-block;
            box-sizing: border-box; }
            #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content {
              overflow: hidden; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-left {
                width: 100%;
                // height: 130px;
                // margin-bottom: 10px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                display: inline-block;
                float: left; }
                #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-left h1 {
                  font-size: 20px;
                  font-weight: 700;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
                #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-left p {
                  margin-top: 10px;
                  color: #8C8C8C;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-right {
                display: inline-block;
                float: right;
                margin-right: 20px; }
                #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-right img {
                  width: 100%;
                  height: 100%; }
            #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list {
              height: 165px;
              position: relative;
              overflow: hidden; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list ul {
                position: relative;
                top: 0; }
                #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list ul li {
                  overflow: hidden;
                  border-bottom: 1px solid #EFEFEF;
                  height: 38px;
                  line-height: 38px;
                  color: #707070; }
                  #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list ul li .list-content {
                    float: left; }
                  #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list ul li .list-date {
                    float: right; }
          #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right {
            width: 50%;
            display: inline-block;
            /* display: none; */ }
          #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right img {
            width: 80%;
            padding: 10px 10%;
            /* display: none; */ } 
             #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right video {
            width: 80%;
            padding: 10px 10%;
            /* display: none; */ } 
          #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right .news-pagination {
              position: relative;
              height: 67px;
              color: white;
              // overflow: hidden;
              display: inline-flex;
              justify-content: center;
              width: 100%;
              // margin-left: 78px;
              margin-bottom: 30px;
              z-index: 100; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right .news-pagination .news-pagination-prev {
                width: 15%;
                height: 67px;
                line-height: 67px;
                text-align: center;
                background: #464237;
                font-size: 25px;
                // float: left;
                cursor: pointer; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right .news-pagination .news-pagination-content {
                width: 40%;
                background: #312E27;
                height: 67px;
                line-height: 67px;
                text-align: center;
                // float: left;
                box-sizing: border-box;
                /* padding: 10px 0 20px 10px;  */}
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right .news-pagination .news-pagination-next {
                width: 15%;
                line-height: 67px;
                height: 67px;
                text-align: center;
                background: #464237;
                font-size: 25px;
                // float: left;
                cursor: pointer; }
        #main-body .i-news .i-news-content .game-list {
          padding-top: 30px;
          padding-left: 50px;
          padding-bottom: 20px;
          background: white;
          width: 100%; }
          #main-body .i-news .i-news-content .game-list .title {
            line-height: 20px;
            margin: auto 25px auto 10px;
            font-size: 18px;
            color: #000; }
            #main-body .i-news .i-news-content .game-list .title small {
              line-height: 14px;
              padding-top: 5px;
              font-size: 10px;
              color: #aaa; }
          #main-body .i-news .i-news-content .game-list .game-tabs {
            overflow: hidden;
            margin: 2% 1% 1% auto; }
            #main-body .i-news .i-news-content .game-list .game-tabs a {
              display: block;
              float: left;
              padding: 5px 20px;
              text-decoration: none;
              color: #666;
              font-size: 16px;
              cursor: pointer;
              transition: all .3s;
              -webkit-transition: all .3s; }
              #main-body .i-news .i-news-content .game-list .game-tabs a.active {
                color: #fff;
                background: #e95a44; }
          #main-body .i-news .i-news-content .game-list .list {
            overflow: hidden;
            margin: auto 87px auto 0;
            padding: 0; }
            #main-body .i-news .i-news-content .game-list .list li {
              width: 16%;
              overflow: hidden;
              padding: 6px;
              position: relative;
              float: left;
              cursor: pointer;
              z-index: 10;
              margin: 12px; }
              #main-body .i-news .i-news-content .game-list .list li > a {
                display: block;
                padding: 24px 0 36px;
                text-align: center;
                text-decoration: none;
                position: relative;
                box-shadow: 0 0 4px #cfcfcf;
                color: #3f3f3f;
                background: #f9f9f9;
                box-sizing: border-box; }
                #main-body .i-news .i-news-content .game-list .list li > a:focus {
                  background: #EFEFEF;
                  box-shadow: 2px 2px 4px #cfcfcf; }
                #main-body .i-news .i-news-content .game-list .list li > a img {
                  width: 128px;
                  height: 128px; }
                #main-body .i-news .i-news-content .game-list .list li > a .label {
                  padding-top: 8px; }
                  #main-body .i-news .i-news-content .game-list .list li > a .label span {
                    display: block;
                    line-height: 18px;
                    height: 18px;
                    font-size: 14px;
                    color: #3c3939; }
                  #main-body .i-news .i-news-content .game-list .list li > a .label .category {
                    padding: 1px 8px;
                    right: 0;
                    bottom: 0;
                    position: absolute;
                    font-size: 10px;
                    color: #777;
                    background-color: #dfdfdf; }
              #main-body .i-news .i-news-content .game-list .list li .new-hot {
                position: absolute;
                width: 80px;
                top: 6px;
                right: 6px; }
                #main-body .i-news .i-news-content .game-list .list li .new-hot img {
                  width: 80px;
                  height: 80px; }
              #main-body .i-news .i-news-content .game-list .list li .new-new {
                position: absolute;
                width: 80px;
                top: 0;
                right: -11px; }
                #main-body .i-news .i-news-content .game-list .list li .new-new img {
                  width: 59px;
                  height: 59px; }
        #main-body .i-news .i-news-content .hr3 {
          width: 100%;
          margin: 0 auto;
          margin-top: 30px;
          border-bottom: 1px solid black;
          position: relative; }
          #main-body .i-news .i-news-content .hr3 .arrow-up {
            background: url(../images/common-images/spirit.png) no-repeat 0 -280px;
            width: 32px;
            height: 32px;
            display: inline-block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; } }




@media only screen and (min-width: 1280px) {
  #main-body {
    width: 1203px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 14px; }
    #main-body .hit-game {
      width: 100%;
      background: #F1F1F1;
      overflow: hidden; }
      #main-body .hit-game .hit-game-title {
        height: 59px;
        line-height: 59px;
        font-weight: 700;
        font-size: 1.7rem; }
        #main-body .hit-game .hit-game-title .shuxian {
          background: url(../images/common-images/spirit.png) no-repeat 0 -111px;
          width: 4px;
          height: 21px;
          display: inline-block;
          padding: 0; }
        #main-body .hit-game .hit-game-title span:nth-child(2) {
          margin-left: 20px; }
      #main-body .hit-game .hit-game-content {
        width: 100%;
        overflow: hidden;
        padding-bottom: 50px; }
        #main-body .hit-game .hit-game-content > ul {
          list-style: none; }
          #main-body .hit-game .hit-game-content > ul > li {
            float: left;
            margin: 10px; }
            #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item {
              width: 380px;
              height: 320px;
              position: relative;
              background: white;
              overflow: hidden; }
              #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-img {
                width: 380px;
                height: 168px;
                cursor: pointer; }
                #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-img img {
                  width: 100%;
                  height: 100%; }
              #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content {
                height: 131px;
                position: relative; }
                #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-top {
                  position: relative;
                  left: 27px;
                  top: 21px;
                  line-height: 25px; }
                  #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-top h1 {
                    font-weight: 700; }
                  #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-top p {
                    width: 320px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                  }  
                #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-bottom {
                  position: absolute;
                  bottom: 0;
                  right: 18px; }
                  #main-body .hit-game .hit-game-content > ul > li .hit-game-content-item .item-content .item-content-bottom .hit-game-btn {
                    width: 87px;
                    height: 29px;
                    line-height: 29px;
                    text-align: center;
                    margin-left: 13px;
                    display: inline-block;
                    border-radius: 50px;
                    font-size: 14px;
                    background: #FF0000;
                    color: white; }
            #main-body .hit-game .hit-game-content > ul > li .kaifu-information {
              width: 380px;
              height: 320px;
              position: relative;
              background: white;
              padding: 8px 15px;
              box-sizing: border-box; }
              #main-body .hit-game .hit-game-content > ul > li .kaifu-information .kaifu-information-title {
                text-align: center;
                line-height: 30px; }
                #main-body .hit-game .hit-game-content > ul > li .kaifu-information .kaifu-information-title h1 {
                  font-size: 1.4rem; }
                #main-body .hit-game .hit-game-content > ul > li .kaifu-information .kaifu-information-title h3 {
                  color: #D8CAC1;
                  font-size: 1.2rem; }
              #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-tilte {
                background: #3F3F3F;
                padding: 15px 50px;
                text-align: center;
                color: white; }
              #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-content {
                position: relative;
                height: 200px;
                overflow: hidden; }
                #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-content ul {
                  width: 100%; }
                  #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-content ul li {
                    line-height: 40px;
                    font-size: 12px;
                    cursor: pointer; }
                    #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-content ul li a {
                      color: #39A7E0;
                      text-decoration: underline; }
                    #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-content ul li span:nth-child(2) {
                      margin-left: 62px;
                      display: inline-block;
                      width: 120px;
                      height: 30px;
                      line-height: 44px;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      white-space: nowrap; }
                      #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-content ul li span:nth-child(3) {
                        float: right;
                        margin-right: 10px;
                        line-height: 45px;
                      }
                  #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-content ul li:nth-child(odd) {
                    background: white;
                    opacity: .8;
                    filter: alpha(opacity=80); }
                    #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-content ul li:nth-child(odd):hover {
                      opacity: .8;
                      filter: alpha(opacity=80);
                      background: #CCCCCC;
                      transition: all 1s;
                      -ms-transition: all 1s;
                      /* IE 9 */
                      -moz-transition: all 1s;
                      /* Firefox */
                      -webkit-transition: all 1s;
                      /* Safari 和 Chrome */
                      -o-transition: all 1s;
                      /* Opera */ }
                  #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-content ul li:nth-child(even) {
                    background: #EEEEEE; }
                    #main-body .hit-game .hit-game-content > ul > li .kaifu-information .box .box-content ul li:nth-child(even):hover {
                      background: #CCCCCC;
                      transition: all 1s;
                      -ms-transition: all 1s;
                      /* IE 9 */
                      -moz-transition: all 1s;
                      /* Firefox */
                      -webkit-transition: all 1s;
                      /* Safari 和 Chrome */
                      -o-transition: all 1s;
                      /* Opera */ }
      #main-body .hit-game .latest-news {
        padding: 40px 30px;
        background: white; }
        #main-body .hit-game .latest-news .title {
          line-height: 25px;
          margin-bottom: 15px;
          overflow: hidden; }
          #main-body .hit-game .latest-news .title .title-left {
            float: left;
            font-weight: 700; }
            #main-body .hit-game .latest-news .title .title-left p:nth-child(1) {
              font-size: 1.7rem; }
            #main-body .hit-game .latest-news .title .title-left p:nth-child(2) {
              font-size: .9rem;
              color: #BBBABB; }
          #main-body .hit-game .latest-news .title .title-right {
            float: right; }
            #main-body .hit-game .latest-news .title .title-right a {
              color: #030095;
              text-decoration: underline; }
        #main-body .hit-game .latest-news .content {
          height: 150px; }
          #main-body .hit-game .latest-news .content .swiper3 {
            height: 100%;
            padding-bottom: 50px; }
            #main-body .hit-game .latest-news .content .swiper3 .content-item {
              width: 261px;
              height: 150px;
              background-size: 100% 100%;
              margin: 0 12px;
              position: relative;
              background-image: url(../images/index-images/latest-news-pic.png); }
              #main-body .hit-game .latest-news .content .swiper3 .content-item b {
                position: relative;
                top: 100px;
                padding: 5px 0;
                text-align: center;
                background: rgba(255, 255, 255, 0.5);
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
          #main-body .hit-game .latest-news .content .my-bullet {
            cursor: pointer;
            display: inline-block;
            background: grey;
            width: 12px;
            height: 12px;
            margin: 7px;
            border-radius: 0;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            /* IE 9 */
            -moz-transform: rotate(45deg);
            /* Firefox */
            -webkit-transform: rotate(45deg);
            /* Safari 和 Chrome */
            -o-transform: rotate(45deg);
            /* Opera */ }
          #main-body .hit-game .latest-news .content .my-bullet-active {
            background: red; }
    #main-body .i-news {
      width: 1203px;
      background: #F5F5F5;
      margin-top: 20px;
      padding-top: 14px;
      padding-bottom: 30px; }
      #main-body .i-news .i-news-title {
        width: 99%;
        height: 134px;
        line-height: 134px;
        margin: 20px auto;
        position: relative;
        background: #D71341;
        color: white; }
        #main-body .i-news .i-news-title .dongtai {
          font-size: 25px;
          font-weight: 600;
          margin-left: 15px; }
        #main-body .i-news .i-news-title .news {
          font-size: 18px;
          margin-left: 25px; }
        #main-body .i-news .i-news-title .more {
          font-size: 23px;
          margin-left: 314px;
          color: white; }
          #main-body .i-news .i-news-title .more .arrow-logo {
            background: url(../images/common-images/spirit.png) no-repeat -105px -111px;
            width: 14px;
            height: 14px;
            display: inline-block;
            position: relative;
            top: -5px; }
      #main-body .i-news .i-news-content {
        position: relative;
        margin-top: -54px; }
        #main-body .i-news .i-news-content .i-news-content-top {
          width: 1137px;
          // height: 413px;
          margin: 0 auto;
          background: #F5F5F5; }
          #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left {
            // width: 637px;
            width: 50%;
            display: inline-block;
            height: 360px;
            float: left;
            padding-left: 31px;
            padding-top: 43px;
            padding-right: 20px;
            line-height: 25px;
            color: #5B94E1;
            box-sizing: border-box; }
            #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-left {
              width: 100%;
              // height: 107px;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              display: inline-block; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-left h1 {
                font-size: 20px;
                font-weight: 700;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-left p {
                margin-top: 10px;
                color: #8C8C8C;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
            #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-right {
              width: 171px;
              height: 116px;
              display: inline-block;
              float:right;
              margin-top: -20px; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .left-top-content .left-top-content-right img {
                width: 100%;
                height: 100%; }
            #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list {
              height: 165px;
              position: relative;
              overflow: hidden; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list ul {
                position: relative;
                top: 0; }
                #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list ul li {
                  overflow: hidden;
                  border-bottom: 1px solid #EFEFEF;
                  height: 38px;
                  line-height: 38px;
                  color: #707070; }
                  #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list ul li .list-content {
                    float: left; }
                  #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-left .list ul li .list-date {
                    float: right; }
          #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right {
            width: 50%;
            height: 360px;
            // float: right;
            display: inline-block;
            position: relative; 
            /* display: none; */}
            #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right video {
              width: 80%;
              padding: 10px 10%; }

            #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right .news-pagination {
              position: relative;
              height: 67px;
              color: white;
              // overflow: hidden;
              display: inline-flex;
              justify-content: center;
              width: 100%;
              // margin-left: 78px;
              margin-bottom: 30px;
              z-index: 100; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right .news-pagination .news-pagination-prev {
                width: 15%;
                height: 67px;
                line-height: 67px;
                text-align: center;
                background: #464237;
                font-size: 25px;
                // float: left;
                cursor: pointer; }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right .news-pagination .news-pagination-content {
                width: 40%;
                background: #312E27;
                height: 67px;
                line-height: 67px;
                text-align: center;
                // float: left;
                box-sizing: border-box;
                /* padding: 10px 0 20px 10px; */ }
              #main-body .i-news .i-news-content .i-news-content-top .i-news-content-top-right .news-pagination .news-pagination-next {
                width: 15%;
                height: 67px;
                line-height: 67px;
                text-align: center;
                background: #464237;
                font-size: 25px;
                // float: left;
                cursor: pointer; }

        #main-body .i-news .i-news-content .game-list {
          padding-top: 30px;
          padding-left: 50px;
          padding-bottom: 20px;
          background: white; }
          #main-body .i-news .i-news-content .game-list .title {
            line-height: 20px;
            margin: auto 25px auto 10px;
            font-size: 18px;
            color: #000; }
            #main-body .i-news .i-news-content .game-list .title small {
              line-height: 14px;
              padding-top: 5px;
              font-size: 10px;
              color: #aaa; }
          #main-body .i-news .i-news-content .game-list .game-tabs {
            overflow: hidden;
            margin: 2% 1% 1% auto; }
            #main-body .i-news .i-news-content .game-list .game-tabs a {
              display: block;
              float: left;
              padding: 5px 20px;
              text-decoration: none;
              color: #666;
              cursor: pointer;
              transition: all .3s;
              -webkit-transition: all .3s; }
              #main-body .i-news .i-news-content .game-list .game-tabs a.active {
                color: #fff;
                background: #e95a44; }
          #main-body .i-news .i-news-content .game-list .list {
            overflow: hidden;
            margin: auto -6px;
            padding: 0; }
            #main-body .i-news .i-news-content .game-list .list li {
              width: 16.666666666%;
              overflow: hidden;
              padding: 6px;
              position: relative;
              float: left;
              cursor: pointer;
              z-index: 10;
              margin: 10px; }
              #main-body .i-news .i-news-content .game-list .list li > a {
                display: block;
                padding: 24px 0 36px;
                text-align: center;
                text-decoration: none;
                position: relative;
                box-shadow: 0 0 4px #cfcfcf;
                color: #3f3f3f;
                background: #f9f9f9;
                box-sizing: border-box; }
                #main-body .i-news .i-news-content .game-list .list li > a:hover {
                  background: #EFEFEF;
                  box-shadow: 2px 2px 4px #cfcfcf;
                  transition: all .3s;
                  -webkit-transition: all .3s; }
                #main-body .i-news .i-news-content .game-list .list li > a img {
                  width: 128px;
                  height: 128px; }
                #main-body .i-news .i-news-content .game-list .list li > a .label {
                  padding-top: 8px; }
                  #main-body .i-news .i-news-content .game-list .list li > a .label span {
                    display: block;
                    line-height: 18px;
                    height: 18px;
                    font-size: 14px;
                    color: #3c3939; }
                  #main-body .i-news .i-news-content .game-list .list li > a .label .category {
                    padding: 1px 8px;
                    right: 0;
                    bottom: 0;
                    position: absolute;
                    font-size: 10px;
                    color: #777;
                    background-color: #dfdfdf; }
              #main-body .i-news .i-news-content .game-list .list li .new-hot {
                position: absolute;
                width: 80px;
                top: 5px;
                left: 90px; }
                #main-body .i-news .i-news-content .game-list .list li .new-hot img {
                  width: 80px;
                  height: 80px;
                  margin-left: 29px; }
              #main-body .i-news .i-news-content .game-list .list li .new-new {
                position: absolute;
                width: 80px;
                top: 1px;
                left: 90px; }
                #main-body .i-news .i-news-content .game-list .list li .new-new img {
                  width: 80px;
                  height: 80px;
                  margin-left: 23px; }
        #main-body .i-news .i-news-content .hr3 {
          width: 98%;
          margin: 0 auto;
          margin-top: 30px;
          border-bottom: 1px solid black;
          position: relative; }
          #main-body .i-news .i-news-content .hr3 .arrow-up {
            background: url(../images/common-images/spirit.png) no-repeat 0 -280px;
            width: 32px;
            height: 32px;
            display: inline-block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; } 

  // .login-cover .login-box {
  //   width: 354px;
  //   position: fixed;
  //   left: 50%;
  //   top: 50%;
  //   margin: -267px auto auto -168px; }
  //   .login-cover .login-box .login-box-title {
  //     height: 50px;
  //     border: 1px solid #ddd;
  //     border-width: 1px 1px 0 1px;
  //     background-color: #f7f7f7; }
  //     .login-cover .login-box .login-box-title .login-title-text {
  //       display: block;
  //       height: 24px;
  //       line-height: 24px;
  //       position: relative;
  //       margin: 11px 15px auto 15px;
  //       font-size: 17px;
  //       font-weight: 700;
  //       font-family: Arial,"微软雅黑","\5B8B\4F53";
  //       color: #666;
  //       position: relative; }
  //       .login-cover .login-box .login-box-title .login-title-text .iiugame-logo {
  //         width: 70px;
  //         height: 28px;
  //         display: inline-block;
  //         background: url(../images/common-images/nav-logo.png) no-repeat;
  //         background-size: 100% 100%; }
  //       .login-cover .login-box .login-box-title .login-title-text .loginAndReg {
  //         position: absolute;
  //         top: 4px;
  //         left: 128px; }
  //       .login-cover .login-box .login-box-title .login-title-text a {
  //         position: absolute;
  //         top: 2px;
  //         right: 0;
  //         color: #999; }
  //   .login-cover .login-box .loginOrReg {
  //     display: flex;
  //     height: 48px;
  //     background: #0d69e4;
  //     line-height: 48px; }
  //     .login-cover .login-box .loginOrReg a {
  //       flex: 1;
  //       text-align: center;
  //       color: white; }
  //       .login-cover .login-box .loginOrReg a.active {
  //         border-bottom: 2px solid orange;
  //         color: orange; }
  //   .login-cover .login-box .login-box-content {
  //     padding: 0 20px;
  //     border-top: 1px solid #F2F2F2;
  //     background: white; }
  //     .login-cover .login-box .login-box-content p.tips {
  //       margin-left: 131px;
  //       margin-top: 21px;
  //       color: red;
  //       font-weight: 700; }
  //     .login-cover .login-box .login-box-content form .login-user {
  //       width: 314px;
  //       height: 42px;
  //       position: relative;
  //       margin-top: 30px;
  //       margin-bottom: 18px; }
  //       .login-cover .login-box .login-box-content form .login-user label {
  //         position: absolute;
  //         top: 5px;
  //         left: 3px;
  //         width: 32px;
  //         height: 32px;
  //         background: url(../images/common-images/login-user.png) no-repeat;
  //         background-size: 100% 100%; }
  //       .login-cover .login-box .login-box-content form .login-user input {
  //         width: 100%;
  //         height: 42px;
  //         padding: 12px 12px 12px 42px;
  //         box-sizing: border-box;
  //         border: 1px solid #ddd;
  //         border-radius: 5px; }
  //     .login-cover .login-box .login-box-content form .login-password {
  //       width: 314px;
  //       height: 42px;
  //       position: relative;
  //       margin-bottom: 18px; }
  //       .login-cover .login-box .login-box-content form .login-password label {
  //         position: absolute;
  //         top: 8px;
  //         left: 6px;
  //         width: 25px;
  //         height: 25px;
  //         background: url(../images/common-images/login-password.png) no-repeat;
  //         background-size: 100% 100%; }
  //       .login-cover .login-box .login-box-content form .login-password input {
  //         width: 100%;
  //         height: 42px;
  //         padding: 12px 12px 12px 42px;
  //         box-sizing: border-box;
  //         border: 1px solid #ddd;
  //         border-radius: 5px; }
  //     .login-cover .login-box .login-box-content form .login-repassword {
  //       width: 314px;
  //       height: 42px;
  //       position: relative;
  //       margin-bottom: 18px;
  //       display: none; }
  //       .login-cover .login-box .login-box-content form .login-repassword label {
  //         position: absolute;
  //         top: 8px;
  //         left: 5px;
  //         width: 28px;
  //         height: 25px;
  //         background: url(../images/common-images/login-repassword.png) no-repeat;
  //         background-size: 100% 100%; }
  //       .login-cover .login-box .login-box-content form .login-repassword input {
  //         width: 100%;
  //         height: 42px;
  //         padding: 12px 12px 12px 42px;
  //         box-sizing: border-box;
  //         border: 1px solid #ddd;
  //         border-radius: 5px; }
  //     .login-cover .login-box .login-box-content form .login-mailbox {
  //       width: 314px;
  //       height: 42px;
  //       position: relative;
  //       margin-bottom: 18px;
  //       display: none; }
  //       .login-cover .login-box .login-box-content form .login-mailbox label {
  //         position: absolute;
  //         top: 8px;
  //         left: 5px;
  //         width: 28px;
  //         height: 25px;
  //         background: url(../images/common-images/login-mailbox.png) no-repeat;
  //         background-size: 100% 100%; }
  //       .login-cover .login-box .login-box-content form .login-mailbox input {
  //         width: 100%;
  //         height: 42px;
  //         padding: 12px 12px 12px 42px;
  //         box-sizing: border-box;
  //         border: 1px solid #ddd;
  //         border-radius: 5px; }
  //     .login-cover .login-box .login-box-content form .login-yanzhengma {
  //       width: 314px;
  //       height: 42px;
  //       position: relative;
  //       margin-bottom: 18px; }
  //       .login-cover .login-box .login-box-content form .login-yanzhengma img {
  //         width: 129px;
  //         height: 40px;
  //         position: absolute;
  //         top: 1px;
  //         left: 4px; }
  //       .login-cover .login-box .login-box-content form .login-yanzhengma input {
  //         width: 100%;
  //         height: 42px;
  //         padding: 12px 12px 12px 144px;
  //         box-sizing: border-box;
  //         border: 1px solid #ddd;
  //         border-radius: 5px; }
  //     .login-cover .login-box .login-box-content form .btn-login {
  //       text-align: center;
  //       margin-bottom: 15px;
  //       margin-top: 15px; }
  //       .login-cover .login-box .login-box-content form .btn-login .loginButton {
  //         width: 100%;
  //         height: 48px;
  //         border-radius: 5px;
  //         background: #3f89ec;
  //         font-weight: 700;
  //         font-size: 16px;
  //         color: white;
  //         cursor: pointer; }
  //   .login-cover .login-box .login-box-footer {
  //     position: relative;
  //     height: 48px;
  //     background: white; }
  //     .login-cover .login-box .login-box-footer a {
  //       position: absolute;
  //       bottom: 10px;
  //       color: #FA720A;
  //       font-size: 14px; }
  //       .login-cover .login-box .login-box-footer a:hover {
  //         text-decoration: underline; }
  //     .login-cover .login-box .login-box-footer a:nth-child(1) {
  //       right: 0; }
  //     .login-cover .login-box .login-box-footer a:nth-child(2) {
  //       right: 68px;
  //       padding-right: 10px;
  //       border-right: 1px solid #ddd;
  //       color: #808080; }
  //       .login-cover .login-box .login-box-footer a:nth-child(2):hover {
  //         text-decoration: underline;
  //         color: #FA720A; }
  //       .login-cover .login-box .login-box-footer a:nth-child(2) .icon-facebook2:before {
  //         content: "\ea91"; }
}


