.login_warp {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 100vh;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.login-container {
  padding: 20px;
  max-width: 400px;
  margin: 0 auto;
}

.logo {
  text-align: center;
  margin: 50px 0 30px 0;
}

.logo h1 {
  font-size: 28px;
  color: #fff;
  margin-top: 15px;
  font-weight: 300;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.logo-icon {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.logo-icon::before {
  content: "⚙️";
  font-size: 40px;
}

.login-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
  margin-top: 20px;
}

.login-form {
  margin-top: 20px;
}

.mui-input-group {
  border: none;
  background: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
}

.mui-input-row {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
}

.mui-input-group .mui-input-row label {
  font-weight: 500;
  width: auto;
  color: #555;
  font-size: 14px;
  padding-left: 15px;
  flex-shrink: 0;
}

.mui-input-group .mui-input-row input {
  background: transparent;
  border: none;
  padding: 10px 15px 10px 5px;
  text-align: left;
  font-size: 14px;
  flex-grow: 1;
  min-height: auto;
}

.mui-input-row:before {
  left: 15px;
  right: 15px;
  background-color: #eee;
}

.login-btn {
  margin-top: 25px;
  padding: 15px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(to right, #667eea, #764ba2);
  border: none;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.login-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.4);
}

.footer-links {
  margin-top: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.footer-links a {
  color: #667eea;
  margin: 0 15px;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  padding: 5px 0;
}

.footer-links a:active {
  color: #764ba2;
}

.footer-links a:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
}

.version {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  margin-top: 30px;
}

.mui-icon.mui-icon-clear {
  top: 12px;
}

.mui-icon.mui-icon-eye {
  top: 12px;
}
/*首页*/

.header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 15px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.welcome-text {
  font-size: 18px;
  margin-bottom: 5px;
}

.service-provider {
  font-size: 14px;
  opacity: 0.9;
}

.section-title {
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background: white;
  margin-top: 10px;
  border-bottom: 1px solid #eee;
}

.user-list {
  background: white;
}

.user-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.user-item:last-child {
  border-bottom: none;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin-right: 15px;
}

.user-info {
  flex: 1;
}

.user-name {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 3px;
}

.user-details {
  font-size: 13px;
  color: #999;
}

.user-status {
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 10px;
}

.status-active {
  background: #e8f5e9;
  color: #4caf50;
}

.status-inactive {
  background: #ffebee;
  color: #f44336;
}

.mui-bar-tab .mui-tab-item.mui-active {
  color: #667eea;
}
/* 身份证上传区域美化 */
.id-upload-container {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}

.id-upload-item {
  width: 48%;
  text-align: center;
  position: relative;
}

.id-upload-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #666;
}

.id-upload-btn {
  width: 100%;
  height: 100px;
  border: 1px dashed #ddd;
  border-radius: 6px;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}

.id-upload-btn:hover {
  border-color: #007aff;
  background-color: #f0f8ff;
}

.id-upload-btn i {
  font-size: 24px;
  margin-bottom: 5px;
  color: #007aff;
}

.id-upload-btn span {
  font-size: 12px;
  color: #999;
}

.id-preview {
  width: 100%;
  height: 100px;
  border-radius: 6px;
  overflow: hidden;
  display: none;
}

.id-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 隐藏文件输入框 */
.file-input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.remember-password {
  text-align: left;
  margin: 15px 0;
}

.remember-password input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.remember-password label {
  font-size: 14px;
  color: #666;
  margin-left: 8px;
}
