body {

    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.no-copy {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.web-yincang {
    display: none;
}

.web-top {
    width: 100%;
    height: 95px;
    flex-shrink: 0;
    background: #5191FF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.web-top-mid {
    width: 100%;
    max-width: 1200px;
    height: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.web-top-mid-left {
    width: 160px;
}

.web-top-mid-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.web-top-mid-right>a {
    width: 114px;
    height: 36px;
    border-radius: 8px;
    background: #fff;
    color: #5191FF;
    text-decoration: none;
    line-height: 36px;
    text-align: center;
    margin-left: 20px;
}

.web-bg {
    width: 100%;
    height: 100vh;
    background: url(../images/bg.jpg) center top no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.web-mb {
    width: 1200px;
    margin-top: 30px;
}

.mb-top {
    display: none;
}

.web-mb-top {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.web-mb-top-left {
    width: 100%;
}

.web-mb-top-left-1 {
    width: 100%;
    height: 345px;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(23, 66, 141, 0.2118);
    margin-bottom: 10px;
    border-radius: 16px;
}

.web-title {
    height: 40px;
    margin-left: 20px;
    line-height: 40px;
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    color: #5191FF;
    font-weight: 600;

}

.web-title-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.web-mb-top-left-1-title-xianlu {
    width: 100%;
    margin-top: 15px;
}

.web-mb-top-left-1-title-xianlu-list {
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 20px;
}

.web-mb-top-left-1-title-xianlu-list-left {

    width: 180px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    flex-shrink: 0;
    line-height: 36px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-left: 20px;
}

.web-mb-top-left-1-title-xianlu-list-left>img {
    margin-right: 5px;
}

.web-mb-top-left-1-title-xianlu-list-jiantou {
    width: 36px;
    height: 36px;
    margin: 0 10px;
}

.web-mb-top-left-1-title-xianlu-list-ms {
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
}

.ms {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #2FC50C;
    margin: 0 10px;
}

.ms>img {
    margin-right: 5px;
}





.web-mb-top-left-1-title-xianlu-list-button {
    width: 140px;
    height: 36px;
    border-radius: 8px;
    background: #5191FF;
    line-height: 36px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    flex-shrink: 0;
    margin-right: 20px;
}

.web-mb-top-left-1-title-xianlu-list-button:hover {
    background: #3567be;
}

.web-mb-top-left-2 {
    width: 100%;
    height: 136px;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(23, 66, 141, 0.2118);
    margin-bottom: 20px;
    border-radius: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.web-mb-top-left-2-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #5191FF;
}

.web-mb-top-left-2-list>img {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
}



.web-mb-top-left-3 {
    width: 100%;
    height: 184px;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(23, 66, 141, 0.2118);
    margin-bottom: 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

.web-mb-top-left-3-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #5191FF;

}

.web-mb-top-left-3-cent {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    overflow: hidden;
    margin-top: 15px;
    padding: 0 10px;

}

.web-mb-top-left-3-list>img {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
}



.web-mb-top-right {
    width: 386px;
    height: 704px;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(23, 66, 141, 0.2118);
    border-radius: 16px;

}

.web-mb-top-right-cont {
    width: 346px;
    height: 624px;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;

}

.web-mb-top-right-cont-a {
    width: 346px;
    border-radius: 16px;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

.web-mb-top-right-cont-a>img {
    width: 346px;
    object-fit: cover;
    border-radius: 16px;
}

.xianlu-shuaxin {
    margin: 0 20px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #5191FF;
    border-radius: 8px;
    color: #5191FF;
    cursor: pointer;
}

.xianlu-shuaxin>img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.xianlu-shuaxin:hover {
    background: #5191FF;
    border: 1px solid #5191FF;
    color: #fff;
}


.web-mb-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.web-mb-bottom>div {
    width: 386px;
    height: 199px;
    border-radius: 16px;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(23, 66, 141, 0.2118);
}

.web-mb-bottom-1-cont {
    height: 124px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.web-mb-bottom-1-cont-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.web-mb-bottom-1-cont-list-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.web-mb-bottom-1-cont-list-left>img {
    margin-right: 5px;
}

.web-mb-bottom-1-cont-list>a {
    width: 86px;
    height: 26px;
    border-radius: 16px;
    background: #5191FF;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.web-mb-bottom-2-cont {
    width: 100%;
    height: 124px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.web-mb-bottom-3-cont {
    padding: 0 20px;
}

.mb-bottom-f {
    display: none;
}

.web-mb-bottom-icon {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
    .no-copy {
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    .web-bg {
        width: 100%;
        height: 100vh;
        background: url(../images/bg.jpg) center no-repeat;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .web-mb {
        width: 95%;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .mb-top {
        display: block;
        width: 100%;

    }

    .mb-top-banner {
        width: 100%;
        position: relative;
    }

    .banner-carousel {
        position: relative;
        width: 100%;
        height: 16rem;
    }



    .banner-slide {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 0.8s ease-in-out;
    }

    .banner-slide>img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .banner-slide.active {
        opacity: 1;
    }

    /* 滚动行样式 */
    .scroll-row {
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .scroll-content {
        display: flex;
        width: 200%;
        animation-duration: 20s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    /* PC端自适应样式 */
    @media only screen and (min-width: 1201px) {
        .scroll-content {
            animation-duration: 25s;
            /* PC端稍慢一些 */
        }

        .scroll-content .web-mb-top-left-3-list {
            min-width: 120px;
            /* PC端稍宽一些 */
            margin-right: 20px;
        }
    }

    /* 平板端适配 */
    @media only screen and (max-width: 1200px) and (min-width: 768px) {
        .scroll-content {
            animation-duration: 22s;
        }

        .scroll-content .web-mb-top-left-3-list {
            min-width: 110px;
            margin-right: 18px;
        }
    }

    /* 手机端适配 */
    @media only screen and (max-width: 767px) {
        .scroll-content {
            animation-duration: 18s;
            /* 手机端稍快一些 */
        }

        .scroll-content .web-mb-top-left-3-list {
            min-width: 90px;
            margin-right: 12px;
        }
    }

    /* 向左滚动 */
    .scroll-left .scroll-content {
        animation-name: scrollLeft;
    }

    /* 向右滚动 */
    .scroll-right .scroll-content {
        animation-name: scrollRight;
    }

    /* 滚动动画关键帧 */
    @keyframes scrollLeft {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    @keyframes scrollRight {
        0% {
            transform: translateX(-50%);
        }

        100% {
            transform: translateX(0);
        }
    }

    /* 调整游戏列表项样式 */
    .scroll-content .web-mb-top-left-3-list {
        flex-shrink: 0;
        margin-right: 15px;
        flex-direction: column;
        min-width: 100px;
    }

    /* 轮播样式 */
    .carousel-container {
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 12px;
    }

    .carousel-wrapper {
        position: relative;
        width: 100%;
        height: 200px;
    }

    .carousel-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }

    .carousel-slide.active {
        opacity: 1;
    }

    .carousel-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }

    .carousel-indicators {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 8px;
        z-index: 10;
    }

    .indicator {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .indicator.active {
        background: #5191FF;
    }

    .carousel-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 20px;
        cursor: pointer;
        transition: background 0.3s ease;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-btn:hover {
        background: rgba(0, 0, 0, 0.7);
    }

    .carousel-btn.prev {
        left: 15px;
    }

    .carousel-btn.next {
        right: 15px;
    }

    .mb-top-button {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 20px;
    }

    .mb-top-button-a {
        width: 28%;
        height: 40px;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #5191FF;
        text-decoration: none;
        border-radius: 8px;
        background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
        box-sizing: border-box;
        border: 1px solid #FFFFFF;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.102);
    }

    .mb-top-button-a>img {
        margin-right: 10px;
    }

    .mb-top-banner>img {
        width: 100%;
        object-fit: contain;

    }

    .web-mb-top {
        display: flex;
        flex-direction: column;
        height: auto;


    }

    .web-mb-top-left {
        width: 100%;
        height: auto;
    }

    .mb-yincang {
        display: none;
    }

    .web-yincang {
        display: block;
    }

    /* PC端web-yincang自适应样式 */
    @media only screen and (min-width: 1201px) {
        .web-yincang {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .web-yincang .scroll-row {
            margin-bottom: 15px;
        }
    }

    .web-mb-top-right {
        display: none;
    }

    .web-mb-top-left>div {
        width: 100%;
    }

    .web-mb-top-left-3-cent {
        display: flex;
        flex-wrap: wrap;
    }

    .web-mb-top-left-2 {
        width: 95%;
        height: 280px;
        display: flex;
        flex-wrap: wrap;
    }

    .web-mb-top-left-2>div {
        width: 30%;
    }

    .web-mb-bottom {
        display: flex;
        flex-direction: column;
        margin-top: 0px;

    }



    .web-mb-bottom>div {
        width: 100%;
        margin-bottom: 20px;
    }

    .web-mb-top-left-1 {
        margin-top: 60px;
    }

    .web-mb-top-left-1-title-xianlu-list-ms {
        margin-left: 20px
    }

    .web-mb-top-left-1-title-xianlu-list-button {
        width: 110px;
    }

    .web-mb-top-left-3 {
        height: auto;
    }

    .web-title {
        display: flex;
        justify-content: center;
        margin-left: -20px;
    }



    .web-top-mid {
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .web-top {
        height: 60px;
    }

    .web-top-mid-left {
        width: 120px;
        margin-left: 20px;
    }

    .web-top-mid-left-more {
        width: 26px;
        height: 26px;
        margin-right: 20px;
        background: url(../images/more.png) center no-repeat;
        background-size: contain;
        cursor: pointer;
    }

    /* 移动端导航菜单样式 */
    .mobile-nav-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
    }

    .mobile-nav-menu.active {
        visibility: visible;
        opacity: 1;
    }

    .mobile-nav-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .mobile-nav-content {
        position: absolute;
        top: 0;
        right: 0;
        width: 280px;
        height: 100%;
        background: linear-gradient(180deg, #5191FF 0%, #4A7FE7 100%);
        transform: translateX(100%);
        transition: transform 0.3s ease;
        overflow-y: auto;
    }

    .mobile-nav-menu.active .mobile-nav-content {
        transform: translateX(0);
    }

    .mobile-nav-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .mobile-nav-logo {
        height: 40px;
    }

    .mobile-nav-close {
        color: white;
        font-size: 30px;
        cursor: pointer;
        line-height: 1;
        padding: 5px;
    }

    .mobile-nav-items {
        padding: 20px 0;
    }

    .mobile-nav-item {
        display: block;
        padding: 15px 20px;
        color: white;
        text-decoration: none;
        font-size: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: background-color 0.2s ease;
    }

    .mobile-nav-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .mobile-nav-item span {
        display: block;
    }

    .mb-bottom-f {
        width: 100%;
        height: 52px;
        display: block;
        background: #FFFFFF;
        box-shadow: 0px -1px 0px 0px #CCCCCC;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9999;
    }

    .mb-bottom-f-cont {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 52px;

    }

    .mb-bottom-f-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        cursor: pointer;
        user-select: none;
        text-decoration: none;
        color: #666;

    }

    .mb-bottom-f-list>img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .zhuye {
        color: #5191FF;
    }

    .web-mb-bottom-icon {
        margin-bottom: 72px;
    }
}