html {
    font-size: 10px
}

body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei"
}

#top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.1rem;
    background-image: url("../images/Header_01.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 999;
}

.container {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    z-index: 0;
}

.kefu a {
    position: fixed;
    top: 1.5%;
    right: 2%;
    width: 1.6rem;
    height: 0.7rem;
    background-image: url("../images/telegram-join.webp");
    background-size: 100% 100%;
    z-index: 999;
}

.container .downBtn {
    position: absolute;
    top: 45%;
    left: 15%;
    width: 70%;
    height: 1.8rem;
    background-image: url("../images/teenpatticlub-dow.gif");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bannerBox {
    position: absolute;
    left: 3%;
    top: 57.5%;
    width: 92%;
    height: 3.4rem;
}

.banner {
    margin: 0 auto;
    width: 90%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide>img {
    width: 100%;
}

.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: 0.6rem;
}

.Rummy51Bonus_Notice_Slider::before {
    content: '';
    width: 0.5rem;
    height: 0.4rem;
    background: rgba(255, 255, 255, 0.245) url('../images/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; */
}