body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
    Helvetica Neue, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.fade-up-enter,
.fade-up-leave-to {
  opacity: 0;
  transform: translate3d(0, 50%, 0);
}
.fade-enter-active,
.fade-leave-active,
.fade-up-enter-active,
.fade-up-leave-active {
  transition: all 0.3s ease-in-out 0.1s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.loading-enter-active {
  -webkit-animation: fadeIn 0.1s;
  animation: fadeIn 0.1s;
}
.loading-leave-active {
  animation: fadeIn 0.2s 0.3s reverse;
}
.btn {
  width: 58.13333vw;
  height: 14.93333vw;
}
.btn,
.modal-box,
.normal-box {
  background: 50%/100% 100% no-repeat;
}
.modal-box,
.normal-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  box-sizing: border-box;
  will-change: transform, opacity;
  font-size: 3.2vw;
  color: #964b34;
}
.normal-box {
  width: 77.06667vw;
  height: 65.86667vw;
  z-index: 999;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.preventClick {
  pointer-events: none;
}
.loading-toast {
  width: 77.06667vw !important;
  height: 65.86667vw;
  background-color: transparent !important;
}
.loading-toast .van-toast__text,
.loading-toast no-repeat {
  color: #e44338;
  font-weight: 700;
  margin-top: 42.66667vw !important;
  font-size: 3.73333vw;
}
.van-toast--loading {
  background: rgba(50, 50, 51, 0.6);
  padding: 0;
  width: 28.8vw;
  height: 28.8vw;
}
.van-toast--loading .van-toast__text {
  font-size: 3.2vw;
}
@-webkit-keyframes spining {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes spining {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.tetris-1px,
.tetris-1px-b,
.tetris-1px-l,
.tetris-1px-r,
.tetris-1px-radius,
.tetris-1px-t,
.tetris-1px-tb {
  position: relative;
}
.tetris-1px:before {
  border: 1px solid #dcdcdc;
  color: #dcdcdc;
}
.tetris-1px-t:before {
  border-top: 1px solid #dcdcdc;
  color: #dcdcdc;
}
.tetris-1px-b:after {
  border-bottom: 1px solid #dcdcdc;
  color: #dcdcdc;
}
.tetris-1px-tb:before {
  top: 0;
  border-top: 1px solid #dcdcdc;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
.tetris-1px-tb:after,
.tetris-1px-tb:before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  color: #dcdcdc;
}
.tetris-1px-tb:after {
  bottom: 0;
  border-bottom: 1px solid #dcdcdc;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
}
.tetris-1px-l:before {
  left: 0;
  border-left: 1px solid #dcdcdc;
  transform-origin: 0 0;
  transform: scaleX(0.5);
}
.tetris-1px-l:before,
.tetris-1px-r:after {
  content: ' ';
  position: absolute;
  top: 0;
  width: 1px;
  bottom: 0;
  color: #dcdcdc;
}
.tetris-1px-r:after {
  right: 0;
  border-right: 1px solid #dcdcdc;
  transform-origin: 100% 0;
  transform: scaleX(0.5);
}
#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100vh;
  position: relative;
  font-size: 2.66667vw;
}
#app .app {
  width: 100%;
  height: 100%;
}
.tetris-1px-b-lrs[data-v-6e859da0],
.tetris-1px-b-ls[data-v-6e859da0],
.tetris-1px-b-rs[data-v-6e859da0],
.tetris-1px-b[data-v-6e859da0],
.tetris-1px-l[data-v-6e859da0],
.tetris-1px-r[data-v-6e859da0],
.tetris-1px-t[data-v-6e859da0],
.tetris-1px-tb[data-v-6e859da0],
.tetris-1px[data-v-6e859da0] {
  position: relative;
}
.tetris-1px[data-v-6e859da0]:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  border: 1px solid #ebebeb;
  color: #ebebeb;
  height: 200%;
  box-sizing: border-box;
  transform-origin: left top;
  transform: scale(0.5);
  border-radius: 0;
  pointer-events: none;
}
.tetris-1px-t[data-v-6e859da0]:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #c1c1c1;
  color: #c1c1c1;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
