/**
 * CSS reset Style
 *
 * @author LiuCaiHe at 2017-08-14
 */
html {
  line-height: 1;
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
/**
 * 如果绝对定位元素，找不到被设置过定位信息的上级元素，那么这个元素就基于根节点定位，所以给`body`设置相对定位，让这些元素基于`body`定位。
 * 设置网页基本字体颜色为`#666`(深灰色)。
 * 设置网页背景颜色颜色为`#fff`（纯白色）。
 * 使字体渲染更顺滑。
 */
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
/**
 * `table`相邻单元格的边框间的距离设置为0。
 * 设置`table`的边框为合并模式。
 */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/**
 * 移除浏览器部分元素的默认边框
 */
img,
abbr,
input,
button,
acronym,
fieldset,
textarea {
  border: none;
}
/**
 * 让`textarea`默认不可以放缩
 */
textarea {
  resize: none;
}
input,
select,
textarea {
  font-size: 100%;
}
/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
  text-align: left;
}
/* 来自 yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
q:before,
q:after {
  content: '';
}
/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/**
 * 以下元素的部分属性没有继承父节点样式，所以声明这些元素的这些属性为父元素的属性。
 * 取消这些元素的`outline`样式。
 */
a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
button,
option,
textarea,
optgroup {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
  outline: none;
}
/**
 * 取消下面元素的默认文字装饰（下划线、中划线）
 */
a,
del,
ins {
  text-decoration: none;
}
i {
  font-style: normal;
}
/**
 * 取消ol，ul默认列表样式
 */
ol,
ul {
  list-style: none;
}
/**
 * 输入控件的`placeholder`颜色设置为`#999`（浅灰色）
 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/**
 * 左右浮动元素
 */
.z {
  float: left;
}
.y {
  float: right;
}
/**
 * 避免因子元素浮动而导致父元素高度缺失
 */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
