#back-drop {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0/80%);
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none
}

#back-drop img {
    width: 80px;
    position: absolute;
    top: -90px;
    transform: scaleX(-1) rotate(24deg)
}

#back-drop .inner {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    width: 500px;
    position: absolute;
    top: 240px;
    left: 24%
}

#back-drop .inner-text {
    color: #fff;
    font-size: 30px;
    line-height: 36px
}

#back-drop .inner-text strong {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    vertical-align: baseline
}
@-webkit-keyframes rotationBack {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes rotationBack {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}
@keyframes shake {
    28%,
    46% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0);
    }
    28.4%,
    45.3% {
        -webkit-transform: translate3d(-1px, -1px, 0) rotate(5deg);
        transform: translate3d(-1px, -1px, 0) rotate(5deg);
    }
    30.5%,
    43.2% {
        -webkit-transform: translate3d(2px, -4px, 0) rotate(-2deg);
        transform: translate3d(2px, -4px, 0) rotate(-2deg);
    }
    32.6%,
    36.8%,
    41.1% {
        -webkit-transform: translate3d(-4px, -1px, 0) rotate(3deg);
        transform: translate3d(-4px, -1px, 0) rotate(3deg);
    }
    34.7%,
    38.9% {
        -webkit-transform: translate3d(4px, 2px, 0) rotate(-4deg);
        transform: translate3d(4px, 2px, 0) rotate(-4deg);
    }
}
@media screen and (orientation: portrait) {
    .game-box {
        width: 6.9rem;
        margin: 0 auto;
        z-index: 1;
        padding-left: .36rem
    }

    .game-item {
        float: left;
        height: 2.06rem;
        width: 2.06rem;
        background-color: #fff;
        border-radius: .3rem;
        box-shadow: 0 .12rem .24rem 0 rgba(0, 0, 0, .24);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden
    }

    #s_logo0, .game-box-two-two a {
        margin: .18rem .18rem .18rem 0
    }

    #s_logo1, #s_logo2, #s_logo3, #s_logo4 {
        margin: .18rem
    }

    .m_logo_0, .m_logo_1 {
        float: left;
        height: 4.48rem;
        width: 4.48rem
    }

    .m_logo_0 {
        margin: .18rem .18rem .18rem 0;
        animation: shake 4800ms ease 0s infinite normal none running
    }

    .m_logo_1 {
        margin-right: .18rem;
        margin-top: .18rem
    }

    .game-box-two-two {
        float: left;
        width: 2.42rem
    }

    .game-box-two-two a {
        float: left
    }

    .game-box-two-four {
        float: left
    }

    .game-box-two-four a {
        margin: .18rem
    }

    #s_logo10, #s_logo7 {
        margin-left: 0
    }

    .game-classification {
        height: 9.32rem;
        width: 4.66rem;
        float: left
    }

    .tag_logo_0, .tag_logo_1, .tag_logo_2, .tag_logo_3 {
        float: left;
        width: 4.48rem;
        height: 2.06rem;
        margin: 0 .18rem .18rem 0
    }

    .tag_logo_1, .tag_logo_2, .tag_logo_3 {
        margin: .18rem .18rem .18rem 0
    }

    .tag_logo_3 {
        margin: .18rem .18rem 0 0
    }

    #s_logo13 {
        margin: 0 0 .18rem .18rem
    }

    #s_logo14, #s_logo15, #s_logo16 {
        margin: .18rem 0 .18rem .18rem
    }

    .game-box-three a:nth-child(3n+6) {
        margin: .18rem .18rem .18rem 0
    }

    .game-box-three a:nth-child(3n+7) {
        margin: .18rem
    }

    .game-box-three a:nth-child(3n+8) {
        margin: .18rem 0 .18rem .18rem
    }

    .background-box, body {
        background-color: #00b18f
    }

    body {
        margin: 0
    }

    .background-box {
        opacity: .5;
        z-index: 0;
        -webkit-transform: translate3d(0, 0, 0);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url(//img.ufunnygames.com/image/background1.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover
    }

    .app, body {
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: flex-start
    }

    .app {
        z-index: 10;
        -webkit-transform: translate3d(0, 0, 10px);
        min-height: 100vh;
        font-family: Arial
    }

    .page-top {
        width: 100%;
        height: .9rem;
        position: fixed;
        top: 0;
        left: 0;
        background-color: transparent;
        z-index: 100;
        -webkit-transform: translate3d(0, 0, 100px)
    }

    .top-header {
        width: 100%;
        height: .96rem;
        background-color: #00b18f;
        z-index: 99;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        margin: 0 auto
    }

    .icon-button {
        width: .36rem;
        height: .24rem;
        margin: .32rem
    }

    .top-header-title {
        color: #fff;
        height: .55rem;
        font-weight: 700;
    }

    .top-header-line {
        height: .05rem;
        width: 100%;
        background-color: #f5f7f8;
        z-index: 100;
        -webkit-transform: translate3d(0, 0, 100px);
        margin: 0 auto
    }

    .nav-window {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        display: flex;
        flex-flow: column nowrap;
        align-items: flex-start;
        justify-content: flex-start;
        z-index: 101;
        -webkit-transform: translate3d(0, 0, 101px)
    }

    .nav-box {
        width: 4.4rem;
        background-color: #fff;
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        top: 0;
        z-index: 102;
        -webkit-transform: translate3d(0, 0, 102px)
    }

    .hide-nav-window, .show-nav-window {
        transition: .3s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease
    }

    .show-nav-window {
        box-shadow: 0 .06rem .07rem 0 rgba(0, 0, 0, .4);
        left: 0;
        background-color: #b5e6e6;
    }

    .hide-nav-window {
        left: -4.4rem
    }

    .nav-top-title {
        width: 4.4rem;
        height: .96rem;
        font-size: .48rem;
        font-weight: 700;
        color: #fff;
        background-color: #000;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        position: sticky;
        top: 0
    }

    .nav-top-icon-close {
        width: .48rem;
        height: .48rem;
        margin: 0 .32rem
    }

    .nav-item {
        text-decoration: none;
        color: #000;
        height: 1.56rem;
        font-size: .36rem;
        margin-top: .12rem;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: flex-start;
        width: 4.4rem;
        box-shadow: 0 .02rem 0 0 rgba(0, 0, 0, .08);
        font-weight: 700
    }

    .nav-item-logo {
        max-width: .96rem;
        max-height: .76rem;
        height: auto;
        margin-bottom: .2rem;
        margin-top: .1rem
    }

    .page-top-tag-title {
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 1px);
        margin-top: 1.16rem;
        width: 6.9rem;
        line-height: .84rem;
        text-align: center;
        color: #fff;
        font-size: .48rem;
        background: rgba(0, 0, 0, .06);
        border-radius: .08rem;
        font-weight: 700
    }

    .tag-item {
        height: 2.06rem;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        border-radius: .24rem;
        position: relative;
        box-shadow: 0 .12rem .24rem 0 rgba(0, 0, 0, .24);
        overflow: hidden
    }

    .tag-img {
        max-width: 1.44rem;
        max-height: 1.44rem;
        margin-left: .3rem;
        margin-right: .28rem
    }

    .tag-left, .tag-right {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .tag-left {
        width: 2.02rem;
        height: 100%;
        flex-flow: row nowrap;
        background-color: #fff
    }

    .tag-right {
        flex: 1;
        height: 2.06rem;
        background: rgba(255, 255, 255, .48);
        color: #fff;
        font-size: .3rem;
        flex-flow: row wrap;
        font-weight: 700;
        border-radius: 0 .24rem .24rem 0
    }

    .game-item-loading, .game-item-loading-m {
        width: .99rem;
        height: .99rem;
        animation: rotationBack 5s linear infinite reverse;
        -moz-animation: rotationBack 5s linear infinite reverse;
        -webkit-animation: rotationBack 5s linear infinite reverse;
        z-index: 10;
        -webkit-transform: translate3d(0, 0, 10px);
        position: relative;
        font-size: .32rem
    }

    .game-item-loading-m {
        width: 1.98rem;
        height: 1.98rem;
        font-size: .65rem
    }

    .game-item-loading-bg, .game-item-loading-bg-m {
        width: 1.86rem;
        height: 1.86rem;
        background-color: #42f1cb;
        position: absolute;
        top: .1rem;
        left: .1rem;
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 1px);
        border-radius: .24rem
    }

    .game-item-loading-bg-m {
        width: 4.28rem;
        height: 4.28rem
    }

    .game-item-image, .game-item-image-m {
        width: 1.86rem;
        height: 1.86rem;
        border-radius: .24rem;
        position: absolute;
        left: 2.06rem
    }

    .game-item-image-m {
        width: 4.28rem;
        height: 4.28rem;
        left: 4.48rem
    }

    .bottom-box {
        width: 6.86rem;
        height: auto;
        padding-bottom: .2rem;
        box-shadow: 0 .12rem .24rem 0 rgba(0, 0, 0, .24);
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: flex-start;
        background-color: rgba(255, 255, 255, .48);
        margin-bottom: .32rem;
        margin-top: .3rem;
        z-index: 20;
        -webkit-transform: translate3d(0, 0, 20px);
        border-radius: .16rem
    }

    .bottom-title {
        font-size: .36rem;
        font-weight: 700;
        color: #000;
        width: 6.2rem;
        height: .3rem;
        line-height: .3rem;
        margin-top: .48rem;
        margin-bottom: .26rem
    }

    .bottom-contents {
        font-size: .28rem;
        line-height: .36rem;
        color: rgba(0, 0, 0, .6);
        width: 6.2rem;
        font-weight: 700;
        margin-bottom: .48rem
    }

    .bottom-bg-box {
        width: 7.5rem;
        height: 1.2rem;
        background: rgba(255, 255, 255, .48);
        position: relative;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        z-index: 20;
        -webkit-transform: translate3d(0, 0, 20px)
    }

    .bottom-link {
        font-size: .24rem;
        color: #000;
        margin: 0 .36rem;
        text-decoration: none;
        font-weight: 700
    }

    .hot-fire {
        width: .44rem;
        height: .79rem;
        position: absolute;
        top: -.24rem;
        left: -.16rem;
        z-index: 10;
        -webkit-transform: translate3d(0, 0, 10px);
        display: none
    }

    .ad1, .ad2 {
        width: 100%;
        text-align: center;
        font-size: .3rem;
        color: rgba(255, 255, 255, .5);
        margin: .16rem 0
    }

    .game-box-pad {
        margin: .7rem auto 0;
        width: 7.56rem;
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 1px)
    }

    .game-item-pad {
        float: left;
        width: .88rem;
        background-color: #fff;
        border-radius: .18rem;
        height: .88rem;
        box-shadow: 0 .06rem .12rem 0 rgba(0, 0, 0, .24);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden
    }

    .game-box-pad-top-left {
        width: 1.02rem;
        height: 3.04rem;
        float: left
    }

    .game-box-pad-middle-left a, .game-box-pad-middle-right a, .game-box-pad-middle-right-mlogo a, .game-box-pad-top-left a, .game-box-pad-top-right a, .game-box-pad3-middle-right a, .game-box-pad4-middle-right a, .m_logo_0-pad {
        margin: .099rem
    }

    .m_logo_0-pad {
        width: 1.96rem;
        height: 1.96rem
    }

    .game-box-pad-top-right {
        float: left
    }

    .m_logo_1-pad {
        margin: .099rem
    }

    .m_logo_1-pad, .m_logo_2-pad, .m_logo_3-pad {
        width: 1.96rem;
        height: 1.96rem
    }

    .game-box-pad-middle-right-mlogo {
        width: 4.32rem;
        height: 2.16rem;
        float: left
    }

    .game-box-pad-middle-left {
        float: left;
        width: 3.24rem;
        height: 4.32rem
    }

    .game-box-pad3-middle-right {
        float: left;
        width: 3.24rem;
        height: 1.96rem
    }

    .m_logo_4-pad, .m_logo_5-pad {
        width: 1.96rem;
        height: 1.96rem;
        margin: .099rem
    }

    .game-box-pad-tag {
        width: 4.32rem;
        float: left
    }

    .game-box-pad-tag a {
        width: 1.96rem;
        margin: .099rem;
        float: left
    }

    .game-box-pad-bottom a, .l_logo_0-pad {
        margin: .099rem
    }

    .l_logo_0-pad, .l_logo_1-pad {
        float: left;
        height: 3.04rem;
        width: 3.04rem
    }

    .app-pad {
        z-index: 10;
        -webkit-transform: translate3d(0, 0, 10px);
        width: 100%;
        min-height: 100vh;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: flex-start;
        font-family: Arial
    }

    .page-top-pad {
        width: 100%;
        height: .53rem;
        position: fixed;
        top: 0;
        left: 0;
        background-color: transparent;
        z-index: 100;
        -webkit-transform: translate3d(0, 0, 100px)
    }

    .top-header-pad {
        width: 100%;
        height: .48rem;
        background-color: #00b18f;
        z-index: 99;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        margin: 0 auto
    }

    .icon-button-pad {
        width: .18rem;
        height: .12rem;
        margin-left: .19rem
    }

    .top-header-title-pad {
        height: .32rem;
        margin-left: .19rem
    }

    .top-header-line-pad {
        height: .01rem;
        width: 100%;
        background-color: #f5f7f8;
        z-index: 100;
        -webkit-transform: translate3d(0, 0, 100px);
        margin: 0 auto
    }

    .nav-window-pad {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        display: flex;
        flex-flow: column nowrap;
        align-items: flex-start;
        justify-content: flex-start;
        z-index: 101;
        -webkit-transform: translate3d(0, 0, 101px)
    }

    .nav-box-pad {
        width: 2.2rem;
        background-color: #fff;
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        top: 0;
        z-index: 102;
        -webkit-transform: translate3d(0, 0, 102px)
    }

    .hide-nav-window-pad, .show-nav-window-pad {
        transition: .3s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease
    }

    .show-nav-window-pad {
        box-shadow: 0 .06rem .07rem 0 rgba(0, 0, 0, .4);
        left: 0
    }

    .hide-nav-window-pad {
        left: -2.2rem
    }

    .nav-top-title-pad {
        width: 2.2rem;
        height: .48rem;
        font-size: .24rem;
        font-weight: 700;
        color: #fff;
        background-color: #000;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        position: sticky;
        top: 0
    }

    .nav-top-icon-close-pad {
        width: .24rem;
        height: .24rem;
        margin: 0 .16rem
    }

    .nav-item-pad {
        text-decoration: none;
        color: #000;
        height: .77rem;
        font-size: .18rem;
        margin-top: .02rem;
        padding-bottom: .01rem;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: center;
        width: 2.2rem;
        box-shadow: 0 .01rem 0 0 rgba(0, 0, 0, .08);
        font-weight: 700
    }

    .nav-item-logo-pad {
        max-width: .48rem;
        min-width: .44rem;
        max-height: .48rem;
        margin-bottom: .05rem
    }

    .tag-item-pad {
        height: .88rem;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        border-radius: .12rem;
        overflow: hidden;
        position: relative;
        box-shadow: 0 .06rem .12rem 0 rgba(0, 0, 0, .24)
    }

    .tag-img-pad {
        max-width: .72rem;
        max-height: .72rem;
        margin-left: .08rem;
        margin-right: .08rem
    }

    .tag-left-pad, .tag-right-pad {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .tag-left-pad {
        width: .88rem;
        height: 100%;
        flex-flow: row nowrap;
        background-color: #fff
    }

    .tag-right-pad {
        flex: 1;
        height: .88rem;
        background: rgba(255, 255, 255, .48);
        color: #fff;
        font-size: .14rem;
        flex-flow: row wrap;
        font-weight: 700;
        border-radius: 0 .12rem .12rem 0;
        text-align: center;
        padding: 0 .16rem
    }

    .game-item-loading-m-pad, .game-item-loading-pad {
        width: .42rem;
        height: .42rem;
        animation: rotationBack 5s linear infinite reverse;
        -moz-animation: rotationBack 5s linear infinite reverse;
        -webkit-animation: rotationBack 5s linear infinite reverse;
        z-index: 10;
        -webkit-transform: translate3d(0, 0, 10px);
        position: relative;
        font-size: .12rem
    }

    .game-item-loading-m-pad {
        width: .99rem;
        height: .99rem;
        font-size: .32rem
    }

    .game-item-loading-bg-m-pad, .game-item-loading-bg-pad {
        width: .76rem;
        height: .76rem;
        background-color: #42f1cb;
        position: absolute;
        top: .06rem;
        left: .06rem;
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 1px);
        border-radius: .12rem
    }

    .game-item-loading-bg-m-pad {
        width: 1.84rem;
        height: 1.84rem
    }

    .game-item-image-pad {
        width: .76rem;
        height: .76rem;
        border-radius: .12rem;
        position: absolute;
        left: .88rem
    }

    .game-item-image-l-pad, .game-item-image-m-pad {
        width: 1.84rem;
        height: 1.84rem;
        border-radius: .12rem;
        position: absolute;
        left: 1.96rem
    }

    .game-item-image-l-pad {
        width: 2.92rem;
        height: 2.92rem;
        left: 3.04rem
    }

    .game-item-loading-l-pad {
        width: 1.98rem;
        height: 1.98rem;
        animation: rotationBack 5s linear infinite reverse;
        -moz-animation: rotationBack 5s linear infinite reverse;
        -webkit-animation: rotationBack 5s linear infinite reverse;
        z-index: 10;
        -webkit-transform: translate3d(0, 0, 10px);
        position: relative;
        font-size: .65rem
    }

    .game-item-loading-bg-l-pad {
        width: 2.92rem;
        height: 2.92rem;
        background-color: #42f1cb;
        position: absolute;
        top: .06rem;
        left: .06rem;
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 1px);
        border-radius: .12rem
    }

    .bottom-box-pad {
        width: 7.36rem;
        height: auto;
        padding-bottom: .2rem;
        box-shadow: 0 .12rem .24rem 0 rgba(0, 0, 0, .24);
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: flex-start;
        background-color: rgba(255, 255, 255, .48);
        margin-bottom: .32rem;
        margin-top: .3rem;
        z-index: 20;
        -webkit-transform: translate3d(0, 0, 20px);
        border-radius: .16rem
    }

    .bottom-title-pad {
        font-size: .24rem;
        color: #000;
        width: 7.04rem;
        height: .33rem;
        line-height: .33rem;
        margin-top: .24rem;
        margin-bottom: .12rem
    }

    .bottom-contents-pad {
        font-size: .14rem;
        line-height: .2rem;
        color: rgba(0, 0, 0, .6);
        width: 7.04rem;
        font-weight: 700
    }

    .bottom-bg-box-pad {
        width: 100%;
        height: .7rem;
        background: rgba(255, 255, 255, .48);
        position: relative;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        z-index: 20;
        -webkit-transform: translate3d(0, 0, 20px)
    }

    .bottom-link-pad {
        font-size: .18rem;
        color: #000;
        margin: 0 .36rem;
        text-decoration: none
    }

    .ad1-pad, .ad2-pad, .ad3-pad {
        color: rgba(255, 255, 255, .5);
        grid-column: 1/span 7;
        grid-row: 4;
        height: auto;
        text-align: center;
        font-size: .18rem
    }

    .ad2-pad, .ad3-pad {
        grid-row: 11
    }

    .ad3-pad {
        display: none;
        grid-row: 15
    }

    .hot-fire-pad {
        width: .22rem;
        height: .39rem;
        position: absolute;
        top: -.12rem;
        left: -.08rem;
        z-index: 10;
        -webkit-transform: translate3d(0, 0, 10px);
        display: none
    }
}

