.pull-down-inner {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 40px;
	position: relative;
	padding: 2px;
	background-color: #f0a030;
	color:#fff;
	font-size:13px;
}
@media screen and (min-width: 750px) {
	.pull-down-inner {
		display: none;
	}
}
.pull-down-inner div {
	display: table-cell;
	color: #fafafa;
	font-size: 14px;
	vertical-align: middle;
}
.pull-down-inner h1 {
	color: #fafafa;
	font-size: 14px;
	font-weight:normal;
	text-shadow: 1px 1px 1px #995522;
	padding: 0;
	margin: 0;
}
#top-menu-icon{
	height:32px;
	float:right;
	padding:2px;
	margin-top:2px;
	cursor: pointer;
	border-radius:5px;
}
#top-menu-icon:hover{
	transition: 0.3s ease-in-out;	
	background:#fb5;
	border-radius:5px;
}
#menu-icon {
	position: fixed;
	text-align: center;
	width:60px;
	height:60px;
	right:0px;
	bottom: 0px;
	z-index: 50;
	cursor: pointer;
	padding: 5px;
}
#menu-icon img{
	width:45px;
	height:45px;
	opacity: 0.4;	
}
#menu-icon:hover img{
	transition: 0.3s ease-in-out;	
	filter: hue-rotate(115deg);
}
#pagetop-icon {
	position: fixed;
	text-align: center;
	width:60px;
	height:60px;
	right:0px;
	bottom: 50px;
	z-index: 50;
	cursor: pointer;
}
#pagetop-icon:hover img{
	filter: hue-rotate(100deg);
}
#pagetop-icon img{
	width:45px;
	height:45px;
	opacity: 0.4;	
}
#pageback-icon {
	position: fixed;
	text-align: center;
	width:70px;
	height:50px;
	right:45px;
	bottom: 0px;
	z-index: 50;
	cursor: pointer;
}
#pageback-icon:hover img{
	filter: hue-rotate(100deg);
}
#pageback-icon img{
	width:35px;
	height:45px;
	opacity: 0.4;	
}
.pull-down-list{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 51;
	width:370px;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background: #f5f5f5;
	border-radius:20px;
	padding:20px;
}
.pull-down-list > ul > li{
	margin: 5px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius:20px;
	padding:5px;
}
.pull-down-list > ul > li > ul{
	display: flex;
	flex-wrap: wrap;
}
.pull-down-list > ul > li > ul > li{
	width: 150px;
	margin: 2px;
	color:#888;
	text-align:center;
	font-weight:bold;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 7px;
	background: #fefefe;
}
.pull-down-back {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	opacity : 0;
	background:rgba(0,0,0,0.5);
}
.theme-headline {
	font-size: 32px;
	line-height: 1.5;
	margin: 15px;
}
.footer {
	width: auto;
	position: relative;
	padding: 10px;
	background-color: #f0a030;
	color: #fafafa;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
}
