.live_frame_wrap{
	margin-bottom:5px;
	width:828px;
	height:639px;
	background:#fbfbfc;
}

#liveFrame{
	position:relative;
	display:block;
	margin:-1px;
	width:830px;
	height:640px;
	z-index:1;
}

.live_pick_cast{
	display:table;
	margin-bottom:5px;
	height:207px;
	border:1px solid #d6d6d6;
	box-shadow:0 8px 24px rgba(112,144,176,.2);
	border-radius:5px;
	overflow:hidden;
}

.live_pick_cast .section{
	display:table-cell;
	width:830px;
	border-left:1px solid #d6d6d6;
}

.live_pick_cast .section:first-child{
	border-left:none;
}

.live_pick_cast .section .top{
	height:51px;
	line-height:51px;
	border-bottom:1px solid #d6d6d6;
	background-color:#f2f2f7;
}

.live_pick_cast .section .tit{
	float:left;
	padding-left:20px;
	line-height:51px;
	font-weight:700;
}

.live_pick_cast .section .list{
	padding:18px 0 0 20px;
	height:137px;
}

.live_pick_cast .section .list li{
	margin-top:11px;
	height:15px;
}

.live_pick_cast .section .list li:first-child{
	margin-top:0;
}

.live_pick_cast .section .list a{
	display:inline-flex;
	align-items:center;
	height:15px;
	line-height:15px;
	font-size:0;
}

.live_pick_cast .section .list .best_row a{
	font-weight:700;
	color:#e74c3c;
}

.live_pick_cast .section .list span{
	font-size:12px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	.live_pick_cast .section .list a{
	line-height:16px;
}

;
}

.live_pick_cast .section .level{
	display:inline-block;
	margin-right:10px;
}

.live_pick_cast .section .ic_state{
	display:inline-block;
	margin-left:5px;
}

.live_pick_cast .section .ic_state:before{
	float:left;
	margin-right:9px;
	content:'';
	width:15px;
	height:15px;
	background:url(../img/sp_game_pick.png) no-repeat 0 -9999px;
}

.live_pick_cast .section .ic_state.new:before{
	background-position:-160px -200px;
}

.live_pick_cast .section .ic_state.rise:before{
	background-position:-220px -200px;
}

.live_pick_cast .section .ic_state.fall:before{
	background-position:-240px -200px;
}

.live_pick_cast .section .ic_state.keep:before{
	background-position:-260px -200px;
}

.live_pick_cast .section strong.good{
	color:#e74c3c;
}

.live_pick_cast .section strong.bed{
	color:#3498db;
}

.live_pick_cast .section a:hover .ic_state{
	text-decoration:underline;
}

#game_caution{
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-251px;
	padding:40px;
	width:418px;
	height:268px;
	z-index:110;
	color:#f1f1f1;
	background:#333;
	border-radius:10px;
}

#game_caution .sub_title{
	margin-bottom:30px;
	text-align:center;
	font-family:Swagger TTF,sans-serif;
	font-size:20px;
	font-weight:700;
	color:#fff;
}

#game_caution p{
	font-size:14px;
	line-height:19px;
}

#game_caution .m20{
	margin-bottom:23px;
}

#game_caution .help_address{
	color:#bbb;
	text-decoration:underline;
}

#game_caution_mobile{
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-110px;
	padding:40px;
	width:140px;
	height:268px;
	z-index:110;
	color:#f1f1f1;
	background:rgba(0,0,0,.1);
	border-radius:15px;
	border:4px solid #4e609c;
}

#game_caution_mobile .sub_title{
	margin-bottom:30px;
	text-align:center;
	font-family:Swagger TTF,sans-serif;
	font-size:14px;
	font-weight:700;
	color:#fff;
}

#game_caution_mobile p{
	font-size:11px;
	line-height:19px;
}

#game_caution_mobile .m20{
	margin-bottom:23px;
}

#game_caution_mobile .help_address{
	color:#bbb;
	text-decoration:underline;
}

#div_background{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	background:rgba(0,0,0,.9);
	backdrop-filter:blur(1px);
	z-index:10;
}

#game_caution_closed_state{
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-251px;
	padding:40px;
	width:418px;
	height:268px;
	z-index:110;
	background:rgba(0,0,0,.1);
	border-radius:15px;
	border:4px solid #4e609c;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

#game_caution_closed_state .sub_title{
	margin-bottom:30px;
	text-align:center;
	font-family:Swagger TTF,sans-serif;
	font-size:20px;
	font-weight:700;
	color:#fff;
}

#div_background_closed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.9);
	backdrop-filter:blur(1px);
	z-index:10;
}

#game_caution_closed_state_mobile{
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-110px;
	padding:40px;
	width:140px;
	height:268px;
	z-index:110;
	background:rgba(0,0,0,.1);
	border-radius:15px;
	border:4px solid #4e609c;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

#game_caution_closed_state_mobile .sub_title{
	margin-bottom:30px;
	text-align:center;
	font-family:Swagger TTF,sans-serif;
	font-size:14px;
	font-weight:700;
	color:#fff;
}

#div_background_closed_mobile{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.9);
	backdrop-filter:blur(1px);
	z-index:10;
}