﻿


@media screen and (min-width: 320px) {
    html {
        font-size: 29.6296px;
    }
    body {
      font-size: 12px;
    }
  }
  @media screen and (min-width: 360px) {
    html {
        font-size: 33.3333px;
    }
    body {
      font-size: 12px;
    }
  }
  @media screen and (min-width: 375px) {
    html {
        font-size: 34.7222px;
    }
    body {
      font-size: 12px;
    }
  }
  @media screen and (min-width: 384px) {
    html {
        font-size: 35.5556px;
    }
    body {
      font-size: 14px;
    }
  }
  @media screen and (min-width: 400px) {
    html {
        font-size: 37.037px;
    }
    body {
      font-size: 14px;
    }
  }
  @media screen and (min-width: 414px) {
    html {
        font-size: 38.3333px;
    }
    body {
      font-size: 14px;
    }
  }
  @media screen and (min-width: 424px) {
    html {
        font-size: 39.2593px;
    }
    body {
      font-size: 14px;
    }
  }
  @media screen and (min-width: 480px) {
    html {
        font-size: 44.4444px;
    }
    body {
      font-size: 15.36px;
    }
  }
  @media screen and (min-width: 540px) {
    html {
      font-size: 50px;
    }
    body {
      font-size: 17.28px;
    }
  }
  @media screen and (min-width: 680px) {
    html {
        font-size: 62.963px;
    }
    body {
      font-size: 23.04px;
    }
  }
 







.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.html_ofHide,
.html_ofHide body {
    overflow: hidden;
}

/** this is lib AMZUI **/
.am-btn-primary.am-active,
.am-btn-primary:active,
.am-btn-primary:focus,
.am-btn-primary:hover,
.am-btn-primary {
    background: #39bbae;
    border-color: #39bbae;
}

.am-modal-btn {
    color: #39bbae;
}

.am-tabs-nav {
    text-align: center;
    background: #f1f1f1;
}

    .am-tabs-nav > li a {
        display: block;
        padding: 10px 0;
        color: #666;
        border-bottom: 2px solid #f1f1f1;
    }

    .am-tabs-nav > li.am-active a {
        background: #39bbae;
        color: #fff;
        border-bottom: 2px solid #fff;
    }

/*01156改动 解决订单报表及代理管理
    .am-tab-panel {
    display: none;
}*/

.am-tab-panel.am-active {
    display: block;
}

.am-with-fixed-header {
    padding-top: 35px;
}

.am-header-skin {
    background-color: #773434;
    z-index: 110;
    height: 35px;
    line-height: 35px;
    color: #fff;
}

.am-header .am-header-title {
    font-size: 1.6rem;
}

.am-header-skin a {
    color: #fff;
}


.am-navbar {
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#34c1a0), to(#f7f7f7));
}

.am-navbar-nav a {
    color: #fff;
}

    .am-navbar-nav a img {
        display: block;
        vertical-align: middle;
        height: 32px;
        width: 32px;
        margin: 0px auto 0;
    }

    .am-navbar-nav a .icon2 {
        display: none;
    }

.am-navbar-nav .am-active .icon1 {
    display: none;
}

.am-navbar-nav .am-active .icon2 {
    display: block;
}

.am-slider-a1 .am-control-nav li a {
    width: 20px;
    height: 5px;
    border-radius: 0;
}

    .am-slider-a1 .am-control-nav li a.am-active {
        background-color: #39bbae;
        cursor: default;
    }

.am-modal-hd {
    padding: 10px;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #39bbae;
    color: #fff;
}

    .am-modal-hd + .am-modal-bd {
        padding-top: 10px;
    }

/** this is plugs **/
.swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 0;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: #39bbae;
}
/** com **/
.app-box {
    background: #fff;
}

.app-box-hd {
    padding: 10px;
    color: #333;
}

.app-box-title {
    font-weight: bold;
}


