* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

a,
div,
em,
h1,
h2,
h3,
h4,
h5,
img,
li,
p,
span,
ul {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
    color: #000
}

body,
html {
    background: #f5f5f5;
    width: 100%
}

body {
    max-width: 750px;
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    font-family: Microsoft Yahei
}

em,
li,
ul {
    list-style: none
}

a {
    color: #333;
    text-decoration: none
}

a.active,
a:active {
    color: #fc3737
}

.zhx-padding {
    padding-left: 15px;
    padding-right: 15px
}

.overflowhide {
    overflow: hidden;
    height: 100%;
    touch-action: none
}

.max750 {
    max-width: 750px;
    margin: 0 auto
}

.BGred {
    background: #fc3737;
    color: #fff
}

.BGwhite {
    background: #fff
}

.BGf5f5 {
    background: #f5f5f5
}

.Dcolor {
    color: #a3a2ad
}

.Rcolor {
    color: #fc3737
}

.hide {
    display: none
}

.show {
    display: block
}

.font0 {
    font-size: 0
}

.font2 {
    font-size: 12px
}

.font4 {
    font-size: 14px
}

.fr {
    float: right
}

.fl {
    float: left
}

.pdbottom {
    padding-bottom: 60px
}

.pdbottom3 {
    padding-bottom: 30px
}

.nextpage {
    display: block;
    line-height: 40px;
    text-align: center
}

.mui-toast-container {
    line-height: 17px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.boxShadow {
    box-shadow: 0 1px 6px -1px rgba(51, 51, 51, .2)
}

body::-webkit-scrollbar {
    display: none;
    width: 0
}

html::-webkit-scrollbar {
    display: none;
    width: 0
}

.scrollbox {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    overflow-y: scroll;
    max-width: 750px;
    transform: translateX(-50%);
    padding-top: 44px;
    z-index: 11;
    -webkit-overflow-scrolling: touch
}

.scrollbox.gmli {
    padding-top: 88px
}

.mui-toast-container.mui-active {
    opacity: .9
}

.mui-toast-message {
    font-size: 14px;
    padding: 10px 25px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background-color: #323232
}

header,
nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 44px;
    z-index: 666
}

nav {
    top: auto;
    bottom: 0;
    height: 50px;
    box-shadow: 0 -1px 5px 0 rgba(51, 51, 51, .08)
}

header .tab,
nav .tab {
    margin: 0 auto;
    position: relative;
    min-height: 44px
}

header a {
    color: #000
}

header.bar {
    min-height: 88px;
    height: auto
}

header .zhxicon {
    font-size: 20px
}

header .title {
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    font-weight: 500;
    position: absolute;
    right: 44px;
    left: 15px;
    display: inline-block;
    overflow: hidden;
    width: auto;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #111
}

header .title.lfc {
    left: 44px;
    text-align: center
}

header a {
    line-height: 44px;
    text-align: center;
    display: block
}

header .mui-icon {
    margin-top: 10px
}

header.BGred a {
    color: #fff
}

nav .tab {
    display: flex
}

nav .tab a {
    flex: 1;
    display: block;
    text-align: center;
    color: #a4a9b2;
    padding: 5px 0
}

nav .tab a.active {
    color: #fc3737
}

nav .tab a span {
    display: block;
    line-height: 20px;
    font-size: 12px
}

nav .tab a span.zhxicon {
    font-size: 24px
}

nav .tab a.active .font-home:before {
    content: "\e604"
}

nav .tab a.active .font-game:before {
    content: "\e6b5"
}

nav .tab a.active .font-iphone2:before {
    content: "\e76e"
}

nav .tab a.active .font-user:before {
    content: "\e610"
}

img {
    max-width: 100%;
    max-height: 100%
}

header~.content {
    padding-top: 44px
}

header.bar~.content {
    padding-top: 88px
}

header .table {
    padding: 0 15px
}

header .table ul {
    display: flex;
    width: 100%
}

header .table li {
    flex: 1;
    text-align: center;
    display: inline-block;
    line-height: 44px;
    color: #767676;
    font-size: 15px
}

