.gamebox div{
    z-index: -1 !important;
}
.gamebox .layui-carousel>[carousel-item]:before {
    z-index: -10 !important;
}
.btn-wrap {
    width: 100%;
    position: fixed;
    bottom: 60px;
    left: 0;
    z-index: 100;
   
}
.btn-items{
    display: flex;
    justify-content: space-around;
}
.btn-con{
    width:200px ;
    text-align: center;
    
}
.btn-a{
    width: 200px;
    height: 60px;
    line-height: 60px;
    background-color: #fca52a;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
}
.anzhuo{
    position: relative;
}
.anzhuo .anzhuoewm{
    display: none;
}
.anzhuoewm{
    width: 200px;
    height: 200px;
    border: 1px solid rgb(208, 255, 0);
    box-shadow:0 0 5px 1px  rgb(107, 255, 255);
}
.anzhuoewm img{
    width: 100%;
    height: auto;
}
.anzhuo:hover .anzhuoewm{
    display: block;
}
.anzhuoewm{
    position: absolute;
    top:-205px;
    
}
.return{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
}
.btn-home{
    display:inline-block;
    padding: 5px 10px;
    color: #f89d27;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgb(252, 214, 0);
    transition: all 0.3s;
}
.btn-home:hover{
    transform: translateY(-5px);
}
.return-img{
    display: inline-block;
    background: url(../img/return.png) no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
}
@media (max-width:608px){
    .btn-items{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

