* {
	margin: 0;
	padding: 0;
	border: none;
	cursor: url('images/cursor.png') 39 39, auto;
	/*
	cursor: -webkit-image-set(
		url('images/cursor.png') 1x,
		url('images/cursor@2x.png') 2x
	) 39 39, auto;
	*/
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	background-color: #6C4B3A;
	font: 28px/1em "Helvetica";
	color: #FFF;
	width:100%;
	height:100%;
	overflow: hidden;
}

a {
	color: #FFF;
}

::-webkit-scrollbar {
	display: none;
}

.framerAlert {
	font: 12px/1.6em Menlo;
	margin: 10px;
}

#FramerLayer-1{
	position:relative!important;
	margin: auto;
}
#FramerLayer-46{
	background-color: rgb(0,0,0,1);
}
		.page-footer {
		  position: fixed;
		  right: 0px;
		  bottom: 0px;
		  display: flex;
		  align-items: center;
		  padding: 5px;
		  color: black;
		  background: rgba(255, 255, 255, 0.65);
		}
		.page-left {
		  position: fixed;
		  left: 0px;
		  bottom: 0px;
		  display: flex;
		  align-items: center;
		  padding: 5px;
		  color: black;
		  background: rgba(255, 255, 255, 0.65);
		}
		
		.page-footer a {
		  display: flex;
		  margin-left: 4px;
		}
		.touxiang{
			bottom: 0px;
			width:30px;
			height:30px;
		}