@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
img {
    border:0;
	
}
li {
    list-style:none;
}
caption, th {
    text-align:left;
}
q:before, q:after {
    content:'';
}
input, textarea, select {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    font-size:12px;
	font-family:'黑体',Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Tohoma, Arial;
}
/*全局设定*/
html {
    background:#fff;
}
body {
    color:#666666;
    font-family:'黑体',Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Tohoma, Arial;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
    line-height: 1;
}
.clearfix:before, .clearfix:after{
	content: ' ';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
   *zoom: 1;
}
/*超链接*/
a {
    color:#716f6f;
    text-decoration:none;
    cursor:pointer;
    outline:none;
}
a:hover {
    text-decoration:none;
}
textarea{resize:none;}
input,button,select,textarea{outline:none;}
.fl{float: left;}
.fr{float:right}
.mt3{margin-top: 3px;}
.mt10{margin-top: 10px;}
.tc{text-align: center;}
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
textarea {-webkit-appearance: none;} 

.c333{color: #333;}