
address, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
caption, th {
	text-align: left;
	font-weight: 400
}
abbr, body, fieldset, html, iframe, img {
	border: 0
}
address, cite, dfn, em, i, var {
	font-style: normal
}
[hidefocus], summary {
outline:0
}
li {
	list-style: none
}

sub, sup {
	font-size: 83%
}
code, kbd, pre, samp {
	font-family: inherit
}
q:after, q:before {
	content: none
}
textarea {
	overflow: auto;
	resize: none
}
label, summary {
	cursor: default
}

body, button, input, keygen, legend, select, textarea {
	outline: 0
}
body {
	background: #fff
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
*, *:after, *:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: content-box;
	box-sizing: border-box
}
input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}
button, input[type=button], input[type=reset], input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button
}
button[disabled], input[disabled] {
	cursor: default
}
img {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic
}
p{
	line-height:24px}
lable {
	cursor: pointer
}
.fl {
	float: left
}
.fr {
	float: right
}
.tac {
	text-align: center
}
.tal {
	text-align: left
}
.tar {
	text-align: right
}
.vat {
	vertical-align: top
}
.vam {
	vertical-align: middle
}
.clear-fix:after {
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both
}
.clear-fix {
	zoom: 1;
	clear: both
}
.hide {
	display: none
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap
}
.inline-block {
	display: inline-block;
*display:inline;
	zoom: 1
}
.ime-disabled {
	-webkit-ime-mode: disabled;
	ime-mode: disabled
}

.side-bar a, .side-bar a:hover {
	text-decoration: none
}

.side-pannel {
	position: fixed;
	right: 0;
	z-index: 9999
}
.side-bar {
	margin: 0;
	padding: 0;
	border-bottom: none;
	bottom: 200px;
}
.side-bar a {
	display: block;	
	position: relative;
	cursor: pointer;
	width: 50px;
	height: 50px;
	margin-bottom:5px;
	background-color:#b6b6b6;
	z-index:999;
}
.side-bar a:hover{background-color:#2090ff;}