 html,
 body,
 ul,
 li,
 ol,
 dl,
 dd,
 dt,
 p,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 form,
 img span {
     margin: 0px;
     padding: 0px;
 }
 body{
	 font-family:"PingFangSC-Regular","Microsoft YaHei", sans-serif;
 }
 img {
    /* display: block;*/
     border: 0;
 }
 
 a {
     text-decoration: none;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-size: 16px;
     font-weight: 500px;
 }
 
 ul,
 ol,
 li {
     list-style: none;
 }
 
 em,
 i {
     font-style: normal;
 }
 
 input {
     outline: none;
 }
 
 .clearFix:after {
     content: ".";
     display: block;
     clear: both;
     height: 0px;
     overflow: hidden;
     visibility: hidden;
 }
 
 .clearFix {
     *zoom: 1;
 }
 
 .If {
     float: left;
	 font-size: 16px;
 }
 
 .Ir {
     float: right;
	 font-size: 16px;
 }
 
 b,
 strong {
     font-weight: 500px;
 }

 .ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }