@font-face {
    font-family: sns;
    src: url(../font/SourceHanSansCN-Medium.otf);
}
@font-face {
    font-family: sns-normal;
    src: url(../font/SourceHanSansCN-Normal.otf);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
em,
li,
a {
    font-family: 'sns';
}

#scenelist{
position  : fixed;
background:#F4F4F4;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin:auto;
width: 1024px;
height: 700px;
display: none;
z-index: 10000000;
}
.scenetopbar{
height       : 64px;
width        : 100%;
background   : #000000;
text-align   : center;
}
.scenetopbar h3{
	font-size: 22px;
	line-height: 27px;
	padding-top: 18.5px;
}

.scenefilter{
	width: 200px;
	height: 636px;
	margin-left: 33px;
	margin-top: 33px;
	display: inline-block;
}

.scenelist{
	width: 695px;
	height: 604px;
	max-height: 604px;
	margin-right: 33px;
	display: inline-block;
    float: right;
    overflow: scroll;
}
.floor{
	list-style: none;

}
.floor li{
	margin-bottom: 22px;
}

.floor li h5{
	color: black;
	font-size: 20px;
	line-height:24px;
	margin-bottom: 15px;
	margin-top: 0px;
	}
.fcontent{
	list-style: none;
}
.fcontent li{
	list-style: none;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #BFBFBF;
	margin:0;
}
.fcontent li a{
	color: black;
	font-size: 16px;
	line-height:18px;
	margin: 0;
	font-family: sns-normal;
	}
.fcontent li a:hover{
	text-decoration: none;
	color: #006064;
	}
.cat h3{
	color: black;
	margin-bottom: 20px;
	padding-left: 10px;
}

.sceneimg a img{
	width: 100%;
}
.cat{
	padding-top: 33px;
}

.brand{
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.sceneclose img{
	width: 20px;
}
.sceneclose{
	position: absolute;
    right: 33px;
    top: 20px;
}

#scenelistbtn{
	position: fixed;
    left: 50%;
    bottom: 16px;
    width: 28px;
    height: 28px;
    margin-left: -30px;
  	z-index:900;
	cursor: pointer;
}
#scenelistbtn img{
	width: 28px;
	height: 28px;
	transition: all 0.6s;
}
#scenelistbtn img:hover{
	transform: scale(1.4);
}

.tooltip-inner{
   background: transparent !important;
   text-align: center !important;
   color:white !important;
   width:auto !important;
   display: inline-block;
}
.tooltip.top .tooltip-arrow{

    border-top-color: transparent;

}

.selected{
	color: #006064 !important;
}
.section{

}
.section h3{
color: #dcb373;
font-size:20px;
text-align: center;
margin-top: 48px;
margin-bottom: 28px;
font-weight: bolder;
letter-spacing: 3;}
.line{
	width: 80%;
	height: 2px;
	background: #dcb373;
	margin: auto;
}
#food{
	margin-top: 48px;
}
.thumbnailimg img{
	width: 100%;
	margin-top: 30px;

}
.thumbnailimg button{
	display: inline-block;
}
.menuclose{
       margin: auto;
    position: fixed;
    left: 50%;
    margin-left: -14px;
    bottom: 16px;
}
.menuclose img{
      width: 28px;
}
.menuopen{
	position: fixed;
	left: 50%;
	height: 48px;
	width: 35px;
	bottom: 16px;
	margin-left: 3px;

}
.row{
	margin:0;
}

.listcontainer::-webkit-scrollbar {
    width: 0em;
}
@media (max-width: 1024px) {
	#scenelist{
position  : fixed;
background:rgba(0,0,0,0);
top: 0;
left: 0;
right: 0;
bottom: 0;
margin:auto;
width: 100%;
height: 100vh;

}
.blur{filter: blur(60px);}
.scenefilter{
	width:80%;
	height: 100vh;
	margin:0;
	display: inline-block;
	position: fixed;
	background: #F4F4F4;
	top: 0;
	left: 0;
	z-index: 10000;
	padding:121px 147px;
	display: none;
}
.floor li{
margin-bottom: 100px;
}

.floor li h5{
	font-size: 28px;
	margin-bottom: 40px;
}
.fcontent li{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.back{
	font-size: 12px;
}
.back a p{
	font-size: 12px;
	color: #006064;
}
.scenelist{
	    width: 100%;
    height: 90vh;
    max-height: 90vh;
   margin:0;
   padding-left: 33px;
   padding-right: 33px;
    display: inline-block;
    clear: both;
    overflow: scroll;
}
.bar{
	border: 1px solid white;
	position: fixed;
	top: 17px;
	left: 33px;
}
.bar a p{
	color: white;
	padding: 6px;
	margin:0;
	font-size: 12px;
}
.cat{
	margin-top: 57px;
}
.cat h3{
	text-align: center;
	color: white;
	font-size: 18px;
}
.floor{
	max-height: 75vh;
    overflow: scroll;
	margin-bottom: 44px;
	}
}
@media (max-width: 500px) {
	#scenelist{
position  : fixed;
background:rgba(0,0,0,0);
top: 0;
left: 0;
right: 0;
bottom: 0;
margin:auto;
width: 100%;
height: auto;

}
.scenetopbar{
	height: 50px;
}
.scenetopbar h3{
	font-size: 14px;
	padding-top: 13px;
}
.scenefilter{
	width:80%;
	height: 100vh;
	margin:0;
	display: inline-block;
	position: fixed;
	background: #F4F4F4;
	top: 0;
	left: 0;
	z-index: 10000;
	padding:66px 43px;
	display: none;

}
.floor li{
margin-bottom: 63px;
}

.floor li h5{
	font-size: 18px;
	margin-bottom: 27px;
}
.fcontent li{
	padding-top: 16px;
	padding-bottom: 16px;
	margin-bottom: 0;
}
.fcontent li a{
	font-size: 14px;
}
.back{
	font-size: 12px;
}
.back a p{
	font-size: 12px;
	color: #006064;
}
.scenelist{
	    width: 100%;
    height: 90vh;
    max-height: 90vh;
   margin:0;
   padding-left: 10px;
   padding-right: 10px;
    display: inline-block;
    clear: both;
    overflow: scroll;
}
.bar{
	border: 1px solid white;
	position: fixed;
	top: 13px;
	left: 10px;
}
.bar a p{
	color: white;
	padding: 6px;
	margin:0;
	font-size: 8px;
}
.cat{
	margin-top: 33px;
  margin-bottom: 33px;
}
  .cat:last-child{
      margin-bottom: 66px;
  }
.cat h3{
	text-align: center;
	color: white;
	font-size: 11px;
}
.brand{
	margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.sceneclose{
	top: 13px;
}
.sceneclose img{
	width: 16px;
}
  /*xxxxx*/
.floor {
    max-height: 70vh;
    overflow: scroll;
    margin-bottom: 20px;
}
}





