@font-face{
    font-family: 'Yahei';
    /* src: url('https://staticdn.zhevent.com/se/Html_Web/font/Yahei/msyh.ttc');
    src: url('https://staticdn.zhevent.com/se/Html_Web/font/Yahei/msyhbd.ttc');
    src: url('https://staticdn.zhevent.com/se/Html_Web/font/Yahei/msyhl.ttc');
    src: url('https://staticdn.zhevent.com/se/Html_Web/font/Yahei/yahei.ttc'); */
	src: url("../font/Microsoft YaHei.woff") format("woff"),
	     /* url("../font/Microsoft YaHei.woff2") format("woff2"), */
	     url("../font/Microsoft YaHei.ttf") format("truetype"),
	     url("../font/Microsoft YaHei.eot") format("embedded-opentype"),
	     url("../font/Microsoft YaHei.svg") format("svg");
}
@font-face{
    font-family: 'Arial';
    src: url('https://staticdn.ht-s.cn/se/Html_Web/font/Arial/Arial.ttf') format('truetype');
    src: url('https://staticdn.ht-s.cn/se/Html_Web/font/Arial/ArialBold.ttf') format('truetype');
    
}

/* @font-face {
  font-family: "MicrosoftYaHei";
  src: url("../font/Microsoft YaHei.woff2") format("woff2"),
       url("../font/Microsoft YaHei.woff") format("woff"),
       url("../font/Microsoft YaHei.ttf") format("truetype"),
       url("../font/Microsoft YaHei.eot") format("embedded-opentype"),
       url("../font/Microsoft YaHei.svg") format("svg");
  font-weight: normal;
  font-style: normal;
} */
/*PingFangSC-Light','PingFang SC','Segoe UI','Lucida Grande','NotoSansHans-Light','Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;*/
body,div,p,span,ul,li,dl,dt,dd,a,ol,input,button,img,h1,h2,h3,h4,h5,h6{ padding:0; margin:0; list-style:none; border:0;}
body{ font-family:"Yahei", "Arial"!important;font-size:12px; background:#fff;color:#333;-webkit-overflow-scrolling: touch;}
 h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}
input, textarea, button, select {
    resize: none;
    font-size: 14px;
    background: #fff;
    font-family:"Yahei", "Arial"!important;
}

a{ color:#333333; text-decoration:none;}
body,input,button{font-family:"Yahei", "Arial"!important;}
.clearfix::before,
.clearfix::after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}
.f_left{
    float: left;
}
.f_right{
    float: right;
}

