body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,input,select,textarea,form{margin: 0; padding: 0;}
body{font:14px/1.5 "Microsoft YaHei";}
img{border:none;}
ul,ol,li{list-style:none;}
input,select,textarea{
    outline:none;
    border:none;
    background:none;
    -webkit-appearance:none;
    border-radius: 0;
    -webkit-user-select:auto;
    line-height: inherit;
    text-align: inherit;
    font:inherit;
}
textarea{resize:none;}
a{text-decoration:none;color: inherit;}
/*选择*/
::selection {background-color:#669900; color:#ffffff; text-shadow:none;}
::-moz-selection {background-color:#669900; color:#ffffff;text-shadow:none;}

/*去掉a的下划线*/
a {blr:expression(this.onFocus=this.blur())} /*if IE*/
a {outline:none;color: inherit;}/*if 火狐等现代浏览器浏览器*/ 
/*省略号*/
/*white-space:nowrap;overflow:hidden;text-overflow:ellipsis;*/
 
*{
    -webkit-touch-callout:none;
    -ms-touch-callout:none;
    -mozt-touch-callout:none;
    touch-callout:none;
    /* -webkit-user-select:none; */
    /* -khtml-user-select:none; */
    /* -moz-user-select:none; */
    /* -ms-user-select:none; */
    /* user-select:none; */
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;  
}
/*英文自动换行
word-break: break-all;
 
/*强制不换行*/
/*white-space:nowrap;
 
contenteditable="true"
 */
.fl{
    float: left;
}
.fr{
    float: right;
}
/*// -------------------------------------------------*/
 
 /*
     清除浮动**********************************/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hide from IE Mac */
.clearfix {
    display: block;
}
.abso{
    position: absolute;
}
.rela{
    position: relative;
}
.img100 img{
    width: auto;
    display: block;
    max-width: 100%;
}
.over{
    overflow: hidden;
}
/* End hide from IE Mac */
/*
     end  清除浮动**********************************/ 
 
/*// --------------------------------------------------*/
/*expression(this.onFocus=this.blur())*/
