<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf8";
/*@font-face {*/
/*  font-family: 'DM Serif Display';*/
/*  src: url('../fonts/DMSerifDisplay-Regular.ttf') format('truetype');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
html {
}
body{
    /*width: 100vw;*/
    /*height: 100vh;*/
    /*overflow: hidden;*/
    /*overflow-y: auto;*/
    font-family: "PingFang SC","Arial";
}

* {
  box-sizing: border-box;
  font-size: 14px;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;
}
a:hover{color: #0779C4}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
input, textarea {
    outline: none;
}
/* .sectionBox {
  display: none;
}
.sectionBox:target {
  display: block;
} */
.h100{height: 100%;}
.container{width: 1200px;margin: 0 auto}
.flex{display: flex;}
.justify-center{justify-content:center;}
.justify-between{justify-content: space-between;}
.justify-around{justify-content: space-around;}
.align-center{align-items: center;}
.flex-column{flex-direction:column;}
.flex-wrap{flex-wrap:wrap;}
.text-center{text-align: center}</pre></body></html>