body {
    overflow: hidden;
}

#openSetPeriodLayer em::after, #openSetAmountLayer em::after {
    content: "\e632";
}

#openSetPeriodLayer.active em::after, #openSetAmountLayer.active em::after {
    content: "\e62e";
}

.button-style-5 {
    background: #46b0f5;
    color: #fff;
    height: 27px;
    padding: 0 7px;
    border-radius: 4px;
    border: none;
}

#errpage {
    height: 100px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    padding: 0 15px;
    left: 0;
    right: 0;
}

#errpage h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}


#errpage button {
    background: #FF2934;
    width: 100px;
    height: 35px;
    color: #fff;
    border: none;
    border-radius: 4px;
}

#gameMenu {
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    z-index: 5;
}

header.game .title em:after {
    content: "\e632";
}

header.game.open .title em:after {
    content: "\e62e";
}

#gameMenu div.box {
    margin: 10px;
}

#gameMenu div.box dl {
    margin-bottom: 10px
}

#gameMenu div.box dt {
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 16px;
    position: relative;
}

#gameMenu div.box dt:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 4px;
    height: 16px;
    border-radius: 2px;
    background-color: #FF2934;
}

#gameMenu div.box dd a {
    display: inline-block;
    padding: 0 10px;
    background: #f3f3f3;
    color: #666;
    line-height: 30px;
    margin: 5px;
    border-radius: 40px;
}

#gameMenu div.box dd a.active {
    background: #FEEB91;
    color: #C88B3A;
}

.game-index {
    top: 40px;
    left: 0;
    right: 0;
    bottom: 50px
}

.game-index-1 {
    height: 35px;
    line-height: 35px;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 88;
}

.game-index-1 ul.u1, .game-index-2 ul.u1 {
    width: 120px
}


.game-index-1 ul.u1 span {
    display: inline-block;
    padding: 0 10px;
}

.game-index-1 ul.u2, .game-index-2 ul.u2 {
    flex: 1;
}


.game-index-1 ul.u2 span {
    display: inline-block;
    padding: 0 10px;
}

.game-index-1 ul.u2 span.active {
    color: #FF2934;
    height: 33px;
    border-bottom: 2px solid #FF2934;
}

.game-index-2 {
    top: 36px;
    bottom: 0;
    left: 0;
    right: 0
}

.game-index-2 ul.u1 {
    top: 0;
    left: 0;
    width: 110px;
    bottom: 0
}

.game-index-2 ul.u2 {
    top: 0;
    left: 110px;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
}

.game-index-2 ul.u1 li {

}

.game-index-2 ul.u1 li span {
    display: block;
    padding: 7px 10px;
    cursor: pointer;
    margin: 5px 7px;
}

.game-index-2 ul.u1 li.active span {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 7px
}


.game-index-2 ul.u2 li {
    width: 50%;
    float: left
}

.game-index-2 ul.u2 li a {
    display: block;
    color: #666;
    margin: 5px;
    border-radius: 4px;
    background: #f3f3f3;
    padding: 10px;
    color: #666;
}

.game-index-2 ul.u2 li a p {
    display: block;
    text-align: center
}

.game-index-2 ul.u2 li a p img {
    width: 80px;
    display: inline-block;
}


.layer-game {
    -webkit-backface-visibility: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    left: 50px;
    bottom: 0;
    opacity: 0;
    z-index: 99999;
    background: #f6f6f6;
    transition: all 300ms ease 0s;
}

.layer-game.active {
    left: 0;
    opacity: 1;
}


.layer-iframe {
    -webkit-backface-visibility: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    left: 50px;
    bottom: 0;
    opacity: 0;
    z-index: 99999;
    background: #f6f6f6;
    transition: all 300ms ease 0s;
}

.layer-iframe.active {
    left: 0;
    opacity: 1;
}

.layer-iframe iframe {
    height: 100%;
    width: 100%;
    border: none;
}


.box-tips-none {
    text-align: center;
    padding: 30px 0;
}

