* {
    margin: 0;
    padding:0;
    font-family: 微软雅黑;
}


input {
    border: none;
    background:none;
    outline:none;
    font-family: 微软雅黑;
}

textarea {
    font-family: 微软雅黑;
}

li {
    list-style: none;
}


a {
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    outline: none;
    color: #000;
    background-color: none;
}

img {
    border: 0;
}

body {
    zoom: 1;
}

.clear {
    zoom:1;
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

