

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
/*html { overflow-y: scroll; }*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size:0;
}
.clearfix { *zoom:1;}

/* chrome input自动填充黄色背景 */
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset;}

@font-face {
    font-family: 'ErasDemiITC';
    src: url('font/ErasDemiITC.eot');
    src: local('Eras Demi ITC'),
    local('fontName'),
    url('font/ErasDemiITC.woff') format('woff'),
    url('font/ErasDemiITC.ttf') format('truetype'),
    url('font/ErasDemiITC.svg#fontName') format('svg');
}

a:focus{outline:none;}
a {outline: none;}
a:active {star:expression_r(this.onFocus=this.blur());}
:focus { outline:0; }
i{ font-style:normal;}