.top {
	border-bottom: 1px solid #898989;
}

.goback {
	margin: 5vw 0 0 5vw;
	width: 7vw;
	height: 7vw;
}

/* 详情 */
.detail {
	width: 90%;
	margin: auto;
}

.detail .title {
	margin-bottom: 5vw;
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 4vw;

}

.detail p {
	overflow: scroll;
	color: #6d6d65;
	font-size: 3vw;
	line-height: 5vw;
}

.detail img {
	width: 80%;
	height: auto;
	display: block;
	margin: 5vw auto 0;
}
