*{
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}
ul,li{
	list-style: none;
}
img{
	outline: none;
	border: none;
}
a,a:visited,a:active,a:hover{
	text-decoration: none !important;
	outline: none;
}
html,body{
	height: 100%;
}
body{
	background-color: #282828;
}
.body{
	max-width: 768px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	background-color: #D3E4FF;
	overflow: hidden;
}
.bodyCon{
	width: 100%;
	height: 100%;
	overflow-x:hidden;
	overflow-y:scroll;
	-ms-overflow-style: none;
	padding-bottom: 1.466666rem;
}
.bodyCon::-webkit-scrollbar { 
	display: none;
}
.bodyCon {
   scrollbar-width: none;
}
/* 兼容IE10+ */
.bodyCon {
    -ms-overflow-style: none;
}

/* 头部 */
.header{
	width: 100%;
	height: 1.386666rem;
	line-height: 1.386666rem;
	text-align: center;
	background-color: #3285ff;
	font-size: 0.48rem;
	color: #fff;
	position: relative;
}