/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.isolate {
  isolation: isolate;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.container {
  width: 100%;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.w-full {
  width: 100%;
}
.flex-shrink {
  flex-shrink: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.resize {
  resize: both;
}
.flex-wrap {
  flex-wrap: wrap;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
:root {
  --header-bg-height: 210px;
  --primary-color: #FF0000;
  --secondary-color: #FFE6E6;
  --accent-color: #F8171D;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto, Roboto;
}
html, body {
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #f5f5f5;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
img {
  cursor: pointer;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
.no-jurisdiction {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
}
.no-jurisdiction-img {
  width: 394px;
  height: 216px;
  margin-bottom: 22px;
}
.no-content {
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 16px;
  color: var(--primary-color);
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}
.flex {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-around {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.flex-1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 4px;
}
.m-2 {
  margin: 8px;
}
.m-3 {
  margin: 12px;
}
.m-4 {
  margin: 16px;
}
.m-5 {
  margin: 20px;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 4px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-3 {
  margin-top: 12px;
}
.mt-4 {
  margin-top: 16px;
}
.mt-5 {
  margin-top: 20px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-5 {
  margin-bottom: 20px;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 4px;
}
.ml-2 {
  margin-left: 8px;
}
.ml-3 {
  margin-left: 12px;
}
.ml-4 {
  margin-left: 16px;
}
.ml-5 {
  margin-left: 20px;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 4px;
}
.mr-2 {
  margin-right: 8px;
}
.mr-3 {
  margin-right: 12px;
}
.mr-4 {
  margin-right: 16px;
}
.mr-5 {
  margin-right: 20px;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 4px;
}
.p-2 {
  padding: 8px;
}
.p-3 {
  padding: 12px;
}
.p-4 {
  padding: 16px;
}
.p-5 {
  padding: 20px;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 4px;
}
.pt-2 {
  padding-top: 8px;
}
.pt-3 {
  padding-top: 12px;
}
.pt-4 {
  padding-top: 16px;
}
.pt-5 {
  padding-top: 20px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 4px;
}
.pb-2 {
  padding-bottom: 8px;
}
.pb-3 {
  padding-bottom: 12px;
}
.pb-4 {
  padding-bottom: 16px;
}
.pb-5 {
  padding-bottom: 20px;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 4px;
}
.pl-2 {
  padding-left: 8px;
}
.pl-3 {
  padding-left: 12px;
}
.pl-4 {
  padding-left: 16px;
}
.pl-5 {
  padding-left: 20px;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 4px;
}
.pr-2 {
  padding-right: 8px;
}
.pr-3 {
  padding-right: 12px;
}
.pr-4 {
  padding-right: 16px;
}
.pr-5 {
  padding-right: 20px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-primary {
  color: var(--primary-color);
}
.text-success {
  color: #67c23a;
}
.text-warning {
  color: #e6a23c;
}
.text-danger {
  color: #f56c6c;
}
.text-info {
  color: #909399;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
.text-gray {
  color: #666666;
}
.text-light-gray {
  color: #999999;
}
.font-bold {
  font-weight: bold;
}
.font-normal {
  font-weight: normal;
}
.font-light {
  font-weight: 300;
}
.font-sm {
  font-size: 12px;
}
.font-md {
  font-size: 14px;
}
.font-lg {
  font-size: 16px;
}
.font-xl {
  font-size: 18px;
}
.font-xxl {
  font-size: 20px;
}
.border {
  border: 1px solid #dcdfe6;
}
.border-top {
  border-top: 1px solid #dcdfe6;
}
.border-bottom {
  border-bottom: 1px solid #dcdfe6;
}
.border-left {
  border-left: 1px solid #dcdfe6;
}
.border-right {
  border-right: 1px solid #dcdfe6;
}
.border-none {
  border: none;
}
.border-radius {
  border-radius: 4px;
}
.border-radius-sm {
  border-radius: 2px;
}
.border-radius-lg {
  border-radius: 8px;
}
.border-radius-xl {
  border-radius: 12px;
}
.shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.shadow-lg {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.shadow-xl {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.bg-white {
  background-color: #ffffff;
}
.bg-primary {
  background-color: var(--primary-color);
}
.bg-success {
  background-color: #67c23a;
}
.bg-warning {
  background-color: #e6a23c;
}
.bg-danger {
  background-color: #f56c6c;
}
.bg-info {
  background-color: #909399;
}
.bg-gray {
  background-color: #f5f5f5;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.position-sticky {
  position: sticky;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.overflow-scroll {
  overflow: scroll;
}
.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.w-25 {
  width: 25%;
}
.w-auto {
  width: auto;
}
.h-100 {
  height: 100%;
}
.h-50 {
  height: 50%;
}
.h-25 {
  height: 25%;
}
.h-auto {
  height: auto;
}
.card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
}
.card-header {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.card-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.card-body {
  padding: 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.btn:hover {
  opacity: 0.8;
}
.btn:active {
  transform: translateY(1px);
}
.btn-primary {
  background-color: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
}
.btn-success {
  background-color: #67c23a;
  color: #ffffff;
  border-color: #67c23a;
}
.btn-warning {
  background-color: #e6a23c;
  color: #ffffff;
  border-color: #e6a23c;
}
.btn-danger {
  background-color: #f56c6c;
  color: #ffffff;
  border-color: #f56c6c;
}
.btn-info {
  background-color: #909399;
  color: #ffffff;
  border-color: #909399;
}
.btn-outline {
  background-color: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-outline:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}
.form-group {
  margin-bottom: 20px;
}
.form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}
.form-control {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}
.form-control:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
}
.form-control.error {
  border-color: #f56c6c;
}
.form-error {
  color: #f56c6c;
  font-size: 12px;
  margin-top: 4px;
}
.table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.table th,
.table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}
.table th {
  background-color: #fafafa;
  font-weight: 600;
  color: #333;
}
.table tr:hover {
  background-color: #f5f7fa;
}
@media (max-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
}
@media (max-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
}
.fade-in {
  animation: fadeIn 0.3s ease-in;
}
.slide-up {
  animation: slideUp 0.3s ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-help {
  cursor: help;
}
.user-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.user-select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.overflow-scroll {
  overflow: scroll;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-break {
  word-break: break-word;
  word-wrap: break-word;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.section-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  padding-left: 8px;
  border-left: 4px solid var(--primary-color);
}
button[disabled] {
  cursor: not-allowed !important;
}
.el-select :deep(.el-input__wrapper) {
  border-color: #FF0000 !important;
  box-shadow: 0 0 0 1px #FF0000 inset !important;
}
.el-select :deep(.el-input__wrapper:hover) {
  border-color: #FF0000 !important;
  box-shadow: 0 0 0 1px #FF0000 inset !important;
}
.el-select :deep(.el-input__wrapper.is-focus) {
  border-color: #FF0000 !important;
  box-shadow: 0 0 0 1px #FF0000 inset !important;
}
.el-select :deep(.el-input__inner) {
  color: #FF0000 !important;
}
.el-select :deep(input) {
  color: #FF0000 !important;
}
.el-select :deep(input::-moz-placeholder) {
  color: #FF0000 !important;
}
.el-select :deep(input::placeholder) {
  color: #FF0000 !important;
}
.el-select :deep(.el-select__placeholder) {
  color: #FF0000 !important;
}
.el-select__placeholder.is-transparent {
  color: #FF0000 !important;
}
.el-select__placeholder.is-transparent:hover {
  color: #FF0000 !important;
}
.el-select__placeholder.is-transparent:focus {
  color: #FF0000 !important;
}
.el-select__placeholder.is-transparent:active {
  color: #FF0000 !important;
}
.el-date-editor :deep(.el-input__wrapper) {
  border-color: #FF0000 !important;
  box-shadow: 0 0 0 1px #FF0000 inset !important;
}
.el-date-editor :deep(.el-input__wrapper:hover) {
  border-color: #FF0000 !important;
  box-shadow: 0 0 0 1px #FF0000 inset !important;
}
.el-date-editor :deep(.el-input__wrapper.is-focus) {
  border-color: #FF0000 !important;
  box-shadow: 0 0 0 1px #FF0000 inset !important;
}
.el-date-editor :deep(.el-range-input) {
  color: #FF0000 !important;
}
.el-date-editor :deep(.el-range-input::-moz-placeholder) {
  color: #FF0000 !important;
}
.el-date-editor :deep(.el-range-input::placeholder) {
  color: #FF0000 !important;
}
.el-date-editor :deep(.el-range-separator) {
  color: #FF0000 !important;
}
.el-date-editor :deep(.el-range__icon) {
  color: #FF0000 !important;
}
.el-select .el-input__wrapper,
.el-select .el-input__wrapper:hover,
.el-select .el-input__wrapper.is-focus,
.el-select .el-input__wrapper.is-hovering {
  border: 1px solid #FF0000 !important;
  box-shadow: none !important;
}
.el-select input {
  color: #FF0000 !important;
}
.el-select input::-moz-placeholder {
  color: #FF0000 !important;
}
.el-select input::placeholder {
  color: #FF0000 !important;
}
.el-select .el-select__caret,
.el-select .el-icon {
  color: #FF0000 !important;
}
.el-select .el-select__suffix {
  color: #FF0000 !important;
}
.el-select .el-input__suffix {
  color: #FF0000 !important;
}
.el-select .el-input__suffix-inner {
  color: #FF0000 !important;
}
.el-date-editor .el-input__wrapper,
.el-date-editor .el-input__wrapper:hover,
.el-date-editor .el-input__wrapper.is-focus,
.el-date-editor .el-input__wrapper.is-hovering {
  border: 1px solid #FF0000 !important;
  box-shadow: none !important;
}
.el-date-editor .el-range-input {
  color: #FF0000 !important;
}
.el-date-editor input::-moz-placeholder {
  color: #FF0000 !important;
}
.el-date-editor input::placeholder {
  color: #FF0000 !important;
}
.el-date-editor .el-range-separator {
  color: #FF0000 !important;
}
.el-date-editor .el-range__icon {
  color: #FF0000 !important;
}
.el-date-editor .el-icon {
  color: #FF0000 !important;
}
.el-date-editor .el-input__prefix {
  color: #FF0000 !important;
}
.el-date-editor .el-icon svg {
  color: #FF0000 !important;
  fill: #FF0000 !important;
}
.el-date-editor input.el-range-input {
  color: #FF0000 !important;
}
.el-select .el-select__wrapper,.el-date-editor {
  background-color: #FFE6E6;
}
.el-select,
.el-date-editor {
  --el-border-color: #FF0000;
  --el-border-color-hover: #FF0000;
  --el-input-border-color: #FF0000;
  --el-input-hover-border-color: #FF0000;
  --el-input-focus-border-color: #FF0000;
  --el-input-text-color: #FF0000;
  --el-input-placeholder-color: #FF0000;
  --el-select-input-focus-border-color: #FF0000;
  --el-color-primary: #FF0000 !important;
}
.el-select .el-select__suffix .el-icon svg {
  color: #FF0000 !important;
  fill: #FF0000 !important;
}
.el-select-dropdown__item.selected {
  color: #FF0000 !important;
}
.el-select-dropdown__item.is-selected {
  color: #FF0000 !important;
}
.el-select__wrapper.is-disabled .el-select__selected-item {
  color: #FF0000 !important;
}
.el-select__wrapper.is-disabled, .el-select__wrapper.is-disabled:hover {
  box-shadow: 0 0 0 1px #FF0000 inset !important;
}
.el-switch.is-checked .el-switch__core {
  background-color: #F8171D !important;
  border-color: #F8171D !important;
}
.el-date-editor .el-picker-panel__content .el-date-table td.selected .el-date-table-cell__text {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.el-date-editor .el-picker-panel__content .el-date-table td.today .el-date-table-cell__text {
  color: #FF0000 !important;
  font-weight: bold;
}
.el-date-editor .el-picker-panel__content .el-date-table td.in-range .el-date-table-cell {
  background-color: #FFE6E6 !important;
}
.el-date-editor .el-picker-panel__content .el-date-table td.start-date .el-date-table-cell__text,
.el-date-editor .el-picker-panel__content .el-date-table td.end-date .el-date-table-cell__text {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.el-date-range-picker .el-picker-panel__content .el-date-table td.selected .el-date-table-cell__text {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.el-date-range-picker .el-picker-panel__content .el-date-table td.in-range .el-date-table-cell {
  background-color: #FFE6E6 !important;
}
.el-date-range-picker .el-picker-panel__content .el-date-table td.today .el-date-table-cell__text,
td.today .el-date-table-cell__text {
  color: #FF0000 !important;
  font-weight: bold;
}
.el-date-range-picker .el-picker-panel__content .el-date-table td.start-date .el-date-table-cell__text,
.el-date-range-picker .el-picker-panel__content .el-date-table td.end-date .el-date-table-cell__text,
td.current .el-date-table-cell__text {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
td:hover, .el-date-table-cell:hover {
  color: #FF0000 !important;
}
.el-picker-panel__icon-btn:hover {
  color: #FF0000 !important;
}
.el-pager li.is-active, .el-pager li:hover {
  color: #FF0000 !important;
}
.el-radio__input.is-checked .el-radio__inner {
  border-color: #FF0000 !important;
}
.el-radio__input.is-checked .el-radio__inner:after {
  background-color: #FF0000 !important;
}
.el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #FF0000 inset !important;
}
.el-input {
  .el-input__wrapper {
    background: #FFE6E6;
    box-shadow: 0 0 0 1px #FF0000 inset;
    transition: all 0.3s ease;
    color: #FF0000;
    &:hover {
      box-shadow: 0 0 0 1px #FF0000 inset;
    }
    &.is-focus {
      box-shadow: 0 0 0 1px #FF0000 inset;
    }
    .el-input__inner,.el-input__prefix-inner {
      color: #FF0000;
      &::-moz-placeholder {
        color: #FF0000;
        font-weight: 400;
      }
      &::placeholder {
        color: #FF0000;
        font-weight: 400;
      }
    }
  }
  .el-input__inner {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    &::-moz-placeholder {
      color: #AAAAAA;
      font-weight: 400;
    }
    &::placeholder {
      color: #AAAAAA;
      font-weight: 400;
    }
  }
  .el-input__suffix {
    .el-icon {
      font-size: 14px;
      color: #FF0000;
      transition: color 0.3s ease;
      &:hover {
        color: #FF0000;
      }
    }
  }
  .el-input__suffix-inner {
    display: flex;
    align-items: center;
  }
}
.el-button.el-picker-panel__link-btn:hover {
  border: 1px solid #FF0000 !important;
  background-color: #FFE6E6 !important;
  color: #FF0000 !important;
}
.el-dialog__close:hover {
  color: #FF0000 !important;
}
.el-progress-bar__inner {
  background-color: #FF0000 !important;
}
img {
  cursor: default;
}
.main-container-content img {
  opacity: 0;
  animation: imgFadeIn 0.3s ease-out forwards;
}
@keyframes imgFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main-container-content img[src*="icon"],
.main-container-content img[src*="logo"],
.main-container-content img.no-fade {
  opacity: 1;
  animation: none;
}
.publish-record-header-bg,
.keyword-search-header-bg,
.banner {
  width: 100%;
  height: var(--header-bg-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.header-icon-new,
.publish-record-header-icon-new,
.keyword-search-header-icon-new {
  width: 65%;
  max-width: 875px;
  cursor: default;
  position: relative;
  top: -15px;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}

.login-dialog[data-v-75167b83] .el-dialog {
  border-radius: 16px;
  overflow: hidden;
}
.login-dialog[data-v-75167b83] .el-dialog__header {
  padding: 0;
  margin: 0;
}
.login-dialog[data-v-75167b83] .el-dialog__body {
  padding: 0 30px 30px;
}
.dialog-header[data-v-75167b83] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 20px;
  background: linear-gradient(135deg, #FF6B6B 0%, #FF0000 100%);
}
.dialog-logo[data-v-75167b83] {
  width: 120px;
  height: auto;
}
.login-content[data-v-75167b83] {
  padding-top: 20px;
}
.login-form[data-v-75167b83] {
  margin-bottom: 20px;
}

/* 输入框下方提示改为晃动：左右晃动动画 */
@keyframes input-shake-75167b83 {
0%, 100% { transform: translateX(0);
}
20% { transform: translateX(-6px);
}
40% { transform: translateX(6px);
}
60% { transform: translateX(-4px);
}
80% { transform: translateX(4px);
}
}
.login-form[data-v-75167b83] .el-form-item.input-shake .el-input__wrapper {
  animation: input-shake-75167b83 0.42s ease-in-out;
}
.code-input-group[data-v-75167b83] {
  flex: 1;
  display: flex;
  gap: 12px;
}
.code-input-group .el-input[data-v-75167b83] {
  flex: 1;
}
.code-input-group .el-button[data-v-75167b83] {
  white-space: nowrap;
  min-width: 120px;
}

/* 邀请码输入框白色背景 */
.invite-code-item[data-v-75167b83] .el-input__wrapper {
  background-color: #ffffff !important;
}
.send-code-btn[data-v-75167b83] {
  background: linear-gradient(270deg, #E1090E 0%, #FF1B21 100%);
  border-radius: 6px;
  color: #FFFFFF;
  border: none;
}
.send-code-btn[data-v-75167b83]:hover {
  background: linear-gradient(270deg, #E1090E 0%, #FF1B21 100%);
  opacity: 0.9;
}
.send-code-btn[data-v-75167b83]:disabled {
  background: #FBB4BB;
  color: #FFFFFF;
  border: none;
}
.login-btn[data-v-75167b83] {
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(270deg, #E1090E 0%, #FF1B21 100%);
  border-radius: 6px;
  color: #FFFFFF;
  border: none;
}
.login-btn[data-v-75167b83]:hover {
  background: linear-gradient(270deg, #E1090E 0%, #FF1B21 100%);
  opacity: 0.9;
}
.login-footer[data-v-75167b83] {
  text-align: center;
  font-size: 12px;
  color: #999;
}
.login-footer a[data-v-75167b83] {
  color: #FF0000;
  text-decoration: none;
}
.login-footer a[data-v-75167b83]:hover {
  text-decoration: underline;
}

/* 响应式适配 */
@media (max-width: 480px) {
.login-dialog[data-v-75167b83] .el-dialog {
    width: 90% !important;
}
.code-input-group[data-v-75167b83] {
    flex-direction: column;
}
.code-input-group .el-button[data-v-75167b83] {
    min-width: auto;
}
}

/* 全局样式覆盖 */
.login-dialog.el-dialog {
  border-radius: 16px !important;
}
.login-dialog .el-dialog__header {
  padding: 0 !important;
  margin: 0 !important;
}
.login-dialog .el-dialog__headerbtn {
  top: 0px;
  right: 0px;
  z-index: 10;
}
.login-dialog .el-dialog__headerbtn .el-dialog__close {
  color: #000000;
  font-size: 20px;
}
.login-dialog .el-dialog__headerbtn:hover .el-dialog__close {
  color: #000000;
  opacity: 0.8;
}

html{
  background: #ffffff;
}
#app {
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vh;
  width: 100vw;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  height: 100%;
}

/* 移动端警告页面样式 */
.mobile-warning-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(135deg, #eb555a  0%, #E1090E  100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 20px;
}
.mobile-warning-content {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.mobile-warning-icon {
  color: #f55b5b;
  margin-bottom: 24px;
}
.mobile-warning-icon svg {
  display: inline-block;
}
.mobile-warning-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}
.mobile-warning-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 24px;
}
.mobile-warning-url {
  background: #f5f7fa;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 12px;
  color: #999;
  word-break: break-all;
}
.mobile-warning-url .url-text {
  color: #667eea;
  display: block;
  margin-top: 4px;
}
