#banner {
    width: 100%;
    background-color: #11151C;
}
#banner .scroll{
    background-color: white;
    margin: 0 auto;
    overflow-x: hidden;
}
ul,ol,li,div{
    margin:0;
    padding:0
}
ul,ol{
    list-style:none
}
#banner .ft-carousel{
    position:relative;
    width: 100%;
    z-index:1;
    padding-bottom: 48%;
}
#banner .ft-carousel .carousel-inner{
    position:absolute;
    left:0;
    top:0;
    height:100%
}
#banner .ft-carousel .carousel-inner .carousel-item{
    float:left;
    height:100%;
    width: 100%;
}
#banner .ft-carousel .carousel-item img{
    display: inline-block;
    height: auto;
    width: 100%;
}
#banner .ft-carousel .carousel-indicators{
    position:absolute;
    left: 0;
    bottom:10%;
    width:100%;
    margin: 0 auto;
}
#banner .ft-carousel .carousel-indicators span{
    display:inline-block;
    width:80px;
    height:10px;
    background-color:#fff;
    margin:0 10px;
    border-radius: 5px;
    cursor:pointer;

}
#banner .ft-carousel .carousel-indicators span.active{
    background-color: #747984;
}
#banner .ft-carousel .carousel-btn{
    position:absolute;
    top:50%;
    width:50px;
    height:45px;
    margin-top:-25px;
    cursor:pointer
}

#banner .middle{
    display: flex;
    position: absolute;
    bottom: 23%;
    left: 0;
    width: 100%;
    height: 75px;
    justify-content: center;
}
#banner .middle .download {
    margin-right: 50px;
}

#banner .middle .download img,a img{
    max-width: 100%;
    height: auto;
}

    /*超低延迟*/
#low-delay{
    width: 100%;
    background-color: white;
    overflow: hidden;
}
#low-delay .low-delay{
    width: 100%;
    height: 100%;
}
#low-delay .low-delay .top{
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#low-delay .low-delay .top .pic{
    position: relative;
}
#low-delay .low-delay .top .pic img{
    width: 100%;
}
#low-delay .low-delay .top .pic text{
    font-size: 2vw;
    font-weight: bold;
}
#low-delay .low-delay .top .text{
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2vw;
}
#low-delay .low-delay .middle{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#low-delay .low-delay .middle .img{
    position: relative;
    max-width: 100%;
    height: auto;
}
#low-delay .low-delay .middle .img span {
    position: absolute;
    bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}
#low-delay .low-delay .middle .img .one{
    right: 88px;
}
#low-delay .low-delay .middle .img .two{
    right: 106px;
}
#low-delay .low-delay .middle .img .three{
    right: 106px;
}
#low-delay .low-delay .middle .img .four{
    left: 88px;
}
#low-delay .low-delay .middle .blank{
    width: 10px;
    background-color: white;
    height: 100%;
}
#low-delay .low-delay .bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 320px;
}
#low-delay .low-delay .bottom .delay-box {
    position: relative;
}
#low-delay .low-delay .bottom .delay-box img{
    max-width: 100%;
    height: auto;
}
#low-delay .low-delay .bottom .delay-box .text{
    width: 85%;
    position: absolute;
    top: 30px;
    left: 100px;
}
#low-delay .low-delay .bottom .delay-box .text p{
    font-size: 0.8vw;
    width: 100%;
}
#low-delay .low-delay .bottom .delay-box .text .title{
    font-size: 1.6vw;
    margin-bottom: 1rem;
}

/*热门游戏*/
#hot-game{
    width: 100%;
    background-color: #1B1B1B;
}
#hot-game .zy-slide{
    position:relative;
    width:63%;
    height: 100%;
    display: flex;
    justify-content: left;
    z-index: 1;
}
#hot-game .zy-slide .zy-prev,.zy-next{
    position: absolute;
    top:45%;
    width:40px;
    height:80px;
    margin-top:-40px;
    line-height:80px;
    text-align:center;
    font-size:13px;
    cursor: pointer;
}
#hot-game .zy-slide .zy-prev{
    left:-60px
}
.zy-slide .zy-next{
    right:-60px
}
#hot-game .zy-slide ul{
    position:relative;
    width:100%;
    display: flex;
    justify-content: center;
    padding-bottom: 45%;
    margin-bottom: 5%;
}
#hot-game .zy-slide .baner-item{
    position:absolute;
    width:0;
    height:0;
    list-style:none;
    background-color:#000;
    border-radius:5px
}
#hot-game .zy-slide .baner-item img{
    width:100%;
    height:100%
}
#hot-game .zy-slide .baner-item .name{
    position: absolute;
    bottom: 23px;
    left: 40%;
    color: white;
    font-size: 18px;
}

#hot-game .hot-game{
    width: 100%;
    height: 100%;
}
#hot-game .hot-game .top{
    width: 100%;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#hot-game .hot-game .top .pic text{
    font-size: 2vw;
    font-weight: bold;
    color: white;
}
#hot-game .hot-game .top .text{
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 2vw;
    color: white;
}
#hot-game .hot-game .middle{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*特惠充值*/