header .table li.on {
    font-weight: 700;
    color: #fc3737;
    font-size: 16px;
    position: relative
}

header .table li.on:after {
    content: "";
    position: absolute;
    width: 1.6rem;
    height: 2px;
    background: #f7472e;
    bottom: .4rem;
    left: 50%;
    transform: translateX(-50%)
}

.mui-slider {
    font-size: 0;
    height: 25vh;
    overflow: hidden;
    width: 100%;
    position: relative
}

.mui-slider.num {
    height: 30vh
}

.mui-slider-loop {
    width: 100%;
    height: 100%;
    white-space: nowrap
}

.mui-slider-item {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.mui-slider-indicator {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: right;
    padding-right: 15px
}

.mui-slider-indicator.num {
    bottom: 30px
}

.mui-indicator {
    display: inline-block;
    background: rgba(0, 0, 0, .4);
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin-left: 5px
}

.mui-indicator.num {
    display: none;
    height: 15px;
    width: 40px;
    font-size: 12px;
    border-radius: 10px;
    line-height: 15px;
    text-align: center
}

.mui-indicator.num.mui-active {
    display: block;
    float: right;
    background: rgba(0, 0, 0, .8);
    color: #fff
}

.mui-indicator.mui-active {
    background: #fff
}

@-webkit-keyframes spinner-spin {
    0% {
        -webkit-transform: rotate(0)
    }

    8.33333333% {
        -webkit-transform: rotate(30deg)
    }

    16.66666667% {
        -webkit-transform: rotate(60deg)
    }

    25% {
        -webkit-transform: rotate(90deg)
    }

    33.33333333% {
        -webkit-transform: rotate(120deg)
    }

    41.66666667% {
        -webkit-transform: rotate(150deg)
    }

    50% {
        -webkit-transform: rotate(180deg)
    }

    58.33333333% {
        -webkit-transform: rotate(210deg)
    }

    66.66666667% {
        -webkit-transform: rotate(240deg)
    }

    75% {
        -webkit-transform: rotate(270deg)
    }

    83.33333333% {
        -webkit-transform: rotate(300deg)
    }

    91.66666667% {
        -webkit-transform: rotate(330deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spinner-spin {
    0% {
        transform: rotate(0)
    }

    8.33333333% {
        transform: rotate(30deg)
    }

    16.66666667% {
        transform: rotate(60deg)
    }

    25% {
        transform: rotate(90deg)
    }

    33.33333333% {
        transform: rotate(120deg)
    }

    41.66666667% {
        transform: rotate(150deg)
    }

    50% {
        transform: rotate(180deg)
    }

    58.33333333% {
        transform: rotate(210deg)
    }

    66.66666667% {
        transform: rotate(240deg)
    }

    75% {
        transform: rotate(270deg)
    }

    83.33333333% {
        transform: rotate(300deg)
    }

    91.66666667% {
        transform: rotate(330deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.font-waiting:before {
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: spinner-spin 1s step-end infinite;
    animation: spinner-spin 1s step-end infinite
}

.content {
    width: 100%;
    overflow-x: hidden
}

.loadbox {
    width: 100%;
    text-align: center;
    line-height: 50px
}

.loadbox a,
.loadbox span {
    display: inline-block;
    vertical-align: middle
}

.loadbox span.zhxicon {
    font-size: 22px;
    margin-right: 5px
}

.chooseNothing {
    line-height: 100px;
    text-align: center
}

.goods-list {
    padding: 10px 10px 0;
    /* min-height: calc(100vh - 44px) */
}

.li-card {
    position: relative;
    text-align: left;
    margin-bottom: .625rem;
    background-color: #fff;
    padding: .625rem;
    border-radius: .3125rem
}

.li-card a {
    display: inline-block;
    width: 100%
}

.li-card .gamelogo {
    width: 5.3125rem;
    height: 5.3125rem;
    border-radius: 5px;
    position: absolute;
    left: .625rem;
    top: .625rem;
    overflow: hidden
}

.li-card .gamelogo img {
    width: 100%;
    height: 100%
}

.li-card .cloudgame {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 0;
    background-image: url(../image/cloudGameTip.png)
}

.li-card .info-top {
    padding-left: 5.9375rem;
    min-height: 5.9375rem
}

.li-card .info-top h2 {
    line-height: 1.5;
    font-size: .875rem;
    min-height: 2.8125rem;
    -webkit-line-clamp: 2;
    font-weight: 700;
    color: #222
}

.li-card .text-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-all;
    overflow: hidden
}

.li-card .nowrap {
    white-space: nowrap
}

.li-card span.hr {
    display: inline-block;
    margin-right: 20px;
    position: relative
}

.li-card span.hr:after {
    content: '';
    position: absolute;
    right: -10px;
    bottom: 0;
    display: block;
    height: 10px;
    overflow: hidden;
    width: 1px;
    background: #ddd;
    top: 50%;
    transform: translate(-50%, -50%)
}

.li-card .inline {
    display: inline-block;
    vertical-align: middle
}

.li-card .transform-10 {
    transform: scale(.83333);
    transform-origin: left center
}

.li-card .info-top .info-id span {
    background-color: #f6f6f6;
    border-radius: .5rem;
    height: 1rem;
    line-height: 1rem;
    padding: 0 .5rem;
    margin-right: .5rem
}

.li-card .rent li {
    border-radius: 2px;
    color: #ff782e;
    border: .45px solid #ff782e;
    line-height: 20px;
    display: inline-block;
    padding: 0 3px;
    margin-right: 5px;
    background-color: rgba(255, 238, 230, .4)
}

@media (min-width:750px) {
    .li-card .transform-10 {
        transform: scale(1)
    }

    .li-card .rent li {
        border-left-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-top-width: 1px;
        line-height: 1.3
    }
}

.li-card .rent .colorRed {
    color: #ff3240;
    border-color: #ff3240;
    margin-left: 1px;
    background: #fff
}

.li-card .d-flex {
    display: flex;
    width: 100%
}

.li-card .heght-30 {
    line-height: 1.875rem;
    height: 1.875rem
}

.li-card .d-flex-3 {
    flex: 3
}

.li-card .nowrap-overflow {
    white-space: nowrap;
    overflow-y: hidden
}

.li-card .d-flex-1 {
    flex: 1
}

.li-card .color-9 {
    color: #999
}

.li-card .rent .d-flex-1 {
    text-align: right;
    white-space: nowrap
}

.li-card .color-3 {
    color: #f44336
}

.li-card .rent .d-flex-1 b {
    font-size: 1.125rem
}

.li-card .rent .d-flex-1 b:before {
    content: '￥';
    font-size: .75rem
}

.li-card .icon-system {
    position: absolute;
    left: 6.5625rem;
    top: 13px;
    height: 1rem;
    line-height: 1rem;
    width: 1.875rem;
    text-align: center;
    background-color: #3dda83;
    color: #fff;
    border-radius: .125rem;
    font-size: .75rem
}

.li-card .icon-system.ios {
    background-color: #858cff
}

.li-card .icon-system~h2 {
    text-indent: 2.1875rem
}

.li-card .info-id {
    margin-top: 5px
}

.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 555;
    left: 0;
    top: 0;
    display: none;
    position: fixed;
    min-height: 100vh;
    touch-action: none
}

.zhx_popover {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 999;
    transition: all .5s cubic-bezier(0, 1, .5, 1);
    transform: translateY(100%);
    touch-action: none
}

.zhx_popover.active {
    transform: translateY(0)
}

.popover_bottom {
    background: #fff;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding-top: 44px;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden
}

.popover_bottom ul {
    min-height: 20vh;
    max-height: calc(90vh - 176px);
    width: 100%;
    overflow-y: auto;
    padding: 10px 15px 30px
}

.popover_bottom .font-close {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 18px;
    width: 44px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-weight: 700;
    z-index: 999
}

.popover_bottom h2 {
    font-size: 17px;
    line-height: 44px;
    display: block;
    white-space: nowrap;
    padding-right: 69px;
    position: absolute;
    left: 15px;
    top: 0;
    width: 100%
}