.tetris-1px-b[data-v-6e859da0]:after {
  left: 0;
}
.tetris-1px-b-ls[data-v-6e859da0]:after,
.tetris-1px-b[data-v-6e859da0]:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #c1c1c1;
  color: #c1c1c1;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
}
.tetris-1px-b-ls[data-v-6e859da0]:after {
  left: 0;
  left: 0.75rem;
}
.tetris-1px-b-rs[data-v-6e859da0]:after {
  left: 0;
}
.tetris-1px-b-lrs[data-v-6e859da0]:after,
.tetris-1px-b-rs[data-v-6e859da0]:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #c1c1c1;
  color: #c1c1c1;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
  right: 0.75rem;
}
.tetris-1px-b-lrs[data-v-6e859da0]:after {
  left: 0;
  left: 0.75rem;
}
.hfl-mask[data-v-6e859da0] {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: auto;
}
.hfl-mask.transparent[data-v-6e859da0] {
  background-color: transparent;
}
.tetris-1px-b-lrs[data-v-bd7fbbd0],
.tetris-1px-b-ls[data-v-bd7fbbd0],
.tetris-1px-b-rs[data-v-bd7fbbd0],
.tetris-1px-b[data-v-bd7fbbd0],
.tetris-1px-l[data-v-bd7fbbd0],
.tetris-1px-r[data-v-bd7fbbd0],
.tetris-1px-t[data-v-bd7fbbd0],
.tetris-1px-tb[data-v-bd7fbbd0],
.tetris-1px[data-v-bd7fbbd0] {
  position: relative;
}
.tetris-1px[data-v-bd7fbbd0]:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  border: 1px solid #ebebeb;
  color: #ebebeb;
  height: 200%;
  box-sizing: border-box;
  transform-origin: left top;
  transform: scale(0.5);
  border-radius: 0;
  pointer-events: none;
}
.tetris-1px-t[data-v-bd7fbbd0]:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #c1c1c1;
  color: #c1c1c1;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
.tetris-1px-b[data-v-bd7fbbd0]:after {
  left: 0;
}
.tetris-1px-b-ls[data-v-bd7fbbd0]:after,
.tetris-1px-b[data-v-bd7fbbd0]:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #c1c1c1;
  color: #c1c1c1;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
}
.tetris-1px-b-ls[data-v-bd7fbbd0]:after {
  left: 0;
  left: 0.75rem;
}
.tetris-1px-b-rs[data-v-bd7fbbd0]:after {
  left: 0;
}
.tetris-1px-b-lrs[data-v-bd7fbbd0]:after,
.tetris-1px-b-rs[data-v-bd7fbbd0]:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #c1c1c1;
  color: #c1c1c1;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
  right: 0.75rem;
}
.tetris-1px-b-lrs[data-v-bd7fbbd0]:after {
  left: 0;
  left: 0.75rem;
}
.hfl-popup[data-v-bd7fbbd0] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  pointer-events: none;
}
.hfl-popup-content[data-v-bd7fbbd0] {
  position: absolute;
  box-sizing: border-box;
  top: 46%;
  left: 50%;
  width: 100%;
  z-index: 1000;
  max-width: 100%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: all 0.25s;
  pointer-events: auto;
}
.hfl-popup-mask[data-v-bd7fbbd0] {
  opacity: 1;
  transition: all 0.25s;
}
.t-fade-enter[data-v-bd7fbbd0],
.t-fade-leave-active[data-v-bd7fbbd0] {
  opacity: 0;
}
.scale-enter[data-v-bd7fbbd0],
.scale-leave-active[data-v-bd7fbbd0] {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}
.fade-enter[data-v-bd7fbbd0],
.fade-leave-active[data-v-bd7fbbd0] {
  opacity: 0;
}
.tetris-1px-b-lrs[data-v-17d2d2e6],
.tetris-1px-b-ls[data-v-17d2d2e6],
.tetris-1px-b-rs[data-v-17d2d2e6],
.tetris-1px-b[data-v-17d2d2e6],
.tetris-1px-l[data-v-17d2d2e6],
.tetris-1px-r[data-v-17d2d2e6],
.tetris-1px-t[data-v-17d2d2e6],
.tetris-1px-tb[data-v-17d2d2e6],
.tetris-1px[data-v-17d2d2e6] {
  position: relative;
}
.tetris-1px[data-v-17d2d2e6]:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  border: 1px solid #ebebeb;
  color: #ebebeb;
  height: 200%;
  box-sizing: border-box;
  transform-origin: left top;
  transform: scale(0.5);
  border-radius: 0;
  pointer-events: none;
}
.tetris-1px-t[data-v-17d2d2e6]:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #c1c1c1;
  color: #c1c1c1;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
