@charset "utf-8";
.show_history{
	background: #fff;
	padding: 10px 11px;
}
.show_history .play_ul .play_li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 0;
}
.show_history .play_ul .play_li:nth-child(2n){
	margin-right: 0;
}
.play_li span{
	font-size: 14px;
	width: auto;
	margin-right: 10px;
}
.play_li .play_span{
	width: 57%;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 5px;
	text-align: left;
	box-sizing: border-box;
}
.moni_list {
	margin-top: 10px;
	
}
.moni_list .moni_li2{
	background:#fff;
	padding: 10px 11px;
	margin-bottom: 10px;
}
.moni_li2 .betplan_tit{
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}
.betplan_tit,.betplan_ul{
	font-size: 0;
}
.betplan_tit .bet_h,.betplan_ul .betplan_li{
	display: inline-block;
	width: 50%;
}
.bet_h span{
	font-size: 14px;
	color: #333;
}
.betplan_li{
	margin-top: 10px;
}
.betplan_li span{
	font-size: 14px;
	color: #333;
}
span.gray999{
	color: #999 !important;
}
span.orangef77{
	color: #f77302 !important;
}
.betplan_btn {
	margin-top: 10px;
	text-align: center;
}
.betplan_btn .bet_btn1{
	display: inline-block;
	width: 28%;
	margin-right: 4%;
	background: #fdc000;
	color: #fff;
	height: 28px;
	line-height: 28px;
	border-radius: 4px;
	font-size: 14px;
}
.betplan_btn .bet_btn1:nth-child(3n){
	margin-right: 0;
}
.dellScheme .layui-layer-btn{
	text-align: center;
}
.dellScheme .layui-layer-btn .layui-layer-btn0{
	width: 40%;
	height: 34px;
    line-height: 34px;
	background: linear-gradient(180deg,#ff7657,#ff3c1d);
	box-shadow: 0 2px 7px #ff9983;
	margin-right: 10%;
}
.dellScheme .layui-layer-btn .layui-layer-btn1{
	width: 40%;
	padding: 0;
	text-align: center;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    border: 0;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: linear-gradient(180deg,#ffc017,#fe8a01);
    box-shadow: 0 2px 7px #ffcc93;
    margin: 5px 0;
}
.dellScheme .layui-layer-content{
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #666;
	background: #f9f9f9;
}     
.scheme_info {
	padding: 0 11px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.scheme_info .betplan_li span{
	font-size: 13px;
}
/*0923*/
html{
	height: 100%;
}
body{
	height: calc(100% - 48px - 48px);
	
}
.wap_body{
	height: 100%;
	overflow-y: auto;
}
/*兼容IPhone系列机型*/
@media only screen and (min-width: 375px) and (min-height: 760px) {
	body{
		height: calc(100% - 48px - 48px - 15px);
	}
}
