/* General styles for all menus */
.cbp-spmenu {
	background-image:linear-gradient(to top,#ffad5a,#f88421);
	position: fixed;
	border-top:#544741 3px solid;
}

.buttonset button { background:none; border:none;outline:none;}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
	text-shadow: 1px 1px #333;
}

.cbp-spmenu a:hover {
	background: #ffb410;
}

.cbp-spmenu a:active {
	background: #c79316;
	color: #fff;
}

.cbp-spmenu i { font-size:1em; font-weight:300; line-height:1.5em;text-shadow: 1px 1px #333;}
.s_input { margin:0.625em;}
.s_input button {background:none; border:none; padding:0 0 0 5px; color:#fff; outline:none; }
.s_input i { font-size:1.5em; font-weight:300; line-height:2em;text-shadow: 1px 1px #333;}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 220px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical2 {
	width:220px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #f4aa00;
	padding: 1em 1.5em;
	text-decoration:none;
}
.cbp-spmenu-nav a {
	border-bottom: 1px solid #fdf2b8;
	padding:0.625em 1.5em;
	text-decoration:none;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -220px;
}

.cbp-spmenu-right {
	right: -220px;
}
.cbp-spmenu-right2 {
	right: -220px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}
.cbp-spmenu-right2.cbp-spmenu-open {
	right: 0px;
}


/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 220px;
}

.cbp-spmenu-push-toleft {
	left: -220px;
}

/* 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;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}

/*搜索框*/

/*.s_input .text { font-size:0.75em; line-height:2em; padding:10px 0;}*/
.label_but { text-align:center; width:160px; margin:10px 20px 0 20px;}
.searchBut { background-color: rgba(51, 51, 51, 0.5); border:#f9ae0b 1px solid; padding:5px 25px; color:#fff; font-size:1.125em; border-radius:5px;}

/*view more 按钮*/
#showMore{clear:both;padding:15px;width:150px;margin:0 auto;}
#showMore span{display:block;height:30px;line-height:30px;border:1px solid #999;text-align:center;font-family:Verdana, Geneva, sans-serif;}
#showMore .hide{background:url(../images/plus.png) no-repeat 10% 50%;}
.show{background:url(../images/minus.png) no-repeat 10% 50%;}


/*搜索复选框*/
/* Prevent text and blocks selection */
input.labelauty + label ::selection { background-color: rgba(255, 255, 255, 0); }
input.labelauty + label ::-moz-selection { background-color: rgba(255, 255, 255, 0); }

/* Hide original checkboxes. They are ugly! */
input.labelauty { display: none !important; }

/*
 * Let's style the input
 * Feel free to work with it as you wish!
 */
input.labelauty + label
{
	display: table;
	font-size: 11px;
	padding:0.312em 0.625em;
	background-color: #efefef;
	color: #b3b3b3;
	cursor: pointer;

	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;


	transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-webkit-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;

	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

/* Stylish text inside label */

input.labelauty + label > span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked
{
	display: inline-block;
	line-height: 1em;
	vertical-align: bottom;
}

/* Stylish icons inside label */

input.labelauty + label > span.labelauty-unchecked-image,
input.labelauty + label > span.labelauty-checked-image
{
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: left center;

	transition: background-image 0.5s linear;
	-moz-transition: background-image 0.5s linear;
	-webkit-transition: background-image 0.5s linear;
	-o-transition: background-image 0.5s linear;
}

/* When there's a label, add a little margin to the left */
input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked
{
	margin-left: 7px;
}

/* When not Checked */
input.labelauty:not(:checked):not([disabled]) + label:hover
{
	background-color: #eaeaea;
	color: #a7a7a7;
}
input.labelauty:not(:checked) + label > span.labelauty-checked-image
{
	display: none;
}

input.labelauty:not(:checked) + label > span.labelauty-checked
{
	display: none;
}

/* When Checked */
input.labelauty:checked + label
{
	background-color: #3498db;
	color: #ffffff;
}

input.labelauty:checked:not([disabled]) + label:hover
{
	background-color: #72c5fd;
}
input.labelauty:checked + label > span.labelauty-unchecked-image
{
	display: none;
}

input.labelauty:checked + label > span.labelauty-unchecked
{
	display: none;
}

input.labelauty:checked + label > span.labelauty-checked
{
	display: inline-block;
}

input.labelauty.no-label:checked + label > span.labelauty-checked
{
	display: block;
}

/* When Disabled */
input.labelauty[disabled] + label
{
	opacity: 0.5;
}

/* Add a background to (un)checked images */
input.labelauty + label > span.labelauty-unchecked-image
{
	background-image: url( ../images/input-unchecked.png );
}

input.labelauty + label > span.labelauty-checked-image
{
	background-image: url( ../images/input-checked.png );
}
.dowebok { position:relative;}
ul.dowebok li { float:left; margin:0.625em 0.625em 0 0;}
input.labelauty + label { font-size:0.875em;}