/* resset.css start */

body,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset,img,div{
  margin:0px;
  padding:0px;
  border:none;
}

h1,h2,h3,h4,h5,h6, b, strong {
  font-weight: normal;
}

ul,dl,li{
  list-style-type:none;
}
select,input{
  vertical-align:middle;
}

a:link,a:visited,a:hover,a:active {
  text-decoration: none;
}


/* 清除浮动 */
clearfix::before, .clearfix::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}
.ellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
[hidden], .hide{
  display: none;
}
.footer {
    padding-left: 0px;
    padding-bottom: 20px;
    overflow: auto;
    
}

/* base.css end */