
@font-face {
    font-family: PingFang;
    src: url('https://hbrand.oss-cn-hangzhou.aliyuncs.com/new_website/PingFang.ttf');
}

body, h1, h2,
h3, h4, h5, h6, hr, p,dl, dt, dd, ul, ol, li, pre, form, button, textarea, figure, iframe, header, section, footer, input, select, a, nav{
  padding: 0;
  display: block;
  margin: 0;
  list-style: none;
  -webkit-text-size-adjust: 100%;
  border: 0;
  outline: none;
  background: transparent;
  width: auto;
  font-family: PingFang, "Microsoft Yahei";
  font-size: 14px;
  line-height: 1.5;
  color: #515a6e;
  text-decoration: none;
  transition: all .3s;
}

a{
    cursor: pointer;
}
#detail a{
  display: inline-block;
}

#nprogress .bar {
    background: #FF7F00 !important;
}

#nprogress .peg{
    box-shadow: none !important;
}

#nprogress .spinner-icon{
    border-top-color: #FF7F00 !important;
    border-left-color: #FF7F00 !important;
}