a:hover {
    text-decoration: none !important;
    color: #b62b2b !important;
}

.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;
}
/*  2026.5.6 增加s*/
.old-new{
    position: relative;
    cursor: pointer;
    
}

.old-new-btn {
    position: absolute;
    width: 150px;
    height: 48px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1cc88a;
    color: white;
    border: none;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    
}
 /* 左边按钮颜色 */
.old-btn {
    background: #36b9cc;
}

/* 右边按钮颜色 */
.new-btn {
    background: #ffd900;
    color: #d80000;
}
.old-new:hover .old-btn {
    opacity: 1;
    visibility: visible;
    transform: translate(-101%, -65px); /* 向左上滑出 */
}
.old-jianjie{
    display: none;
    position: absolute;
    padding: 8px 10px;
    background: #fff;
    border-radius: 10px;
    font-size: 12px;
    color: #ff0000;
    
}
.old-jianjie::before{
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 45%;
    top:-8px;
    background-color: #ffffff;
    transform: rotate(45deg);

}
.old-btn:hover~.old-jianjie{
    display: block;
    transform: translate(-50%, -58px);
}
.old-new:hover .new-btn {
    opacity: 1;
    visibility: visible;
    transform: translate(1%, -65px); /* 向右上滑出 */
}
/*  2026.5.6 增加e*/
@media (max-width:608px){
    .btn-items{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    }

