.wrap-viewer.hide{
	display: none;
}
.wrap-3d-viewer iframe.frame-3d{
	width: 100%;
	height: 800px;
	border: none;
	z-index: 1;
	position: absolute;
}
.switch-viewer.full-ele{
	width:130px;
}
.switch-viewer{
	width:85px;
	height: 40px;
	border-radius: 40px;	
	-webkit-box-shadow: 0px 0px 5px 2px rgba(186,186,186,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(186,186,186,1);
	box-shadow: 0px 0px 5px 2px rgba(186,186,186,1);
	position: absolute;
	top: 10px;
	right: 30px;
	z-index: 100;
}
.switch-viewer.fixed{
	position: fixed;
}
.switch-viewer a{
	width: 36px;
	height: 36px;
	border-radius: 100%;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	display: inline-block;
	color:#535a5a !important;
	margin:2px;
}
.switch-viewer a.active{
	background: #d4272e;
	color: #fff !important;
}
.wrap-ar-mode table{
	width: auto !important;
	margin-left: auto !important;
  	margin-right: auto !important;
}
.wrap-ar-mode{
	padding: 25% 0 0;
	text-align: center;
}
.wrap-ar-mode p{
	font-weight: bold;
}
.wrap-ar-mode .note{
	color: #535a5a;
}