.top-nav{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    /* -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: #17183a; */
    /* 必须设置背景背景透明度 */
    background: #fff;
    color: #000000;
}
.flexbox{
    display: flex;
    align-items:center;
    padding: 0 20px;
}
.top-nav .logo{
    height: 50px;
    padding-right: 20px;
}
.top-nav a{
    text-decoration: none;
   font-size: 22px;
    line-height: 50px;
    height: 50px;
    margin: 0 10px;
    color: #000;
    font-weight: bold;
}
.top-nav .xj{
    width: 26px;
}
/* 轮播图 */
.bigTitle {
    font-size: 60px;
    color:#6000ff;
    font-weight: bold;
    
    font-style: italic;
    margin: 20px 96px;
}
.lunbo .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background:#fff !important;
}
.swiper-pagination-bullet-active{
    background: #fff !important;
    
}
.swiper-slide{
    background-size: cover !important; 
    color: #fff;
}
.swiper-slide1{
    /* background: url(../images/banner3.jpeg) no-repeat center; */
}
.swiper-slide2{
    /* background: url(../images/banner2.jpeg) no-repeat center; */
}
.swiper-slide3{
    /* background: url(../images/banner1.jpeg) no-repeat center; */
}
/* .swiper-slide:nth-child(1){
    background: url(../images/banner2.jpeg) no-repeat center;
    background-size: cover;
    color: #fff;
}
.swiper-slide:nth-child(2){
    background: url(../images/banner3.jpeg) no-repeat center;
    background-size: cover;
    color: #fff;
} */
.swiper-slide h1{
    font-size: 55px;
    /* font-weight: bold; */
    word-spacing: 16px;
    text-shadow: 0 0 4px #32003C;
    padding-bottom: 40px;
}
.swiper-slide p{
    font-size: 30px;
    text-shadow: 0 0 4px #32003C;
}
/* 游戏区域 */
.games-content{
    border-top: 6px solid #F97A24;
    /* border-bottom: 6px solid orange; */
    display: flex;
    padding: 50px;
    align-items: center;
    background: #232447;
    color: #e1cbcb;
}
.games-content .left{
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.games-content .left img{
    width: inherit;
    transition: all .3s;
    width: auto;
    height: 300px;
}
.games-content .left:hover img{
    transform: scale(1.2);
}
.games-dec {
    text-align: left;
    flex: 1;
    flex-shrink: 0;
}
.games-dec h3{
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 3rem;
    display: inline-block;
    border-bottom: 2px solid #fff;
}
.games-dec p{
    font-size: 2rem;
    line-height: 2;
}
/* @media screen and (max-width: 992px) {
    html {
      font-size: 12px;
    }
    .games-content .left{
        width: 100%;
        height: auto;
    }
    .games-dec{
        width: 100%;
    }
  } */

  /* 定制化 */
  .dingzhihua .left{
    margin-right: 0;
  }
  .dingzhihua .games-dec{
    text-align: right;
  }
  .dingzhihua .games-dec p{
    text-align: left;
  }
  .tuiguang .games-dec{
    text-align: left;
  }

  @media screen and (max-width:991px) {
    .games-content .left{
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .games-content2 .left{

        margin-top: 30px;
        margin-bottom: 0;
    }
  }