*{
    margin: 0;
    padding: 0;
    outline: none;
}

html{
    font-size: 625%;
}

li{
    list-style: none;
    cursor: pointer;
}

a{
    text-decoration: none;
    color: #999;
}

body, button, input, select, textarea {
    font-size: 14px;
    font-weight: normal;
    font-family: 微软雅黑;
    color: #222;
}

[type='button']{
    cursor: pointer;
}

.clear:after{
    content: '';
    height: 0;
    display: block;
    clear: both;
}

.iconfont{
    font-size:16px;
    color: #8c8c8c;
}