.tetris-1px-b[data-v-17d2d2e6]:after {
  left: 0;
}
.tetris-1px-b-ls[data-v-17d2d2e6]:after,
.tetris-1px-b[data-v-17d2d2e6]:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #c1c1c1;
  color: #c1c1c1;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
}
.tetris-1px-b-ls[data-v-17d2d2e6]:after {
  left: 0;
  left: 0.75rem;
}
.tetris-1px-b-rs[data-v-17d2d2e6]:after {
  left: 0;
}
.tetris-1px-b-lrs[data-v-17d2d2e6]:after,
.tetris-1px-b-rs[data-v-17d2d2e6]:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #c1c1c1;
  color: #c1c1c1;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
  right: 0.75rem;
}
.tetris-1px-b-lrs[data-v-17d2d2e6]:after {
  left: 0;
  left: 0.75rem;
}
.hfl-loading-content[data-v-17d2d2e6] {
  text-align: center;
}
.hfl-loading-msg[data-v-17d2d2e6] {
  min-width: 5.75rem;
  max-width: 14.5rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  border-radius: 0.53333vw;
  z-index: 1002;
  box-sizing: border-box;
}
.hfl-loading-msg > i[data-v-17d2d2e6] {
  display: inline-block;
  vertical-align: middle;
  width: 2.93333vw;
  height: 2.93333vw;
  -webkit-animation: loading-data-v-17d2d2e6 1s steps(12) infinite;
  animation: loading-data-v-17d2d2e6 1s steps(12) infinite;
  background: transparent
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=')
    no-repeat;
  background-size: 100%;
}
.hfl-loading-msg > span[data-v-17d2d2e6] {
  vertical-align: middle;
  display: inline-block;
  font-size: 0.85rem;
  color: #fff;
  padding-right: 0.2em;
  margin-left: 0.66667vw;
  max-width: 10rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@-webkit-keyframes loading-data-v-17d2d2e6 {
  0% {
    transform: rotate(0deg);
    transform-origin: center center;
  }
  to {
    transform: rotate(1turn);
    transform-origin: center center;
  }
}
@keyframes loading-data-v-17d2d2e6 {
  0% {
    transform: rotate(0deg);
    transform-origin: center center;
  }
  to {
    transform: rotate(1turn);
    transform-origin: center center;
  }
}
.tetris-1px-b-lrs[data-v-54ddf018],
.tetris-1px-b-ls[data-v-54ddf018],
.tetris-1px-b-rs[data-v-54ddf018],
.tetris-1px-b[data-v-54ddf018],
.tetris-1px-l[data-v-54ddf018],
.tetris-1px-r[data-v-54ddf018],
.tetris-1px-t[data-v-54ddf018],
.tetris-1px-tb[data-v-54ddf018],
.tetris-1px[data-v-54ddf018] {
  position: relative;
}
.tetris-1px[data-v-54ddf018]:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  border: 1px solid #ebebeb;
  color: #ebebeb;
  height: 200%;
  box-sizing: border-box;
  transform-origin: left top;
  transform: scale(0.5);
  border-radius: 0;
  pointer-events: none;
}
.tetris-1px-t[data-v-54ddf018]:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #c1c1c1;
  color: #c1c1c1;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
.tetris-1px-b[data-v-54ddf018]:after {
  left: 0;
}
.tetris-1px-b-ls[data-v-54ddf018]:after,
.tetris-1px-b[data-v-54ddf018]:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #c1c1c1;
  color: #c1c1c1;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
}
.tetris-1px-b-ls[data-v-54ddf018]:after {
  left: 0;
  left: 0.75rem;
}
.tetris-1px-b-rs[data-v-54ddf018]:after {
  left: 0;
}
.tetris-1px-b-lrs[data-v-54ddf018]:after,
.tetris-1px-b-rs[data-v-54ddf018]:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #c1c1c1;
  color: #c1c1c1;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
  right: 0.75rem;
}
.tetris-1px-b-lrs[data-v-54ddf018]:after {
  left: 0;
  left: 0.75rem;
}
.toast-content[data-v-54ddf018] {
  text-align: center;
}
.toast-content .toast-text[data-v-54ddf018] {
  display: inline-block;
  padding: 2.66667vw 4vw;
  max-width: 77.33333vw;
  min-width: 30.66667vw;
  border-radius: 0.53333vw;
  background: rgba(0, 0, 0, 0.6);
  font-size: 4.53333vw;
  color: #fff;
}
.tetris-1px-b-lrs[data-v-6d1385d6],
.tetris-1px-b-ls[data-v-6d1385d6],
.tetris-1px-b-rs[data-v-6d1385d6],
.tetris-1px-b[data-v-6d1385d6],
.tetris-1px-l[data-v-6d1385d6],
.tetris-1px-r[data-v-6d1385d6],
.tetris-1px-t[data-v-6d1385d6],
.tetris-1px-tb[data-v-6d1385d6],
.tetris-1px[data-v-6d1385d6] {
  position: relative;
}
.tetris-1px[data-v-6d1385d6]:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  border: 1px solid #ebebeb;
  color: #ebebeb;
  height: 200%;
  box-sizing: border-box;
  transform-origin: left top;
  transform: scale(0.5);
  border-radius: 0;
  pointer-events: none;
}
.tetris-1px-t[data-v-6d1385d6]:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #c1c1c1;
  color: #c1c1c1;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
