.alert_gift_new {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 19.2rem;
    height: 10.8rem;
    text-align: center;
    font-size: 0.32rem;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(7, 8, 10, 0.75) no-repeat center center;
    background-size: cover;
    z-index: 1000;
}

.agn_okbtn {
    width: 2.8rem;
    height: 0.78rem;
    border-radius: 0.39rem;
    line-height: 0.78rem;
    background: #2D2D2D;
    position: absolute;
    left: 6.48rem;
    bottom: 1.37rem;
}

.agn_closebtn {
    width: 2.8rem;
    height: 0.78rem;
    border-radius: 0.39rem;
    line-height: 0.78rem;
    background: #2D2D2D;
    position: absolute;
    right: 6.48rem;
    bottom: 1.37rem;
}

.agn_closebtn.focushover, .agn_okbtn.focushover {
    color: #252B31;
    background-image: -webkit-linear-gradient(90deg, #FDEBC2 0%, #D19C6A 100%);
    background-image: linear-gradient(90deg, #FDEBC2 0%, #D19C6A 100%);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