@media screen and (orientation: landscape) {
    .game-box {
        margin: 0 auto;
        z-index: 1
    }

    .game-item {
        float: left;
        height: 2.06rem;
        width: 2.06rem;
        background-color: #fff;
        border-radius: .3rem;
        box-shadow: 0 .12rem .24rem 0 rgba(0, 0, 0, .24);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden
    }

    .game-box-one-six {
        width: 7.26rem;
        float: left
    }

    .game-box-one-two, .m_logo_1 {
        float: left;
        width: 2.3rem
    }

    #s_logo6, #s_logo7 {
        margin-right: 0
    }

    .game-box-one a, .game-box-three a, .game-box-two a {
        margin: .18rem
    }

    .m_logo_1 {
        width: 4.48rem;
        height: 4.48rem
    }

    .game-box-two-four {
        width: 4.84rem;
        float: left
    }

    .game-classification {
        width: 4.48rem;
        height: 9.32rem;
        float: left;
        margin-left: .18rem;
        margin-right: .18rem
    }

    .game-classification a {
        width: 4.48rem;
        margin-bottom: .36rem;
        margin-left: 0
    }

    .m_logo_0 {
        float: left;
        margin-right: 0;
        height: 4.48rem;
        width: 4.48rem;
        animation: shake 4800ms ease 0s infinite normal none running
    }

    .background-box, body {
        background-color: #00b18f
    }

    body {
        margin: 0
    }

    .background-box {
        opacity: .5;
        z-index: 0;
        -webkit-transform: translate3d(0, 0, 0);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url(//img.ufunnygames.com/image/background1.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover
    }

    .app, body {
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: flex-start
    }

    .app {
        z-index: 10;
        -webkit-transform: translate3d(0, 0, 10px);
        min-height: 100vh;
        font-family: Arial
    }

    .page-top {
        width: 100%;
        height: 48px;
        position: fixed;
        top: 0;
        left: 0;
        background-color: transparent;
        z-index: 100;
        -webkit-transform: translate3d(0, 0, 100px)
    }

    .top-header {
        width: 100%;
        height: 48px;
        background-color: #00b18f;
        z-index: 99;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        margin: 0 auto
    }

    .icon-button {
        width: 18px;
        height: 12px;
        margin-left: 19px
    }

    .top-header-title {
        color: #fff;
        height: .55rem;
        font-weight: 700;
        margin-left: .38rem
    }

    .top-header-line {
        height: .05rem;
        width: 100%;
        background-color: #f5f7f8;
        z-index: 100;
        -webkit-transform: translate3d(0, 0, 100px);
        margin: 0 auto
    }

    .nav-window {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        display: flex;
        flex-flow: column nowrap;
        align-items: flex-start;
        justify-content: flex-start;
        z-index: 101;
        -webkit-transform: translate3d(0, 0, 101px)
    }

    .nav-box {
        width: 4.4rem;
        background-color: #fff;
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        top: 0;
        z-index: 102;
        -webkit-transform: translate3d(0, 0, 102px)
    }

    .hide-nav-window, .show-nav-window {
        transition: .3s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease
    }

    .show-nav-window {
        box-shadow: 0 .06rem .07rem 0 rgba(0, 0, 0, .4);
        left: 0
    }

    .hide-nav-window {
        left: -4.4rem
    }

    .nav-top-title {
        width: 4.4rem;
        height: .96rem;
        font-size: .48rem;
        font-weight: 700;
        color: #fff;
        background-color: #000;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        position: sticky;
        top: 0
    }

    .nav-top-icon-close {
        width: .48rem;
        height: .48rem;
        margin: 0 .32rem
    }

    .nav-item {
        text-decoration: none;
        color: #000;
        height: 1.56rem;
        font-size: .36rem;
        margin-top: .12rem;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: flex-start;
        width: 4.4rem;
        box-shadow: 0 .02rem 0 0 rgba(0, 0, 0, .08);
        font-weight: 700
    }

    .nav-item-logo {
        max-width: .96rem;
        max-height: .76rem;
        height: auto;
        margin-bottom: .2rem;
        margin-top: .1rem
    }

    .page-top-tag-title {
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 1px);
        margin-top: 1.16rem;
        width: 6.9rem;
        line-height: .84rem;
        text-align: center;
        color: #fff;
        font-size: .48rem;
        background: rgba(0, 0, 0, .06);
        border-radius: .08rem;
        font-weight: 700
    }

    .tag-item {
        height: 2.06rem;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        border-radius: .24rem;
        position: relative;
        box-shadow: 0 .12rem .24rem 0 rgba(0, 0, 0, .24);
        overflow: hidden
    }

    .tag-img {
        max-width: 1.44rem;
        max-height: 1.44rem;
        margin-left: .3rem;
        margin-right: .28rem
    }

    .tag-left, .tag-right {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .tag-left {
        width: 2.02rem;
        height: 100%;
        flex-flow: row nowrap;
        background-color: #fff
    }

    .tag-right {
        flex: 1;
        height: 2.06rem;
        background: rgba(255, 255, 255, .48);
        color: #fff;
        font-size: .3rem;
        flex-flow: row wrap;
        font-weight: 700;
        border-radius: 0 .24rem .24rem 0
    }

    .game-item-loading, .game-item-loading-m {
        width: .96rem;
        height: .96rem;
        animation: rotationBack 5s linear infinite reverse;
        -moz-animation: rotationBack 5s linear infinite reverse;
        -webkit-animation: rotationBack 5s linear infinite reverse;
        z-index: 10;
        -webkit-transform: translate3d(0, 0, 10px);
        position: relative;
        font-size: .31rem
    }

    .game-item-loading-m {
        width: 1.98rem;
        height: 1.98rem;
        font-size: .65rem
    }

    .game-item-loading-bg, .game-item-loading-bg-m {
        width: 1.86rem;
        height: 1.86rem;
        background-color: #42f1cb;
        position: absolute;
        top: .1rem;
        left: .1rem;
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 1px);
        border-radius: .24rem
    }

    .game-item-loading-bg-m {
        width: 4.28rem;
        height: 4.28rem
    }

    .game-item-image, .game-item-image-m {
        width: 1.86rem;
        height: 1.86rem;
        border-radius: .24rem;
        position: absolute;
        left: 2.06rem
    }

    .game-item-image-m {
        width: 4.28rem;
        height: 4.28rem;
        left: 4.48rem
    }

    .bottom-box {
        width: 90%;
        max-width: 754px;
        height: auto;
        padding-bottom: 10px;
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .24);
        display: flex;
        flex-flow: column nowrap;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: rgba(255, 255, 255, .48);
        margin-bottom: 16px;
        margin-top: 15px;
        z-index: 20;
        -webkit-transform: translate3d(0, 0, 20px);
        border-radius: 8px
    }

    .bottom-title {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        width: auto;
        padding: 0 20px;
        height: 20px;
        line-height: 20px;
        margin-top: 18px;
        margin-bottom: 10px
    }

    .bottom-contents {
        font-size: 16px;
        color: #321945;
        width: auto;
        padding: 0 20px
    }

    .bottom-bg-box {
        width: 100%;
        height: 71px;
        background: rgba(255, 255, 255, .48);
        position: relative;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        z-index: 20;
        -webkit-transform: translate3d(0, 0, 20px)
    }

    .bottom-link {
        font-size: 12px;
        color: #000;
        margin: 0 18px;
        text-decoration: none;
        font-weight: 700
    }

    .bottom-line, .hot-fire {
        position: absolute;
        display: none
    }

    .bottom-line {
        width: 100%;
        max-width: 768px;
        height: 5px;
        background-color: #ec5900;
        bottom: 0;
        left: 0
    }

    .hot-fire {
        width: .44rem;
        height: .79rem;
        top: -.24rem;
        left: -.16rem;
        z-index: 10;
        -webkit-transform: translate3d(0, 0, 10px)
    }

    .ad1, .ad2 {
        width: 100%;
        text-align: center;
        font-size: 15px;
        color: rgba(255, 255, 255, .5);
        margin: .16rem 0
    }

    .game-box-pad {
        margin: .7rem auto 0;
        width: 7.56rem;
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 1px)
    }

    .game-item-pad {
        float: left;
        width: .88rem;
        background-color: #fff;
        border-radius: .18rem;
        height: .88rem;
        box-shadow: 0 .06rem .12rem 0 rgba(0, 0, 0, .24);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden
    }

    .game-box-pad-top-left {
        width: 1.02rem;
        height: 3.04rem;
        float: left
    }

    .game-box-pad-middle-left a, .game-box-pad-middle-right a, .game-box-pad-middle-right-mlogo a, .game-box-pad-top-left a, .game-box-pad-top-right a, .game-box-pad3-middle-right a, .game-box-pad4-middle-right a, .m_logo_0-pad {
        margin: .099rem
    }

    .m_logo_0-pad {
        width: 1.96rem;
        height: 1.96rem
    }

    .game-box-pad-top-right {
        float: left
    }

    .m_logo_1-pad {
        margin: .099rem
    }

    .m_logo_1-pad, .m_logo_2-pad, .m_logo_3-pad {
        width: 1.96rem;
        height: 1.96rem
    }

    .game-box-pad-middle-right-mlogo {
        width: 4.32rem;
        height: 2.16rem;
        float: left
    }

    .game-box-pad-middle-left {
        float: left;
        width: 3.24rem;
        height: 4.32rem
    }

    .game-box-pad3-middle-right {
        float: left;
        width: 3.24rem;
        height: 1.96rem
    }

    .m_logo_4-pad, .m_logo_5-pad {
        width: 1.96rem;
        height: 1.96rem;
        margin: .099rem
    }

    .game-box-pad-tag {
        width: 4.32rem;
        float: left
    }

    .game-box-pad-tag a {
        width: 1.96rem;
        margin: .099rem;
        float: left
    }

    .game-box-pad-bottom a, .l_logo_0-pad {
        margin: .099rem
    }

    .l_logo_0-pad, .l_logo_1-pad {
        float: left;
        height: 3.04rem;
        width: 3.04rem
    }

    .app-pad {
        z-index: 10;
        -webkit-transform: translate3d(0, 0, 10px);
        width: 100%;
        min-height: 100vh;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: flex-start;
        font-family: Arial
    }

    .page-top-pad {
        width: 100%;
        height: .53rem;
        position: fixed;
        top: 0;
        left: 0;
        background-color: transparent;
        z-index: 100;
        -webkit-transform: translate3d(0, 0, 100px)
    }

    .top-header-pad {
        width: 100%;
        height: .48rem;
        background-color: #00b18f;
        z-index: 99;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        margin: 0 auto
    }

    .icon-button-pad {
        width: .18rem;
        height: .12rem;
        margin-left: .19rem
    }

    .top-header-title-pad {
        height: .32rem;
        margin-left: .19rem
    }

    .top-header-line-pad {
        height: .01rem;
        width: 100%;
        background-color: #f5f7f8;
        z-index: 100;
        -webkit-transform: translate3d(0, 0, 100px);
        margin: 0 auto
    }

    .nav-window-pad {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        display: flex;
        flex-flow: column nowrap;
        align-items: flex-start;
        justify-content: flex-start;
        z-index: 101;
        -webkit-transform: translate3d(0, 0, 101px)
    }

    .nav-box-pad {
        width: 2.2rem;
        background-color: #fff;
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        top: 0;
        z-index: 102;
        -webkit-transform: translate3d(0, 0, 102px)
    }

    .hide-nav-window-pad, .show-nav-window-pad {
        transition: .3s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease
    }

    .show-nav-window-pad {
        box-shadow: 0 .06rem .07rem 0 rgba(0, 0, 0, .4);
        left: 0
    }

    .hide-nav-window-pad {
        left: -2.2rem
    }

    .nav-top-title-pad {
        width: 2.2rem;
        height: .48rem;
        font-size: .24rem;
        font-weight: 700;
        color: #fff;
        background-color: #000;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        position: sticky;
        top: 0
    }

    .nav-top-icon-close-pad {
        width: .24rem;
        height: .24rem;
        margin: 0 .16rem
    }

    .nav-item-pad {
        text-decoration: none;
        color: #000;
        height: .77rem;
        font-size: .18rem;
        margin-top: .02rem;
        padding-bottom: .01rem;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: center;
        width: 2.2rem;
        box-shadow: 0 .01rem 0 0 rgba(0, 0, 0, .08);
        font-weight: 700
    }

    .nav-item-logo-pad {
        max-width: .48rem;
        min-width: .44rem;
        max-height: .48rem;
        margin-bottom: .05rem
    }

    .tag-item-pad {
        height: .88rem;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        border-radius: .12rem;
        overflow: hidden;
        position: relative;
        box-shadow: 0 .06rem .12rem 0 rgba(0, 0, 0, .24)
    }

    .tag-img-pad {
        max-width: .72rem;
        max-height: .72rem;
        margin-left: .08rem;
        margin-right: .08rem
    }

    .tag-left-pad, .tag-right-pad {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .tag-left-pad {
        width: .88rem;
        height: 100%;
        flex-flow: row nowrap;
        background-color: #fff
    }

    .tag-right-pad {
        flex: 1;
        height: .88rem;
        background: rgba(255, 255, 255, .48);
        color: #fff;
        font-size: .14rem;
        flex-flow: row wrap;
        font-weight: 700;
        border-radius: 0 .12rem .12rem 0;
        text-align: center;
        padding: 0 .16rem
    }

    .game-item-loading-m-pad, .game-item-loading-pad {
        width: .42rem;
        height: .42rem;
        animation: rotationBack 5s linear infinite reverse;
        -moz-animation: rotationBack 5s linear infinite reverse;
        -webkit-animation: rotationBack 5s linear infinite reverse;
        z-index: 10;
        -webkit-transform: translate3d(0, 0, 10px);
        position: relative;
        font-size: .13rem
    }

    .game-item-loading-m-pad {
        width: .99rem;
        height: .99rem;
        font-size: .32rem
    }

    .game-item-loading-bg-m-pad, .game-item-loading-bg-pad {
        width: .76rem;
        height: .76rem;
        background-color: #42f1cb;
        position: absolute;
        top: .06rem;
        left: .06rem;
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 1px);
        border-radius: .12rem
    }

    .game-item-loading-bg-m-pad {
        width: 1.84rem;
        height: 1.84rem
    }

    .game-item-image-pad {
        width: .76rem;
        height: .76rem;
        border-radius: .12rem;
        position: absolute;
        left: .88rem
    }

    .game-item-image-l-pad, .game-item-image-m-pad {
        width: 1.84rem;
        height: 1.84rem;
        border-radius: .12rem;
        position: absolute;
        left: 1.96rem
    }

    .game-item-image-l-pad {
        width: 2.92rem;
        height: 2.92rem;
        left: 3.04rem
    }

    .game-item-loading-l-pad {
        width: 1.98rem;
        height: 1.98rem;
        animation: rotationBack 5s linear infinite reverse;
        -moz-animation: rotationBack 5s linear infinite reverse;
        -webkit-animation: rotationBack 5s linear infinite reverse;
        z-index: 10;
        -webkit-transform: translate3d(0, 0, 10px);
        position: relative;
        font-size: .65rem
    }

    .game-item-loading-bg-l-pad {
        width: 2.92rem;
        height: 2.92rem;
        background-color: #42f1cb;
        position: absolute;
        top: .06rem;
        left: .06rem;
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 1px);
        border-radius: .12rem
    }

    .bottom-box-pad {
        width: 7.36rem;
        height: auto;
        padding-bottom: .2rem;
        box-shadow: 0 .12rem .24rem 0 rgba(0, 0, 0, .24);
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: flex-start;
        background-color: rgba(255, 255, 255, .48);
        margin-bottom: .32rem;
        margin-top: .3rem;
        z-index: 20;
        -webkit-transform: translate3d(0, 0, 20px);
        border-radius: .16rem
    }

    .bottom-title-pad {
        font-size: .24rem;
        color: #000;
        width: 7.04rem;
        height: .33rem;
        line-height: .33rem;
        margin-top: .24rem;
        margin-bottom: .12rem
    }

    .bottom-contents-pad {
        font-size: .14rem;
        line-height: .2rem;
        color: rgba(0, 0, 0, .6);
        width: 7.04rem;
        font-weight: 700
    }

    .bottom-bg-box-pad {
        width: 100%;
        height: .7rem;
        background: rgba(255, 255, 255, .48);
        position: relative;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        z-index: 20;
        -webkit-transform: translate3d(0, 0, 20px)
    }

    .bottom-link-pad {
        font-size: .18rem;
        color: #000;
        margin: 0 .36rem;
        text-decoration: none
    }

    .ad1-pad, .ad2-pad, .ad3-pad {
        color: rgba(255, 255, 255, .5);
        grid-column: 1/span 7;
        grid-row: 4;
        height: auto;
        text-align: center;
        font-size: .18rem
    }

    .ad2-pad, .ad3-pad {
        grid-row: 11
    }

    .ad3-pad {
        display: none;
        grid-row: 15
    }

    .hot-fire-pad {
        width: .22rem;
        height: .39rem;
        position: absolute;
        top: -.12rem;
        left: -.08rem;
        z-index: 10;
        -webkit-transform: translate3d(0, 0, 10px);
        display: none
    }
}

