@charset "utf-8";
/* 重设样式 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button{
	padding: 0;
	margin: 0;
}
fieldset, img{border:0;}
input, label, select, option, textarea, button, fieldset, legend{font:12px/18px Verdana, Simsun, Helvetica, Arial, sans-serif;}
table{border-collapse:collapse;border-spacing:0;font:12px/18px Verdana, Simsun, Helvetica, Arial, sans-serif;}
ul{list-style:none;}
body{ background:#f0f0f0;font:12px/18px Verdana, Simsun, Helvetica, Arial, sans-serif;color:#333;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img{ vertical-align:top;border:0;}

/* 共用 */
.dis{ display:none}
.left{ float:left}
.right{ float:right}
.clear{ clear:both}
.red{color:#cd0000;}
.boder1px{ border:1px solid #e4e4e4}
.position_rel{ position:relative}
del{ font-family:georgia}
.clear{ clear:both} 

/* 链接 */
a{
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
a:hover{
	text-decoration: underline;
	color: #F00;
}
