.mo {
    display: none;
}

.pc_header {
    position: relative;
    width: 100%;
    height: 6.4rem;
    background: url('../img/nav_bg.jpg') no-repeat top center;
    background-size: 100% auto;
}

/* ------------------------------ */
section {
    width: 12rem;
    margin: 0 auto;
}

.section1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6rem;
    display: flex;
    height: 2.8rem;
}

.swiper_banner {
    position: relative;
    width: 6.4rem;
    /* height: 3.5rem; */
    overflow: hidden;
}

.swiper_banner .swiper-slide img {
    width: 100%;
}

.swiper_banner .swiper-pagination {
    height: 0.15rem;
}

.swiper-pagination-bullet {
    background: none;
    border: 2px solid #FFFFFF;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.cms {
    width: 5.2rem;
    opacity: 0.8;
    background: #000;
    padding: 0.25rem 0.2rem;
}

.cms_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cms_header_title {
    font-size: 0.18rem;
    color: #FFD49F;
    font-weight: 400;
    border-bottom: 0.03rem solid rgba(255, 212, 159, 1);
}

.cms_header_more {
    text-decoration: none;
    position: relative;
    font-size: 0.14rem;
    font-weight: 400;
    padding-left: 0.08rem;
    color: rgba(255, 255, 255, 0.5)
}

.cms_header_more::before {
    content: '';
    position: absolute;
    width: .12rem;
    height: .12rem;
    left: -0.12rem;
    top: 50%;
    margin-top: -0.06rem;
    background: url('../img/section1_more.png') no-repeat center center;
}

