﻿html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

html,
body {
	font-size: 62.5%;
	width: 100%;
	height: 100%;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	width: 100%;
	height: 100%;
	color: #585858;
	font-family: "微软雅黑", Arial;
	background-size: 100% 100%;
	background: #f8f3f3;
	position: relative;
}

ul,
ol,
li {
	list-style: none;
}

textarea {
	resize: none;
}

img {
	border: none;
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	overflow: hidden;
	font-weight: normal;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.clearfix:after {
	content: "";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.float-l {
	float: left !important;
}

.float-r {
	float: right !important;
}

a {
	color: #333;
	text-decoration: none;
	display: block;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:link,
a:visited {
	text-decoration: none;
}


::-webkit-scrollbar-track-piece {
  background-color: #e6e6e6;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
  background-clip: padding-box;
  min-height: 45px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}


