@media screen and (max-width: 768px) {
	#btn-scene{
		width: 50px;
		height: auto;
		position: absolute;
		left: 10px;
		bottom: 20px;
		z-index: 9;
	}
	#btn-music{
		width: 50px;
		height: auto;
		position: absolute;
		right: 10px;
		bottom: 20px;
		z-index: 9;
	}
	#btn-add{
		width: 50px;
		height: auto;
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 9;
	}
	#btn-about{
		width: 50px;
		height: auto;
		position: absolute;
		top: 50px;
		right:  10px;
		z-index: 9;
	}
	#detail-scene{
		left: 50%;
		bottom: 70px;
		transform: translateX(-50%);
		z-index: 9;
		height: 65px;
		width: 80%;
		overflow: hidden;
	}
	
	#detail-scene1 div{
		height: 60px;
		border: 1px solid #FFF;
		margin-left: 10px;
	}
	
	#detail-scene1 div span{
	height: 20px;
	width: 75px;
	display: block;
	position: absolute;
	bottom: -1px;
	left: -10px;
	text-align: center;
	font-size: 12px;
	background-color: rgba(0,0,0,0.5);
	line-height: 20px;
	transform: scale(0.8);
}


#hots_sp #imgsshipin{
	    width: 100%;


}
#btn-left{
	width: 30px;
}
#btn-right{
		width: 30px;
}
#btn-img-close{
	width: 30px;
}


#btn-video-close{
	    position: absolute;
	    right: 5px;
	    top: -40px;
	    width: 30px;
	    z-index: 9;
}

#btn-auto{
	width: auto;
	height: 30px;
	position: absolute;
	bottom: 30px;
	left:  50%;
	transform: translateX(-50%);
	z-index: 9;
}

}