a {
    text-decoration: none
}

.game-box-pc {
    margin: .22rem auto 0;
    width: 13.46rem;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 1px)
}

.game-item-pc {
    float: left;
    background-color: #fff;
    border-radius: .36rem;
    height: 1.56rem;
    width: 1.56rem;
    box-shadow: 0 .06rem .12rem 0 rgba(0, 0, 0, .24);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.game-box-pc-top-left {
    width: 8.4rem;
    height: 3.24rem;
    float: left
}

.game-box-pc-middle a, .game-box-pc-top-left a, .game-box-pc-top-right a {
    margin: .06rem
}

.m_logo_0-pc {
    grid-column: 6/span 2;
    grid-row: 1/span 2;
    animation: shake 4800ms ease 0s infinite normal none running
}

.game-item-m-pc, .tag-box-pc a {
    float: left;
    margin: .06rem;
    width: 3.24rem
}

.game-box-pc-middle {
    width: 13.46rem
}

.tag-box-pc {
    height: auto;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    margin-top: .32rem;
    margin-bottom: .32rem
}

.tag-box-pc a {
    height: 1.8rem;
    width: 4.34rem
}

.game-box-pc-bottom, .tag-box-pc {
    width: 13.46rem
}

.game-box-pc-bottom a {
    margin: .06rem
}

.page-pc {
    width: 13.36rem;
    min-height: 100vh;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start
}

.page-top-box-pc, .page-top-pc {
    height: .8rem;
    min-height: 70px;
    background-color: #00b18f;
    display: flex;
    align-items: center
}

.page-top-box-pc {
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 1px);
    width: 100%;
    flex-flow: row nowrap;
    justify-content: center;
    box-shadow: 0 2px 0 0 #dfe0e1
}

