@charset 'utf-8';
@font-face {
  font-family: fliqlo;
  src: url(../font/fliqlo.eot);
  src: url(../font/fliqlo.eot?#iefix) format('embedded-opentype'), url(../font/fliqlo.woff) format('woff'),
    url(../font/fliqlo.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
body,
html {
  width: 100%;
  height: 100%;
  background-color: #000;
}

#not-app-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  z-index: 300; /* 确保在loader之上 */
  font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #fff;
}

#not-app-message .message-content {
  text-align: center;
}
html {
  -ms-content-zooming: none;
  touch-action: none;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  cursor: default;
}
body.blur {
  background-color: #ff0;
}
body.dummy {
  background-color: red;
}
* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none !important;
}
a {
  color: #fff;
  text-decoration: none;
}
#loader {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 210;
  background-color: #000;
  overflow: hidden;
  transition: 0.33s ease-out;
}
#loader.remove {
  opacity: 0;
}
#debug {
  z-index: 10000;
  position: fixed;
  display: inline-block;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  padding: 0 5px;
  background-color: #0f0;
  color: #000;
}
#settings {
  transform-origin: bottom center;
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -20px);
  z-index: 104;
  color: #fff;
  padding: 4px;
  background-color: rgba(37, 37, 38, 0.85);
  border-radius: 8px;
  font-size: 13px;
  line-height: 1;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
