

#banner {
    position: relative;
    width: 100%;
    height: 700px;
    text-align: center;
    z-index: 5;

}

#banner-swiper{
    text-align: center;
    height: 100%;
}
#banner .loading-cont{
    width: 100%;
    padding: 250px 0;
    text-align: center;

}
#banner .loading{
    vertical-align: middle;
}
#banner  #new-cont{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 100;
}
#banner .banner-btn{
    height: 50px;
    width: 32px;
    padding: 9px 0;
    opacity: 0.5;
    background: #4fafaa;
    cursor: pointer;
    transition: all .2s;

}
#banner .banner-btn:hover {
  opacity: 0.9;
}

#banner .banner-btn .iconfont{
    font-size: 22px;
    color: #fff;
}

#banner .banner-btn.banner-btn-prev{
    border-radius: 5px 0 0 5px;
    margin-right: 20px;

}

#banner .banner-btn.banner-btn-next{
    border-radius: 0 5px 5px 0;
}
#banner .banner-btn-prev.swiper-button-disabled,
#banner .banner-btn-next.swiper-button-disabled{
    background: #333;

}
#banner .banner-pagination{
    margin-left: 20px;
}
#banner  .banner-page-cont{
    margin-right: 88px;
    font-size: 20px;
    color: #999;
}
#banner .current-active{
    font-style: normal;
    font-size: 26px;
    color:  #4fafaa;

}

#banner .banner-swiper-slide .img-cont{
    display: block;
    position: relative;
    width:100%;
    height: 100%;
    z-index: 100;
}
#banner .banner-img{

    display: block;
    height: 100%;
    width: 100%;

}
#banner .img-cont{
    display: block;
}


.game-banner-cont #banner{
    height: 530px;
}

.game-banner-cont  #banner .loading-cont{
    padding: 165px;
}


/* 公告*/
#banner .news {
    position: static;
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
}
#newgong {
    width: auto;
    background: none;
}
#newgong #new-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#newgong #new-center #notice{
    position: static;
    float: none;
    margin-right: 10px;
}
#newgong .demolist{
    width: 870px;
}
#newgong .icon-gonggao{
    color: #999;
}
#newgong .newsgao ul li a{
    font-weight: normal;
    color: #666;
}