.hover_1 .name {
    bottom: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    left: 50%;
    line-height: 1.4;
    text-align: center;
    transform: translateX(-50%);
    z-index: 2
}

.hover_1 .name,
.hover_1:before {
    display: none;
    position: absolute;
    width: 100%
}

.hover_1:before {
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    content: "";
    -webkit-filter: blur(16px);
    filter: blur(16px);
    height: 36px;
    left: 0
}

.hover_1:hover {
    animation: shake_1 .6s linear forwards;
    box-shadow: 0 0 5px 0 #fff;
    position: relative;
    z-index: 3
}

.hover_1:hover .name,
.hover_1:hover:before {
    display: block
}

.hover_2:hover {
    animation: shake_2 .6s linear forwards;
    position: relative
}

.hover_2:before {
    background: rgba(0, 0, 0, .55);
    bottom: 0;
    content: "";
    -webkit-filter: blur(10px);
    filter: blur(10px);
    height: 44px;
    left: 0
}

.hover_2 .name,
.hover_2:before {
    display: none;
    position: absolute;
    width: 100%
}

.hover_2 .name {
    bottom: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    left: 50%;
    line-height: 1.4;
    text-align: center;
    transform: translateX(-50%);
    z-index: 3
}

.hover_2:hover .name,
.hover_2:hover:before {
    display: block
}

.hover_2-1:hover {
    animation: shake_2 .6s linear forwards
}

@keyframes shake_1 {
    0% {
        transform: scale(1)
    }

    35% {
        transform: scale(1.2)
    }

    65% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1.3)
    }
}

@keyframes shake_2 {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.05)
    }

    50% {
        transform: scale(1.03)
    }

    to {
        transform: scale(1.08)
    }
}

@keyframes shake_3 {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.2)
    }
}

@keyframes shake_4 {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.1)
    }
}

@keyframes x_jitter {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(16px)
    }
}

@keyframes y_jitter {
    0% {
        transform: translateY(-8px)
    }

    to {
        transform: translateY(8px)
    }
}

@keyframes rotate_pacman_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    50% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes rotate_pacman_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes pacman-balls {
    75% {
        opacity: .5
    }

    to {
        -webkit-transform: translateY(-6.25px);
        transform: translate(-50px, -6.25px)
    }
}

@-webkit-keyframes changeBgColor {
    0% {
        background: #90ee90
    }

    to {
        background: #add8e6
    }
}

@-webkit-keyframes changePosition {
    0% {
        background: #90ee90
    }

    to {
        background: #01a9f0;
        margin-left: 142px
    }
}

.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.clear:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    overflow: hidden;
    width: 0
}

a:focus {
    outline: none
}

a {
    text-decoration: none
}

img {
    color: #000;
    font-size: 0
}

.game-detail {
    display: flex;
    flex-direction: column
}


