@charset "UTF-8";
.inMoreEntery {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -689px;
  width: 90px;
  height: 90px;
  background: #343f50; }
  .inMoreEntery a {
    display: block;
    width: 90px;
    height: 90px;
    text-align: center;
    position: relative; }
  .inMoreEntery .icon.v3 {
    margin: 22px auto 6px;
    display: block; }
  .inMoreEntery span {
    display: block;
    font: normal 12px/17px "宋体";
    color: #ffffff;
    cursor: position; }
  .inMoreEntery .triangle {
    position: absolute;
    right: 0;
    bottom: 22px;
    width: 0;
    height: 0;
    border-bottom: 20px solid #5bb831;
    border-left: 20px solid transparent; }

.bannerWrap {
  height: 600px; }

#banner {
  height: 600px;
  position: relative;
  z-index: 3;
  overflow: hidden; }
  #banner i {
    display: none; }
  #banner .bannerPic {
    height: 600px; }
    #banner .bannerPic li {
      float: left;
      height: 600px;
      width: 100%;
      position: relative; }
      #banner .bannerPic li img {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -960px;
        height: 600px; }
      #banner .bannerPic li.active img {
        animation: banScale 5s ease-in .1s;
        -webkit-animation: banScale 5s ease-in .1s;
        -moz-animation: banScale 5s ease-in .1s; }
  #banner .bannerGuide {
    position: absolute;
    left: 0px;
    bottom: 14px;
    width: 100%;
    text-align: center; }
    #banner .bannerGuide ul {
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      height: 15px; }
      #banner .bannerGuide ul li {
        float: left;
        width: 13px;
        height: 15px;
        cursor: pointer;
        margin: 0 4px;
        background-image: url(../images/ico-ban-i.png);
        background-repeat: no-repeat;
        background-position: -17px 0; }
        #banner .bannerGuide ul li:hover, #banner .bannerGuide ul li.active {
          background-position: 0 0px; }
  #banner .bannerBtn {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 10;
    width: 100px;
    height: 100px;
    cursor: pointer;
    background-image: url(../images/ico-ban.png);
    background-repeat: no-repeat; }
    #banner .bannerBtn i.icon {
      margin: 45px 0 0 42px;
      display: block; }
    #banner .bannerBtn.btnLeft {
      left: 0px;
      background-position: 0 0; }
      #banner .bannerBtn.btnLeft:hover {
        background-position: 0 -120px; }
    #banner .bannerBtn.btnRight {
      right: 0px;
      background-position: -120px 0; }
      #banner .bannerBtn.btnRight:hover {
        background-position: -120px -120px; }

.raceWrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 550px;
  background: url("../images/bg-accordion.jpg") no-repeat center; }
  .raceWrap .bg-race {
    position: absolute;
    right: 50%;
    top: -2px;
    margin-right: -958px;
    z-index: 0; }
  .raceWrap .accordion {
    height: 350px;
    margin-top: 35px; }
    .raceWrap .accordion .item {
      float: left;
      width: 200px;
      height: 415px;
      position: relative;
      overflow: hidden;
      transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out; }
      .raceWrap .accordion .item .acBg {
        position: absolute;
        top: 65px;
        left: 0;
        z-index: 1;
        width: 100%;
        overflow: hidden; }
      .raceWrap .accordion .item .logName {
        width: 200px;
        position: absolute;
        top: 65px;
        left: 0;
        z-index: 6; }
        .raceWrap .accordion .item .logName .log {
          display: block;
          text-align: center; }
        .raceWrap .accordion .item .logName .name {
          text-align: center; }
          .raceWrap .accordion .item .logName .name span {
            font-size: 18px;
            color: #ffffff; }
          .raceWrap .accordion .item .logName .name label {
            display: block;
            width: 100%;
            font-size: 12px;
            color: #ffffff;
            font-family: "Tahoma";
            padding: 5px 0 0;
            text-transform: uppercase; }
      .raceWrap .accordion .item .txt {
        position: absolute;
        top: 285px;
        left: 70px;
        z-index: 6;
        width: 200px;
        display: none;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .raceWrap .accordion .item .txt .des {
          font-size: 14px;
          font-family: "宋体";
          color: #ffffff;
          line-height: 18px;
          padding: 8px 0; }
        .raceWrap .accordion .item .txt .enter {
          display: block;
          width: 54px;
          height: 25px;
          background: #1d3e92 url("../images/icon.png") no-repeat -418px 0;
          text-align: center;
          color: #ffffff;
          line-height: 25px;
          padding-right: 8px; }
      .raceWrap .accordion .item .person {
        position: absolute;
        right: -400px;
        bottom: 6px;
        z-index: 5;
        display: none;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in; }
        .raceWrap .accordion .item .person img {
          display: block; }
      .raceWrap .accordion .item .line {
        display: none;
        width: 100%;
        height: 6px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 4; }
      .raceWrap .accordion .item .audio {
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: -999999; }
      .raceWrap .accordion .item.empire .txt .enter {
        background: #f50e0e url("../images/icon.png") no-repeat -418px 0; }
      .raceWrap .accordion .item.empire .line {
        background-color: #f50e0e; }
      .raceWrap .accordion .item.federal .txt .enter {
        background: #ff8a00 url("../images/icon.png") no-repeat -418px 0; }
      .raceWrap .accordion .item.federal .line {
        background-color: #ff8a00; }
      .raceWrap .accordion .item.holy .txt .enter {
        background: #8702d3 url("../images/icon.png") no-repeat -418px 0; }
      .raceWrap .accordion .item.holy .line {
        background-color: #8702d3; }
      .raceWrap .accordion .item.abyss .txt .enter {
        background: #1d3e92 url("../images/icon.png") no-repeat -418px 0; }
      .raceWrap .accordion .item.abyss .line {
        background-color: #1d3e92; }
      .raceWrap .accordion .item.active {
        width: 600px; }
        .raceWrap .accordion .item.active .txt {
          display: block;
          top: 232px;
          opacity: 1; }
        .raceWrap .accordion .item.active .person {
          display: block;
          right: 0px;
          opacity: 1; }
        .raceWrap .accordion .item.active .line {
          width: 100%;
          display: block; }

.novelWrap {
  height: 600px;
  background: url("../images/bg_noval.jpg") no-repeat center;
  position: relative;
  overflow: hidden; }
  .novelWrap .novel-item {
    float: left;
    width: 33.33%;
    height: 300px;
    position: relative;
    cursor: pointer;
    overflow: hidden; }
    .novelWrap .novel-item.novelTop1 {
      height: 600px; }
      .novelWrap .novel-item.novelTop1 .text-msk {
        height: 600px; }
      .novelWrap .novel-item.novelTop1 .novel-entery {
        height: 600px; }
    .novelWrap .novel-item .novel-pic {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      display: block; }
      .novelWrap .novel-item .novel-pic img {
        display: block;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in; }
    .novelWrap .novel-item .novel-summary {
      position: absolute;
      width: 85%;
      left: 7.5%;
      bottom: 35px;
      z-index: 1; }
      .novelWrap .novel-item .novel-summary h5.til {
        font-size: 30px;
        line-height: 54px;
        color: #ffffff;
        text-shadow: 0px 0 13px rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        overflow: hidden; }
        .novelWrap .novel-item .novel-summary h5.til .newIcon {
          display: inline-block;
          margin: -3px 0 0 3px; }
      .novelWrap .novel-item .novel-summary p.des {
        font-size: 13px;
        color: #8c9297;
        line-height: 20px;
        font-family: "宋体";
        height: 40px;
        overflow: hidden; }
        .novelWrap .novel-item .novel-summary p.des span.time {
          float: right; }
    .novelWrap .novel-item .novel-text {
      position: absolute;
      width: 85%;
      left: 7.5%;
      bottom: 35px;
      height: 240px;
      z-index: 3; }
      .novelWrap .novel-item .novel-text h6.til {
        font: bold 14px/28px "宋体";
        color: #ffffff;
        padding: 0 0 5px; }
      .novelWrap .novel-item .novel-text p.info {
        font: normal 12px/24px "宋体";
        color: #ffffff; }
        .novelWrap .novel-item .novel-text p.info span.time {
          float: right; }
    .novelWrap .novel-item .text-msk {
      position: absolute;
      width: 400px;
      height: 300px;
      left: 0px;
      top: 0px;
      z-index: 2;
      background: #000000;
      opacity: 0.6;
      filter: alpha(opacify=60);
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transition: all 0.5s ease-in;
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in; }
    .novelWrap .novel-item .novel-entery {
      display: block;
      width: 100%;
      height: 300px;
      display: none; }
    .novelWrap .novel-item:hover .novel-pic img {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05); }
    .novelWrap .novel-item:hover .text-msk {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05); }

.deriveWrap {
  height: 765px;
  position: relative;
  overflow: hidden; }
  .deriveWrap .w1200 {
    margin: 85px auto 0;
    position: relative;
    height: 500px; }
    .deriveWrap .w1200 .deriveBtn {
      position: absolute;
      bottom: 30px;
      display: block;
      z-index: 9;
      cursor: pointer;
      display: none; }
      .deriveWrap .w1200 .deriveBtn.btnLeft {
        right: 130px; }
      .deriveWrap .w1200 .deriveBtn.btnRight {
        right: 30px; }
  .deriveWrap #derivePic {
    height: 500px; }
    .deriveWrap #derivePic i {
      display: none; }
  .deriveWrap .derivePic {
    width: 1200px;
    height: 500px;
    position: relative; }
    .deriveWrap .derivePic .item {
      float: left;
      height: 500px;
      overflow: hidden; }
      .deriveWrap .derivePic .item a {
        position: relative;
        display: block;
        width: 100%;
        height: 500px; }
      .deriveWrap .derivePic .item .big-pic {
        display: block; }
      .deriveWrap .derivePic .item .text {
        position: absolute;
        left: 35px;
        bottom: -96px;
        opacity: 0;
        transition: all .5s ease-in-out .3s; }
        .deriveWrap .derivePic .item .text h5.til {
          font-size: 36px;
          line-height: 54px;
          color: #ffffff;
          text-shadow: 0px 0 13px rgba(255, 255, 255, 0.7); }
        .deriveWrap .derivePic .item .text p.des {
          width: 400px;
          font-size: 13px;
          color: #8c9297;
          line-height: 20px;
          height: 40px;
          overflow: hidden;
          font-family: "宋体"; }
      .deriveWrap .derivePic .item.active .text {
        opacity: 1;
        bottom: 28px; }
      .deriveWrap .derivePic .item.active .big-pic {
        animation: banScale 6s ease-in .1s;
        -webkit-animation: banScale 6s ease-in .1s;
        -moz-animation: banScale 6s ease-in .1s; }
  .deriveWrap .deriveList {
    height: 80px;
    position: relative;
    width: 240px;
    margin: 0 auto; }
    .deriveWrap .deriveList ul {
      position: relative;
      z-index: 0;
      overflow: hidden; }
      .deriveWrap .deriveList ul li {
        float: left;
        width: 120px;
        height: 80px;
        cursor: pointer;
        overflow: hidden; }
        .deriveWrap .deriveList ul li img {
          display: block;
          width: 192px;
          position: relative;
          margin-left: -36px;
          height: 80px; }
    .deriveWrap .deriveList .icon.v4 {
      position: absolute;
      bottom: -20px;
      left: 205px;
      z-index: 9;
      transition: left 0.3s ease-out; }
  .deriveWrap .inMoreEntery {
    top: 85px; }
    .deriveWrap .inMoreEntery .triangle {
      border-bottom: 20px solid #ed1c1c; }

.cartoonWrap {
  height: 600px;
  background: url("../images/bg-cartoon.jpg") no-repeat center;
  position: relative;
  overflow: hidden; }
  .cartoonWrap .cartoon-item {
    float: left;
    width: 33.33%;
    height: 600px;
    position: relative;
    cursor: pointer;
    overflow: hidden; }
    .cartoonWrap .cartoon-item .novel-pic {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      display: block; }
      .cartoonWrap .cartoon-item .novel-pic img {
        display: block;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in; }
    .cartoonWrap .cartoon-item .novel-summary {
      position: absolute;
      width: 85%;
      left: 7.5%;
      bottom: 35px;
      z-index: 1; }
      .cartoonWrap .cartoon-item .novel-summary h5.til {
        font-size: 30px;
        line-height: 54px;
        color: #ffffff;
        text-shadow: 0px 0 13px rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        overflow: hidden; }
        .cartoonWrap .cartoon-item .novel-summary h5.til .newIcon {
          display: inline-block;
          margin: -3px 0 0 3px; }
      .cartoonWrap .cartoon-item .novel-summary p.des {
        font-size: 13px;
        color: #8c9297;
        line-height: 20px;
        font-family: "宋体"; }
        .cartoonWrap .cartoon-item .novel-summary p.des span.time {
          float: right; }
    .cartoonWrap .cartoon-item .novel-text {
      position: absolute;
      width: 85%;
      left: 7.5%;
      bottom: 30px;
      height: 240px;
      z-index: 3;
      display: none; }
      .cartoonWrap .cartoon-item .novel-text h6.til {
        font: bold 14px/28px "宋体";
        color: #ffffff;
        padding: 0 0 5px; }
      .cartoonWrap .cartoon-item .novel-text p.info {
        font: normal 12px/24px "宋体";
        color: #ffffff; }
        .cartoonWrap .cartoon-item .novel-text p.info span.time {
          float: right; }
      .cartoonWrap .cartoon-item .novel-text a.entery {
        display: block;
        width: 54px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        color: #ffffff;
        font-size: 12px;
        background: #256ceb url("../images/icon.png") no-repeat -418px 0;
        margin: 14px 0 0;
        padding-right: 8px; }
    .cartoonWrap .cartoon-item .text-msk {
      position: absolute;
      width: 100%;
      height: 300px;
      left: 0px;
      bottom: 0px;
      z-index: 2;
      background: #232c36;
      opacity: 0.9;
      filter: alpha(opacify=90);
      display: none; }
    .cartoonWrap .cartoon-item.cartoonTop3 {
      height: 300px; }
    .cartoonWrap .cartoon-item.cartoonList {
      height: 300px;
      background: url("../images/bg-cartoonList.jpg") no-repeat center;
      background-size: 100% 100%; }
      .cartoonWrap .cartoon-item.cartoonList .list-top {
        height: 24px;
        padding: 30px 0 20px;
        line-height: 24px; }
        .cartoonWrap .cartoon-item.cartoonList .list-top .line {
          float: left;
          width: 4px;
          height: 15px;
          background: #ffffff;
          margin-top: 5px; }
        .cartoonWrap .cartoon-item.cartoonList .list-top label {
          float: left;
          font: bold 14px/24px "宋体";
          color: #ffffff;
          margin: 0 14px 0 24px; }
        .cartoonWrap .cartoon-item.cartoonList .list-top .line2 {
          float: left;
          width: 212px;
          height: 1px;
          background: #414447;
          margin: 11px 0 0; }
        .cartoonWrap .cartoon-item.cartoonList .list-top .time {
          float: left;
          font-size: 12px;
          color: #767d83;
          font-family: Tahoma;
          margin: 0 0 0 8px; }
      .cartoonWrap .cartoon-item.cartoonList .list {
        width: 87%;
        margin: 0 auto; }
        .cartoonWrap .cartoon-item.cartoonList .list li {
          line-height: 32px;
          color: #767d83;
          overflow: hidden; }
          .cartoonWrap .cartoon-item.cartoonList .list li a {
            float: left;
            width: 235px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #767d83; }
            .cartoonWrap .cartoon-item.cartoonList .list li a:hover {
              color: #ffffff; }
          .cartoonWrap .cartoon-item.cartoonList .list li span {
            float: right;
            padding-right: 15px; }
    .cartoonWrap .cartoon-item:hover .novel-pic img {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05); }
  .cartoonWrap .inMoreEntery .triangle {
    border-bottom: 20px solid #ffb900; }

@media screen and (max-width: 1200px) {
  .raceWrap .accordion .item {
    width: 170px; }

  .raceWrap .accordion .item.active {
    width: 490px; }

  .deriveWrap .derivePic .item .text h5.til {
    font-size: 30px; }

  .cartoonWrap .cartoon-item.cartoonList .list li a {
    width: 210px; }

  .inMoreEntery {
    margin-right: -590px; } }
@keyframes banScale {
  0% {
    transform: scale(1.06); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes banScale {
  0% {
    -webkit-transform: scale(1.06); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes banScale {
  0% {
    -moz-transform: scale(1.06); }
  100% {
    -moz-transform: scale(1); } }
@keyframes accorTranslateY {
  0% {
    transform: translateY(60px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes accorTranslateY {
  0% {
    -webkit-transform: translateY(60px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes accorTranslateY {
  0% {
    -moz-transform: translateY(60px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }
@keyframes accorPersonY {
  0% {
    right: -400px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
@-webkit-keyframes accorPersonY {
  0% {
    right: -400px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
@-moz-keyframes accorPersonY {
  0% {
    right: -400px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
