/* logo */
.top {
	border-bottom: 1px solid #898989;
	margin-bottom: 10vw;
}

.logo {
	margin: 4vw 5vw;
	width: 60vw;
	height: auto;
	display: block;
}

/* 详情 */
.detail {
	min-height: 360px;
	width: 90%;
	margin: auto;
}

.detail .title {
	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;
}


.bigtitle {
	line-height: 5vw;
	margin: 5vw 0 0 7vw;
	font-size: 4vw;
	color: #333;
	font-weight: bold;
	position: relative;
}

.bigtitle::before {
	content: "";
	position: absolute;
	left: -2vw;
	top: 0;
	height: 5vw;
	width: 1vw;
	background-color: #F12E28;
}

.more {
	font-size: 3vw;
	color: #ccc;
	margin: 5vw 5vw 0 0;
}

.pinch-zoom-container {
	/* height: 66vh !important; */
}