@media screen and (min-width:910px) {
    .play-box .game-detail {
        flex-direction: row
    }
    .play-container .play-desc {
        display: flex;
        position: absolute;
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
        width: 98%;
        height: 334px;
        color: #000;
        justify-content: space-between;
        padding: 10px;
        box-sizing: border-box;
        border-top: 2px solid #7524F9
    }

    .play-desc .play-desc_adv {
        width: 336px;
        min-height: 280px;
        margin-top: 6px;
        background-color: #f8f8f8
    }

    .play-desc .play-desc-ad {
        font-size: 12px;
        text-align: center
    }

    .play-desc .play-desc-review {
        width: 500px
    }

    .play-desc .play-desc-review .play-desc-review_title {
        font-size: 15px;
        font-weight: 700
    }

    .play-desc .play-desc-review .play-desc-review_content {
        font-size: 16px;
        max-height: 280px;
        overflow: auto;
        padding-right: 5px;
        white-space: pre-wrap;
        line-height: 30px;
        margin-top:30px;
    }

    .game-detail-rate {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        margin: 0 15px
    }

    .game-detail-rate .game-start {
        display: block;
        width: 100px;
        height: 25px;
        background-image: url(../images/start.png);
        background-position: center center;
        background-size: 20px;
        background-repeat: repeat-x
    }

    .drainage {
        display: none
    }

    .main .content {
        margin: 14px auto;
        min-height: calc(100vh - 40px)
    }

    .game {
        overflow: hidden
    }

    .game .name {
        background-color: transparent;
        bottom: -34px;
        box-sizing: border-box;
        color: #fff;
        font-size: 14px;
        line-height: 34px;
        overflow: hidden;
        padding: 0 10px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .game .name,
    .game:before {
        left: 0;
        position: absolute;
        width: 100%
    }

    /* .game:before {
        background: rgba(0, 0, 0, .55);
        bottom: -50px;
        content: "";
        -webkit-filter: blur(10px);
        filter: blur(10px);
        height: 34px
    } */

    .game:hover {
        transform: scale(1.2);
        transition: all .3s ease-out;
        z-index: 2
    }

    .game:hover .name,
    .game:hover:before {
        bottom: 0 !important;
        transition: all .3s ease-out
    }

    html.fullscreen {
        overflow: hidden
    }

    html.fullscreen .game-container {
        border: none !important;
        border-radius: 0 !important;
        height: 100% !important;
        left: 0;
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 999 !important
    }

    html.fullscreen .game-container .player-float {
        display: block !important
    }

    html.fullscreen .float .reset {
        display: none !important
    }

    .icon-new {
        background-position: 0 0
    }

    .icon-best,
    .icon-new {
        height: 32px;
        width: 32px
    }

    .icon-best {
        background-position: -35px 0
    }

    .icon-girl {
        background-position: -72px 0
    }

    .icon-girl,
    .icon-kid {
        height: 32px;
        width: 32px
    }

    .icon-kid {
        background-position: -109px 0
    }

    .icon-mmorpg {
        background-position: -146px 0;
        height: 32px;
        width: 32px
    }

    .icon-star {
        height: 34px;
        transform: scale(.8);
        width: 34px
    }

    .icon-star.full {
        background-position: 0 -38px
    }

    .icon-star.half {
        background-position: -35px -38px
    }

    .icon-star.null {
        background-position: -72px -38px
    }

    .icon-download {
        background-position: 0 -76px;
        height: 24px;
        width: 24px
    }

    .icon-fullscreen {
        background-position: -35px -76px;
        height: 34px;
        width: 34px
    }

    .icon-collection {
        background-position: -72px -76px;
        height: 52px;
        width: 52px
    }

    .icon-back {
        background-position: -146px -38px;
        height: 48px;
        width: 48px
    }



    .content {
        display: flex
    }

    .content .con-1 {
        margin-right: 12px;
        width: 160px
    }

    .content .con-1 .adv {
        box-shadow: #FCFEF3
    }

    .content .con-1 .adv.fixed {
        position: fixed;
        top: 0;
        z-index: 120
    }


    .content .con-2 {
        margin-right: 12px;
        width: 338px
    }

    .content .con-2 .game-best {
        height: 633px
    }

    .content .con-2 .game-best .banner {
        display: flex;
        margin-bottom: 10px
    }


    .content .con-2 .game-best .banner .banner-center {
        background-color: #FCFEF3;
        border: 2px solid #fff;
        height: 50px;
        width: 310px
    }

    .content .con-2 .game-best .banner .banner-center .title-text {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 50px;
        text-align: center;
        background-color: #7524F9;
        border-radius: 10px;
    }

    .content .con-2 .game-best .banner .banner-right {
        background-color: #FCFEF3;
        border: 2px solid #fff;
        height: 38px;
        margin-left: 4px;
        width: 4px
    }

    .content .con-2 .game-best .game-wall-best {
        position: relative
    }

    .content .con-2 .game-best .game-wall-best .game {
        border-radius: 16px;
        height: 106px;
        position: absolute;
        width: 106px
    }

    .content .con-2 .game-best .game-wall-best .game:hover {
        transform: scale(1.2);
        transition: all .3s ease-out;
        z-index: 2
    }

    .content .con-2 .game-best .game-wall-best .pic {
        border-radius: 16px
    }

    .content .con-2 .game-best .game-wall-best .g-0 {
        height: 222px;
        left: 0;
        top: 0;
        width: 222px
    }

    .content .con-2 .game-best .game-wall-best .g-1 {
        left: 232px;
        top: 0
    }

    .content .con-2 .game-best .game-wall-best .g-2 {
        left: 232px;
        top: 116px
    }

    .content .con-2 .game-best .game-wall-best .g-3{
        left: 0;
        top: 232px
    }

    .content .con-2 .game-best .game-wall-best .g-4 {
        left: 116px;
        top: 232px
    }

    .content .con-2 .game-best .game-wall-best .g-5 {
        left: 232px;
        top: 232px
    }

    .content .con-2 .game-best .game-wall-best .g-6 {
        left: 0;
        top: 348px
    }

    .content .con-2 .game-best .game-wall-best .g-7 {
        height: 222px;
        left: 116px;
        top: 348px;
        width: 222px
    }

    .content .con-2 .game-best .game-wall-best .g-8 {
        left: 0;
        top: 464px
    }

    .content .con-2 .game-new {
        height: 633px
    }

    .content .con-2 .game-new .banner {
        display: flex;
        margin-bottom: 10px
    }

    .content .con-2 .game-new .banner .banner-center {
        background-color: #FCFEF3;
        border: 2px solid #fff;
        height: 50px;
        width: 310px
    }

    .content .con-2 .game-new .banner .banner-center .title-text {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 50px;
        text-align: center;
        background-color: #7524F9;
        border-radius: 10px;
    }

    .content .con-2 .game-new .game-wall-new {
        position: relative
    }

    .content .con-2 .game-new .game-wall-new .game {
        border-radius: 16px;
        height: 106px;
        position: absolute;
        width: 106px
    }

    .content .con-2 .game-new .game-wall-new .game:hover {
        transform: scale(1.2);
        transition: all .3s ease-out;
        z-index: 2
    }

    .content .con-2 .game-new .game-wall-new .pic {
        border-radius: 16px
    }

    .content .con-2 .game-new .game-wall-new .g-0 {
        height: 222px;
        left: 0;
        top: 0;
        width: 222px
    }

    .content .con-2 .game-new .game-wall-new .g-1 {
        left: 232px;
        top: 0
    }

    .content .con-2 .game-new .game-wall-new .g-2 {
        left: 232px;
        top: 116px
    }

    .content .con-2 .game-new .game-wall-new .g-3 {
        left: 0;
        top: 232px
    }

    .content .con-2 .game-new .game-wall-new .g-4 {
        left: 116px;
        top: 232px
    }

    .content .con-2 .game-new .game-wall-new .g-5 {
        left: 232px;
        top: 232px
    }

    .content .con-2 .game-new .game-wall-new .g-6 {
        left: 0;
        top: 348px
    }

    .content .con-2 .game-new .game-wall-new .g-7 {
        height: 222px;
        left: 116px;
        top: 348px;
        width: 222px
    }

    .content .con-2 .game-new .game-wall-new .g-8 {
        left: 0;
        top: 464px
    }

    .content .con-3 {
        position: relative;
        width: 1044px
    }

    .content .con-3 .game-window {
        width: 896px;
        border: 2px solid #fff;
        box-sizing: border-box
    }

    .content .con-3 .game-window .game-container {
        height: 548px;
        overflow: hidden;
        position: relative;
        border-radius: 10px;
        padding:20px;
    }

    .content .con-3 .game-window .game-container .play-container {
        background-color: #FCFEF3;
        display: flex;
        flex-direction: column;
        height: 93%;
        position: absolute;
        width: 96%;
        z-index: 60;
        border-radius: 10px;
    }

    .content .con-3 .game-window .game-container .play-container.hide {
        display: none
    }

    .content .con-3 .game-window .game-container .play-container .play-box {
        display: flex;
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        width: 97%;
        justify-content: space-between;
        align-items: center
    }

    .content .con-3 .game-window .game-container .play-container .play-box .info-pic {
        border-radius: 12px;
        height: 94px;
        margin: 0 auto;
        width: 94px;
        border: 2px solid #fff;
        box-sizing: border-box
    }

    .content .con-3 .game-window .game-container .play-container .play-box .game-name {
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        color: #000;
        display: -webkit-box;
        flex-wrap: wrap;
        font-size: 16px;
        font-weight: 700;
        height: 24px;
        line-height: 24px;
        overflow: hidden;
        text-align: center;
        text-overflow: -o-ellipsis-lastline;
        text-overflow: ellipsis
    }

    .content .con-3 .game-window .game-container .play-container .play-box .play-button {
        background-color: #7524F9;
        border-radius: 12px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25);
        cursor: pointer;
        display: flex;
        height: 60px;
        width: 200px;
        box-sizing: border-box;
        position: relative
    }

    .content .con-3 .game-window .game-container .play-container .play-box .play-button img {
        position: absolute;
        top: 50%;
        left: 25px;
        transform: translate(0, -50%);
        width: 25px;
        height: 25px;
    }

    .content .con-3 .game-window .game-container .play-container .play-box .play-button .text {
        color: #f1f1f1;
        font-size: 20px;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        margin-left: 64px;
        text-align: center
    }

    .content .con-3 .game-window .game-container .play-container .play-box .play-button .next {
        margin-left: .16rem;
        margin-top: .18rem
    }

    .content .con-3 .game-window .game-container .game-load {
        background-color: #7524F9;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 50
    }

    .content .con-3 .game-window .game-container .game-load .load-warp {
        left: 50%;
        position: absolute;
        text-align: center;
        top: 58%;
        transform: translate(-50%, -50%)
    }

    .content .con-3 .game-window .game-container .game-load .load-warp .progress {
        color: #FCFEF3;
        font-size: 16px
    }

    .content .con-3 .game-window .game-container .game-player {
        height: 100%;
        position: relative
    }

    .content .con-3 .game-window .game-container .game-player .player-float {
        display: none
    }

    .content .con-3 .game-window .game-container .game-player .player-float .multi-btn {
        align-items: center;
        background-color: #ffd932;
        border: 4px solid #fff;
        border-radius: 16px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .65);
        cursor: pointer;
        display: flex;
        left: 24px;
        padding: 20px 23px;
        position: absolute;
        top: 36px;
        z-index: 1
    }

    .content .con-3 .game-window .game-container .game-player .player-float .multi-btn .icon-collection {
        display: none;
        margin-left: 16px
    }

    .content .con-3 .game-window .game-container .game-player .player-container {
        height: 100% !important;
        width: 100% !important
    }

    .content .con-3 .game-window .game-container .game-player .player-container #gameIframe {
        height: 100%;
        width: 100%
    }

    .content .con-3 .game-window .game-container .game-player .player-container .full-mask {
        display: none !important
    }

    .content .con-3 .game-window .game-container .game-player .player-cross {
        display: none
    }

    .content .con-3 .game-window .game-container .game-player.fullscreen .player-float {
        display: block
    }

    .content .con-3 .game-window .game-toolbar {
        background-color: #008abf;
        height: 50px;
        padding-left: 20px;
        padding-right: 10px
    }

    .content .con-3 .game-window .game-toolbar .name {
        color: #fff;
        float: left;
        font-size: 16px;
        line-height: 50px;
        width: 600px
    }

    .content .con-3 .game-window .game-toolbar .icon-fullscreen {
        cursor: pointer;
        float: right;
        margin-top: 9px
    }

    .content .con-3 .game-window .game-toolbar .add-desktop {
        align-items: center;
        background-color: #FCFEF3;
        border: 2px solid #fff;
        border-radius: 4px;
        cursor: pointer;
        display: flex;
        display: none;
        float: right;
        line-height: 32px;
        margin-right: 10px;
        margin-top: 10px;
        padding: 0 8px
    }

    .content .con-3 .game-window .game-toolbar .add-desktop .text {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        margin-left: 10px
    }

    .content .con-3 .click-play {
        display: flow-root;
        margin-top: 10px;
        width: 855px;
        background-color: #7524F9;
        padding:20px;
        border-radius:20px;
    }

    .content .con-3 .click-play .banner {
        display: flex;
        height: 38px;
        margin-bottom: 17px;
        position: relative
    }


    .content .con-3 .click-play .banner .banner-center {
        display: flex;
        height: 38px;
        width: 872px
    }

    .content .con-3 .click-play .banner .banner-center .home {
        color: #4d4d4d;
        font-size: 16px;
        font-weight: 700;
        line-height: 38px;
        margin-left: 14px
    }

    .content .con-3 .click-play .banner .banner-center .title-text {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 38px;
        margin-left: 14px;
        text-align: center
    }

    .content .con-3 .click-play .game-list .game:nth-child(6) {
        margin-right: 0
    }

    .content .con-3>.adv {
        height: auto;
        margin-top: 16px;
        width: 1046px
    }

    .content .con-3 .more-games {
        margin-top: 16px;
        background-color:#7524F9;
        padding:20px;
        border-radius:20px;
    }

    .content .con-3 .more-games .banner {
        display: flex;
        height: 38px;
        margin-bottom: 10px;
        position: relative;
        width: 1044px
    }



    .content .con-3 .more-games .banner .banner-center .home {
        color: #4d4d4d;
        font-size: 16px;
        font-weight: 700;
        line-height: 38px;
        margin-left: 14px
    }

    .content .con-3 .more-games .banner .banner-center .title-text {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 38px;
        margin-left: 14px;
        text-align: center
    }

    .content .con-3 .more-games .banner .banner-center .home:hover {
        color: #27afff
    }


    .content .con-3 .more-games .game-list {
        display: flex;
        flex-wrap: wrap;
        width: 960px;
        border-radius:20px;
        padding:20px;
    }

    .content .con-3 .more-games .game-list .game-box {
        margin-bottom: 16px
    }

    .content .con-3 .more-games .box {
        display: flex;
        flex-wrap: wrap;
        width: 1044px
    }

    .content .con-3 .more-games .box .load-more {
        background-color: #009efd;
        border-radius: 12px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25);
        cursor: pointer;
        display: flow-root;
        height: 52px;
        line-height: 52px;
        margin: 32px auto;
        text-align: center;
        width: 346px
    }

    .content .con-3 .more-games .box .load-more .text {
        color: #f1f1f1;
        font-size: 18px;
        font-weight: 700
    }

    .content .con-3 .more-games .box .load-more:hover {
        background-color: #f3c744;
        cursor: pointer
    }


    .content .con-4 .h5-games {
        display: flex;
        flex-wrap: wrap;
        height: 100px;
        margin-left: -138px;
        width: 136px
    }

    .content .con-4 .h5-games .banner {
        display: flex;
        height: 38px;
        margin-bottom: 20px;
        position: relative
    }
    .content .con-4 .h5-games .banner .icon-hot{
        width:136px;
        height: 50px;
        margin-bottom:20px;
        display:block;
    }

    .content .con-4 .h5-games .banner .banner-left {
        background-color: #FCFEF3;
        border: 2px solid #fff;
        height: 38px;
        margin-right: 4px;
        width: 4px
    }

    .content .con-4 .h5-games .banner .banner-center {
        background-color: #FCFEF3;
        border: 2px solid #fff;
        display: flex;
        height: 38px;
        width: 112px
    }

    .content .con-4 .h5-games .banner .banner-center .home {
        color: #4d4d4d;
        font-size: 16px;
        font-weight: 700;
        line-height: 38px;
        margin-left: 14px
    }

    .content .con-4 .h5-games .banner .banner-center .title-text {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 38px;
        margin-left: 14px;
        text-align: center
    }

    .content .con-4 .h5-games .banner .banner-center .home:hover {
        color: #27afff
    }

    .content .con-4 .h5-games .banner .banner-right {
        background-color: #FCFEF3;
        border: 2px solid #fff;
        height: 38px;
        margin-left: 4px;
        width: 4px
    }

    .content .con-4 .h5-games .game-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0
    }

    .content .con-4 .h5-games .game-list .game {
        margin-bottom: 12px;
        border-radius: 10px;
        position:relative;
    }

    .content .con-5 {
        margin-left: 12px;
        width: 300px
    }

    .content .con-5 .adv5 .adv-container {
        height: 250px
    }

    .content .con-5 .adv6 {
        width: 300px
    }

    .content .con-5 .adv6.fixed {
        position: fixed;
        top: 0;
        z-index: 120
    }



    .content .con-5 .adv6 .adv-container {
        height: 600px;
        text-align: center
    }

    .game-list {
        display: flex;
        margin-top: 10px;
        background-color: #FCFEF3;
    }

    .game-list .game-box {
        position: relative
    }

    .game-list .game-box .game {
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .65);
        float: left;
        margin-right: 13px;
        position: relative
    }

    .game-list .game-box .game,
    .game-list .game-box .game .pic {
        border-radius: 16px;
        height: 178px;
        width: 178px;
    }
    .hotgame {
        border-radius: 10px;
        padding-left:15px;
        padding-top:10px;
        padding-bottom:10px;
    }
    .hotgame .game-box .game,
    .hotgame .game-box .game .pic{
        height: 126px;
        width: 126px;
    }

    .game-list .game-box:hover {
        z-index: 10
    }

    .game-list .game-box:hover .game {
        transform: scale(1.2);
        transition: all .3s ease-out
    }

    

    .bottom-navbar {
        font-size: 0;
        height: 40px;
        margin-top: 30px;
        text-align: center;
        font-weight:bold;
    }

    .bottom-navbar>a {
        color: #000;
        font-size: 12px;
        line-height: 40px;
        position: relative;
        text-decoration: none;
        font-weight: bold;
    }

    .bottom-navbar>a:not(:last-child) {
        margin-right: 30px
    }

    .bottom-navbar>a:not(:last-child):before {
        background-color: #000;
        content: "";
        height: 13px;
        position: absolute;
        right: -16px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px
    }
}

