ul {
    list-style: none;
}
a {
    text-decoration: none;
}  
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
form {
margin: 0;
padding: 0;
}
html,
body {
width: 100%;
height: 100%;
background: #F6FAFF;
    
}
a{
  color: #333333;
}
input {
  outline: none;
  border: none;
}
.noContent {
  width: 100%;
  height: 375px;
}
.noContent img {
  width: 100%;
  height: 100%;
}