*{
  margin:0;
  padding:0;
}
body {
  font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,Arial,sans-serif;
  background: #ff8604;
}
ul,ol,li{
  list-style: none;
}
a{
  text-decoration: none!important;
}
img{
  border: none;
  display: block;
}
.clearfix:after{
  content: '';
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.hk-container{
  width: 1000px;
  margin: 0 auto;
}


@media screen and (max-width:768px){
  .hk-container{
    width: 92%;
  }
}
@media screen and (max-width:480px){
  
}
@media screen and (max-width:375px){
  .hk-container{
    width: 94%;
  }
}
@media screen and (max-width:320px){
  
}