.move_in {
    -webkit-animation: 'move_left' 250ms ease-in-out 0s 1 alternate forwards;
}

.move_out {
    -webkit-animation: 'move_right' 250ms ease-in-out 0s 1 alternate forwards;
}


@-webkit-keyframes move_left{
    0% {
        left: 50px;
        opacity: 0;
    }
    100% {
        left: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes move_right {
    0% {
        left: 0px;
        opacity: 1;
    }
    100% {
        left: 50px;
        opacity: 0;
    }
}


.game-section-1 {
    top: 40px;
    left: 0;
    right: 0;
    height: 60px;
    background: #fff;
    z-index: 2;
}

.game-section-1 div.d1 {
    height: 32px;
    line-height: 32px;
    font-weight: 500;
    margin: 0 10px;
    border-bottom: 1px solid #eee
}

.game-section-1 div.d1 span.s1 {
    flex: 1;
    font-weight: 600;
    font-size: 16px
}

.game-section-1 div.d2 {
    margin: 5px 10px;
}

.game-section-1 div.d2 div.d2-1, .game-section-1 div.d2 div.d2-2 {
    height: 26px;
    line-height: 26px;
}

.game-section-1 div.d2 ul.u1 {
    margin-right: 5px;
    white-space: nowrap;
}

.game-section-1 div.d2 ul.u2 {
    overflow-x: auto;
    white-space: nowrap;
}

header .header-right a {
    display: inline-block;
    line-height: 40px;
    width: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px
}

.game-section-2 {
    top: 102px;
    left: 0;
    right: 0;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .1);
    z-index: 1;
}

.game-section-2 li {
    flex: 1;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.game-section-2 li.active {
    color: #FF2934;
    height: 33px;
    border-bottom: 2px solid #FF2934;
}

.game-section-3 {
    top: 137px;
    left: 0;
    right: 0;
    bottom: 90px;
    background: #f3f3f3;
}

.game-section-3 .swiper-wrapper {

}

.game-section-3 .swiper-slide {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.game-section-3 .swiper-slide div.box {
    margin: 10px;
}

.game-section-3 .item-list ul.label {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
}

.game-section-3 .item-list ul.list {
    margin: 5px -5px;
}

.game-section-3 .item-list ul.list li {
    width: 50%;
    text-align: center;
    cursor: pointer;
}

.game-section-3 .item-list ul.list li span.press {
    display: none
}

.game-section-3 .item-list ul.list li span.press input{
    width: 100%;
    height: 35px;
    text-align: center;
    border: none;
    color: #FF2934;
    font-size: 14px
}

.game-section-3 .item-list ul.list li.active .inbox {
    color: #FF2934;
    border-color: rgba(255, 41, 52, .5);
    /*box-shadow: 0 0 7px 0px rgba(255,41,52,1);*/
}

.game-section-3 .item-list ul.list li.active span.rate {
    display: none
}

.game-section-3 .item-list ul.list li.active span.press {
    display: block
}

.game-section-3 .item-list ul.list li.active .inbox span {
    color: #FF2934;
}







.game-section-3 .item-list ul.list li .inbox {
    background: #fff;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    align-items: center;
}

.game-section-3 .item-list ul.list li .inbox ul {
    height: 35px;
    line-height: 35px;
}

.game-section-3 .item-list ul.list li .inbox ul.u2 {
    flex: 1
}


.game-section-3 .item-list ul.list li span.name {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    border-radius: 2px;
    color: red;
    width: 55px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    border-right: 1px solid #eee;
}


.game-section-3 .item-list ul.list li span {
    color: #999;
}



.game-section-3 .lottery-list dl {
    background: #fff;
    margin-bottom: 10px;
    padding: 10px
}

.game-section-3 .lottery-list dl dt {

}

.game-section-3 .lottery-list dl dd {
    padding: 5px
}


.game-section-3 .bet-list div.li {
    margin-bottom: 10px;
    padding: 0px;
    cursor: pointer;
    overflow: hidden;
}

.game-section-3 .bet-list div.li.action {
    background: #fff;
}


.game-section-3 .bet-list div.li div.inbox {
    align-items: center;
    margin: 10px

}


.game-section-3 .bet-list div.li div.details {
    margin-top: 7px;
}

.game-section-3 .bet-list div.li div.details ul.info-title {
    padding-left: 10px;
    font-size: 16px;
    line-height: 30px
}

.game-section-3 .bet-list div.li div.details .info-content dd {
    overflow: hidden;
    text-align: center
}

.game-section-3 .bet-list div.li div.details .info-content dd li {
    width: 100px;
    float: left
}

.game-section-3 .bet-list div.li div.details table {
    width: 100%;
    border-collapse: collapse;
}

.game-section-3 .bet-list div.li div.details table td {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.game-section-3 .bet-list div.li div.details table th {
    background: #999;
    padding: 5px 0;
    color: #fff
}

.game-section-3 .bet-list div.li div.inbox p.p1 {
    margin-bottom: 7px
}

.game-section-3 .bet-list div.li div.inbox ul.u2 em {
    font-size: 22px
}


.game-section-3 .today-total div.box {
    background: #fff;
    padding: 20px;
    text-align: center;
    line-height: 170%
}


.box-tips-none {
    text-align: center
}

.box-tips-none img {
    width: 150px;
    display: block;
    margin: 20px auto;
}


.game-order-total {
    transition: bottom 300ms ease 0s;
    bottom: 60px;
    height: 30px;
    line-height: 30px;
    background: #FEEB91;
    color: #C88B3A;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center
}

.game-order-total.active {
    bottom: 90px;
}

.set-amount-layer {
    transition: bottom 300ms ease 0s;
    bottom: -100%;
    padding: 15px 0;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
}

.set-amount-layer.active {
    bottom: 90px;
}

.set-amount-layer button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    margin: 0 5px
}

.set-amount-layer button.chips-10 {
    background: url("../images/chips_10.png") no-repeat;
    background-size: cover;
}

.set-amount-layer button.chips-100 {
    background: url("../images/chips_100.png") no-repeat;
    background-size: cover;
}

.set-amount-layer button.chips-500 {
    background: url("../images/chips_500.png") no-repeat;
    background-size: cover;
}

.set-amount-layer button.chips-1000 {
    background: url("../images/chips_1000.png") no-repeat;
    background-size: cover;
}

.set-amount-layer button.chips-5000 {
    background: url("../images/chips_5000.png") no-repeat;
    background-size: cover;
}


.set-period-layer {
    transition: bottom 300ms ease 0s;
    bottom: -100%;
    padding: 15px 0;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 2;
}

.set-period-layer.active {
    bottom: 90px;
}

.set-period-layer li {
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.set-period-layer li:active {
    background: #ddd;
}

.game-section-4 {
    z-index: 3;
    height: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff
}

.game-section-4 ul.u1 {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #eee;
    padding: 0 5px
}

.game-section-4 ul.u1 span.s1 input {
    width: 70px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    color: #FF2934;
    border-radius: 4px;
    border: 1px solid #eee;
    margin-left: 5px;
    font-weight: bold
}

.game-section-4 ul.u1 span.s1 input:focus {
    border-color: red;
}


.game-section-4 ul.u1 span.s2 {
    flex: 1;
    text-align: right
}

.game-section-4 ul.u1 button {
    height: 30px;
    padding: 0 7px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    border: none;
    margin-right: 7px
}


.game-section-4 ul.u2 {
    height: 45px;
    line-height: 45px;
    align-items: center;
}


.game-section-4 ul.u2 span.s1 {
    flex: 1;
}

.game-section-4 ul.u2 span.s1 div.user-monney {
    margin: 0px 10px;
    line-height: 1em;
}

.game-section-4 ul.u2 span.s1 div.user-monney font {
    font-weight: bold;
}

.game-section-4 ul.u2 span.s1 div.user-monney p:nth-child(1){
    margin-bottom: 3px
}

button.submit-bet {
    width: 100px;
    height: 35px;
    font-size: 16px;
    margin: 0 5px;
    border-radius: 4px
}

button.submit-bet:after {
    content: "投注";
}

button.submit-bet:disabled {
    background: #ddd
}

button.submit-bet:disabled:after {
    content: "";
}

button.fixed-allin {
    width: 90px;
    height: 35px;
    font-size: 16px;
    border-radius: 4px;
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
}


/*开奖结果统一样式*/
em.num {
    font-style: normal;
    display: inline-block;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin: 0 2px;
    background: #FF2934;
    color: #fff;
    vertical-align: middle;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}

em.sym {
    font-style: normal;
    display: inline-block;
    height: 18px;
    width: 15px;
    border-radius: 50%;
    color: #999;
    vertical-align: middle;
    line-height: 18px;
    text-align: center
}

em.poker {
    font-style: normal;
    display: inline-block;
    height: 18px;
    border-radius: 18px;
    margin: 0 1px;
    background: #FF2934;
    color: #fff;
    vertical-align: middle;
    line-height: 18px;
    text-align: center;
    padding: 0 5px;
    font-size: 12px;
}


.going i {
    vertical-align: middle;
    display: inline-block;
    position: relative;;
    height: 18px;
    line-height: 18px;
    width: 18px;
    margin: 0 3px;
}

.going i em {
    height: 18px;
    line-height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    color: #C88B3A;
    font-style: normal;
    background: #FEEB91;
    border-radius: 50%;
    text-align: center;
    font-size: 10px
}

.going i.active em {
    -webkit-animation: 'going-animation' 800ms infinite;
}

@-webkit-keyframes going-animation {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        top: 0px;
        opacity: 1;
        transform: scale(1.3);
    }
    100% {

        opacity: 0.6;
        transform: scale(1);
    }
}


em.final {
    font-style: normal;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0 3px;
    color: #fff;
    vertical-align: middle;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    background: #FF2934;
    border-radius: 4px
}

em.opacity {
    position: relative;
}

em.opacity:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .7);
}

em.num-0 {
    background: #333
}

em.num-1 {
    background: #f30
}

em.num-2 {
    background: #FFCC00
}

em.num-3 {
    background: #3399CC
}

em.num-4 {
    background: #CC33CC
}

em.num-5 {
    background: #3366CC
}

em.num-6 {
    background: #33CC33
}

em.num-7 {
    background: #333
}

em.num-8 {
    background: #9933CC
}

em.num-9 {
    background: #66CC33
}

em.num-00 {
    background: #333
}

em.num-01 {
    background: #FF2934
}

em.num-02 {
    background: #FFCC00
}

em.num-03 {
    background: #3399CC
}

em.num-04 {
    background: #CC33CC
}

em.num-05 {
    background: #3366CC
}

em.num-06 {
    background: #33CC33
}

em.num-07 {
    background: #333
}

em.num-08 {
    background: #9933CC
}

em.num-09 {
    background: #66CC33
}

em.num-10 {
    background: #CC3366
}

em.num-20 {
    background: #333
}

em.num-21 {
    background: #FF2934
}

em.num-22 {
    background: #FFCC00
}

em.num-23 {
    background: #3399CC
}

em.num-24 {
    background: #CC33CC
}

em.num-25 {
    background: #3366CC
}

em.num-26 {
    background: #33CC33
}

em.num-27 {
    background: #333
}

em.num-28 {
    background: #9933CC
}

em.num-29 {
    background: #66CC33
}

em.num-30 {
    background: #333
}

em.num-31 {
    background: #FF2934
}

em.num-32 {
    background: #FFCC00
}

em.num-33 {
    background: #3399CC
}

em.num-34 {
    background: #CC33CC
}

em.num-35 {
    background: #3366CC
}

em.num-36 {
    background: #33CC33
}

em.num-37 {
    background: #333
}

em.num-38 {
    background: #9933CC
}

em.num-39 {
    background: #66CC33
}

em.num-40 {
    background: #333
}

em.num-41 {
    background: #f30
}

em.num-42 {
    background: #FFCC00
}

em.num-43 {
    background: #3399CC
}

em.num-44 {
    background: #CC33CC
}

em.num-45 {
    background: #3366CC
}

em.num-46 {
    background: #33CC33
}

em.num-47 {
    background: #333
}

em.num-48 {
    background: #9933CC
}

em.num-49 {
    background: #66CC33
}


.game-explain-layer {
    position: fixed;
    background: rgba(0, 0, 0, .3);
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, .3);
    overflow-y: auto;
}