.page-top-pc {
    width: 13.36rem;
    flex-flow: row wrap;
    overflow: hidden;
    justify-content: flex-start
}

.page-top-logo-pc, .page-top-tag-item-pc {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    color: #fff
}

.page-top-logo-pc {
    height: .48rem;
    width: 2.4rem;
    margin-right: auto;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    white-space: nowrap
}

.page-top-tag-item-pc {
    width: auto;
    min-width: 100px;
    height: .8rem;
    min-height: 70px;
    justify-content: space-between;
    text-decoration: none
}

.page-top-tag-item-line-pc {
    width: 2px;
    height: .46rem;
    min-height: 46px;
    background-color: rgba(255, 255, 255, .5)
}

.page-top-tag-item-img-pc {
    width: .3rem;
    height: .3rem;
    min-width: 25px;
    min-height: 25px;
    margin-left: .1rem;
    margin-right: .1rem
}

.page-top-tag-item-text-pc {
    flex: 1;
    height: .46rem;
    min-height: 46px;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: .04rem;
    line-height: 14px;
    padding-right: 2px
}

.page-top-tag-item-pc:nth-child(2) .page-top-tag-item-line-pc {
    background-color: transparent
}

.bottom-box-pc {
    width: 12.86rem;
    height: auto;
    padding: .32rem .24rem;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    background: rgba(255, 255, 255, .48);
    box-shadow: 0 .06rem .12rem 0 rgba(0, 0, 0, .19);
    margin-bottom: .32rem;
    margin-top: .32rem;
    z-index: 20;
    -webkit-transform: translate3d(0, 0, 20px);
    border-radius: .16rem
}

