.toolbar{
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid gray;
	padding-bottom: 10px;
}
.toolbar button{
	padding: 5px 20px;
}
.user-body{
	
}
.user-body fieldset{
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #aaa;
}
.user-body fieldset table td{
	padding: 3px;
}
.user-body fieldset select{
	line-height: 22px;
	height: 22px;
}
.user-body .main-table{
	border-collapse: collapse;
}
.user-body .main-table td{
	border: 1px solid #aaa;
	background: #fff;
	padding: 3px;
}
.flexslider{
	margin: 0 !important;
    border: 1px solid #eee !important;
}
.flex-control-nav {
    bottom: 10px !important;
    z-index: 1000 !important;
}
.flex-control-paging li a {
    width: 5px !important;
    height: 5px !important;
    background: #bbb !important;
}
.flex-control-paging li a.flex-active{
	background: #fff !important;
}
.flex-direction-nav a{
	transition: none !important;
	-webkit-transition: none !important;	
}
a.logo{
	background: none;
	text-indent: 0;
	padding-top: 30px;
}
#top-menu{
	display: none;
}
.form-title{
	margin:15px 0;
}
.form-table {
	border-collapse: collapse;
	width: 980px;
	margin: 0 auto;
}
.form-table-small {
	width: 480px;
	margin: 0 auto;
}
.form-table td, .form-table th{
	border: 1px solid #aaa;
	padding: 10px;
}
.form-table th{
	background: #eee;
}
.form-table button, .form-table input[type=button], .form-table input[type=reset], .form-table input[type=submit]{
	padding: 5px 25px;
}
.form-table #valimage{
	margin-top: 2px;
	margin-left: 2px;
}
.form-table input,
.form-table textarea,
.form-table select{
	padding: 4px;
	border: 1px solid #bbb;
}
.form-table input[type=checkbox]{
	width: auto;
	height: auto;
	border: none;
}
.form-table textarea{
	min-height: 60px;
}
.form-table-big input,
.form-table-big textarea{
	padding: 0;
	height: 22px;
	line-height: 22px;
	text-indent: 4px;
}
.form-table-big input, .form-table-big textarea{
	width: 100%;
}
.form-table .notnull,
.form-table .error{
	color: red;
}
.shareBar{
	display: none;
}
@media (max-width: 900px) {
	#panel-table{
		width: 100%;
	}
	#panel-menu{
		display: none;
	}
	#panel-body{
		width: 100%;
		padding: 10px !important;
	}
	#panel-body fieldset{
		display: none;
	}
	body{
		padding: 0 10px !important;
		background: none;
	}
	.tabBar{
		height: 50px;
	}
	.tabBar span{
		font-size: 12px;
		width: calc(20% - 4px);
		padding-top: 20px;
    	text-align: center;
    	padding-left: 0;
    	background-position-x: 50%;
    	font-weight: normal;
	}
	#header{
		height: auto;
		padding-top: 25px;
		margin-bottom: 20px;
		position: relative;
	}
	a.logo{
		width: auto;
		height: auto;
		display: inline;
		float: inherit;
	}
	a.logo img{
		width: 80%;
	}
	.navBar{
		width: 100%;
		overflow: scroll;
	}
	.wrapMain{
		display: block;
		width: auto;
	}
	#header{
		width: 100%;
	}
	.mainL{
		display: none;
	}
	.mainR{
		width: 100%;
	}
	.gongshiL{
		display: none;
	}
	.gongshiR, .mainListBox2{
		width: 100%;
	}
	.Copyright{
		width: auto;
		text-align: center;
		background: none;
		padding: 10px;
	}
	.mainList li{
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.bottom{
		height: auto;
		padding: 10px;
		width: auto;
		line-height: 22px;
	}
	.bottom_links{
		padding: 10px;
	}
	.conMainL{
		width: 100%;
	}
	.contentL{
		width: 100%;
		box-sizing: border-box;
		overflow: scroll;
		padding: 10px 15px;
	}
	.conMainR{
		display: none;
	}
	.conMainList{
		height: auto;
		padding-bottom: 20px;
	}
	.zcfg-box{
		margin-top: 20px;
		float: left;
	}
	#top-menu{
		margin-top: 5px;
		border: 1px solid #1a83ff;
		background: #f0f0f0;
		padding: 3px;
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
	}
	#top-menu a{
		color: #1468cb;
	}
	.showTabCon .mainList{
		padding-top: 0;
	}
	.form-table{
		width: 100%;
	}
	.ui-dialog {
		width: 80% !important;
		left: 10% !important;
	}
}