:root {
  --txt-color: #000000c7;
}
#app {
  height: 100% !important;
}
html {
  height: 100%;
}
body {
  font-family: Inter, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  height: 100%;
}
.my-card {
  border-radius: 8px;
  background-color: white;
  padding: 20px;
}
@media (max-width: 375px) {
.my-card {
    padding: 16px;
}
}
.mt-1 {
  margin-top: 10px !important;
}
.mt-2 {
  margin-top: 20px !important;
}
.mb-1 {
  margin-bottom: 10px !important;
}
.mb-2 {
  margin-bottom: 20px !important;
}
.m-1 {
  margin: 10px 0 !important;
}
.m-2 {
  margin: 20px 0 !important;
}
.p-1 {
  padding: 10px !important;
}
.p-2 {
  padding: 20px !important;
}
#nprogress .bar {
  height: 2px   !important;
  background: #1476ff !important;
}
#nprogress .peg {
  box-shadow: 0 0 10px #1476ff, 0 0 5px #1476ff !important;
}
.el-dialog {
  border-radius: 6px !important;
  width: 450px;
  /* 或其他默认宽度 */
}
@media (min-width: 1024px) {
.el-dialog {
    width: 500px !important;
}
}
/* ≤768px */
@media (max-width: 768px) {
.el-dialog {
    width: 400px !important;
}
}
/* ≤375px */
@media (max-width: 375px) {
.el-dialog {
    width: 350px !important;
}
}
/* ≤356px */
@media (max-width: 356px) {
.el-dialog {
    width: 320px !important;
}
}
.el-dialog__body {
  padding: unset;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
.ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
}
.circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.err-msg {
  margin-bottom: 10px;
  background-color: #fef0f0;
  color: #F56C6C;
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  line-height: 22px;
  word-break: break-word;
}
.el-form--label-top .el-form-item {
  margin-bottom: 8px;
}
.el-form-item__error {
  padding-top: 2px;
}
.el-form--label-top .el-form-item__label {
  padding: unset;
}
.my-footer {
  position: fixed;
  /* 使用固定定位 */
  left: 0;
  bottom: 0;
  /* 紧贴底部 */
  width: 100%;
  text-align: center;
  padding: 10px;
  color: var(--txt-color);
  font-size: 14px;
}
.my-footer .footer-text {
  line-height: 25px;
  cursor: pointer;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.el-tabs__nav-wrap::after {
  content: unset;
}
.el-message {
  max-width: 90%;
  min-width: unset;
  padding: 10px 20px;
  background-color: white;
  border: unset;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.el-message .el-message__content {
  color: #555;
  text-align: center;
}
.el-notification {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: none;
}
.phone {
  background-color: #1e1e2d !important;
}
.phone .el-drawer__body {
  background-color: #1e1e2d !important;
}

.content[data-v-762b2b1e] {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.content h1[data-v-762b2b1e] {
  font-size: 100px;
  font-weight: bold;
  color: #e74c3c;
}
.content p[data-v-762b2b1e] {
  font-size: 18px;
  color: #7f8c8d;
}

