@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: .18rem;
  font-family: "Microsoft YaHei", "PingFang SC", arial, helvetica, "Microsoft Sans Serif", sans-serif;
  cursor: url(../images/cursor_01.png), auto;
  color: #fff;
}

ul li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: url(../images/cursor_02.png), auto;
}

a:hover, a:active {
  outline: none;
}

img {
  outline: none;
  border: 0;
  vertical-align: middle;
}

em {
  font-style: normal;
}

p {
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

iframe {
  border: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table td,
table th {
  padding: 0;
}

input {
  outline: none;
  line-height: normal;
}

/* chrome记住密码后的默认填充样式解决 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 rem 100rem white inset;
  border: 1rem solid #ccc !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #4e4e4e;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4e4e4e;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4e4e4e;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #4e4e4e;
}

.clearfix {
  zoom: 1;
  /*为IE6，7的兼容性设置*/
}

.clearfix:after {
  clear: both;
  /*清除浮动*/
}

.clearfix:after, .clearfix:before {
  content: "";
  /*加一段内容*/
  display: table;
  /*创建匿名的表格单元，触发bfc*/
}

.relative {
  position: relative;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.center-block {
  display: block;
  margin-right: auto;
}

.line-height {
  line-height: 1;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.logo {
  position: absolute;
  top: .6rem;
  left: 0;
  right: 0;
  z-index: 100;
}

.logo a {
  display: block;
  width: 4.9rem;
  height: 2.94rem;
  margin: 0 auto;
  background: url(../images/logo.png) center center no-repeat;
  background-size: contain;
  font: 0/0 a;
}

.tit {
  overflow: hidden;
}

.tit h2 {
  margin: .5rem auto .4rem;
  height: 1.37rem;
  font: 0/0 a;
  background-size: contain !important;
}

.tit.tit-01 h2 {
  background: url(../images/tit_01.png) center center no-repeat;
}

.tit.tit-02 h2 {
  background: url(../images/tit_02.png) center center no-repeat;
}

.tit.tit-03 h2 {
  background: url(../images/tit_03.png) center center no-repeat;
}

.tit.tit-04 h2 {
  margin: .6rem auto .4rem;
  background: url(../images/tit_04.png) center center no-repeat;
}

.tit.tit-05 h2 {
  background: url(../images/tit_05.png) center center no-repeat;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.modal.modal-video .modal-body {
  width: 7rem;
  height: 4.24rem;
  margin-left: -3.5rem;
  margin-top: -2.12rem;
  background: #000;
  border: .03rem solid #a4edff;
}

.modal.modal-video .modal-body .pop_video_box {
  width: 100%;
  height: 100%;
}

.modal.modal-video .modal-body .pop_video_box .popMov {
  width: 100%;
  height: 100%;
}

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3.5rem;
  margin-top: -3.06rem;
  width: 7rem;
  height: 6.12rem;
  background: url(../images/modal_bg.png) center center no-repeat;
  background-size: contain;
  animation: tc 0.5s;
}

.modal-body .close {
  position: absolute;
  top: -.6rem;
  right: 0;
  width: .5rem;
  height: .5rem;
  display: block;
  background: url(../images/close.png) center center no-repeat;
  background-size: contain;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

@keyframes tc {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.swiper-button-next {
  background: url(../images/icon_right.png) center center no-repeat !important;
}

.swiper-button-prev {
  background: url(../images/icon_left.png) center center no-repeat !important;
}

.swiper-button-next,
.swiper-button-prev {
  height: .84rem;
  opacity: 1 !important;
  z-index: 6;
  background-size: contain !important;
  outline: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: '';
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.3 !important;
}

.swiper-pagination-bullets {
  left: 0;
  right: 0;
  bottom: 1rem !important;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  width: .6rem;
  height: .6rem;
  margin: 0 .28rem !important;
  opacity: 1;
  transition: all 0.3s ease;
  background: url(../images/dot.png) center center no-repeat !important;
  background-size: contain !important;
  outline: none;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../images/dot_on.png) center center no-repeat !important;
  background-size: contain !important;
}

@keyframes key_sound {
  0% {
    background: none;
  }
  50% {
    background: url(../images/icon_sound1.png);
  }
  100% {
    background: url(../images/icon_sound2.png);
  }
}

.topnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 1.13rem;
  background: #000;
  z-index: 101;
}

.topnav .topicon {
  width: .9rem;
  height: .9rem;
  background: url(../images/topicon.jpg) no-repeat;
  border: .02rem solid #f2d98d;
  border-radius: .08rem;
  background-size: contain;
  position: absolute;
  top: 0.12rem;
  left: 0.3rem;
}

.topnav .game-name {
  width: 2rem;
  height: .6rem;
  position: absolute;
  top: 0.2rem;
  left: 1.4rem;
  font-size: .24rem;
  color: #fff;
}

.topnav .game-name p {
  font-size: .3rem;
  font-weight: bold;
}

.topbtn {
  position: absolute;
  right: .2rem;
  top: .24rem;
}

.topbtn a {
  display: inline-block;
  width: 1.5rem;
  height: .6rem;
  text-align: center;
  line-height: .6rem !important;
  font: 0/0 a;
  color: #fff;
  font-size: .24rem;
  font-weight: bold;
  vertical-align: middle;
  background: url(../images/btn_bg.png) center center no-repeat;
  background-size: contain;
}

.footerBar {
  background: #000;
  color: #fff;
  font-size: .28rem;
  padding: .5rem;
}

.footerBar .f-logo {
  display: block;
  width: 1.8rem;
  height: .9rem;
  background: url(../images/logo_jumpwo.png) center center no-repeat;
  background-size: contain;
}

.footerBar p {
  line-height: 1.6;
}

.footerBar p.f-line {
  height: .20rem;
}

.nav-01 {
  margin: .3rem .4rem .1rem;
  border-bottom: .02rem solid #00ffff;
  overflow: hidden;
}

.nav-01 li {
  float: left;
  width: 25%;
  text-align: center;
}

.nav-01 li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: .32rem;
  line-height: .55rem;
}

.nav-01 li.active a {
  color: #f3ed1b;
}

.nav-01 li.active a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: .2rem;
  right: .2rem;
  height: .04rem;
  background: #00ffff;
  animation: mymove 0.5s;
  -webkit-animation: mymove 0.5s;
}

@keyframes mymove {
  0% {
    left: 50%;
    right: 50%;
  }
  100% {
    left: .2rem;
    right: .2rem;
  }
}

@-webkit-keyframes mymove {
  0% {
    left: 50%;
    right: 50%;
  }
  100% {
    left: .2rem;
    right: .2rem;
  }
}

.banner {
  height: 4.2rem;
  background: url(../images/top_banner.png) center top no-repeat;
  background-size: contain;
}

.main {
  min-height: 10rem;
  background: url(../images/bg_09.png) #09081f top center no-repeat;
  background-size: 7.5rem;
}

.main .main-cont {
  margin: 0 .2rem;
  overflow: hidden;
}

.main .main-cont .tit-01 h2 {
  margin: 0;
}

.main .main-cont .nav-01 {
  float: inherit;
  width: inherit;
  padding: 0 .2rem .3rem;
  border-bottom-color: #26273a;
}

.main .main-cont .nav-01 li {
  position: relative;
  width: 25%;
}

.main .main-cont .nav-01 li.active a {
  color: #00ffff;
}

.main .main-cont .nav-01 li a {
  display: block;
  width: 1.2rem;
  margin: 0 auto;
  font-size: .36rem;
}

.main .main-cont .nav-01 li + li:before {
  position: absolute;
  top: .16rem;
  left: -.04rem;
  display: block;
  width: .07rem;
  height: .29rem;
  background: url(../images/icon_08.png) center center no-repeat;
  content: '';
}

.main .main-cont .all-list {
  min-height: 6rem;
}

.bread {
  padding: .3rem;
}

.bread ul {
  display: inline-block;
  overflow: hidden;
}

.bread li {
  position: relative;
  float: left;
  font-size: .24rem;
  color: #00ffff;
}

.bread li a {
  color: #00ffff;
}

.bread li a:hover {
  color: #62fcff;
  text-decoration: underline;
}

.bread li + li {
  padding-left: .3rem;
}

.bread li + li:before {
  position: absolute;
  top: 0;
  left: .07rem;
  display: block;
  content: '>';
}

.bread .btn-back-index {
  float: right;
  width: 1.4rem;
  height: .36rem;
  line-height: .36rem;
  color: #fff;
  font-size: .24rem;
  padding-left: .1rem;
  background: url(../images/btn_back.png) center center no-repeat;
  background-size: contain;
}

/***英雄档案、档案详情************************************************************************/
.hero-portrait,
.hero-portrait-detail {
  background: #09081f;
}

.hero-portrait .main,
.hero-portrait-detail .main {
  position: relative;
  background: url(../images/bg_10.png) top center no-repeat;
  background-size: 7.5rem !important;
  margin-top: -.38rem;
  z-index: 1;
  padding: 0 .3rem;
}

.hero-portrait .main-cont,
.hero-portrait-detail .main-cont {
  padding: 0 0 1rem;
  margin: 0;
}

.hero-portrait .topnav,
.hero-portrait-detail .topnav {
  background: rgba(0, 0, 0, 0.8);
}

.hero-portrait .bread,
.hero-portrait-detail .bread {
  padding: .3rem 0;
}

.hero-portrait .bread {
  padding: .7rem 0 0;
}

.hero-portrait .tit h2 {
  margin-top: 0;
}

.hero-portrait .nav-01 {
  width: 6.4rem !important;
  margin: 0 auto .3rem;
  padding: 0 !important;
}

.hero-portrait .nav-01 li {
  width: 14.285% !important;
}

.hero-portrait .nav-01 li a {
  width: 100% !important;
  font-size: .26rem !important;
}

.hero-portrait .nav-01 li + li:before {
  top: .12rem !important;
}

.hero-portrait .banner {
  height: 5.6rem;
  background: url(../images/draw.jpg) top center no-repeat;
  background-size: contain;
}

.nav-list-02 {
  overflow: hidden;
  width: 8.4rem;
  border-bottom: .02rem solid #474251;
  margin: 0 auto;
}

.nav-list-02 li {
  float: left;
  width: 14.285%;
}

.nav-list-02 li a {
  position: relative;
  display: block;
  font-size: .24rem;
  text-align: center;
  height: .58rem;
  line-height: .58rem;
  border-bottom: .05rem solid transparent;
}

.nav-list-02 li.active a {
  font-size: .36rem;
  color: #00ffff;
  font-weight: bold;
  border-bottom: .05rem solid #00ffff;
}

.nav-list-02 li + li a:before {
  position: absolute;
  left: 0;
  top: .13rem;
  width: .01rem;
  height: .3rem;
  display: block;
  content: '';
  background: #d2cfcf;
}

.hero-list {
  width: 6.8rem;
  margin: 0 auto;
}

.hero-list > li {
  float: left;
  width: 25%;
  text-align: center;
}

.hero-list > li > a {
  text-align: center;
}

.hero-list > li p {
  height: .4rem;
  margin: .2rem 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: .24rem;
}

.hero-list .img {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto .06rem;
  border: .02rem solid #00ffff;
}

.hero-list .img > img {
  width: 100%;
  height: 100%;
}

.hero-list .img .look {
  display: none;
}

.hero-portrait-detail .main {
  background: url(../images/bg_11.png) right 0.8rem no-repeat;
  margin-top: -1.2rem;
}

.tit-second {
  margin: .3rem 0;
  background-size: contain !important;
}

.tit-second h2 {
  font: 0/0 a;
  height: .53rem;
}

.tit-second.tit-second-01 {
  background: url(../images/titsecond_01.png) center center no-repeat;
}

.tit-second.tit-second-02 {
  background: url(../images/titsecond_02.png) center center no-repeat;
}

.skill-echat {
  position: absolute;
  top: 3rem;
  right: .2rem;
  width: 2rem;
  height: 2rem;
  z-index: 5;
}

.skill-echat > div {
  width: 100% !important;
  height: 100% !important;
}

.skill-echat > div > canvas {
  width: 100% !important;
  height: 100% !important;
}

.skill-echat > div:last-child {
  display: none;
}

.skill-intro {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  padding: .2rem;
  margin-bottom: .6rem;
}

.skill-intro p {
  font-size: .26rem;
  line-height: .52rem;
  text-indent: 2em;
  text-align: justify;
}

.cont-tit {
  font-size: .4rem;
  margin-bottom: .2rem;
  text-align: center;
}

.personal-info {
  padding: .2rem;
  font-size: .26rem;
  background: rgba(0, 0, 0, 0.5);
}

.personal-info p {
  line-height: .52rem;
  text-align: justify;
}

.personal-info .info-attr {
  margin-bottom: .5rem;
}

.personal-info .info-attr p label {
  margin-right: .4rem;
}

.personal-info .info-story > p {
  text-indent: 2em;
  margin-bottom: .2rem;
}

.tab-skill {
  text-align: center;
  overflow: hidden;
}

.tab-skill li {
  position: relative;
  display: inline-block;
  margin: .2rem .08rem .4rem;
}

.tab-skill li a {
  display: block;
  width: .9rem;
  height: .9rem;
  border-radius: 50%;
  overflow: hidden;
  border: .02rem solid #fff;
  background: #000;
}

.tab-skill li a img {
  width: 100%;
}

.tab-skill li.active a {
  border: .04rem solid #00ffff;
}

.tab-skill li i {
  position: absolute;
  bottom: -.05rem;
  right: 0;
  width: .36rem;
  height: .36rem;
  background: url(../images/icon_09.png) center center no-repeat;
  background-size: contain;
}

.hero-intro {
  overflow: hidden;
  padding: .3rem 0 .1rem;
}

.hero-intro .hitem {
  float: left;
  text-align: left;
}

.hero-intro .hitem span {
  display: block;
  font-size: .2rem;
}

.hero-intro .hitem .hero-name {
  font-size: .38rem;
  line-height: 1.4;
}

.hero-intro .hitem img {
  width: .34rem;
  margin: .07rem 0 .125rem;
}

.hero-intro .hitem + .hitem {
  margin-left: .2rem;
}

.skill-swiper {
  position: relative;
  height: 5.6rem;
}

.skill-swiper .swiper-slide img {
  width: 100%;
}

.skill-swiper .swiper-button-next {
  right: -.5rem;
}

.skill-swiper .swiper-button-prev {
  left: -.5rem;
}

.skill-swiper .down-draw {
  position: absolute;
  top: 1.3rem;
  left: .1rem;
  width: 2.21rem;
  height: .55rem;
  line-height: .55rem;
  font-size: .22rem;
  text-align: right;
  padding-right: .15rem;
  background: url(../images/icon_down.png) center center no-repeat;
  background-size: contain;
  z-index: 5;
  color: #fff;
  pointer-events: none;
}

.skill-swiper .shadow {
  position: absolute;
  bottom: -.01rem;
  left: 0;
  width: 7.5rem;
  height: 2.5rem;
  background: url(../images/shadow.png) top center no-repeat;
  background-size: contain;
  z-index: 1;
}

.swiper-thumb {
  position: absolute;
  right: .5rem;
  bottom: -.5rem;
  width: 2.12rem;
  z-index: 2;
}

.mySwiper2 {
  overflow: hidden;
}

.mySwiper {
  overflow: hidden;
}

.mySwiper .swiper-slide {
  width: 1.06rem !important;
  text-align: center;
}

.mySwiper .swiper-slide img {
  width: .66rem;
  border: .02rem solid #efefef;
}

.mySwiper .swiper-slide p {
  padding: 0 .05rem;
  font-size: .2rem;
  margin-top: .2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mySwiper .swiper-slide:hover img, .mySwiper .swiper-slide.swiper-slide-thumb-active img {
  border: .04rem solid #00ffff;
}

.choose p {
  font-size: .22rem;
  margin-bottom: .1rem;
  text-align: center;
}

.radio {
  padding: 0 0 0 .35rem;
  overflow: hidden;
}

.radio .group {
  margin: .05rem 0 .3rem;
  overflow: hidden;
}

.radio span {
  position: relative;
  display: block;
  color: #fff;
  overflow: hidden;
  line-height: .18rem;
  padding-left: .1rem;
}

.radio span:hover {
  cursor: pointer;
}

.radio span em {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: .18rem;
  height: .18rem;
  background: url(../images/icon_10.png) no-repeat;
  background-size: contain !important;
}

.radio span.active {
  color: #f17646;
}

.radio span.active em {
  background: url(../images/icon_10_a.png) no-repeat;
}

.radio span + span {
  margin-top: .25rem;
}
