*{
	margin:0px;
	padding:0px;
}
html,body{
	width:100%;
	height:100%;
}
.outer{
	width:100%;
	
}
.content1{
	position: fixed;
	left: 0px;
	top:0px;
	display: flex;
	align-items: center;
	justify-content:space-between;
	font-size: 15px;
	color:#01b90d;
	background: rgba(0, 0, 0, .8);
	width:100%;
	z-index: 999;
	line-height: 38px;

}
.content1 span{
	display: inline-block;
}
.content1_1{
	margin-left: 20px;
}
.content1_2{
	margin-right: 20px;
}
.imgs{
	width:100%;
	height:100%;
	margin:0 auto;

}
.content2{    
	font-size: 15px;
	text-align: center;
	color:#fff;
	line-height: 38px;
	background: #ce3426;
	position: fixed;
	left:0px;
	bottom:0px;   
	z-index: 999;
	width:100%;
}
@keyframes scroll-data-v-1d0c841a {
	0% {
		left: -4rem
	}
	to {
		left: 1.32rem
	}
}

@keyframes scrollBefore-data-v-1d0c841a {
	0% {
		top: 3.733333rem
	}
	to {
		top: 1.066667rem
	}
}

@keyframes scrollOut-data-v-1d0c841a {
	0% {
		top: 1.066667rem;
		opacity: 1
	}
	to {
		top: -0.4rem;
		opacity: 0
	}
}

.message-tip[data-v-1d0c841a] {
	position: fixed;
	top: 5.333333rem;
	color: #fff;
	width: 100vw;
	height: 5.933333rem;
	padding-left: 1.32rem;
	overflow: hidden;
	line-height: 2.12rem;
	box-sizing: border-box;
}

.message-tip-list[data-v-1d0c841a] {
	opacity: 0;
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	min-width: .933333rem;
	height: 1.866667rem;
	padding: 0 .2rem;
	box-sizing: border-box;
	border-radius: .666667rem;
	background-color: rgba(0, 0, 0, .5);
}

.message-tip-list.active[data-v-1d0c841a] {
	opacity: 1;
	top:3.733333rem;
	left: 1.32rem;
	animation: scroll-data-v-1d0c841a 1s
}

.message-tip-list.active-before[data-v-1d0c841a] {
	opacity: 1;
	top: 1.066667rem;
	left: 1.32rem;
	animation: scrollBefore-data-v-1d0c841a 1s
}

.message-tip-list.active-out[data-v-1d0c841a] {
	opacity: 0;
	top: -.4rem;
	left: 1.32rem;
	animation: scrollOut-data-v-1d0c841a .8s
}
.message-tip-pic img{
	width: 25px;
	height:25px;
	border-radius: 50%;
}
.message-tip-list .message-tip-pic[data-v-1d0c841a] {
	display: inline-block;
	width: 25px;
	height:25px;
	line-height: 25px;
	border: .026667rem solid #fff;
	border-radius: 50%;
	margin-right: .253333rem;
	overflow: hidden;
	background-color: #333;
}

.message-tip-list .message-tip-text[data-v-1d0c841a] {
	-ms-flex: 1;
	flex: 1;
	font-size: .32rem;
	line-height: 6.56rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.message-tip[data-v-caff7da2] {
	position: fixed;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100vw;
	height: .866667rem;
	overflow: hidden;
	line-height: .866667rem;
	box-sizing: border-box;
	background-color: #ce3426
}

.message-tip.active[data-v-caff7da2] {
	/*bottom: 1.333333rem;*/
}

.message-tip .message-tip-text[data-v-caff7da2] {
	display: inline-block;
	font-size: .32rem;
	width: 100vw;
	text-align: center;
	overflow: hidden
}