@charset "utf-8";

*{
    margin:0;
    padding:0;
    font-family: "微软雅黑";
    font-size: 14px;
    box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,em,i {
    font-size: inherit;
    font-weight: 100;
    font-style: normal;
    margin: 0;
}

ul,ol,li {
    list-style-type: none;
}

a {
    color: #666;
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

img{display: block;}

input,button,select,textarea{outline:none}
button{border: none;}
textarea{resize:none}

.clearfix:after{
    content: '';
    height: 0;
    font-size: 0;
    display: block;
    visibility: hidden; /*可见或不见*/
    clear: both;
}
.clearfix{zoom: 1;}

@font-face {
    font-family:'iconfont';
    src:url('../fonts/iconfont.eot');
    src:url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),url('../fonts/iconfont.woff') format('woff'),url('../fonts/iconfont.ttf') format('truetype'),url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:40px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}