body {
/*    -moz-user-select:none; 
    -webkit-user-select:none; 
    -ms-user-select:none; /
    -khtml-user-select:none; 
    user-select:none;*/
}

button{
    transition: all 0.2s;
}

button:hover{
    opacity: .7
}

em.checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/game/lhc/static/img/select_false.svg") no-repeat;
    background-size: cover;
}

td.action em.checkbox {
    background: url("/game/lhc/static/img/select_true.svg") no-repeat;
    background-size: cover;
}

div.item {
    cursor: pointer;
}

.lhc-logo img{
    width: 90px;
    height: 90px;
}

.lhc-header {
    overflow: hidden;
    font-size: 14px
}

.lhc-header .u1 {
    padding: 10px 20px;
    width: 140px;
    text-align: center;
}

.lhc-header .u2 {
    padding: 10px 30px;
}

.lhc-header .u2 .title {
    margin-bottom: 10px
}

.lhc-header .u2 .title div{
    display: inline-block;
    line-height: 26px;
    height: 26px;
    vertical-align: middle;
}

.lhc-header .u2 .title div.period-current{
    font-size: 14px;
    margin-left: 20px
}

.lhc-header .u2 .title div.type {
    border:1px solid #ff632c;
    overflow: hidden;
    border-radius: 4px;
}

.lhc-header .u2 .title div.type span{
    text-align: center;
    padding: 0 5px;
    display:inline-block;
    cursor: pointer;
    color: #f02800
}

.lhc-header .u2 .title div.type span.action{
    color: #fff;
    background: #f02800
}


.lhc-header .u2 .lhc-result {
    height: 60px;
}

.lhc-header .u2 .lhc-result .result-single {
    height: 100%
}

.lhc-header .u2 .lhc-result .result-single div{
    margin-right: 10px
}

.lhc-header .u2 .lhc-result .result-single div p{
    display: block;
    text-align: center
}

.lhc-header .u2 .lhc-result .result-single div p.ball{
    width: 30px;height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius:50%;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
}

.lhc-header .u2 .lhc-result .result-single div p.ball:hover{
    transform: scale(1.3); 
}


.lhc-header .u2 .lhc-result .result-single div p.text {
    margin-top:5px;
}

.result-single div {
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
    transform: scale(0); 
}

.result-single div.action {
    transform: scale(1); 
}

.result-multiple {
    overflow-y: auto;
    height: 100%;
}

.result-multiple li{
    display: block;
    line-height: 26px;
}

.result-multiple li .d1 {
    margin-right: 15px
}

.result-multiple li .d2 span{
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 100;
    margin-right: 3px;
    cursor: pointer;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
}

.result-multiple li .d2 span:hover{
    transform: scale(1.3); 
}

.lhc-type {
    height: 45px;
    line-height: 45px;
    font-size: 0;
    background: #ff632c;
    overflow: hidden;
    padding:0 5px;
}

.lhc-type li {
    list-style: none;
    float: left;
    text-align: center;
}

.lhc-type a {
    display: block;
    color: #fff;
    font-size: 15px;
    transition: background 0.2s;
    font-weight: bold;
    padding: 0 12px;
}

.lhc-type a:hover {
    text-decoration: none;
    background: rgba(255,255,255,.2)
}

.lhc-type a.action {
    background: #fff;
    color: #333;
    font-weight: bold;
}



.lhc-header .u3 {
    padding: 10px 20px;
}

.lhc-header .u3 .title{
    margin-bottom: 10px;
    font-size: 14px
}

.lhc-header .gap {
    width: 4px;
    height: 99px;
    background: url("/game/lhc/static/img/line.png") no-repeat;
}

.timer {

}

.timer ul.o {
    width: 94px;
    height: 61px;
    line-height: 60px;
    text-align: center;
    background: url("/game/lhc/static/img/timer.png") repeat-x;
    padding-left: 10px;
}

