@charset "UTF-8";
/**
 * 淘宝清除样式
 * @authors Your Name (you@example.org)
 * @date    2012-10-24 10:12:23
 * @version 1.0
 */
html {
overflow-x:auto;
overflow-y:scroll;
}
body, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, p, blockquote, th, td {
font-weight:500;
margin:0;
padding:0;
}
h1, h2, h3, h4, h4, h5 {
margin:0;
padding:0;
}
body {
background-color:#FFFFFF;
color:#666666;
font-family:Helvetica,Arial,sans-serif;
font-size:14px;
padding:0;
text-align:left;
}
select {
font-size:12px;
}
table {
border-collapse:collapse;
}
fieldset, img {
border:0 none;
}
fieldset {
margin:0;
padding:0;
}
fieldset p {
margin:0;
padding:0 0 0 8px;
}
legend {
display:none;
}
table caption {
margin-left:-1px;
}
hr {
border-bottom:1px solid #FFFFFF;
border-top:1px solid #E4E4E4;
border-width:1px 0;
clear:both;
height:2px;
margin:5px 0;
overflow:hidden;
}
ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
caption, th {
text-align:left;
}
q:before, q:after, blockquote:before, blockquote:after {
content:””;
}

a ,a:hover{ text-decoration: none; }
html,body{position: relative;background-color: #fff;color: #333;min-width: 1200px;width: 100%;min-height: 100%;
}
.cl:after{
	display:block;clear:both;content:"";visibility:hidden;height:0
}
.cl{
	zoom:1;clear:both\0;overflow: hidden\0;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.last-child{
	margin-right: 0!important;
}