.choise-output{
	background: #fff;
	padding:0 40px;
}
.choise-output .output-list{
	padding-top: 30px;
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 30px;
}

.output-head{
	width: 120px;
}
.output-info{
	width: 475px;
	margin-left: 20px;
}
.output-info p:first-child{
	margin-bottom: 30px;
}
.output-info p:first-child img{
	width: 16px;
	height: 14px;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-left: 3px;
}
.output-info p:first-child span:first-child{
	display: initial;
	width:auto;
}
.output-info p span:first-child{
	display: block;
	width: 80px;
}
.output-info p span:last-child{
	display: -webkit-box;
	display: block \9;
	width: 400px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.output-btn{
	width: 120px;
	margin-left: 20px;
}
.output-btn a{
	margin-top: 50px;
	border: 1px solid #00c06f;
	color: #00c06f;
	background: #fff;
	display: block;
	width: 100px;
	height: 40px;
	line-height: 37px;
	text-align: center;
	border-radius: 3px;
}
.output-btn a:hover{
	border: none;
	color: #fff;
	background: #00c06f;
}

.choice-tip .apply{
	margin-top: 0;
}
.choice-tip div{
	margin-top: 20px;
	width: 100%;
}
.output-info p:last-child{
	position: relative;
}
.output-info p:last-child  span:last-child{
	-webkit-line-clamp: 3;
	height: 60px;
}