html {
    font-size: 10px
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    background-color: #141416;
    font-family: "Microsoft YaHei"
}

.container {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    z-index: 0;
}

#top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background-image: url("../img/teen-patti-fun_header.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 999;
}

.kefu a {
    position: fixed;
    top: 0.9%;
    right: 4%;
    width: 0.8rem;
    height: 0.8rem;
    background-image: url("../img/btn_advisory.png");
    background-size: 100% 100%;
    z-index: 999;
}

.container .downBtn {
    position: absolute;
    top: 40.5%;
    left: 7%;
    width: 90%;
    height: 1.3rem;
    background-image: url("../img/btn_download.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: zoomInOut 2s infinite;
}

.container .downNum {
    position: absolute;
    top: 50.5%;
    right: 37%;
    width: 2rem;
}

.bannerBox {
    position: absolute;
    top: 57.5%;
    left: 3%;
    width: 92%;
    height: 3.4rem;
}

.banner {
    margin: 0 auto;
    width: 90%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide>img {
    width: 100%;
}

.container .footer {
    top: 90%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1.6rem;
}

.Notice_Slider {
    display: flex;
    justify-content: center;
    margin-top: 0.35rem;
}

.Notice_Slider::before {
    content: '';
    width: 0.5rem;
    height: 0.35rem;
    background: rgba(255, 255, 255, 0.245) url('../img/lb.png') no-repeat center;
    background-size: 50% 50%;
    border-radius: 4px 0 0 4px;
}

.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.35rem;
    /* border: 1px dashed #d60000; */
}

.footer .links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.webLink {
    margin-top: 0.18rem;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    font-size: 0.25rem;
}

.linkInfo {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.footer p {
    padding: 0;
    margin: 0;
}

@keyframes zoomInOut {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
}