body,html,div,ul,li,ol,p,header,footer{
	margin: 0;
	padding: 0;
	font-size: 0.8rem;
}
header{
	width: 100%;
	height: 8rem;
	position: relative;
	overflow: hidden;
}
header img{
	width: 100%;
	min-height: 100%;
}
/*居中样式*/

.div_center {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}


/*上下居中样式*/

.div_centerTOP {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
/*活动介绍*/
.activityIntroduceBox{
	padding: 0.5rem;
}
.activityName{
	font-size: 1.1em;
}
.activityCont{
	color: #808080;
	font-size: 0.9em;
}
/*商家介绍*/
.merchantBox{
	padding: 0.5rem;
}
.merchantTitle{
	color:#808080;
	font-size: 1.1em;
	padding: 0.5rem;
	background: #fafafa;
}
.merchantEditBox li{
	list-style: none;
	position: relative;
	margin-top: 0.6rem;
	
}
.merchantEditBox li:after{
	clear: both;
	display: block;
	content: "";
}
.merchantLeft{
	float: left;
	position: relative;
	overflow: hidden;
	width:calc(100% - 6rem) ;
	line-height: 1rem;
}
.merchantSite{
	font-size: 0.9em;
	color: #808080;
}
.distanceCont{
	position: absolute;
	right: 2rem;
	top: 0.6rem;
}
.phone{
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 1rem;
	overflow: hidden;
	position: absolute;
	right: 0.25rem;
	top: 0.5rem;
	
}
.phone img{
	width: 100%;
}
/*图片内容*/
.imgContBox{
	padding: 0.5rem;
}
.imgContBox img{
	width: 100%;
	
}
footer{
	width: 100%;
	height: 2.5rem;
	background: #fe787f;
	text-align: center;
	color: #ffffff;
	line-height: 2.5rem;
	font-size: 1.3em;
	position: fixed;
	bottom: 0;
	left: 0;
}
[v-cloak] {
	display: none;
}