@media screen and (min-width:1910px) {
    .main .content {
        width: 1912px
    }

    .main .content .con-3 .more-games .game-list .game:nth-child(7n) {
        margin-right: 0
    }
}

@media screen and (min-width:1730px) and (max-width:1909px) {
    .main .content {
        width: 1730px
    }

    .main .content .con-1 {
        display: none
    }

    .main .content .con-3 .more-games .game-list .game:nth-child(7n) {
        margin-right: 0
    }
}

@media screen and (min-width:1366px) and (max-width:1729px) {
    .main .content {
        width: 1366px
    }

    .main .content .con-1,
    .main .content .con-2 {
        display: none
    }

    .main .content .con-3 .more-games .game-list .game:nth-child(7n) {
        margin-right: 0
    }
}

@media screen and (min-width:1058px) and (max-width:1365px) {
    .main .content {
        width: 1058px
    }

    .main .content .con-1,
    .main .content .con-2,
    .main .content .con-5 {
        display: none
    }

    .main .content .con-3 .more-games .game-list .game:nth-child(7n) {
        margin-right: 0
    }
}

@media screen and (min-width:910px) and (max-width:1057px) {
    .main .content {
        width: 910px
    }

    .main .content .con-1,
    .main .content .con-2,
    .main .content .con-4,
    .main .content .con-5 {
        display: none
    }

    .main .content .con-3 .description,
    .main .content .con-3 .description .banner {
        width: 896px
    }

    .main .content .con-3 .description .banner .banner-center {
        width: 872px
    }

    .main .content .con-3 .screenshots,
    .main .content .con-3 .screenshots .banner {
        width: 896px
    }

    .main .content .con-3 .screenshots .banner .banner-center {
        width: 872px
    }

    .main .content .con-3 .disclaimer,
    .main .content .con-3 .disclaimer .banner,
    .main .content .con-3>.adv {
        width: 896px
    }

    .main .content .con-3 .disclaimer .banner .banner-center {
        width: 872px
    }

    .main .content .con-3 .Getgame,
    .main .content .con-3 .Getgame .banner {
        width: 896px
    }

    .main .content .con-3 .Getgame .banner .banner-center {
        width: 872px
    }

    .main .content .con-3 .more-games,
    .main .content .con-3 .more-games .banner {
        width: 896px
    }

    .main .content .con-3 .more-games .banner .banner-center {
        width: 872px
    }

    .main .content .con-3 .more-games .game-list {
        width: 896px
    }

    .main .content .con-3 .more-games .game-list .game:nth-child(7n) {
        display: none
    }

    .main .content .con-3 .more-games .game-list .game:nth-child(6n) {
        margin-right: 0
    }

    .main .content .con-3 .more-games .box {
        width: 896px
    }

}

