body,dd,dl,form,h1,h2,h3,h4,input,ol,p,select,span,td,textarea,th,ul{margin:0;padding:0;text-size-adjust:none;line-height:1}h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:400;margin:0}li{list-style:none}a{text-decoration:none}img{border:none;vertical-align:middle;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor;object-fit:cover}table{border:none}input,textarea{outline:0}textarea{resize:none;overflow:auto}body{font-family: zihunyunjinsong;}.show{display:block!important}.flex{display:flex!important;justify-content:space-between;flex-wrap:wrap}
html{
  max-width: 100%;
  height: 100%;
  width: 100%;
  font-family: 'noto sans sc' !important;
  transform-origin: top;
  overflow-x: hidden;
}
body{
  height: 100%;
  overflow-y: hidden;
  background: url(../img/pc/bg.png) no-repeat;
  background-size: cover;
  position: relative;
}
.content_box{
  width: 100%;
  height: 100%;
  transform-origin: top; 
  transition: .3s all;
}
.bottom{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transform-origin: left bottom; 
}
@font-face {
  font-family: 'zihunyunjinsong';
  src: url(zihunyunjinsong.ttf);
}