.main-card-title {
  font-size: 0.28rem;
  line-height: 0.28rem;
}
.content-box {
  margin-top: 0.4rem;
}
.box-top {
  height: 1rem;
  width: 100%;
  border-bottom: 1px solid #e6e7eb;
  display: flex;
  align-items: center;
}
.right-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.name-text {
  font-size: 0.32rem;
  font-family: Helvetica;
  font-weight: bold;
  line-height: 0.32rem;
  color: #1e2736;
}
.name-country {
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
}
.country-img {
  height: 0.25rem;
  width: 0.4rem;
}
.attestation-status {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-left: 0.04rem;
}
.attestation-status > img {
  width: 0.26rem;
  height: 0.26rem;
}
.attestation-text {
  cursor: pointer;
  margin-left: 0.1rem;
  font-size: 0.14rem;
  color: #1e2736;
}
.bule-text {
  color: var(--color-primary) !important;
}
.bule-text .el-icon-arrow-right {
  margin-left: 0.08rem;
}
.box-main {
  margin-top: 0.4rem;
}
.el-popconfirm .el-popconfirm__main {
  margin: 14px 0;
}
.el-popconfirm .el-popconfirm__action .el-button {
  display: initial !important;
}
.account-title,
.basic-title {
  border-left: 3px solid var(--color-primary);
  padding-left: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.16rem;
  font-weight: 400;
}
.account {
  margin-top: 0.62rem !important;
}
.basic > .el-row,
.account > .el-row {
  margin-top: 0.43rem;
}
.oauth {
  margin-top: 0.62rem;
}
.wx-switch {
  margin-top: 0.43rem;
}
.oauth-box {
  margin-top: 0.43rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.43rem;
}
.box-item {
  display: flex;
  flex-direction: column;
  font-family: PingFang SC;
}
.box-item-t {
  font-size: 0.13rem;
  font-weight: 500;
  height: 0.2rem;
  color: #8692b0;
  margin-bottom: 0.25rem;
}
.box-item-b > .el-input,
.box-item-b .el-select,
.box-item-b .el-textarea {
  width: 3.2rem;
  border: none;
  border-bottom: 1px solid #e6e7eb;
}
.el-textarea .el-textarea__inner {
  padding: 0;
  border: none;
}
.box-item-b .el-input__inner {
  border: none;
  padding: 0;
}
.btn-save {
  width: 0.88rem;
  height: 0.32rem;
  margin-top: 0.43rem;
  background: var(--color-primary);
  border-radius: 3px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.el-input.is-disabled .el-input__inner {
  background: #ffffff;
}
.el-input__inner {
  height: 0.46rem;
}
.el-input__suffix {
  display: flex;
  align-items: center;
}
.input-with-select .el-input-group__prepend {
  width: 60px;
  border: none;
  background: #ffffff;
}
.edit-icon {
  cursor: pointer;
  padding: 0.15rem;
}
.el-dialog__body {
  padding: 0.3rem 0.8rem;
  font-size: 0.16rem;
}
.mian-form {
  margin-top: 0.4rem;
}
.input-btn {
  display: flex;
  flex-direction: row;
}
.code-btn {
  margin-left: 0.12rem;
  width: 1.3rem;
  background: #eef4ff;
  opacity: 1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}
.select-input {
  width: auto !important;
  min-width: 1.14rem;
}
.com-search {
  display: flex;
  justify-content: flex-end;
  padding: 0.2rem 0;
}
.msg-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0;
}
.msgsearch-left {
  display: flex;
  align-items: center;
}
.msgsearch-left .el-button {
  border-radius: 0.03rem;
  border: 0.01rem solid var(--color-primary);
  color: var(--color-primary);
  font-size: 0.16rem;
  margin-right: 0.1rem;
}
.msgsearch-right {
  display: flex;
}
.msgsearch-right .el-select {
  width: 2.4rem;
  margin-right: 0.1rem;
  border: none;
}
.msgsearch-right .search-btn {
  margin-left: 0.1rem;
  background: var(--color-primary);
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
}
.a-text {
  color: #171725;
}
.a-text:hover {
  color: var(--color-primary);
  cursor: pointer;
  text-decoration: underline;
}
.msg-status {
  margin-right: 0.05rem;
}
.is-read {
  color: #8692b0;
}
.no-read {
  color: var(--color-primary);
}
tr > td {
  padding-left: 20px !important;
}
th {
  padding-left: 20px !important;
}
.forget-pass {
  display: flex;
  justify-content: flex-end;
  line-height: 0.14rem;
  font-size: 0.14rem;
  margin-top: 0.04rem;
}
.forget-pass > a {
  color: var(--color-primary);
  cursor: pointer;
}
.login-top {
  display: flex;
  flex-direction: row;
  margin-top: 0.3rem;
}
.login-email,
.login-phone {
  color: #666b80;
  cursor: pointer;
}
.login-phone {
  margin-left: 0.4rem;
}
.active {
  color: var(--color-primary);
  padding-bottom: 0.14rem;
  border-bottom: 2px solid var(--color-primary);
}
.form-main {
  margin-top: 0.3rem;
}
.form-item {
  margin-top: 0.3rem;
}
.code-item {
  display: flex;
  flex-direction: row;
}
.rember-item {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rember-item a {
  color: var(--color-primary);
  cursor: pointer;
}
.login-btn {
  width: 100%;
  height: 0.46rem;
  background: var(--color-primary);
}
.read-item {
  margin-top: 0.2rem;
}
.read-item a {
  color: var(--color-primary);
  cursor: pointer;
}
.line-item {
  margin-top: 0.4rem;
}
.line-item text {
  font-size: 16px;
  color: #1e2736;
}
.type-btn {
  width: 100%;
  height: 0.46rem;
  font-size: 0.16rem;
}
.code-pass-select {
  width: auto;
  height: 44px;
  border: 1px solid #e6e7eb;
  border-right: none;
}
.el-message-box__btns {
  display: flex;
  flex-direction: row-reverse;
}
.el-message-box__btns > .el-button {
  display: inline-block;
  margin-left: 10px;
}
.mobel {
  display: none;
}
@media screen and (max-width: 750px) {
  .main-card-title {
    font-size: 0.48rem;
  }
  .name-text {
    font-size: 0.4rem;
  }
  .basic-title,
  .account-title {
    font-size: 0.36rem;
    font-family: PingFang SC;
    font-weight: 800;
    line-height: 0.36rem;
    color: var(--color-primary);
    border-left: none;
    padding-left: 0;
  }
  .box-item-t {
    font-size: 0.28rem;
    height: 0.28rem;
  }
  .el-row {
    display: flex;
    flex-direction: column;
  }
  .el-col {
    width: 100%;
  }
  .box-item-b > .el-input,
  .box-item-b .el-select,
  .box-item-b .el-textarea {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .el-input__inner {
    font-size: 0.32rem;
    height: auto;
  }
  .btn-save {
    width: calc(100% - 0.6rem);
    margin: 0 auto;
    margin-top: 0.43rem;
    height: 0.8rem;
    font-size: 0.34rem;
  }
  .code-btn {
    width: auto;
    height: 0.8rem;
    font-size: 0.32rem;
  }
  .dialog-footer {
    flex-direction: column;
  }
  .dialog-footer .btn-ok,
  .dialog-footer .btn-no {
    width: 100%;
    height: 0.8rem;
    font-size: 0.34rem;
  }
  .dialog-footer .btn-no {
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .el-form-item__label {
    font-size: 0.32rem;
  }
  .edit-icon {
    font-size: 0.4rem;
  }
  .dialog-title {
    font-size: 0.36rem;
  }
  .forget-pass {
    font-size: 0.28rem;
    line-height: 0.29rem;
  }
  .content_searchbar .left_tips .tips_item {
    margin-right: 0.1rem;
  }
  .searchbar {
    width: 100%;
  }
  .searchbar .el-input {
    margin-left: 0;
    width: 100% !important;
  }
  .mob-searchbar {
    margin-top: 0.53rem;
  }
  .mob-search-input {
    height: 0.8rem;
    background: rgba(134, 146, 176, 0.1);
    border-radius: 3px 3px 0px 0px;
  }
  .mob-search-input > input {
    height: 0.8rem;
    background: rgba(134, 146, 176, 0.1);
    border-radius: 3px 3px 0px 0px;
  }
  .mob-tabledata {
    display: flex;
    flex-direction: column;
    border: 1px solid #d7d8db;
    border-radius: 0px 0px 3px 3px;
  }
  .mob-tabledata-item {
    height: auto;
    border-bottom: 1px solid #d7d8db;
    display: flex;
    flex-direction: column;
    padding: 0 0.3rem;
  }
  .mob-item-row {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
  }
  .mob-item-row1,
  .mob-item-row3,
  .mob-item-row-notes {
    font-size: 0.26rem;
    line-height: 0.27rem;
    color: #8692b0;
  }
  .mob-item-row2-name {
    font-size: 0.32rem;
    line-height: 0.33rem;
  }
  .mob-item-row3 {
    margin-bottom: 0.4rem;
  }
  .back-top-img {
    width: 0.88rem;
    position: fixed;
    right: 0.3rem;
    bottom: 1.17rem;
  }
  .bottom-text {
    font-size: 0.26rem;
    line-height: 0.27rem;
    color: #8692b0;
    margin: 0.4rem 0;
    display: flex;
    justify-content: center;
  }
  .basic > .el-row:nth-child(3) {
    margin-top: 0;
  }
.select-input > .el-input--suffix {
  width: 1.86rem;
}
}
.edit-pass .password-rule-form-item {
  position: relative;
}
.edit-pass .password-rule-popover {
  position: absolute;
  left: 0;
  top: calc(100% + 0.08rem);
  z-index: 20;
  width: 100%;
  box-sizing: border-box;
  padding: 0.16rem 0.2rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  line-height: 1.4;
}
.edit-pass .password-rule-title {
  margin-bottom: 0.1rem;
  color: #1E2736;
  font-size: 14px;
  font-weight: 600;
}
.edit-pass .password-rule-item {
  display: flex;
  align-items: flex-start;
  gap: 0.08rem;
  color: #909399;
  font-size: 13px;
  line-height: 20px;
}
.edit-pass .password-rule-item + .password-rule-item {
  margin-top: 0.05rem;
}
.edit-pass .password-rule-item i {
  margin-top: 3px;
  flex: 0 0 auto;
}
.edit-pass .password-rule-item.is-pass {
  color: #21BA45;
}

/* CODQE business-page reconstruction */
#account .content-box {
  margin-top: 0;
}

#account .box-top {
  height: auto;
  min-height: 88px;
  padding: 20px 0;
  border-bottom: 1px solid var(--td-border-level-1-color);
}

#account .right-name {
  gap: 24px;
}

