/** * @fileoverview  reset && common * @author XuJiaNa * @version v1 * @build 2013-04-22 */@charset "gbk";/*******************reset************************/html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i, s,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video  {    margin:0;    padding:0;    border:0;    outline:0;    background:transparent;}article,aside,details,summary,figcaption,figure,footer,header,hgroup,menu,nav,section {    display:block;}del {    text-decoration: line-through;}abbr[title], dfn[title] {    border-bottom:1px dotted;    cursor:help;}ul,li{ list-style: none;}a { text-decoration:none;}a:hover { text-decoration:underline;}em,var { font-style:normal;}input,textarea,button { outline:none;}/**********************common**************************/.clearfix:after {    content: ".";    display: block;    height: 0;    clear: both;    visibility: hidden;}.clearfix {    display: inline-block;}/* Hides from IE-mac \*/* html .clearfix {    height: 1%;}.clearfix {    display: block;}/* End hide from IE-mac *//*css3 style*/.has-trans{    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */    -moz-transition: all 0.3s ease-out;  /* FF4+ */    -ms-transition: all 0.3s ease-out;  /* IE10 */    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */    transition: all 0.3s ease-out;}body{ background: none!important;font-size:12px; }.floatleft{ float: left}.floatright{ float:right}.red{ color:#CC0000}.gray{ color: #999999}.dark{ color: #333333}.hidden{display: none;}