.bottom-title-pc {
    font-size: .32rem;
    color: #000;
    width: auto;
    height: .35rem;
    line-height: .35rem;
    margin-bottom: .17rem
}

.bottom-contents-pc {
    font-size: .18rem;
    color: rgba(0, 0, 0, .6);
    width: 12.86rem
}

.bottom-bg-box-pc, .bottom-width-pc {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center
}

.bottom-width-pc {
    background: rgba(255, 255, 255, .48);
    box-shadow: 0 .06rem .12rem 0 rgba(0, 0, 0, .19);
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 1px);
    margin-top: .24rem
}

.bottom-bg-box-pc {
    height: 1.4rem;
    z-index: 20;
    -webkit-transform: translate3d(0, 0, 20px);
    font-size: .28rem;
    color: rgba(0, 0, 0, .6)
}

.bottom-link-pc {
    font-size: .24rem;
    color: #000;
    margin: 0 .3rem;
    text-decoration: none
}

.tag-item-pc {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: .36rem;
    box-shadow: 0 .06rem .12rem 0 rgba(0, 0, 0, .24);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 1.8rem;
    width: 4.34rem;
    overflow: hidden;
    margin-bottom: .2rem
}

.tag-img-pc {
    max-width: 1.56rem;
    max-height: 1.56rem
}

