* {
    padding: 0;
    margin: 0;
}

html {
    font-family: "SourceHanSansCN", Arial;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100px;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

body {
    width: 6.8rem;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    word-wrap: break-word;
    word-break: keep-all;
    background-color: #2e3d77;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
}

.hide_down {
    display: none;
}

.container {
    width: 6.8rem;
    height: 19.46rem;
    margin: 0 auto;
    text-align: center;
}

.main {
    /* padding-top: 1.47rem;*/
    padding-bottom: 1.18rem;
}

.header {
    width: 6.8rem;
    height: 1.5rem;
    background: url('/kanz_v4_images/mp/header.png') no-repeat;
    background-size: 100% 100%;
    background-color: #49031c;
    position: fixed;
    z-index: 1000;
}

.logo {
    width: 1.56rem;
    height: 0.56rem;
    float: left;
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    background: url('/kanz_v4_images/mp/logo.jpg') no-repeat;
    background-size: 100% 100%;
}

    .logo img {
        width: 1.56rem;
        height: 0.56rem;
    }

.menu {
    color: #cf7779;
    font-size: 0.3rem;
    float: left;
    margin-top: 0.3rem;
    margin-left: 0.2rem;
}

    .menu a {
        color: #cf7779;
        margin-right: 0.1rem;
    }

    .menu img {
        height: 0.74rem;
        width: 1.86rem;
    }

.bg_down {
    width: 6.8rem;
    height: 1rem;
    margin: 0 auto;
    padding-top: 1.5rem;
}

    .bg_down a {
        vertical-align: middle;
    }

    .bg_down img {
        width: 4.96rem;
        height: 0.82rem;
    }

.bg_info {
    width: 6.8rem;
    text-align: center;
    font-size: 0.3rem;
    color: #c7d3ff;
    position: absolute;
    top: 5.8rem;
}

    .bg_info p {
        line-height: 0.4rem;
    }

    .bg_info span {
        line-height: 0.8rem;
        font-size: 0.3rem;
        color: #c7d3ff;
        font-weight: bold;
    }

.title {
    width: 6.8rem;
}

.title_bg {
    width: 5.74rem;
    height: 0.98rem;
    background: url('/kanz_v4_images/mp/title_bg.jpg') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

    .title_bg span {
        color: #ffc29a;
        font-size: 0.4rem;
        vertical-align: middle;
    }

.title1 {
    width: 6.8rem;
    height: 1.24rem;
    background: url('/kanz_v4_images/mp/title1.jpg') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.title2 {
    width: 6.8rem;
    height: 1.28rem;
    background: url('/kanz_v4_images/mp/title2.jpg') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.title3 {
    width: 6.8rem;
    height: 0.93rem;
    background: url('/kanz_v4_images/mp/title3.jpg') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.bg1 {
    width: 6.8rem;
    height: 7.58rem;
    background: url('/kanz_v4_images/mp/bg1.jpg') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.bg2 {
    width: 6.8rem;
    height: 7rem;
    background: url('/kanz_v4_images/mp/bg2.jpg') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.bg3 {
    width: 6.8rem;
    height: 2.42rem;
    background: url('/kanz_v4_images/mp/bg3.jpg') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.bg4 {
    width: 6.8rem;
    height: 2.06rem;
    background: url('/kanz_v4_images/mp/bg4.jpg') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}


/*.games {
    width: 6.80rem;  
    margin: 0 auto;
    overflow: hidden;
}
    .games img {
        width: 30.24rem;     
        height:3.14rem;
        object-fit: cover;
    }*/


.games {
    /* width: 100vw; 视口宽 */
    width: 6.80rem;
    overflow: hidden;
}

    .games .swiper-wrapper {
        width: max-content !important; /* 根据内容自动变宽 */
    }

    .games .swiper-slide {
        width: auto !important; /* 按图片实际宽度 */
    }

    .games img {
        display: block;
        /*height: 100%;  或 auto，看你要不要缩放 */
        height: 3.14rem;
    }



/*.games2 {
    width: 6.80rem;
    height: 6.7rem;
  
    margin: 0 auto;
    overflow: hidden;
}
    .games2 img {
        width: 6.48rem; 
        height:1322px;
    }*/

.games2 {
    /*height: 50vh;  播放区域高度 */
    height: 6.7rem;
    overflow: hidden;
}

    .games2 .swiper-wrapper {
        height: max-content !important; /* 让 wrapper 根据图片高度 */
    }

    .games2 .swiper-slide {
        height: auto !important; /* slide 按图片真实高度 */
    }

    .games2 img {
        width: 100%; /* 让图按宽度适应 */
        /* height: auto; 按真实高度撑开 */
        height: 13.22rem;
    }



.bg4_content {
    width: 3.8rem;
    font-size: 0.24rem;
    color: #c7d3ff;
    padding: 0.2rem;
}

.bg4_down {
    text-align: left;
    padding-left: 0.3rem;
}

    .bg4_down img {
        width: 2.84rem;
        height: 0.76rem;
    }


.content {
    height: 1.72rem;
    color: #c7d3ff;
    font-size: 0.28rem;
    padding-top: 0.2rem;
    padding-right: 0.3rem;
    padding-bottom: 0.2rem;
}

.content_pic img {
    width: 2rem;
    height: 1.72rem;
    float: right;
}

.content_text {
    padding: 0 0.3rem;
    line-height: 0.4rem;
    text-align: right;
}

.content_title {
    color: #ffd669;
    font-size: 0.3rem;
}




.service {
    width: 6.8rem;
    height: 1rem;
    background: url('/kanz_v4_images/mp/service_bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.service_app {
    float: left;
    margin-left: 0.1rem;
}

    .service_app img {
        width: 0.8rem;
        height: 1rem;
    }

.service_con {
    width: 2rem;
    font-size: 0.3rem;
    line-height: 0.3rem;
    float: right;
    color: #c7d3ff;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
}


.footer {
    width: 6.8rem;
    height: 1.5rem;
    font-size: .24rem;
    color: #8c8c8c;
    background-color: #232323;
    vertical-align: middle;
    text-align: center;
    background: url('/kanz_v4_images/mp/footer.png?v=1756373864252') no-repeat;
    background-size: 100% 100%;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
}

    .footer a {
        float: left;
        margin-top: 0.5rem;
        margin-left: 0.1rem;
    }

    .footer img {
        height: 0.78rem;
        width: 1.98rem;
    }

.f_bottom {
    padding-top: .3rem;
    display: block;
}

    .f_bottom a, .f_bottom span {
        font-size: .2rem;
        color: #8c8c8c;
    }

    .f_bottom a {
        text-decoration: none;
        padding-right: .25rem;
    }

.sideBar {
    width: 1.22rem;
    position: fixed;
    top: 3.7rem;
    right: 0;
    z-index: 99;
    padding-top: .1rem;
    border-radius: .05rem;
}

.qr {
    width: 1.48rem;
    text-align: -webkit-center;
}

    .qr img {
        width: 1.48rem;
        height: 2.08rem;
        display: inherit;
    }

.sideBar .tips {
    padding: .1rem;
    font-size: .16rem;
    color: #4c4c4c;
}
