@charset "utf-8";
/* CSS Document */
body,html{
	font-size:12px;
	font-family:"微软雅黑";
	color:#666;
	 /*overflow-x:hidden;*/
	}
/*body{ overflow:hidden;}*/
@font-face {
		font-family: 'bebas';
		src: url('../fonts/bebas-webfont.woff2') format('woff2'),
				 url('../fonts/bebas-webfont.woff') format('woff');
		font-weight: normal;
		font-style: normal;
}
ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
li{
	list-style:none;
	}
ul li a{
	display:block;
	}


a{
	text-decoration:none;
	color:#666;
	outline:none;
	}
input{
	border:1px solid #ccc;
	outline:none;
	}
textarea{
	border:1px solid #ccc;
	outline:none;
	}
	input,textarea {
    -webkit-appearance: none;
}
form{
	margin:0px;
	padding:0px;
	}
table{
	cellspacing:0px;
	cellpadding:0px;
	}
img{
	border:none;
	}
a,img{border:0;}
.clearfix{
    *zoom:1;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}
.centerBox {
	display: table;
	width: 100%;
	height: 100%;
}
.centerBox .center {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

a:focus,a:hover {text-decoration: none;}
a{outline:none !important;}

img{border:0 none;}

h1,h2,h3,h4,h5,p {
	margin: 0;
}

/*::-webkit-scrollbar-track-piece {
width:10px;
background-color:#000;
}
::-webkit-scrollbar {
width:8px;
height:6px
}
::-webkit-scrollbar-thumb {
height:50px;
background-color:#666;
}
::-webkit-scrollbar-thumb:hover {
background:#666;
}
::selection {
	background: #000;
	color: #fff;
}*/
