:root {
  --primary-color: #165dff;
  --secondary-color: #6c757d;
  --success-color: #28a745;
  --info-color: #17a2b8;
  --warning-color: #ffc107;
  --danger-color: #dc3545;
  --light-color: #f8f9fa;
  --dark-color: #343a40;
  --color-black: #1c1d1f;
  --color-white: #fff;
}
html {
  scroll-behavior: smooth;
}
body {
  padding-right: 0px !important;
  font-family: Microsoft YaHei, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif !important;
}
r-spin[fix] {
  z-index: 99999 !important;
}
.spins div {
  margin-top: -60px;
  font-size: 18px;
  letter-spacing: 2px;
  color: var(--primary-color);
}
* {
  margin: 0;
  padding: 0;
}
* p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
  50% {
    transform: translate3d(-4px, 0, 0);
  }
}
.shake {
  animation: shake 800ms ease-in-out;
}
.nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  padding: 1rem 1.5rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}
.nav .nav-logo {
  display: flex;
  align-items: center;
}
.nav .nav-logo img {
  width: 136px;
  margin-right: 0.75rem;
  object-fit: contain;
}
.nav .nav-logo p {
  margin-left: 0.5rem;
  color: #000;
}
.nav .nav-mune {
  display: flex;
  gap: 4.625rem;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.nav .nav-mune .nav-mune-item {
  color: #4a5568;
  font-size: 24px;
  line-height: 125%;
  /* 125% */
  cursor: pointer;
  white-space: nowrap;
}
.nav .nav-mune .nav-mune-item:hover {
  color: #1a202c;
  font-weight: 600;
}
.nav .nav-mune .nav-mune-item-active {
  font-weight: 600;
  color: #1a202c;
}
.nav .nav-logon {
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
.nav .nav-logon .logon-button {
  margin-right: 0px;
  width: 124px;
  height: 42px;
  background: linear-gradient(265deg, #fff650 -19.82%, #ff24ef 119.39%);
  border-radius: 6px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
}
.nav .nav-logon .user-info {
  display: flex;
  gap: 12px;
  cursor: pointer;
  position: relative;
}
.nav .nav-logon .user-info .info-point {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nav .nav-logon .user-info .info-point .free-points {
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
}
.nav .nav-logon .user-info .info-point .point {
  display: flex;
  gap: 4px;
}
.nav .nav-logon .user-info .info-point .point span {
  font-size: 14px;
  font-weight: 600;
}
.nav .nav-logon .user-info .info-point .point p {
  font-size: 16px;
  color: #3d63ea;
  font-weight: 700;
}
.nav .nav-logon .user-info .user-avatar img {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}
.nav-move {
  display: none;
}
@media (min-width: 993px) and (max-width: 1330px) {
  .nav .nav-logo p,
  .nav .nav-logo div {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .nav {
    display: none;
  }
  .nav-move {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
  }
  .nav-move .nav-logo img {
    width: 120px;
    object-fit: contain;
  }
  .nav-move .nav-mune-icon {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
  .nav-move {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
  }
  .nav-move .nav-logo img {
    width: 120px;
    object-fit: contain;
  }
  .nav-move .nav-mune-icon {
    font-size: 30px;
  }
}
.rab-message {
  font-size: 18px;
  color: #000;
}
.rab-message .ivu-icon {
  font-size: 24px;
}
.rab-message-notice-content {
  padding: 16px 24px;
  border-radius: 40px;
}
.vertical-center-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertical-center-modal .rab-modal {
  top: 0;
}
.rab-modal-content {
  border-radius: 8px;
}
.rab-modal-footer {
  display: none;
}
.logon-content {
  padding: 24px;
}
.logon-content .io-modal-logo {
  width: 108px;
}
.logon-content .io-modal-logo img {
  width: 100%;
  object-fit: contain;
}
.logon-content .io-modal-title {
  margin-top: 8px;
}
.logon-content .logo-img {
  position: relative;
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  margin-bottom: 20px;
}
.logon-content .logo-img img {
  width: 120px;
  text-align: center;
}
.logon-content .logo-img-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #515a6e;
  font-size: 16px;
}
.logon-content .logo-img-text img {
  width: 30px;
  height: 30px;
}
.logon-content .logo-img-text-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-align: center;
}
.logon-content .logo-img-text-desc span {
  margin: 0 4px;
}
.logon-content .logo-img-text-desc a {
  color: #007bff;
}
#checkAllGroup {
  margin-right: 0;
}
.mask-agreement {
  width: 240px;
  height: 240px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.mask {
  width: 240px;
  height: 240px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.drawer-logon {
  display: inline-flex;
  padding: 16px 36px;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  margin-left: 8px;
  margin-top: 8px;
  background: linear-gradient(265deg, #fff650 -19.82%, #ff24ef 119.39%);
  color: #fff;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
}
.mune-ul {
  margin-top: 48px;
}
.mune-ul a {
  color: #4a5568;
  font-size: 20px;
}
.mune-ul li {
  margin-top: 12px;
}
.mune-ul .active {
  color: #1a202c;
  font-weight: 600;
}
.set {
  text-align: center;
}
.set r-divider[type='horizontal'] {
  margin: 12px 0;
}
.set div {
  display: flex;
  gap: 12px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.set div svg {
  width: 20px !important;
  height: 20px !important;
}
#integral .rab-modal-content {
  background-color: transparent !important;
  box-shadow: none !important;
  background: transparent !important;
}
.integral {
  width: 360px;
  height: 540px;
  position: relative;
}
.integral .sbnt {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  cursor: pointer;
  height: 60px;
}
.integral img {
  width: 100%;
  height: 100%;
}
.nav-details {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 12px;
  padding-bottom: 0px;
  z-index: 1;
}
.nav-details .nav-back {
  width: 110px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  color: #0a0a0a;
  cursor: pointer;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
}
.nav-details .nav-back:hover {
  background: #f9f9f9;
}
.nav-details .nav-back i {
  font-size: 22px;
  font-weight: 600;
  margin-top: -8px;
}
.nav-details .nav-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  /* 24px */
}
.nav-details .nav-user {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  justify-content: flex-end;
}
.nav-details .nav-user .user-avatars {
  width: 46px;
  height: 46px;
  border-radius: 46px;
  overflow: hidden;
}
.nav-details .nav-user .user-avatars img {
  width: 100%;
  height: 100%;
}
.nav-details .nav-user .user-infos .user-name {
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}
.nav-details .nav-user .user-infos .user-work-num {
  color: #707070;
  font-size: 14px;
  margin-top: 4px;
  font-weight: 400;
  line-height: 100%;
  /* 12px */
}
#phone .rab-modal-content,
#nickName .rab-modal-content {
  background-color: #fff;
  background: #fff;
  border-radius: 28px;
}
#phone .close,
#nickName .close {
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 6px;
  right: 12px;
  cursor: pointer;
}
#phone .rab-modal .rab-modal-body,
#nickName .rab-modal .rab-modal-body {
  padding: 0;
}
#phone .rab-modal .rab-modal-body .io-photo-bj,
#nickName .rab-modal .rab-modal-body .io-photo-bj {
  border-radius: 24px 24px 0 0;
  width: calc(100% + 1px);
  background: url('/static/assets/image/photoBg.png') no-repeat;
  background-size: 100% 100%;
  height: 148px;
}
#phone .rab-modal .rab-modal-body .io-photo-bj img,
#nickName .rab-modal .rab-modal-body .io-photo-bj img {
  margin: 24px 0 0 24px;
  object-fit: contain;
  width: 97px;
}
#phone .rab-modal .rab-modal-body .io-photo-content,
#nickName .rab-modal .rab-modal-body .io-photo-content {
  padding: 24px;
  padding-top: 12px;
}
#phone .rab-modal .rab-modal-body .layui-input,
#nickName .rab-modal .rab-modal-body .layui-input {
  border-radius: 4px !important;
  margin-top: 6px !important;
  padding-left: 12px;
  height: 44px;
}
#phone .rab-modal .rab-modal-body .layui-input:focus,
#nickName .rab-modal .rab-modal-body .layui-input:focus,
#phone .rab-modal .rab-modal-body .layui-textarea:focus,
#nickName .rab-modal .rab-modal-body .layui-textarea:focus {
  border-color: #007bff !important;
}
#phone .rab-modal .rab-modal-body .layui-btn-primary:hover,
#nickName .rab-modal .rab-modal-body .layui-btn-primary:hover {
  border-color: #007bff !important;
}
#phone .rab-modal .rab-modal-body .layui-col-xs5,
#nickName .rab-modal .rab-modal-body .layui-col-xs5 {
  position: absolute;
  bottom: -106px;
  right: -36px;
  z-index: 99;
}
#phone .rab-modal .rab-modal-body .layui-col-xs5 button,
#nickName .rab-modal .rab-modal-body .layui-col-xs5 button {
  border: none;
  height: 44px;
  color: #007bff;
}
#phone .rab-modal .rab-modal-body .layui-col-xs5 .timing,
#nickName .rab-modal .rab-modal-body .layui-col-xs5 .timing {
  text-align: right;
  padding-right: 60px;
}
#phone .rab-modal .rab-modal-body .form-label,
#nickName .rab-modal .rab-modal-body .form-label {
  color: #121212 !important;
  font-size: 16px !important;
  line-height: 200%;
  font-weight: 600;
  text-transform: capitalize;
}
#phone .rab-modal .rab-modal-body .avatar,
#nickName .rab-modal .rab-modal-body .avatar {
  margin-top: -52px;
  display: flex;
  justify-content: center;
}
#phone .rab-modal .rab-modal-body .avatar .avatar-show,
#nickName .rab-modal .rab-modal-body .avatar .avatar-show {
  border: 4px solid #fff;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  background-color: #000;
  position: relative;
}
#phone .rab-modal .rab-modal-body .avatar .avatar-show::after,
#nickName .rab-modal .rab-modal-body .avatar .avatar-show::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: '上传头像';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  width: 100%;
  height: 50%;
}
#phone .rab-modal .rab-modal-body .avatar .avatar-show img,
#nickName .rab-modal .rab-modal-body .avatar .avatar-show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#phone .rab-modal .rab-modal-body .form-bnt,
#nickName .rab-modal .rab-modal-body .form-bnt,
#phone .rab-modal .rab-modal-body .form-bnts,
#nickName .rab-modal .rab-modal-body .form-bnts {
  color: #fcfcfd;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 16px */
  border-radius: 8px;
  display: flex;
  width: 100%;
  height: 48px;
  padding: 16px;
  margin-top: 32px;
  justify-content: center;
  cursor: pointer;
  border: none;
  align-items: center;
  gap: 5px;
  background: linear-gradient(265deg, #fff650 -19.82%, #ff24ef 119.39%);
}
.layui-laypage a,
.layui-laypage span {
  padding: 8px 20px !important;
  border-radius: 8px !important;
  border: none !important;
  background-color: #fff !important;
  box-shadow: 2px 0px 5px #ccc;
}
.layui-laypage-em {
  border-radius: 8px !important;
}
.layui-disabled {
  color: #333 !important;
}
.layui-disabled:hover {
  color: #333 !important;
}
.layui-laypage {
  display: flex !important;
  gap: 16px !important;
}
.timing {
  display: none;
}
.layui-input::placeholder {
  color: #98a2b3 !important;
  border-color: #d0d5dd;
}
.layui-input-prefix {
  display: none;
}
.layui-input-prefix .layui-icon {
  color: #98a2b3 !important;
}
.layui-form-item {
  margin-bottom: 24px;
}
.report {
  padding: 0 20px;
}
.report .footer {
  margin-top: 24px;
  justify-content: end;
  display: flex;
}
.report .footer button {
  border-radius: 4px;
}
.report .header {
  display: flex;
  justify-content: end;
  transform: translate(20px, -4px);
}
.report .header i {
  cursor: pointer;
  font-size: 20px;
}
.report .header i:hover {
  color: #ccc;
}
.report .notes {
  color: #4a5568;
  font-size: 12px;
  margin-top: 32px;
  text-align: center;
}
.select {
  margin-top: 24px;
  display: inline-block;
  width: 100%;
  height: 36px;
  position: relative;
  vertical-align: middle;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  color: #555;
  border: 1px solid #aaa;
  text-shadow: none;
  border-radius: 4px;
  transition: box-shadow 0.25s ease;
  z-index: 2;
}
.select option {
  height: 30px;
  line-height: 40px;
  font-size: 16px;
}
.select:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.select:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #ccc;
  top: 14px;
  right: 10px;
  cursor: pointer;
  z-index: -2;
}
.select select {
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select:focus {
  outline: none;
}
.layui-input:focus:focus,
.layui-textarea:focus:focus {
  border-color: #007bff !important;
}
.layui-textarea {
  margin-top: 24px;
}
.graphique {
  position: relative;
}
.graphique .header-titles {
  color: #121212;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 48px;
}
.graphique .closes {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 20px;
  cursor: pointer;
}
.graphique .layui-input {
  height: 48px;
  padding-left: 16px !important;
  border-color: #98a2b3 !important;
  border-radius: 4px;
}
.graphique .layui-input::placeholder {
  color: #98a2b3;
}
.graphique .captcha {
  height: 48px;
  margin-left: 16px;
  position: relative;
}
.graphique .captcha img {
  height: 100%;
}
.graphique .captcha div {
  position: absolute;
  right: 0px;
  bottom: -24px;
  width: 100px;
  color: #a9acb1;
  font-family: 'Microsoft YaHei';
  font-size: 12px;
  font-style: normal;
  cursor: pointer;
}
.graphique .captcha-bnt {
  color: #fcfcfd;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 16px */
  border-radius: 8px;
  display: flex;
  width: 100%;
  height: 48px;
  padding: 16px;
  margin-top: 48px;
  justify-content: center;
  cursor: pointer;
  border: none;
  align-items: center;
  gap: 5px;
  background: linear-gradient(265deg, #fff650 -19.82%, #ff24ef 119.39%);
}
.cropping-content {
  padding: 40px;
  padding-bottom: 0;
  display: flex;
  gap: 48px;
}
.cropping-content .preview {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cropping-content .preview .square {
  width: 144px;
  height: 144px;
  flex-shrink: 0;
}
.cropping-content .preview .circular {
  width: 144px;
  height: 144px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.img-text {
  margin: 0 40px;
  margin-top: 32px;
}
.img-text p {
  color: #94979e;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  /* 21.6px */
}
.img-text div {
  display: flex;
  margin: 0 auto;
  margin-top: 32px;
  width: 160px;
  height: 48px;
  cursor: pointer;
  padding: 16px;
  color: var(--foreground-onColor, #fcfcfd);
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  border-radius: 8px;
  background: linear-gradient(265deg, #fff650 -19.82%, #ff24ef 119.39%);
}
#form-logon,
#form-logon-phone {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
#form-logon .form-item,
#form-logon-phone .form-item {
  display: flex;
  gap: 8px;
  position: relative;
}
#form-logon .form-item .a-input,
#form-logon-phone .form-item .a-input {
  height: 40px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #dadad9;
}
#form-logon .form-item .required,
#form-logon-phone .form-item .required {
  display: none;
}
#form-logon .form-item .required,
#form-logon-phone .form-item .required {
  display: none;
  position: absolute;
  top: 40px;
  z-index: 9;
  left: 0px;
  width: 100%;
  font-size: 12px;
  color: red;
}
#form-logon .form-item .a-input::placeholder,
#form-logon-phone .form-item .a-input::placeholder {
  color: #b3b4b4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 15px */
}
#form-logon .form-item .input-suffix,
#form-logon-phone .form-item .input-suffix {
  position: absolute;
  width: fit-content;
  right: 20px;
  top: 50%;
  color: var(--primary-color);
  transform: translate(0, -50%);
  cursor: pointer;
}
#form-logon .form-item .input-suffix .timing,
#form-logon-phone .form-item .input-suffix .timing {
  display: none;
}
#form-logon button,
#form-logon-phone button {
  margin-top: 48px;
}
.desc-logon {
  color: #8f8f8f;
  font-size: 14px;
  margin-top: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 100%;
  /* 14px */
}
.a-button,
.a-button-phone {
  width: 320px;
  height: 44px;
  border: none;
  border-radius: 999px;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.a-button:active,
.a-button-phone:active {
  background: rgba(0, 70, 146, 0.994);
}
.a-button:hover,
.a-button-phone:hover {
  background: #006ee3;
}
.a-button:disabled {
  background: #424242;
  cursor: not-allowed;
}
.nickName {
  position: relative;
}
.nickName .errorName {
  position: absolute;
  top: 40px;
  z-index: 9;
  left: 0px;
  width: 100%;
  font-size: 12px;
  color: red;
  display: flex;
  align-items: center;
}
.nickName .successName {
  position: absolute;
  align-items: center;
  top: 40px;
  z-index: 9;
  left: 0px;
  width: 100%;
  font-size: 12px;
  display: flex;
  color: green;
}
.form-label {
  position: relative;
  width: fit-content;
}
.form-label::after {
  content: '*';
  position: absolute;
  color: red;
  font-size: 16px;
  right: -10px;
  top: -8px;
}
.no-label::after {
  content: '';
}
.vip {
  position: absolute;
  left: -112px;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 100px;
  height: 36px;
  border-radius: 4px;
  background: linear-gradient(135deg, #3555ff 0%, #8313db 100%);
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.vip-active {
  filter: grayscale(100%);
}
.head-user {
  padding: 12px 0;
  padding-bottom: 0px;
}
.head-user .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-user .header .info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.head-user .header .info .avatar {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  box-shadow: 0px 5px 26px 0px rgba(0, 0, 0, 0.08);
}
.head-user .header .info .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.head-user .header .info .info-left .name {
  color: #1c1d1f;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}
.head-user .header .info .info-left .id {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #68686a;
  font-size: 12px;
}
.head-user .header .icon {
  cursor: pointer;
}
.head-user .num-box {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.head-user .num-box .num {
  flex: 1;
  border-radius: 4px;
  border: 1px solid #ececec;
  padding: 12px;
}
.head-user .num-box .num .num-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 14px;
}
.head-user .num-box .num .num-header .num-title {
  color: #1c1d1f;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  align-items: center;
}
.head-user .num-box .num .num-header .num-more {
  color: #68686a;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 100%;
  /* 12px */
}
.head-user .num-box .num .num-content {
  margin: 20px 0;
  margin-bottom: 12px;
  text-align: center;
  color: #1c1d1f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}
.head-user .num-box .num:nth-child(1) {
  border-radius: 4px;
  border: 1px solid #eeedff;
  background: linear-gradient(180deg, #eeedff 0%, #fff 100%);
}
.head-user .num-box .num:nth-child(2) {
  border-radius: 4px;
  border: 1px solid #ffdede;
  background: linear-gradient(180deg, #ffdede 0%, #fff 100%);
}
.head-user .account {
  margin-top: 18px;
  border-radius: 4px;
  border: 1px solid #ececec;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  cursor: pointer;
  width: 368px;
  align-items: center;
  background: linear-gradient(180deg, #edf6ff 0%, #fff 100%);
}
.head-user .account .acct-info {
  display: flex;
  gap: 8px;
  align-items: center;
}
.head-user .account .acct-info img {
  border-radius: 999px;
  background: #21aaff;
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
}
.head-user .account .acct-info .acct-infos {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.head-user .account .acct-info .acct-infos .acct-name {
  color: #1c1d1f;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}
.head-user .account .acct-info .acct-infos .acct-member {
  color: #68686a;
  font-size: 12px;
  font-weight: 400;
}
.head-user .account .acct-info .acct-infos .acct-infot {
  display: flex;
  gap: 8px;
  color: #68686a;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  /* 12px */
  align-items: end;
}
.head-user .account .check-acc {
  color: #165dff;
  font-size: 12px;
  display: flex;
  font-weight: 400;
  align-items: center;
  height: fit-content;
  cursor: pointer;
  gap: 4px;
}
.head-user .account .check-acc svg {
  display: none;
}
.head-user .account .check-acc .cheage {
  display: block;
}
.head-user .account .check-acc .cheage svg {
  display: block !important;
}
.head-user .acc-item {
  width: 100%;
  background: transparent;
}
.head-user .acc-item:hover {
  background-color: #ececec;
}
.head-user .accActive {
  background: #f2f3f5;
}
.head-user .accActive .check-acc svg {
  display: block !important;
}
.head-user .information {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  margin-top: 18px;
  align-items: center;
  cursor: pointer;
}
.head-user .information .head {
  color: #1c1d1f;
  font-size: 14px;
  font-style: normal;
  align-items: center;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  display: flex;
  gap: 8px;
}
.head-user .information .nums {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  background-color: #ff5c5c;
  color: #fff;
  font-family: 'Microsoft YaHei';
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.iconText {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  padding-top: 24px;
  font-weight: 400;
  justify-content: center;
}
.iconText::after {
  content: '';
  display: block;
  width: calc(100%);
  height: 1px;
  background: #ececec;
  position: absolute;
  bottom: 50px;
  left: 0;
}
.iconText div {
  letter-spacing: 1px;
  margin-left: 10px;
}
.rab-drawer-mask {
  background-color: rgba(0, 0, 0, 0) !important;
}
.rab-tabs-nav .rab-tabs-tab-active {
  color: #165dff !important;
}
.rab-tabs-nav .rab-tabs-tab-active:active {
  background-color: #165dff !important;
}
#msgContentModal .rab-modal-body {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
.msgBoxBG {
  height: 640px;
  display: flex;
  color: #1c1d1f;
  background-color: #f6f7f9;
}
.msgBoxBG .leftBox {
  width: 214px;
  padding: 12px;
  background-color: #fff;
  border-radius: 16px;
  margin-right: 24px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.msgBoxBG .leftBox .leftTitle {
  font-size: 18px;
  padding: 12px;
}
.msgBoxBG .leftBox .leftContent {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 51px);
}
.msgBoxBG .leftBox .leftContent-msgItem {
  padding: 12px;
  cursor: pointer;
  border-radius: 6px;
}
.msgBoxBG .leftBox .leftContent-msgItem h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1c1d1f;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
}
.msgBoxBG .leftBox .leftContent-msgItem .neirong {
  max-height: 24px;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #68686a;
  font-family: 'Microsoft YaHei';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
}
.msgBoxBG .leftBox .leftContent-msgItem .neirong :deep(strong) {
  font-weight: 400 !important;
}
.msgBoxBG .leftBox .leftContent .active {
  background-color: #f6f7f9;
}
.msgBoxBG .rightBox {
  flex: 1;
  padding-right: 17px;
  padding-bottom: 10px;
}
.msgBoxBG .rightBox h3 {
  color: #1c1d1f;
  font-size: 16px;
  padding: 16px 0;
}
.msgBoxBG .msgBoxbeijing {
  max-height: calc(100% - 70px);
  overflow-y: auto;
  overflow-x: hidden;
}
.msgBoxBG .msgBox {
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
}
.msgBoxBG .msgBox-header .title {
  display: flex;
  font-family: 'Microsoft YaHei';
  gap: 20px;
  align-items: end;
}
.msgBoxBG .msgBox-header .title h4 {
  color: #1c1d1f;
  font-size: 16px;
  font-weight: 700;
}
.msgBoxBG .msgBox-header .title p {
  color: #969799;
  font-size: 14px;
  font-weight: 400;
}
.msgBoxBG .msgBox-content {
  width: 100%;
  margin-top: 20px;
}
.msgBoxBG .msgBox-content :deep(.ql-align-center) {
  text-align: center;
}
.msgBoxBG .msgBox-content :deep(img) {
  width: auto;
  max-width: 100%;
}
.msgBoxBG .msgBox-btn {
  text-align: right;
  margin-top: 14px;
  cursor: pointer;
}
.msgBoxBG .msgBox-btn .btnBox {
  color: #8e8e8f;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 12px 10px;
  padding-bottom: 4px;
}
.msgBoxBG .msgBox-btn .agree {
  color: #165dff;
  margin-left: 10px;
}
#msgDrawBox {
  display: none;
  position: fixed;
  top: 78px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.msgListBox .contentBox {
  height: calc(100vh - 170px);
  overflow-y: auto;
  overflow-x: hidden;
}
.msgListBox .contentBox .readType {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.msgListBox .contentBox .readType .btnBox {
  display: flex;
  align-items: center;
  gap: 12px;
}
.msgListBox .contentBox .readType-box {
  border-radius: 48px;
  background: #f1f1f1;
  width: 86px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  flex-shrink: 0;
  cursor: pointer;
}
.msgListBox .contentBox .readType .activeBox {
  background: #165dff;
  color: #fff;
}
.msgListBox .contentBox .cardBox {
  border-radius: 8px;
  background: #f6f7f9;
  padding: 12px;
  margin-bottom: 24px;
  transition: all 0.3s;
  cursor: pointer;
}
.msgListBox .contentBox .cardBox:hover {
  background: #eff1f7;
  transition: all 0.3s;
  box-shadow: #9fa2aa 0px 3pxpx 3px inset;
}
.msgListBox .contentBox .cardBox-content {
  max-height: 250px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.msgListBox .contentBox .cardBox h5 {
  color: #1c1d1f;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.msgListBox .contentBox .cardBox h5 > span {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.msgListBox .contentBox .cardBox h5 > svg {
  cursor: pointer;
}
.msgListBox .contentBox .cardBox :deep(.ql-align-center img) {
  width: 100%;
}
#newMsgModal .newMsgModalBox {
  width: 1000px;
  overflow: hidden;
  border-radius: 16px;
  padding-bottom: 16px;
}
#newMsgModal .newMsgModalBox-header {
  height: 124px;
  background: linear-gradient(135deg, #3555ff 0%, #8313db 100%);
  display: block;
  color: #fff;
  font-family: 'PingFang SC';
  font-size: 24px;
  font-weight: 600;
  line-height: 124px;
  text-align: center;
}
#newMsgModal .newMsgModalBox-header .box-title {
  width: 600px;
  position: absolute;
  left: 24px;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  right: 24px;
  text-align: left;
}
#newMsgModal .newMsgModalBox-header::after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  height: 100%;
  background: url(../assets/image/versionMsgBg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 124px;
}
#newMsgModal .newMsgModalBox .newMsgModalBox-footer {
  color: #fff;
  font-size: 14px;
  border-radius: 48px;
  background: #165dff;
  width: 120px;
  height: 38px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
#newMsgModal .newMsgModalBox-content {
  min-height: 200px;
  max-height: 600px;
  padding: 32px;
  overflow-y: auto;
  color: #1c1d1f;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
}
.newMsgModalBigBox .rab-modal-content {
  border-radius: 16px;
}
.newMsgModalBigBox .rab-modal-body {
  padding: 0;
}
.newMsgModalBigBox .rab-icon-ios-close {
  top: -4px;
  color: #fff !important;
}
.newMsgModalBigBox .rab-modal-close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
}
.head-userinfo-right {
  background: #f6f7f9;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  margin: auto 24px;
  align-items: center;
  cursor: pointer;
}
.head-userinfo-right:hover {
  background-color: #e2e3e5;
}
.activeIcon {
  background-color: #e2e3e5;
}
.member {
  margin-top: 18px;
  display: flex;
  height: 104px !important;
  justify-content: space-between;
  padding: 12px;
  border-radius: 8px;
  align-items: center;
}
.member .member-left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.member .member-left .vips {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
}
.member .member-left .vips svg {
  font-size: 28px;
}
.member .member-left .time {
  color: #68686a;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  /* 12px */
}
.member .member-left .desc {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  /* 12px */
  width: 102px;
  height: 21px;
  border-radius: 4px;
  padding: 4px 8px;
}
.member .member-left .desc-m {
  display: flex;
  gap: 25px;
  margin-left: 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  list-style-type: disc;
  /* 12px */
}
.member .member-left .desc-m li {
  list-style-type: disc;
}
.member .member-right {
  padding: 8px 12px;
  border-radius: 4px;
  background: #714200;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  height: fit-content;
  cursor: pointer;
}
.inner {
  position: relative;
}
.inner #inner-trigger {
  position: absolute;
  width: 400px;
  padding: 8px 16px;
  left: -416px;
  top: 0px;
  border-radius: 12px;
  background-color: #fff;
}
.inner #inner-trigger .team-list {
  max-height: 360px;
  overflow-y: auto;
}
.inner #whiteSpace {
  position: absolute;
  width: 120px;
  padding: 8px 16px;
  left: -60px;
  top: 0px;
  height: 104px;
  border-radius: 12px;
}
.rab-poptip-body-content {
  overflow: visible;
}
/* 默认隐藏 */
#inner-trigger {
  display: none;
}
/* 鼠标移入 .inner 或 #inner-trigger 时显示 */
.inner:hover #inner-trigger,
#inner-trigger:hover .whiteSpace:hover {
  display: block;
}
.rab-tabs-nav-wrap {
  overflow-y: visible !important;
  overflow-x: visible !important;
}
.activity-model {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.activity-model .activity-body {
  width: 1200px;
  height: 700px;
  background: url('../assets/activityUser.png') no-repeat center;
  background-size: 100%;
  border-radius: 24px;
  position: relative;
}
.activity-model .activity-body .close-btns {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  right: 36px;
  top: 36px;
  font-size: 16px;
  color: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}
.activity-model .activity-body .activity-text {
  width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  color: #5c4300;
  line-height: 200%;
  margin-top: 340px;
  text-indent: 2em;
  /* 新增：首行缩进两个字符 */
}
.activity-model .activity-body .activity-text span {
  color: #ff4b47;
  font-weight: bold;
  font-size: 20px;
}
.activity-model .activity-body .activity-title {
  display: flex;
  margin-top: 32px;
  color: #ff4b47;
  font-weight: bold;
  justify-content: center;
  font-size: 20px;
  align-items: flex-end;
  gap: 0;
}
.activity-model .activity-body .activity-title div {
  font-size: 24px;
}
.activity-model .activity-body .activity-bnt {
  margin: 0 auto;
  margin-top: 80px;
  width: 1080px;
  background: #ff4b47;
  color: #fff;
  height: 48px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 100px;
  /* 新增：圆角 */
}
.activity-model .activity-body .activity-bnt:hover {
  background: #ff4a47be;
}