.tetris-1px-b[data-v-6d1385d6]:after {
  left: 0;
}
.tetris-1px-b-ls[data-v-6d1385d6]:after,
.tetris-1px-b[data-v-6d1385d6]:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #c1c1c1;
  color: #c1c1c1;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
}
.tetris-1px-b-ls[data-v-6d1385d6]:after {
  left: 0;
  left: 0.75rem;
}
.tetris-1px-b-rs[data-v-6d1385d6]:after {
  left: 0;
}
.tetris-1px-b-lrs[data-v-6d1385d6]:after,
.tetris-1px-b-rs[data-v-6d1385d6]:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #c1c1c1;
  color: #c1c1c1;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
  right: 0.75rem;
}
.tetris-1px-b-lrs[data-v-6d1385d6]:after {
  left: 0;
  left: 0.75rem;
}
.hfl-page[data-v-6d1385d6] {
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
}
.hfl-page.isFlex[data-v-6d1385d6] {
  display: flex;
  flex-direction: column;
}
.hfl-page[data-v-6d1385d6]:not(.isFlex) {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.hfl-page.bg-white[data-v-6d1385d6] {
  background-color: #fff;
}
.hfl-page .hfl-page-content[data-v-6d1385d6] {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.activity-flex {
  display: flex;
}
.activity-flex-item {
  flex: 1;
}
.tetris-1px,
.tetris-1px-b,
.tetris-1px-b-lrs,
.tetris-1px-b-ls,
.tetris-1px-b-rs,
.tetris-1px-l,
.tetris-1px-r,
.tetris-1px-t,
.tetris-1px-tb {
  position: relative;
}
.tetris-1px:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  border: 1px solid #ebebeb;
  color: #ebebeb;
  height: 200%;
  box-sizing: border-box;
  transform-origin: left top;
  transform: scale(0.5);
  border-radius: 0;
  pointer-events: none;
}
.tetris-1px-t:before {
  top: 0;
  border-top: 1px solid #c1c1c1;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
.tetris-1px-b:after,
.tetris-1px-t:before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  color: #c1c1c1;
}
.tetris-1px-b:after {
  bottom: 0;
  border-bottom: 1px solid #c1c1c1;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
}
.tetris-1px-b-ls:after {
  left: 0;
  right: 0;
  left: 0.75rem;
}
.tetris-1px-b-ls:after,
.tetris-1px-b-rs:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #c1c1c1;
  color: #c1c1c1;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
}
.tetris-1px-b-rs:after {
  left: 0;
  right: 0;
  right: 0.75rem;
}
.tetris-1px-b-lrs:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #c1c1c1;
  color: #c1c1c1;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
  left: 0.75rem;
  right: 0.75rem;
}
a,
article,
aside,
b,
body,
button,
dd,
div,
dl,
dt,
footer,
h1,
h2,
h3,
h4,
h5,
header,
i,
input,
li,
main,
nav,
p,
section,
select,
span,
textarea,
ul {
  list-style: none;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-sizing: border-box;
  font-family: PingFangSC-Regular, -apple-system-font, Helvetica Neue, sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
a:focus,
article:focus,
aside:focus,
b:focus,
body:focus,
button:focus,
dd:focus,
div:focus,
dl:focus,
dt:focus,
footer:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
header:focus,
i:focus,
input:focus,
li:focus,
main:focus,
nav:focus,
p:focus,
section:focus,
select:focus,
span:focus,
textarea:focus,
ul:focus {
  outline: none;
}
#app,
a,
article,
aside,
b,
dd,
div,
dl,
dt,
footer,
h1,
h2,
h3,
h4,
h5,
header,
i,
img,
li,
main,
nav,
p,
section,
span,
ul {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button,
input[type='button'],
input[type='file']::-webkit-file-upload-button,
input[type='reset'],
input[type='submit'] {
  border: none;
  border-radius: 0;
  padding: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
* {
  padding: 0;
  margin: 0;
  font-family: PingFangSC-Regular, -apple-system-font, Helvetica Neue, sans-serif;
}
body,
html {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #f6f6f6;
}
#app {
  height: 100%;
  overflow-y: auto;
}
.bgwhite {
  background-color: #fff;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.clear {
  zoom: 1;
}
.back_img {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.margin {
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.fw {
  font-weight: 700;
}
.main-title-c {
  color: #ff6700;
}
.main-c {
  color: #ff6700;
}
.color-high,
.theme .main-c,
.theme .main-title-c {
  color: #ff6700;
}
