@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
body,html{
	font-size:14px;
	font-family: "Microsoft YaHei", "微软雅黑" !important;
	color: #424242;
	min-width: 1680px;
	margin: 0;
	padding: 0;
	height: 100%;
}
/*body{ overflow:hidden;}	*/
ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
li{
	list-style:none;
	}
ul li a{
	display:block;
	}
	
	
a{
	text-decoration:none;
	color: #424242;
	outline:none;
	}
input{
	border:1px solid #ccc;
	outline:none;
	}
textarea{
	border:1px solid #ccc;
	outline:none;
	}
form{
	margin:0px;
	padding:0px;
	}
table{
	cellspacing:0px;
	cellpadding:0px;
	}
img{
	border:none;
	}
a,img{border:0;}
.clear{
	clear:both;
	}
.clearfix{
    *zoom:1;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}

a{outline:none !important;}

img{border:0 none;}

::selection {
	background: #000;
	color: #fff;
}
.warpper *::-webkit-scrollbar-track-piece{width:1px;background-color:#fff;}
.warpper *::-webkit-scrollbar{width:1px;height:1px}
.warpper *::-webkit-scrollbar-thumb{height:10px;background-color:#ccc;}
.warpper *::-webkit-scrollbar-thumb:hover{background:#ccc;}