@charset "utf-8";
/****公共样式****/
body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,
big,button,cite,code,del,dfn,em,img,ins,input,kbd,q,s,samp,select,small,strike,strong,
sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,textarea,
caption,tbody,tfoot,thead,tr,th,td{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font:inherit;
    vertical-align:baseline;
    color: #333;
}
body{
    font:normal 14px/100% Arial,"微软雅黑","Microsoft YaHei";
    width: 100%;
}
:focus{
    outline:0;
}
a{
    text-decoration:none;
}
em{
    color: #6a6a6a;;
}
ol,ul,li{
    list-style:none;
}
b,strong{
    font-weight:bold;
}
img{
    border:none;
    display:inline-block;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
.lf{
    float: left;
}
.rt{
    float: right;
}
.clear{
    clear: both;
}