#sportframe{
	width: 100%;
	height:1000px;
	position: relative;
	z-index: 10;
}
.btn_group{
	width: calc( 100% + 40px);
    margin: 0;
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 0;
}
.btn_gleft{
	float: left;
}
.fs-btn {
	width: 40px;
	display: block;
	background: #343535;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px;
	color: #fff;
	box-sizing: border-box;
}
.fs-btn.sb-rule{
	float: right;
    margin-right: -40px;
}
.fs-btn.full_screen{
}
.fs-btn.blank{
}
.fs-btn:hover,#sportmsg a:hover{
	color: #ff0;
}
.btn_group .fs-btn {
	writing-mode: vertical-lr;
}
.sport-game-main{
	position: relative;
}
.sport-ui-overlay{
	z-index: 800;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(30,30,30,0.5);
}
#sportmsg{
	position: absolute;
	padding: 10px;
	font-size: 15px;
	border-radius: 25px;
	/*border: 1px solid;*/
	left: 50%;
	top: 310px;
	/*background-color: #232323;*/
	width: 170px;
	margin-left: -60px;
}
#sportmsg a{
	text-align: center;
	display: block;
	width: 100%;
	height: 40px;
	color: white;
}

/* lan_en * /
html.en .btn_group {
	left: -55px;
}
html.en .fs-btn {
	width: 55px;
}
/**/