@media screen and (max-width:909px) {
    .game-detail .game-detail-rate .game-start {
        display: block;
        width: 125px;
        height: 25px;
        background-image: url(../images/start.png);
        background-position: center center;
        background-size: 25px;
        background-repeat: repeat-x;
        margin-top: .2rem;
        margin-bottom:0.2rem;
    }

    .play-desc {
        display: none
    }

    .drainage {
        display: block;
        width: 90%;
        max-width: 350px;
        margin-top: .3333rem;
        margin-right: auto;
        margin-left: auto
    }

    .main {
        background-color: #FCFEF3;
        margin: 0 auto
    }

    
    .content .con-1,
    .content .con-2,
    .content .con-4,
    .content .con-5 {
        display: none
    }

    .content .con-3 {
        position: relative;
        width: 6.4rem
    }

    .content .con-3 .game-window {
        margin-bottom: .2rem;
        overflow: hidden
    }

    .content .con-3 .game-window .game-container {
        background-color: #FCFEF3;
        height: 2.95rem;
        position: relative
    }

    .content .con-3 .game-window .game-container .play-container {
        background-color: #FCFEF3;
        display: flex;
        flex-direction: column;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 60;
        margin-top:10px;
    }

    .content .con-3 .game-window .game-container .play-container.hide {
        display: none
    }

    .content .con-3 .game-window .game-container .play-container .play-box {
        display: flex;
        flex-direction: column;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .play-box .game-detail {
        width: 4.5rem;
        flex-direction: row;
        align-items: center
    }

    .content .con-3 .game-window .game-container .play-container .play-box .info-pic {
        border-radius: .2rem;
        height: 1.5rem;
        width: 1.5rem;
        margin-right: .3rem
    }

    .content .con-3 .game-window .game-container .play-container .play-box .game-name {
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        color: #000;
        display: -webkit-box;
        flex-wrap: wrap;
        font-size: .3rem;
        font-weight: 700;
        height: .3rem;
        line-height: .3rem;
        margin: 0 auto ;
        overflow: hidden;
        text-overflow: -o-ellipsis-lastline;
        text-overflow: ellipsis;
        width: 3.2rem
    }

    .content .con-3 .game-window .game-container .play-container .play-box .play-button {
        position: relative;
        background-color: #7524F9;
        border-radius: .2rem;
        box-shadow: 0 .04rem .08rem 0 rgba(0, 0, 0, .25);
        cursor: pointer;
        display: flex;
        height: .75rem;
        margin: .28rem auto 0;
        width: 4rem
    }

    .content .con-3 .game-window .game-container .play-container .play-box .play-button img {
        position: absolute;
        top: 50%;
        left: 0.5rem;
        transform: translate(0, -50%);
        width: 0.3rem;
        height: 0.3rem;
    }

    .content .con-3 .game-window .game-container .play-container .play-box .play-button .text {
        color: #f1f1f1;
        font-size: .25rem;
        font-weight: 700;
        height: .75rem;
        line-height: .75rem;
        margin: 0 auto;
        text-align: center
    }

    .content .con-3 .game-window .game-container .play-container .play-box .play-button .next {
        margin-left: .16rem;
        margin-top: .18rem
    }

    .content .con-3 .game-window .game-container .game-load {
        background-color: #FCFEF3;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 50
    }


    .content .con-3 .game-window .game-container .game-load .load-warp {
        left: 51%;
        position: absolute;
        text-align: center;
        top: 62%;
        transform: translate(-50%, -50%)
    }

    .content .con-3 .game-window .game-container .game-load .load-warp .progress {
        color: #FCFEF3;
        font-size: .26rem
    }

    .content .con-3 .game-window .game-container .game-player {
        background-color: #FCFEF3;
        height: 100%;
        position: relative
    }

    .content .con-3 .game-window .game-container .game-player .player-float {
        display: none
    }

    .content .con-3 .game-window .game-container .game-player .player-container {
        height: 100%;
        position: relative;
        width: 100%
    }

    .content .con-3 .game-window .game-container .game-player .player-container #gameIframe {
        height: 100%;
        width: 100%
    }

    .content .con-3 .game-window .game-container .game-player .player-container .full-mask {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10
    }

    .content .con-3 .game-window .game-container .game-player .player-cross {
        display: none
    }

    .content .con-3 .game-window .game-container .game-player.portrait .player-float .multi-btn {
        align-items: center;
        background-color: #ffd932;
        border: .04rem solid #fff;
        border-radius: .16rem;
        display: flex;
        left: 0;
        padding: .2rem .23rem;
        position: absolute;
        top: .4rem;
        z-index: 1
    }

    .content .con-3 .game-window .game-container .game-player.portrait .player-float .multi-btn .icon-collection {
        display: none;
        margin-left: .16rem;
        margin-top: .05rem
    }

    .content .con-3 .game-window .game-container .game-player.portrait .player-cross {
        background-color: #FCFEF3;
        overflow: auto;
        padding: .14rem .24rem;
        white-space: nowrap
    }

    .content .con-3 .game-window .game-container .game-player.portrait .player-cross .game {
        border-radius: .08rem;
        display: inline-block;
        height: 1.12rem;
        margin-right: .22rem;
        width: 1.12rem
    }

    .content .con-3 .game-window .game-container .game-player.portrait .player-cross .pic {
        border-radius: .08rem
    }

    .content .con-3 .game-window .game-container .game-player.portrait .player-cross .game:last-child {
        margin-right: 0
    }

    .content .con-3 .game-window .game-container .game-player.landscape .player-float .multi-btn {
        align-items: center;
        background-color: #ffd932;
        border: .04rem solid #fff;
        border-radius: .16rem;
        display: flex;
        left: -.37rem;
        padding: .1rem .115rem;
        position: absolute;
        top: .2rem;
        transform: scale(.5);
        z-index: 1
    }

    .content .con-3 .game-window .game-container .game-player.landscape .player-float .multi-btn .icon-collection {
        display: none;
        margin-left: .16rem;
        margin-top: .05rem
    }

    .content .con-3 .game-window .game-container .game-player.landscape .player-cross {
        background-color: #FCFEF3;
        box-sizing: border-box;
        height: 100%;
        overflow: auto;
        padding: .12rem .07rem
    }

    .content .con-3 .game-window .game-container .game-player.landscape .player-cross .game {
        border-radius: .08rem;
        display: block;
        height: .56rem;
        margin-bottom: .11rem;
        width: .56rem
    }

    .content .con-3 .game-window .game-container .game-player.landscape .player-cross .pic {
        border-radius: .08rem
    }

    .content .con-3 .game-window .game-container .game-player.landscape .player-cross .game:last-child {
        margin-bottom: 0
    }

    .content .con-3 .game-window .game-container .game-player.full {
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 150
    }

    .content .con-3 .game-window .game-container .game-player.full.landscape {
        align-items: center;
        display: flex
    }

    .content .con-3 .game-window .game-container .game-player.full .player-cross,
    .content .con-3 .game-window .game-container .game-player.full .player-float {
        display: block
    }

    .content .con-3 .game-window .game-toolbar {
        display: none
    }

    .content .con-3 .click-play {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 6rem
    }

    .content .con-3 .click-play .banner {
        display: none
    }

    .content .con-3 .click-play .banner .banner-left {
        background-color: #FCFEF3;
        border: .02rem solid #fff;
        height: .58rem;
        margin-right: .04rem;
        width: .04rem
    }

    .content .con-3 .click-play .banner .banner-center {
        display: flex;
        height: .58rem;
        width: 5.8rem
    }

    .content .con-3 .click-play .banner .banner-center .home {
        color: #4d4d4d;
        font-size: .26rem;
        font-weight: 700;
        line-height: 38rem;
        margin-left: .18rem
    }

    .content .con-3 .click-play .banner .banner-center .title-text {
        color: #fff;
        font-size: .26rem;
        font-weight: 700;
        line-height: .58rem;
        margin-left: .14rem;
        text-align: center
    }

    .content .con-3 .click-play .banner .banner-center .home:hover {
        color: #27afff
    }



    .content .con-3 .click-play .game-list .game:nth-child(6) {
        margin-right: 0
    }

    .content .con-3 .click-play .game-list .game-box:nth-child(4),
    .content .con-3 .click-play .game-list .game-box:nth-child(5),
    .content .con-3 .click-play .game-list .game-box:nth-child(6) {
        display: none
    }

    .content .con-3>.adv {
        height: auto;
        margin-top: .16rem
    }

    .content .con-3 .more-games {
        margin: .16rem auto;
        width: 6rem
    }

    .content .con-3 .more-games .banner {
        display: flex;
        height: .58rem;
        margin-bottom: .14rem;
        position: relative
    }

    .content .con-3 .more-games .banner .banner-left {
        background-color: #FCFEF3;
        border: .02rem solid #fff;
        height: .58rem;
        margin-right: .04rem;
        width: .04rem
    }

    .content .con-3 .more-games .banner .banner-center {
        background-color: #FCFEF3;
        border: .02rem solid #fff;
        display: flex;
        height: .58rem;
        width: 5.8rem
    }

    .content .con-3 .more-games .banner .banner-center .home {
        color: #4d4d4d;
        font-size: .26rem;
        font-weight: 700;
        line-height: 38rem;
        margin-left: .18rem
    }

    .content .con-3 .more-games .banner .banner-center .title-text {
        color: #000;
        font-size: .26rem;
        font-weight: 700;
        line-height: .58rem;
        margin-left: .14rem;
        width:100%;
        text-align: center
    }

    .content .con-3 .more-games .banner .banner-center .home:hover {
        color: #27afff
    }

    .content .con-3 .more-games .banner .banner-right {
        background-color: #FCFEF3;
        border: .02rem solid #fff;
        height: .58rem;
        margin-left: .04rem;
        width: .04rem
    }

    .content .con-3 .more-games .box {
        display: flex;
        flex-wrap: wrap;
        width: 6rem
    }

    .content .con-3 .more-games .box .load-more {
        background-color: #009efd;
        border-radius: .12rem;
        box-shadow: 0 .04rem .08rem 0 rgba(0, 0, 0, .25);
        cursor: pointer;
        display: flow-root;
        height: .52rem;
        line-height: .52rem;
        margin: .32rem auto;
        text-align: center;
        width: 3.46rem
    }

    .content .con-3 .more-games .box .load-more .text {
        color: #f1f1f1;
        font-size: .18rem;
        font-weight: 700
    }

    

    .game-list {
        display: flex;
        flex-wrap: wrap;
        width: 6rem
    }

    .game-list .game-box {
        position: relative
    }


    .game-list .game-box .game {
        border-radius: .16rem;
        float: left;
        height: 1.88rem;
        margin-bottom: .16rem;
        margin-right: .12rem;
        position: relative;
        width: 1.88rem
    }

    .game-list .game-box .game .pic {
        border-radius: .16rem;
        height: 1.88rem;
        width: 1.88rem
    }
    .game-list .game-box .game .name{
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        height:0.5rem;
        line-height: 0.5rem;
        color:#fff;
        background-color:rgba(0, 0, 0, .75);
        border-bottom-left-radius: 0.2rem;
        border-bottom-right-radius: 0.2rem;
        display: block;
        font-size:12px;
        text-align: center;

    }

    .game-list .game-box:hover {
        z-index: 10
    }

    .game-list .game-box:hover .game {
        transform: scale(1.2);
        transition: all .3s ease-out
    }

    .game-list .game:nth-child(3n) {
        margin-right: 0
    }

    

    .sprite {
        background-size: 2.09rem 1.36rem
    }

    .icon-star.full {
        background-position: 0 -.38rem
    }

    .icon-star.half {
        background-position: -.35rem -.38rem
    }

    .icon-collection {
        background-position: -.72rem -.76rem;
        height: .52rem;
        width: .52rem
    }

    .icon-back {
        background-position: -1.46rem -.38rem;
        height: .48rem;
        width: .48rem
    }

    .bottom-navbar {
        font-size: 0;
        height: .72rem;
        overflow: hidden;
        text-align: center;

    }

    .bottom-navbar>a {
        color:#000;
        font-size: .22rem;
        line-height: .72rem;
        position: relative;
        text-decoration: none;
        font-weight: bold;
    }

    .bottom-navbar>a:not(:last-child) {
        margin-right: .3rem
    }

    .bottom-navbar>a:not(:last-child):before {
        background-color: #333;
        content: "";
        height: .23rem;
        position: absolute;
        right: -.16rem;
        top: 50%;
        transform: translateY(-50%);
        width: .01rem
    }

    .bottom-navbar>a {
        color: #000
    }

    .bottom-navbar>a:not(:last-child):before {
        background-color: #000
    }
}

/* html::-webkit-scrollbar {
    width: 8px
}

html::-webkit-scrollbar-thumb {
    background-color: #FCFEF3;
    border-radius: 4px
}

html::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 4px
} */

body {
    background-color: #FCFEF3;
    font-size: 0
}

.pic,
.sprite {
    display: block
}

.pic {
    height: 100%;
    width: 100%
}

.name {
    font-size: 0;
    overflow: hidden
}

.mobile {
    display: none !important
}

@media screen and (max-width:768px) {
    .pc {
        display: none !important
    }

    .mobile {
        display: flex !important
    }
}