.owl-banner-index .item{
    position: relative;
}
.owl-banner-index .item .hand{
    position: absolute;
    left: 1.91rem;
    top: 2.51rem;
    width: 5rem;
    height: 7.5rem;
    background: url("../images/icon-hand.png") no-repeat;

}
.owl-banner-index .item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 8.22rem;
    /* background: rgba(0, 0, 0, .77); */
    background: url("../images/left-bg.png") no-repeat center;
    background-size: cover;

}
.owl-banner-index .banner-txt{
    position: absolute;
    left: 3.82rem;
    bottom: 1.95rem;
    width:9rem;
}
.owl-banner-index .banner-txt img{
    width: auto;
}

@media (max-width: 1440px) {
    .owl-banner-index .banner-txt img{
        max-width: 320px;
        
    }
    
}



.owl-banner-index .banner-txt .btn-more{
    background: #e74039;
    color: #fff;
    width: 3.86rem;
    height: 1.24rem;
    line-height: 1.24rem;
    display: inline-block;
    text-align: center;
    font-size: .4rem;
    margin-top: 1.9rem; 
    cursor:pointer;
}
.owl-banner-index .banner-txt .btn-more:hover{
    opacity: .8;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    background-color: #c3c3c3;
    margin-top: 0;
}

@media (max-width: 1280px) {
    .owl-banner-index .banner-txt img{
        max-width: 300px;

    }
    .owl-banner-index .banner-txt .btn-more{
        margin-top: 1rem;
    }
}
@media (max-width: 992px) {
    .owl-banner-index .banner-txt img{
        max-width: 280px;

    }
    .owl-banner-index .banner-txt{
        left: 1rem;
        bottom: 1rem;
    }
    .owl-banner-index .item::before{
        width: 6rem;
    }
    .owl-banner-index .banner-txt .btn-more{
        width: 3rem;
    }
}

