@charset "utf-8";
html{
	font-size:100%;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
	font-size:14px;
	font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
	background: #fff;
}
body *{
    box-sizing: border-box;
}
html, body, div, span, object, button, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	cursor: pointer;
}
img, object, video, embed {
    max-width: 100%;
}
h3 {
	line-height: 18px;
	max-height: 100%
}
button{
	outline:none;
}
input,select,button,textarea{
	font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	zoom: 1;
}
.btn {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.ellipsis{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.mask {
	position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.3);
    z-index:1001;
    display:none;
}
.hide{
	display:none;
}
textarea {
	resize:none;
}
input[type='button']{
	outline:none;
}
button{
	background:none;
	border:none;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px
}
::-webkit-scrollbar-track-piece {
    position:absolute;
    right:0;
    top:60px;
    background-color: #fff;
    -webkit-border-radius: 3px
}
::-webkit-scrollbar-thumb {
    height: 30px;
    background-color: #9f9f9f;
    -webkit-border-radius: 7px;
    outline: 2px solid #fff;
    outline-offset: -2px;
    border: 2px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
    height: 30px;
    -webkit-border-radius: 8px;
}