.timer ul.o span{
    font-size:42px;
    color: #fff;
    letter-spacing: 20px;
    background-image: linear-gradient(180deg,#fff,#e3e3e3);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    font-family: 'Helvetica Neue';
}

.timer ul.s {
    width: 15px;
    height: 61px;
    background: url("/game/lhc/static/img/timer_sym.png") center no-repeat;
}

.lhc-item {
    overflow: hidden;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #ff632c;
    border-radius: 4px;
    margin:10px auto;
    background: #fff;
}

.lhc-item .box-1 {
    /*margin-bottom: 15px*/
}

.lhc-item .box-1,.lhc-item .box-2 {
    background: #fff;
}

.tab-nav-box {
    margin: 15px;padding:0 7px;
    background: #ff632c;
    line-height: 60px;
    height: 50px;
    background: #ff632c;
    overflow: hidden;
    border-radius: 4px 4px 0 0 
}

.tab-nav-box a {
    display: inline-block;
    padding:0 12px;
    color: #fff;
    font-size: 14px;
    background: rgba(255,255,255,.3);
    margin:0 7px;
    line-height: 42px;
    border-radius: 4px 4px 0 0;
    transition: all 0.2s;
    cursor: pointer;
}

.tab-nav-box a:hover {
    text-decoration: none;
    background: rgba(255,255,255,.5);
}

.tab-nav-box a.action {
    background: #fff;
    color: #333;
    font-weight: bold;
}


.lhc-item button.tips{
    background: #f02800;
    color: #fff;
    border: none;
    height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    transition: all 0.2s;
}

.fast-amount .u4 span {margin:0 5px;display: inline-block;}
.fast-amount .u4 span button.warn {
    border:1px solid #ddd;height: 30px;border-radius: 4px;width: 30px;
    line-height: 24px;
}

.fast-amount .u4 span button.warn:hover {
    background: #fff
}

.fast-amount .u4 span button.warn em {
    color: #666
}

.fast-amount .u4 span button.warn em:before{
    content: "\e600";
}

.fast-amount .u4 span button.warn.open em:before{
    content: "\e601";
}

.fast-amount {padding:15px;}
.fast-amount .u2 {margin:0 10px;}
.fast-amount .u2 input{
    height: 40px;
    border:1px solid #ccc;
    text-align: center;
    font-weight: bold;
    color: #ce3434;
    font-size: 22px;
    width: 100px;
    outline: none
}

.fast-amount .u2 input:focus {
    border-color: #b20000;
    -webkit-box-shadow: 2px 2px 0 rgba(178,0,0,.2) inset;
    box-shadow: 2px 2px 0 rgba(178,0,0,.2) inset;
}

.icon-bet em{
    display: inline-block;
    width: 50px;height: 41px;
    border-radius: 50%;
    background: url(../img/spr_chips.png) no-repeat;
    line-height: 34px;
    text-align: center;
    font-style:normal;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s;
}

.icon-bet em:hover {
    transform: scale(1.2); 
}

.icon-bet .bet-1 {
    background-position: 0px 0;
}
.icon-bet .bet-10 {
    background-position: -50px 0;
}
.icon-bet .bet-100 {
    background-position: -100px 0;
}
.icon-bet .bet-1000 {
    background-position: -150px 0;
}
.icon-bet .bet-10000 {
    background-position: -200px 0;
}

.option-list {
    border-top:1px solid #ddd;
    min-height: 300px;
    overflow: hidden
}

.option-box {
    margin:15px;
    font-size: 14px
}

.option-box td{
    cursor: pointer;
}
.option-box td.disabled{
    background-color:#F3F3F3;
}

.lhc-history {
    text-align: center;
    padding:0 15px;
    font-size: 14px
}

.history-table {
    width: 100%
}

.history-table td {
    border: 1px solid #e6e6e6;
    height: 30px;
    line-height: 30px
}

.history-table .mt td {
    background:#eee;
    font-weight: bold;
}

.history-table .nt button.revoke {
    background: #f02800;
    color: #fff;
    border: none;
    height: 24px;
    width: 60px;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.history-table .nt button.revoke:disabled {
    background: #ddd;
    color: #666;
}
.history-table .nt button.check-result {
    background: #4e92df;
    color: #fff;
    border: none;
    height: 24px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.history-table .nt {
    cursor: pointer;
}

.lhc-history .nt:hover{
    background: yellow
}

.page-nav {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}

.page-nav span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    min-width: 20px;
    text-align: center;
    font-size: 14px;
    padding:0 10px;
    background: #f02800;
    color: #fff;
    margin:0 3px;
    border-radius: 4px;
}

.page-nav a span {
    color: #888;
    background: #eee;
    cursor: pointer;
}

.page-nav a span:hover {
    background: #fff;
}

.lhc-submit {
    text-align: center;
    padding:15px;
    margin-bottom: 15px;
}

.lhc-submit ul.u1 {
    font-size: 16px;
    text-align: left;
    color: red
}


.lhc-submit ul.u2 button{
    height: 35px;width: 100px;
    margin:0 10px;
    font-weight: bold;
    border:none;
    outline: none;
    font-size: 14px;
    border-radius: 4px
}

.lhc-submit ul.u2 button.submit {
    background: #eee;
    color: #666
}

.lhc-submit ul.u2 button.submit.action{
    background: #f02800;
    color: #fff;
    font-weight: bold
}

thead {font-weight: bold}

.option-box td.action{
    background: yellow
}

/*历史开奖*/
.history-result-search {
    margin-bottom: 10px;
    background: #eee;
    padding:7px;
}

.history-result-search ul.u1 button{
    height: 35px;
    background: #fff;
    color: #666;
    font-size: 14px;
    border: none; 
    margin-right: 5px;
    padding: 0 10px;
    border-radius: 4px;
}

.history-result-search ul.u1 button.action{
    background: #f02800;
    color: #fff
}

.history-result-search ul.u2 input {
    height: 35px;
    border: 1px solid #ddd;
    width: 150px;
    padding: 0 7px;
    margin-right: 7px
}

.history-result-search ul.u2 button{
    height: 35px;
    background: #f02800;
    color: #fff;
    font-size: 14px;
    border: none; 
    margin-right: 5px;
    padding: 0 10px;
    border-radius: 4px;
}

.history-result-table {
    width: 100%;
    margin-bottom: 20px
}

.history-result-table tr:hover td{
    background: #f6f6f6
}

.history-result-table td {
    border: 1px solid #e6e6e6;
    height: 30px;
    line-height: 30px
}

.history-result-table .mt td {
    background:#eee;
    font-weight: bold;
}

.history-result-table .nt {
    cursor: pointer;
}
.history-result-table td p {display: block;margin:0;padding: 0}
.history-result-table td p.p1 {margin-top: 7px;margin-bottom: 5px}
.history-result-table td p.p2 {margin-bottom: 7px;line-height: 16px;font-weight: bold}
.history-result-table td span{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    width: 24px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 12px
}

/*走势图*/
.lhc-trend {
    text-align: center;
    padding: 0 15px;
    font-size: 14px;
}

.trend-search {
    margin-bottom: 10px;
    background: #eee;
    padding:7px;
}

.trend-search ul.u1 button{
    height: 35px;
    background: #fff;
    color: #666;
    font-size: 14px;
    border: none;
    margin-right: 5px;
    padding: 0 10px;
    border-radius: 4px;
}

.trend-search ul.u1 button.action{
    background: #f02800;
    color: #fff
}

.trend-search ul.u2 input {
    height: 35px;
    border: 1px solid #ddd;
    width: 150px;
    padding: 0 7px;
    margin-right: 7px
}

.trend-search ul.u2 button{
    height: 35px;
    background: #f02800;
    color: #fff;
    font-size: 14px;
    border: none;
    margin-right: 5px;
    padding: 0 10px;
    border-radius: 4px;
}

.trend-table {
    width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
}

.trend-table tr:hover{
    background: yellow
}

.trend-table tr:active{
    background: pink
}

.trend-table td {
    border: 1px solid #e6e6e6;
    height: 22px;
    line-height: 22px
}

.trend-table .mt td {
    background:#eee;
}

.trend-table .nt {
    cursor: pointer;
}







.layer-check-result div.box {
    top:0;
    left: 0;
    right:0;
    bottom: 0;
    overflow-y: auto;
}
.layer-check-result div.box div{
    margin:10px
}
.layer-check-result div.box .err{
    text-align: center;
    padding:30px 0;
    color: red;
}

.option-style-1 table {width: 100%}
.option-style-1 thead {background: #e6e6e6}
.option-style-1 td {border:1px solid #ddd;text-align: center;height: 30px;vertical-align: middle;padding:5px 0;}
.option-style-1 td input {
    text-align: center;height: 30px;
    border: 1px solid #bbb;
    outline: none
}

.option-style-1 td input:focus {
    border-color: #b20000;
    -webkit-box-shadow: 2px 2px 0 rgba(178,0,0,.2) inset;
    box-shadow: 2px 2px 0 rgba(178,0,0,.2) inset;
}


/*样式1*/
.option-style-1 .option-group  {overflow: hidden}

.option-style-1 div.mt {
    overflow: hidden
}
.option-style-1 div.mt div{
    width: 20%;float: left
}

.option-style-1 div.mt div ul {
    border:1px solid #ddd;
    text-align: center;
    background: #ccc;
    height: 35px;
    vertical-align: middle;
    font-weight: bold
}

.option-style-1 div.nt div.item{
    width: 20%;float: left
}




.option-style-1 div.nt div.item ul {
    border:1px solid #ddd;
    text-align: center;
    height: 35px;
    vertical-align: middle;
}

.option-style-1 ul.u1 {
    width: 50px
}

.option-style-1 ul.u3 {
    width: 80px
}

.option-style-1 div.nt div.item ul input{

    border:1px solid #ccc;
    text-align: center
}

/*样式2*/
.option-style-2 div.table {
    width: 100%
}
.option-style-2 div.mt {
    overflow: hidden
}

.option-style-2 ul{
    border:1px solid #ddd;
    text-align: center;
    height: 35px;
    vertical-align: middle;
}

.option-style-2 div.mt ul{
    background: #ccc;
    font-weight: bold
}

.option-style-2 div.nt div.item ul {
    border:1px solid #ddd;
    text-align: center;
    height: 30px;
    vertical-align: middle;
}

.option-style-2 ul.u1 {
    width: 60px
}

.option-style-2 ul.u2 {
    width: 100px
}

.option-style-2 ul.u3 {
    width: 100px
}

.option-style-2 div.nt input{

    border:1px solid #ccc;
    text-align: center;

}

/*样式2*/
.option-style-3 div.table {
    width: 100%
}

.option-style-3 .play {
    margin-bottom: 15px
}

.option-style-3 .play td div p {
    display: block;
    padding:5px 0;
    line-height: 150%;
}

.option-style-3 table {width: 100%}
.option-style-3 thead {background: #e6e6e6}
.option-style-3 td {border:1px solid #ddd;text-align: center;height: 30px;vertical-align: middle;padding: 5px 0;}
.option-style-3 td input {text-align: center;}




/*样式4*/
.option-style-4 div.table {
    width: 100%
}
.option-style-4 .play {
    margin-bottom: 15px
}


.option-style-4 table {width: 100%}
.option-style-4 thead {background: #e6e6e6}
.option-style-4 td {border:1px solid #ddd;text-align: center;height: 40px;vertical-align: middle;}
.option-style-4 td input {text-align: center;}


.option-box thead td {height: 28px;padding: 5px 0}