html {
  background: #FFFFFF;
  width: 100vw;
  height: 100vh;
}

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,a {
  margin: 0;
  padding: 0;
  font-family: 'PingFang SC', 'PingFang TC', 'Noto Sans CJK SC', 'Noto Sans CJK TC', 'Microsoft YaHei', Helvetica, Arial;
  outline: none;
  border: none;
  list-style: none;
  text-decoration: none;
}

button {
  cursor: pointer;
}

html, body {
  width: 100vw;
  height: 100vh;
}

.back {
  position: absolute;
  top: 10px;
  right: 10px;
}
.back button {
  background: #e1c044;
  border-radius: 6px;
  width: 90px;
  height: 35px;
}
button a {
  display: inline-block;
  color: #FFFFFF;
  width: 100%;
  line-height: 35px;
}
a:hover {
  text-decoration: none!important;
  color: #FFFFFF!important;
}
.icp_footer {
  position: absolute;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Inter, Inter;
  font-weight: 500;
  font-size: 12px;
  width: 100%;
}
.icp_footer >img {
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.icp_footer a {
  color: #FFFFFF;
}
