@charset "utf-8";


/*弹屏*/
.mui-dialog-mask{width:100%; left: 0px; top: 0px; height: 100%; position:fixed; -webkit-user-select: none; z-index:99; background-color: rgba(57, 57, 57, 0.75); opacity:.5;}
.share_content{ position:fixed; z-index:999; color:#fff; text-align:center; width:50%; margin-left:25%;top: 50%}
.share_content h3{ font-size:22px;  color:#000; top: 40%}
.play_screen1{ position:fixed; z-index:999; top:50%; width:50%; left: 25%}
.play_screen1 .icon_arrow{ display:inline-block; position:absolute; right:10px; }
.play_screen1 .icon_arrow img{ width:100%;}

/*左侧菜单*/

#leftbox{ 
	width:121px; 
	background:#FFF; 
	padding:10px; 
	margin-top:11px;	
}
#leftbox .title{
	width:101px; 
	height:55px; 
	color:#2976c7; 
	font-size:24px; 
	line-height:60px; 
	text-align:center;
}
#leftbox  ul{
	list-style-type:none; 	
	margin:0px; 
	padding:0px;
}
#leftbox  li{ 
	margin:10px 0 0 ; 
	line-height:40px; 
	text-align:center; 
	font-size:14px; 
}
#leftbox  li a{ 
	width:101px; 
	height:40px; 
	background-color:#fff; 
	color:#666; 
	display:block; 
}
#leftbox li a:hover{ 
	background-color:#2976c7;
	color:#FFF; 
	display:block; 	
}

#leftbox li a.leftActiveOk{
	background-color:#2976c7;
	color:#FFF; 
	display:block; 
}

.leftbox-active{
	position:fixed;
    bottom:90px;     
}	
	
