/* 清除浮动 */
.nofly:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
 }
 
 .nofly {
     zoom: 1;
 }
 
 *{
    margin: 0px;
    padding: 0px;
    outline: none;
    list-style: none;
    box-sizing: border-box;
}
body,html{
    /* width: 100%;
    height: 100%; */
    background-color: #fefefe;
}

h3,h4,h5,h6,label,p,small,b,i,th,a{
    text-decoration:none;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

textarea{
    width: 100%;
    border: 0 none;
    outline: none;
    resize: none;
}

i{
    font-style: unset;
}

img{
    display: block;
}

small{
    font-size: 10px;
    color: rgba(51, 51, 51, 0.4);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #333;
}
h1 {
  font-size: 32px !important;
}
.max {
  font-size: 40px !important;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  font-size: 14px ;
  color: #151515;
}
small {
  font-size: 12px;
  color: #8b8b8b;
}