@charset "utf-8";
component {
  display: none;
}
html {
  font-size: 14px;
  font-weight: 300;
  overflow-x: hidden;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  width: 100%;
  text-align: center;
  overflow-x: hidden;
  background: #FFFFFF;
}
ul,
p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}
section {
  width: auto;
  max-width: 1180px;
  margin: 0 auto;
  border: none;
}
section .section-title {
  margin-top: 86px;
  margin-bottom: 45px;
  color: #3b1c95;
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
section .section-subtitle {
  margin-bottom: 45px;
  color: #12033a;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.6;
}
section .section-cases {
  padding-bottom: 100px;
}
section .section-cases .section-content {
  justify-content: space-between;
}
section .section-cases .section-content .case-logo {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  width: 220px;
  height: 120px;
  margin-bottom: 20px;
  box-shadow: 0 0 12px rgba(185, 185, 185, 0.45);
}
strong {
  font-weight: bold;
}
.section-full {
  width: 100%;
  max-width: none;
}
.v-hidden {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.mo-only {
  display: none;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-center {
  justify-content: center;
}
.flex-space-between {
  justify-content: space-between;
}
.bg-primary {
  background: #3b1c95;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-white {
  color: #FFFFFF;
}
.text-active {
  color: #7425e9;
}
.text-bold {
  font-weight: 600;
}
.text-large {
  font-size: 2.875rem;
}
.text-medium {
  font-size: 1.875rem;
}
.text-normal {
  font-size: 1.5rem;
}
.p-40 {
  padding: 40px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-100 {
  margin-top: 100px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.btn {
  cursor: pointer;
  border: none;
  font-size: 1.75rem;
  background: #7425e9;
  color: #FFFFFF;
  text-align: center;
  height: 80px;
  line-height: 80px;
  padding: 0 .5em 0 .5em;
}
.btn:focus {
  outline: none;
}
.btn-white {
  background: #FFFFFF;
  color: #3b1c95;
}
.btn-border {
  color: #3b1c95;
  border: 1px solid #3b1c95;
  background: #FFFFFF;
}
.card {
  background: #FFFFFF;
  display: block;
  box-shadow: 0 0 12px rgba(185, 185, 185, 0.45);
  padding: 34px;
  margin-bottom: 18px;
}
.card .card-title {
  color: #3b1c95;
  font-size: 1.875rem;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  line-height: 51px;
  margin-bottom: 16px;
}
.card .card-title i {
  display: inline-block;
  width: 51px;
  height: 51px;
  margin-right: 18px;
}
.card .card-content {
  color: #12033a;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}
.card-1-3 {
  width: 315px;
}
.card-1-4 {
  width: 215px;
}
.card-1-5 {
  width: 148px;
}
.body-wrap {
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.content-warp {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.form-group {
  display: flex;
  justify-content: flex-start;
}
.form-group input[type=text]::placeholder {
  color: #9e9aff;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 300;
}
.form-group input[type=text] {
  height: 42px;
  width: auto;
  font-size: 1.125rem;
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 30px;
}
nav {
  background: #3b1c95;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  height: 88px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
nav .logo {
  padding-left: 50px;
  padding-top: 26px;
}
nav .logo img {
  height: auto;
  width: 126px;
}
nav .search {
  padding-right: 50px;
  padding-top: 20px;
}
nav .search a img {
  margin-top: 10px;
  width: 32px;
  height: auto;
}
nav .search input[type=text] {
  border: 1px solid #3b1c95;
  width: 250px;
  position: fixed;
  right: 16px;
  top: 87px;
  display: none;
}
nav .items {
  width: 100%;
  text-align: center;
}
nav .items ul {
  text-align: left;
}
nav .space {
  width: 94px;
  min-width: 94px;
  max-width: 94px;
}
nav .third-level-menu {
  position: absolute;
  top: 0;
  right: -320px;
  min-width: 320px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
nav .third-level-menu > li {
  height: 50px;
  min-width: 320px;
  background: #9e9aff;
}
nav .third-level-menu > li:hover {
  background: #7425e9;
}
nav .third-level-menu a {
  line-height: 50px !important;
  font-size: 1.375rem !important;
  font-weight: 300 !important;
}
nav .second-level-menu {
  position: absolute;
  top: 88px;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
nav .second-level-menu li:hover .more {
  background: url("/static-file/default/assets/images/nav-li-bg-more.png") no-repeat top right;
  width: 270px;
  height: 50px;
  display: inline-block;
}
nav .second-level-menu > li {
  position: relative;
  height: 50px;
  width: 300px;
  background: #6861ff;
}
nav .second-level-menu > li:hover {
  background: #7425e9;
}
nav .second-level-menu a {
  line-height: 50px !important;
  font-size: 1.375rem !important;
  font-weight: 300 !important;
}
nav .top-level-menu {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  width: auto;
}
nav .top-level-menu > li {
  position: relative;
  float: left;
  background: #3b1c95;
  font-size: 1.5rem;
}
nav .top-level-menu > li:hover {
  background: #3b1c95;
}
nav .top-level-menu li:hover > ul {
  display: inline;
}
nav .top-level-menu a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 0 15px 0 15px;
  font-size: 1.5rem;
  display: block;
  line-height: 88px;
  font-weight: 600;
}
nav .top-level-menu a:hover {
  color: #FFFFFF;
}
nav .top-level-menu a.active {
  color: #9e9aff;
}
nav + section {
  padding-top: 88px;
}
.section-footer {
  color: #FFFFFF;
  background: #3b1c95;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-footer .copyright {
  width: 628px;
}
.section-footer .copyright p {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
}
.section-footer a.wechat {
  position: relative;
}
.section-footer .wechat img.qrcode {
  position: absolute;
  z-index: 99;
  top: -135px;
  right: -40px;
  width: 7.5rem;
  max-width: none;
  height: 7.5rem;
  transform: scale(0);
  transform-origin: bottom;
  opacity: 0;
  border: .3125rem solid #0085ba;
  border-radius: .25rem;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section-footer .wechat:hover img.qrcode {
  transform: scale(1);
  opacity: 1;
}
.section-footer .links {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-footer .links i.icon-foot-github {
  display: inline-block;
  width: 36px;
  height: 35px;
  background: url("/static-file/default/assets/images/foot/icon-foot-github.png") no-repeat center center;
  margin-right: 34px;
}
.section-footer .links i.icon-foot-slack {
  display: inline-block;
  width: 36px;
  height: 35px;
  background: url("/static-file/default/assets/images/foot/icon-foot-slack.png") no-repeat center center;
  margin-right: 34px;
}
.section-footer .links i.icon-foot-date {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("/static-file/default/assets/images/foot/icon-foot-date.png") no-repeat center center;
  margin-right: 34px;
}
.section-footer .links i.icon-foot-download {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("/static-file/default/assets/images/foot/icon-foot-download.png") no-repeat center center;
  margin-right: 34px;
}
.section-footer .links i.icon-foot-email {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("/static-file/default/assets/images/foot/icon-foot-email.png") no-repeat center center;
  margin-right: 34px;
}
.section-footer .links i.icon-foot-wechat {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("/static-file/default/assets/images/foot/icon-foot-wechat.png") no-repeat center center;
}
@media screen and (max-width: 1270px) {
  .pc-only {
    display: none !important;
  }
  .mo-only {
    display: inherit;
  }
  nav {
    position: static;
  }
  nav .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
  }
  nav .logo a img {
    width: 200px;
  }
  nav .logo.v-hidden {
    visibility: visible;
  }
  nav .items,
  nav .search {
    display: none;
  }
  nav .menu {
    padding-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  nav .menu a img {
    width: 48px;
    height: auto;
  }
  nav .menu .menu-head {
    width: 100vw;
    display: flex;
    justify-content: space-between;
    background: #3b1c95;
    height: 88px;
    align-items: center;
  }
  nav .menu .menu-head .icon-close {
    padding-right: 50px;
  }
  nav .menu .menu-head .icon-close a {
    display: inline-block;
  }
  nav .menu .menu-head .logo-tars a {
    display: block;
    padding-left: 50px;
  }
  nav .menu .menu-head .logo-tars img {
    width: 200px;
    height: auto;
  }
  nav .menu .menu-wrap {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100vh;
    height: auto;
    background: #ffffff;
  }
  nav .menu .menu-wrap .top-level-menu a {
    font-size: 2rem;
    padding-left: 46px;
  }
  nav .menu .menu-wrap .second-level-menu a {
    font-size: 1.875rem !important;
  }
  nav .menu .menu-wrap .second-level-menu a:hover {
    color: #ff0000;
  }
  nav .menu .menu-wrap ul {
    width: 100%;
  }
  nav .menu .menu-wrap ul li {
    float: none;
    width: 100%;
  }
  nav .menu .menu-wrap .second-level-menu li {
    position: static;
    height: auto;
  }
  nav .menu .menu-wrap .second-level-menu,
  nav .menu .menu-wrap .third-level-menu {
    position: static;
  }
  nav .menu .menu-wrap .third-level-menu {
    z-index: 1000;
  }
  nav .menu .menu-wrap .second-level-menu li {
    padding-left: 50px;
  }
  nav .menu .menu-wrap .second-level-menu li:hover .more {
    width: 100%;
  }
  nav .menu .menu-wrap .third-level-menu > li {
    background: #7425e9;
  }
  nav + section {
    padding-top: 2px;
  }
  section {
    max-width: 100vw;
  }
  section .section-title,
  section .section-subtitle {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-content {
    padding: 0px 40px 20px 40px;
  }
  .section-footer .content-warp {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-footer .copyright,
  .section-footer .links {
    width: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .section-footer .copyright {
    text-align: left;
    margin-bottom: 30px;
  }
  .section-footer .copyright p {
    margin: 0px 60px 0px 60px;
    font-size: 1.6rem;
  }
  .section-footer .links i.icon-foot-github {
    width: 64px;
    height: 62px;
    margin-right: 34px;
    background-size: 100% 100%;
  }
  .section-footer .links i.icon-foot-slack {
    width: 64px;
    height: 62px;
    margin-right: 34px;
    background-size: 100% 100%;
  }
  .section-footer .links i.icon-foot-date {
    width: 64px;
    height: 64px;
    margin-right: 34px;
    background-size: 100% 100%;
  }
  .section-footer .links i.icon-foot-download {
    width: 64px;
    height: 64px;
    margin-right: 34px;
    background-size: 100% 100%;
  }
  .section-footer .links i.icon-foot-email {
    width: 64px;
    height: 64px;
    margin-right: 34px;
    background-size: 100% 100%;
  }
  .section-footer .links i.icon-foot-wechat {
    width: 64px;
    height: 64px;
    background-size: 100% 100%;
  }
}