@media (max-width: 768px) {
    .owl-banner-index .banner-txt img{
        max-width: 200px;

    }

    .owl-banner-index .item::before{
        width: 4rem;
    }

    .owl-banner-index .banner-txt .btn-more{
        width: 2rem;
        height: 1rem;
        line-height: 1rem;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    /* .owl-banner-index .banner-txt{
        bottom: .5rem;
    } */
    .owl-banner-index .banner-txt img{
        /* max-width: 150px; */
        max-height: 45px;


    }

    

    .owl-banner-index .banner-txt .btn-more{
        width: auto;
        height: auto;
        line-height: normal;
        margin-top: .5rem;
        font-size: 12px;
        padding: .2rem .4rem;
    }
}


.owl-theme .owl-dots{
    padding: .44rem 0;
}
.owl-theme .owl-dots .owl-dot {
    vertical-align: middle;
}
.owl-theme .owl-dots .owl-dot span{
    width: 20px;
    height: 20px;
    border: 2px solid #3a3a3a;
    background-color: transparent;
    position: relative;
    margin: 10px;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot span:hover,
.owl-theme .owl-dots .owl-dot.active span{
    background-color: transparent;
}

.owl-theme .owl-dots .owl-dot span:hover::after,

.owl-theme .owl-dots .owl-dot.active span::after{
    background-color: #e74039;
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -7px;
    border-radius: 50%;

}
@media (max-width: 992px) {
    .owl-theme .owl-dots{
        padding: .2rem 0;
    }
    
}

@media (max-width: 768px) {
    .owl-theme .owl-dots{
        padding: .1rem 0;
    }
    .owl-theme .owl-dots .owl-dot span{
        width: 12px;
        height: 12px;
        margin: 5px;
    }

    
    .owl-theme .owl-dots .owl-dot span:hover::after,    
    .owl-theme .owl-dots .owl-dot.active span::after{
        width: 8px;
        height: 8px;
        margin-left: -4px;
        margin-top: -4px;
    }
}

@media (max-width: 480px) {
    .owl-theme .owl-dots .owl-dot span{
        width: 8px;
        height: 8px;

    }

    .owl-theme .owl-dots .owl-dot span:hover::after,    
    .owl-theme .owl-dots .owl-dot.active span::after{
        width: 4px;
        height: 4px;
        margin-left: -2px;
        margin-top: -2px;
    }
    
}


/* games */
.section-games a{
    display: block;
    position: relative;
}
.section-games a:hover .img-wrap::after{
    background: #e74039;
    width: 100%;

}
.section-games .img-wrap{
    position: relative;
}
.section-games .img-wrap::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0%;
    height: 8px;
    background: transparent;
    transition: all .4s ease-in-out;
}
.section-games .img-wrap img{
    max-width: 100%;
}

.section-games .txt-wrap{
    text-align: center;
    font-size: .44rem;
    padding-bottom: .8rem;
}
.section-games .txt-wrap h2{
    font-size: .66rem;
    color: #333;
    text-transform: capitalize;
    padding: .7rem 0 .45rem 0;
}

.section-games .txt-wrap p{
    color: #666;
}

.section-games .game-shadow{


    display: -moz-box;  
    display: -ms-flexbox;   
    display: -webkit-box;    
    display: -webkit-flex;  
    display: flex;



    /* 垂直居中  align-items*/
    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;


    /* 水平居中 justify-content */
    justify-content: center;
    -webkit-Box-pack: center;  
    -webkit-justify-content:center;
    -moz-box-pack:center;
    
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    background-image: linear-gradient(180deg,transparent,#000);
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
}
.section-games .game-shadow .layui-btn{
    width: 3.15rem;
    height: 1.22rem;
    line-height: 1.22rem;

    padding: 0;
    background-color: #fff;

    border-radius: 4px;
    color: #e74039;
    text-transform: uppercase;
    font-size: 14px;
    
}
.section-games .showtxt{
    position: absolute;
    right: 20px;
    bottom: 20px;
    
}
.section-games .showtxt1{
    bottom: 1rem;
}
/* .section-games  .showtxt1{
    right: .66rem;
    bottom: .9rem;
} */

@media (max-width: 1024px) {

    .section-games .showtxt img{
        max-width: 180px;
    }
    
}

@media (max-width: 680px) {
    .section-games .showtxt img{
        width: 140px;
    }

    .section-games .showtxt{
        bottom: 10px;
    }
    .section-games .showtxt1{
        bottom: .5rem;
    }
    
}
@media (max-width: 480px) {
    .section-games .showtxt img{
        width: 90px;
    }
    
    .section-games .layui-btn{
        font-size: 12px;
        padding: 0 .4rem;
        height: 1rem;
        line-height: 1rem;
        width: auto;
    }
}
.section-games a:hover .game-shadow{
    opacity: 1;
}
.section-games a:hover .showtxt{
    
    
    z-index: 999;
}

/* about */
.section-about{
    line-height: 36px;
    font-size: .44rem;
    text-align: center;
    padding-bottom: 1.3rem;
    color: #fff;
    background-size: cover!important;
    background: url("../images/about-bg.jpg") no-repeat center;
}

.section-about p:nth-child(3){
    margin: .5rem 0;
}



@media (max-width: 992px) {
    .section-games .txt-wrap h2{
        font-size: .56rem;
        padding-bottom: .3rem;
        padding-top: .5rem;
    }
    .section-games .txt-wrap{
        font-size: 15px;
        padding-bottom: .2rem;
    }
    .section-games{
        padding-bottom: .7rem;
    }
    .section-about{
        font-size: .4rem;
    }
}


@media (max-width: 660px) {
    .section-about{
        line-height: 30px;
        padding-bottom: .8rem;
    }
    .section-about p:nth-child(3){
        margin: .2rem 0;
    }

    .section-games .img-wrap::after{
        height: 4px;
        bottom: -4px;
    }
    
}


@media (max-width: 480px) {
    .section-about{
        font-size: 14px;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        line-height: 24px;
    }
    .section-about p:nth-child(3){
        margin: 0;
    }
    .section-games .img-wrap::after{
        height: 2px;
        bottom: -2px;
    }
    
    .layui-col-space30>*{
        padding: 10px;
    }

    .layui-col-space30{
        margin: -10px;
    }

    .section-games .txt-wrap h2{
        font-size: 16px;
        padding-bottom: .12rem;
    }
    .section-games .txt-wrap{
        font-size: 11px;
        padding-bottom: 0;
    }
}




