.pc_virtual .elevator-banner {
	position: relative;
	background: url('/images/44371/elevator.png') no-repeat;
	width: 100%;
	height: 186px;
	background-size: 100% 100%;
	line-height: 186px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 75px;
}

.pc_virtual .elevator-banner .content {
	width: 1248px;
	margin: 0 auto;
}

.pc_virtual .page-container {
	width: 1248px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	margin-top: 50px;
	background-color: #fff;
}

.pc_virtual .page-wrapper {
	padding: 30px;
}

.pc_virtual .location-wrapper {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #707070;
}

.pc_virtual .detail-page {
	width: 1022px;
	margin: 0 auto;
}

.pc_virtual .detail-page .title {
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}

.pc_virtual .detail-page .note {
	position: relative;
	margin-top: 30px;
	font-size: 14px;
	color: #AAAAAA;
	text-align: center;
}

.pc_virtual .detail-page .note .option {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pc_virtual .detail-page .note .option>span {
	padding: 6px 7px;
	margin-left: 5px;
	border: 1px solid transparent;
	cursor: pointer;
}

.pc_virtual .detail-page .note .option>span.active {
	border-color: rgba(1, 135, 230, 1);
	border-radius: 5px;
	color: rgba(1, 135, 230, 1);
}

.pc_virtual .detail-page .content {
	margin-top: 30px;
	padding-top: 50px;
	border-top: solid #DCDFE6 1px;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 40px;
}

.pc_virtual .detail-page .content>div {
	/* text-indent: 2em; */
}

.pc_virtual .img-show {
	width: 100%;
	height: auto;
}

.pc_virtual .share {
	margin-top: 30px;
}

.pc_virtual .share>img {
	margin-left: 15px;
	cursor: pointer;
}

.pc_virtual .share>span {
	margin-left: 30px;
	border: 1px solid rgba(1, 135, 230, 1);
	color: rgba(1, 135, 230, 1);
	padding:  6px;
	border-radius: 5px;
	cursor: pointer;
}

@keyframes tabLine {
	from {
		width: 0%;
		left: 50%;
	}

	to {
		width: 100%;
		left: 0%;
	}
}
