@charset "UTF-8";
/* 适用于大多数移动端浏览器 */
* {
  -webkit-tap-highlight-color: transparent;
  /* 或者你可以设置为你想要的颜色 */
}

.header-box {
  left: 0;
  right: 0;
  top: 0;
  height: 44px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(184, 221, 255, 0.08);
  background: #17191d;
  z-index: 999;
}

.logo-img {
  width: 88px;
}

.head-li-img {
  width: 20px;
}

.report-trigger {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.voice-box {
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.voice-box:hover {
  background: rgba(255, 255, 255, 0.12);
}

.voice-img {
  width: 14px;
  font-size: 14px;
}

.head-li {
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}

.head-li:hover {
  background: rgba(255, 255, 255, 0.12);
}

.voice-box {
  line-height: 0;
}

.language-text {
  width: 14px;
  height: 14px;
  text-align: center;
}

.login-out {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.login-out:hover {
  text-decoration: underline;
}

.icon-information {
  font-size: 16px;
  color: #2ed8b6;
}

.login-in-btn {
  border-radius: 15px;
  background: #2ed8b6;
  border: 1px solid #2ed8b6;
}

.voice-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  padding: 0px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  color: #fff;
  border-radius: 10px;
  background: #f53f3f;
  left: 18px;
  top: -4px;
}

.lang-list {
  position: absolute;
  border-radius: 4px;
  /* shadow/一级下拉菜单 */
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  top: 50px;
  right: -15px;
  padding: 4px 0;
  border: 1px solid #333335;
  background: #232324;
}

.lang-list li {
  color: rgba(255, 255, 255, 0.9);
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.lang-list li:hover {
  background: rgba(255, 255, 255, 0.08);
}

.user-ul {
  left: auto;
  right: 4px;
}

.nick-name-text {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.user-li {
  color: rgba(255, 255, 255, 0.9);
  text-overflow: ellipsis;
  /* 14/CN-Regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  gap: 8px;
  max-height: 600px;
  overflow: auto;
  /* 157.143% */
}

.check-img,
.check-img-box {
  width: 16px;
}

.userinfo-head-img {
  width: 28px;
  height: 28px;
  border-radius: 100%;
}

.header-plan-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 11px;
  background: #25262b;
}

.report-ul {
  left: auto;
  right: -50px;
  background: rgba(37, 38, 43, 0.9);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 20px;
  min-width: 280px;
  max-width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.report-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  padding-bottom: 16px;
}

.user-report-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.user-report-item:hover {
  background: rgba(255, 255, 255, 0.08);
}

.report-name-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.report-time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.6);
}

.header-triangle {
  position: absolute;
  left: 0;
  top: 0;
}

.points-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #6aa1ff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  margin-right: 12px;
  /* 166.667% */
}

.points-box:hover {
  background: rgba(255, 255, 255, 0.12);
}

.language-btn {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
}

.head-ul {
  gap: 8px;
  margin-right: 8px;
}

.copy-link {
  color: rgba(29, 194, 161, 0.9);
}

@media (max-width: 1000px) {
  .header-box {
    height: 44px;
  }
  .logo-img {
    width: 72px;
  }
  .head-ul {
    display: none;
  }
  .voice-img {
    width: 14px;
  }
  .voice-box {
    margin-right: 6px;
  }
  .voice-num {
    display: none;
  }
  .voice-num-phone {
    left: 16px;
    top: -4px;
    width: 8px;
    height: 8px;
    aspect-ratio: 1/1;
    border-radius: 10px;
    background: var(--danger-6, #f53f3f);
  }
  .login-out {
    margin: 0 8px;
  }
  .el-button--primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-radius: 15px;
  }
  .report-ul {
    max-width: 95%;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 44px;
    z-index: 1000;
  }
  .user-report-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
    padding: 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
  }
  .report-name-text {
    max-width: 100%;
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 0;
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .report-time {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 60px;
  }
  .user-li {
    max-height: 70vh;
  }
}
