<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
a {
  text-decoration: none;
}

.navbar {
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  border: 0 !important;
  background: #ffffff;
  border-radius: 0;
  /*正常的未被访问过的链接*/
  /*已经访问过的链接*/
  /*鼠标划过(停留)的链接*/
  /* 正在点击的链接*/
}
.navbar a:link {
  text-decoration: none;
  color: #2E2E33;
}
.navbar a:visited {
  text-decoration: none;
  color: #2E2E33;
}
.navbar a:hover {
  text-decoration: none;
  color: #2E2E33;
}
.navbar a:active {
  text-decoration: none;
  color: #2E2E33;
}

.nav-container {
  width: 1200px;
  margin: 0 auto;
  height: 64px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 80px;
}
.nav-icon {
  width: 130px;
  height: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.nav-icon .img {
  width: 100%;
}

.nav-container .left {
  display: flex;
}

.nav-container .right1 {
  display: flex;
}

.nav-container .right1 .menu {
  display: flex;
  margin-left: 78px;
  align-items: center;
  margin-right: 20px;
}

.nav-container .right1 .menu div {
  font-size: 16px;
  color: #FFFFFF;
  flex-shrink: 0;
  cursor: pointer;
  transition: color 0.2s;
}

.nav-container .right1 .menu div:hover {
  color: #955DFF;
}

.nav-container .right1 .menu .scan {
  margin-right: 50px;
}

.nav-container .right2 {
  display: none;
}

.nav-btn {
  cursor: pointer;
  border: none;
  outline: none;
  height: 64px;
  margin-left: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: #A563E6;*/
  color: #2E2E33;
  padding: 8px 0;
  background: transparent;
  font-family: PingFangSC-Regular;
  transition: color 0.2s;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-bottom: transparent solid 4px;
}

.nav-btn:hover {
  border-bottom: #712DF1 solid 4px;
}

.highlighted .nav-btn {
  color: #2E2E33;
}

.menu-pop {
  display: none;
}

.mask-container {
  visibility: hidden;
}

@media (min-width: 750px) and (max-width: 1300px) {
  .nav-container {
    width: 80%;
    margin: auto;
  }
  .nav-btn:hover {
    border-bottom: none;
  }
}
@media (max-width: 940px) {
  .navbar {
    position: relative;
    margin-bottom: 0;
  }
  .nav-container {
    width: 100%;
    padding-right: 0;
  }
  .nav-btn:hover {
    border-bottom: none;
  }
  .nav-icon {
    width: 126px;
    margin-left: 32px;
  }
  .nav-container .right1 {
    display: none;
  }
  .nav-container .right2 {
    display: block;
    margin-right: 32px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
  }
  .nav-container .right2 img {
    width: 100%;
    height: 100%;
  }
  .contact .content-two .contact-type {
    display: flex;
    flex-direction: column;
  }
  .menu-pop {
    display: none;
    width: 100%;
    height: 100vh;
    background: #ffffff;
  }
  .menu-pop .pop-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 32px;
    background: #ffffff;
  }
  .menu-pop .pop-head a img {
    width: 126px;
    height: 36px;
  }
  .menu-pop .pop-head &gt; img {
    width: 18px;
    height: 18px;
  }
  .menu-pop .pop-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 36px;
    background: #ffffff;
    padding: 0 32px;
  }
  .menu-pop .pop-list a {
    margin: 16px 0;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #232326;
    height: 20px;
    line-height: 1;
  }
  .mask-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
  }
  .mask-container .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 270px;
    background: #FFFFFF;
    border-radius: 16px;
  }
  .mask-container .content .tip {
    padding: 24px 24px;
    border-bottom: 1px solid #EAE8ED;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #211D29;
  }
  .mask-container .content .operate {
    height: 45px;
    display: flex;
    align-items: center;
  }
  .mask-container .content .operate div {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
  }
  .mask-container .content .operate .i-know {
    color: #574E69;
    border-right: 1px solid #EAE8ED;
  }
  .mask-container .content .operate .copy {
    color: #5A19A2;
  }
  .toast {
    position: fixed;
    top: 12px;
    left: 50%;
    padding: 0 16px;
    border-radius: 2px;
    background: #ffffff;
    color: #7F7F7F;
    font-size: 14px;
    width: fit-content;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0;
    /* 动画效果 */
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 10;
  }
  .toast.show {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.login-wrap {
  position: fixed;
  top: 16px;
  right: calc((100vw - 1200px) / 2);
  z-index: 10;
  cursor: pointer;
}
.login-wrap .no-login {
  width: 32px;
  height: 32px;
  background: #8D869C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #FFFFFF;
  transition: background 0.3s;
}
.login-wrap .no-login:hover {
  background: #712DF1;
}
.login-wrap .is-login {
  position: relative;
}
.login-wrap .is-login img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.login-wrap .is-login .info-box {
  position: absolute;
  top: 40px;
  right: 0;
  width: 220px;
  border-radius: 8px;
  background: #ffffff;
  padding-bottom: 12px;
}
.login-wrap .is-login .info-box .user-info {
  display: flex;
  align-items: center;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(113, 45, 241, 0.1490196078) 58%);
  padding: 25px 24px;
  border-radius: 8px 8px 0 0;
}
.login-wrap .is-login .info-box .user-info img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
}
.login-wrap .is-login .info-box .user-info .info-right .name {
  font-size: 14px;
  color: #211D29;
  margin-bottom: 4px;
}
.login-wrap .is-login .info-box .user-info .info-right .mobile {
  font-size: 12px;
  color: #8D869C;
}
.login-wrap .is-login .info-box ul {
  padding: 0;
  margin: 0;
}
.login-wrap .is-login .info-box ul li {
  display: flex;
  align-items: center;
  padding: 9px 24px;
  transition: all 0.3s;
  cursor: pointer;
}
.login-wrap .is-login .info-box ul li:hover {
  color: #712DF1;
  background: rgba(0, 0, 0, 0.2);
}
.login-wrap .is-login .info-box ul li img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.login-wrap .is-login .info-box ul li p {
  font-size: 14px;
  color: #211D29;
  margin-bottom: 0;
}

/*# sourceMappingURL=head.css.map */
</pre></body></html>