@charset "UTF-8";
.title {
  text-align: center;
  line-height: 50px; }

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

.swiper-pagination {
  bottom: 50px !important;
  text-align: center;
  width: 100%; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 100px;
    height: 10px;
    opacity: 1;
    border-radius: 0;
    background: white;
    text-align: left; }
  .swiper-pagination .swiper-pagination-bullet-active {
    background: #136c90;
    position: relative; }
    .swiper-pagination .swiper-pagination-bullet-active span {
      position: absolute;
      display: inline-block;
      height: 10px;
      background: #89b6c8;
      animation: process 5s linear forwards; }

.lineBg {
  width: 100%;
  position: absolute;
  display: flex;
  bottom: 3px;
  z-index: 9;
  justify-content: space-between; }
  .lineBg .lineBg_box {
    display: flex;
    flex: 1; }
    .lineBg .lineBg_box.lineBg_l .lineBg_l_span {
      flex: 1;
      border-right: 30px solid transparent;
      border-bottom: 30px solid #FFF; }
    .lineBg .lineBg_box.lineBg_r .lineBg_r_span {
      flex: 1;
      border-left: 30px solid transparent;
      border-bottom: 30px solid #FFF; }

.swiper-button {
  width: 40px;
  height: 80px;
  background: rgba(0, 0, 0, 0.4); }
  .swiper-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    z-index: -1;
    opacity: 0;
    border-radius: 40px;
    transform: scale3d(0.1, 0.1, 0.1);
    transition: transform 1s, opacity 1s, border-radius 1s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .swiper-button:hover::before {
    opacity: 1;
    border-radius: 0px;
    transform: translate3d(0, 0, 0); }

.swiper-button-prev {
  left: 10%; }

.swiper-button-next {
  right: 10%; }

.swiper-button-next,
.swiper-button-prev {
  opacity: 0;
  transition: opacity 1s; }

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  text-align: center;
  line-height: 80px;
  opacity: 1;
  transition: opacity 1s; }

.swiper-container {
  --swiper-navigation-color: #FFF;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 20px;
  /* 设置按钮大小 默认是44px */ }

@keyframes process {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
.home_game {
  width: 100%;
  padding: 0 0 70px;
  box-sizing: border-box; }
  .home_game .game_box {
    width: 100%; }
    .home_game .game_box .game_box_li {
      width: calc(100% - 40px) !important;
      border-radius: 20px;
      box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
      margin: 20px;
      overflow: hidden; }
      .home_game .game_box .game_box_li .game_banner {
        width: 100%;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px; }
      .home_game .game_box .game_box_li .game_infor {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 170px;
        padding: 0px 24px; }
        .home_game .game_box .game_box_li .game_infor .game_info_l {
          display: flex;
          padding: 20px 0;
          font-family: 'Poppins'; }
          .home_game .game_box .game_box_li .game_infor .game_info_l img {
            width: 110px;
            height: 110px;
            margin-right: 15px;
            border-radius: 20px; }
          .home_game .game_box .game_box_li .game_infor .game_info_l span {
            color: #888; }
            .home_game .game_box .game_box_li .game_infor .game_info_l span h3 {
              font-size: 28px;
              color: #000;
              font-family: 'PoppinsRegular'; }
            .home_game .game_box .game_box_li .game_infor .game_info_l span i {
              font-size: 24px;
              font-style: normal;
              font-family: 'PoppinsRegular'; }
            .home_game .game_box .game_box_li .game_infor .game_info_l span p {
              font-size: 24px;
              font-family: 'PoppinsRegular'; }
              .home_game .game_box .game_box_li .game_infor .game_info_l span p i {
                color: #b9bec1; }
        .home_game .game_box .game_box_li .game_infor .btntype {
          display: block;
          font-size: 26px;
          height: 65px;
          border-radius: 32px;
          border: none;
          text-align: center;
          line-height: 65px;
          padding: 0 20px;
          box-sizing: border-box;
          font-family: 'PoppinsRegular'; }
          .home_game .game_box .game_box_li .game_infor .btntype.download {
            color: #48a1e1;
            background-image: linear-gradient(to bottom, #dfebf7, #c2daef); }
          .home_game .game_box .game_box_li .game_infor .btntype.register {
            color: #e6965b;
            background-image: linear-gradient(to bottom, #fee4da, #fdcfbb); }

.home_news {
  width: 100%;
  padding: 0 0 100px;
  box-sizing: border-box;
  position: relative;
  background-image: linear-gradient(to bottom, #e5ebfc, 10%, #f0f3f4); }
  .home_news .lineBg_news {
    width: 100%;
    position: absolute;
    display: flex;
    top: -29px;
    left: 0;
    z-index: 9;
    justify-content: space-between; }
    .home_news .lineBg_news .lineBg_box {
      display: flex;
      flex: 1; }
      .home_news .lineBg_news .lineBg_box.lineBg_l .lineBg_l_span {
        flex: 1;
        border-right: 30px solid transparent;
        border-bottom: 30px solid #e5ebfc; }
      .home_news .lineBg_news .lineBg_box.lineBg_r .lineBg_r_span {
        flex: 1;
        border-left: 30px solid transparent;
        border-bottom: 30px solid #e5ebfc; }
  .home_news .home_news_cont .home_news_cont_l {
    width: calc(100% - 40px) !important;
    margin: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column; }
    .home_news .home_news_cont .home_news_cont_l img {
      border-radius: 15px;
      width: 100%;
      box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.225); }
    .home_news .home_news_cont .home_news_cont_l span {
      padding: 40px 20px 0; }
      .home_news .home_news_cont .home_news_cont_l span p {
        font-size: 24px;
        font-family: 'PoppinsRegular'; }
      .home_news .home_news_cont .home_news_cont_l span h3 {
        font-size: 36px;
        font-family: 'PoppinsSemiBold'; }

.game_about {
  height: 1000px;
  text-align: center;
  position: relative;
  background: url("../img/icon.png") repeat bottom, linear-gradient(to bottom, #FFF, #e2e4e3); }
  .game_about .charachter {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99; }
    .game_about .charachter img {
      width: 100%; }
  .game_about .lineBg_about {
    width: 100%;
    position: absolute;
    display: flex;
    top: -29px;
    left: 0;
    z-index: 9;
    justify-content: space-between; }
    .game_about .lineBg_about .lineBg_box {
      display: flex;
      flex: 1; }
      .game_about .lineBg_about .lineBg_box.lineBg_l .lineBg_l_span {
        flex: 1;
        border-right: 30px solid transparent;
        border-bottom: 30px solid #FFF; }
      .game_about .lineBg_about .lineBg_box.lineBg_r .lineBg_r_span {
        flex: 1;
        border-left: 30px solid transparent;
        border-bottom: 30px solid #FFF; }
  .game_about .game_abot_cont {
    display: flex;
    flex-direction: column;
    z-index: 999;
    position: absolute;
    width: 100%;
    padding-top: 50px; }
    .game_about .game_abot_cont h2 {
      font-size: 52px;
      font-family: 'PoppinsBold'; }
    .game_about .game_abot_cont p {
      font-size: 26px;
      font-family: 'PoppinsRegular';
      padding: 30px 0; }
    .game_about .game_abot_cont .learn {
      background-image: linear-gradient(to bottom, #eeeeef, #fefefe);
      border-radius: 40px;
      box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.225);
      width: 330px;
      margin: 0 auto;
      text-align: left;
      height: 80px;
      padding-left: 47px;
      line-height: 80px;
      font-size: 32px;
      color: #000;
      position: relative;
      font-family: 'PoppinsRegular';
      box-sizing: border-box; }
      .game_about .game_abot_cont .learn .learnArrow {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translate(0, -50%); }

.home_vip {
  background: url("../img/vip.jpg") no-repeat top center;
  box-sizing: border-box;
  height: 859px;
  text-align: center;
  position: relative; }
  .home_vip .home_vip_top {
    background: url("../img/vip_top.png") no-repeat top center;
    height: 45px;
    background-size: cover;
    width: 100%;
    position: absolute;
    top: -33px;
    z-index: 999;
    left: 0; }
  .home_vip .home_vip_cont {
    display: flex;
    flex-direction: column;
    z-index: 999;
    padding-top: 50px; }
    .home_vip .home_vip_cont h2 {
      color: #e2be9a;
      font-size: 52px;
      font-family: 'PoppinsBold';
      text-shadow: 0px -1px 0px #ffde98; }
    .home_vip .home_vip_cont p {
      color: #e6a360;
      font-size: 26px;
      font-family: 'PoppinsRegular';
      padding: 30px 0; }
    .home_vip .home_vip_cont .learn {
      background-image: linear-gradient(to bottom, #d5ad86, #e1bc98);
      border-radius: 40px;
      box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.225);
      width: 330px;
      margin: 0 auto;
      text-align: left;
      height: 80px;
      padding-left: 47px;
      line-height: 80px;
      font-size: 32px;
      color: #000;
      position: relative;
      box-sizing: border-box; }
      .home_vip .home_vip_cont .learn .learnArrow {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translate(0, -50%); }

@keyframes learnOpacity {
  from {
    color: rgba(0, 0, 0, 0); }
  to {
    color: black; } }
@keyframes learnAnimation {
  from {
    right: 160px; }
  to {
    right: 5px; } }
.swiper-button {
  width: 40px !important;
  height: 80px !important;
  background: rgba(0, 0, 0, 0.4); }
  .swiper-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    z-index: -1;
    opacity: 0;
    border-radius: 40px;
    transform: scale3d(0.1, 0.1, 0.1);
    transition: transform 1s, opacity 1s, border-radius 1s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .swiper-button:hover::before {
    opacity: 1;
    border-radius: 0px;
    transform: translate3d(0, 0, 0); }

.swiper-button-prev {
  left: 10% !important; }

.swiper-button-next {
  right: 10% !important; }

.swiper-button-next,
.swiper-button-prev {
  opacity: 0;
  transition: opacity 1s; }

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  text-align: center;
  line-height: 80px;
  opacity: 1;
  transition: opacity 1s; }

.swiper-container {
  --swiper-navigation-color: #FFF;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 20px;
  /* 设置按钮大小 默认是44px */ }

@keyframes process {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

/*# sourceMappingURL=home.css.map */
