@charset "utf-8";

/*basic*/
*{ margin:0px; padding:0px; border:none; font-family: robotoregular,PingFang SC,Hiragino Sans GB,Heiti SC,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica,Arial,monospace,serif; font-size:14px; text-decoration:none; list-style:none; outline:none; -webkit-text-size-adjust:none; border-radius:0; background:none; word-wrap: break-word; letter-spacing:1px; }
html,body{ width:100%; font-size:14px; min-width:1300px; }
img,object,video{ max-width:100%; height:auto;}
article, aside, details,figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
::-webkit-scrollbar{ background-color:#FFF;width:8px; }
::-webkit-scrollbar-thumb{ background-color:#606060;border-radius:5px; border:#FFF solid 2px; }
body{ background-color:#FFF; }
.clear{ clear:both; }