#app .infinite-status-prompt {
  font-size: 12px;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-regular-webfont.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-regular-webfont.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'LibreBaskerville';
  src: url('../fonts/librebaskerville-regular.woff-webfont.woff') format('woff'), /* Modern Browsers */ url('../fonts/librebaskerville-regular.woff-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/librebaskerville-regular.woff-webfont.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
body {
  font-family: Montserrat;
  overflow-x: hidden;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
* {
  box-sizing: border-box;
}
.container {
  width: 970px;
  margin: 0 auto;
}
.header {
  position: relative;
  padding: 32px 0;
  z-index: 2;
  transition: 0.3s;
  color: #fff;
}
.header.header-fixed {
  position: fixed;
  width: 100%;
  padding: 15px 0;
  left: 0;
  top: 0;
  background-color: rgba(0, 26, 43, 0.8);
  z-index: 999;
}
.header .logo {
  float: left;
  width: 135px;
  height: 38px;
  background: url('../assets/logo.png') no-repeat center;
}
.header .logo a {
  display: block;
  height: 38px;
}
.header .nav {
  float: right;
}
.header .nav li {
  position: relative;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin-left: 26px;
  color: #eee;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  opacity: 0.9;
  letter-spacing: 0.3px;
  transition: 0.3s;
}
.header .nav li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-image: linear-gradient(to left, #20bdff 42%, #1a29ff);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  transition: 0.3s;
}
.header .nav li.active {
  opacity: 1;
}
.header .nav li.active:after {
  width: 100%;
}
.footer {
  padding: 147px 0 147px 0;
  text-align: center;
  color: #fff;
  background: #001c31 url(../assets/bg-deraction3.png) no-repeat center bottom;
  background-blend-mode: screen;
  background-size: 100% auto;
  position: relative;
}
.footer .container {
  position: relative;
  z-index: 3;
}
.footer .canvas {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer .share {
  margin-top: 60px;
}
.footer .share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 10px;
  font-size: 0;
  cursor: pointer;
}
.footer .share a:hover {
  background-color: #1a29ff;
}
.footer .share a img {
  display: inline-block;
  vertical-align: middle;
}
.footer .link {
  margin-top: 60px;
  line-height: 2;
  font-size: 12px;
}
.footer .link a {
  display: inline-block;
  margin: 0 20px;
  color: #a5fecb;
  cursor: pointer;
}
.footer p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
}
.mobilefooter {
  color: #fff;
  background: #001c31 url('../assets/footerbg.png') no-repeat center top 0;
  background-blend-mode: screen;
  background-size: 100% auto;
  text-align: center;
  margin-top: 100px 0;
  padding: 30px 25px 100px;
  position: relative;
}
.mobilefooter .footermain {
  position: relative;
  z-index: 2;
}
.mobilefooter .footermain .share {
  margin-top: 60px;
}
.mobilefooter .footermain .share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 10px;
  font-size: 0;
  cursor: pointer;
}
.mobilefooter .footermain .share a:hover {
  background-color: #1a29ff;
}
.mobilefooter .footermain .share a img {
  display: inline-block;
  vertical-align: middle;
}
.mobilefooter .footermain .link {
  margin-top: 60px;
  line-height: 2;
  font-size: 12px;
}
.mobilefooter .footermain .link a {
  display: inline-block;
  margin: 0 20px;
  color: #a5fecb;
  cursor: pointer;
}
.mobilefooter .footermain p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
}
.mobilefooter .footermain .footerimg {
  width: 62px;
}
.mobilefooter .footermain .linkmain {
  margin-top: 30px;
}
.mobilefooter .footermain .qten {
  width: 105px;
  position: absolute;
  top: 75px;
  right: -23px;
  display: none;
}
.mobilefooter .footermain .qeight {
  width: 105px;
  position: absolute;
  top: 75px;
  right: 81px;
  display: none;
}
.mobilefooter .canvas {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
}
.footerqrocde {
  display: none;
  position: fixed;
  left: 50%;
  right: 0;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  z-index: 10;
}
.footerqrocde img {
  width: 200px;
}
.headermain {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 97;
}
.headermain .logo {
  width: 87px;
  margin: 25px 25px;
  float: left;
}
.headermain .navlogo {
  width: 19px;
  margin: 30px;
  float: right;
}
.navmian {
  position: fixed;
  top: -2000px;
  left: 0;
  right: 0;
  z-index: 98;
}
.navmian .nav {
  padding: 27px 25px;
  background: #001c31;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.navmian .nav img {
  width: 87px;
}
.navmian .nav .close {
  position: absolute;
  right: 25px;
  top: 30px;
  overflow: hidden;
  width: 20px;
  height: 20px;
}
.navmian .nav .close .line1 {
  margin-top: 10px;
  width: 17px;
  height: 1px;
  transform: rotate(-315deg);
  background: #fff;
}
.navmian .nav .close .line2 {
  margin-top: -1px;
  width: 17px;
  height: 1px;
  transform: rotate(-225deg);
  background: #fff;
}
.navmian .nav ul {
  margin-top: 20px;
  margin-bottom: 60px;
  list-style-type: none;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0;
  overflow: hidden;
}
.navmian .nav ul li {
  display: block;
  font-size: 24px;
  margin-top: 20px;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
  font-family: LibreBaskerville;
}
.shade {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 28, 49, 0.8);
  z-index: 99;
  height: 100vh;
}
.linksMain {
  background: #001c31;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  overflow: hidden;
}
.linksMain .wechaticon {
  display: none;
  position: fixed;
  bottom: 80px;
  left: 20px;
  z-index: 50;
  width: 100px;
}
.linksMain ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 4px;
  overflow: hidden;
}
.linksMain ul li {
  width: 20%;
  text-align: center;
  box-sizing: border-box;
  border-right: 2px solid #001c31;
  height: 70px;
  line-height: 70px;
  float: left;
  background: #001a2b;
}
.linksMain ul li img {
  vertical-align: middle;
  width: 25px;
}
.linksMain ul li:nth-child(4) img {
  width: 15px;
}
.linksMain ul li:last-child {
  border: none;
}
.linksMain ul li:hover {
  background: #1a29ff;
}
.social-share a {
  position: relative;
}
.social-share .social-share-icon {
  position: relative;
}
.social-share .icon-wechat .wechat-qrcode {
  box-sizing: content-box;
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.home {
  color: #fff;
  background: #001c31;
  min-width: 1100px;
  margin: 0 auto;
}
.home .first-screen {
  width: 100%;
  height: 100vh;
  background: #001c31 url('../assets/banner.png') no-repeat center top;
  background-blend-mode: screen;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.home .first-screen .banner {
  position: relative;
  z-index: 2;
  margin-top: 8%;
}
.home .first-screen .banner h3 {
  font-family: LibreBaskerville;
  font-size: 60px;
  margin-bottom: 2%;
}
.home .first-screen .banner p {
  font-size: 26px;
  margin-bottom: 3%;
}
.home .first-screen .banner a {
  display: inline-block;
  padding: 16px 30px;
  border-radius: 30px;
  background-color: #1a29ff;
  text-transform: Uppercase;
}
.home .first-screen .banner .form {
  display: block;
  width: 490px;
  height: 60px;
  margin-top: 8%;
  border-radius: 30px;
  font-size: 0;
  background: url('../assets/form-bg.png') no-repeat center;
  overflow: hidden;
}
.home .first-screen .banner .form input {
  display: inline-block;
  width: 310px;
  height: 60px;
  padding: 0 30px;
  line-height: 60px;
  background: none;
  font-size: 14px;
}
.home .first-screen .banner .form button {
  display: inline-block;
  width: 178px;
  height: 48px;
  margin: 6px 0;
  border-radius: 24px;
  font-size: 16px;
  background-image: linear-gradient(to bottom, #3853ff, #1a29ff);
}
.home .first-screen .canvas {
  position: absolute;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  z-index: 1;
}
.home .section {
  margin-top: 60px;
}
.home .section-header {
  padding: 60px 0 148px 0;
  position: relative;
  text-align: center;
}
.home .section-header h3 {
  padding: 110px 0 28px 0;
  position: relative;
  font-family: LibreBaskerville;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  z-index: 2;
}
.home .section-header span {
  display: block;
  width: 100%;
  position: absolute;
  opacity: 0.03;
  background-image: linear-gradient(to bottom, #eeeeee, rgba(216, 216, 216, 0));
  font-family: Montserrat;
  font-size: 150px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 4.2px;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
  bottom: 72px;
}
.home .video img {
  max-width: 100%;
}
.home .video video {
  max-width: 100%;
}
.home .section-wrap {
  background: #001c31 url('../assets/bg-deraction1.png') no-repeat center top 600px;
  background-blend-mode: screen;
  background-size: 100% auto;
}
.home .public {
  position: relative;
}
.home .public .canvas {
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.home .public .public-body {
  text-align: center;
  font-size: 0;
  overflow: hidden;
}
.home .public .public-body li {
  position: relative;
  display: inline-block;
  width: 33.33%;
  margin-bottom: 60px;
  font-size: 18px;
  vertical-align: top;
  top: 40px;
  opacity: 0;
}
.home .public .public-body li img {
  display: inline-block;
  width: 200px;
  height: 200px;
}
.home .public .public-body li p {
  margin-top: 40px;
  line-height: 1.67;
}
.home .public.animation li:nth-child(1) {
  animation: downFadeUp 0.3s 0s ease-in;
  animation-fill-mode: forwards;
}
.home .public.animation li:nth-child(2) {
  animation: downFadeUp 0.3s 0.15s ease-in;
  animation-fill-mode: forwards;
}
.home .public.animation li:nth-child(3) {
  animation: downFadeUp 0.3s 0.3s ease-in;
  animation-fill-mode: forwards;
}
.home .public.animation li:nth-child(4) {
  animation: downFadeUp 0.3s 0.45s ease-in;
  animation-fill-mode: forwards;
}
.home .public.animation li:nth-child(5) {
  animation: downFadeUp 0.3s 0.6s ease-in;
  animation-fill-mode: forwards;
}
.home .public.animation li:nth-child(6) {
  animation: downFadeUp 0.3s 0.75s ease-in;
  animation-fill-mode: forwards;
}
.home .ecosystem .container .ecosystem-body {
  text-align: center;
}
.home .ecosystem .container .ecosystem-body img {
  display: inline-block;
  width: 90%;
  margin: 0 auto;
}
.home .ecosystem .container .ecosystem-footer {
  margin-top: 100px;
  text-align: center;
}
.home .ecosystem .container .ecosystem-footer img {
  display: inline-block;
  margin: 0 auto;
}
.home .cooperation {
  background: #001c31 url('../assets/bg-deraction2.png') no-repeat center bottom;
  background-blend-mode: screen;
  background-size: 100% auto;
  position: relative;
}
.home .cooperation .canvas {
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.home .cooperation .strategic,
.home .cooperation .partner {
  position: relative;
}
.home .cooperation .strategic h4,
.home .cooperation .partner h4 {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.home .cooperation .strategic h4 span,
.home .cooperation .partner h4 span {
  position: relative;
  padding: 0 20px;
  font-size: 12px;
  z-index: 2;
}
.home .cooperation .strategic h4:before,
.home .cooperation .partner h4:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 50%;
  top: 8px;
  margin-left: 110px;
  z-index: 1;
  opacity: 0.3;
}
.home .cooperation .strategic h4:after,
.home .cooperation .partner h4:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  right: 50%;
  top: 8px;
  margin-right: 110px;
  z-index: 1;
  opacity: 0.3;
}
.home .cooperation .strategic ul,
.home .cooperation .partner ul {
  padding: 50px 0;
  text-align: center;
  font-size: 0;
}
.home .cooperation .strategic ul li,
.home .cooperation .partner ul li {
  display: inline-block;
  margin: 25px;
  vertical-align: middle;
}
.home .cooperation .partner ul > li {
  width: 195px;
  height: 50px;
  line-height: 50px;
  margin: 25px 0;
}
.home .cooperation .partner ul > li img {
  display: inline-block;
  max-width: 195px;
  max-height: 50px;
  vertical-align: middle;
}
.home .news .news-body {
  text-align: center;
  font-size: 0;
  overflow: hidden;
}
.home .news .news-body ul {
  white-space: nowrap;
  text-align: left;
}
.home .news .news-body ul li {
  display: inline-block;
  width: 300px;
  margin-right: 35px;
  font-size: 14px;
  text-align: left;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  white-space: normal;
  border: 1px solid #001c31;
}
.home .news .news-body ul li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(326deg, #a5fecb, #20bdff 42%, #1a29ff);
  opacity: 0.1;
  z-index: 1;
}
.home .news .news-body ul li:hover {
  border-radius: 10px;
  border: 1px solid #a5fecb;
  box-shadow: 0 0 10px 0 #000000;
}
.home .news .news-body ul li img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
}
.home .news .news-body ul li .content {
  position: relative;
  z-index: 2;
  padding: 30px;
  height: 252px;
}
.home .news .news-body ul li .content .date {
  color: #9b9b9b;
}
.home .news .news-body ul li .content h3 {
  padding-bottom: 9px;
  border-bottom: 1px solid #fff;
  margin-top: 8px;
  font-size: 18px;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home .news .news-body ul li .content p {
  margin-top: 10px;
  max-height: 60px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home .news .news-body ul li .content a {
  display: block;
  margin-top: 20px;
  text-align: right;
  color: #a5fecb;
}
.home .news .news-body .pagenation {
  display: inline-block;
  margin-top: 40px;
}
.home .news .news-body .pagenation li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #a5fecb;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.home .news .news-body .pagenation li.active {
  background-color: #a5fecb;
}
.home .team .team-body {
  padding-bottom: 30px;
}
.home .team .team-body > h3 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.home .team .team-body > h3 span {
  position: relative;
  padding: 0 20px;
  font-size: 12px;
  z-index: 2;
  background-color: #001c31;
}
.home .team .team-body > h3:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 8px;
  z-index: 1;
  opacity: 0.3;
}
.home .team .team-body .group.group-founding1 li,
.home .team .team-body .group.group-founding2 li {
  display: inline-block;
  width: 25%;
  padding: 30px 20px;
  font-size: 14px;
  overflow: hidden;
}
.home .team .team-body .group.group-founding1 li.active .pic:before,
.home .team .team-body .group.group-founding2 li.active .pic:before {
  opacity: 1;
}
.home .team .team-body .group.group-founding1 li.active .pic:after,
.home .team .team-body .group.group-founding2 li.active .pic:after {
  opacity: 1;
  transform: rotate(-45deg);
}
.home .team .team-body .group.group-founding1 li .pic,
.home .team .team-body .group.group-founding2 li .pic {
  position: relative;
  display: inline-block;
  width: 208px;
  height: 208px;
  border-radius: 100%;
  padding: 14px;
  overflow: hidden;
}
.home .team .team-body .group.group-founding1 li .pic:hover:before,
.home .team .team-body .group.group-founding2 li .pic:hover:before {
  opacity: 1;
}
.home .team .team-body .group.group-founding1 li .pic:hover:after,
.home .team .team-body .group.group-founding2 li .pic:hover:after {
  opacity: 1;
}
.home .team .team-body .group.group-founding1 li .pic img,
.home .team .team-body .group.group-founding2 li .pic img {
  position: relative;
  display: block;
  width: 280px;
  height: 280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .team .team-body .group.group-founding1 li .pic:before,
.home .team .team-body .group.group-founding2 li .pic:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  transition: 0.3s;
}
.home .team .team-body .group.group-founding1 li .pic:after,
.home .team .team-body .group.group-founding2 li .pic:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 3px solid #fff;
  border-width: 3px 3px 0 0;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  z-index: 10;
  transform: rotate(135deg);
  opacity: 0;
  transition: 0.3s;
}
.home .team .team-body .group.group-founding1 li h4,
.home .team .team-body .group.group-founding2 li h4 {
  font-size: 16px;
  margin-top: 26px;
  line-height: 2.5;
}
.home .team .team-body .group.group-founding1 li p,
.home .team .team-body .group.group-founding2 li p {
  font-size: 14px;
  line-height: 2.5;
}
.home .team .team-body .group.group-founding1 li span,
.home .team .team-body .group.group-founding2 li span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #a5fecb;
}
.home .team .team-body .group {
  text-align: center;
  font-size: 0;
}
.home .team .team-body .group li {
  display: inline-block;
  width: 25%;
  padding: 30px 20px;
  font-size: 14px;
  overflow: hidden;
}
.home .team .team-body .group li.active .pic:before {
  opacity: 1;
}
.home .team .team-body .group li.active .pic:after {
  opacity: 1;
  transform: rotate(-45deg);
}
.home .team .team-body .group li .pic {
  position: relative;
  display: inline-block;
  width: 208px;
  height: 208px;
  border-radius: 100%;
  padding: 14px;
  overflow: hidden;
}
.home .team .team-body .group li .pic img {
  position: relative;
  display: block;
  width: 280px;
  height: 280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .team .team-body .group li h4 {
  font-size: 16px;
  margin-top: 26px;
  line-height: 2.5;
}
.home .team .team-body .group li p {
  font-size: 14px;
  line-height: 2.5;
}
.home .team .team-body .group li span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #a5fecb;
}
.home .team .team-body .group .team-des {
  display: none;
  position: relative;
  width: 770px;
  padding: 27px 35px;
  margin: 30px auto;
  font-size: 12px;
  text-align: left;
  border-radius: 10px;
  overflow: hidden;
}
.home .team .team-body .group .team-des:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-image: linear-gradient(to left, #a5fecb, #20bdff 42%, #1a29ff);
  opacity: 0.1;
  z-index: 1;
}
.home .team .team-body .group .team-des .title {
  position: relative;
  display: block;
  float: left;
  margin-right: 30px;
  font-size: 16px;
  line-height: 2;
  z-index: 2;
}
.home .team .team-body .group .team-des .content {
  position: relative;
  overflow: hidden;
  line-height: 2;
  word-wrap: break-word;
  z-index: 2;
  height: 252px;
}
.home .team .team-body .group .team-des .content .new_box1 {
  min-height: 150px;
}
.home .team .team-body .group .team-des .content .readme {
  display: block;
  margin-bottom: 0;
}
.home .roadmap {
  overflow: hidden;
}
.home .roadmap .roadmap-nav {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
}
.home .roadmap .roadmap-nav ul {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  width: 1100px;
  display: block;
  padding-bottom: 10px;
  background: url(../assets/road-map-line.png) no-repeat center bottom;
}
.home .roadmap .roadmap-nav li {
  display: inline-block;
  width: 96px;
  top: -125px;
  margin: 0 10px;
}
.home .roadmap .roadmap-nav li.active .round {
  background: #3162af;
}
.home .roadmap .roadmap-nav li .year {
  display: block;
  font-size: 28px;
}
.home .roadmap .roadmap-nav li .month {
  display: block;
  margin-top: 40px;
  font-size: 18px;
}
.home .roadmap .roadmap-nav li .round {
  display: inline-block;
  width: 44px;
  height: 44px;
  padding: 11px;
  margin-top: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.home .roadmap .roadmap-nav li .round:after {
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-image: linear-gradient(223deg, #a5fecb, #20bdff 42%, #1a29ff);
}
.home .roadmap .roadmap-nav li:nth-child(1) {
  left: 103px;
}
.home .roadmap .roadmap-nav li:nth-child(2) {
  left: 202px;
}
.home .roadmap .roadmap-nav li:nth-child(3) {
  left: 296px;
}
.home .roadmap .roadmap-nav li:nth-child(4) {
  left: 394px;
}
.home .roadmap .roadmap-nav li:nth-child(5) {
  left: 492px;
}
.home .roadmap .roadmap-nav li:nth-child(6) {
  left: 588px;
}
.home .roadmap .roadmap-nav li:nth-child(7) {
  left: 687px;
}
.home .roadmap .roadmap-nav li:nth-child(8) {
  left: 784px;
}
.home .roadmap .roadmap-nav li:nth-child(9) {
  left: 882px;
}
.home .roadmap .roadmap-body {
  padding: 60px 0;
  overflow: hidden;
}
.home .roadmap .roadmap-body .readmap-body-wrap {
  width: 100%;
  white-space: nowrap;
}
.home .roadmap .roadmap-body .content {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  margin-top: 74px;
  text-align: center;
  box-sizing: border-box;
}
.home .roadmap .roadmap-body .content .year {
  display: block;
  font-size: 18px;
}
.home .roadmap .roadmap-body .content h3 {
  margin-top: 20px;
  position: relative;
  text-align: center;
}
.home .roadmap .roadmap-body .content h3 span {
  display: inline-block;
  position: relative;
  padding: 0 37px;
  font-size: 48px;
  z-index: 2;
  background-color: #001c31;
}
.home .roadmap .roadmap-body .content h3:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 28px;
  z-index: 1;
  opacity: 0.3;
}
.home .roadmap .roadmap-body .content p {
  font-size: 14px;
  line-height: 2;
  margin-top: 40px;
}
.home .chat {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 99;
  bottom: 10%;
  right: 75px;
  white-space: nowrap;
  border-radius: 50px;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transform: translateZ(0);
}
.home .chat:hover {
  width: 300px;
}
.home .chat:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(260deg, #a5fecb, #20bdff 42%, #1a29ff);
  opacity: 0.1;
}
.home .chat i {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  background: url('../assets/chat.png') no-repeat center center;
}
.home .chat div {
  display: inline-block;
  padding: 0 17px;
  position: relative;
  z-index: 2;
  font-size: 14px;
  transition: 0.5s linear;
}
.home .chat div #count {
  padding: 0;
}
body {
  background: #001c31 url('../assets/bg-deraction3.png') no-repeat center bottom -40px;
  background-blend-mode: screen;
  background-size: 100% auto;
}
@keyframes downFadeUp {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
