
.main-xiahua > section button {
	border: none;
	background:f2f2f2;
	display: block;
	width: 120px;
}

.main-xiahua > section button:hover {
	background: #fff;
}

.main-xiahua > section button.active {
	background: #fff156;
}

.main-xiahua > section button.disabled {
	background: #fff156;
	pointer-events: none;
}

	
/* General styles for all menus */
.cbp-spmenu {
	background: #000;
	position: fixed;
	z-index:100887;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
}

.cbp-spmenu-vertical123 a {
	border-bottom: 1px solid #C00;
	padding: 1em;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 100887;
}

.spmenu-horizontal123 a{
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}
#cbp-spmenu-s4{
	
	}
.cbp-spmenu-div00 {
	float: left; 
	width: 10%; 
	margin-left:10px;
	height:30px;
	margin-top:12px;
	margin:auto 0;
}
.cbp-spmenu-div01 {
	float: left; 
	width: 18%; 
	margin-left:10px;
	height:30px;
	margin-top:12px; 
	border-left: 1px solid #258ecd; 
}
.cbp-spmenu-div01 a {
	display: block;
}
.cbp-spmenu-div {
	float: left; 
	width: 20%; 
	margin-left:10px;
	height:30px; 
	padding: 0.8em;
	border-left: 1px solid #258ecd; 
	margin-top:8px; 
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	line-height:18px;
	text-transform:uppercase; 
	letter-spacing:2px;
	word-wrap:break-word;
}
.cbp-spmenu-div a {
	display: inline;
	color: #fff;
	font-size: 1.0em;
	font-weight: 260;
}
.cbp-spmenu-icon {
	float: left; 
	width: 100%;
	height:25px;
	margin-top:15px;
}
.share{
	float:left;
	display:inline;
	margin-right:10px;
	}
/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}