/* -----------------------------------------------------------

　loading

-------------------------------------------------------------- */
.mask {
	width:100%;
	height:100%;
	overflow: hidden;
}

#screenLoad {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:150%;
	background:#FFF;
	z-index:10000;
	overflow: hidden;
	display:none;
}

#screenLoad.load_under {
	position:absolute;
	background:none;
	text-align:center;
}

#screenLoad.load_under .loadicon {
	position:absolute;
	top:300px;
	left:50%;
	margin-left:-27px;
	margin-top:-27px;
	height:55px;
	width:54px;
}

#progress {
	position:fixed;
	top:0;
	left:0;
	margin:0 auto;
	width:100%;
	height:10px;
	background:#D1D1D1;
}

#progress .txt {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 102px;
	/* top: 50%; */
	/* left: 50%; */
	/* margin-left: -190px; */
	/* margin-top: -65px; */
	/* height: 102px; */
	/* width: 300px; */
}

#progress .bar {
	width:0;
	height:10px;
	background:#EB5E01;
}
