.detail_title .link{
	float:left;margin-left:30px;margin-top:5px;
	width:532px;
}
.detail_title .link .btn-red{
	min-width: 90px;
	font-size: 14px;
	padding: 7px 20px;
	border-radius: 25px;
	background-color: #ff8901;
	border: 1px solid #ff8901;
	color: #fff;
	line-height: 1.5em;
	text-align: center;
	display: block;
	font-family: "Microsoft YaHei", sans-serif;
	cursor: pointer;
	float:right;
	margin: 8px 15px 0 0;
	box-shadow: none;
	box-sizing: border-box;
	min-width: auto;
}
.detail_title .link .btn-red:hover{
	background:#ff8901;
}