@charset "utf-8";
html{font-size:100%}
* {margin: 0; padding: 0}
body {font: 0.9rem "Microsoft YaHei", Arial, Helvetica, sans-serif; background:#f5f6f7;}
img {border: 0; display: block}
ul, li {list-style: none;}
a {text-decoration: none; color: #333333;}
a:hover {color: #05afb5; text-decoration: none;}
.clear {clear: both; width: 100%; overflow: hidden;}
em {color: #f73131;font-style: normal;}
.bg-white{background: #fff;}
.bg-black{background: #333;}
.box {width: 1200px; margin: auto;overflow: auto;}
::-webkit-scrollbar {width: 10px;height: 10px;}
::-webkit-scrollbar-thumb {border-radius: 3px;height: 30px;background-color: #ccc;}
#right {z-index: 9999; position: fixed; width: 300px; bottom: 0px;}
.main{background-color:#f5f6f7;overflow:hidden;}
.top{margin-bottom:0.5rem;width:100%;background-color:#fff;}

