/*color*/
.bg-red{
	background-color: red;
}

.bg-w{
	background-color: rgba(255,255,255,.8);
}

/*框架*/

.w-adout{
	width: 100%;
}


/*信息模块样式*/
#info-box{
	height: 50px;
	padding: 0 5%;
	position: fixed;
	bottom: 0;
	z-index: 999;
}

#info-text{
	line-height: 50px;
	font-size: 13px;
}
