/**
	note skin css
*/


.pointdevider {   width: 49%; margin-right: 1%;  }
.pointdevider table td {height:25px;}
.text-right {text-align:right;}

.sidebar_area {display:none;}
.main_area  {float:none; width:100%;}

.betting_area {}
.bet_box {overflow:hidden; background:#444; border:1px solid #c7c7c7;}
.bet_box li {overflow:hidden; float:left; width:272px; text-align:center;}
.bet_box li:last-child {width:186px;}
.bet_box li .box {overflow:hidden; height:58px; border:1px solid #c7c7c7; cursor:pointer}
.bet_box li .box.on {background:#b31552;}
.bet_box li .mini_box {overflow:hidden; float:left; width:50%; height:58px; border:1px solid #c7c7c7;  cursor:pointer} 
.bet_box li .hieght_box {height:77px;}
.bet_box li .active {background:#b31552;}
.bet_box li .name {color:#eee; margin-top:5px;}
.bet_box li .name strong {color:#fff; font-size:17px;}
.bet_box li .point {color:#ff992a; font-weight:bold; font-size:15px;}
.bet_box.pinball_box li {width:33.333%;}
.bet_box.pinball_box li.two_box {width:50%;}
.bet_box.pinball_box li .name {font-size:16px;font-weight:bold; color:#fff;}
.bet_box.pinball_box li .point {font-size:13px;}

.bet_action_box {overflow:hidden; background:#252525; padding:10px; margin-top:10px;}
.bet_action_box .box {border:2px solid #fff; overflow:hidden;}
.bet_action_box .box .bet_time {overflow:hidden; border:1px solid #fff; margin:4px; padding:5px;}
.bet_action_box .box .bet_time dd {font-size:13px;color:#eee; float:left; width:33.333%; text-align:center;}
.bet_action_box .box .bet_time dd strong {font-weight:bold; color:#ff992a;}
.bet_action_box .box .bet_time dd .refresh {color:#eee; font-size:13px;}
.bet_action_box .box .money_data {overflow:hidden; padding:5px;}
.bet_action_box .box .money_data .point {float:left; color:#fff; font-size:12px; width:50%; text-align:center; }
.bet_action_box .box .money_data .point strong {color:#ff992a;}
.bet_action_box .box .chip_box {overflow:hidden; }
.bet_action_box .box .chip_box li {float:left; width:14.285%;}
.bet_action_box .box .chip_box li img {width:100%; height:100%;}

.bet_btn_box {overflow:hidden; padding:5px;}
.box .bet_btn_box li {width:50%; box-sizing:border-box; padding:0 2px; float:left;}
.box .bet_btn_box li .box {background:#444; height:40px; line-height:40px; text-align:center; font-weight:bold; color:#fff; font-size:16px;}

.bet_list {overflow:hidden; border:2px solid #dbdbdb; margin-bottom:10px;}
.bet_list dt {overflow:hidden;}
.bet_list dd {overflow:hidden;}
.bet_list dt li {background:#dbdbdb; height:40px; line-height:40px; color:#000;}
.bet_list li {width:16.666%; float:left; text-align:center; height:36px; line-height:36px; color:#888; border-top:1px solid #dbdbdb}
.bet_list li .lose {color:#999; font-weight:bold;}
.bet_list li .success {color:#ff992a; font-weight:bold;}
.bet_list li .waiting {color:#000; font-weight:bold;}
.bet_list li .red_ball {background:#f51b6f; color:#fff; border-radius:100%; padding:2px 8px;}
.bet_list li .green_ball {background:#32bf61; color:#fff; border-radius:100%; padding:2px 8px;}
.bet_list li .black_ball {background:#3d3d3d; color:#fff; border-radius:100%; padding:2px 8px;}

.tab_menu {overflow:hidden; margin:10px 0;}
.tab_menu a {float:left; width:50%; height:40px; background:#ddd;}
.tab_menu a img {width:100%;}
