/*
* @Author: Mertens
* @Date:   2016-04-29 15:27:02
* @Last Modified time: 2016-05-02 23:39:34
*/
*{
    padding: 0;
    margin: 0;
    font-family: 'Microsoft Yahei';
}
html, body {
    height: 100%;
}
input {
    border: none;
}
li {
    list-style: none;
    display: inline-block;
}