<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home-header .register {
  background-color: #006355;
  color: #fff !important;
  border-radius: 4px;
  transition: all 0.3s;
  margin-right: 16px;
  font-size: 16px;
}
.home-header .register:hover {
  background-color: #027364;
  color: #fff !important;
}

/*  */

body {
  margin: 0;
}
ul,
ol {
  padding: 0;
}
li {
  list-style: none;
}

a:hover {
  color: inherit;
  text-decoration: none !important;
}
img {
  width: 100%;
}
h1 {
  font-weight: 600;
}

#webchat {
  cursor: pointer;
}
.view-doc:hover {
  background-color: #b1cdf3 !important;
}

/* å¤´éƒ¨css */
.home-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #e6e6e6;
}

.head-nav {
  padding: 0 !important;
}

.fixed-icon {
  cursor: pointer;
  position: fixed;
  bottom: 18%;
  right: 2%;
  z-index: 9;
}

.console {
  color: #fff !important;
  width: 120px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 2px;
  background-color: #006355;
}

.wx-con {
  width: 56px;
  height: 56px;
  cursor: pointer;
  background: #fff;
  position: relative;
  display: block;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 14%);
  transition: all 0.3s ease-in 0s;
  background-image: linear-gradient(0deg, #fff, #f3f5f8);
  border: 2px solid #fff;
}

.dropdown-item span {
  color: #606879;
  padding: 4px;
  position: relative;
}
.dropdown-item span::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;

  border-bottom: 1px solid #dce0e9;
}
.menu-line,
.menu-line2 {
  display: none;
  width: 50px;
  height: 27px;
  cursor: pointer;
  position: relative;
}
.mid-line2 {
  display: block;
  position: absolute;
  top: 12px;
  left: 8px;
  width: 30px;
  height: 2px;
  transition: all 0.3s ease;
  background-color: #000;
}

.mid-line2.active2,
.mid-line2.active2::before,
.mid-line2.active2::after {
  background-color: #fff;
}

.mid-line2::before,
.mid-line2::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 3px;
  background-color: #000;
  transition: all 0.3s ease;
}

.mid-line2::before {
  bottom: 8px;
}

.mid-line2::after {
  top: 8px;
}

.mid-line2.active::before {
  bottom: 0;
  transform: rotate(-90deg);
}

.mid-line2.active::after {
  opacity: 0;
}

.mid-line2.active {
  transform: rotate(45deg);
}

.home-header.active {
  background-color: #fff;

  box-shadow: 0 0 5px #888;
}

.logo {
  width: 170px;
  margin-right: 20px;
  margin-left: 14px;
}
.header-nav {
  width: 100%;
  justify-content: space-between;
}
.header-nav .nav-item {
  position: relative;
  height: 64px;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.sign-up {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.sign-in,
.register {
  padding: 0 !important;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.sign-in {
  color: #282b31;
  margin-right: 5px;
}

.register {
  font-weight: 500;
  color: #fff !important;
  background-color: #006cff;
}

.txt-color,
.sign-in {
  font-size: 16px;
  font-weight: 500;
  color: #282b31;
}
.txt-color.active2 {
  color: #fff !important;
}

.txt-color::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0; /*é&nbsp;æœ€å·¦è¾¹å¼€å§‹*/
  border-bottom: 2px solid #006355; /*è®¾ç½®åº•éƒ¨è¾¹é¢œè‰²*/
  width: 0; /*å®½åº¦ä¸º0ï¼Œè¿™é‡Œçš„å®½åº¦æ˜¯ç›¸å¯¹ä¸Žliçš„å®½åº¦*/
  height: 100%; /*è®¾ç½®é«˜åº¦ä½¿å®ƒå’Œliç­‰é«˜*/
}

.txt-color:hover::before {
  width: 100%;
  transition: 0.2s all linear;
  transition-delay: 0.1s;
}

.product.active::before,
.solution.active::before,
.cloud.active::before,
.lang-name.active::before {
  width: 100%; /*å®½åº¦ä¸º0ï¼Œè¿™é‡Œçš„å®½åº¦æ˜¯ç›¸å¯¹ä¸Žliçš„å®½åº¦*/
}

.collapse-content2 {
  position: fixed;
  /* width: 100%; */
  top: 64px;
  z-index: 2;
  height: 0px;
  overflow: hidden;
  transition: all 0.2s;
  background: rgba(255, 255, 255, 0.96);
  /* -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px); */
  box-shadow: 0px 6px 6px rgb(0 0 0 / 5%);
}

.collapse-content2.active::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #eceff4;
}
.collapse-content2.activeBlack::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #eceff4;
}

