/* @font-face {
    font-family: 'SourceHanSerifCN';
    src: url('../fonts/SourceHanSerifCN-Regular.otf') format('opentype');
} */

*{
  margin: 0;
  padding: 0;
}

body{
  background: #f5f5f5;
  color: #333333;
  font-family: SourceHanSerifCN;
}
.container {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding-bottom: .2rem;
}

.copyright{
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-top: .2rem;
  color: #C0C4CC;
  text-align: center;
  padding-bottom: 10px;
  font-size: 12px
}

.copyright a{
  color: #C0C4CC;
  text-decoration: none;
}

#hdf_plug17 #hdf_plug17_openwx{
    display: block;
}