#account .name-text {
  color: var(--td-text-color-primary);
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

#account .name-country {
  min-height: 18px;
  margin-top: 4px;
}

#account .country-img {
  width: 24px;
  height: 16px;
  border-radius: 1px;
  object-fit: cover;
}

#account .attestation-status {
  min-height: 32px;
  margin: 0;
  padding: 5px 10px;
  border-radius: var(--td-radius-default);
  background: var(--td-brand-color-1);
}

#account .attestation-status > img {
  width: 20px;
  height: 20px;
}

#account .attestation-text {
  margin-left: 8px;
  color: var(--td-text-color-secondary);
  font-size: 13px;
  line-height: 20px;
}

#account .box-main {
  margin-top: 0;
}

#account .basic,
#account .account,
#account .oauth {
  padding: 24px 0;
  border-bottom: 1px solid var(--td-border-level-1-color);
}

#account .account,
#account .oauth {
  margin-top: 0 !important;
}

#account .basic > .el-row,
#account .account > .el-row {
  display: grid;
  margin: 20px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 24px;
}

#account .basic > .el-row:first-child,
#account .account > .el-row:first-child {
  margin-top: 0;
  grid-template-columns: 1fr;
}

#account .basic > .el-row > .el-col,
#account .account > .el-row > .el-col {
  width: auto;
  min-width: 0;
}

