@media (min-width: 1201px) {
    .page {
        width: 100vw;
        height: 100vh;
        background: #12142A;
        display: flex;
        flex-direction: column;
    }

    .header {
        width: 100vw;
        height: 8.4rem;
        min-width: 300px;
        border-bottom: 1px solid #373952;
    }

    .header img {
        width: 252px;
        height: auto;
        margin: 18px 24px;
        background: none;
    }

    .header_menu {
        display: none;
    }

    .content {
        flex: 1;
        width: 100vw;
        display: flex;
        overflow: hidden;
    }

    .page_left {
        flex: 0 1 22.8rem;
        height: 100%;
        overflow: hidden;
        border-right: 1px solid #373952;
    }

    .page_left_nav_box {
        height: 100%;
        display: block;
        overflow: hidden;
        overflow-y: scroll;
    }

    .page_left_nav {
        padding: 1.2rem;
        box-sizing: border-box;
    }

    .page_left_nav_item {
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 1.6rem;
        color: #92939D;
        line-height: 2.4rem;
        display: flex;
        align-items: center;
        padding: .8rem 0;
        padding-left: 1.2rem;
        margin-bottom: 1.6rem;
    }

    .page_left_nav_item_click {
        color: #ffffff;
        background: linear-gradient(270deg, #1B7AFF 0%, #3CA4FF 100%);
        border-radius: 1.4rem 1.4rem 1.4rem 1.4rem;
    }

    .page_left_nav_item span {
        margin-left: 1rem;
    }

    .page_right {
        flex: 1;
        height: 100%;
        overflow: hidden;
        background: #222222;
    }

    .page_right_main {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .page_right_swiper {
        width: 100%;
        border-radius: 0.4rem;
        margin: 2rem auto 2rem;
        padding: 0 5.2rem;
        box-sizing: border-box;
    }

    .page_right_swiper .swiper {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .swiper .swiper-slide {
        width: 27% !important;
        padding-bottom: 17.4% !important; 
        border-radius: 2rem;
        overflow: hidden;
        position: relative;
    }

    .swiper .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;left: 0;
    }

    .swiper .swiper-slide-box {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .swiper .swiper-slide-box img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .swiper .swiper-slide-box-bg {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 10;
    }

    .swiper .swiper-slide-box-score {
        position: absolute;
        top: 1.6rem;
        left: 1.6rem;
        width: 9rem;
        height: 3.2rem;
        background: rgba(8, 11, 27, .8);
        border-radius: .8rem;
        text-align: center;
        line-height: 3.2rem;
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 1.6rem;
        color: #ffffff;
    }

    .swiper .swiper-slide-box-score span {
        color: #02F0FF;
        margin-right: .4rem;
    }

    .page_right_module {
        margin: 2.8rem;
        padding: 2.6rem 2.4rem .4rem;
        background: #131C3E;
        border-radius: 2.4rem;
        border: 2px solid #1D274B;
    }

    .page_right_title {
        margin-left: -0.2rem;
        display: flex;
        align-items: center;
        margin-bottom: 2.6rem;
    }

    .page_right_title_img {
        width: 4.4rem;
        height: 4.4rem;
        margin-right: .6rem;
    }

    .page_right_title_sp {
        font-family: Arial, Arial;
        font-weight: bold;
        font-size: 2.6rem;
        color: #FFFFFF;
        line-height: 3.6rem;
    }

    .page_right_title_rBox {
        margin-left: auto;
        display: flex;
        align-items: center;
    }

    .page_right_title_rBox_bt {
        width: 7.6rem;
        height: 3.2rem;
        background: linear-gradient(270deg, #1B7AFF 0%, #3CA4FF 100%);
        border-radius: .8rem;
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 1.6rem;
        color: #FFFFFF;
        line-height: 3.2rem;
        text-align: center;
        margin-right: 0.4rem;
    }

    .page_right_title_rBox img {
        width: 3.2rem;
        height: 3.2rem;
        margin-left: 1.2rem;
    }

    .page_right_content {
        flex: 1;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;

    }

    .page_right_main_item {
        width: 15.6%;
        margin-right: 1.28%;
        margin-bottom: 2.4rem;
    }

    .page_right_main_item:nth-child(6n) {
        margin-right: 0;
    }

    .page_right_main_item img {
        width: 100%;
        height: auto;
        border-radius: 1.4rem;
        box-shadow: #ffffff33 0rem 0rem 0.6rem;
    }

    .page_right_main_item_name {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-top: 1.4rem;
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 2rem;
        color: #FFFFFF;
        line-height: 3rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .page_right_Copyright {
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 1.4rem;
        color: #92939D;
        line-height: 2.8rem;
        text-align: center;
        padding-bottom: 3.6rem;
    }

    /* 首页栅格布局样式 */
    .page_right_content_grid {
        display: grid;
        grid-template-columns: repeat(6, 15.6%);
        grid-column-gap: 1.28%;
        grid-row-gap: 0;
    }

    .page_right_content_grid>div {
        width: 100%;
    }

    .page_right_main_itemGird>a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .page_right_main_itemGird_img {
        width: 100%;
        padding-bottom: 100%;
        border-radius: 1.4rem;
        box-shadow: #ffffff33 0rem 0rem 0.6rem;
        position: relative;
        overflow: hidden;
    }

    .page_right_main_itemGird_img img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .page_right_main_itemGird_name {
        margin-top: 1.4rem;
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 2rem;
        color: #FFFFFF;
        line-height: 3rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 2.4rem;
    }

    .page_right_content_gridA>div:nth-child(1) {
        grid-column-start: span 2;
    }

    .page_right_content_gridA>div:nth-child(1) .page_right_main_itemGird_img {
        padding-bottom: 48.72%;
    }

    .page_right_content_gridB>div:nth-child(5) {
        grid-column-start: span 2;
    }

    .page_right_content_gridB>div:nth-child(5) .page_right_main_itemGird_img {
        padding-bottom: 48.72%;
    }

    .page_right_content_gridD>div:nth-child(1),
    .page_right_content_gridD>div:nth-child(2),
    .page_right_content_gridD>div:nth-child(3) {
        grid-column-start: span 2;
    }

    .page_right_content_gridD>div:nth-child(1) .page_right_main_itemGird_img,
    .page_right_content_gridD>div:nth-child(2) .page_right_main_itemGird_img,
    .page_right_content_gridD>div:nth-child(3) .page_right_main_itemGird_img {
        padding-bottom: 48.72%;
    }

    .page_right_content_gridE>div:nth-child(5) {
        grid-column-start: span 2;
    }

    .page_right_content_gridE>div:nth-child(5) .page_right_main_itemGird_img {
        padding-bottom: 48.72%;
    }

    .page_right_content_gridF>div:nth-child(3) {
        grid-column-start: span 2;
    }

    .page_right_content_gridF>div:nth-child(3) .page_right_main_itemGird_img {
        padding-bottom: 48.72%;
    }

    .page_right_content_gridG>div:nth-child(7),
    .page_right_content_gridG>div:nth-child(9) {
        grid-column-start: span 2;
    }

    .page_right_content_gridG>div:nth-child(7) .page_right_main_itemGird_img,
    .page_right_content_gridG>div:nth-child(9) .page_right_main_itemGird_img {
        padding-bottom: 48.72%;
    }

    .page_right_content_scroll {
        width: calc(100% + 4.8rem);
        overflow-x: scroll;
        margin-left: -2.4rem;
        white-space: nowrap;
    }

    .page_right_content_scroll_box {
        white-space: nowrap;
        width: calc(100% - 4.8rem);
    }

    .page_right_content_scroll_box>div {
        width: 14.6%;
        margin-right: 1.28%;
        display: inline-block;
    }

    .page_right_content_scroll_box>div:nth-child(1) {
        margin-left: 2.4rem;
    }

    .page_right_content_scroll_box>div:last-child {
        margin-right: 2.4rem;
    }

    /* 游戏内 */
    .page_right_main_itemGird_Bigbox {
        grid-column-start: span 2;
        grid-row-end: span 2;
    }

    .game_swiper {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .game_swiper .swiper-wrapper {
        width: 100%;
        height: 100%;
    }

    .game_swiper .swiper-wrapper a {
        width: 100%;
        height: 100%;
    }

    .game_swiper .swiper-wrapper a .swiper-slide {
        width: 100%;
        height: 100% !important;
    }

    .game_swiper .swiper-wrapper a .game_swiper_imgbox {
        width: 100%;
        padding-bottom: 0;
        height: calc(100% - 6.8rem);
        border-radius: 2rem;
        box-shadow: #ffffff33 0rem 0rem 0.6rem;
        position: relative;
        overflow: hidden;
    }

    .game_swiper .swiper-wrapper a img {
        position: absolute;
    }

    .game_swiper .swiper-wrapper a .img {
        width: auto;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .game_swiper .swiper-wrapper a .hot {
        width: 10.8rem;
        height: 4.8rem;
        top: 0;left: 0;
        z-index: 3;
    }

    .game_swiper_pagination  {
        position: absolute;
        z-index: 5;
        left: 2.4rem !important;
        bottom: 9.2rem !important;
    }

    .swiper-pagination-bullet {
        opacity: 0.4 !important;
        background: #FFFFFF !important;
    }

    .swiper-pagination-bullet-active {
        opacity: 1 !important;
        background: #FFFFFF !important;
    }
}