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

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

#topicBreif h5 {
	margin: 30px auto;
}

#topicBreif .guiderName {
	width: 160px;
}

#topicBreif .poiName {
	width: 300px;
}

#topicBreif .detail {
	width: 60px;
}

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

#topicBreif .label {
	font-size: 20px;
	margin-right: 20px;
	font-weight: bold;
}

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

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

#topicPois {
	margin: 20px auto 100px;
}

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

#resourceIframe {
	width: 100%;
	height: 100%;
	min-width: 600px;
	min-height: 500px;
	border: none;
}


/* 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 */