body {
    background: #000 !important;
    color: gold;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    min-height: 100vh;
}

#swwrap {
    padding: 10px;
    border-radius: 5px;
}

.gameImg {
    display: none;
}

.siwow .logo {
    width: 30.6vw !important;
    margin: 6.66667vw 0;
}

.qr-container {
    z-index: 99;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
    color: #111;
}

.qr-box {
    padding: 50px 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    font-size: 24px;
    width: 300px;
    height: auto;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.suit-container {
    border: 1px solid red;
    padding: 5px;
    width: 300px;
    border-radius: 20px;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.swiper-slide {
    flex: 0 0 100%;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 13px;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 5px;
    background-color: gray;
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background-color: #007aff;
    opacity: 1;
}

body{font-size:4.26667vw;background-color:#f8f8f8;-webkit-font-smoothing:antialiased;margin:0}body img{width:100%}

.rated18 {
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    width: 1rem;
    height: auto;
    object-fit: contain;
}