@import '../common/common.css';


#poiDetail {
	padding-bottom: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}

#mapSection {
	position: relative;
}

#map {
	height: 600px;
}

#aim {
	position: absolute;
	top: 275px;
	left: calc(50% - 25px);
}

#poiDetail h5 {
	margin: 30px auto;
}

#poiDetail .guiderName {
	width: 160px;
}

#poiDetail .poiName {
	width: 300px;
}

#poiDetail .detail {
	width: 60px;
}

#poiDetail .contentShow {
	margin-top: 20px;
}

#poiDetail .label {
	display: inline-block;
	width: 100px;
	margin-right: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}

#topicPois li {
	display: block;
	padding: 12px;
}

#topicPois li:hover {
	background-color: #e1f5fe;
}

#topicPois {
	margin-top: 20px;
}

#topicPois .poiName {
	font-weight: bold;
}


/* resource section */ 
#resourceSection {
	padding-top: 60px;
}

.resource {
	width: 100%;
	padding: 20px;
	overflow: hidden;
}

.resoureTitle {
	font-weight: bold;
}

.note {
	margin-top: 30px;
}

.sample {
	width: 94%;
	height: 80px;
	margin: 20px 30px;
	padding-left: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	font-size: 17px; /* for wechat article */
}

.resource .material-icons {
	color: #fff;
	margin-right: 6px;
}

.btn span {
    position: relative;
    top: -4px;
    font-size: 1.1em;
}

#replyContent,
.outOfSight {
	position: absolute;
	top: -10000px;
}
/* resource section end */