html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#photosphere {
	width: 100%;
	height: 100%;
}

.figure {
	width: 50px;
	height: 62px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2147483649;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

#canvas {
	position: relative;
}

.figure-r {
	float: left;
	width: 36px;
}

.nav {
	height: 100px;
	width: 100%;
	position: fixed;
	bottom: 120px;
	left: 0;
	z-index: 99999;
	display: none;
}

.swiper{
	width: 80%;
	height: 100%;
}
.swiper .swiper-slide{
	padding: 10px;
	width: 100px !important;
	box-sizing: border-box;
	margin-right: 10px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper .swiper-slide .swiper-box{
	width: 80px;
	height: 80px;
	border: 3px solid white;
	box-sizing: border-box;
	/* background: url(http://img3.shangceng.com.cn/Upload/image/20211106/20211106150515_0032.jpg)  ; */
	/* background-size:80px 80px; */
	/* background-position:center; */
	position: relative;
}
.swiper .swiper-slide .swiper-box img{
	width: 100%;
	height: 100%;
}
.swiper .swiper-slide .swiper-box .nav_title {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center;
}
.bg-mask2 {
	background-color: rgba(0, 0, 0, 0.6);
}
.bg-mask {
	background-color: rgba(0, 0, 0, 0.4);
}

.figure-s {
	float: right;
	width: 14px;
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 62px;
	background: url("../images/figure-btn1.png");
	z-index: 2147483649;
	cursor: pointer;
}

.container {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 200px;
	z-index: 2147483648;
}

.fullScreen {
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 20px;
	height: 20px;
	z-index: 2147483648;
}

.img2 {
	position: fixed;
	bottom: 10px;
	right: 50px;
	width: 20px;
	height: 20px;
	z-index: 2147483648;
	text-align: center;
	font-size: 12px;
	color: white;
}

.fullScreen>img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.6s;
}

.img2>img {
	width: 20px;
	height: 20px;
	cursor: pointer;
	transition: all 0.6s;
}

.fullScreen img:hover {
	transform: scale(1.2);
}

.img2 img:hover {
	transform: scale(1.2);
}

@media only screen and (max-width: 600px) {
	.container {
		position: fixed;
		top: 10px;
		left: 10px;
		width: 150px;
		z-index: 2147483648;
	}
}

.container>img {
	width: 100%;
	height: 100%;
}


.figure-box {
	position: fixed;
	top: 0;
	right: -200px;
	background: rgba(255, 255, 255, 0.3);
	z-index: 2147483649;
	display: none;
}

.figure-box .figure-box-title {
	background: rgba(255, 255, 255, 0.3);
	color: #000;
	margin: 0;
	padding: 5px 0;
	/*background: #E1E1E1;
	text-align: center;
}

.figure-box-body {
	padding: 15px;
	background: rgba(255, 255, 255, 0.3);
}

.figure-box .canvas {
	height: 200px;
}