#account .basic > .el-row > .el-col:empty,
#account .account > .el-row > .el-col:empty {
  display: none;
}

#account .basic-title,
#account .account-title {
  padding: 0;
  border: 0;
  color: var(--td-text-color-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

#account .box-item {
  min-width: 0;
  font-family: inherit;
}

#account .box-item-t {
  display: flex;
  height: auto;
  min-height: 22px;
  margin: 0 0 8px;
  align-items: center;
  gap: 8px;
  color: var(--td-text-color-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

#account .box-item-b > .el-input,
#account .box-item-b .el-select,
#account .box-item-b .el-textarea {
  width: 100%;
  border: 0;
}

#account .box-item-b .el-input__inner,
#account .box-item-b .el-textarea__inner {
  padding: 0 12px;
  border: 1px solid var(--td-border-level-2-color);
}

#account .box-item-b .el-textarea__inner {
  padding-top: 8px;
  padding-bottom: 8px;
}

#account .edit-icon {
  padding: 0 8px;
  color: var(--td-brand-color);
}

#account .custom-form {
  margin-top: 24px;
}

#account .oauth-box {
  margin-top: 20px;
  gap: 16px;
}

#account .wx-switch {
  margin-top: 20px;
}

#account .btn-save {
  min-width: 88px;
  margin-top: 24px;
}