.tag-left-pc {
    width: 1.74rem;
    height: 1.8rem;
    background-color: #fff;
    display: flex;
    flex-flow: row nowrap
}

.ad1-pc, .ad2-pc, .ad3-pc, .tag-left-pc, .tag-right-pc {
    align-items: center;
    justify-content: center;
}

.tag-right-pc {
    width: 2.6rem;
    height: 1.8rem;
    background-color: rgba(255, 255, 255, .48);
    color: #fff;
    font-size: .28rem;
    display: flex;
    flex-flow: row wrap
}

.ad1-pc, .ad2-pc, .ad3-pc {
    grid-column: 1/span 8;
    grid-row: 3;
    height: auto;
    text-align: center;
    font-size: .18rem;
    flex-flow: column nowrap;
    color: rgba(255, 255, 255, .5);
    padding-bottom: 10px;
}

.ad2-pc, .ad3-pc {
    grid-row: 4;
    display: flex;
    justify-content: flex-start;
    min-height: 2.5rem
}

.ad3-pc {
    grid-row: 8
}

.hot-fire-pc {
    width: .2rem;
    height: .36rem;
    position: absolute;
    top: -.1rem;
    left: -.01rem;
    z-index: 10;
    -webkit-transform: translate3d(0, 0, 10px);
    display: none
}

