.section{
	color: #101010;
	font: 1.2rem / 135% Sandvik Sans Regular, Tahoma, Verdana, sans-serif
}
.bigTitle{
	font: 3.5rem / 100% Sandvik Sans Headline, Tahoma, Verdana, sans-serif;
}
.bigImg{
	width: 460px;
	height: 210px;
	margin-bottom: 20px;
}
.contentDetail .title3{
	font: 1.5rem / 100% Sandvik Sans Headline, Tahoma, Verdana, sans-serif;
	font-weight: 600;
}
.link{
	color: #73644b;
	text-decoration: underline;
}
.typeWrap{
	display: flex;
	margin: 30px 0;
	color: #434343;
	font: 1rem / 135% Sandvik Sans Regular, Tahoma, Verdana, sans-serif;
}
.typeWrap .typeItem{
	display: flex;
	flex-direction: column;
	margin-right: 30px;
	cursor: pointer;
	position: relative;
}
.typeWrap .typeItem .label{
	width: 100%;
	text-indent: 6px;
	line-height: 30px;
	height: 30px;
	background: #f7f5f1;
	border-bottom: 5px;
}
.typeWrap .typeItem .itemTitle{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 5px;
	border: 1px solid #73644b;
	border-radius: 3px 3px 0 0;
	height: 42px;
	line-height: 42px;
	width: 200px;
	max-width: 345px;
	min-width: 150px;
	margin-top: 5px;
}
.typeWrap .typeItem .optionWrap{
	position: absolute;
	top: 42px;
	left: 0;
	z-index: 9;
	border: 1px solid #73644b;
	border-radius: 0 0 3px 3px;
	border-top: none;
	padding: 10px;
	width: 14vw;
	max-width: 345px;
	min-width: 150px;
	background: #fff;
}
.typeWrap .typeItem .optionWrap .option{
	margin-left: 10px;
}
.activityItem{
	width: 80vw;
	display: flex;
	align-items: center;
	border-bottom:1px #73644b solid;
	padding: 15px 0;
}
.activityItem .photo{
	width: 208px;
	height: 136px;
	margin-right: 30px;
	border-radius: 10px;
}
.activityItem .title{
	font: 700 1.6rem / 120% Sandvik Sans Headline, Tahoma, Verdana, sans-serif;
	color: #73644b;
}
.activityItem .tips{
	height: 28px;
	padding: 0 5px;
	background: #f7f5f1;
	display: flex;
	align-items: center;
	font: 1rem / 135% Sandvik Sans Regular, Tahoma, Verdana, sans-serif;
	margin-right: 10px;
	border-radius: 2px;
}