.banner {
  position: relative;
  margin-top: 60px;
  width: 100%; }
  .banner-slider {
    overflow: hidden;
    width: 100%;
    height: 100%; }
    .banner-slider ul li img {
      width: 100%;
      height: auto; }

@media only screen and (max-width: 1024px) {
  #index .content {
    padding: 50px 30px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media only screen and (max-width: 414px) {
  #index .content {
    padding: 30px 14px 50px; } }

.title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc; }
  .title h3 {
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-size: 24px;
    font-weight: bold;
    display: inline-block; }
    .title h3 em {
      color: #c31919;
      font-weight: bold; }

.secTop:after {
  clear: both;
  content: "";
  display: table; }

.news {
  position: relative;
  float: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  width: 100%; }
  .news-more {
    position: absolute;
    right: 0;
    top: 6px;
    color: #fff;
    background-color: #c31919;
    padding: 2px 20px;
    font-size: 14px; }
    .news-more:hover {
      -webkit-filter: brightness(105%);
      filter: brightness(105%); }
  .news-list a {
    display: block;
    color: #333;
    font-size: 15px;
    padding: 8px 0; }
    .news-list a:hover {
      color: #c31919; }
    .news-list a > span {
      display: inline-block;
      vertical-align: middle; }
  .news-date {
    width: 90px; }
  .news-subject {
    width: calc(100% - 100px);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  @media only screen and (max-width: 1024px) {
    .news {
      width: 100%;
      float: none; } }
  @media only screen and (max-width: 480px) {
    .news-list a {
      font-size: 13px; }
      .news-list a:not(:last-child) {
        border-bottom: 1px dotted #ccc; }
      .news-list a:hover {
        color: #555; }
    .news-date {
      width: 70px;
      font-size: 12px; }
    .news-subject {
      width: calc(100% - 80px);
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; } }

.loginbox {
  position: relative;
  float: right;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px; 
  max-width: 500px;
  width: 100%;
  }
  .loginbox .login {
    max-width: 500px;
    padding: 0; }
  .loginbox .login-form_member,
  .loginbox .login-form_pw,
  .loginbox .login-code,
  .loginbox .login-btn,
  .loginbox .login-txt,
  .loginbox .login-others {
    display: inline-block;
    vertical-align: top; }
  .loginbox .login-form_member,
  .loginbox .login-form_pw {
    width: calc(50% - 6px); }
  .loginbox .login-code {
    width: calc(70% - 16px) !important;
    margin-right: 8px;
    border-right: 1px solid #d8d8d8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px; }
    .loginbox .login-code .codeBox {
      margin-bottom: 0; }
      .loginbox .login-code .codeBox .img {
        z-index: 5; }
  .loginbox .login-btn {
    width: 30% !important;
    margin-top: 0; }
  .loginbox .login-txt {
    width: 35% !important;
    margin-top: 30px; }
  .loginbox .login-others {
    width: 60% !important; }
  @media only screen and (max-width: 1024px) {
    .loginbox {
      float: none;
      max-width: none;
      margin-top: 50px; }
      .loginbox .login {
        max-width: 100%; } }
  @media only screen and (max-width: 768px) {
    .loginbox {
      display: none; } }

.game {
  position: relative;
  margin-top: 70px;
  width: 100%; }
  .game--center {
    margin-top: 0; }
  .game-tag {
    position: absolute;
    right: 0;
    top: 6px; }
    .game-tag a {
      display: inline-block;
      line-height: 1;
      padding: 5px 20px;
      font-size: 14px;
      margin: 0 4px;
      cursor: pointer; }
      .game-tag a:not(:last-child) {
        border-right: 1px solid #ccc; }
      .game-tag a:hover, .game-tag a.active {
        background: #c31919;
        color: #fff; }
  .game-list {
    position: relative;
    width: 100%;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .game-list .gameItem {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: calc(100% / 3 - 34px);
      margin-bottom: 50px; }
      .game-list .gameItem:not(:nth-child(3n)) {
        margin-right: 45px; }
      .game-list .gameItem-photo img {
        width: 100%; }
      .game-list .gameItem-info {
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px; }
        .game-list .gameItem-info h4 {
          font-family: \5FAE\8F6F\96C5\9ED1;
          font-weight: bold;
          font-size: 20px;
          margin-bottom: 4px; }
        .game-list .gameItem-info .gameTag {
          font-size: 12px;
          color: #999;
          margin-bottom: 4px;
          display: table;
          padding: 1px 4px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          background: url("../img/common/bg_content.png"); }
        .game-list .gameItem-info p {
          color: #777;
          font-weight: bold;
          font-size: 14px;
          height: 63px;
          letter-spacing: 1px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden; }
      .game-list .gameItem-links {
        position: relative; }
        .game-list .gameItem-links a {
          display: inline-block;
          font-size: 14px;
          padding: 3px 16px;
          border-radius: 50px;
          border: 1px solid #ccc;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          color: #999;
          cursor: pointer; }
          .game-list .gameItem-links a:hover {
            border: 0;
            background: #c31919;
            color: #fff;
            border: 1px solid #c31919; }
      .game-list .gameItem-download {
        position: absolute;
        padding: 5px 10px;
        width: 100%;
        background-color: #333;
        margin-top: 6px;
        text-align: center;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
        z-index: 5; }
        .game-list .gameItem-download a {
          display: inline-block;
          opacity: 0.8;
          font-size: 14px;
          text-align: center;
          padding-left: 25px;
          color: #fff;
          margin: 0 10px; }
          .game-list .gameItem-download a.dl-apple {
            background: url("../img/icon_download_apple.png") 0 50% no-repeat; }
          .game-list .gameItem-download a.dl-google {
            background: url("../img/icon_download_google.png") 0 50% no-repeat; }
          .game-list .gameItem-download a.dl-apk {
            background: url("../img/icon_download_apk.png") 0 50% no-repeat; }
          .game-list .gameItem-download a:hover {
            opacity: 1; }
        .game-list .gameItem-download:before {
          -webkit-transition: all .3s ease-in;
          -moz-transition: all .3s ease-in;
          -ms-transition: all .3s ease-in;
          -o-transition: all .3s ease-in;
          transition: all .3s ease-in;
          display: block;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 4px 6px 4px;
          border-color: transparent transparent #333 transparent;
          position: absolute;
          top: -6px;
          left: 136px; }
  @media only screen and (max-width: 1024px) {
    .game-list .gameItem {
      width: calc(100% / 3 - 18px); }
      .game-list .gameItem:not(:nth-child(3n)) {
        margin-right: 20px; } }
  @media only screen and (max-width: 768px) {
    .game-tag {
      top: 56px; }
      .game-tag a {
        font-size: 12px;
        padding: 5px;
        margin: 0; }
    .game-list {
      margin-top: 50px; }
      .game-list .gameItem {
        width: calc(100% / 2 - 16px);
        margin-right: 20px; }
        .game-list .gameItem:nth-child(2n) {
          margin-right: 0px; } }
  @media only screen and (max-width: 480px) {
    .game-list .gameItem {
      width: 100%;
      margin-right: 0px; }
      .game-list .gameItem:not(:nth-child(3n)) {
        margin-right: 0; }
      .game-list .gameItem-info p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        overflow: hidden;
        height: auto; }
      .game-list .gameItem-links {
        position: relative;
        text-align: center; }
        .game-list .gameItem-links a {
          display: inline-block;
          font-size: 12px; }
          .game-list .gameItem-links a:hover {
            border: 0;
            background: transparent;
            color: #999;
            border: 1px solid #ccc; }
      .game-list .gameItem-download a {
        font-size: 12px; } }

.swiper-pagination-bullet {
  vertical-align: middle;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  opacity: 0.4; }
  .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background-color: #fff;
    opacity: 1; }
  @media only screen and (max-width: 414px) {
    .swiper-pagination-bullet {
      width: 8px;
      height: 8px; }
      .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px; } }

@media only screen and (max-width: 414px) {
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 2px; } }

.swiper-button-prev,
.swiper-button-next {
  color: rgba(255, 255, 255, 0.7); }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: calc(var(--swiper-navigation-size) * 1.5);
    font-weight: bold; }
  @media only screen and (max-width: 414px) {
    .swiper-button-prev,
    .swiper-button-next {
      width: calc(var(--swiper-navigation-size) / 44 * 10); }
      .swiper-button-prev:after,
      .swiper-button-next:after {
        font-size: calc(var(--swiper-navigation-size) * 0.8); } }

.navigation-share {
  right: 35px; }
