@media (max-width:530px) {
    .mangoPopup-container-pc2H5-xzOG0{
        width: 100% !important;
        padding: 0 .1rem !important;
    }
    .container-wrapper-gUoUg{
        width: 100% !important;
    }
    .game-con-item-xhzTI{
        min-height: 100% !important;
    }
    .game-con-title-XS2yc{
        font-size: .2rem !important;
    }
    .game-Oo2TQ .van-tab{
        font-size: .163rem !important;
        margin: 0 !important;
        width: 1rem !important;
    }
    .game-Oo2TQ .van-tabs__line{
        width: .8rem !important;
        margin-left: -22px !important;
    }
    
    .svg-icon-UPCeJ{
        width: 25px !important;
    }
    .tabbar-item-text-W4NOD{
        font-size: .17rem;
    }
    .tabbar-item-svg-grnAx{
        width: .33rem !important;
    }
    .tabbar-item-con-AzeLp{
        height: 1.20rem;
    }
    .tabbar-wraps-zt3rO{
        height: 1rem !important;
    }
    .item-DBIdI *, .item-DBIdI font, .item-DBIdI p, .item-DBIdI span{
        font-size: .20rem !important;
    }
  
}
@media (max-width:400px) {
    .header-img-EE_Ik{
        height: 80%;
    }
}


.withdraw-jxyTr:focus{
    outline: 2px solid #04be02 !important;
}
#marqueeContent1{
    animation: translate linear 5s infinite backwards;
    animation-delay: 1.5s;
    
}
.error{
    padding-bottom: 10px;
}
.explain-error{
    color: rgba(250, 31, 31, 0.808);
    margin-top: -4px !important;
    font-size: 12px;
}
.conta,.pass{
    display: none;
}
.input-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 4px;
}
.input-group input{
    width: 100%;
    padding: .2rem 0;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    border: none;
    background-color: #fff;
}
@keyframes translate {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -420px;
    }
    
}
