@charset "utf-8";
::-webkit-input-placeholder {
    color: #999
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style-type: none;
}

:focus {
    outline: 0 !important
}

.after:after {
    height: 0;
    display: block;
    clear: both;
    content: '';
}

body {
    position: relative;
    margin: 0;
    word-wrap: break-word;
    color: #1c1c1c;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    background-color: #737373;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    display: block;
    min-height: 100%;
}

body.grey {
    background: #f8f8f8;
}

body, html {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: #FFF;
    overflow: hidden;
}

.wrapper.grey {
    background: #f8f8f8;
}

.page {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    z-index: 1;
}

.navbar-through {
    padding-top: 40px;
}

.toolbar-through {
    padding-bottom: 48px;
}

.weui-loading_toast {
    position: fixed;
    z-index: 999;
}

.home .banner {
    font-size: 0
}

.home .banner img {
    width: 100%;
}

.home .news {
    margin-top: 10px;
    background: #FFF;
    padding: 10px 10px 5px 10px;
}

.home .tit {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #DEDEDE;
}

.home .tit span {
    color: #1C1C1C;
    padding-left: 15px;
    float: left;
    position: relative;
    margin-left: 1px;
}

.home .tit span:after {
    height: 22px;
    width: 3px;
    background: #ED5137;
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 2px;
}

.home .tit a {
    float: right;
    color: #ED5137;
    border: 1px solid #ED5137;
    padding: 4px 8px;
    line-height: 1;
    border-radius: 3px;
    margin-top: 4px;
    margin-right: 1px;
}

.home .news ul li {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
}

.home .news ul li:last-child {
    border-bottom: 0;
}

.home .news ul li:before {
    position: absolute;
    content: '';
    right: 10px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #9c9c9c;
    border-right: 1px solid #9c9c9c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.home .news ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #1C1C1C;
}

.home .news ul li a b {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    font-weight: 200;
}

.home .news ul li a span {
    float: right;
    color: #666666;
    margin-right: 23px;
}

.home .notice {
    margin-top: 10px;
    background: #FFF;
    padding: 10px 10px 5px 10px;
}

.home .notice ul li {
    border-bottom: 1px solid #DEDEDE;
    position: relative;
    padding: 8px 0 8px 160px;
}

.home .notice ul li:last-child {
    border-bottom: 0;
}

.home .notice ul li:before {
    position: absolute;
    content: '';
    right: 10px;
    top: 50%;
    margin-top: -5px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #ED5137;
    border-right: 1px solid #ED5137;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.home .notice ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #1C1C1C;
}

.home .notice ul li a img {
    width: 160px;
    float: left;
    margin-left: -160px;
}

.home .notice ul li a .info {
    float: left;
    width: 100%;
    padding: 10px;
}

.home .notice ul li a .info h2 {
    width: 100%;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.home .notice ul li a .info p {
    color: #929292;
    font-size: 13px;
    line-height: 1.4;
    padding-right: 10px;
}

.notice-list {
    background: #FFF;
    padding: 10px 10px 5px 10px;
}

.notice-list ul li {
    border-bottom: 1px solid #DEDEDE;
    position: relative;
    padding: 8px 0;
}

.notice-list ul li:last-child {
    border-bottom: 0;
}

.notice-list ul li:before {
    position: absolute;
    content: '';
    right: 10px;
    top: 50%;
    margin-top: -5px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #ED5137;
    border-right: 1px solid #ED5137;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.notice-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #1C1C1C;
}

.notice-list ul li a img {
    width: 160px;
    height: 80px;
    float: left;
}

.notice-list ul li a .info {
    float: left;
    padding: 10px;
}

.notice-list ul li a .info h2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-list ul li a .info p {
    color: #929292;
}

.news-list ul li {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
    padding: 0 10px;
}

.news-list ul li:last-child {
    border-bottom: 0;
}

.news-list ul li:before {
    position: absolute;
    content: '';
    right: 10px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #9c9c9c;
    border-right: 1px solid #9c9c9c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.news-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #1C1C1C;
}

.news-list ul li a b {
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    font-weight: 200;
}

.news-list ul li a span {
    float: right;
    color: #666666;
    margin-right: 23px;
}

.news-info .title {
    margin: 10px 0;
}

.news-info .title h1 {
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 40px;
}

.news-info .title span {
    color: #929292;
    text-align: center;
    display: block;
}

.news-info .body {
    padding: 20px;
}

.news-info .body p {
    color: #1C1C1C;
    line-height: 24px;
}

.business ul {
    padding: 5px;
}

.business ul li {
    width: 50%;
    float: left;
    padding: 5px;
    position: relative;
}

.business ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.business ul li img {
    width: 100%;
}

.business ul li p {
    color: #FFF;
    position: absolute;
}

.business ul li p.subject {
    top: 50%;
    height: 30px;
    line-height: 30px;
    margin-top: -22px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

.business ul li p.qq {
    bottom: 16px;
    left: 16px;
}

.ranking .navbar-through {
    padding-top: 60px;
}

.ranking .nav-tab {
    height: 60px;
    line-height: 50px;
    border-bottom: 10px solid #F6F6F6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #FFF;
}

.ranking .nav-tab span {
    width: 33.3333%;
    float: left;
    text-align: center;
    color: #1C1C1C;
}

.ranking .nav-tab span.hover {
    position: relative;
    color: #ED5137
}

.ranking .nav-tab span.hover:before {
    content: '';
    width: 40px;
    height: 3px;
    background: #ED5137;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.ranking .content ul {
    padding: 0 10px;
    display: none;
}

.ranking .content ul.in {
    display: block;
}

.ranking .content ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #DEDEDE;
}

.ranking .content ul li:last-child {
    border-bottom: 0;
}

.ranking .content ul li i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: 9px;
    background: #ED5137;
    text-align: center;
    color: #FFF;
    float: left;
    border-radius: 50%;
}

.ranking .content ul li:nth-child(1) i {
    background: #FF944C;
}

.ranking .content ul li:nth-child(2) i {
    background: #1E7EEF;
}

.ranking .content ul li:nth-child(3) i {
    background: #A5C618;
}

.ranking .content ul li .name {
    float: left;
    margin-left: 5px;
    color: #1C1C1C;
    width: 200px;
}

