html {
    font-size: 10px
}

body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei"
}

.container {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    z-index: 0;
}

.container .downBtn {
    position: absolute;
    top: 18.3%;
    left: 15%;
    width: 75%;
    height: 1.2rem;
    background-image: url("../img/btn_download.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: scale-img 0.9s linear infinite alternate;
}

.container .footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2rem;
    color: #ffffff;
}

.footer p {
    padding: 0;
    margin: 0;
}

.Rummy51Bonus_Notice_Slider {
    display: flex;
    justify-content: center;
    margin-top: 1.3rem;
}

.Rummy51Bonus_Notice_Slider::before {
    content: '';
    width: 0.5rem;
    height: 0.4rem;
    background: rgba(255, 255, 255, 0.245) url('../img/lb.png') no-repeat center;
    background-size: 50% 50%;
    border-radius: 4px 0 0 4px;
}

.Rummy51Bonus_Notice_Slider marquee {
    border-radius: 0 4px 4px 0;
    width: 89%;
    position: relative;
    background: rgba(255, 255, 255, 0.245);
    color: #fff;
    font-family: Sofia, sans-serif;
    font-weight: 600;
    font-size: 0.25rem;
    font-variant: small-caps;
    line-height: 0.4rem;
    /* border: 1px dashed #d60000; */
}

@keyframes scale-img {
    0% {
        transform: scale(1.12);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}