body,html{
	font-family:MicrosoftYaHei,微软雅黑;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	/* overflow: hidden; */
}
ul,ol,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.contentBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
  position: relative;
}
.searchMobile{
	display: none;
}
.commonFooter{
	background-color: #FFFFFF;
	overflow: hidden;
}
@media (max-width:1024px){
	.pageSwitch{
		display: none;
	}	
	.el-message-box{
		width:80%; 
	} 
}
.fix{
	position: fixed;
	left:0;
	bottom:0;
}
.headNavBox{
	background: #fff;
}
.loading{
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index:999;
}
a{
	color:#A2A2A2;
	border:none;
	text-decoration: none;
	font-size:14px;
}
#vue{
	width:100%;
	overflow: hidden;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
[v-cloak]{
	display: none !important;
}