/**
 * @fileoverview  reset && common
 * @author XuJiaNa
 * @version v1
 * @build 2013-04-22
 */
@charset "gbk";

/**********************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;}
li{ list-style:none;}