.game-explain-layer div {
    text-align: center;
    background: #fff;
    padding: 20px;
}

.game-explain-layer table {
    word-break: break-all;
    line-height: 170%;
}

.game-explain-layer h2 {
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
}

.game-explain-layer div button {
    width: 45px;
    height: 45px;
    border: none;
    margin-top: 20px;
    background: #eee;
    border-radius: 50%;
}

.game-explain-layer div button em {

    color: #aaa;
}


.change-explain-layer {
    position: fixed;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    z-index: 999999;
    display: table;
    height: 100%;
    width: 100%
}

.change-explain-layer div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.change-explain-layer div dl {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    width: 80%;
    margin: auto auto 60px auto;
    border-radius: 7px;
    padding: 20px;

}

.change-explain-layer div dl button {
    width: 60px;
    height: 60px;
    background: transparent;
    border: none;
    bottom: -80px;
    left: 50%;
    margin-left: -30px;
}

.change-explain-layer div dl button em {
    font-size: 40px;
    color: #fff
}

.change-explain-layer div dt {
    font-weight: bold;
    margin-bottom: 10px;
}


.change-explain-layer div dd a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 30px;
    border: 1px solid #ddd;
    margin: 5px;
}

input.range[type=range]::-webkit-slider-thumb {
    width: 10px;
    height: 20px;
    border: 1px solid #FF6A71;
    background-color: #FF797F;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.21);
    -webkit-transition: border-color 0.15s, background-color 0.15s;
    transition: border-color 0.15s, background-color 0.15s;
    cursor: pointer;
    background-clip: padding-box;
    box-sizing: border-box;
}