.game-item-image-pc {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: .28rem;
    position: absolute;
    left: 1.56rem
}

.game-item-loading-pc {
    width: .75rem;
    height: .75rem;
    animation: rotationBack 5s linear infinite reverse;
    -moz-animation: rotationBack 5s linear infinite reverse;
    -webkit-animation: rotationBack 5s linear infinite reverse;
    z-index: 10;
    -webkit-transform: translate3d(0, 0, 10px);
    position: relative;
    font-size: .24rem
}

.game-item-loading-bg-pc {
    width: 1.4rem;
    height: 1.4rem;
    background-color: #42f1cb;
    position: absolute;
    top: .08rem;
    left: .08rem;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 1px);
    border-radius: .28rem
}

.game-item-m-pc {
    background-color: #fff;
    border-radius: .36rem;
    height: 3.24rem;
    box-shadow: 0 .06rem .12rem 0 rgba(0, 0, 0, .24);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    grid-column: 6/span 2;
    grid-row: 1/span 2
}

.game-item-image-m-pc {
    width: 3.08rem;
    height: 3.08rem;
    border-radius: .28rem;
    position: absolute;
    left: 3.24rem
}

.game-item-loading-m-pc {
    width: 1.98rem;
    height: 1.98rem;
    position: relative;
    font-size: .65rem;
    animation: rotationBack 5s linear infinite reverse;
    -moz-animation: rotationBack 5s linear infinite reverse;
    -webkit-animation: rotationBack 5s linear infinite reverse;
    z-index: 10;
    -webkit-transform: translate3d(0, 0, 10px)
}

