*,::before,::after{
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* font-size: 14px; */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
body,div,input,textarea,select,header,button,h1,h2,h3,h4,label,span,p,ul{
    font-family: 微软雅黑,Arial,Microsoft YaHei,SimSun,宋体,HELVETICA;
    margin: 0;
    padding:0;
   /* font-size: 14px;*/
}
a{
    color: #333;
    text-decoration: none;
}
a:hover,a:focus,a:active,a:visited{
    text-decoration: none;

}
ul,ol{
    list-style: none;
}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/* img{display: block;} */
 input,textarea{
    text-decoration: none;
    outline: none;
    /*-webkit-appearance: none;*/
}

.fl{float: left;}
.fr{float: right;}
.pointer{cursor: pointer}
.clearfix:before,
.clearfix:after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.clearfix {
    *zoom: 1;
}
input,
select {
    outline: none;
}
select {
    border-radius: 0;
}
.text-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*去除input[type=number]最右边的spinners*/
input[type='number'] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
img {
    border-style: none;
    border: 0;
}
/*解决IE图片缩放失真*/
img {
    -ms-interpolation-mode: bicubic;
}
button {
    outline: none;
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
a,
dd,
dt,
dl {
    box-sizing: border-box;
}
a:hover,
a:active,
a:visited,
a:focus {
    outline: none;
    text-decoration: none;
    color: #666666;
}
em{
    font-style: normal;
}
table{border-spacing:0;border-collapse: collapse;}

