@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/*Base*/


i{
    font-style: normal;
    display: inline-block;
    _display: inline;
}
/*清除浮动*/
.clear {
    clear: both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}


.f-cb{
    zoom:1;
}
.f-cb:after{
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
    overflow:hidden;
    content:".";
}

.tlf-left{
    float: left;
    margin-left: -100%;
}
.tlf-right{
    width: 100%;
    float: left;
}

.tlr-left{
    float: left;
    width: 100%;
}
.tlr-right{
    float: left;
}

.clr-left,.clr-con,.clr-right{
    float: left;
}
