<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.visible-flex-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-flex-xs {
    display: flex !important;
  }
}
header {
  width: 100%;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  /*box-shadow: 2px 4px 5px 10px rgba(0,0,0,0.05);*/
}
.header-nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.header-nav .nav-e {
  display: flex;
  flex-flow: row nowrap;
  margin-left: auto;
  align-items: center;
}
.loginBtn {
  color: #6969FF;
  font-weight: 600;
}
.loginBtn:hover {
  color: #874BFC !important;
}
.loginBtn:hover {
  background-color: transparent !important;
}
.top_nav_occupied {
  width: 100%;
  height: 60px;
  clear: both;
}
.show-shadow {
  box-shadow: 0px 2px 12px 0px rgba(24, 28, 37, 0.08);
  background: #fff !important;
}
.headimg-nav {
  position: relative;
  width: 100%;
}
.headimg-nav .img-can-close {
  height: 116px;
  z-index: 0;
}
.nav-outer {
  width: 100%;
  background: #ffffff;
  /*z-index: 100;*/
  /*position: absolute;*/
  /*top: 0;*/
  /* box-shadow: 4px 4px 3px 3px rgba(0,0,0,0.05); */
  border-bottom: 1px solid #e3e3e3;
}
.nav-log img {
  height: 36px;
}
.nav-ul {
  display: flex;
  font-size: 16px;
}
.nav-items-ul,
.li-right {
  display: flex !important;
  align-items: center;
}
.li-right a {
  color: #6969FF;
}
.li-right a:hover,
.logo-l-qq a:hover {
  background-color: transparent !important;
}
.phoneBtn {
  position: relative;
  box-sizing: content-box;
  width: 160px;
  height: 40px;
  padding: 0 5px;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: -0.08px;
  color: #6969FF;
  border: 1px solid #dfe2eb;
  border-radius: 22px;
  background: #fff;
  font-family: inherit;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: border-color 0.3s ease;
  display: flex;
  align-items: center;
}
.phoneBtn:hover {
  color: #fff;
  background-color: #6969FF !important;
  transition: all 0.4s ease;
}
.phoneBtn img {
  width: 30px;
  height: 30px;
  padding: 6px;
  margin-right: 10px;
  background: #6969FF;
  border-radius: 50px;
}
.li-right a.login-a-btn {
  font-weight: bold;
}
.applyBtn {
  color: #fff;
  background-color: #6969FF;
  margin: 0 20px;
  border-radius: 50px;
  padding: 10px 15px;
}
.applyBtn:hover {
  color: #fff;
  background-color: #874BFC !important;
}
.li-right {
  margin-left: auto;
}
.lis-outer {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
/*.nav-items-ul { width: 54%;}*/
.nav-items-ul &gt; li {
  padding: 24px 1.2em 20px;
}
.nav-items-ul li &gt; a {
  font-size: 16px;
  color: #0e1421;
}
.nav-items-ul li.active {
  border-bottom: 2px solid #6969FF;
}
.nav-items-ul li.active &gt; a,
.nav-items-ul li:hover &gt; a {
  color: #6969FF;
  text-decoration: none;
  position: relative;
}
.nav-items-ul li.active::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
}
#toggleNav span,
#toggleNav i {
  font-size: 20px;
  color: #6969ff;
  position: relative;
}
.navLogo {
  padding: 10px 15px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .pc-show {
    display: none !important;
  }
  #toggleNav {
    width: 25px;
    height: 26px;
    /*position: absolute;*/
    /*line-height: 1;*/
    /*top: 50%;*/
    /*margin-top: -13px;*/
    /*right: 20px;*/
    margin-left: 20px;
  }
  #toggleNav a {
    width: 100% !important;
    height: 100%;
    display: block;
    text-align: right;
    padding-top: 15px;
  }
  #toggleNav span {
    font-size: 20px;
    color: #6969ff;
    position: relative;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .nav-outer {
    top: 0;
  }
}
.foldpanel {
  background: rgba(163, 119, 248, 0.9);
  position: absolute;
  left: 0;
  width: 100%;
  padding-bottom: 50px;
  display: none;
  align-self: self-start;
}
.foldpanel dt {
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  font-size: 16px;
  color: #fff;
}
.foldpanel dd {
  display: none;
  flex-direction: column;
  padding-left: 20px;
  font-size: 14px;
}
.foldpanel dd a {
  display: block;
  padding: 8px;
  color: #fff;
}
.foldpanel .right {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.foldpanel .right .tel {
  color: #fff;
  margin-bottom: 10px;
}
.foldpanel .right .buttons a {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  height: 28px;
  line-height: 26px;
  border-radius: 14px;
}
@media (min-width: 1400px) {
  .container-solution {
    width: 1390px;
  }
}
.relative {
  position: relative;
}
.nav-items-li .nav3_box {
  position: absolute;
  display: none;
  background-color: initial;
  /*box-shadow: 0px 12px 12px 0px rgba(74, 74, 74, 0.12);*/
  z-index: 1;
}
.nav-items-li .nav3_box_con {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 12px 12px 0px rgba(74, 74, 74, 0.12);
  overflow: hidden;
}
.nav-items-li:hover .nav3_box {
  display: flex;
}
.nav-items-li .nav_w1 {
  left: 0;
  width: 100vw;
  top: 60px;
}
.nav3_product .nav3_product_item {
  width: 300px;
}
.nav3_product {
  display: flex;
  flex-flow: row nowrap;
  padding-top: 10px;
  justify-content: space-between;
  padding-bottom: 35px;
}
.nav3_product .nav3_product_item {
  flex-shrink: 0;
  width: 245px;
}
.nav3_product .nav3_product_item .til1 {
  height: 45px;
  font-size: 16px;
  border-bottom: 1px solid #999999;
  color: #333333;
  display: flex;
  align-items: center;
}
.nav3_product .nav3_product_item .til1 img {
  margin-right: 10px;
  margin-left: 3px;
}
.nav3_product .nav3_product_item .item2 {
  padding-top: 20px;
}
.nav3_product .nav3_product_item .til2 {
  height: 24px;
  line-height: 24px;
  color: #4c4948;
  font-size: 16px;
  font-weight: 400;
  font-family: PingFangSC-Regular, PingFang SC;
}
.nav3_product .nav3_product_item .til2::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #6b2bfe;
  margin-right: 5px;
}
.nav3_product .desc,
.nav3_product .accent {
  font-size: 12px;
  line-height: 20px;
  padding-left: 10px;
}
.nav3_product .accent {
  color: #6b2bfe;
}
.solution-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  padding-top: 30px;
  padding-left: 50px;
}
.solution-nav .sn-item {
  width: 20%;
  flex-shrink: 0;
  margin-bottom: 30px;
}
.solution-nav .sn-item .d-icon {
  display: inline-flex;
  width: 44px;
  padding-right: 10px;
}
.solution-nav .sn-item a,
.solution-nav .sn-item a:visited {
  color: #333333;
  display: flex;
  align-items: center;
}
.solution-nav .sn-item a:hover,
.case-nav dl dt a:hover,
.info_nav dl dd &gt; a:hover {
  color: #6969FF;
}
.solution-nav-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  border-bottom: 1px solid #e0e0e0;
}
.nav3_box_con .solution-nav-list:last-child {
  border-bottom: none;
}
.solution-nav-list .type-e {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  padding-top: 10px;
  padding-bottom: 5px;
}
.solution-nav-list .type-s .type-title {
  width: 120px;
  background-color: #907af9;
  color: #ccccff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-shrink: 0;
}
.solution-nav-list .type-title .title {
  padding-top: 7px;
}
.solution-nav-list .list-item {
  width: 210px;
  /*width: 175px;*/
  /*max-width: 210px;*/
  display: flex;
  flex-flow: column;
  padding: 0px 25px 0px 25px;
  /*padding:0px 9px 0px 9px;*/
}
/*.solution-nav-list .multi-line .list-item{*/
/*    width: 175px;*/
/*    padding:0px 9px 0px 9px;*/
/*}*/
.solution-nav-list .list-item .title {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  padding-top: 9px;
}
.solution-nav-list .list-item .desc {
  height: 55px;
  padding: 5px 3px;
  font-size: 12px;
  color: #999999;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 5px;
}
.solution-nav-list .list-item .logo-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.solution-nav-list .list-item .logo-list div {
  height: 30px;
  width: 75px;
  flex-shrink: 0;
  padding: 0 5px;
  border-radius: 5px;
  margin-bottom: 12px;
  justify-content: center;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 8px 0 rgba(9, 10, 11, 0.08);
  overflow: hidden;
}
.solution-nav-list .list-item .logo-list div img {
  width: 100%;
  max-height: 48px;
}
.case-nav-box {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  align-items: start;
}
.case-nav-box .vivid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 270px;
  background-color: #eff2ff;
  padding-bottom: 30px;
}
.case-nav-box .vivid .zyPic {
  padding: 10px 0 30px;
}
.case-nav-box .vivid .to2 {
  font-size: 12px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.case-nav-box .vivid a {
  margin-right: 5px;
  line-height: 15px;
}
.case-nav-box .vivid a span {
  display: inline-block;
  border-bottom: 1px solid #333333;
  margin-right: 5px;
}
.case-nav-box .vivid .dot2 {
  background-color: #832cf1;
  color: white;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
}
.case-nav-box .vivid img {
  width: 87%;
}
.case-nav {
  display: flex;
  flex-flow: row wrap;
  flex-shrink: 0;
  padding-bottom: 10px;
  width: 800px;
}
.case-nav dl {
  width: 160px;
  flex-shrink: 0;
  margin-right: 30px;
  padding: 14px 0 2px 0;
}
.case-nav dl dt {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #dcdde7;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.case-nav dl dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.case-nav dl dd &gt; div {
  height: 30px;
  width: 75px;
  flex-shrink: 0;
  padding: 0 5px;
  /*border: 1px solid #DEE1E6;*/
  border-radius: 5px;
  margin-bottom: 12px;
  justify-content: center;
  display: flex;
  align-items: center;
  /*box-shadow:0px 2px 5px 2px rgba(0,0,0,0.2);*/
  box-shadow: 0 4px 8px 0 rgba(9, 10, 11, 0.08);
}
.case-nav dl dd &gt; div img {
  width: 100%;
  max-height: 48px;
}
.info_nav_box {
  width: 572px;
  justify-content: space-between;
}
.info_nav {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 20px 50px;
}
.info_nav dl {
  width: 160px;
}
.info_nav dl dt {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  color: #181C25;
  border-bottom: 1px solid #4A4A4A;
  font-size: 16px;
  font-weight: 400;
}
.info_nav dl dt .imgs {
  margin-right: 10px;
  width: 20px;
}
.info_nav dl dd {
  padding: 20px 0 0 20px;
}
.info_nav dl dd &gt; a {
  display: inline-block;
  position: relative;
}
.nav3_aboutus {
  display: flex;
  flex-flow: row nowrap;
  width: 500px;
  border-radius: 10px;
  top: 55px;
  left: -200px;
  padding-top: 5px;
}
.nav3_aboutus .l-nav-content,
.nav3_aboutus .r-nav-content {
  background: #fff;
  text-align: center;
  width: 50%;
  padding-top: 75px;
  flex-shrink: 0;
}
.nav3_aboutus .l-nav-content {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 62px;
  box-shadow: -2px 4px 10px 6px rgba(0, 0, 0, 0.1);
}
.nav3_aboutus .r-nav-content {
  background: #8C7AF5;
  text-align: left;
  padding-left: 48px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.nav3_aboutus .l-nav-content div {
  line-height: 48px;
}
.nav3_aboutus .l-nav-content div a {
  color: #606060;
}
.nav3_aboutus .l-nav-content div:hover a {
  color: #907af9;
}
.nav3_aboutus .l-nav-content div a.has-img {
  position: relative;
}
.nav3_aboutus .l-nav-content div a.has-img img {
  position: absolute;
  top: 0;
  right: -30px;
  height: 12px;
}
.nav3_aboutus .r-nav-content .area-r-show {
  padding-bottom: 18px;
}
.nav3_aboutus .r-nav-content .area-r-show div {
  line-height: 24px;
}
.nav3_aboutus .r-nav-content .area-r-show div a {
  color: #fff;
}
.nav3_aboutus .r-nav-content .area-r-show div:nth-of-type(2) a {
  font-weight: 500;
}
.nav3_aboutus .r-nav-content .area-r-show img {
  width: 94px;
  height: 94px;
  padding-bottom: 4px;
}
.nav-feature {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background-color: white;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  box-shadow: 0px 12px 12px 0px rgba(74, 74, 74, 0.12);
}
.nav-feature .nav-feature-s {
  flex-shrink: 0;
  width: 175px;
  background-color: #907af9;
  padding: 20px 0 20px 10px;
}
.nav-feature .nav-feature-s a {
  display: block;
  font-size: 15px;
  padding: 12px 0 12px 20px;
  font-weight: 400;
  color: white;
}
.nav-feature .nav-feature-s a:hover,
.nav-feature .nav-feature-s a.active {
  background-color: white;
  border-radius: 3px 0 0 3px;
  color: #8e63f4;
}
.nav-feature .nav-feature-e {
  padding: 0 5px 0 10px;
}
.nfs-con {
  display: none;
}
.nfs-con .nfsc-item {
  float: left;
  width: 33.3%;
  display: flex;
  flex-flow: row nowrap;
  height: 80px;
}
.nfs-con .nfsc-item .item-s {
  flex-shrink: 0;
  width: 40px;
  text-align: center;
  padding-top: 6px;
}
.nfs-con .nfsc-item .item-s img {
  width: 25px;
}
.nfs-con .nfsc-item .item-e .til2 {
  font-size: 15px;
  font-weight: 400;
}
.nfs-con .nfsc-item .item-e .accent,
.nfs-con .nfsc-item .item-e .desc {
  font-size: 12px;
  line-height: 20px;
  padding-left: 0;
}
/* å°å±å¹•ï¼ˆå¹³æ¿ï¼Œå¤§äºŽç­‰äºŽ 768pxï¼‰ */
@media (min-width: 768px) {
  #toggleNav {
    display: none !important;
  }
}
/* ä¸­ç­‰å±å¹•ï¼ˆæ¡Œé¢æ˜¾ç¤ºå™¨ï¼Œå¤§äºŽç­‰äºŽ 992pxï¼‰ */
@media (min-width: 992px) {
  .top_nav_occupied {
    height: 70px;
  }
}
.fnav-pro-box {
  display: flex;
  flex-flow: row nowrap;
  border-radius: 5px 5px;
  box-shadow: 0 12px 12px 0 rgba(74, 74, 74, 0.12);
  overflow: hidden;
}
.fnav-pro-box .f-s {
  width: 60%;
  flex-shrink: 0;
  padding: 10px 0  10px 10px ;
}
.fnav-pro-box .f-e {
  background-color: #8C7AF5;
  padding: 10px 10px  10px 0 ;
  color: white;
}
.fnav-pro-box .nav-til2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
}
.fnav-pro-box .nav-c1-box {
  display: flex;
  flex-flow: row wrap;
  padding: 0.6rem 1rem;
}
.nav-c1-box .li-el {
  flex-shrink: 0;
  max-width: 50%;
}
.nav-c1-box .li-el {
  padding: 1rem 1rem 0 1rem;
}
.nav-c1-box .li-el .in-til {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
}
.nav-c1-box .li-el .in-desc {
  height: 50px;
  padding: 5px 3px;
  font-size: 1.2rem;
  letter-spacing: 0.6px;
  color: #666666;
  line-height: 160%;
}
.nav-c1-box .li-el {
  flex-shrink: 0;
  max-width: 50%;
}
.nav-c1-box .li-el {
  padding: 1rem 1rem 0 1rem;
}
.fnav-pro-box .nav-c2-box {
  padding-top: 1rem;
  padding-left: 2rem;
}
.fnav-pro-box .nav-c2-box .platform-item {
  display: flex;
  flex-flow: row wrap;
  padding-top: 1rem;
  justify-content: space-between;
}
.fnav-pro-box .nav-c2-box .platform-item a,
.fnav-pro-box .nav-c2-box .platform-item a:hover {
  color: white;
}
.fnav-pro-box .nav-c2-box .platform-item .in-el {
  padding: 0.5rem 1rem;
  width: 30%;
  flex-shrink: 0;
}
.fnav-pro-box .nav-c2-box .platform-item .in-el::before {
  content: 'â€¢';
}
/*# sourceMappingURL=webnav.css.map */</pre></body></html>