input.range[type=range] {
    height: 8px;
    border-radius: 8px;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: -webkit-linear-gradient(#FF797F, #FF797F) no-repeat #ddd;
    background-size: 100% 100%;
}

/*Real Range*/
input.range[type=range] {
    outline: 0;
    -webkit-appearance: none !important;
}

input.range[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
}

/*Virtual Range*/
input.range {
    width: 70px;
    margin: 0 7px;
}

.range-value {
    display: inline-block;
    margin-left: 5px
}


.layer-order-confirm {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, .4);
}

.layer-order-confirm div.box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
}

.layer-order-confirm div.box span {
    text-align: center
}

.layer-order-confirm div.box span.s1 {
    width: 100px;
}

.layer-order-confirm div.box span.s1 em {
    all: initial;
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.layer-order-confirm div.box span.s2 {
    text-align: center;
    flex: 1
}

.layer-order-confirm div.box span.s3 {
    width: 100px;
}


.layer-order-confirm div.box .nt div {
    cursor: pointer;
}

.layer-order-confirm div.box .nt div:hover {
    background: yellow
}

.layer-order-confirm div.box .nt div:active {
    background: pink
}

.layer-order-confirm div.box .nt span.s4:hover {
    opacity: .5
}


.layer-order-confirm div.box .mt {
    height: 40px;
    line-height: 40px;
    background: #eee;
    font-weight: bold;
    font-size: 14px;
}

.layer-order-confirm div.box .nt {
    height: 300px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.layer-order-confirm div.box .nt div {
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #eee
}

.layer-order-confirm div.box div.button {
    height: 45px;
    line-height: 45px;
    text-align: right;
}

.layer-order-confirm div.button div {

}

.layer-order-confirm div.button button {
    width: 90px;
    height: 35px;
    margin: 0 5px 0 0;
    border-radius: 4px;
    border: none;
    outline: none;
}

.layer-order-confirm div.button button.submit {
    background: red;
    color: #fff;
}

.layer-order-confirm div.button button.submit:disabled {
    background: #e2d9c7;
    color: #ccc;
}

.layer-order-confirm div.button button.reset {
    background: transparent;
    color: #333;
}









.layer-result-check {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}

.layer-result-check .shadows {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}


.layer-result-check div.box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
}

.layer-result-check div.box .page {
    display: none;
}

.layer-result-check div.box .page.action {
    display: block;
}

.layer-result-check div.box .page .inbox{
    padding: 15px;
}

.layer-result-check div.box div.title {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.layer-result-check div.mt {
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

.layer-result-check div.nt {
    margin-bottom: 15px;
}
.layer-result-check div.nt textarea{
    height: 100px;
    padding: 7px;
    background: #f6f6f6;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    resize: none;
}
.layer-result-check div.button {
    text-align: center;
}

.layer-result-check div.button button {
    width: 100%;
    height: 35px;
}




#trend table{
    width: 100%;
    background: #fff;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
}

#trend table td,#trend table th {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}


#trend table .num{
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #eee;
    line-height: 20px;
    border: 1px solid #ddd;
}














.bottom-fixed {
    right: 10px;
    bottom: 120px;
    text-align: center;
    width: 48px;
    z-index: 1;
}

.bottom-fixed li {
    margin-bottom: 10px;
    cursor: pointer;
}

.bottom-fixed li:active {
    opacity: .7
}

.bottom-fixed li span {
    display: block
}

.bottom-fixed li span.icon {
    margin-bottom: 3px;
}

.bottom-fixed li span.icon em {
    width: 30px;
    height: 30px;
    font-size: 18px;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
}

.bottom-fixed li span.text {
    font-size: 12px
}

.bottom-fixed .my-total {
    color: #fc6d26
}

.bottom-fixed .my-total .icon em {
    background: #fc6d26;
    color: #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .2);
}




.bottom-fixed .switch .icon em {
    background: rgba(0, 0, 0, .2);
    color: #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .2);
    transition: all 300ms ease 0s;
}


.bottom-fixed ul {
    display: none
}

.bottom-fixed.action .switch .icon em {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.bottom-fixed.action ul {
    display: block
}








/*我的统计*/
.my-total-layer {
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 2;
    display: none
}

.my-total-layer.action {
    display: block
}

.my-total-layer .box {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow-y: auto;
    margin: 10px;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
}

.my-total-layer .box p {
    display: block;
    padding: 5px 0
}

.my-total-layer .shadow {
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    background: rgba(0, 0, 0, .3);
    z-index: -1;
}



.fast-betting {
    background: #fff;
    top: 0;
    right: 0;
    left: 0;
    overflow:hidden;
}

.fast-betting button {
    border: none;
    cursor: pointer;
    color: #fff;
    width: 23%;
    margin: 1%;
    height: 35px;
    border-radius: 3px;
    background-image: linear-gradient(180deg, #fff 0%, #eee 100%);
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%);
    color: #666;
    border: 1px solid #ddd;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fast-betting button:active {
    background: red;
    color: #fff
}

.fast-betting ul {overflow: hidden}

.fast-betting .group-1 {margin-bottom: 15px}









.dice {
    display: inline-block;
    overflow: hidden;
    width: 27px;
    height: 27px;
    margin:0 2px;
    background: url(/game/jndk3/images/spr_dice.gif) no-repeat;
}

.dice-1 {
    background-position: 0 0;
}

.dice-2 {
    background-position: 0 -27px;
}

.dice-3 {
    background-position: 0 -54px;
}

.dice-4 {
    background-position: 0 -81px;
}

.dice-5 {
    background-position: 0 -108px;
}

.dice-6 {
    background-position: 0 -135px;
}



.bet-list .num {
    all: initial;
    font-weight: bold;
    color: red;
}
