#btn-scene{
	width: 80px;
	height: auto;
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 9;
}
#btn-music{
	width: 80px;
	height: auto;
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 9;
}
#btn-add{
	width: 80px;
	height: auto;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 9;
}
#btn-about{
	width: 80px;
	height: auto;
	position: absolute;
	top: 100px;
	right:  30px;
	z-index: 9;
}
#btn-auto{
	width: auto;
	height: 50px;
	position: absolute;
	bottom: 30px;
	left:  50%;
	transform: translateX(-50%);
	z-index: 9;
}

#detail-about{
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 19;
	display: none;
}
#detail-about .container{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #FFF;
	width: 90%;
	max-width: 500px;
}
#detail-about .container .line1{
	font-size: 18px;
	height: 40px;
	line-height: 20px;
	margin: 20px 20px 20px 20px;
	color: #000;
}

#detail-about .container .line{
	height: 1px;
	margin: 0 20px;
	background-color: #dedede;
}
#detail-about .container .line2{
	font-size: 16px;
	height: 40px;
	line-height: 20px;
	margin: 10px 20px;
	color: #4a4a4a;
}
#detail-about .container .line3{
	font-size: 14px;
	line-height: 20px;
	margin: 20px 20px 20px 20px;
	color: #4b4b4b;
}
#detail-about .container .line4{
	font-size: 12px;
	line-height: 12px;
	margin: 20px 20px 50px 20px;
	color: #4b4b4b;
}



#detail-about .container .btn-close{
	width: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
	
}

#detail-scene{
	position: absolute;
	left: 50%;
	bottom: 120px;
	transform: translateX(-50%);
	z-index: 9;
	height: 110px;
	max-width: 80%;
	overflow: hidden;
}

#detail-scene1{
	 display: flex;
	 height: 100%;
}
 

#detail-scene1 div{
	flex-shrink: 0;
	height: 80px;
	border: 2px solid #FFF;
	position: relative;
	margin-left: 10px;
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
}
#detail-scene1 div:first-of-type{
	margin-left: 0;
}

#detail-scene1 div img{
	height: 100%;
	width: auto;
	
}
#detail-scene1 div span{
	height: 20px;
	width: 100px;
	display: block;
	position: absolute;
	bottom: -1px;
	left: -11px;
	text-align: center;
	font-size: 12px;
	background-color: rgba(0,0,0,0.5);
	line-height: 20px;
	transform: scale(0.8);
}
#detail-scene1 .select{
	border-color:  #00e31d;
}

#detail-scene1 .select span{
	color:  #00e31d;
}

#hots_sp{
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 19;
display: none;
	
}

#hots_sp1{
	position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%,-50%);
		
    width: 100%;

}

#btn-video-close{
	    position: absolute;
	    right: 15%;
	    top: -60px;
	    width: 50px;
	    z-index: 9;
}
#hots_sp #imgsshipin{
	    width: 70%;
	    height: auto;
	    display: block;
	    margin: 0 auto;
}
#hots_img{
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 19;
	display: none;
	
}
.proportion{
	width: 100%;
	height: auto;
	position: relative;
}
.proportion .pre{
	width: 100%;
	height: auto;
	display: block;
	    opacity: 0;
}
#hots_img .filler{
position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    padding-top: 60%;
	
}

	


#hots_img1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
}

/* #hots_img1 img{
	display: none;
	width: 100%;
} */
#btn-left{
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	z-index: 9;
}
#btn-right{
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
		width: 50px;
		z-index: 9;
}
#btn-img-close{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 50px;
	z-index: 9;
}



[mag-theme="default"].mag-zoomed-bg {
}

[mag-theme="default"] .mag-lens {
    box-shadow: 0 0 4px black;
    border: 1px solid white;
    background: rgba(255, 255, 255, 0.25);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[mag-theme="default"][mag-position-event="move"] {
    cursor: crosshair;
}

[mag-theme="default"][mag-position="drag"],
[mag-theme="default"][mag-position-event="hold"] {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

[mag-theme="default"][mag-position="drag"].mag--dragging,
[mag-theme="default"][mag-position-event="hold"].mag--dragging {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}
