@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
/* The following line is used to measure usage of this code. You can remove it if you want. */


@font-face {
  font-family: "MiSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/MiSans-Demibold.ttf") format("truetype");
}
@font-face {
  font-family: "Source Han Sans CN-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/.23611.otf") format("opentype");
}
@font-face {
  font-family: "Microsoft YaHei-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/chinese.msyh.ttf") format("truetype");
}
@font-face {
  font-family: "MiSans-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/MiSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "MiSans-Heavy";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/MiSans-Heavy.ttf") format("truetype");
}
@font-face {
  font-family: "MiSans-Normal";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/MiSans-Normal.ttf") format("truetype");
}
@font-face {
  font-family: "MiSans-Semibold";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/MiSans-Semibold.ttf") format("truetype");
}


.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

* {
  box-sizing: border-box;
}

