
ul,ol,li{list-style:none}
/*	movie
 -------------------------------------------------------------------------------------------------------*/

#m_int_all , .m_int_his , #m_h0227 , .m_h0227his{
 color:#ff0;
 text-decoration:underline;
	cursor: pointer;
}






#mBase{
	width: 100%;
	height:100%;
	position: fixed;
	background: rgba(255,255,255,0.75);
	top:0;
	left:0;
	z-index: 100000000;
	display: none;

}
#mcb{
	width: 100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	cursor: pointer;
	z-index:1;
}
#mBase video{
	width: 100%;
	height: auto;
	margin-top:1%;
		position: relative;
	background-color: rgba(0,0,0,0.5);
	box-shadow:0 0 5px 5px #349dff;
	border-radius: 3px;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
	z-index:5 !important;
}
#movieClose{
	width: 100%;
	height:auto;
	z-index: 3;
	cursor: pointer;
	text-align: center;
}



