.content{
	padding: 30px;
}
.details-title {
	
	margin: 0 auto;
	font-size: 30px;
	text-align: center;
	line-height: 1.4;
}
.details-meta{
	padding: 20px 0 14px;
	color: #7a7a7a;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
}

.details-meta span{
	margin: 0 8px;
}

.details-meta span img{
	margin: 0 4px;
}

.details-content{
	padding: 24px 0;
	line-height: 2;
}

.details-content p{
	
}
.details-content img{
	max-width: 100%;
}
.group-btn{
	text-align: center;
}

.group-btn a{
	display: inline-block;
	width: 124px;
	height: 50px;
	background-color: #e9e9e9;
	border-radius: 4px;
	line-height: 50px;
	margin: 0 10px;
}
.group-btn a:first-child img{
	margin-top: -2px;
}
.group-btn a img{
	margin-right: 8px;
}

.icon-medium{
	display: inline-block;
}