.game-item-loading-bg-m-pc {
    width: 3.08rem;
    height: 3.08rem;
    background-color: #42f1cb;
    position: absolute;
    top: .08rem;
    left: .08rem;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 1px);
    border-radius: .28rem
}

.div1 {
    width: 0;
    height: 0;
    border: .75em solid #bffd47;
    border-left-color: transparent;
    border-bottom-color: #d4e539;
    float: left;
    border-top-left-radius: .7em
}

.div2 {
    border: .75em solid #fd4755;
    border-top-color: transparent;
    border-left-color: #41e539;
    border-top-right-radius: .7em
}

.div2, .div3, .div4 {
    width: 0;
    height: 0;
    float: left
}

.div3 {
    border: .75em solid #fdf747;
    border-bottom-color: transparent;
    border-right-color: #e59b39;
    border-bottom-left-radius: .7em
}

.div4 {
    border: .75em solid #fdae47;
    border-right-color: transparent;
    border-top-color: #e53950;
    border-bottom-right-radius: .7em
}

.center-div {
    width: .4em;
    height: .4em;
    border: .2em solid #fff7f3;
    background-color: #dedbee;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.4em;
    margin-left: -.4em
}

.background-box-pc {
    opacity: .5;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    position: fixed;
    top: .8rem;
    left: 50%;
    width: 13.36rem;
    margin-left: -6.68rem;
    bottom: 0;
    background-color: #00b18f;
    background-image: url(//img.ufunnygames.com/image/background1.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}