@charset "utf-8";

/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

body {
	font-family: "微软雅黑", "方正兰亭黑";
	 font-size: 1rem;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

img {
	display: inline;
	border: 0 none;
	vertical-align: top;
}							

input,
textarea,
select {
	 outline: none;
}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
textarea {
	resize: none;
}
input{
	outline: none;
    -webkit-appearance: none; /*去除系统默认的样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}

/*文本框不能随意拉动*/


em,
i {
	font-style: normal;
}

.over::-webkit-scrollbar{width:14px;}
/*轨道颜色*/
/*.over::-webkit-scrollbar-track{background-color:#bee1eb;}*/
/*滑块颜色*/
/*::-webkit-scrollbar-thumb{background-color:#00aff0;}*/
/*.over::-webkit-scrollbar-thumb{background-color:rgba(67,126,198,.1);}*/
.over::-webkit-scrollbar-thumb:hover {background-color:#9c3}
.over::-webkit-scrollbar-thumb:active {background-color:#00aff0}


#scroll::-webkit-scrollbar{width:14px;}
#scroll::-webkit-scrollbar-thumb:hover {background-color:#9c3}
#scroll::-webkit-scrollbar-thumb:active {background-color:#00aff0}

#scrolls::-webkit-scrollbar{width:14px;}
#scrolls::-webkit-scrollbar-thumb:hover {background-color:#9c3}
#scrolls::-webkit-scrollbar-thumb:active {background-color:#00aff0}