.cms_main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.cms_new {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.44rem;
    font-size: 0.14rem;
    font-weight: 400;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cms_new:hover {
    background-color: rgba(255, 212, 159, 0.1);
}

.cms_title {
    position: relative;
    text-indent: 0.2rem;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0.2rem;
}

.cms_title::before {
    content: '';
    position: absolute;
    width: .12rem;
    height: .12rem;
    left: 0.05rem;
    top: 50%;
    margin-top: -0.06rem;
    background: url('../img/news_icon.png') no-repeat center center;
    background-size: 100% 100%;
}

.cms_time {
    flex-basis: 0.8rem;
    flex-shrink: 0;
    text-align: center;
}

/* ------------------------------ */
.section2 .title {
    display: block;
    width: 2.22rem;
    margin: .3rem 0 .2rem;
}

.section2_games {
    display: flex;
    flex-flow: row wrap;
    /* justify-content: space-between; */
}

.game {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    width: 3.86rem;
    height: 2.15rem;
    margin: 0 .21rem .2rem 0;
}

.game:nth-child(3n) {
    margin-right: 0;
}

.game_main {
    position: relative;
    font-size: .14rem;
    overflow: hidden;
}

.game_main:hover .game_info {
    display: block;
}

.game_main:hover .game_info {
    top: 0;
}

.game_bg {
    width: 100%;
}

.game_info {
    position: absolute;
    top: 2rem;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(148, 42, 2, 0.8);
    transition: top 0.5s;
}

.game_details {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.game_code {
    width: 1rem;
    height: 1rem;
    background: #FFFFFF;
    margin-right: .3rem;
}

.game_code img {
    width: .9rem;
    height: .9rem;
    margin: .05rem;
}

.game_type {
    font-size: .14rem;
    color: #FFFFFF;
    font-weight: 300;
    margin-bottom: .16rem;
}

.gameurl {
    width: 0.86rem;
}

.game_mark {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: .41rem;
    height: .42rem;
}

.game_mark.hot {
    background: url('../img/hot_icon.png') no-repeat center center;
    background-size: 100% 100%;
}

.game_mark.new {
    background: url('../img/new_icon.png') no-repeat center center;
    background-size: 100% 100%;
}

.game_name {
    text-align: center;
    font-size: .16rem;
    margin: .1rem 0;
    font-weight: 400;
}

/* ------------------------------ */
.section3 {
    margin-bottom: 0.4rem;
}

.section3 .title {
    display: block;
    width: 1.69rem;
    margin: .2rem 0 .2rem;
}

.section3_games {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.accessgame {
    display: flex;
    background: #FFFFFF;
    width: 3.54rem;
    height: .68rem;
    /* margin: 0 .21rem .2rem 0; */
    margin-bottom: .2rem;
    align-items: center;
    border: .01rem solid #EEEEEE;
    padding: .15rem;
}


.accessgame img {
    width: .7rem;
    height: .7rem;
    margin-right: .25rem;
}

.accessgame_info {
    display: flex;
    flex-direction: column;
    font-size: .16rem;
}

.accessgame_title {
    font-weight: 400;
    margin-bottom: .12rem;
}

.accessgame_go {
    position: relative;
    font-size: .12rem;
    opacity: 0.6;
}

.accessgame_go::after {
    content: '';
    position: absolute;
    width: .12rem;
    height: .12rem;
    right: -0.08rem;
    top: .02rem;
    background: url('../img/arrow.png') no-repeat center center;
}

.img_access {
    display: block;
    margin: 0.2rem 0.2rem;
    width: 1.6rem;
}

/* ------------------------------ */
.section4 {
    position: fixed;
    right: 0;
    top: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 1.2rem;
    padding: .25rem;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: .14rem;
    font-weight: 400;
    animation: ease-in;
    transition: 0.6s;
}

.section4.hidedownload {
    right: -1.7rem;
}

.download_hide {
    position: absolute;
    top: 0;
    left: -0.24rem;
    width: .24rem;
    height: .4rem;
    background: url('../img/download_hide.png') no-repeat center center;
}

.hidedownload .download_hide {
    background: url('../img/download_open.png') no-repeat center center;
}

.download {
    width: 1.3rem;
    height: 1.3rem;
}

.section4 p {
    margin-bottom: .22rem;
    text-align: center;
}

.section4 img {
    margin-bottom: .14rem;
}

.section4 img:last-child {
    margin-bottom: 0;
}


@media screen and (max-width: 1024px) {
    body {
        background: #FFFFFF;
    }

    .pc {
        display: none;
    }

    .mo {
        display: block;
        position: relative;
    }

    section {
        width: 6.5rem;
    }

    .mo_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0.38rem;
        height: 1rem;
    }

    .mo_logo {
        width: 1.45rem;
    }

    .mo_download {
        display: flex;

    }

    .mo_download img {
        width: 1.5rem;
        margin-left: 0.1rem;
    }

    .mo_section1 {
        width: 100%;
        height: 6rem;
        background: url('../img/mobile/section1_bg.png') no-repeat center center;
        background-size: 100% 100%;
    }

    .mo_section2 {
        /* display: flex; */
        /* justify-content: center; */
        width: 6.5rem;
        height: 3rem;
        /* position: relative; */
        /* top: -1.5rem; */
        position: absolute;
        top: 5rem;
        left: 0;
        right: 0;
    }

    .mo_swiper_banner {
        position: relative;
        width: 6.5rem;
        /* height: 3.5rem; */
        overflow: hidden;
    }

    .mo_swiper_banner .swiper-slide img {
        width: 100%;
    }

    .mo_swiper_banner .swiper-pagination {
        height: 0.15rem;
    }

    .mo_section3 {
        margin-top: 1.5rem;
        display: flex;
        flex-flow: column wrap;
        align-items: center;
    }

    .mo_section3_title {
        width: 2.71rem;
    }

    .mo_cms_main {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .mo_cms_new {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 1rem;
        font-size: 0.24rem;
        font-weight: 400;
        color: #000000;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mo_cms_more {
        font-size: 0.18rem;
        color: #E97F17;
        font-weight: 300;
        text-align: center;
        padding: 0.2rem 0;
    }

    .seperate {
        width: 100%;
        height: 0.25rem;
        background-color: #f6f6f6;
    }

    .mo_section4,
    .mo_section5 {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
    }

    .mo_section4_title,
    .mo_section5_title {
        margin: 0.36rem 0;
    }

    .mo_section4_title {
        width: 2.81rem;
    }

    .mo_section5_title {
        width: 2.71rem;
    }

    .mo_games {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .mo_game_main {
        position: relative;
        margin-bottom: 0.25rem;
    }

    .mo_game_mark {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: .74rem;
        height: .4rem;
    }

    .mo_game_mark.hot {
        background: url('../img/mobile/section4_hot.png') no-repeat center center;
        background-size: 100% 100%;
    }

    .mo_game_mark.new {
        background: url('../img/mobile/section4_new.png') no-repeat center center;
        background-size: 100% 100%;
    }

    .mo_game_bg {
        width: 100%;
    }

    .mo_games_more {
        font-size: 0.18rem;
        font-weight: 300;
        color: #E97F17;
        padding: 0.1rem 0 0.35rem;
    }

    .mo_accessgames {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
    }

    .mo_accessgames .img_access {
        margin: 0.2rem auto;
    }

    .mo_accessgame {
        width: 1.3rem;
        margin: 0 0.43rem 0.2rem 0;
    }

    .mo_accessgame:nth-child(4n) {
        margin-right: 0;
    }

    .mo_accessgame img {
        width: 1.3rem;
        height: 1.3rem;
    }

    .mo_accessgame_title {
        text-align: center;
        font-size: 0.22rem;
        margin-top: 0.13rem;
    }
}