/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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%;
  font: inherit;
  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;
}
@font-face {
  font-family: 'Rhythm Heiti';
  src: local('PingFang SC Regular'), local('PingFang TC Regular'), local('PingFang-SC-Regular'), local('PingFang-TC-Regular'), local('PingFangSC-Regular'), local('PingFangTC-Regular'), local('PingFang SC'), local('PingFang TC'), local('Hiragino Sans GB'), local('Heiti SC Regular'), local(STHeitiSC-Regular), local('Heiti SC'), local('Heiti TC Regular'), local(STHeitiTC-Regular), local('Heiti TC'), local('Microsoft Yahei'), local('Microsoft Jhenghei'), local('Noto Sans CJK KR'), local('Noto Sans CJK JP'), local('Noto Sans CJK SC'), local('Noto Sans CJK TC'), local('Source Han Sans K'), local('Source Han Sans KR'), local('Source Han Sans JP'), local('Source Han Sans CN'), local('Source Han Sans HK'), local('Source Han Sans TW'), local('Source Han Sans TWHK'), local('Droid Sans Fallback');
}
@font-face {
  font-family: 'Rhythm Heiti Semibold';
  src: local('PingFang SC Semibold'), local('PingFang TC Semibold'), local('PingFang-SC-Semibold'), local('PingFang-TC-Semibold'), local('PingFangSC-Semibold'), local('PingFangTC-Semibold'), local('PingFang SC'), local('PingFang TC'), local('Hiragino Sans GB'), local('Heiti SC Semibold'), local(STHeitiSC-Semibold), local('Heiti SC'), local('Heiti TC Semibold'), local(STHeitiTC-Semibold), local('Heiti TC'), local('Microsoft Yahei'), local('Microsoft Jhenghei'), local('Noto Sans CJK KR'), local('Noto Sans CJK JP'), local('Noto Sans CJK SC'), local('Noto Sans CJK TC'), local('Source Han Sans K'), local('Source Han Sans KR'), local('Source Han Sans JP'), local('Source Han Sans CN'), local('Source Han Sans HK'), local('Source Han Sans TW'), local('Source Han Sans TWHK'), local('Droid Sans Fallback');
}
@font-face {
  font-family: 'Rhythm Cursive';
  src: local('Kaiti TC Regular'), local(STKaiTi-TC-Regular), local('Kaiti TC'), local('Kaiti SC'), local(STKaiti), local(BiauKai), local('標楷體'), local(DFKaiShu-SB-Estd-BF), local(Kaiti), local(DFKai-SB);
}
@font-face {
  font-family: 'Rhythm Italic Serif';
  src: local('Georgia Italic'), local('Times New Roman Italic'), local(Georgia-Italic), local(TimesNewRomanPS-ItalicMT), local(Times-Italic);
}
html,
body {
  position: relative;
  background-color: #fff;
}
#header {
  z-index: 1;
}
.landing {
  overflow: hidden;
}
.zh_CN,
.zh_TW {
  font-family: "Rhythm Heiti", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
}
.zh_CN h1,
.zh_TW h1,
.zh_CN h2,
.zh_TW h2,
.zh_CN h3,
.zh_TW h3,
.zh_CN h4,
.zh_TW h4,
.zh_CN h5,
.zh_TW h5,
.zh_CN h6,
.zh_TW h6,
.zh_CN b,
.zh_TW b,
.zh_CN .b,
.zh_TW .b {
  font-family: "Rhythm Heiti Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.en_US {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
}
.en_US h1,
.en_US h2,
.en_US h3,
.en_US h4,
.en_US h5,
.en_US h6,
.en_US b,
.en_US .b {
  font-weight: 700;
}
* {
  box-sizing: border-box;
  font-size: 0;
  -webkit-tap-highlight-color: transparent;
}
#modules {
  overflow: hidden;
}
input,
button,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
button {
  -webkit-appearance: none;
}
.script {
  display: none;
}
#logo-wechat {
  position: absolute;
  left: -9999px;
}
#logo {
  height: 32px;
}
#logo h1 {
  display: none;
}
.qrcode-wrapper {
  z-index: -11;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.show-download-qrcode .qrcode-download-wrapper {
  z-index: 111;
  opacity: 1;
}
.show-wechat-qrcode .qrcode-wechat-wrapper {
  z-index: 111;
  opacity: 1;
}
.qrcode-wrapper .cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.qrcode-wrapper .content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -125px 0 0 -125px;
  z-index: 1111;
  text-align: center;
}
.qrcode-wrapper .qrcode {
  margin-top: -20%;
  width: 250px;
  height: 250px;
  box-shadow: 0 35px 50px rgba(0, 0, 0, 0.4);
}
.qrcode-wrapper .desc {
  margin-top: 36px;
  color: #fff;
  line-height: 22px;
}
.qrcode-wrapper .close-qrcode {
  width: 45px;
  height: 45px;
  margin: 40px auto;
  cursor: pointer;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
#lang {
  display: none;
}
#header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
#header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.follows {
  font-size: 0;
}
.follows-item {
  cursor: pointer;
  display: inline-block;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.landing {
  background-color: #f0f5f7;
}
.landing .container {
  padding-top: 136px;
  height: 100%;
}
.features {
  display: flex;
}
.feature {
  font-size: 0;
}
.feature h4 {
  display: block;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.48);
}
.swiper-prev,
.swiper-next {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  z-index: 10;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tablet #showDownloadQrcode,
.mobile #showDownloadQrcode {
  display: none !important;
}
.tablet.ios .google-play-btn,
.mobile.ios .google-play-btn,
.tablet.ios .android-btn,
.mobile.ios .android-btn {
  display: none !important;
}
.tablet.android .appstore-btn,
.mobile.android .appstore-btn {
  display: none !important;
}
.zh_CN .google-play-btn,
.zh_CN .facebook,
.zh_CN .twitter {
  display: none !important;
}
.zh_TW .android-btn,
.en_US .android-btn,
.zh_TW .wechat,
.en_US .wechat,
.zh_TW .weibo,
.en_US .weibo,
.zh_TW #showDownloadQrcode,
.en_US #showDownloadQrcode {
  display: none !important;
}
.zh_TW .slogan br,
.en_US .slogan br {
  display: inline !important;
}
.zh_TW .landing-btns,
.en_US .landing-btns {
  display: flex;
  flex-direction: row;
}
body.wechat .google-play-btn {
  display: none !important;
}
body.wechat .android-btn {
  display: inline-flex !important;
}
.landing .content {
  opacity: 0;
  transform: translateY(48px);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.landing .remark {
  opacity: 0;
  -webkit-transition: all 1s ease-out 0.6s;
  -moz-transition: all 1s ease-out 0.6s;
  -o-transition: all 1s ease-out 0.6s;
  transition: all 1s ease-out 0.6s;
}
.animated.landing .content {
  opacity: 1;
  transform: translateY(0);
}
.animated.landing .remark {
  opacity: 1;
}
.autoplay-dash {
  display: none;
}
.peace-in-crisis-entrance {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 0 16px;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #525fce;
}
/* phone */
/* Tablets, Desktops */
@media (max-width: 735px) {
  .peace-in-crisis-entrance {
    font-size: 15px;
  }
  .desktop-phone {
    display: none;
  }
  .navigations-container {
    transition: opacity 0.2s ease-in;
    opacity: 0;
    pointer-events: none;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.24);
  }
  .navigations-container.show {
    transition: opacity 0.2s ease-out;
    opacity: 1;
    pointer-events: all;
  }
  .navigations {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.32);
    text-decoration: none;
  }
  .navigation.active {
    color: #000000;
  }
  .navigation + .navigation {
    margin-top: 48px;
  }
  .navigations {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 16px;
    bottom: 16px;
    background-color: #fff;
  }
  .nav-logo {
    width: 72px;
    height: 72px;
    margin-top: -72px;
    margin-bottom: 64px;
  }
  #show-navs-btn {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: -48px;
    border: none;
    background-color: transparent;
  }
  #close-navs-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
    border: none;
    background-color: transparent;
  }
  .navs-container {
    width: 100%;
    background-color: #fff;
  }
  .navs-header {
    width: 81.5%;
    max-width: 414px;
    height: 56px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #sleep-bg-desktop,
  #med-bg-desktop {
    display: none;
  }
  #sleep-bg-mobile,
  #med-bg-mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #med-bg-mobile {
    height: 100%;
    object-fit: cover;
  }
  #bubble-galaxy-desktop-img {
    display: none;
  }
  #bubble-galaxy-mobile-img {
    position: absolute;
    width: 612px;
    height: 942px;
    left: 50%;
    margin-left: -306px;
    background-size: cover;
  }
  #sleep-market {
    position: absolute;
    top: 13px;
    left: 16px;
    overflow: hidden;
    z-index: 0;
  }
  .animated#sleep-market img {
    -moz-animation: slideDown 24s linear 1;
    -webkit-animation: slideDown 24s linear 1;
    -o-animation: slideDown 24s linear 1;
    -ms-animation: slideDown 24s linear 1;
    animation: slideDown 24s linear 1;
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
  }
  @-webkit-keyframes slideDown {
    0% {
      -webkit-transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(-1010px);
    }
  }
  @-moz-keyframes slideDown {
    0% {
      -moz-transform: translateY(0px);
    }
    100% {
      -moz-transform: translateY(-1010px);
    }
  }
  @keyframes slideDown {
    0% {
      -o-transform: translateY(0px);
    }
    100% {
      -o-transform: translateY(-1010px);
    }
  }
  @keyframes slideDown {
    0% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(-1010px);
    }
  }
  #sleep-market img {
    width: 100%;
  }
  #header .container {
    height: 56px;
  }
  #header .container .follows {
    display: none;
  }
  .landing {
    height: 790px;
  }
  .width-guard {
    min-width: 320px;
  }
  .container {
    width: 81.5%;
    max-width: 414px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
    z-index: 1;
  }
  #logo {
    margin-left: -56px;
  }
  #logo img {
    height: 32px;
  }
  .follows-item {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  .landing-btns {
    display: flex;
    justify-content: center;
  }
  .db-btns {
    font-size: 0;
    margin-top: 24px;
  }
  .db-btns .dl-btn {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding: 8px 16px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    height: 48px;
    font-size: 15px;
    color: #fff;
    border: none;
    border-radius: 32px;
    background-color: #ff4949;
    box-shadow: 0 16px 24px 0 rgba(255, 73, 73, 0.24);
    text-decoration: none;
  }
  .db-btns .dl-btn > * {
    vertical-align: middle;
  }
  .db-btns .dl-btn .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .landing .container {
    padding-top: 112px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .landing .content {
    margin-top: 32px;
    margin-left: -32px;
    margin-right: -32px;
    text-align: center;
  }
  .landing .slogan {
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: 2px;
    white-space: pre;
  }
  .landing .desc {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 1.3px;
    white-space: pre;
  }
  .landing .remark {
    display: none;
  }
  .landing .mobile-phone {
    position: absolute;
    width: 240px;
    margin: 0 auto;
    bottom: -43px;
    left: 0;
    right: 0;
  }
  .landing .phone {
    position: absolute;
    bottom: -64px;
  }
  .features {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    flex-direction: row;
    justify-content: space-between;
  }
  .feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
  }
  .feature img {
    width: 48px;
    height: 48px;
    padding: 8px;
  }
  .feature h4 {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1.5px;
    white-space: nowrap;
  }
  #modules {
    position: relative;
  }
  #modules #night-sky,
  #modules #ocen-sea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: 520px;
    overflow: hidden;
  }
  #modules #ocen-sea {
    top: 1730px;
  }
  #modules #bubble-galaxy {
    position: absolute;
    top: 3072px;
    left: 0;
    right: 0;
    z-index: 0;
    height: 400px;
  }
  #modules .container {
    padding: 64px 0 96px;
    position: relative;
  }
  #modules #block-1 .content,
  #modules #block-3 .content {
    color: #ffffff;
  }
  #modules .content {
    margin: 0 8px 0;
  }
  #modules .slogan {
    font-size: 27px;
    line-height: 33px;
    white-space: pre-wrap;
    word-break: break-word;
  }
  #modules .desc {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.6;
  }
  #modules .phone {
    display: block;
    margin: 64px auto 0;
  }
  #auto-display {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .swiper-container {
    height: 320px;
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide div {
    text-align: center;
  }
  .swiper-slide .autoplay-desc {
    display: block;
    margin-top: 24px;
    color: rgba(0, 0, 0, 0.48);
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
  }
  .swiper-slide .autoplay-title {
    display: block;
    padding: 32px;
    color: rgba(0, 0, 0, 0.24);
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
  }
  .swiper-slide-active .autoplay-title {
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    opacity: 1;
    transform: translateY(0px);
  }
  .swiper-slide-active .autoplay-desc {
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
    opacity: 1;
    transform: translateY(0px);
  }
  #support .container {
    padding: 64px 0 64px;
  }
  #support .hot-link-block {
    margin-bottom: 24px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    line-height: 32px;
  }
  #support .hot-link-block a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.48);
  }
  #sub-logo {
    display: none;
  }
  #footer .container {
    padding: 0 0 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    text-align: left;
  }
  #footer .container .follows {
    padding-top: 24px;
    padding-bottom: 8px;
    padding-right: 0;
    margin-left: -8px;
  }
  #footer .container a {
    text-decoration: none;
    font-family: "Rhythm Heiti", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(0, 0, 0, 0.48);
    font-size: 13px;
  }
  .swiper-prev {
    left: -8px;
    right: auto;
  }
  .swiper-next {
    left: auto;
    right: -8px;
  }
  .phone {
    position: relative;
    width: 244px;
  }
  .phone .phone-shell {
    position: relative;
    z-index: 3;
    width: 244px;
    height: 487px;
    background-size: cover;
  }
  .phone .phone-screen {
    position: absolute;
    z-index: 2;
    left: 16px;
    top: 13px;
    width: 212px;
    height: 460px;
    object-fit: cover;
  }
  .phone .phone-shadow {
    display: none;
  }
}
@media (min-width: 736px) and (max-width: 1068px) {
  .mobile-phone {
    display: none;
  }
  .navigation {
    font-size: 15px;
    letter-spacing: 1.7px;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
  }
  #show-navs-btn,
  #close-navs-btn,
  .nav-logo,
  .home-btn {
    display: none;
  }
  .navigation + .navigation {
    margin-left: 40px;
  }
  .active {
    color: #000;
  }
  #sleep-bg-desktop,
  #med-bg-desktop {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sleep-bg-mobile,
  #med-bg-mobile {
    display: none;
  }
  #bubble-galaxy-desktop-img {
    width: 500px;
    height: 755px;
    margin-right: -160px;
    background-size: cover;
  }
  #bubble-galaxy-mobile-img {
    display: none;
  }
  #sleep-market {
    position: absolute;
    top: 26px;
    right: 26px;
    width: 196px;
    height: 426px;
    z-index: 0;
    overflow: hidden;
  }
  #sleep-market img {
    width: 100%;
  }
  .container {
    width: 692px;
    margin: 0 auto;
    z-index: 1;
  }
  #logo img {
    height: 32px;
  }
  .follows-item {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  .follows-item + .follows-item {
    margin-left: 8px;
  }
  .landing .container {
    height: 585px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .landing .content {
    margin-left: 8px;
  }
  .landing .slogan {
    font-size: 30px;
    letter-spacing: 4px;
    white-space: normal;
  }
  .landing .slogan br {
    display: none;
  }
  .landing .slogan span {
    display: inline-block;
  }
  .landing .desc {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1.5px;
    white-space: pre;
  }
  .landing .db-btns {
    font-size: 0;
    margin-top: 48px;
  }
  .landing .db-btns .dl-btn {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding: 8px 16px;
    height: 48px;
    font-size: 15px;
    color: #fff;
    border: none;
    border-radius: 32px;
    background-color: #ff4949;
    box-shadow: 0 16px 24px 0 rgba(255, 73, 73, 0.24);
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .landing .db-btns .dl-btn > * {
    vertical-align: middle;
  }
  .landing .db-btns .dl-btn .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .landing .db-btns .dl-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 3px 10px rgba(255, 73, 73, 0.24);
  }
  .landing .db-btns .ia-btn {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .landing .db-btns .ia-btn:hover {
    transform: translateY(-4px);
  }
  .landing .db-btns a + a {
    margin-left: 24px;
  }
  .landing .remark {
    color: rgba(0, 0, 0, 0.24);
    position: absolute;
    bottom: 51px;
    margin-left: 8px;
    font-size: 11px;
    letter-spacing: 1.1px;
    line-height: 14.5px;
    white-space: pre;
  }
  .landing .desktop-phone {
    height: 530px;
    width: 328px;
    position: absolute;
    top: 168px;
    right: 0;
  }
  .landing .phone {
    position: absolute;
    bottom: -48px;
    right: 0;
  }
  .animated#sleep-market img {
    -moz-animation: slideDown 24s linear 1;
    -webkit-animation: slideDown 24s linear 1;
    -o-animation: slideDown 24s linear 1;
    -ms-animation: slideDown 24s linear 1;
    animation: slideDown 24s linear 1;
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
  }
  @-webkit-keyframes slideDown {
    0% {
      -webkit-transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(-949px);
    }
  }
  @-moz-keyframes slideDown {
    0% {
      -moz-transform: translateY(0px);
    }
    100% {
      -moz-transform: translateY(-949px);
    }
  }
  @keyframes slideDown {
    0% {
      -o-transform: translateY(0px);
    }
    100% {
      -o-transform: translateY(-949px);
    }
  }
  @keyframes slideDown {
    0% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(-949px);
    }
  }
  .features {
    justify-content: space-around;
  }
  .feature {
    margin-top: 64px;
    margin-bottom: 64px;
    text-align: center;
  }
  .feature img {
    width: 64px;
    height: 64px;
    padding: 12px;
  }
  .feature h4 {
    font-size: 17px;
    letter-spacing: 1.7px;
    line-height: 20px;
  }
  #modules #block-1,
  #modules #block-3 {
    padding-top: 84px;
  }
  #modules #block-2,
  #modules #block-4 {
    flex-direction: row;
  }
  #modules {
    position: relative;
  }
  #modules #night-sky,
  #modules #ocen-sea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: 400px;
    overflow: hidden;
  }
  #modules #ocen-sea {
    top: 1162px;
  }
  #modules #bubble-galaxy {
    position: absolute;
    top: 1644px;
    left: 0;
    right: 0;
    z-index: 0;
    height: 530px;
  }
  #modules #bubble-galaxy .container {
    flex-direction: row-reverse;
  }
  #modules .container {
    padding-top: 21px;
    padding-bottom: 85px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  #modules #block-1,
  #modules #block-3 {
    padding-top: 66px;
  }
  #modules #block-1 .content,
  #modules #block-3 .content {
    padding-bottom: 100px;
    color: #ffffff;
  }
  #modules .slogan {
    font-size: 24px;
    white-space: pre;
    line-height: 38px;
  }
  #modules .desc {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.6;
  }
  #modules .desktop-phone {
    flex-shrink: 0;
    height: 530px;
    width: 328px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #modules .container:nth-child(odd) .desktop-phone {
    transform: translateX(-84px);
  }
  #modules .container:nth-child(odd) .content {
    margin-right: 40px;
    margin-left: 60px;
  }
  #modules .container:nth-child(even) .desktop-phone {
    transform: translateX(0);
  }
  #modules .container:nth-child(even) .content {
    margin-left: 40px;
    margin-right: 60px;
  }
  #auto-display {
    background-color: rgba(0, 0, 0, 0.08);
  }
  .swiper-container {
    height: 320px;
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide div {
    text-align: center;
  }
  .swiper-slide .autoplay-desc {
    display: block;
    padding: 0 96px;
    color: rgba(0, 0, 0, 0.48);
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
  }
  .swiper-slide .autoplay-title {
    display: block;
    margin-top: 32px;
    color: rgba(0, 0, 0, 0.24);
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
  }
  .swiper-slide-active .autoplay-desc {
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
    opacity: 1;
    transform: translateY(0px);
  }
  .swiper-slide-active .autoplay-title {
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    opacity: 1;
    transform: translateY(0px);
  }
  #support .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  #support .hot-link {
    display: flex;
    flex-direction: row;
  }
  #support .hot-link-block {
    margin-right: 48px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    line-height: 32px;
  }
  #support .hot-link-block a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.48);
  }
  #support .hot-link-block a:hover {
    cursor: pointer;
    color: #ff4949;
  }
  #sub-logo {
    display: block;
    width: 64px;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.48);
  }
  #footer .container {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    height: 96px;
    padding-bottom: 24px;
  }
  #footer .container a {
    text-decoration: none;
    font-family: "Rhythm Heiti", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(0, 0, 0, 0.48);
  }
  .swiper-prev {
    left: 8px;
    right: auto;
  }
  .swiper-next {
    left: auto;
    right: 8px;
  }
  .phone {
    position: relative;
    width: 227px;
    height: 452px;
  }
  .phone .phone-shell {
    position: relative;
    z-index: 3;
    width: 227px;
    height: 452px;
    background-size: cover;
  }
  .phone .phone-screen {
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 14px;
    width: 197px;
    object-fit: cover;
  }
  .phone .phone-shadow {
    position: absolute;
    z-index: 1;
    top: -39px;
    right: -39px;
    width: 329px;
    height: 531px;
    background-size: cover;
  }
}
@media (min-width: 1069px) {
  .mobile-phone {
    display: none;
  }
  .navigation {
    font-size: 15px;
    letter-spacing: 1.7px;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
  }
  .navigation.android-btn,
  .navigation.appstore-btn,
  .navigation.google-play-btn {
    display: none;
  }
  #show-navs-btn,
  #close-navs-btn,
  .nav-logo,
  .home-btn {
    display: none;
  }
  .navigation + .navigation {
    margin-left: 40px;
  }
  .active {
    color: #000;
  }
  #sleep-bg-desktop,
  #med-bg-desktop {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sleep-bg-mobile,
  #med-bg-mobile {
    display: none;
  }
  #bubble-galaxy-desktop-img {
    width: 636px;
    height: 960px;
    margin-right: -140px;
    background-size: cover;
  }
  #bubble-galaxy-mobile-img {
    display: none;
  }
  #sleep-market {
    position: absolute;
    top: 34px;
    left: 93px;
    width: 261px;
    height: 568px;
    z-index: 0;
    overflow: hidden;
  }
  #sleep-market img {
    width: 100%;
  }
  .container {
    position: relative;
    width: 980px;
    margin: 0 auto;
    z-index: 1;
  }
  #logo img {
    height: 32px;
  }
  .follows-item {
    width: 40px;
    height: 40px;
    padding: 8px;
    cursor: pointer;
  }
  .follows-item + .follows-item {
    margin-left: 8px;
  }
  .landing .container {
    height: 750px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .landing .content {
    margin-left: 8px;
  }
  .landing .slogan {
    font-size: 40px;
    letter-spacing: 4px;
    white-space: normal;
  }
  .landing .slogan br {
    display: none;
  }
  .landing .slogan span {
    display: inline-block;
  }
  .landing .desc {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1.7px;
    white-space: pre;
  }
  .landing .db-btns {
    font-size: 0;
    margin-top: 48px;
  }
  .landing .db-btns .dl-btn {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding: 8px 24px 8px 16px;
    height: 48px;
    font-size: 15px;
    color: #fff;
    border: none;
    border-radius: 32px;
    background-color: #ff4949;
    text-decoration: none;
    box-shadow: 0 16px 24px 0 rgba(255, 73, 73, 0.24);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .landing .db-btns .dl-btn > * {
    vertical-align: middle;
  }
  .landing .db-btns .dl-btn .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .landing .db-btns .dl-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 3px 10px rgba(255, 73, 73, 0.24);
  }
  .landing .db-btns a + a {
    margin-left: 24px;
  }
  .landing .sub-btns {
    margin-top: 48px;
  }
  .landing .sub-btns .ia-btn {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .landing .sub-btns .ia-btn:hover {
    transform: translateY(-4px);
  }
  .landing .sub-btns a + a {
    margin-left: 24px;
  }
  .landing .remark {
    color: rgba(0, 0, 0, 0.24);
    position: absolute;
    bottom: 51px;
    margin-left: 8px;
    font-size: 11px;
    letter-spacing: 1.1px;
    line-height: 14.5px;
    white-space: pre;
  }
  .landing .desktop-phone {
    height: 706px;
    width: 437px;
    position: absolute;
    top: 175px;
    right: 0;
  }
  .landing .phone {
    position: absolute;
    bottom: -72px;
    right: 14.8px;
  }
  .animated#sleep-market img {
    -moz-animation: slideDown 24s linear 1;
    -webkit-animation: slideDown 24s linear 1;
    -o-animation: slideDown 24s linear 1;
    -ms-animation: slideDown 24s linear 1;
    animation: slideDown 24s linear 1;
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
  }
  @-webkit-keyframes slideDown {
    0% {
      -webkit-transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(-1263px);
    }
  }
  @-moz-keyframes slideDown {
    0% {
      -moz-transform: translateY(0px);
    }
    100% {
      -moz-transform: translateY(-1263px);
    }
  }
  @keyframes slideDown {
    0% {
      -o-transform: translateY(0px);
    }
    100% {
      -o-transform: translateY(-1263px);
    }
  }
  @keyframes slideDown {
    0% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(-1263px);
    }
  }
  .features {
    justify-content: space-around;
  }
  .feature {
    margin-top: 64px;
    margin-bottom: 64px;
    text-align: center;
  }
  .feature img {
    width: 64px;
    height: 64px;
    padding: 12px;
  }
  .feature h4 {
    font-size: 17px;
    letter-spacing: 1.7px;
    line-height: 20px;
  }
  #modules #block-1,
  #modules #block-3 {
    padding-top: 84px;
  }
  #modules #block-2,
  #modules #block-4 {
    flex-direction: row;
  }
  #modules {
    position: relative;
  }
  #modules #night-sky,
  #modules #ocen-sea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: 520px;
    overflow: hidden;
  }
  #modules #ocen-sea {
    top: 1480px;
  }
  #modules #bubble-galaxy {
    position: absolute;
    top: 2162px;
    left: 0;
    right: 0;
    z-index: 0;
    height: 720px;
  }
  #modules .container {
    padding-top: 21px;
    padding-bottom: 85px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  #modules #block-1 .content,
  #modules #block-3 .content {
    padding-bottom: 100px;
    color: #ffffff;
  }
  #modules .slogan {
    font-size: 32px;
    white-space: pre;
    line-height: 38px;
  }
  #modules .desc {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.6;
  }
  #modules .desktop-phone {
    flex-shrink: 0;
    height: 706px;
    width: 437px;
    position: relative;
  }
  #modules .container:nth-child(odd) .content {
    margin-left: 150px;
    margin-right: 64px;
  }
  #modules .container:nth-child(odd) .desktop-phone {
    margin-left: -48px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #modules .container:nth-child(even) .content {
    margin-left: 64px;
    margin-right: 150px;
  }
  #modules .container:nth-child(even) .desktop-phone {
    margin-left: -48px;
    background-size: cover;
  }
  #auto-display {
    background-color: rgba(0, 0, 0, 0.08);
  }
  .swiper-container {
    height: 320px;
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide div {
    text-align: center;
  }
  .swiper-slide .autoplay-desc {
    display: block;
    padding: 0 160px;
    color: rgba(0, 0, 0, 0.48);
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
  }
  .swiper-slide .autoplay-title {
    display: block;
    margin-top: 32px;
    color: rgba(0, 0, 0, 0.24);
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
  }
  .swiper-slide-active .autoplay-desc {
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
    opacity: 1;
    transform: translateY(0px);
  }
  .swiper-slide-active .autoplay-title {
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    opacity: 1;
    transform: translateY(0px);
  }
  #support .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  #support .hot-link {
    display: flex;
    flex-direction: row;
  }
  #support .hot-link-block {
    margin-right: 48px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    line-height: 32px;
  }
  #support .hot-link-block a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.48);
  }
  #support .hot-link-block a:hover {
    cursor: pointer;
    color: #ff4949;
  }
  #sub-logo {
    display: block;
    width: 64px;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.48);
  }
  #footer .container {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    height: 96px;
    padding-bottom: 24px;
  }
  #footer .container a {
    text-decoration: none;
    font-family: "Rhythm Heiti", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(0, 0, 0, 0.48);
  }
  .swiper-prev {
    left: 8px;
    right: auto;
  }
  .swiper-next {
    left: auto;
    right: 8px;
  }
  .phone {
    position: relative;
    width: 302px;
    height: 602px;
  }
  .phone .phone-shell {
    position: relative;
    z-index: 3;
    width: 302px;
    height: 602px;
    background-size: cover;
  }
  .phone .phone-screen {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 18px;
    width: 262px;
    object-fit: cover;
  }
  .phone .phone-shadow {
    position: absolute;
    z-index: 1;
    top: -54px;
    right: -40px;
    width: 440px;
    height: 710px;
    background-size: cover;
  }
}
