/* CSS Document */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline-style: none;
	/*FF*/
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

button {
	outline: medium;
}

input {
	border: none;
	outline: medium;
	margin: 0;
	padding: 0;
}

a {
	display: block;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

a:active {
	text-decoration: none;
}

* {
	font-family: arial, "microsoft yahei";
}

body {
	line-height: 1;
	font-family: "microsoft yahei";
	font-size: 0;
	user-select: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:hover,
a:focus {
	text-decoration: none;
	bblr: expression(this.onFocus=this.blur());
	/*IE*/
	outline-style: none;
	/*FF*/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
select {
	vertical-align: middle;
}


/*css为clearfix，清除浮动*/

.clearfix::before,
.clearfix::after {
	content: "" !important;
	height: 0 !important;
	line-height: 0 !important;
	display: block !important;
	visibility: hidden !important;
	clear: both !important;
	position: relative !important;
}

.clearfix:after {
	clear: both !important;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*css为clearfix，清除浮动*/

textarea {
	resize: none;
	border: 0;
	padding: 0;
	outline: none;
}


/* input   提示文字 */

input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ccc;
}



textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
}

textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ccc;
}

/* input   提示文字 */

* {
	box-sizing: border-box;
}



/* 谷歌浏览器  input背景色 */


input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #FFF inset !important;
}

/* 谷歌浏览器  input背景色 */



/* 滚动条颜色 */


/* ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
} */

::-webkit-scrollbar-thumb {
	/* border-radius: 10px; */
	/* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
	/* background: #0079B9; */
}

::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
	/* border-radius: 10px; */
	/* background: #dadada; */
}


/* 滚动条颜色 */