.collapse-content2.active {
  height: 310px;
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.chan-ico {
  width: 32px;
}
.little-text6 {
  font-size: 14px;
  font-weight: 400;
  color: #606879;
}
.chan-item {
  cursor: pointer;
  padding: 15px 35px;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  margin-top: 20px;
}
.chan-item:hover {
  background-color: #006355;
}

.little-title6 {
  font-size: 16px !important;
}
.chan-item:hover .little-title6,
.chan-item:hover .little-text6 {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .home-header .register {
    border-radius: 4px;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
  }
  .h-div {
    width: 100% !important;
  }

  .logo {
    margin-left: 15px;
  }
  .h-div,
  .change-la,
  .lange {
    flex-wrap: wrap;
  }
  .h-div li,
  .sign-up,
  .register,
  .lange {
    width: 100%;
  }

  .txt-color,
  .sign-in {
    padding: 0.5rem 1rem;
  }
  .menu-line,
  .menu-line2 {
    display: block;
  }

  .head-nav {
    padding: 0.7rem 1rem !important;
  }

  .header-nav .nav-item {
    height: auto;
    line-height: 32px;
  }

  .sign-in,
  .register {
    width: 100%;
  }
  .register {
    margin-top: 10px;
  }

  .product.active::before,
  .product2.active::before,
  .solution.active::before {
    width: 0%; /*å®½åº¦ä¸º0ï¼Œè¿™é‡Œçš„å®½åº¦æ˜¯ç›¸å¯¹ä¸Žliçš„å®½åº¦*/
  }
  .txt-color:hover::before {
    /*é¼&nbsp;æ&nbsp;‡hoverï¼ŒçŠ¶æ€å‘ç”Ÿæ”¹å˜*/
    width: 0%;
    transition: 0.2s all linear; /*è®¾ç½®è¿‡åº¦æ—¶é—´*/
    transition-delay: 0.1s; /*è¿‡åº¦å»¶æ—¶*/
  }
  .collapse-content2 {
    display: none !important;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  left: -250px; /* åˆå§‹ä½ç½®åœ¨å±å¹•å·¦ä¾§ä¹‹å¤– */
  width: 250px;
  height: 100vh;
  background-color: #fff;
  color: #000000;
  transition: left 0.3s ease; /* å¹³æ»‘è¿‡æ¸¡æ•ˆæžœ */
  z-index: 999; /* ç¡®ä¿èœå•åœ¨å†…å®¹ä¹‹ä¸Š */
  box-shadow: 1px 1px 2px 0px #ccc;
}

.sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  padding: 15px;
  border-bottom: 1px solid #d9d9d9;
}

.sidebar ul li a {
  color: #000000;
  text-decoration: none;
}
.sidebar-logo {
  width: 170px;
}
.sidebar &gt; a {
  display: block;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  padding: 8px 24px;
}

.sidebar-middle a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 24px;
}
.sec-title {
  padding-left: 34px;
  padding-left: 34px !important;
  letter-spacing: normal;
}

.sidebar-middle .icon-xiangzuo {
  transform: rotate(-90deg);
  display: inline-block;
}
.sidebar-bottom {
  position: absolute;
  bottom: 70px;
  left: 24px;
}
.sidebar-bottom a {
  padding: 4px 16px !important;
}
.sidebar-bottom .sign-in {
  color: #000 !important;
}
.sidebar-bottom .zh,
.sidebar-bottom .en {
  font-size: 16px;
}

