<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin:0;
	padding:0;
	border:none;
}
#framebase{
	width:100%;
	overflow:hidden;
	
	}
#framebase iframe{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
html{
	overflow-y:scroll!important;
}
#parentwrapper{
	width:100%;
	height:7000px;
	overflow:hidden;
	position:relative;
}
#loading{
	background:url(../img/common/loading.gif) #fff no-repeat 50% 50%;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:10000000;
	
}

.messageBtn{
	display:none;
}</pre></body></html>