/**
  * 公共css
  */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

img {
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: inherit;
}

ol, ul {
	list-style: none;
}

.clearfix {
	clear: both;
	zoom: 1;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

figure {
	text-align: center;
}

.dis-none {
	display: none !important;
}

.mar-bom-40 {
	margin-bottom: 40px !important;
}

.mar-bom-30 {
	margin-bottom: 30px !important;
}

.wid-3 {
	width: 3% !important;
}

.wid-6 {
	width: 6% !important;
}

.wid-10 {
	width: 10% !important;
}

.wid-13 {
	width: 13% !important;
}

.wid-15 {
	width: 15% !important;
}

.wid-25 {
	width: 25% !important;
}

.wid-100 {
	width: 100% !important;
}

.hgt-100 {
	height: 100% !important;
}

.borlf-none {
	border-left: none !important;
}

.borrt-none {
	border-right: none !important;
}

.pos-rel {
	position: relative;
}

.bor-none {
	border: none !important;
}

/*chrome滚动条*/
::-webkit-scrollbar-track-piece {
	-webkit-border-radius: 0;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #464646;
	-webkit-border-radius: 4px;
	outline-offset: -2px;
	border: 2px solid #464646;
}

::-webkit-scrollbar-thumb:hover {
	height: 50px;
	background-color: #464646;
	-webkit-border-radius: 4px;
}