.reg {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, .8);
	z-index: 999;
}

.conleft {
	width: 90%;
	height: 44px;
	overflow: hidden;
	margin: 10px auto;
	position: relative;
}

.conleft img {
	height: 100%;
	width: auto;
	float: left;
	border: 2px solid #535353;
	border-radius: 10px;
}

.conmiddle {
	float: left;
	color: #fff;
	line-height: 22px;
	margin-left: 6px;
}

.conmiddle p {
	margin: 0 0 10px;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 16px;
}

.conright {
	float: right;
	background: #ff5a60;
	width: 80px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-top: 7px;
	color: #fff;
	border-radius: 4px;
}

.conright a {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}