<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
[v-cloak] {
  display: none;
}

html,
body {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
  font-size: 12px;
  max-width: 100%;
  margin: auto;
  color: #404040;
  padding-top: constant(safe-area-inset-top);
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
}

a {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  border: none;
  outline: none;
}

ul,
li {
  list-style: none;
}

input {
  width: 100%;
  height: 100%;
  line-height: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  background: none;
  color: #e6dbae;
}

input::-webkit-input-placeholder {
  color: #d7bca1;
}

input::-moz-placeholder {
  color: #d7bca1;
}

input::-ms-input-placeholder {
  color: #d7bca1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

button {
  outline: none;
  border: none;
}

.hidden {
  overflow: hidden;
}
.container {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  min-width: 1200px;
  /* overflow: hidden; */
}
.row {
  display: flex;
  flex-wrap: wrap;
}

.mbk-container {
  width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}</pre></body></html>