@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,legend,button
form,fieldset,input,textarea,p,blockquote,th,td {
	padding:0;
	margin:0;
}
/* ×ÃÇéÐÞ¸Ä */
body {
	color:#333;
	font-size:12px;
	font-family:"Microsoft YaHei","Arial";
}

/* ¶ÌÒýÓÃµÄÄÚÈÝ¿ÉÈ¡Öµ£º''»ò"" */
q:before,q:after {content:¡±;}  

/* ËõÐ´£¬Í¼Æ¬µÈÎÞ±ß¿ò */
fieldset,img,abbr,acronym {
	border:0 none;
}
abbr,acronym {
	font-variant:normal;
}
legend {
	color:#000;
}

/* Çå³ýÌØÊâ±ê¼ÇµÄ×ÖÌåºÍ×ÖºÅ */
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}

/* ÉÏÏÂ±ê */
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}

/* ÉèÖÃ±í¸ñµÄ±ß¿ò±»ºÏ²¢ÎªÒ»¸öµ¥Ò»µÄ±ß¿ò, Ö¸¶¨·Ö¸ô±ß¿òÄ£ÐÍÖÐµ¥Ôª¸ñ±ß½çÖ®¼äµÄ¾àÀëÎª0*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}   

/* ±í¸ñ±êÌâ¼°ÄÚÈÝ¾Ó×óÏÔÊ¾ */
caption,th {
	text-align: left;
}
input,img,select {
	vertical-align:middle;
}

/* Çå³ýÁÐ±íÑùÊ½ */
ol,ul {
	list-style: none;
}  

/* ÊäÈë¿Ø¼þ×ÖÌå */
input,button,textarea,select,optgroup,option {
    font-family:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
input,button,textarea,select,optgroup,option:focus{
	outline: none;
}
/* ±êÌâÔªËØÑùÊ½Çå³ý */ 
h1,h2,h3,h4,h5,h6 {   
¡¡¡¡font-weight: normal;   
¡¡¡¡font-size: 100%;   
}   

/* Á´½ÓÑùÊ½£¬ÑÕÉ«¿É×ÃÇéÐÞ¸Ä */
del,ins,a {
	text-decoration:none;
}
a {
	color:#333;
}
a:link {
	color:#333;
}
a:visited {
	color:#333;
}
a:hover,a:active,a:focus {
	color:#333;
	text-decoration:none;
} 

/* Êó±êÑùÊ½ */
input[type="submit"] {
	cursor: pointer;
}
button {
	cursor: pointer;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);  
    -webkit-tap-highlight-color: transparent;
}
/* Î±ÀàÇå³ý¸¡¶¯ */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	zoom:1
}¯ */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	zoom:1
}