#account .com-search,
#account .msg-search {
  padding: 0;
}

#account .content_table,
#account .tabledata {
  min-width: 0;
}

#account .msgsearch-left .el-button {
  margin: 0;
  border-color: var(--td-border-level-2-color);
  color: var(--td-text-color-primary);
  font-size: 14px;
}

#account .msgsearch-right .el-select {
  width: 180px;
  margin: 0;
}

#account .msgsearch-right .el-input {
  width: 220px !important;
}

#account tr > td,
#account th {
  padding-left: 0 !important;
}

#account .a-text {
  color: var(--td-text-color-primary);
}

#account .a-text:hover {
  color: var(--td-brand-color);
  text-decoration: none;
}

#account .no-read {
  color: var(--td-brand-color);
}

#account .is-read {
  color: var(--td-text-color-placeholder);
}

#account .code-btn {
  width: auto;
  min-width: 112px;
  margin-left: 8px;
  border: 1px solid var(--td-brand-color-2);
  border-radius: var(--td-radius-default);
  background: var(--td-brand-color-1);
  color: var(--td-brand-color);
}

#account .forget-pass {
  margin-top: 4px;
  color: var(--td-text-color-secondary);
  font-size: 13px;
  line-height: 20px;
}

#account .password-rule-popover {
  top: calc(100% + 8px);
  padding: 12px 16px;
  border-color: var(--td-border-level-1-color);
  border-radius: var(--td-radius-medium);
  box-shadow: var(--td-shadow-2);
}

@media screen and (max-width: 900px) {
  #account .basic > .el-row,
  #account .account > .el-row {
    grid-template-columns: 1fr;
  }

  #account .right-name {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  #account .box-item-b > .el-input,
  #account .box-item-b .el-select,
  #account .box-item-b .el-textarea {
    margin-bottom: 0;
  }

  #account .btn-save {
    width: 100%;
    height: 40px;
    margin: 24px 0 0;
    font-size: 14px;
  }

  #account .msgsearch-left,
  #account .msgsearch-right {
    width: 100%;
  }
}
