@charset "UTF-8";/*!
*
* easyCSS - A lightweight style library that helps quickly use CSS.
* https://github.com/yelloxing/easyCSS
* 
* author 心叶
*
* version 1.3.1
* 
* build 2018/02/24
*
* Copyright yelloxing
* Released under the MIT license
* 
**************************************************************
* 
*【内容】
*
* 1.不同浏览器样式统一 
*
* 2.浏览器默认样式优化 
*
* 3.预定义特殊布局样式 
*
* 【说明】
*
* 细节方面的说明直接在代码中备注，并且此处维护的不是针对全部的css样式和html元素的设计，只是针对常用的，目标是轻量级。
*
*/html{font-size:100px}body{font-size:.16rem}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.15}button,input{border:1px solid #b2b2bd}article,footer,header,nav,section{display:block}canvas,svg{display:inline-block}*{-webkit-box-sizing:border-box;box-sizing:border-box}::-ms-clear,::-ms-reveal{display:none}html{font-family:sans-serif}a{text-decoration:none}li{list-style-type:none}ol,ul{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-padding-start:0;margin-block-end:0;margin-block-start:0;padding-inline-start:0;padding:0;margin:0}body{margin:0}table{border-collapse:collapse}table.fixed-table>thead{display:table;table-layout:fixed;min-width:100%;width:auto}table.fixed-table>tbody{display:block;overflow:auto;min-width:100%;width:auto}table.fixed-table>tbody>tr{display:table;table-layout:fixed;width:100%}