.ranking .content ul li .name .nick_name {
    float: left;
    margin-right: 8px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ranking .content ul li .name .reward {
    float: left;
    color: #ff8700;
}

.ranking .content ul li .beanfun {
    float: right;
    width: 100px;
    text-align: right;
}

.login .banner {
    text-align: center;
    padding: 0px 0 10px;
}

.login .banner img {
    width: 100%;
}

.login .formDiv .row {
    margin: 15px auto;
    width: 90%;
}

.login .formDiv .row a.jump-lose {
    float: left;
    margin-left: 5px;
    color: #999999;
}

.login .formDiv .row a.jump-reg {
    float: right;
    margin-right: 5px;
    color: #999999;
}

.login .apply {
    margin-top: 20px;
    text-align: center;
}

.login .apply .btn {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f29c07;
    color: #FFF;
    width: 90%;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.prize .row {
    padding: 10px;
    border-bottom: 1px solid #EFEFEF;
}

.prize .row:last-child {
    border-bottom: 0;
}

.prize .row img {
    width: 140px;
    float: left;
}

.prize .row .info {
    width: 200px;
    float: right;
    padding: 5px 0;
}

.prize .row .info p {
    color: #1C1C1C;
    line-height: 26px;
}

.prize .row .info p.my {
    color: #f29c07;
}

.prize .row .info a {
    display: block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ED5137;
    margin-top: 5px;
    border-radius: 4px;
    color: #FFF;
}

.conversion .infos {
    padding: 15px 10px;
    text-align: center;
    color: #1C1C1C;
}

.conversion .infos .prize-img {
    margin-bottom: 10px;
}

.conversion .infos .prize-img img {
    width: 170px;
}

.conversion .infos p {
    line-height: 27px;
}

.conversion .infos p .my {
    color: #f29c07;
}

.conversion .infos p .total {
    color: #ED5137;
}

.conversion .infos p .btn {
    background: #ED5137;
    border-radius: 3px;
    padding: 3px 4px;
    color: #FFF;
    font-size: 12px;
}

.conversion .apply {
    margin-top: 20px;
    text-align: center;
}

.conversion .apply .btn {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f29c07;
    color: #FFF;
    width: 90%;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.conversion .details_tip p font {
    color: #f29c07;
}

.conversion .details_tip p font.red {
    color: #F00;
    font-size: 18px;
    font-weight: bold;
}

.game-index .content {
    display: none;
}

.game-index .content.in {
    display: block;
}

.game-index .dayCount {
    height: 48px;
    line-height: 40px;
    background: #FFF;
    border: 4px solid #F6F6F6;
    border-left: 0;
    border-right: 0;
    text-align: center;
}

.game-index .thisTimes {
    height: 40px;
    line-height: 40px;
    background: #FFF;
    padding-left: 20px;
}

.game-index .thisTimes span {
    color: #f29c07;
}

.game-index .bet-auto {
    position: absolute;
    right: 14px;
    top: 97px;
    display: none;
}

.game-index .bet-auto.in {
    display: block;
}

.game-index .bet-auto a {
    border-radius: 50%;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #F44336;
    color: #F44336;
}

.game-index .timesLists .t-head {
    height: 48px;
    background: #f29c07;
    color: #FFF;
    font-size: 13px;
}

.game-index .timesLists .d-td {
    float: left;
    width: 25%;
    text-align: center;
}

.game-index .timesLists .d-td.w10 {
    width: 10%;
}

.game-index .timesLists .d-td.w15 {
    width: 15%;
}

.game-index .timesLists .d-td.w20 {
    width: 20%;
}

.game-index .timesLists .d-td.w25 {
    width: 25%;
}

.game-index .timesLists .d-td.w30 {
    width: 30%;
}

.game-index .timesLists .d-td.w35 {
    width: 35%;
}

.game-index .timesLists .d-td.w40 {
    width: 40%;
}

.game-index .timesLists .d-td.w50 {
    width: 50%;
}

.game-index .timesLists .d-td.w55 {
    width: 55%;
}

.game-index .timesLists .d-td > p {
    line-height: 48px;
    height: 48px;
}

.game-index .timesLists .d-td > span {
    display: block;
    line-height: 20px;
}

.game-index .timesLists .d-td > span:first-child {
    margin-top: 5px;
}

.game-index .timesLists .row .d-td span.draw_time {
    color: #757474;
}

.game-index .timesLists .row .d-td > span:first-child {
    margin-top: 8px;
    font-size: 14px;
}

.game-index .timesLists .row .d-td:nth-child(3) > span:last-child {
    line-height: 1;
    margin-top: 5px;
}

.game-index .timesLists .row .d-td:nth-child(3) > span:first-child {
    margin-top: 5px;
}

.game-index .timesLists .my-bet {
    line-height: 18px;
    margin-top: 18px;
}

.game-index .timesLists .finish .my-bet {
    line-height: 18px;
    margin-top: 4px;
    margin-bottom: 3px;
}

.win_color {
    color: #FF0000 !important;
}

.lose_color {
    color: #00CC00 !important;
}

.game-index .timesLists .row .result-bjl img {
    width: 20px;
    vertical-align: middle;
    margin: 0 1px
}

.game-index .timesLists .row .result-bjl i.empty {
    display: inline-block;
    width: 20px;
    height: 3px;
}

.game-index .timesLists .row .result-bjl span {
    display: inline-block;
    width: 30px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    color: #FFF;
}

.game-index .timesLists .row .result-bjl span.z {
    background: #ca2359;
}

.game-index .timesLists .row .result-bjl span.x {
    background: #42a3cb;
}

.game-index .timesLists .row .result-bjl span.h {
    background: #019821;
}

.game-index .timesLists .row .result-no i {
    font-style: normal;
    display: inline-block;
    width: 15px;
    height: 20px;
    line-height: 20px;
    color: #FFF;
    background: #0a8eec;
    margin: 0 1px;
}

.game-index .timesLists .row .result-no em {
    font-style: normal;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    color: #FFF;
    background: #f29c07;
    margin: 0 1px;
}

.game-index .timesLists .row .result-no i.n1.on {
    background: #e61c14
}

.game-index .timesLists .row .result-no i.n1 {
    background: rgba(230, 28, 20, 0.3)
}

.game-index .timesLists .row .result-no i.n2.on {
    background: #00a4ed
}

.game-index .timesLists .row .result-no i.n2 {
    background: rgba(0, 164, 237, 0.3)
}

.game-index .timesLists .row .result-no i.n3.on {
    background: #04c5c2
}

.game-index .timesLists .row .result-no i.n3 {
    background: rgba(4, 197, 194, 0.3)
}

.game-index .timesLists .row .result-no i.n4.on {
    background: #d333e6
}

.game-index .timesLists .row .result-no i.n4 {
    background: rgba(211, 51, 230, 0.3)
}

.game-index .timesLists .row .result-no i.n5.on {
    background: #3867ec
}

.game-index .timesLists .row .result-no i.n5 {
    background: rgba(56, 103, 236, 0.3)
}

.game-index .timesLists .row .result-no i.n6.on {
    background: #44d41f
}

.game-index .timesLists .row .result-no i.n6 {
    background: rgba(68, 212, 31, 0.3)
}

.game-index .timesLists .row .result-no i.n7.on {
    background: #4c4c4c
}

.game-index .timesLists .row .result-no i.n7 {
    background: rgba(76, 76, 76, 0.3)
}

.game-index .timesLists .row .result-no i.n8.on {
    background: #7341ff
}

.game-index .timesLists .row .result-no i.n8 {
    background: rgba(115, 65, 255, 0.3)
}

.game-index .timesLists .row .result-no i.n9.on {
    background: #81c117
}

.game-index .timesLists .row .result-no i.n9 {
    background: rgba(129, 193, 23, 0.3)
}

.game-index .timesLists .row .result-no i.n10.on {
    background: #f24f89
}

.game-index .timesLists .row .result-no i.n10 {
    background: rgba(242, 79, 137, 0.3)
}

.game-index .timesLists .row .result-plus i {
    font-style: normal;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #FFF;
    background: #0a8eec;
    margin: 0 5px;
}

.game-index .timesLists .row .result-plus em {
    font-style: normal;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    background: #f29c07;
    margin: 0 5px;
    border-radius: 50%;
}


.game-index .timesLists .t-list {
    font-size: 12px;
    color: #1c1c1c;
    background: #FFF;
    position: absolute;
    top: 176px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.game-index .timesLists .t-list .row {
    min-height: 56px;
    max-height: 80px;
    border-bottom: 1px solid #EFEFEF;
}

.game-index .timesLists .t-list .btn-bet {
    width: 48px;
    height: 24px;
    line-height: 24px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 3px;
    background: #f29c07;
    color: #FFF;
}

.game-index .timesLists .t-list .btn-beting {
    width: 48px;
    height: 24px;
    line-height: 24px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 3px;
    background: #fc5053;
    color: #FFF;
}

.game-index .timesLists .t-list .btn-beted {
    width: 48px;
    height: 24px;
    line-height: 24px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 3px;
    background: #ececec;
    color: #989898;
}

.game-index .timesLists .t-list .row:nth-child(odd) {
    background: #fffaf3;
}

.game-betting-log.game-index .timesLists .t-list {
    top: 136px;
}

.game-betting-log .modal-dialog {
    width: 96%;
    margin: 20% auto;
}

.game-betting-log .modal-body {
    max-height: 400px;
    overflow: auto;
    padding: 8px;
    -webkit-overflow-scrolling: touch;
}

.game-betting-log .modal-body .p-title {
    text-align: center;
}

.game-betting-log .modal .timesLists .t-head {
    height: 28px;
}

.game-betting-log .modal .t-list-m {
    font-size: 12px;
    border: 1px solid #EFEFEF;
    border-top: 0;
    border-bottom: 0;
    color: #1c1c1c;
    background: #FFF;
}

.game-betting-log .modal .t-list-m .row {
    height: 33px;
    line-height: 32px;
    border-bottom: 1px solid #EFEFEF;
}

.game-betting-log .modal .t-list-m .row:nth-child(odd) {
    background: #fffaf3;
}

.game-betting-log .modal .t-list-m .row i.no {
    padding: 3px 4px;
    border-radius: 3px;
    background: #F00;
    color: #FFF;
    font-style: normal;
    display: inline-block;
    min-width: 24px;
    height: 24px;
    line-height: 18px;
}

.game-betting-log .modal .t-list-m .tit {
    background: #8bc34a;
    color: #FFF;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.game-list {
    display: none;
}

.game-list.in {
    display: block;
}

.game-list .game-list-bg {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.game-list .game-list-box {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 100px;
    background: #FFF;
    z-index: 101;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.game-list .box {
    background: #FFF;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.game-list .box .row {
    padding: 5px 0 10px 15px;
    position: relative;
}

.game-list .box .row:after {
    content: '';
    height: 1px;
    background: #EAEAEA;
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
}

.game-list .box .row p.tit {
    color: #43474C;
}

.game-list .box .row .list a {
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    background: #FFF;
    border: 1px solid #b5b6bb;
    border-radius: 4px;
    color: #1c1c1c;
    margin: 2px;
}

.game-list .box .row.js p.tit {
    color: #df89ff;
}

.game-list .box .row.js a {
    border-color: #df89ff;
}

.game-list .box .row.js a.hover {
    background: #df89ff;
    color: #FFF;
}

.game-list .box .row.bjkl8 p.tit {
    color: #258cff;
}

.game-list .box .row.bjkl8 a {
    border-color: #258cff;
}

.game-list .box .row.bjkl8 a.hover {
    background: #258cff;
    color: #FFF;
}

.game-list .box .row.bjpk10 p.tit {
    color: #ff8700;
}

.game-list .box .row.bjpk10 a {
    border-color: #ff8700;
}

.game-list .box .row.bjpk10 a.hover {
    background: #ff8700;
    color: #FFF;
}

.game-list .box .row.hgkl8 p.tit {
    color: #8435FF;
}

.game-list .box .row.hgkl8 a {
    border-color: #8435FF;
}

.game-list .box .row.hgkl8 a.hover {
    background: #8435FF;
    color: #FFF;
}

.game-list .box .row.jndkl8 p.tit {
    color: #FF6C54;
}

.game-list .box .row.jndkl8 a {
    border-color: #FF6C54;
}

.game-list .box .row.jndkl8 a.hover {
    background: #FF6C54;
    color: #FFF;
}

.game-list .box .row.ydkl8 p.tit {
    color: #3c763d;
}

.game-list .box .row.ydkl8 a {
    border-color: #3c763d;
}

.game-list .box .row.ydkl8 a.hover {
    background: #3c763d;
    color: #FFF;
}

.game-list .box .row.qt p.tit {
    color: #00a2d4;
}

.game-list .box .row.qt a {
    border-color: #00a2d4;
}

.game-list .box .row.qt a.hover {
    background: #00a2d4;
    color: #FFF;
}

.game-nav {
    display: none;
}

.game-nav.in {
    display: block;
}

.game-nav .game-nav-bg {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.game-nav .game-nav-box {
    position: absolute;
    top: 48px;
    right: 7px;
    width: 120px;
    background: #FFF;
    border-radius: 4px;
    z-index: 101;
    padding: 0 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.game-nav .game-nav-box:before {
    position: absolute;
    top: -7px;
    right: 5px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #FFF;
    border-left: 7px solid transparent;
    content: '';
}

.game-nav .game-nav-box a {
    height: 38px;
    line-height: 38px;
    position: relative;
    padding-left: 30px;
    display: block;
    color: #1c1c1c;
    border-bottom: 1px solid #DEDEDE;
}

.game-nav .game-nav-box a:last-child {
    border-bottom: 0;
}

.game-nav .game-nav-box a img {
    width: 20px;
    position: absolute;
    left: 5px;
    top: 8px;
}

.game-betting .thisTimes {
    height: 32px;
    line-height: 32px;
    background: #FFF;
    padding-left: 20px;
}

.game-betting .thisTimes span {
    color: #f29c07;
}

.game-betting .my-mode .tit {
    padding-left: 20px;
    line-height: 28px;
    color: #1c1c1c;
    position: relative;
}

.game-betting .my-mode .tit:before {
    content: '';
    display: inline-block;
    background: #ED5137;
    width: 3px;
    height: 18px;
    border-radius: 2px;
    position: absolute;
    left: 10px;
    top: 5px;
}

.game-betting .my-mode .list {
    padding: 0 5px;
}

.game-betting .my-mode .list button {
    padding: 3px 8px;
    border: 0;
    background: #f29c07;
    border-radius: 3px;
    float: left;
    margin: 5px;
    color: #FFF;
    font-size: 12px;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game-betting .my-mode .li {
    width: 40%;
    float: left;
    height: 32px;
}

.game-betting .my-mode .li:last-child {
    width: 20%;
    float: right;
}

.game-betting .my-mode .li label {
    display: block;
    text-align: center;
}

.game-betting .my-mode .li select, .game-betting .my-mode .li input {
    width: 80%;
    margin: 5px auto 0;
    height: 24px;
    padding: 2px 5px;
    display: block;
    text-align: center;
    border: 1px solid #979797;
    color: #1c1c1c;
    border-radius: 3px;
}

.game-betting .my-mode .li button {
    margin-left: 16px;
}


.game-betting .use-mode {
    padding: 5px 7px;
    border-top: 3px solid #F6F6F6;
    border-bottom: 3px solid #F6F6F6;
}

.game-betting .use-mode .select {
    padding: 0 15px 0 15px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d0d0d0;
    color: #1c1c1c;
    border-radius: 3px;
    float: left;
    text-align: center;
    margin: 2px;
    font-size: 12px;
}

.game-betting .use-mode .fixed-sh {
    padding: 0;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d0d0d0;
    color: #1c1c1c;
    border-radius: 3px;
    float: left;
    text-align: center;
    margin: 2px;
    font-size: 12px;
}

.game-betting .use-mode .fixed-sh input {
    float: left;
    width: 60px;
    height: 22px;
    padding: 2px;
    border: none;
    color: #FF0000;
}

.game-betting .use-mode .fixed-sh button {
    float: left;
    width: 60px;
    line-height: 28px;
    border: 0;
    border-left: 1px solid #d0d0d0;
    border-radius: 3px;
    font-size: 12px;
}

.game-betting .bet-mode {
    border-top: 3px solid #F6F6F6;
}

.game-betting .bet-mode .con {
    padding: 5px 7px;
}

.game-betting .bet-mode .select {
    width: 50px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d0d0d0;
    color: #1c1c1c;
    border-radius: 3px;
    float: left;
    text-align: center;
    margin: 2px;
    font-size: 12px;
}

.game-betting .bet-mode .select.chips {
    border-radius: 20px;
    background: #f29b07;
    color: #FFF;
    border-color: #FFF;
}

.game-betting .bet-mode .more {
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #F44336;
}


.game-betting .timesLists .t-head {
    height: 32px;
    line-height: 32px;
    background: #f29c07;
    color: #FFF;
    font-size: 13px;
}

.game-betting .timesLists .d-td {
    float: left;
    width: 25%;
    text-align: center;
}

.game-betting .timesLists .d-td.w10 {
    width: 10%;
}

.game-betting .timesLists .d-td.w20 {
    width: 20%;
}

.game-betting .timesLists .d-td.w30 {
    width: 30%;
}

.game-betting .timesLists .d-td.w15 {
    width: 15%;
}

.game-betting .timesLists .d-td.w35 {
    width: 35%;
}

.game-betting .timesLists .t-list {
    font-size: 11px;
    color: #1c1c1c;
    background: #FFF;
}

.game-betting .timesLists .t-list.fixed {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.game-betting .timesLists .t-list .row {
    height: 39px;
    line-height: 38px;
    border-bottom: 1px solid #EFEFEF;
    overflow: hidden;
}

.game-betting .timesLists .t-list .btn-bet {
    width: 48px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    border-radius: 3px;
    background: #f29c07;
    color: #FFF;
}

.game-betting .timesLists .t-list .btn-beting {
    width: 48px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    border-radius: 3px;
    background: #fc5053;
    color: #FFF;
}

.game-betting .timesLists .t-list .btn-beted {
    width: 48px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    border-radius: 3px;
    background: #ececec;
    color: #989898;
}

.game-betting .timesLists .t-list .row:nth-child(odd) {
    background: #fffaf3;
}

.game-betting .timesLists .t-list .row.checked {
    background: #F00;
}

.game-betting .timesLists .t-list .no {
    width: 30px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #FF0000;
    color: #FFF;
    border-radius: 3px;
    display: inline-block;
}

.game-betting .timesLists .t-list input {
    width: 100%;
    border: 1px solid #ccc;
    color: #FF0000;
    padding: 3px;
    height: 24px;
}

.game-betting .timesLists .t-list .beilv {
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    background: #f29c07;
    border: 0;
    color: #FFF;
    border-radius: 3px;
    margin: 0 1px;
}

.game-betting .footer {
    height: 40px;
    position: absolute;
    background: #FFF;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #EAEAEA;
    z-index: 20;
}

.game-betting .footer .my-money {
    width: 35%;
    text-align: center;
    float: left;
    position: relative;
}

.game-betting .footer .bet-total {
    width: 35%;
    text-align: center;
    float: left;
}

.game-betting .footer .apply {
    width: 30%;
    text-align: center;
    float: right;
}

.game-betting .footer b {
    display: block;
    color: #f29c07;
    line-height: 1;
    margin-top: 3px;
}

.game-betting .footer .bet-total b {
    color: #F00;
}

.game-betting .footer label {
    display: block;
    color: #9c9c9c;
    line-height: 1;
    margin-top: 4px;
    font-size: 13px;
}

.game-betting .footer .my-money button {
    position: absolute;
    right: -9px;
    top: 9px;
    padding: 1px 5px;
    background: #f29b07;
    color: #FFF;
    font-size: 12px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.game-betting .footer .btn {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ED5137;
    color: #FFF;
    width: 90%;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 4px;
}

.game-betting .group .tit {
    background: #8bc34a;
    color: #FFF;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.game-betlog .header {
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #F8F8F8;
    border-bottom: 1px solid #979797;
}

.game-betlog .header .game-name {
    color: #1c1c1c;
}

.game-betlog .dayCount {
    height: 58px;
    line-height: 42px;
    background: #FFF;
    border: 8px solid #F6F6F6;
    border-left: 0;
    border-right: 0;
    text-align: center;
}

.game-betlog .thisTimes {
    height: 42px;
    line-height: 42px;
    background: #FFF;
    padding-left: 20px;
}

.game-betlog .timesLists .t-head {
    height: 43px;
    line-height: 42px;
    background: #f29c07;
    color: #FFF;
    font-size: 13px;
}

.game-betlog .timesLists .d-td {
    float: left;
    width: 25%;
    text-align: center;
}

.game-betlog .timesLists .d-td.w20 {
    width: 20%;
}

.game-betlog .timesLists .d-td.w30 {
    width: 30%;
}

.game-betlog .timesLists .d-td.w15 {
    width: 15%;
}

.game-betlog .timesLists .d-td.w35 {
    width: 35%;
}

.game-betlog .timesLists .t-list {
    font-size: 11px;
    color: #1c1c1c;
    position: fixed;
    top: 190px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #FFF;
}

.game-betlog .timesLists .t-list .row {
    height: 39px;
    line-height: 38px;
    border-bottom: 1px solid #EFEFEF;
    overflow: hidden;
}

.game-betlog .timesLists .t-list .btn-bet {
    width: 48px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    border-radius: 3px;
    background: #f29c07;
    color: #FFF;
}

.game-betlog .timesLists .t-list .btn-beting {
    width: 48px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    border-radius: 3px;
    background: #fc5053;
    color: #FFF;
}

.game-betlog .timesLists .t-list .btn-beted {
    width: 48px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    border-radius: 3px;
    background: #ececec;
    color: #989898;
}

.game-betlog .timesLists .t-list .row:nth-child(odd) {
    background: #fffaf3;
}

.game-betauto {
    font-size: 12px;
}

.game-betauto .auto-mode {
    height: 48px;
    line-height: 40px;
    background: #FFF;
    border: 4px solid #F6F6F6;
    border-left: 0;
    border-right: 0;
    text-align: center;
}

.game-betauto .auto-mode .tit {
    line-height: 28px;
    color: #1c1c1c;
    position: relative;
    float: left;
    margin: 7px 10px 0 0
}

.game-betauto .auto-mode .list {
    padding: 0 15px;
    height: 36px;
    width: 210px;
    margin: 0 auto;
}

.game-betauto .auto-mode .list .btn_label {
    width: 90px;
    float: left;
    padding-right: 8px;
    position: relative;
    margin-top: 2px;
}

.game-betauto .auto-mode .list .btn_label .btn_label-check {
    position: absolute;
    left: -9999em;
}

.game-betauto .auto-mode .list .btn_label .btn_label-checked {
    width: 100%;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    background: #FFF;
    border: 1px solid #979797;
    border-radius: 4px;
    color: #666666;
}

.game-betauto .auto-mode .list .btn_label .btn_label-check:checked + .btn_label-checked {
    background: #ED5137;
    color: #FFF;
    border-color: #ED5137;
}

.game-betauto .auto-mode .list .btn_label .btn_label-check:disabled + .btn_label-checked {
    opacity: .4;
}

.game-betauto .opts {
    padding: 0 15px;
}

.game-betauto .opts .start-model {
    display: none;
}

.game-betauto .opts .start-model.in {
    display: block;
}

.game-betauto .opts .row {
    height: 24px;
    line-height: 24px;
    margin: 5px 0;
}

.game-betauto .opts .row .li {
    width: 50%;
    float: left;
    padding: 0 10px 0 56px;
}

.game-betauto .opts .row .li label {
    width: 56px;
    float: left;
    margin-left: -56px;
}

.game-betauto .opts .row .li input {
    float: left;
    width: 100%;
    max-width: 250px;
    height: 24px;
    padding: 2px;
    border: 1px solid #979797;
    color: #1c1c1c;
    border-radius: 3px;
}

.game-betauto .opts .row .li input:disabled {
    opacity: .4;
}

.game-betauto .opts .row .li select {
    float: left;
    width: 100%;
    max-width: 250px;
    height: 24px;
    padding: 2px;
    border: 1px solid #979797;
    color: #1c1c1c;
    border-radius: 3px;
}

.game-betauto .opts .row .li select:disabled {
    opacity: .4;
}

.game-betauto .timesLists {
    display: none;
}

.game-betauto .timesLists.in {
    display: block;
}

.game-betauto .timesLists .t-head {
    height: 43px;
    line-height: 42px;
    background: #f29c07;
    color: #FFF;
    font-size: 13px;
}

.game-betauto .timesLists .d-td {
    float: left;
    width: 25%;
    text-align: center;
}

.game-betauto .timesLists .d-td.w25 {
    width: 25%;
}

.game-betauto .timesLists .d-td.w50 {
    width: 50%;
}

.game-betauto .timesLists .t-list {
    font-size: 11px;
    color: #1c1c1c;
    position: absolute;
    top: 223px;
    left: 0;
    right: 0;
    bottom: 40px;
    overflow: auto;
    background: #FFF;
}

.game-betauto .timesLists.dh .t-list {
    top: 194px;
}

.game-betauto .timesLists .t-list .row {
    height: 39px;
    line-height: 38px;
    border-bottom: 1px solid #EFEFEF;
    overflow: hidden;
}

.game-betauto .timesLists .t-list .row select {
    width: 80%;
    max-width: 250px;
    height: 24px;
    padding: 2px;
    border: 1px solid #979797;
    color: #1c1c1c;
    border-radius: 3px;
}

.game-betauto .timesLists .t-list .row select:disabled {
    opacity: .4;
}

.game-betauto .timesLists .t-list .row b {
    padding: 3px 4px;
    border-radius: 3px;
    background: #F00;
    color: #FFF;
    font-style: normal;
    display: inline-block;
    min-width: 24px;
    height: 24px;
    line-height: 18px;
}

.game-betauto .timesLists .t-list .row:nth-child(odd) {
    background: #fffaf3;
}

.game-betauto .timesLists .t-list .t-list-box {
    width: 50%;
    float: left;
}

.game-betauto .footer {
    height: 40px;
    position: absolute;
    background: #FFF;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #EAEAEA;
    z-index: 20;
}

.game-betauto .footer .apply {
    width: 100%;
    text-align: center;
}

.game-betauto .footer .btn {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    width: 80%;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 4px;
}

.game-betauto .footer .btn.on {
    background: #ED5137;
}

.game-betauto .footer .btn.off {
    background: #4cad50;
}


.game-profit .table {
    padding: 5px;
    font-size: 12px;
}

.game-profit .table table {
    width: 100%;
    text-align: center;
    color: #1c1c1c;
    border: 1px solid #9B9B9B;
    border-collapse: collapse;
}

.game-profit .table table thead {
    background: #f29c07;
    color: #FFF;
}

.game-profit .table table td {
    border: 1px solid #9B9B9B;
    padding: 5px 0;
}

.game-betauo .btns {
    width: 215px;
    margin: 20px auto;
}

.footer-nav {
    background: #FFF;
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    border-top: 1px solid rgba(204, 204, 204, 0.2);
}

.footer-nav a {
    width: 20%;
    height: 100%;
    float: left;
    text-align: center;
}

.footer-nav a img {
    height: 21px;
    margin-top: 6px;
}

.footer-nav a span {
    display: block;
    color: #929292;
    line-height: 0;
    font-size: 12px;
    margin-top: 4px;
}

.footer-nav a.hover span {
    color: #1c1c1c;
}

.myzone {
    padding-bottom: 48px;
}

.myzone .header {
    background: #FFF;
    padding: 15px 0 15px 90px;
    position: relative;
}

.myzone .header:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    color: #d9d9d9;
    bottom: 0;
    border-top: 1px solid #d9d9d9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.myzone .header .deavatar {
    width: 60px;
    height: 60px;
    float: left;
    margin-left: -75px;
}

.myzone .header .deavatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.myzone .header .info {
    float: left;
    width: 100%;
}

.myzone .header .info p.name {
    color: #1c1c1c;
    padding-top: 5px;
}

.myzone .header .info p.name b {
    font-weight: normal;
    max-width: 170px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.myzone .header .info p.name span {
    float: left;
}

.myzone .header .info p.name img {
    float: left;
    margin: 4px 0 0 5px;
}

.myzone .header .info .account {
    color: #1c1c1c;
    margin-top: 7px;
}

.myzone .header .info .account span {
    width: 50%;
    float: left;
}

.myzone .header .info .account span b {
    color: #1E7EEF;
    font-weight: normal;
}

.myzone .header .info .account span b.f12 {
    font-size: 12px;
}

.myzone .weui-cell__bd p {
    color: #1c1c1c;
    font-size: 14px;
}

.myzone .weui-cell {
    padding: 12px 15px;
}

.myzone .weui-cell__bd {
    text-align: left;
}

.error-page {
    text-align: center;
    padding: 20% 5%;
    color: #1c1c1c;
}

.error-page .msg {
    font-size: 16px;
    margin-top: 20px;
    color: #F00;
}

.error-page .jump {
    margin-top: 10px;
}

.error-page .jump a {
    color: #f29c07;
    text-decoration: underline;
}

.success-page {
    text-align: center;
    padding: 20% 5%;
    color: #1c1c1c;
}

.success-page .msg {
    font-size: 16px;
    margin-top: 20px;
    color: #00CC00;
}

.success-page .jump {
    margin-top: 10px;
}

.success-page .jump a {
    color: #f29c07;
    text-decoration: underline;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    z-index: 99;
}

.modal h4 {
    font-weight: normal;
}

.modal.in {
    display: block;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: 80%;
    margin: 40% auto 0;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    border: solid 2px #666;
    box-shadow: 0 0 10px #666;
}

.modal-header {
    border-bottom: 1px solid #ddd;
    height: 40px;
    padding: 12px;
    position: relative;
}

.modal-header .close {
    float: right;
    color: #999;
    padding: 5px;
    margin: -2px -5px -5px;
    font: bold 14px/14px simsun;
    text-shadow: 0 1px 0 #ddd;
}

.modal-header button {
    background: none;
    border: 0;
    cursor: pointer;
}

.modal-header button:hover {
    color: #444;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.fixed_head {
    position: absolute;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 40px;
    padding: 0 6px;
    background: #ffffff;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #EAEAEA;
}

.fixed_head a.back {
    position: relative;
    float: left;
    color: #1c1c1c;
}

.fixed_head a.back span {
    font-size: 14px;
    position: absolute;
    width: 65px;
}

.fixed_head a.back:before {
    position: absolute;
    content: '';
    left: 8px;
    top: 14px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #1c1c1c;
    border-right: 1px solid #1c1c1c;
    -webkit-transform: rotate(45deg);
    transform: rotate(-135deg);
}

.fixed_head a.jump {
    color: #1c1c1c;
    position: absolute;
    right: 10px;
}

.fixed_head .this-game {
    position: relative;
}

.fixed_head .this-game:after {
    content: '';
    display: inline-block;
    margin-left: 6px;
    width: 0;
    height: 0;
    position: absolute;
    top: 6px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #AAAEB9;
}

.fixed_head .this-game.open:after {
    border-top: none;
    border-bottom: 6px solid #AAAEB9;
}

.fixed_head a.right {
    position: absolute;
    right: 10px;
    top: 5px;
}

.fixed_head a.right img {
    width: 18px;
}

.fixed_head .logo {
    height: 34px;
    margin-top: 2px;
}

.fixed_head .pc {
    float: left;
}

.fixed_head .pc img {
    height: 24px;
    margin-top: 8px;
}

.conversion-log .lists {
    padding: 8px 0;
}

.conversion-log .lists .row {
    background: #FFF;
    margin-bottom: 8px;
    position: relative;
}

.conversion-log .lists .row .info {
    padding: 10px;
}

.conversion-log .lists .row .info b {
    font-weight: normal;
    width: 50%;
    float: left;
}

.conversion-log .lists .row .info b i {
    margin-left: 3px;
    color: #0a8eec;
}

.conversion-log .lists .row .info em {
    width: 50%;
    float: right;
    font-style: normal;
    font-size: 13px;
    text-align: right;
    color: #AAAEB9;
}

.conversion-log .lists .row .review {
    position: relative;
    height: 36px;
    line-height: 36px;
}

.conversion-log .lists .row .review a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #f29c07;
}

.conversion-log .lists .row .review:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.conversion-log .show-card {
    height: 160px;
    overflow: auto;
}

.conversion-log .show-card {
    font-size: 12px;
    line-height: 24px;
}

.conversion-log .copy {
    margin-top: 8px;
}

.conversion-log .copy .btn {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f29c07;
    color: #FFF;
    width: 100%;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.my-card .lists {
    padding: 8px 0;
}

.my-card .lists .row {
    background: #FFF;
    margin-bottom: 8px;
    position: relative;
    padding: 10px;
}

.my-card .lists .row p.grey {
    color: #AAAEB9;
    font-size: 13px;
}

.my-card .lists .row p.grey b {
    color: #f29c07;
    font-size: 12px;
}

.my-card .lists .row i {
    font-style: normal;
    position: absolute;
    right: 15px;
    top: 50%;
    line-height: 20px;
    margin-top: -10px;
}

.my-card .lists .row i.has {
    color: #0bb20c;
}

.my-card .lists .row i.not {
    color: #F00;
}

.dropload-up,
.dropload-down {
    position: relative;
    height: 0;
    overflow: hidden;
    font-size: 12px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.dropload-down {
    height: 50px;
}

.dropload-refresh,
.dropload-update,
.dropload-load,
.dropload-noData {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.dropload-noData p {
    line-height: 20px;
}

.dropload-load .loading {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 6px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.my-info .weui-cells {
    font-size: 15px;
}

.my-info .weui-cell_select {
    padding: 10px 15px;
}

.my-info .weui-cells:before {
    display: none;
}

.my-info .weui-input {
    text-align: right;
    padding-right: 10px;
}

.my-info .weui-cell__bd {
    text-align: right;
}

.my-info .weui-cell__bd b {
    font-weight: normal;
    padding-right: 10px;
}

.my-info .weui-cell__bd em {
    font-style: normal;
    color: #9B9B9B;
    padding-right: 10px;
}

.my-info .wd_avatar {
    text-align: right;
}

.my-info .wd_avatar img {
    height: 32px;
    width: 32px;
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -16px;
    border-radius: 50%;
}

.my-info .apply {
    margin-top: 20px;
    text-align: center;
}

.my-info .apply .btn {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f29c07;
    color: #FFF;
    width: 90%;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.my-info .weui-cell_select a {
    display: flex;
    width: 100%;
    height: 100%;
}

.my-info .weui-cell_select a .weui-label {
    color: #1c1c1c;
}

.my-info .weui-cell_select a .a_color {
    color: #52AFF7;
    padding-right: 10px;
}

.my-info .weui-vcode-btn, .my-info .weui-vcode-img {
    width: 115px;
    font-size: 14px;
}

.my-info .weui-vcode-btn[disabled] {
    opacity: 0.5;
}

.my-bank .nav-tab {
    height: 60px;
    line-height: 50px;
    border-bottom: 10px solid #F6F6F6;
    background: #FFF;
}

.my-bank .nav-tab span {
    width: 50%;
    float: left;
    text-align: center;
    color: #1C1C1C;
}

.my-bank .nav-tab span.hover {
    position: relative;
    color: #ED5137
}

.my-bank .nav-tab span.hover:before {
    content: '';
    width: 40px;
    height: 3px;
    background: #ED5137;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.my-bank .tip {
    padding: 15px;
    color: #666666;
}

.my-bank .tip b {
    color: #f29c07;
}

.my-bank .weui-cells {
    font-size: 15px;
}

.my-bank .weui-input {
    text-align: right;
    padding-right: 10px;
}

.my-bank .apply {
    margin-top: 20px;
    text-align: center;
}

.my-bank .apply .btn {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f29c07;
    color: #FFF;
    width: 90%;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.my-bank .form > div {
    display: none;
}

.my-bank .form > div.in {
    display: block;
}

.my-bank .row a.jump-lose {
    float: left;
    margin-left: 5%;
    color: #999999;
    margin-top: 10px;
}

.setting .weui-cell__bd {
    color: #1c1c1c;
    font-size: 14px;
}

.setting .weui-cell {
    padding: 12px 15px;
}

.setting .weui-cells_form .weui-cell {
    padding: 6px 15px;
}

.setting .safe_login_disabled {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.setting .weui-cell__bd {
    text-align: left;
}

.update-pwd .weui-cells {
    font-size: 15px;
}

.update-pwd .weui-input {
    text-align: right;
    padding-right: 10px;
}

.update-pwd .nav-tab {
    height: 60px;
    line-height: 50px;
    border-bottom: 10px solid #F6F6F6;
    background: #FFF;
}

.update-pwd .nav-tab span {
    width: 50%;
    float: left;
    text-align: center;
    color: #1C1C1C;
}

.update-pwd .nav-tab span.hover {
    position: relative;
    color: #ED5137
}

.update-pwd .nav-tab span.hover:before {
    content: '';
    width: 40px;
    height: 3px;
    background: #ED5137;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.update-pwd .form > div {
    display: none;
}

.update-pwd .form > div.in {
    display: block;
}

.update-pwd .apply {
    margin-top: 20px;
    text-align: center;
}

.update-pwd .apply .btn {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f29c07;
    color: #FFF;
    width: 90%;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.update-pwd .row a.jump-lose {
    float: left;
    margin-left: 5%;
    color: #999999;
    margin-top: 10px;
}

.verification h2 {
    margin: 30px;
    text-align: center;
}

.verification .apply {
    margin-top: 20px;
    text-align: center;
}

.verification .apply .btn {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f29c07;
    color: #FFF;
    width: 90%;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.weui-cells {
    font-size: 15px !important;
}

.weui-input {
    text-align: right;
    padding-right: 10px;
}

.weui-cell__bd {
    text-align: right;
}

.weui-cell__bd b {
    font-weight: normal;
    padding-right: 10px;
}

.weui-vcode-btn, .weui-vcode-img {
    width: 115px;
    font-size: 14px !important;
}

.weui-vcode-btn[disabled] {
    opacity: 0.5;
}

.game-chart .title {
    text-align: center;
    line-height: 40px;
}

.game-chart .title select {
    border: 1px solid #CCC;
}

.game-chart table {
    border: 1px #e4eaef solid;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 12px;
}

.game-chart table td {
    border: 1px #e4eaef solid;
}

.game-chart .table_head {
    background-color: #f29c07;
    color: #FFF;
    border: 0;
    font-size: 13px;
}

.game-chart .table_head td {
    border: 0;
    padding: 3px 0;
}

.game-chart .table_body td {
    padding: 2px 0;
}

.game-chart .table_body td b {
    font-weight: normal;
    color: #FFF;
    background: #D00;
    border-radius: 3px;
    padding: 3px;
    display: inline-block;
    width: 22px;
    height: 22px;
}

.game-chart .table_body td.f {
    background: #FFF;
    color: #FFF;
}

.game-chart .table_body td.f.da {
    background: #FF0099;
}

.game-chart .table_body td.f.xiao {
    background: #00CC00;
}

.game-chart .table_body td.f.dan {
    background: #0033CC;
}

.game-chart .table_body td.f.shuang {
    background: #FF3333;
}

.game-chart .table_body td.f.zhong {
    background: #660099;
}

.game-chart .table_body td.f.bian {
    background: #f1bb1a;
}

.game-chart .table_body td.f.z {
    background: #ca2359;
}

.game-chart .table_body td.f.x {
    background: #42a3cb;
}

.game-chart .table_body td.f.h {
    background: #019821;
}

.game-chart .table_body td.f.bao {
    background: #01d424;
}

.game-chart .table_body td.f.shun {
    background: #c616c4;
}

.game-chart .table_body td.f.dui {
    background: #022cb1;
}

.game-chart .table_body td.f.ban {
    background: #fe380f;
}

.game-chart .table_body td.f.za {
    background: #2fceeb;
}

.game-chart .table_body td.f.long {
    background: #c82f6a;
}

.game-chart .table_body td.f.hu {
    background: #2982d6;
}

.agent-info {
    background: #FFF;
}

.agent-info .account .box {
    width: 33.3333333%;
    float: left;
    text-align: center;
    padding: 12px 0;
}

.agent-info .account .box p {
    color: #ED5137;
    font-size: 13px;
}

.agent-info .account .box label {
    color: #666666;
    font-size: 12px;
}

.agent-info .discount {
    background: #FCFCFC;
    border-top: 1px solid #F6F6F6;
}

.agent-info .discount .box {
    width: 50%;
    float: left;
    text-align: center;
    padding: 10px 0;
    color: #ED5137;
}

.agent-info .discount .box label {
    color: #666666;
    margin-right: 5px;
    font-size: 13px;
}

.agent .grids {
    margin-top: 10px;
    background: #FFF;
}

.agent .apply {
    margin-top: 20px;
    text-align: center;
}

.agent .apply .btn {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f29c07;
    color: #FFF;
    width: 90%;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.agent .fial {
    text-align: center;
    margin-top: 80px;
}

.agent .fial p {
    margin-top: 10px;
}

.recharge-log {
    font-size: 12px;
}

.recharge-log .row {
    background: #FFF;
    border: 1px solid rgba(204, 204, 204, 0.2);
    border-left: 0;
    border-right: 0;
    margin: 5px 0;
}

.recharge-log .row p {
    padding: 10px;
}

.recharge-log .row .bot {
    border-top: 1px solid rgba(204, 204, 204, 0.2);
    padding: 0 10px;
    height: 40px;
}

.recharge-log .row .bot span {
    float: left;
    line-height: 40px;
}

.recharge-log .row .bot button {
    float: right;
    background: #f29c07;
    border: 0;
    border-radius: 3px;
    color: #FFF;
    padding: 3px 10px;
    margin-top: 7px;
}

.recharge-log .row .bot button:disabled {
    background: #CCC;
}

.weui-cells_checkbox .weui-cell__bd {
    text-align: left !important;
}

.verification .show {
    display: none;
}

.verification .show.in {
    display: flex;
}

.virtual-ranking .nav-tab {
    height: 60px;
    line-height: 50px;
    border-bottom: 10px solid #F6F6F6;
    width: 100%;
    background: #FFF;
}

.virtual-ranking .nav-tab span {
    width: 33.3333%;
    float: left;
    text-align: center;
    color: #1C1C1C;
}

.virtual-ranking .nav-tab span.hover {
    position: relative;
    color: #ED5137
}

.virtual-ranking .nav-tab span.hover:before {
    content: '';
    width: 40px;
    height: 3px;
    background: #ED5137;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.virtual-ranking .content ul {
    padding: 0 10px;
    display: none;
}

.virtual-ranking .content ul.in {
    display: block;
}

.virtual-ranking .content ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #DEDEDE;
}

.virtual-ranking .content ul li:last-child {
    border-bottom: 0;
}

.virtual-ranking .content ul li i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: 9px;
    background: #ED5137;
    text-align: center;
    color: #FFF;
    float: left;
    border-radius: 50%;
}

.virtual-ranking .content ul li:nth-child(1) i {
    background: #FF944C;
}

.virtual-ranking .content ul li:nth-child(2) i {
    background: #1E7EEF;
}

.virtual-ranking .content ul li:nth-child(3) i {
    background: #A5C618;
}

.virtual-ranking .content ul li .name {
    float: left;
    margin-left: 5px;
    color: #1C1C1C;
    width: 200px;
}

.virtual-ranking .content ul li .name .nick_name {
    float: left;
    margin-right: 8px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.virtual-ranking .content ul li .name .reward {
    float: left;
    color: #ff8700;
}

.virtual-ranking .content ul li .beanfun {
    float: right;
    width: 100px;
    text-align: right;
}






