<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*æŽˆæƒæ&nbsp;·å¼å¼€å§‹*/
.account-content-page.accredit-page {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  width: 100%;
  height: 100%;
}

.account-content-page.accredit-page&gt;div:not(:nth-child(3)) {
  width: 100%;
  background: white;
  border-radius: var(--radius);
  padding: 16px;
}

.warning-list {
  margin-left: 25px;
}

.warning-list li {
  list-style: block;
  font-size: 15px;
  line-height: 2.2;
}

.warning-list strong {
  color: #e60000;
  font-weight: bold;
}

.section-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.order-item {
  background-color: #f6f7f9;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.order-item-header {
  display: flex;
  justify-content: space-between;
  background-color: #f1f1f1;
  border-radius: 5px 5px 0px 0px;
  padding: 10px;
  font-size: 14px;
}

.order-item-body {
  padding: 10px;
}

.order-item-image {
  width: 100px;
  margin-right: 16px;
}

.order-item-body {
  display: flex;
}

.order-item-info {
  font-size: 14px;
}

.order-item-info p:first-of-type {
  color: #1a7af8;
}

.order-item-info * {
  margin-bottom: 10px;
}

.product-info {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.auth-form,
.auth-info {
  padding: 16px;
  background-color: white;
  border-radius: var(--radius);
}

.auth-info-box {
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #f1f1f1;
  border-radius: var(--radius);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.auth-info-box p {
  font-size: 14px;
  margin: 10px 0px;
}

.auth-info-box {
  font-size: 14px;
  margin: 10px 0px;
}

.auth-info-box .color-box {
  background-color: rgba(56, 88, 246, var(--opacity, 0.1));
  color: #0028ee;
  border-radius: 5px;
  padding: 3px;
}

.auth-form-box {
  font-size: 14px;
  background-color: #f6f7f9;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.auth-form-box .auth-form-box-header {
  padding: 10px;
  display: flex;
  border-radius: 8px 8px 0px 0px;
  margin: 10px 0px;
  background: rgba(56, 88, 246, var(--opacity, 0.1));
  align-items: center;
  justify-content: space-between;
}

.auth-form-box-header button {
  border-radius: var(--radius);
  padding: 5px;
  background-color: #1a7af8;
  color: white;
  font-size: 12px;
}

.auth-form-box-body {
  padding: 0px 10px;
  padding-bottom: 5px;
}

.auth-form-box-body&gt;div {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.product-select-box&gt;select,
.domain-input-box&gt;input,
.ip-input-box&gt;input {
  margin-top: 10px;
  background: white;
  width: 50%;
  font-size: 10px;
  border: 1px solid #1a7af8;
  border-radius: 4px;
  padding: 5px 3px;
  padding-left: 4px;
  caret-color: #1a7af8;
}

.auth-form-box-body p {
  padding: 5px;
  border-radius: 4px;
  background-color: #1a7af8;
  color: white;
  width: 70px;
  display: flex;
  justify-content: center;
}

.auth-button {
  align-items: flex-end;
}

.select-theme {
  margin-top: 10px;
}

.select-theme span {
  background-color: #979b9e94;
  color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
  position: relative;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  transition: all 1s;
}

.select-theme span.active {
  background-color: #1a7af8;
  transition: all 1s;
}

/*æŽˆæƒä¿¡æ¯å¼¹çª—*/
.auth-pop.pop-box {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-item-blcok {
  width: 35%;

  opacity: 1;
  background-color: #f6f7f9;
  border-radius: var(--radius);
  margin-left: 13%;
}

.auth-item-head-blcok {
  max-height: 50px;
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(56, 88, 246, var(--opacity, 0.1));
  align-items: center;
}

.auth-item-head-blcok div {
  padding: 10px;
  text-align: center;
}

.auth-item-head-blcok div:nth-child(1),
.auth-item-head-blcok div:nth-child(2),
.auth-item-head-blcok div:nth-child(4) {
  width: 25%;
}

.auth-item-head-blcok div:nth-child(3) {
  width: 15%;
}

.auth-item-head-blcok div:nth-child(5),
.auth-item-head-blcok div:nth-child(6) {
  width: 12.5%;
}


.auth-list-box {
  display: flex;
  align-items: center;
}

.auth-list-box div {
  text-align: center;
  padding: 10px;
}

.auth-list-box div:not(:last-child) {
  border-right: solid 1px #0000000f;
}

.auth-item-body-blcok .auth-list-box&gt;div:nth-child(1),
.auth-item-body-blcok .auth-list-box&gt;div:nth-child(2),
.auth-item-body-blcok .auth-list-box&gt;div:nth-child(4) {
  width: 25%;
}

.auth-item-body-blcok .auth-list-box&gt;div:nth-child(3) {
  width: 15%;
}

.auth-item-body-blcok .auth-list-box&gt;div:nth-child(5) {
  width: 12.5%;
}

.auth-item-body-blcok .auth-list-box&gt;div:nth-child(5) button {
  background: #1a7af8;
  border-radius: 2px;
  padding: 5px;
  color: white;
  font-size: 12px;
}

.auth-item-back {
  max-height: 200px;
  overflow: hidden;
  height: 100vh;
  position: relative;
}

.auth-item-back::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  border-radius: var(--radius);
}

.auth-item-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
}

.down-box {
  padding: 0px 10px;
  display: flex;
}

.down-box-title {
  position: relative;
}

.down-box-title h1 {
  font-size: 20px;
}

.down-box-title b {
  position: absolute;
  top: -10px;
  right: 55px;
  font-size: 10px;
  padding: 3px;
  border-radius: 2px;
  background-color: #1a7af8;
  color: white;
}

.theme-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  margin: 0px 10px;
  padding: 20px 20px;
  background: aliceblue;
  border-radius: var(--radius);
  min-height: 140px;
}

.theme-card p {
  font-size: 14px;
  color: #61666d;
  margin-top: 8px;
}

.theme-card button {
  padding: 5px;
  border-radius: 4px;
  background-color: #1a7af8;
  color: white;
  width: 70px;
  display: flex;
  justify-content: center;
}

.down-box-button {
  margin-top: 15px;
}

.group-chat-qr {
  display: flex;
}

.group-chat {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.group-chat a {
  width: 33%;
}

.group-chat img {
  width: 100%;
}

.group-box {
  padding: 15px 10px;
}

.group-box-list-item {
  margin-top: 20px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: var(--radius);
}

.group-box-list-item li {
  list-style: disc;
  margin-left: 20px;
  font-size: 14px;
}

.extend-box {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: var(--radius);
  width: 100%;
  height: 100%;
}

.extend-list {
  margin-top: 20px;
}

.extend-list img {
  width: 80px;
}

.extend-list-box {
  padding: 10px;
  background-color: #b5cde47a;
  border-radius: var(--radius);
  width: 80px;
}

.extend-text {
  font-size: 14px;
  color: #e60000;
}

/*ç”¨æˆ·æŽˆæƒé¡µç»“æŸ*/</pre></body></html>