body img{
	font-size: 0;
}
body{
	padding-top: 1.2rem;
}
.width100{
	width: 100%;
	height: auto;
}
.topSus .blueBtn{
	right: .48rem;
	top: 50%;
	transform: translateY(-50%);
}
.topSus{
	height: 1.2rem;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	background: #22273a url(../images/logo_03.jpg) no-repeat;
	background-size: 3rem  .7rem;
	box-shadow: 0px 1px 4px #22273a;
	background-position: .5rem  50%;
}
.onBottom{
	position:fixed;
	left: 0;
	bottom: 0;
	opacity: 1;
	transition: all .5s;
}
.erroBtn{
	width: .5rem;
	height: .5rem;
	display: block;
	position: absolute;
	right: .18rem;
	top: .17rem;
	background: url(../images/m-close.png) no-repeat;
	background-size:.35rem .35rem;
	background-position: 50% 50%;
}
.blueBtn{
	width: 1.2rem;
	line-height: .46rem;
	background: #4692dd;
	color:#fff;
	border-radius: 5px;
	display: block;
	text-align: center;
	position:absolute;
	right: .4rem;
	top: .73rem;
	font-size: 10px;
}
