/*************************通用样式-begin***************************/
body{
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
}

a:hover{
  text-decoration: none;
}

ul,ol{
    list-style: none;
}
@font-face {
  font-family: 'my_font';
  src: url('/fonts/youyuan.TTF');

  font-weight: normal;
  font-style: normal;
}