.p-setPage-active {
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.p-setPage {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1100;
    background-color: #f7f7f7;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    transform: translate(100%,0);
}

.p-setPage-active .p-setPage {
    -webkit-transform: translate(100%,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

.p-setPage-show {
    -webkit-transform: translate(100%,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

.p-setPage-Body {
    position: relative;
    display: block;
    box-sizing: border-box;
    height: 100%;
    background: #f1f1f1;
    padding-top: 35px;
}

/* Checkmark style starts */

.p-check {
    height: 22px;
    width: 20px;
    position: relative;
    margin: auto;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 2px;
}

    .p-check span {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        border: 1px #39bbae solid;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

        .p-check span:after {
            content: '';
            width: 12px;
            height: 7px;
            position: absolute;
            top: 4px;
            left: 3px;
            border: 3px solid #39bbae;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .p-check input[type=checkbox] {
        visibility: hidden;
    }

        .p-check input[type=checkbox]:checked + span:after {
            opacity: 1;
        }

body {
    background-color: #f7f7f7;
    font-size: 14px;
}

.index-lotterycp {
     padding: 0 10px 0px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.index-lottery2 {
    min-height: 80px;
}
.index-lottery {
    padding: 0 10px 10px;
    min-height: 80px;
}

    .index-lottery .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        padding: 5px;
        border-radius: 5px;
        background: #f1f1f1;
        color: #333;
        width: auto;
    }

    .index-lottery .cart {
        padding-top: 20px;
    }

    .index-lottery .logo {
        width: 50px;
        height: 50px;
        border-radius: 8px;
        margin-right: 5px;
    }
     .index-lottery2 .logo {
        width: 43px;
        height: 43px;
        border-radius: 8px;
        margin-right: 5px;
    }
    .index-lottery .swiper-slide .title span {
        color: #999;
        margin-left: 5px;
    }

    .index-lottery .swiper-slide .cnt .num {
        padding-top: 5px;
    }

        .index-lottery .swiper-slide .cnt .num span {
            display: inline-block;
            padding: 2px;
            border-radius: 50%;
            background: #cb1529;
            color: #fff;
            font-size: 12px;
            text-align: center;
            line-height: 16px;
            min-width: 20px;
        }

    .index-lottery .swiper-slide .buy {
        padding-top: 20px;
        color: #cb1529;
        font-size: 32px;
    }

    .index-games5 {
        /*margin-left: 15px;*/
}

    .index-games5 > li {
        padding: 0 5px;
        overflow: hidden;
        width:17%;
    }

        .index-games5 > li .logo {
            margin-right: 5px;
        }

        .index-games5 > li a {
            text-align: center;
            display: block;
            margin: 5px 0;
            color: #666;
            font-size: 14px;
            white-space: nowrap;
        }

            .index-games5 > li a span {
                display: block;
            }
            
    .index-games5 > li {
        padding-bottom: 0px;
        overflow: hidden;
    }

        .index-games5 > li.current {
            font-weight:bold;
            margin-bottom: 0px !important;
        }


.index-games2 {
        margin-left: 15px;
}

    .index-games2 > li {
        padding: 0 5px;
        overflow: hidden;
        width:16%;
    }

        .index-games2 > li .logo {
            margin-right: 5px;
        }

        .index-games2 > li a {
            text-align: center;
            display: block;
            margin: 5px 0;
            color: #666;
            font-size: 14px;
            white-space: nowrap;
        }

            .index-games2 > li a span {
                display: block;
            }
            
    .index-games2 > li {
        padding-bottom: 0px;
        overflow: hidden;
    }

        .index-games2 > li.current {
            background: url(/Images/mobile/dibu.png) no-repeat bottom !important;
            margin-bottom: 0px !important;
            padding-bottom: 5px;
        }


        .index-games1 {
 
}

    .index-games1 > li {
        padding: 0 5px;
        overflow: hidden;
        width:20%;
    }

        .index-games2 > li .logo {
            margin-right: 5px;
        }

        .index-games1 > li a {
            text-align: center;
            display: block;
            margin: 5px 0;
            color: #666;
            font-size: 14px;
            white-space: nowrap;
        }

            .index-games1 > li a span {
                display: block;
            }
            
    .index-games1 > li {
        padding-bottom: 0px;
        overflow: hidden;
    }

        .index-games1 > li.current {
            background: url(/Images/mobile/dibu.png) no-repeat bottom !important;
            margin-bottom: 0px !important;
        }

  #js-bannerView {
    
        width: 100%;
        height: auto;
        z-index: 100;
    }

    .li-span {
        background: #d4d4d4;
        border-radius: 3px;
        color: #4c4b4b;
        padding: 2px 4px;
        margin-right: 10px;
    }

    .index-games > li {
        padding-bottom: 0px;
        overflow: hidden;
    }

        .index-games > li.current {
            background: url(/Images/mobile/dibu.png) no-repeat bottom !important;
            margin-bottom: 0px !important;
        }
    .am-header .am-header-nav img {
        height:32px;
    }
    .aadlll {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display:none;
    left: 0;
    z-index: 1110; 
    background-color: rgba(0,0,0,.6); 
    outline: 0; opacity: 1;
    text-align: center; 
    transition-property: transform,opacity,-webkit-transform; 
    backface-visibility: hidden; 
    perspective: 1000px; 
    transition-duration: .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow-x: hidden;
    overflow-y: auto;
} 
   .am-modal-dialog222 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin-top: 160px;
    width: 270px;
    max-width: 100%;
    border-radius: 0; 
    background: transparent;
    background-color: transparent;
}
   .lisnfe{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display:none;
    left: 0;
    z-index: 11110;  
    width:188px; height:320px;
    margin:auto;
   }
    .tipsclass{
        position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    text-align:center;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #ffd800;
    max-width: 100%;
    z-index: 1110;
    bottom: 40%;
    left: 0px;
    }

    .msgcontent1 {
            width:calc(100% - 60px);
            height:30px;
            color:white;
            margin-top:5px;
            margin-left:20px;
            line-height:25px;
            font-size:16px;
            font-weight:500;
            float:left;
            display:block;
            overflow:hidden;
        }
            .msgcontent1 > marquee {
                color:rgb(225,207,0);
            }

    /*.agimg {
        -webkit-filter: grayscale(1); /* Webkit */
        filter: gray; /* IE6-9 */
        filter: grayscale(1); /* W3C */
    }*/
 
    .color3___Gu0JK{
    display: block;
    outline: 0 none;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    font-size: 18px;
    height: 3.67rem;
    line-height: 3.67rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: nowrap;
    color: #fff;
    border-radius: 8px;
    opacity: 1;
    transition: opacity .3s;
    border: 0;
    }
    .downBtn___2LNKO{
    font-size: 1.25rem!important;
    padding: 0 1rem!important;
    margin: .7rem 0;
    background: #d90000;
    font-size: 18px;
    line-height: 3rem;
    color: #fff;
    border-radius: 8px;
    }
    .downContainer___C5mZa{
        padding: .1rem 1rem;
    align-items: center;
    width: 100%;
    z-index: 120;
    justify-content: space-between;
    color: #fff;
    background: #303030;
    }
    .flex___qa4vB{
        display: flex;
            flex: 1 1;
    font-size: 14px;
    }
    .am-tabs, .am-tabs *{
        box-sizing: border-box;
    }
    .closeBtn___2-rzc{
    width: 3rem;
    height: 2rem;
    background: url(/Images/mobile/xz.png) 50% no-repeat;
    background-size: contain;
    }
    .am-tabs, .am-tabs *{
            box-sizing: border-box;
    }
    .downContainer___C5mZa {
    padding: .1rem 1rem;
    align-items: center;
position: fixed;
	bottom: 49px;
	width: 100%;
    z-index: 120;
    justify-content: space-between;
    color: #fff;
    background: #303030;
}
    .gameTopBg___5KGRe {
    position: absolute;
    top: -5px;
    background: url(/Images/mobile/index/zhuye/zyxt.png) bottom no-repeat;
    background-size: contain;
    height: 100px;
    width: 95%;
}

.index-games {
    text-align: left;
    background-image: url(/Images/mobile/index/listbg.jpg);   background-repeat: no-repeat; background-size: 100% 100%;
}

    .index-games > li {
        padding: 0 7px;
        overflow: hidden;
         /*width:20%;*/
    }

        .index-games > li .logo {
            margin-right: 5px;
        }

        .index-games > li a {
            text-align: center;
            display: block;
            margin: 5px 0;
            color: #666;
            font-size: 14px;
            white-space: nowrap;
        }

            .index-games > li a span {
                display: block;
            }

.index-gameSet {
    background: #fff;
    position: absolute;
    top: 35px;
    bottom: 0;
    width: 100%;
    overflow: auto;
}

    .index-gameSet > .group-title {
        font-size: 12px;
        padding: 2px 10px;
        background: #f1f1f1;
    }

    .index-gameSet > .am-list {
        margin: 0;
        padding: 0;
    }

        .index-gameSet > .am-list > li {
            padding: 0 10px;
        }

        .index-gameSet > .am-list .item {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            color: #666;
            font-size: 12px;
        }

        .index-gameSet > .am-list .logo {
            width: 60px;
            height: 60px;
        }

        .index-gameSet > .am-list .content {
            padding: 0 10px;
            flex: 1;
        }

        .index-gameSet > .am-list .title {
            font-size: 14px;
            color: #333;
        }

        .index-gameSet > .am-list .status {
            padding: 0 10px;
        }

            .index-gameSet > .am-list .status .check {
                color: #ccc;
                line-height: 100%;
                font-size: 12px;
                text-align: center;
                line-height: 24px;
                width: 24px;
                height: 24px;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

            .index-gameSet > .am-list .status .checked {
                font-size: 24px;
                color: #cb1529;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

       .lottery-games > .group-title {
                font-size: 12px;
                padding: 2px 10px;
                background: #f1f1f1;
            }

            .lottery-games > .am-list {
                margin: 0;
                padding: 0;
            }

                .lottery-games > .am-list > li {
                    padding: 0 10px;
                }

                .lottery-games > .am-list .item {
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    color: #666;
                    font-size: 12px;
                }

                .lottery-games > .am-list .logo {
                    width: 60px;
                    height: 60px;
                }

                .lottery-games > .am-list .content {
                    padding: 0 10px;
                    flex: 1;
                }

                .lottery-games > .am-list .title {
                    font-size: 14px;
                    color: #333;
                }

                .lottery-games > .am-list .status {
                    padding: 0 10px;
                }

                    .lottery-games > .am-list .status .lost {
                        width: 30px;
                        padding: 2px;
                        border: 1px #39bbae solid;
                        color: #39bbae;
                        border-radius: 3px;
                        font-size: 12px;
                        line-height: 100%;
                    }

        .aaCfont {
            color: #C1864E;
            cursor: default;
            background-color: transparent;
            border-bottom: solid 2px #C1864E;
        }

        .am-nav > li > a {
            position: relative;
            display: block;
            padding: .4em 1em;
            border-radius: 0;
            color: #EFAE54;
            cursor: pointer;
        }

        .am-nav > li.am-active > a, .am-nav > li.am-active > a:focus, .am-nav > li.am-active > a:hover {
            color: #cc9c31;
            background-color: #f7f7f7;
            cursor: default;
        }
         .classss {
     width:62px;float:left;height:38px;
     }
    .am-list > li {
        margin-top: 15px;
        border: none;
    }

        .am-list > li > i {
            position: absolute;
            right: 15px;
            top: 35%;
            color: #999;
        }

    .am-list-bigicon {
        height: 68px;
    }

        .am-list-bigicon > .widget-icon {
            width: 48px;
            height: 48px;
            position: absolute;
            top: 10px;
            left: 10px;
        }

        .am-list-bigicon > .widget-name {
            font-size: 16px;
            font-weight: bold;
            color: black;
            position: absolute;
            top: 10px;
            left: 66px;
        }

        .am-list-bigicon > .widget-desc {
            clear: both;
            font-size: 14px;
            color: #ADADAD;
            position: absolute;
            top: 35px;
            left: 66px;
        }
         body {
        background-color: white;
    }

    .moneylog > li {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 0px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #dedede;
    }

        .moneylog > li > div > .type {
            display: block;
            margin-bottom: 3px;
            font-size: 15px;
            color: #777;
        }

        .moneylog > li > div > .date {
            display: block;
            margin-top: 3px;
            color: #ccc;
        }

        /*.agimg {
            -webkit-filter: grayscale(1); /* Webkit */
            filter: gray; /* IE6-9 */
            filter: grayscale(1); /* W3C */
        }*/

/****/
.g-select {
    border: 0;
    position: relative;
}

    .g-select select,
    .g-select input {
        width: 100%;
        padding: 5px 20px 5px 5px;
        border: 0;
        outline: 0;
        box-sizing: border-box;
        background: transparent;
        -webkit-appearance: none;
        appearance: none;
    }

    .g-select:after {
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -3px;
        content: "";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #39bbae;
    }
/**08335 列表 **/
.g-list {
    margin: 0;
    padding: 0;
}

    .g-list > li {
        padding: 10px;
        background: transparent;
        color: #999;
        border: 0;
        border-bottom: 1px solid #dedede;
    }

        .g-list > li .title {
            font-size: 16px;
            color: #666;
        }

.g-searchBar {
    padding: 2px;
    border-radius: 5px;
    border: 1px #CCC solid;
    background: #fff;
    display: flex;
    -webkit-display: flex;
}

    .g-searchBar .key {
        border: 0;
        outline: 0;
        flex: 1;
        display: block;
    }

/** 上下拉加载 **/
.pull-action {
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #999;
}

    .pull-action .am-icon-spin {
        display: none;
    }

    .pull-action.loading .am-icon-spin {
        display: block;
    }

    .pull-action.loading .pull-label {
        display: none;
    }

/** 用户中心 **/
.user-head {
 
    background-color: #39bbae;
    color: #fff;
}

    .user-head .info {
        padding: 0px 10px;
    }

        .user-head .info .money {
            font-size: 14px;
        }

    .user-head .balance {
        padding: 8px 10px;
    }

        .user-head .balance a {
            padding: 0 5px;
            display: block;
            color: #fff;
            text-align: center;
            color: #fff;
        }

    .user-head .bg {
        background-color: rgba(0,0,0,0.3);
    }

    .user-head .cash a {
        padding: 0 5px;
        display: block;
        color: #fff;
        text-align: center;
    }

    .user-head .cash i {
        display: block;
        font-size: 21px;
    }

.user-name {
    font-size: 18px;
}

.user-nick {
    line-height: 30px;
}

.user-tabs {
    margin: 0;
}

    .user-tabs .am-tabs-nav {
        position: fixed;
        top: 212px;
        left: 0;
        z-index: 10;
        width: 100%;
    }

        .user-tabs .am-tabs-nav > a {
            border-bottom: 2px #eee solid;
        }

        .user-tabs .am-tabs-nav > .am-active a {
            background-color: #eee;
            color: #39bbae;
            border-bottom: 2px #39bbae solid;
        }

    .user-tabs .am-tabs-bd {
        position: relative;
        border: 0;
        z-index: 1;
    }

    .user-tabs .am-tab-panel {
        padding: 0;
    }

.user-applist a {
    display: block;
    padding: 10px;
    color: #666;
    font-size: 14px;
    text-align: center;
}

    .user-applist a img {
        margin: auto;
        width: 50px;
        height: 50px;
    }



/** game  **/
.gm-range {
    height: 45px;
}

.gm-range-ctl {
    margin: 20px 120px 20px 40px;
}

.gm-range-lb {
    float: left;
    width: 40px;
    padding: 5px 2px;
    line-height: 15px;
}

.gm-range-tip {
    float: right;
    margin-top: 13px;
    border: #39bbae 1px solid;
    border-radius: 50px;
    padding: 0 5px;
    line-height: 16px;
}

.gm-header {
    height: 57px;
}

.gm-header-wrap {
   
    width: 100%;
    background: #f7f7f7;
    z-index: 100;
    border-bottom: 1px #ddd solid;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.gm-alter .am-alert {
    position: fixed;
    bottom: 100px;
    right: 10px;
    left: 10px;
    z-index: 100;
}

.ball-title {
    color: #fff;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    background: #fff;
}

    .ball-title span {
        display: inline-block;
        color: #fff;
        background: #08a09d;
        font-weight: normal;
        position: relative;
        padding: 0 5px;
    }

        .ball-title span:after {
            content: "";
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-left: 5px solid #08a09d;
            border-bottom: 5px solid transparent;
            position: absolute;
            top: 5px;
            right: -5px;
        }

.ball-content {
    padding: 5px;
}

    .ball-content .ball-cell {
        width: 20%;
        display: inline-block;
        text-align: center;
        padding: 3px 0;
    }

.ball-control {
    vertical-align: middle;
    overflow: hidden;
    width: 100%;
    text-align: center;
    border-top: 1px #ddd solid;
    padding: 5px 0;
    display: flex;
}

    .ball-control > .balltype {
        text-align: center;
        color: #08a09d;
        flex: 1;
        padding: 0;
        margin: 0;
        height: auto;
        line-height: 30px;
        border: 0;
        border-right: 1px #ddd solid;
    }

        .ball-control > .balltype:last-child {
            border: 0;
        }

        .ball-control > .balltype.balltype.current {
            background: transparent;
            color: #00382d;
            font-weight: bold;
            border-color: #ddd;
        }

.gm-icon-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 5px;
    line-height: 110%;
    font-size: 12px;
}

    .gm-icon-btn img {
        display: block;
        margin: auto;
    }

.gm-foot {
    height: 32px;
}

.gm-foot-wrap {
    box-shadow: 0 -1px 5px rgba(0,0,0,0.1);
    position: fixed;
    left: 0;
    bottom: 48px;
    width: 100%;
    box-sizing: border-box;
    background: #f1f1f1;
    padding: 5px;
    z-index: 1011;
}

.gm-spinner {
    position: relative;
    border: 0;
    background: #92ECCD;
    border-radius: 5px;
    display: inline-block;
}

    .gm-spinner > .minus {
        float: left;
        background: url(/Images/mobile/tou_pressed.png) left 50%;
        background-size: cover;
        width: 60px;
        height: 35px;
        border: 0;
        border-radius: 0;
    }

    .gm-spinner > .plus {
        float: right;
        background: url(/Images/mobile/bei_pressed.png) left 50%;
        background-size: cover;
        width: 60px;
        height: 35px;
        border: 0;
        border-radius: 0;
    }

    .gm-spinner > .txt {
        margin: 0;
        border: 0;
        background: #92ECCD;
        width: 65px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        text-align: center;
    }

.gm-types {
    overflow: auto;
    /* height: 32px; */
    /* border-top: #eee solid 1px; */
    position: relative;
}

    .gm-types > .inner {
        /* height: 32px; */
        overflow: auto;
        /* margin-right: 30px; */
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        background: #39bbae;
    }

    .gm-types > .more {
        float: right;
        width: 30px;
        height: 32px;
        text-align: center;
        color: #fff;
        background: #39bbae;
    }

        .gm-types > .more:before {
            width: 30px;
            height: 32px;
            line-height: 25px;
            vertical-align: middle;
        }

    .gm-types .items > .type1 {
        line-height: 29px;
        display: inline-block;
        float: none;
        color: #fff;
        /* border-bottom: 3px transparent solid; */
    }

        .gm-types .items > .type1.current {
            /* border-bottom: 3px #fff solid; */
            background: #14816A;
        }


.gm-myGames {
    width: 100%;
    height: 125px;
    overflow: auto;
}

.gm-currentGames {
    border-top: 1px #e1e1e1 solid;
    width: 100%;
    overflow: auto;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 160px;
    bottom: 0;
}

.gm-myGames-title {
    padding: 5px;
    color: #333;
    font-size: 14px;
}

.gm-myGames-list {
    padding: 0 5px 5px;
    list-style: none;
    margin: 0;
}

    .gm-myGames-list > li {
        width: 33.3%;
        padding: 1px;
        float: left;
        box-sizing: border-box;
    }

        .gm-myGames-list > li .item {
            position: relative;
            border-radius: 5px;
            padding: 5px 0;
            text-align: center;
            color: #fff;
            background-color: #39bbae;
            box-shadow: 0 1px 1px 1px rgba(0,0,0,0.05);
        }

            .gm-myGames-list > li .item span {
                position: absolute;
                right: 0;
                top: 0;
                background-color: #fff;
                color: #39bbae;
                border-radius: 50%;
                width: 14px;
                height: 14px;
                line-height: 14px;
                display: none;
            }

            .gm-myGames-list > li .item.edit span {
                display: block;
            }

.gm-instance-succBd {
    padding: 50px 10px 0;
}

.gm-instance-title {
    padding: 10px 0;
    font-size: 18px;
}

    .gm-instance-title img {
        vertical-align: middle;
    }

.gm-instance-subTitle {
    position: relative;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

    .gm-instance-subTitle .line {
        position: absolute;
        top: 50%;
        left: 0;
        border-top: 1px #ccc dashed;
        width: 100%;
    }

    .gm-instance-subTitle .txt {
        background: #f7f7f7;
        position: relative;
        z-index: 2;
    }

.gm-instance-info {
    list-style:none;
    padding: 0;
    margin: 5px 0;
}

    .gm-instance-info > li {
        font-size: 14px;
        padding: 5px 0;
        border-bottom: 1px #ccc dotted;
    }


    .head-height{
        height: 1.45rem;
    }
    .fcc{
        display: flex;
        align-items: center;
        justify-content:center
    }
    .gct_now_sj ul{
        display: flex;
        align-items: center;
        justify-content:center
    }


    .tz_footer span.span_btn a:focus,.tz_footer span.span_btn a:hover{
        color: #fff;
    }