@charset "UTF-8";
a {
  text-decoration: none; }

.navbar {
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  border: 0 !important;
  border-radius: 0;
  background-image: linear-gradient(180deg, #1c1c1fb3 0%, #1c1c1f05 100%);
  /*正常的未被访问过的链接*/
  /*已经访问过的链接*/
  /*鼠标划过(停留)的链接*/
  /* 正在点击的链接*/ }
  .navbar.has-bg {
    background: #ffffff; }
    .navbar.has-bg .nav-container .right1 .head-menu .nav-btn {
      color: #211D29; }
    .navbar.has-bg .nav-container .right1 .head-menu .language-switcher .language-container .lang-text svg {
      color: #211D29; }
  .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; }
  .navbar .nav-container {
    width: 1200px;
    margin: 0 auto;
    height: 64px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .navbar .nav-container .left {
      display: flex; }
      .navbar .nav-container .left .nav-icon {
        width: 130px;
        height: auto;
        cursor: pointer;
        display: flex;
        align-items: center; }
        .navbar .nav-container .left .nav-icon .img {
          width: 100%; }
    .navbar .nav-container .right1 {
      display: flex; }
      .navbar .nav-container .right1 .head-menu {
        gap: 24px; }
        .navbar .nav-container .right1 .head-menu .nav-btn {
          cursor: pointer;
          border: none;
          outline: none;
          height: 64px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #FFFFFF;
          background: transparent;
          font-family: PingFangSC-Regular;
          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;
          transition: all 0.3s; }
          .navbar .nav-container .right1 .head-menu .nav-btn:hover {
            color: var(--font-color-purple); }
          .navbar .nav-container .right1 .head-menu .nav-btn.head-active {
            color: var(--font-color-purple);
            border-bottom: 4px solid var(--font-color-purple); }
            .navbar .nav-container .right1 .head-menu .nav-btn.head-active::before {
              display: none; }
          .navbar .nav-container .right1 .head-menu .nav-btn.car {
            position: relative; }
            .navbar .nav-container .right1 .head-menu .nav-btn.car.no-bg svg {
              color: var(--bg-color-white); }
            .navbar .nav-container .right1 .head-menu .nav-btn.car.no-bg .count {
              background-color: var(--bg-color-white);
              color: var(--font-color-purple); }
            .navbar .nav-container .right1 .head-menu .nav-btn.car svg {
              width: 24px;
              height: 24px;
              color: var(--font-color-purple); }
            .navbar .nav-container .right1 .head-menu .nav-btn.car .count {
              position: absolute;
              right: -10px;
              top: 12px;
              width: 20px;
              height: 20px;
              border-radius: 50%;
              background-color: var(--font-color-purple);
              color: #fff;
              font-size: 12px;
              font-weight: 500; }
      .navbar .nav-container .right1 .language-switcher {
        position: relative;
        margin-right: 20px;
        cursor: pointer;
        user-select: none; }
        .navbar .nav-container .right1 .language-switcher .language-container {
          padding: 8px 12px;
          color: #333;
          font-size: 14px;
          transition: all 0.3s;
          gap: 8px; }
          .navbar .nav-container .right1 .language-switcher .language-container:hover {
            border-color: var(--font-color-purple);
            color: var(--font-color-purple); }
          .navbar .nav-container .right1 .language-switcher .language-container .lang-text svg {
            width: 20px;
            height: 20px;
            color: #FFFFFF; }
          .navbar .nav-container .right1 .language-switcher .language-container .lang-arrow {
            transition: transform 0.3s;
            display: inline-block; }
            .navbar .nav-container .right1 .language-switcher .language-container .lang-arrow.open {
              transform: rotate(180deg); }
            .navbar .nav-container .right1 .language-switcher .language-container .lang-arrow svg {
              width: 14px;
              height: 14px;
              color: #8D869C; }
        .navbar .nav-container .right1 .language-switcher .lang-menu {
          position: absolute;
          top: 100%;
          right: 0;
          margin-top: 4px;
          min-width: 140px;
          padding: 8px;
          background: #fff;
          border: 1px solid #ddd;
          border-radius: 8px;
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          z-index: 1000;
          overflow: hidden; }
          .navbar .nav-container .right1 .language-switcher .lang-menu .lang-item {
            padding: 10px 16px;
            cursor: pointer;
            font-size: 14px;
            color: #211d29;
            transition: background-color 0.3s;
            gap: 8px; }
            .navbar .nav-container .right1 .language-switcher .lang-menu .lang-item:hover {
              background-color: #F3F2F5; }
            .navbar .nav-container .right1 .language-switcher .lang-menu .lang-item.active {
              background-color: #F3F2F5; }
              .navbar .nav-container .right1 .language-switcher .lang-menu .lang-item.active span {
                color: #211d29; }
            .navbar .nav-container .right1 .language-switcher .lang-menu .lang-item svg {
              width: 14px;
              height: 14px;
              color: #211d29; }
            .navbar .nav-container .right1 .language-switcher .lang-menu .lang-item span {
              color: #574E69; }
      .navbar .nav-container .right1 .login-wrap {
        margin-left: 36px;
        cursor: pointer; }
        .navbar .nav-container .right1 .login-wrap .is-login {
          position: relative; }
          .navbar .nav-container .right1 .login-wrap .is-login > img {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid var(--bg-color-grey-1); }
          .navbar .nav-container .right1 .login-wrap .is-login .info-box {
            position: absolute;
            top: 40px;
            right: 0;
            width: 220px;
            border-radius: 8px;
            background: #ffffff;
            padding-bottom: 12px;
            box-shadow: 0 1.5pt 3pt -2pt #0000001f, 0 3pt 8pt 0 #00000014, 0 4.5pt 14pt 4pt #0000000d; }
            .navbar .nav-container .right1 .login-wrap .is-login .info-box .user-info {
              display: flex;
              align-items: center;
              background-image: linear-gradient(0deg, #ffffff00 0%, #712df126 58%);
              padding: 25px 24px;
              border-radius: 8px 8px 0 0; }
              .navbar .nav-container .right1 .login-wrap .is-login .info-box .user-info img {
                width: 32px;
                height: 32px;
                border-radius: 50%;
                margin-right: 12px;
                flex-shrink: 0; }
              .navbar .nav-container .right1 .login-wrap .is-login .info-box .user-info .info-right .name {
                font-size: 14px;
                color: #211D29;
                margin-bottom: 4px; }
              .navbar .nav-container .right1 .login-wrap .is-login .info-box .user-info .info-right .mobile {
                font-size: 12px;
                color: #8D869C; }
            .navbar .nav-container .right1 .login-wrap .is-login .info-box ul {
              padding: 0;
              margin: 0; }
              .navbar .nav-container .right1 .login-wrap .is-login .info-box ul li {
                display: flex;
                align-items: center;
                padding: 9px 24px;
                transition: all .3s;
                cursor: pointer; }
                .navbar .nav-container .right1 .login-wrap .is-login .info-box ul li:hover {
                  color: #712DF1;
                  background: #F3F2F5; }
                .navbar .nav-container .right1 .login-wrap .is-login .info-box ul li img,
                .navbar .nav-container .right1 .login-wrap .is-login .info-box ul li svg {
                  width: 16px;
                  height: 16px;
                  margin-right: 10px;
                  color: #574E69; }
                .navbar .nav-container .right1 .login-wrap .is-login .info-box ul li p {
                  font-size: 14px;
                  color: #211D29;
                  margin-bottom: 0; }
        .navbar .nav-container .right1 .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 .3s; }
          .navbar .nav-container .right1 .login-wrap .no-login:hover {
            background: #712DF1; }
    .navbar .nav-container .right2 {
      display: none; }

.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 .2s; }

.nav-container .right1 .menu .scan {
  margin-right: 50px; }

.highlighted .nav-btn {
  color: #2E2E33; }

.menu-pop {
  display: none; }

.mask-container {
  display: none; }

@media (max-width: 1440px) {
  .navbar .nav-container {
    width: 80%; } }
@media (max-width: 1024px) {
  .navbar .nav-container {
    width: calc(100% - 32px); }
    .navbar .nav-container .right1 .head-menu {
      gap: 3vw; } }
@media (max-width: 750px) {
  .navbar .nav-container {
    height: 32px; }
    .navbar .nav-container .left .nav-icon .img {
      width: 3.4rem;
      height: 1.14rem; }
    .navbar .nav-container .right1 {
      display: none; }
      .navbar .nav-container .right1 .language-switcher {
        margin-right: 10px; }
        .navbar .nav-container .right1 .language-switcher .language-container {
          padding: 6px 10px;
          font-size: 12px; }
          .navbar .nav-container .right1 .language-switcher .language-container .lang-text {
            font-size: 12px; }
        .navbar .nav-container .right1 .language-switcher .lang-menu {
          min-width: 100px; }
        .navbar .nav-container .right1 .language-switcher .lang-item {
          padding: 8px 12px;
          font-size: 12px; }
    .navbar .nav-container .right2 {
      display: block; }
      .navbar .nav-container .right2 img {
        width: 1.1rem;
        height: 1.1rem; }
  .navbar .menu-pop {
    display: none;
    width: 100%;
    height: 100vh;
    background: #ffffff; }
    .navbar .menu-pop .pop-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 32px;
      background: #ffffff; }
      .navbar .menu-pop .pop-head a img {
        width: 126px;
        height: 36px; }
      .navbar .menu-pop .pop-head > img {
        width: 18px;
        height: 18px; }
    .navbar .menu-pop .pop-list {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-top: 36px;
      background: #ffffff;
      padding: 0 32px; }
      .navbar .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; }
        .navbar .menu-pop .pop-list a.head-active {
          color: var(--font-color-purple); }

  .contact .content-two .contact-type {
    display: flex;
    flex-direction: column; }

  .mask-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none; }
    .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); } }

/*# sourceMappingURL=head.css.map */
