*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
@-ms-viewport {
  width: device-width;
}
h1,
h2,
h3 {
  margin: 0;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  background: #f5f5f5;
  font-size: 14px;
  color: #212529;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Microsoft YaHei, Source Han Sans SC, Source Han Sans, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.root {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #fff;
  min-height: 100vh;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.hide {
  display: none !important;
}
.row {
  display: flex;
  flex-direction: row;
}
.row.center {
  align-items: center;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.clamp {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.t-gray {
  color: #989898;
}
.t-hot {
  color: #FF7A00;
}
.header {
  transition: all 200ms;
  position: sticky;
  top: 0;
  background-color: #00a5ff;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  z-index: 5;
}
.header menu {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.header menu i {
  margin-right: 5px;
}
.header menu > a,
.header .login-btn {
  transition: all 400ms;
  display: inline-flex;
  color: white;
  font-size: 16px;
  margin-right: 30px;
  font-weight: 400;
  text-decoration: none;
  transition: all 100ms;
  border-radius: 18px;
  height: 32px;
  border: 1px solid transparent;
  align-items: center;
  padding: 0 15px;
  text-align: center;
}
.header menu > a:hover,
.header .login-btn:hover {
  color: #e0e0e0;
}
.header .login-btn {
  position: relative;
  color: #00a5ff;
  border-color: white;
  background: white;
  margin-right: 135px;
  cursor: pointer;
  z-index: 5;
  transition: margin 200ms;
}
.header .login-btn:hover {
  background: #78d0ff;
  color: white;
  border-color: transparent;
}
.header .login-btn:hover > .dropdown-menu {
  display: block;
}
.header .login-btn .dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 32px;
  font-size: 14px;
  border-top: 15px solid transparent;
}
.header .login-btn .dropdown-menu ul {
  position: relative;
  margin: 0;
  padding: 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  list-style-type: none;
  background-color: #fff;
  border-radius: 4px;
}
.header .login-btn .dropdown-menu ul a {
  display: inline-block;
  margin: 0;
  color: #333;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
}
.header .login-btn .dropdown-menu ul li:hover {
  background-color: #cdeff9;
}
.header .login-btn .dropdown-menu ul li:hover a {
  color: #00a5ff;
}
.header .login-btn .dropdown-menu ul li:first-child {
  position: relative;
  border-bottom: solid 1px #e6e6e6;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.header .login-btn .dropdown-menu ul li:first-child::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -12px;
  right: 35px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #fff;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.header .login-btn .dropdown-menu ul li:first-child:hover::after {
  border-bottom: 6px solid #cdeff9;
}
.header .login-btn .dropdown-menu ul li:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.logo {
  align-items: center;
  font-size: 21px;
  font-weight: normal;
  color: #fff;
  transition: color 200ms;
  flex-shrink: 0;
  margin-left: 135px;
  transition: margin 200ms;
}
.logo img {
  margin-right: 10px;
}
.headroom--not-top.header {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.2);
  top: 0;
}
.headroom--not-top.header .logo {
  color: #444;
  filter: drop-shadow(0px 2px 2px #00000099);
}
.headroom--not-top.header menu > a {
  color: #00a5ff;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: transparent;
}
.headroom--not-top.header menu > a:hover {
  color: #00a5ff;
}
.headroom--not-top.header .login-btn {
  color: white;
  background: #00a5ffee;
  border-color: transparent;
}
.headroom--not-top.header .login-btn .dropdown-menu ul li:hover {
  background-color: #fff;
}
.headroom--not-top.header .login-btn .dropdown-menu ul li:hover a {
  color: #00a5ff;
}
.headroom--not-top.header .login-btn .dropdown-menu ul li:first-child:hover::after {
  border-bottom: 6px solid #fff;
}
@media (max-width: 1200px) {
  .header menu a {
    margin-right: 12px;
  }
  .header .login-btn {
    margin-right: 60px;
  }
  .logo {
    margin-left: 30px;
  }
}
.banner {
  padding-bottom: 630px;
  background: linear-gradient(0deg, #00D1FF -0.06%, #00A5FF 97.14%);
  position: relative;
  transition: padding 200ms;
}
.banner-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.banner-circle {
  position: absolute;
  background-image: url(/assets/circle.svg);
  background-size: contain;
  animation: spin 5000ms linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slogan {
  position: absolute;
  left: 165px;
  top: 20%;
  color: white;
  z-index: 4;
  transition: all 200ms;
}
.slogan h2 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 10px;
}
.slogan ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.slogan li {
  margin: 0 0 1em 0;
  font-size: 26px;
  font-weight: 300;
}
.slogan .iconfont {
  vertical-align: middle;
  font-size: 1em;
  background-color: white;
  color: #00a5ff;
  border-radius: 50%;
  padding: 4px;
}
.slogan .downloadBtn {
  position: relative;
  height: 54px;
  padding: 0 40px;
  background: #FF5A5A;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 27px;
  color: white;
  font-size: 20px;
  border: none;
  font-weight: 300;
  margin-top: 40px;
}
.slogan .downloadBtn .qrcode {
  position: absolute;
  left: -15px;
  top: 54px;
  display: none;
  z-index: 3;
}
.slogan .downloadBtn .qrcode img {
  max-width: 345px;
}
.slogan .downloadBtn:active,
.slogan .downloadBtn:focus,
.slogan .downloadBtn:hover {
  outline: none;
}
.slogan .downloadBtn:active .qrcode,
.slogan .downloadBtn:focus .qrcode,
.slogan .downloadBtn:hover .qrcode {
  display: block;
}
.slogan .downloadBtn:hover {
  background-color: white;
  color: #00a5ff;
}
#screenshots {
  position: absolute;
  width: 310px;
  height: 630px;
  padding-top: 18px;
  top: 30px;
  right: 165px;
  transition: all 200ms;
  z-index: 3;
}
#screenshots .phone {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  user-select: none;
  pointer-events: none;
}
#screenshots .iconfont {
  position: absolute;
  top: 50%;
  color: white;
  margin-top: -50px;
  font-size: 30px;
  cursor: pointer;
}
#screenshots .iconfont:hover {
  color: #00a5ff;
  text-shadow: 0 3px #fff;
}
#screenshots .i-left {
  left: -40px;
}
#screenshots .i-right {
  right: -40px;
}
.screenshots {
  width: 280px;
  overflow: hidden;
  border-radius: 20px;
  margin: 0 auto;
}
.screenshots img {
  width: 100%;
}
.screenshots-inner {
  display: flex;
  flex-direction: row;
  transform: translateX(0);
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.screenshots-inner img {
  border-radius: 20px;
}
.banner-angle {
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 0;
  right: 0;
  height: 200px;
}
.banner-angle::before {
  content: ' ';
  display: block;
  background: #fff;
  width: 2000px;
  height: 200px;
  transform: rotate(354deg);
  transform-origin: left top;
  position: absolute;
  top: 100%;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .banner {
    padding-bottom: 600px;
  }
  #screenshots {
    width: 300px;
    height: 600px;
    padding-top: 18px;
    right: 80px;
  }
  .screenshots {
    width: 270px;
  }
  .slogan {
    left: 60px;
  }
}
#discover {
  padding: 65px 165px 20px 165px;
  position: relative;
  z-index: 3;
}
.applyBtn,
.moreBtn {
  position: relative;
  height: 36px;
  width: 110px;
  text-align: center;
  background: #fff;
  border-radius: 18px;
  color: #666;
  font-size: 16px;
  border: 1px solid #666;
  font-weight: 300;
}
.applyBtn .qrcode,
.moreBtn .qrcode {
  position: absolute;
  right: -15px;
  top: 36px;
  display: none;
  z-index: 3;
}
.applyBtn .qrcode img,
.moreBtn .qrcode img {
  max-width: 345px;
}
.applyBtn:active,
.moreBtn:active,
.applyBtn:focus,
.moreBtn:focus,
.applyBtn:hover,
.moreBtn:hover {
  outline: none;
}
.applyBtn:active .qrcode,
.moreBtn:active .qrcode,
.applyBtn:focus .qrcode,
.moreBtn:focus .qrcode,
.applyBtn:hover .qrcode,
.moreBtn:hover .qrcode {
  display: block;
}
.moreBtn {
  margin-top: 20px;
}
.moreBtn:disabled {
  color: #ccc;
  border-color: #ccc;
}
.dotting {
  display: inline-block;
  min-width: 2px;
  min-height: 2px;
  animation: dot 2s infinite step-start;
}
@keyframes dot {
  25% {
    box-shadow: none;
  }
  50% {
    box-shadow: 2px 0 currentColor;
  }
  75% {
    box-shadow: 2px 0 currentColor, 6px 0 currentColor;
  }
  100% {
    box-shadow: 2px 0 currentColor, 6px 0 currentColor, 10px 0 currentColor;
  }
}
.discover-header {
  justify-content: space-between;
  margin-bottom: 80px;
}
.discover-header h2 {
  font-size: 40px;
  color: #333;
  font-weight: 400;
  margin: 0;
}
ul.communities {
  margin: -40px;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.communities .item {
  width: 50%;
}
ul.communities .item.loading {
  text-align: center;
  width: 100%;
  color: #989898;
  padding: 50px 0;
  font-size: 20px;
}
ul.communities .community-logo {
  width: 64px;
  height: 64px;
  border-radius: 5px;
}
ul.communities .item-inner {
  display: block;
  text-decoration: none;
  margin: 40px;
  padding: 25px 25px 0 25px;
  background: white;
  box-shadow: 2px 6px 16px rgba(134, 134, 134, 0.2);
  border-radius: 14px;
  min-height: 220px;
  height: 80%;
}
ul.communities .item-top {
  display: flex;
  align-items: center;
}
ul.communities .item-top img {
  margin-right: 10px;
  border-radius: 5px;
}
ul.communities .item-top .row {
  flex: 1;
}
ul.communities .item-top .simple {
  font-size: 16px;
  color: #989898;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ul.communities .item-bottom {
  font-size: 16px;
  border-top: 1px solid #D5D5D5;
  padding-top: 16px;
  margin-top: 16px;
  line-height: 1.8;
  color: #989898;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
ul.communities h3 {
  font-size: 24px;
  color: #474747;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  #discover {
    padding-left: 60px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 1024px) {
  ul.communities .item {
    width: 100%;
  }
}
:root {
  --shadow-color: 220 3% 15%;
  --shadow-strength: 1%;
}
.functions {
  padding: 65px 165px 20px 165px;
}
.functions h2 {
  font-size: 40px;
  color: #333;
  font-weight: 400;
  margin: 32px 0 16px 0;
}
.functions .cards {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -10px;
}
.functions .card {
  text-align: center;
}
.functions h3 {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.functions .cards .item {
  width: 33.33%;
  display: flex;
  align-items: stretch;
}
.functions .card img {
  margin: 10px auto 0 auto;
}
.functions .card {
  background: white;
  margin: 10px;
  border-radius: 8px;
  padding: 16px;
  align-self: stretch;
  box-shadow: 2px 6px 16px rgba(134, 134, 134, 0.2);
}
.functions p {
  margin: 0;
  color: #474747;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .functions {
    padding-left: 60px;
    padding-right: 90px;
  }
  p {
    line-height: 1.2;
  }
}
#contact.section h2 {
  font-size: 40px;
  color: #333;
  font-weight: 400;
  margin: 0 0 16px 165px;
}
#contact.section .list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 80px 165px;
  background-color: #1B1C24;
  color: #fff;
  transition: all 200ms;
}
#contact.section .magnet {
  align-self: flex-start;
}
#contact.section .magnet .row {
  align-items: center;
}
#contact.section .magnet .row img {
  margin-right: 15px;
  border-radius: 10px;
}
#contact.section .wechat-wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}
#contact.section .wechat-wrap .wechat {
  text-align: center;
}
#contact.section .wechat-wrap .wechat .wechat-title {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.57;
  color: #fff;
}
#contact.section .wechat-wrap .wechat:last-child {
  margin-left: 50px;
}
#contact.section p {
  line-height: 2;
  margin: 0;
}
#contact.section .copyright {
  margin: 57px 0 0 0;
}
#contact.section .copyright .copyright-contact {
  margin-right: 6px;
  font-size: 18px;
  color: #fff;
  line-height: normal;
}
#contact.section .copyright .copyright-email {
  color: #fff;
  font-size: 18px;
}
#contact.section .copyright .copyright-email:hover {
  color: #fff;
  text-decoration: underline;
}
#contact.section .footer-record {
  padding: 20px 0;
  background-color: #0B0B0E;
  font-size: 16px;
  text-align: center;
  color: #aaa;
}
#contact.section .footer-record a {
  color: #999;
}
#contact.section .footer-record > span {
  padding: 0 15px;
}
@media screen and (max-width: 1200px) {
  #contact.section h2 {
    margin-left: 60px !important;
  }
  #contact.section .list {
    padding: 60px 90px;
  }
}
@media screen and (max-width: 960px) {
  #contact.section .list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 60px;
  }
  #contact.section .magnet {
    align-self: center;
  }
  .wechat-wrap {
    margin-top: 20px;
  }
}
.mobile-screen {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: auto;
  background-color: #999;
  align-items: center;
  position: relative;
  justify-content: space-between;
  background-image: url(/assets/mobile/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  transition: opacity 100ms;
}
.mobile-screen .mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(1px);
}
.mobile-screen .title {
  color: white;
  text-align: left;
  padding-top: 20px;
  align-self: stretch;
  flex: 1;
  margin-left: 16px;
  text-indent: -2em;
  overflow: hidden;
}
.mobile-screen .functions {
  margin-top: -50px;
  padding-top: 0;
  padding-left: 16px;
  padding-right: 16px;
}
.mobile-screen .functions h2 {
  font-size: 22px;
  color: #fff;
}
.mobile-screen .functions p {
  color: #ddd;
}
.mobile-screen .functions .card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
  color: white;
}
.mobile-screen .functions .cards .item {
  width: 50%;
}
.mobile-header {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.downloads {
  text-align: center;
  margin-bottom: 90px;
}
a.downloadBtn {
  width: 205px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 300;
  border-radius: 20px;
  background-color: #00a5ff;
  border: 1px solid #00a5ff;
  margin: 20px auto;
  text-decoration: none;
}
a.downloadBtn img {
  margin-right: 10px;
}
.downloadBtn:hover,
.downloadBtn:active {
  background-color: transparent;
  border-color: white;
  color: white;
}
.mobile-slogan {
  color: #ffffff;
  width: 100vw;
}
.mobile-slogan h2 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
}
.mobile-slogan h2::before,
.mobile-slogan h2::after {
  content: '';
  display: block;
  height: 1px;
  background: white;
  position: absolute;
  top: 48%;
  width: 60px;
}
.mobile-slogan h2::before {
  left: 40px;
}
.mobile-slogan h2::after {
  right: 40px;
}
.mobile-slogan ul {
  display: flex;
}
.mobile-slogan li {
  flex: 1;
  text-align: center;
}
.mobile-slogan .iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin: 0 auto 20px auto;
  border: 1px solid white;
}
.footer {
  text-align: center;
  color: #999999;
  align-self: stretch;
  font-size: 12px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.footer a {
  font-size: 14px;
  color: #9999;
  line-height: 14px;
  display: inline-block;
}
/* ABOUT */
.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  opacity: 0.2;
  top: 0;
  min-height: 100vh;
  left: 100%;
  transition: all 100ms ease-in-out;
  width: 100%;
  padding: 100px 40px 0 40px;
  background: #000e;
  z-index: 22;
  overflow-y: scroll;
}
.about.open {
  left: 0;
  opacity: 1;
}
.description p {
  font-weight: 300;
  font-size: 16px;
  color: #ddd;
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: justify;
}
.email p {
  font-size: 14px;
  line-height: 2;
  color: #666666;
  text-align: center;
}
.email p a {
  color: #666;
}
