html,body,div,span,applet,iframe,h1,h2,h3,h4,h5,h6,p,a,img,ul,ol,li,form,label,input,table,tr,td,th,textarea,tbody,tfoot,thead,dl,dd,dt {
    padding: 0;
    margin: 0;
  }
  html{min-width: 1440px;}  
  body{
    width: 100%;
    background: #F9FAFF;
  }
  table{
    border-collapse: collapse;
    border-spacing: 0;
  }
  h1,h2,h3,h4,h5,h6{
    font-size: 100%;
    font-weight: normal;
  }
  button,input,select,textarea {
    font-size: 100%;
  }
  img {border: 0;vertical-align: middle;}
  a {
    text-decoration: none;
    background-color: none;
    cursor: pointer;
  }
  :focus{outline: none;}
  .clearfix{
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
  }
  ul,li {
    list-style: none;
  }