@media (min-width: 641px) and (max-width: 1201px) {

    body,
    html {
        background: #4e4e4e;
    }

    .page {
        width: 64rem;
        height: 100vh;
        margin: 0 auto;
        background: #080B1B;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1201px) {
    .header {
        height: 5.6rem;
        background: #12142A;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0 1.2rem;
    }

    .header_logo {
        width: 17.2rem;
        height: auto;
    }

    .header_menu {
        width: 2.4rem;
        height: 2.4rem;
    }

    .content {
        flex: 1;
        overflow: hidden;
        overflow-y: scroll;
        position: relative;
    }

    .page_left {
        display: flex;
    }

    .page_left_nav_box {
        display: none;
        left: 0;
        right: 0;
        margin: auto;
        top: 5.6rem;
        z-index: 20;
        width: 64rem;
        height: 100vh;
        position: fixed;
        background: rgba(0, 0, 0, 0.8);
        overflow: hidden;
    }

    .page_left_nav {
        width: 22.8rem;
        height: calc(100% - 2.4rem);
        height: 100%;
        padding: 1.2rem;
        position: absolute;
        box-sizing: border-box;
        right: 0;
        background: #12142A;
        overflow-y: scroll;
    }

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

    .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 img {
        width: 2.4rem;
        height: 2.4rem;
    }

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

    .page_right {
        position: relative;
    }

    .page_right_bg {
        width: 64rem;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
    }

    .page_right_main {
        width: 100%;
        height: calc(100vh - 5.6rem);
        overflow-y: auto;
        position: relative;
        z-index: 10;
    }

    .page_right_swiper {
        width: 64rem;
        padding: 1.8rem 0;
        background: linear-gradient(to bottom, #131C3E 50%, rgba(27, 122, 255, 0) 100%);
    }

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

    .swiper .swiper-slide {
        border-radius: 1.2rem;
        width: 60% !important;
        height: 24.2rem !important;
        overflow: hidden;
    }

    .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-score {
        position: absolute;
        top: .8rem;
        left: .8rem;
        width: 6.1rem;
        height: 2rem;
        background: rgba(8, 11, 27, .8);
        border-radius: .4rem;
        text-align: center;
        line-height: 2rem;
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 1.2rem;
        color: #ffffff;
    }

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

    .swiper .swiper-slide .swiper-slide-box {
        border-radius: 1.2rem;
        transition: 300ms;
        transform: scale(1);
    }

    .swiper .swiper-slide-prev .swiper-slide-box,
    .swiper .swiper-slide-next .swiper-slide-box {
        transform: scale(0.84);
    }

    .page_right_module {
        padding: 1.6rem 1.2rem .6rem;
    }

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

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

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

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

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

    .page_right_title_rBox img {
        display: none;
        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: 31.32%;
        margin-bottom: 1rem;
        margin-right: 3%;
    }

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

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

    .page_right_main_item_name {
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 1.3rem;
        color: #FFFFFF;
        line-height: 1.8rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

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

    /* 首页栅格布局样式 */
    .page_right_content_grid {
        display: grid;
        grid-template-columns: repeat(3, 31.32%);
        grid-column-gap: 3%;
        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: .4rem;
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 1.3rem;
        color: #FFFFFF;
        line-height: 1.8rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 1rem;
    }

    .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_gridD>div:nth-child(1),
    .page_right_content_gridD>div:nth-child(4),
    .page_right_content_gridD>div:nth-child(5) {
        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(4) .page_right_main_itemGird_img,
    .page_right_content_gridD>div:nth-child(5) .page_right_main_itemGird_img {
        padding-bottom: 48.72%;
    }

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

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

    .page_right_moduleS {
        background: #131C3E;
    }

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

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

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

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

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


    /* 游戏内 */
    .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% - 3rem);
        border-radius: 1.4rem;
        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: 7rem;
        height: 3rem;
        top: 0;left: 0;
        z-index: 3;
    }

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

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

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