.phone-cont {
  position: relative;
}
.model-phone {
  position: absolute;
  top: -1rem;
  right: 150%;
  transition: all 0.3s;
}

.model-phone2 {
  position: absolute;
  top: -1rem;
  right: 150%;
  display: none;
}

.model-phone3 {
  position: absolute;
  top: 3rem;
  right: 150%;
  display: none;
}

.whatapp-a:hover .model-phone3,
.telearam-a:hover .model-phone2 {
  display: block;
}
.model-phone2 .icon-xiaofeijibai {
  color: #fff;
  background-color: #29a9eb;
  border-radius: 50%;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.model-phone3 .icon-whatapp {
  color: #fff;
  background-color: #25d366;
  border-radius: 50%;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.row-5 {
  margin: 20px auto;
  width: 220px;
  height: 74px;
  text-align: left;
  position: relative;
  border-radius: 5px;
  border: 1px solid #efefef;
  background: #fff;
  color: #282b31;
  padding: 15px;
  box-shadow: 1px 0px 12px 1px #ccc;
}
.row-5::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  /* ç®­å¤´é&nbsp;å³è¾¹ */
  top: 26px;
  right: -15px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #efefef;
}
.row-5::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  /* ç®­å¤´é&nbsp;å³è¾¹ */
  top: 26px;
  right: -13px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
}

.row-6 {
  margin: 20px auto;
  width: 170px;
  height: 66px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #efefef;
  background: #fff;
  color: #282b31;
  padding: 15px;
  display: flex;
  justify-content: center;
  line-height: 22px;
  align-items: center;
}
.row-6::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  /* ç®­å¤´é&nbsp;å³è¾¹ */
  top: 25px;
  right: -15px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #efefef;
}
.row-6::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  /* ç®­å¤´é&nbsp;å³è¾¹ */
  top: 25px;
  right: -13px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
}

.xiaofeiji {
  height: 70px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 60px;

  background-color: #29a9eb;
  border-bottom: 1px solid #fff;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  transition: all 0.3s;
}
.weixinbai {
  height: 70px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 60px;
  background-color: #09bb07;

  border-bottom-left-radius: 42px;
  border-bottom-right-radius: 42px;
  transition: all 0.3s;
  position: relative;
}
.xiaofeiji:hover {
  background-color: #2596cf;
}

.wx-code {
  width: 185px;
  height: 180px;
  position: absolute;
  top: -52px;
  right: 160%;
  z-index: 9;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: #fff;
  display: none;
}
.wx-code img {
  width: 140px;
  border-radius: 4px;
}
.sqrcode-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.weixinbai:hover {
  background-color: #0aa307;
}
.weixinbai:hover .wx-code {
  display: block;
}

.gongdan-im {
  padding: 10px 16px;
  background-color: #006355;
  display: inline-block;
  border-radius: 50%;
  margin-top: 14px;
  position: relative;
  transition: all 0.3s;
}
.gongdan-im:hover {
  background-color: #027a6a;
}
.xiaofeiji .icon-xiaofeijibai,
.weixinbai .icon-weixinbai {
  position: relative;
  transition: all 0.3s;
}
.close-mod {
  width: 20px;
  position: absolute;
  width: 20px;
  position: absolute;
  top: -8px;
  left: -8px;
  background: #fff;
  padding: 4px;
  border-radius: 50%;
  box-shadow: 1px -2px 8px 1px #ccc;
}
.pc-lan span {
  width: 1px;
  height: 14px;
  display: block;
  background: #006355;
  margin: 0 16px;
  padding: 0 !important;
}
.zh:hover,
.en:hover {
  opacity: 1 !important;
}
.zh,
.en {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #282b31;
}
.txt-color:hover {
  color: #006355;
}
.jintou-title {
  display: inline-block;
  font-size: 14px;
  transform: rotate(90deg);
  transition: all 0.3s;
}

.solution:hover .jintou-title {
  transform: rotate(-90deg) !important;
}

.little-title5 {
  font-weight: 500;
  color: #282b31;
  font-size: 20px;
}
</pre></body></html>