#recharge{
    width: 100%;
    height: 800px;
    background-color: white;
}
#recharge .recharge{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#recharge .recharge .top{
    width: 100%;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: black;
}
#recharge .recharge .top .pic text{
    font-size: 2vw;
    font-weight: bold;
    color: white;
}
#recharge .recharge .top .text{
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 2vw;
    color: white;
}
#recharge .recharge .middle{
    background-color: #2E2E2E;
    width: 100%;
    height: 610px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#recharge .slider{
    width:100%;
    min-width:1920px;
    height:550px;
    position:relative;
    overflow:hidden;
    text-align:center;
    background-color: #2E2E2E;
}
#recharge .slider .bd{
    width:100%;
    position:absolute;
    left:50%;
    margin-left:-490px
}
#recharge .slider .bd li{
    width:940px;
    overflow:hidden;
    background-color: #313131;
    height: 550px;
    margin: 0 8px;
}
#recharge .slider .bd li .item{
    width: 940px;
    height: 550px;
    border: 4px solid #666666;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
#recharge .slider .bd li .wechat{
    flex-direction: column;
}
#recharge .slider .bd li .wechat p{
    margin-top: 20px;
}
#recharge .slider .bd li .wechat p:first-child{
    font-size: 30px;
}
#recharge .slider .bd li .wechat p:nth-child(2){
    font-size: 18px;
}
#recharge .slider .bd li .wechat p:nth-child(3){
    font-size: 15px;
}
#recharge .slider .bd li .wechat img{
    margin-top: 20px;
}
#recharge .slider .bd li .plan{
    position: relative;
}
#recharge .slider .bd li .package img{
    width: 198px;
}
#recharge .slider .bd li .package .plan .plan-name{
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 30px;
    font-weight: bold;
    width: 198px;
    text-align: center;
    color: white;
}
#recharge .slider .bd li .package .plan .plan-price{
    position: absolute;
    top: 160px;
    left: 0;
    font-size: 30px;
    font-weight: bold;
    width: 198px;
    text-align: center;
}
#recharge .slider .bd li .package .plan .plan-time{
    position: absolute;
    top: 220px;
    left: 0;
    font-size: 17px;
    width: 198px;
    text-align: center;
}
#recharge .slider .bd li .package .plan .plan-intro{
    position: absolute;
    top: 260px;
    left: 0;
    font-size: 15px;
    width: 198px;
    text-align: center;
    color: black;
    padding: 0 10px;
}
#recharge .slider .tempWrap{
    overflow:visible !important
}
#recharge .slider .tempWrap ul{
    margin-left:-940px !important;
}
#recharge .slider .hd{
    position:absolute;
    width:100%;
    left:0;
    z-index:1;
    height:8px;
    bottom:20px;
    text-align:center;
}
#recharge .slider .hd li{
    display:inline-block;
    *display:inline;
    zoom:1;
    width:8px;
    height:8px;
    line-height:99px;
    overflow:hidden;
    background-color: #a7a7a7;
    margin:0 5px;
    cursor:pointer;
    filter:alpha(opacity=60);
    opacity:0.6;
    border-radius: 4px;
}
#recharge .slider .hd li.on{
    width: 29px;
    background-position:0 0;
    filter:alpha(opacity=100);
    opacity:1;
}
#recharge .slider .pnBtn{
    position:absolute;
    z-index:1;
    top:0;
    width:100%;
    height:550px;
    cursor:pointer;
}
#recharge .slider .prev{
    left:-50%;
    margin-left:-486px;
    filter:alpha(opacity=60);
    opacity:0.6;
}
#recharge .slider .next{
    left:50%;
    margin-left:493px;
}
#recharge .slider .pnBtn .blackBg{
    display:block;
    position:absolute;
    left:0px;
    top:4px;
    width:100%;
    height:542px;
    background:#313131;
    filter:alpha(opacity=50);
    opacity:0.5;
}
#recharge .slider .pnBtn .arrow{
    position:absolute;
    top:0;
    z-index:1;
    width:100px;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#recharge .slider .pnBtn .arrow:hover{
    filter:alpha(opacity=60);
    opacity:0.6;
}
#recharge .slider .prev .arrow{
    right:0;
}
#recharge .slider .next .arrow{
    left:0;
}

/*游戏资讯*/
#game-info{
    width: 100%;
    height: 700px;
    background-color: #F9F9F9;
}
#game-info .game-info{
    width: 100%;
    height: 100%;
}
#game-info .game-info .top{
    width: 100%;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.top .black-decorate{
    background-image: url("/style/images/index/black-decorate.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 63%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top .white-decorate{
    background-image: url("/style/images/index/white-decorate.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 63%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#game-info .game-info .top .pic text{
    font-size: 2vw;
    font-weight: bold;
    color: black;
}
#game-info .game-info .top .text{
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 2vw;
    color: black;
}
#game-info .game-info .middle{
    width: 100%;
    height: 510px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#game-info .game-info .middle .item{
    width: 15%;
    height: 400px;
    background-color: white;
    border-radius: 10px;
}
#game-info .game-info .middle .item img {
    width:100%;
    height: auto;
}
#game-info .game-info .middle .item .game-name{
    width: 100%;
    height: 60px;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
#game-info .game-info .middle .item .game-intro{
    width: 80%;
    margin: 0 auto;
    font-size: 1.3rem;
}
@keyframes move {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(.8);
    }
}
