body {
	background-color: #000000;
	margin: 0px;
	overflow: hidden;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear{
	clear:both;
}
.grab {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.pointer {
	cursor: pointer;
}
#loadingbar {
	width: 100px;
	height: 90px;
	position: absolute;
	left: 45%;
	top: 45%;
	z-index: 3001;
	display: block;
}
#loadingbar div {
	margin: 2px 2px 2px 2px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 22px;
	font-style: italic;
	z-index: 3002;
}
#outer {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
}
#museum {
	position: relative;
	z-index: 1;
}
.hot_info {
	position: absolute;
	z-index:10;
	font-size:14px;
	line-height:22px;
	cursor:pointer;
	max-width:300px;
	display:none;
}
.hot_info .cover{
	display:block;
	width:100px;
	float:left;
	margin-right:10px;
}
.hot_info .info{
	overflow:auto;
}
.hot_info .cbox{
	padding:7px 10px;
	border-radius:4px;
	box-shadow:5px 5px 10px rgba(0,0,0,0.5);
	background:#fff;
	display:none;
}
.hot_info h2{
	font-size:15px;
	margin:0;
	padding:0;
	font-weight:400;
}
.hot_info .fixa{
	margin:0 auto;
	width:40px;
	height:40px;
	background:rgba(0,0,0,0);
}
.arrow_box {
	height: 150px;
	padding: 10px;
	width: 400px;
	position: relative;
	background: #fff;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 67%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #fff;
	border-width: 18px;
	margin-top: -18px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #ccc;
	border-width: 20px;
	margin-top: -20px;
}
#controls {
	position: absolute;
	left: 40px;
	top: 50px;
	z-index: 3001;
}
.direction {
	background: url("/vtours/resource/fx.png");
	width: 67px;
	height: 67px;
}
.zoom {
	position: relative;
	left: 22px;
	top: 20px;
}
.pointerimg {
	position: absolute;
	left: 6px;
	top: 6px;
}
#museum, #outer {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
.Media {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 1em;
}
.Media-figure {
	margin-right: 1em;
}
.Media-figure {
	margin-right: 1em;
}
.Image {
	display: block;
	width: 40px;
	height: auto;
	margin-top: .2em;
}
.info img {
	border: 0;
}

@media (min-width: 576px) {
	.Image {
		width: 70px;
	}
}
#hotspotBox{
	position:absolute;
	left:0px;
	top:0px;
	width: 0px;
	height: 0px;
	z-index: 2;
}
#hotspotBox div{
	position: absolute;
	background-size:cover;
	cursor:pointer;
}
#hotspotBox div.hpm-link{
	background-image:url(hpm-link.png);
}
#hotspotBox div.hpm-image{
	background-image:url(hpm-image.png);
}
#hotspotBox div.hpm-video{
	background-image:url(hpm-video.png);
}
#hotspotBox div.hpm-text{
	background-image:url(hpm-text.png);
}
.Media-body, .Media-body :last-child {
	margin-bottom: 0;
}
.Media-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.Media-title {
	margin: 0 0 .5em;
}
.info h3 {
	font-size: 1em;
	font-weight: 600;
	margin: 0 0 1.5em;
}
.info p {
	margin: 0 0 1.5em;
}
.fullCollection{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	z-index:100;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	display:none;
}
.fullCollection .box{
	position:relative;
	width:100%;
	height:100%;
}
.fullCollection .close{
	position:absolute;
	right:10px;
	top:10px;
	display:block;
	width:32px;
	height:32px;
	cursor:pointer;
	background:url(closeBtn.png);
	z-index:101;
}
.fullCollection .sc{
	position:relative;
	width:100%;
	height:100%;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
}
.fullCollection .sc img{
	display:block;
	width:100%;
}
.fullCollection .text{
	position:absolute;
	left:15px;
	top:10px;
	font-size:20px;
	line-height:26px;
	width:500px;
}
.fullVideoplay{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	z-index:100;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	display:none;
}
.fullVideoplay .box{
	position:relative;
}
.fullVideoplay .close{
	position:absolute;
	right:-40px;
	top:-40px;
	display:block;
	width:32px;
	height:32px;
	cursor:pointer;
	background:url(closeBtn.png);
	z-index:101;
}
.fullVideoplay video{
	width:640px;
	height:480px;
	background:#000;
}
.nowebgl{
	font-family: '微软雅黑';
	font-size: 24px;
	text-align: center;
	color: #fff;
	background: url(no-webgl-bg.jpg) no-repeat center top;
	width: 1366px;
	height: 428px;
	margin: 0 auto;
	padding-top: 340px;
	display: none;
}
.nowebgl p{
	font-size:14px;	
}
.nowebgl .big{
	font-size:24px;	
	font-weight: 700;
}
.nowebgl a,
.nowebgl a:hover{
	color: #3366cc;
}