ul,
ol { 
	list-style:none;
    font-size: 0px;
    letter-spacing:normal;
    word-spacing: normal;
}
li {
	list-style:none;
    _display:inline;
    font-size: 12px;
}
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;
}
.clr-con{
    width: 100%;
}
.clr-left{
    margin-left: -100%;
}
.ablock{
    width: 100%;height: 100%;
    display: block;
    position: relative;
}

.html,body{
    width: 100%;
}
input,select,textarea{
    outline: none;
    border: none;
}