/*loading page*/

/*
.loading_bg{
	overflow: hidden;
	width: 910px;
	height: 800px;
	margin: 0 auto;
}
*/
.loading_bg{
	width: 910px;
	height: 800px;
	overflow: hidden;
	margin: 0 auto;
}
.start_bg{
	width:910px;
}
.keybroad_bg{
	position: absolute;
	width: 910px;
	height: 100%;
	background-image: url(../images/loading-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	/*opacity: 0;*/
}

.btn_icon{
	width: 318px;
	height: 316px;
	background-image: url(../images/loading-btn.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin: 238px auto 0 auto;
}
.btn_logo{
	width: 182px;
	height: 103px;
	background-image: url(../images/logo-red.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin: 32px auto 0 auto;
}

.btn_logo_fix_up_container{
	width: 910px;
	margin: 0 auto;
}
.btn_logo_fix_up{
	width: 182px;
	height: 62px;
	background-image: url(../images/logo-red.png);
	background-repeat: no-repeat;
	background-position: 0 -41px;
	position: absolute;
	margin-left: 900px;
	margin-top: 35px;
	z-index: 9999;
}
.btn_logo_fix_up_white{
	width: 182px;
	height: 62px;
	background-image: url(../images/logo-white.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	position: absolute;
	margin-left: 900px;
	margin-top: 35px;
	z-index: 9999;
}
.btn_icon_upper{
	margin-top: 180px;
}
.btn_msg{
	color: #D02128;
	margin: 2px auto 0 auto;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}
.progress_msg{
	color: #DA1E47;
	margin: 62px auto 0 auto;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
}

.progress_bar_background{
	width: 498px;
	height: 8px;
	background-image: url(../images/loading-bar-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin: 15px auto 0 auto;
}

#progress_bar_container{
	width: 405px;
	overflow: hidden;
	height: 15px;
	margin: -12px auto 0 auto;
}
#progress_bar {
	height: 100%;
	background: #DA1E47;
	width: 0px;
	margin: 0 auto;
}
.loading_footer{
	background: #DA1E47;
	/*width:910px;*/
	height:35px;
	margin-top: -35px;
}

/*loading page end*/



