@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

.zhcn {
  font-family: "Noto Sans SC", "Arial", sans-serif;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-family: "Noto Sans SC", "Arial", sans-serif;
}

.container {
  width: 100%;
  height: 100%;
}

.i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.i-block {
  /* background: url("blockIcon.png") no-repeat center/contain; */
  background: no-repeat center/contain; 
  width: 180px;
  height: 180px;
}

.blockPage {
  position: relative;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: space-between;
  overflow: auto;
  text-align: center;
  width: 100%;
  flex-direction: column;
  gap: 2px;
  color: #636570;
  padding: 40px 0 40px;
  /* background: url("block.png") no-repeat center bottom/cover #fff; */
  background: no-repeat center bottom/cover #fff;
  background-attachment: fixed;
}
.blockPage .text-sm {
  font-size: 26px;
}
.blockPage p {
  font-size: 34px;
  margin: 15px 0;
  line-height: 1.5;
}
.blockPage_header h1 {
  font-size: 42px;
  color: #b86c6c;
  font-weight: 500;
  line-height: 1.4;
}
.blockPage_cont {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 20px;
  max-width: 1100px;
  margin-bottom: 30px;
}
.blockPage_footer img {
  width: 360px;
}/*# sourceMappingURL=css.css.map */