@charset "UTF-8";

/**
 * Css Library v1.0.0
 * 
 * Date: 2018-05-06
 */

* {
    margin: 0;
    padding: 0; 
}

html {
    width: 100%;
    height: 100%;
    font-size: 10px;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

body {
    width: 100%;
    height: 100%;
    font-size: 100%;
    line-height: 1.5;
}

body {
    margin: 0;
    font-size: 100%;
    line-height: 1.5;
    color: #333;
    background-color: #FFF;
}

a {
    text-decoration: none;
    color: #000;
}