body:not(.hover):not(.pause) #settings {
  opacity: 0;
  visibility: hidden;
}
body.hover #settings {
  opacity: 1;
  visibility: visible;
}
#settings dl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
}
#settings dt {
  display: none;
}
#settings dd {
  position: relative;
  display: block;
  height: 24px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  margin: 0 10px 0 0;
  padding: 0;
}
#settings dd > label {
  display: flex;
  box-sizing: border-box;
  align-self: center;
  align-items: center;
  justify-content: center;
  align-items: center;
  height: 24px;
  border-radius: 4px;
  overflow: hidden;
  transition: background-color 0.15s;
}
.focus #settings label:not(#tf-container) {
  pointer-events: none;
}
#settings dd > label:active,
#settings dd > label:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#settings dd:last-child {
  margin-right: 0;
}
#tf-container {
  display: inline-block;
  position: relative;
  height: 24px;
  text-align: center;
  box-sizing: border-box;
  padding: 4px 6px;
  opacity: 0.8;
  overflow: hidden;
}
#tf-container::before {
  content: attr(data-tf);
  display: inline-block;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
  border: solid 1px #fff;
  font-family: 'Microsoft Sans Serif', Arial, sans-serif;
  pointer-events: none;
}
#tf-container::before,
::-ms-backdrop {
  letter-spacing: -0.05em;
  text-indent: -0.025em;
}
#tf-container[data-tf='12']::before,
::-ms-backdrop {
  text-indent: -0.1em;
}
#tf-container[data-tf='0']::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  overflow: hidden;
  background-position: center center;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 6px,
    #fff 6px,
    #fff 7px
  );
  pointer-events: none;
}
#settings dd input[type='checkbox'] {
  display: none;
  outline: 0;
}
#settings dd input[type='checkbox'] + label {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  height: 24px;
  text-align: center;
  overflow: hidden;
  font-size: 0;
  padding: 4px 6px;
  opacity: 0.8;
}
#settings dd input[type='checkbox'] + label::before {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  border: dashed 1px #fff;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  margin: 0;
  background-color: transparent;
}
#settings dd input[type='checkbox'] + label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  overflow: hidden;
  background-position: center center;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 12px,
    #fff 12px,
    #fff 13px
  );
}
#settings input[type='checkbox']:checked + label::before {
  border: solid 1px #fff;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 3px,
    #fff 3px,
    #fff 4px
  );
}
#settings input[type='checkbox']:checked + label::after {
  display: none;
}
#brightness-container,
#scale-container {
  padding: 0 6px 0 26px;
}
#scale-container::before {
  content: '';
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  top: 14px;
  left: 6px;
  margin: 0;
  border: solid 1px #fff;
  opacity: 0.8;
  border-radius: 1px;
}
#scale-container::after {
  content: '';
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  top: 4px;
  left: 12px;
  margin: 0;
  border: solid 1px #fff;
  opacity: 0.8;
  border-radius: 2px;
}
#brightness-container::before {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 6px;
  top: 8px;
  left: 10px;
  margin: 0;
  border-radius: 50%;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 4px 1px 1px;
  box-shadow: -8px 0 0 -3px #fff, 8px 0 0 -3px #fff, 0 -8px 0 -3px #fff, 0 8px 0 -3px #fff,
    -6px -6px 0 -3px #fff, -6px 6px 0 -3px #fff, 6px -6px 0 -3px #fff, 6px 6px 0 -3px #fff;
  opacity: 0.8;
}
#settings select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 12px;
  outline: 0;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  background: 0 0;
  background-color: green;
}
#settings select,
::-ms-backdrop {
  outline: 0;
  padding: 0;
  appearance: none;
  background-color: #555558;
  color: #fff;
  border: solid 1px red !important;
  line-height: 38px;
  box-shadow: 0 0 2px red;
  font-size: 13px;
  font-family: arial;
}
::-ms-fill-lower,
::-ms-fill-upper {
  background: 0 0;
}
::-ms-fill-lower {
  background: linear-gradient(0deg, transparent 7px, #fff 7px, transparent 9px);
}
input[type='range'] {
  -webkit-appearance: none;
  appearance: none;
  width: 62px;
  height: 2px;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.25);
  height: 2px;
  border-radius: 1px;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  outline: 0;
}
::-ms-backdrop,
input[type='range'] {
  background-color: transparent;
  height: 16px;
}
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  border: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #d7d7d7;
}
input[type='range']::-ms-thumb {
  -webkit-appearance: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  border: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #d7d7d7;
}
input[type='range']::-ms-track {
  height: 16px;
  color: transparent;
  background: linear-gradient(0deg, transparent 7px, #5c5b5e 7px, transparent 9px);
  border: 0;
}
#main {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: initial;
}
#main.zoom {
  transition: transform 0.3s ease-in-out;
}
#main.zoom.fb,
.settings:not(.adjustscale) > #main {
  transition: transform 0.2s ease-in-out;
}
#main-content,
.dummy.portrait:not(.innerportrait) #main-content {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -675px;
  margin-top: -350px;
  width: 1350px;
  height: 700px;
  text-align: center;
  white-space: nowrap;
  font-family: fliqlo, sans-serif;
  -ms-font-feature-settings: 'normal';
}
.dummy #main-content,
.portrait:not(.dummy) #main-content {
  margin-left: -350px;
  margin-top: -675px;
  width: 700px;
  height: 1350px;
}
#main-content-area,
.dummy.portrait:not(.innerportrait) #main-content-area {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1250px;
  height: 600px;
  border-radius: 50px;
}
.dummy #main-content-area,
.portrait:not(.dummy) #main-content-area {
  width: 600px;
  height: 1250px;
}
#main-content-area.grad,
.settings #main-content-area {
  transition: filter 0.2s linear;
}
#main-content-area.grad,
::-ms-backdrop {
  transition: opacity 0.2s linear;
}
@keyframes fadeIn {
  0% {
    -webkit-filter: brightness(10%);
    filter: brightness(10%);
    opacity: 1;
  }
  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    opacity: 1;
  }
}
@keyframes fadeInSCR {
  0% {
    background-color: rgba(0, 0, 0, 0.9);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes fadeOut1 {
  0%,
  66% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    opacity: 1;
  }
  100% {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    opacity: 1;
  }
}
@keyframes fadeOut1SCR {
  0%,
  66% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@keyframes fadeOut2 {
  0% {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    opacity: 1;
  }
  100% {
    -webkit-filter: brightness(10%);
    filter: brightness(10%);
    opacity: 1;
  }
}
@keyframes fadeOut2SCR {
  0% {
    background-color: rgba(0, 0, 0, 0.5);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
@keyframes anmTop {
  0% {
    transform: rotateX(0);
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  100% {
    transform: rotateX(-90deg);
    -webkit-filter: brightness(40%);
    filter: brightness(40%);
  }
}
@keyframes anmTopSCR {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@keyframes anmBottom {
  0% {
    transform: rotateX(90deg);
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
  }
  100% {
    transform: rotateX(0);
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}
@keyframes anmBottomMS {
  0% {
    transform: rotateX(90deg);
    color: rgba(255, 255, 255, 0.9);
  }
  100% {
    transform: rotateX(0);
    color: rgba(255, 255, 255, 0.711);
  }
}
@keyframes anmBottomSCR {
  0% {
    background-color: rgba(255, 255, 255, 0.05);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
.flips {
  position: absolute;
  display: block;
  width: 600px;
  height: 600px;
  border-radius: 50px;
  transform-style: preserve-3d;
  perspective: 4000px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.fade .flips {
  transition: box-shadow 0.2s linear;
}
.dark .flips {
  box-shadow: none;
}
.flips#hurs {
  top: 0;
  left: 0;
  z-index: 1;
}
.dummy.portrait:not(.innerportrait) .flips#mins,
.flips#mins {
  top: 0;
  right: 0;
  z-index: 0;
}
.dummy .flips#mins,
.portrait:not(.dummy) .flips#mins {
  top: auto;
  bottom: 0;
}
.flip {
  position: absolute;
  display: block;
  width: 600px;
  height: 297px;
  overflow: hidden;
  box-sizing: content-box;
  color: rgba(255, 255, 255, 0.711);
  z-index: 0;
  transform: rotateX(0);
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  animation-duration: 0.165s;
  animation-fill-mode: forwards;
  transition: unset;
  background-color: #000;
}
.flip.clone {
  display: none;
}
.flip.clone.act {
  display: block;
}
.willchange .flip {
  will-change: animation;
}
.fade .flip {
  transition: border-color 0.2s linear, background-color 0.2s linear;
}
.fade .flip span,
::-ms-backdrop {
  transition: color 0.2s linear, background-color 0.2s linear;
}
.flip.hur {
  left: 0;
}
.flip.min {
  right: 0;
}
.flip.clone {
  z-index: 1;
  display: none;
}
.flip.top {
  border-bottom: solid 1px #080808;
  bottom: 303px;
  border-radius: 50px 50px 0 0;
  animation-timing-function: ease-in;
}
.dark .flip.top {
  border-bottom-color: #000;
}
.flip.bottom {
  border-top: solid 1px #151515;
  top: 303px;
  border-radius: 0 0 50px 50px;
  animation-timing-function: ease-out;
}
.dark .flip.bottom {
  border-top-color: #000;
}
.flip.top.clone {
  transform-origin: 50% 300px;
}
.flip.bottom.clone {
  transform-origin: 50% 0;
}
.flip.fadein {
  animation-name: fadeIn;
}
.flip.fadein span::after,
::-ms-backdrop {
  animation-name: fadeInSCR;
}
.flip.fadeout1 {
  animation-name: fadeOut1;
}
.flip.fadeout1 span::after,
::-ms-backdrop {
  animation-name: fadeOut1SCR;
}
.flip.fadeout2 {
  animation-name: fadeOut2;
}
.flip.fadeout2 span::after,
::-ms-backdrop {
  animation-name: fadeOut2SCR;
}
.flip.top.transform {
  display: block;
  animation-name: anmTop;
}
.flip.top.transform span::after,
::-ms-backdrop {
  animation-name: anmTopSCR;
}
.flip.bottom.transform {
  display: block;
  animation-name: anmBottom;
}
.flip.bottom.transform,
::-ms-backdrop {
  animation-name: anmBottomMS;
}
.flip.bottom.transform span::after,
::-ms-backdrop {
  animation-name: anmBottomSCR;
}
.stop .flip.bottom.transform,
.stop .flip.top.transform {
  animation: none;
}
.flip::before {
  content: '';
  position: absolute;
  left: 0;
  height: 600px;
  width: 600px;
  border-radius: 50px;
  background-image: linear-gradient(to bottom, #161616, #0c0c0c);
  z-index: 0;
}
.flip::after {
  content: '';
  position: absolute;
  left: 0;
  margin: 1px;
  height: 598px;
  width: 598px;
  border-radius: 49px;
  background-image: linear-gradient(to bottom, #111, #00b0b);
  z-index: 1;
}
.fade .flip::after,
.fade .flip::before {
  transition: opacity 0.2s linear;
}
.dark .flip::after,
.dark .flip::before {
  opacity: 0;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.flip span {
  position: absolute;
  display: block;
  left: 0;
  width: 600px;
  height: 600px;
  overflow: hidden;
  text-align: center;
  z-index: 2;
  font-size: 600px;
  line-height: 758px;
}
.flip span::after,
::-ms-backdrop {
  content: '';
  position: absolute;
  background-color: transparent;
  display: block;
  top: 0;
  left: 0;
  width: 600px;
  height: 600px;
  animation-duration: 0.165s;
  animation-fill-mode: forwards;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.flip.top span::after,
::-ms-backdrop {
  animation-timing-function: ease-in;
}
.flip.bottom span::after,
::-ms-backdrop {
  animation-timing-function: ease-out;
}
.dark .flip.bottom.clone span::after,
::-ms-backdrop {
  opacity: 0;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.flip.hur.one span {
  text-indent: -0.025em;
}
.flip.hur.ten span::first-letter,
.flip.min.ten span::first-letter,
::-ms-backdrop {
  letter-spacing: -0.066em;
}
.flip.hur.eleven span,
.flip.min.eleven span {
  text-indent: 0.08em;
}
.flip.hur.eleven.justeleven span,
.flip.min.eleven.justeleven span {
  text-indent: 0.04em;
}
.flip.hur.tf0 span::before {
  content: 'AM';
  display: inline-block;
  position: absolute;
  font-size: 60px;
  line-height: 1;
  text-align: left;
  text-indent: 0;
  left: 38px;
  top: 78px;
  letter-spacing: 0;
}
.flip.hur.tf0.pm span::before {
  content: 'PM';
  top: auto;
  bottom: 62px;
}
.flip.top span,
.flip.top::after,
.flip.top::before {
  top: 0;
}
.flip.bottom span,
.flip.bottom::after,
.flip.bottom::before {
  bottom: 0;
}
@keyframes o-0-90 {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes o-90-0 {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes o-0-270 {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes o-270-0 {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes o-90-270 {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes o-270-90 {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0);
  }
}
.ort-0-90 #main-content {
  animation: o-90-0 0.3s ease-in-out;
}
.ort-0-90 .flips {
  animation: o-0-90 0.3s ease-in-out;
}
.ort-90-0 #main-content {
  animation: o-0-90 0.3s ease-in-out;
}
.ort-90-0 .flips {
  animation: o-90-0 0.3s ease-in-out;
}
.ort-90-180 #main-content {
  animation: o-0-90 0.3s ease-in-out;
}
.ort-90-180 .flips {
  animation: o-90-0 0.3s ease-in-out;
}
.ort-180-90 #main-content {
  animation: o-90-0 0.3s ease-in-out;
}
.ort-180-90 .flips {
  animation: o-0-90 0.3s ease-in-out;
}
.ort-0-270 #main-content {
  animation: o-0-270 0.3s ease-in-out;
}
.ort-0-270 .flips {
  animation: o-270-0 0.3s ease-in-out;
}
.ort-270-0 #main-content {
  animation: o-270-0 0.3s ease-in-out;
}
.ort-270-0 .flips {
  animation: o-0-270 0.3s ease-in-out;
}
.ort-270-180 #main-content {
  animation: o-270-0 0.3s ease-in-out;
}
.ort-270-180 .flips {
  animation: o-0-270 0.3s ease-in-out;
}
.ort-180-270 #main-content {
  animation: o-0-270 0.3s ease-in-out;
}
.ort-180-270 .flips {
  animation: o-270-0 0.3s ease-in-out;
}
#main-content.ort-disabled,
#main-content.ort-disabled .flips,
.dummy #main-content,
.dummy .flips,
.innerportrait #main-content,
.innerportrait .flips,
.slideover #main-content,
.slideover .flips {
  animation: none;
}
