@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; transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none; -khtml-user-select:none; user-select:none;}
html,body{ width:100%; font-size:14px; }
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:rgba(63,66,84,.3);border-radius:3px;height:6px;width:6px }
::-webkit-scrollbar-thumb{ background-color:rgba(127,143,164,.4);border-radius:3px }
body{ background-image:url('images/page_banner.jpg'); background-repeat:no-repeat; background-color:#060b11; background-position:top center; background-attachment:fixed;  }
a{ color:#f8b700; cursor: pointer;}
a:hover{ color: #F5EBD1; }
.clear{ clear:both; }