/* 
 * Short Drama Website Stylesheet
 */

/* Base styles reset */
/* End of stylesheet */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Tab styles */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Form group styles */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* File upload styles */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

body {
  font-family: 'Inter', 'Source Han Sans', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

/* Tab styles */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Form group styles */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* File upload styles */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Tab styles */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Form group styles */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* File upload styles */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* Header styles */
.site-header {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

/* Left: Site logo */
.logo {
  flex: 0 0 auto;
}

.logo-img {
  width: 120px;
  height: 40px;
  object-fit: contain;
}

/* Navigation menu */
.main-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 1.5rem;
}

.nav-menu li a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav-menu li a:hover {
  background-color: #f8f9fa;
  color: #ff6b6b;
}

.nav-menu li a.active {
  background-color: #ff6b6b;
  color: white;
}

/* Search icon */
.search-icon-container {
  flex: 0 0 auto;
  margin: 0 1rem;
}

.search-icon-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #666;
  transition: all 0.3s ease;
}

.search-icon-btn:hover {
  background: #f8f9fa;
  color: #ff6b6b;
  transform: scale(1.1);
}

.search-icon-btn svg {
  width: 20px;
  height: 20px;
}

/* 搜索对话框 */
.search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
}

.search-modal.show {
  display: flex;
}

.search-modal-content {
  background: #fff;
  border-radius: 15px;
  padding: 0;
  width: 95%;
  max-width: 500px;
  max-height: 80vh;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.search-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 1px solid #eee;
}

.search-modal-header h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}

.close-modal-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #666;
  transition: all 0.2s ease;
}

.close-modal-btn:hover {
  background: #f1f1f1;
  color: #333;
}

.close-modal-btn svg {
  width: 16px;
  height: 16px;
}

.search-modal-body {
  padding: 1.5rem;
}

.search-input-container {
  display: flex;
  gap: 0.5rem;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 0.5rem;
  transition: all 0.3s ease;
}

.search-input-container:focus-within {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.modal-search-input {
  flex: 1;
  padding: 0.75rem;
  border: none;
  background: transparent;
  outline: none;
  font-size: 1rem;
}

.modal-search-btn {
  padding: 0.75rem 1.5rem;
  background-color: #ff6b6b;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
}

.modal-search-btn:hover {
  background-color: #ff5252;
  transform: translateY(-1px);
}
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

/* 添加用户按钮样式 */
#add-user-btn {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 10 !important;
}

#add-user-btn:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 左侧：网站logo */
.logo {
  flex: 0 0 auto;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.logo-img {
  width: 120px;
  height: 40px;
  object-fit: contain;
}

/* 导航菜单 */
.main-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 1.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 导航菜单 */
.main-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 1.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 1.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.nav-menu li a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.nav-menu li a:hover {
  background-color: #f8f9fa;
  color: #ff6b6b;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.nav-menu li a.active {
  background-color: #ff6b6b;
  color: white;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 搜索图标 */
.search-icon-container {
  flex: 0 0 auto;
  margin: 0 1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.search-icon-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #666;
  transition: all 0.3s ease;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.search-icon-btn:hover {
  background: #f8f9fa;
  color: #ff6b6b;
  transform: scale(1.1);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.search-icon-btn svg {
  width: 20px;
  height: 20px;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 搜索对话框 */
.search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.search-modal.show {
  display: flex;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.search-modal-content {
  background: #fff;
  border-radius: 15px;
  padding: 0;
  width: 95%;
  max-width: 500px;
  max-height: 80vh;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.search-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 1px solid #eee;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.search-modal-header h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.close-modal-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #666;
  transition: all 0.2s ease;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.close-modal-btn:hover {
  background: #f1f1f1;
  color: #333;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.close-modal-btn svg {
  width: 16px;
  height: 16px;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.search-modal-body {
  padding: 1.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.search-input-container {
  display: flex;
  gap: 0.5rem;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 0.5rem;
  transition: all 0.3s ease;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.search-input-container:focus-within {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.modal-search-input {
  flex: 1;
  padding: 0.75rem;
  border: none;
  background: transparent;
  outline: none;
  font-size: 1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.modal-search-btn {
  padding: 0.75rem 1.5rem;
  background-color: #ff6b6b;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.modal-search-btn:hover {
  background-color: #ff5252;
  transform: translateY(-1px);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 语言切换器 */
.language-switcher {
  margin-right: 1rem;
  flex: 0 0 auto;
}

.language-select {
  padding: 0.25rem 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  font-size: 0.9rem;
}

/* 语言切换器 */
.language-switcher {
  margin-right: 1rem;
  flex: 0 0 auto;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.language-select {
  padding: 0.25rem 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  font-size: 0.9rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 右侧：用户操作区域 */
.user-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 未登录状态下登录注册按钮容器 */
#userNotLoggedIn {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* 右侧：用户操作区域 */
.user-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 登录注册按钮布局优化 */
.btn-login,
.btn-register {
  min-width: 80px;
  text-align: center;
  transition: all 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 6px;
}

/* 汉堡菜单按钮 */
.mobile-menu-toggle {
  display: none;
  flex: 0 0 auto;
  margin-right: 1rem;
}

.menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}

.menu-btn span {
  width: 100%;
  height: 3px;
  background: #333;
  border-radius: 10px;
  transition: all 0.3s linear;
  position: relative;
  transform-origin: center;
}

/* 汉堡菜单动画效果 */
.menu-btn.open span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.menu-btn.open span:nth-child(2) {
  opacity: 0;
}

.menu-btn.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 登录按钮 - 边框样式 */
.btn-outline {
  background-color: transparent;
  border: 2px solid #ff6b6b;
  color: #ff6b6b;
  padding: 0.5rem 1.25rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.btn-outline:hover {
  background-color: #ff6b6b;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 登录注册按钮基础样式 */
.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 0.5px;
  min-width: 80px;
  box-sizing: border-box;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

.btn-outline {
  background-color: transparent;
  border: 2px solid #ff6b6b;
  color: #ff6b6b;
}

.btn-outline:hover {
  background-color: #ff6b6b;
  color: white;
}

.btn-primary {
  background-color: #ff6b6b;
  color: white;
  border: 2px solid transparent;
}

.btn-primary:hover {
  background-color: #ff5252;
}

/* 响应式按钮调整 */
@media (max-width: 767px) {
  .btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
    min-width: 60px;
  }
  
  #userNotLoggedIn {
    gap: 0.5rem;
  }
  
  .btn-outline, .btn-primary {
    padding: 0.4rem 0.8rem;
  }
}

@media (max-width: 479px) {
  .btn {
    padding: 0.3rem 0.6rem;
    font-size: 0.8rem;
    min-width: 50px;
  }
  
  #userNotLoggedIn {
    gap: 0.3rem;
  }
  
  .btn-outline, .btn-primary {
    padding: 0.3rem 0.6rem;
  }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.btn-primary:hover {
  background-color: #ff5252;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 按钮组视觉平衡 */
.btn-login {
  border-width: 2px;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.btn-register {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff5252 100%);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 响应式按钮间距优化 */
@media (max-width: 479px) {
  #userNotLoggedIn {
    gap: 0.5rem;
  }
  
  .btn-login,
  .btn-register {
    min-width: 70px;
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

@media (min-width: 480px) and (max-width: 767px) {
  #userNotLoggedIn {
    gap: 0.6rem;
  }
  
  .btn-login,
  .btn-register {
    min-width: 75px;
    padding: 0.45rem 1rem;
    font-size: 0.85rem;
  }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #userNotLoggedIn {
    gap: 0.8rem;
  }
  
  .btn-login,
  .btn-register {
    min-width: 85px;
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
  }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

@media (min-width: 1024px) {
  #userNotLoggedIn {
    gap: 1rem;
  }
  
  .btn-login,
  .btn-register {
    min-width: 90px;
    padding: 0.55rem 1.5rem;
    font-size: 0.95rem;
  }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  white-space: nowrap;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.order-list-header > div:nth-child(1) { width: 10%; font-size: 0.9rem; color: #6c757d; } /* 订单ID */
.order-list-header > div:nth-child(2) { width: 20%; font-size: 0.9rem; color: #6c757d; } /* 产品名称 */
.order-list-header > div:nth-child(3) { width: 15%; font-size: 0.9rem; color: #6c757d; } /* 数量 */
.order-list-header > div:nth-child(4) { width: 15%; font-size: 0.9rem; color: #6c757d; } /* 总价 */
.order-list-header > div:nth-child(5) { width: 25%; font-size: 0.9rem; color: #6c757d; } /* 创建时间 */

.order-id-clickable {
  font-weight: 600;
  color: #333;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.order-id-clickable:hover {
  color: #ff6b6b;
  text-decoration: underline;
}

.order-id-clickable::after {
  content: "📋";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.order-id-clickable:hover::after {
  opacity: 1;
}

.product-name-clickable {
  cursor: pointer;
  transition: all 0.3s ease;
  color: #007bff;
  text-decoration: none;
}

.product-name-clickable:hover {
  color: #0056b3;
  text-decoration: underline;
}

.order-status {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center;
  min-width: 60px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.btn-primary {
  background-color: #ff6b6b;
  color: white;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.btn-primary:hover {
  background-color: #ff5252;
  transform: translateY(-2px);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #ff6b6b;
  color: #ff6b6b;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.btn-outline:hover {
  background-color: #ff6b6b;
  color: white;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.btn-danger {
  background-color: #dc3545;
  color: white;
}

.btn-warning {
  background-color: #ffc107;
  color: #212529;
  border: 2px solid transparent;
}

.btn-warning:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.btn-danger:hover {
  background-color: #c82333;
  transform: translateY(-2px);
}

/* 下拉菜单项悬停效果 */
.dropdown-item.btn-warning:hover {
  background-color: #e0a800;
}

.dropdown-item.btn-danger:hover {
  background-color: #c82333;
}

/* 评论内容单元格样式 */
.comment-content-cell {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.admin-table td {
  position: relative;
}

.comment-content-cell:hover::after {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  z-index: 1000;
  min-width: 200px;
  max-width: 400px;
  word-wrap: break-word;
  white-space: normal;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.btn-small {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 登录和注册按钮高度调整 */
.auth-btn {
  height: calc(2.5rem + 2px); /* 与.form-input高度一致 (0.75rem * 2 + 1rem + 2px border) */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 用户头像下拉菜单 */
.dropdown {
  position: relative;
  display: inline-block;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1000; /* 提高z-index确保不被遮挡 */
  border-radius: 5px;
  overflow: visible; /* 允许内容溢出显示 */
}

/* 特定用户会员等级下拉菜单样式 */
#user-member-level {
  position: relative;
  z-index: 1000; /* 确保下拉菜单不被遮挡 */
  overflow: visible; /* 允许内容溢出显示 */
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.dropbtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 40px;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 主要内容区域 */
.site-main {
  min-height: calc(100vh - 200px);
  padding: 2rem 0;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.hero-section {
  text-align: center;
  padding: 3rem 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 10px;
  margin-bottom: 2rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.hero-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.hero-section p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 热门短剧区域 */
.featured-dramas h3 {
  margin-bottom: 1rem;
  color: #333;
  font-weight: 600;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.dramas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 1.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.drama-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.drama-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.card-image {
  position: relative;
  width: 100%;
  padding-top: 133.33%; /* 3:4 宽高比 (高度/宽度 = 4/3 = 1.3333) */
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.card-content {
  padding: 1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.card-content h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 确保短剧链接没有下划线 */
.drama-link {
  text-decoration: none;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 分页样式 */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.pagination-btn {
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
  min-width: 60px;
  text-align: center;
  height: 38px; /* 统一高度 */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.pagination-btn:hover {
  background-color: #f0f0f0;
}

/* 后台用户管理表格样式 */
.admin-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.admin-table th,
.admin-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.admin-table th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.admin-table tr:hover {
  background-color: #f8f9fa;
}

.admin-table td:last-child {
  white-space: nowrap;
}

/* 操作按钮样式 */
.admin-table .btn {
  margin: 2px;
  padding: 6px 12px;
  font-size: 0.85rem;
  min-width: 60px;
}

.admin-table .btn-small {
  padding: 4px 8px;
  font-size: 0.8rem;
  min-width: 50px;
}

/* 确保操作列有足够的宽度 */
.admin-table th:nth-child(7),
.admin-table td:nth-child(7) {
  width: 200px;
  min-width: 200px;
  white-space: normal;
}

/* 确保操作列中的按钮换行显示 */
.admin-table td:nth-child(7) {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  overflow: visible; /* 确保下拉菜单不会被裁剪 */
}

/* 操作下拉菜单样式 */
.action-dropdown {
  position: relative;
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.dropdown-toggle {
  padding: 4px 8px;
  background-color: #f8f9fa;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.8rem;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.dropdown-toggle:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
}

.dropdown-toggle:active {
  background-color: #dee2e6;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9999;
  display: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 5px;
  min-width: 80px;
  transform: translateZ(0); /* 确保层级正确 */
}

.dropdown-item {
  display: block;
  width: 100%;
  text-align: left;
  margin: 2px 0;
  padding: 6px 12px;
  font-size: 0.85rem;
  border: none;
  border-radius: 3px;
  background: none;
  color: #333;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  transform: none;
  box-shadow: none;
}

/* 响应式表格 */
@media (max-width: 768px) {
  .admin-table {
    font-size: 0.9rem;
  }
  
  .admin-table th,
  .admin-table td {
    padding: 8px 10px;
  }
  
  .admin-table th:nth-child(6),
  .admin-table td:nth-child(6) {
    width: 120px;
    min-width: 120px;
  }
  
  .admin-table .btn {
    padding: 4px 8px;
    font-size: 0.8rem;
    min-width: 50px;
  }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.pagination-btn.active {
  background-color: #ff6b6b;
  color: white;
  border-color: #ff6b6b;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.pagination-btn.prev,
.pagination-btn.next {
  min-width: 70px;
  font-weight: 500;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 订单页面特殊样式 */
.orders-list-section {
  margin-bottom: 2rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.orders-list-container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  overflow: hidden;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.orders-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.orders-table thead th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #2c3e50;
  padding: 1rem;
  text-align: left;
  border-bottom: 2px solid #eee;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.orders-table tbody td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.orders-table tbody tr:hover {
  background-color: #f8f9fa;
}

/* 订单表格操作列样式 */
.orders-table .col-action {
  white-space: nowrap;
  text-align: center;
}

.orders-table .btn-small {
  margin: 2px;
  padding: 4px 8px;
  font-size: 0.8rem;
  min-width: 50px;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 订单表格列宽定义 */
.col-checkbox { width: 5%; }
.col-order-id { width: 15%; }
.col-user { width: 10%; }
.col-product { width: 10%; }
.col-info { width: 15%; }
.col-amount { width: 10%; }
.col-payment { width: 10%; }
.col-status { width: 10%; }
.col-date { width: 10%; }
.col-action { width: 15%; }

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 分页区域 */
.pagination-wrapper {
  padding: 1rem;
  background: #fff;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 分页按钮高度统一规范 */
.pagination-btn {
  min-width: 60px;
  text-align: center;
  height: 38px; /* 统一高度 */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  box-sizing: border-box;
  margin: 0 0.25rem;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 1rem;
}

/* 订单表格操作列样式 */
.orders-table .col-action {
  white-space: nowrap;
  text-align: center;
}

.orders-table .btn-small {
  margin: 2px;
  padding: 4px 8px;
  font-size: 0.8rem;
  min-width: 50px;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.pagination-btn:hover:not(:disabled) {
  background-color: #f0f0f0;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.pagination-btn.active {
  background-color: #ff6b6b;
  color: white;
  border-color: #ff6b6b;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.pagination-btn.prev,
.pagination-btn.next {
  min-width: 70px;
  font-weight: 500;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.ellipsis {
  padding: 0 8px;
  color: #888;
  display: flex;
  align-items: center;
  height: 38px;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 小屏幕订单列表优化 */
@media (max-width: 768px) {
  .orders-list-container {
    margin: 0 -0.5rem;
    border-radius: 0;
  }
  
  .orders-table thead th,
  .orders-table tbody td {
    padding: 0.75rem 0.5rem;
    font-size: 0.85rem;
  }
  
  .col-info { width: 12%; }
  .col-date { width: 8%; }
  
  .pagination-container {
    flex-wrap: wrap;
  }
  
  .pagination-btn {
    padding: 0.4rem 0.8rem;
    min-width: 40px;
    height: 32px;
    font-size: 0.9rem;
    margin: 0.1rem;
  }
  
  .pagination-btn.prev,
  .pagination-btn.next {
    min-width: 60px;
  }
  
  .ellipsis {
    height: 32px;
  }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

@media (max-width: 480px) {
  .orders-table thead th,
  .orders-table tbody td {
    padding: 0.5rem 0.4rem;
    font-size: 0.75rem;
  }
  
  .col-info { width: 10%; }
  .col-user { width: 8%; }
  .col-product { width: 8%; }
  .col-date { width: 8%; }
  
  .pagination-btn {
    padding: 0.3rem 0.6rem;
    min-width: 35px;
    height: 28px;
    font-size: 0.8rem;
    margin: 0.05rem;
  }
  
  .pagination-btn.prev,
  .pagination-btn.next {
    min-width: 50px;
  }
  
  .ellipsis {
    height: 28px;
  }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 认证页面样式 */
.auth-container {
  max-width: 400px;
  margin: 2rem auto;
  padding: 1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.auth-header {
  text-align: center;
  margin-bottom: 2rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.auth-header h1 {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.auth-header p {
  color: #666;
  font-size: 1.1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.auth-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  overflow: hidden;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.card-body {
  padding: 2rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  height: 2.5rem; /* 固定高度以便按钮匹配 */
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.btn-block {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.auth-links {
  text-align: center;
  margin-top: 1.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.auth-links a {
  display: block;
  color: #ff6b6b;
  text-decoration: none;
  margin-bottom: 0.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.auth-links a:hover {
  text-decoration: underline;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 后台管理页面样式 */
.main-header {
  background: #2c3e50;
  color: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* PC端播放器样式 */
@media (min-width: 769px) {
  /* 隐藏移动端元素 */
  .mobile-player-container,
  .profile-tabs {
    display: none;
  }
  
  /* 显示PC端元素 */
  .profile-sidebar {
    display: block;
  }
  
  .desktop-player-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
    z-index: 1000;
  }
  
  /* 顶部导航 */
  .desktop-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
  }
  
  .desktop-header .btn-outline {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .desktop-header .btn-outline:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  
  .desktop-video-title {
    color: white;
    font-size: 18px;
    margin: 0 20px;
    flex: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  /* 主内容区域 */
  .desktop-main-content {
    display: flex;
    height: 100%;
    padding-top: 60px;
  }
  
  /* 左侧视频区域 */
  .desktop-video-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  
  .video-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* 防止视频溢出 */
  }
  
  .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 改回contain以保持完整画面 */
  }
  
  /* 视频控制栏 */
  .desktop-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  
  .desktop-video-controls.hidden {
    opacity: 0;
    visibility: hidden;
  }
  
  .progress-container {
    width: 100%;
    height: 5px;
    background-color: #555;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
  }
  
  .progress-bar {
    height: 100%;
    background-color: #ff6b6b;
    border-radius: 3px;
    width: 0%;
  }
  
  .progress-time {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: white;
  }
  
  .control-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  
  .control-btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .control-btn:hover {
    color: #ff6b6b;
  }
  
  #desktopVolumeSlider {
    width: 80px;
    height: 5px;
    -webkit-appearance: none;
    background: #555;
    border-radius: 5px;
    outline: none;
  }
  
  #desktopVolumeSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: #ff6b6b;
    border-radius: 50%;
    cursor: pointer;
  }
  
  /* 右侧信息区域 */
  .desktop-info-area {
    width: 300px;
    background: #1a1a1a;
    color: white;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 60px);
  }
  
  .desktop-episode-list {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
  }
  
  .desktop-episode-list h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  .desktop-episode-list .episodes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  
  .desktop-episode-list .episode-item {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
  }
  
  .desktop-episode-list .episode-item:hover {
    background: #444;
  }
  
  .desktop-episode-list .episode-item.active {
    background: #ff6b6b;
    color: white;
  }
  
  .desktop-episode-list .episode-item.locked {
    background: #ff6b6b;
    color: white;
  }
  
  /* 互动按钮 */
  .desktop-interaction-buttons {
    padding: 20px;
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-around;
  }
  
  .desktop-interaction-buttons .control-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    color: white;
  }
  
  .desktop-interaction-buttons .control-button i {
    font-size: 24px;
    margin-bottom: 5px;
  }
  
  .desktop-interaction-buttons .control-button span {
    font-size: 12px;
  }
  
  .desktop-interaction-buttons .control-button.liked {
    color: #ff6b6b;
  }
  
  /* 固定在右下角的主页按钮 */
  .desktop-home-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 67px;
    height: 67px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    background: transparent;
    border: none;
    z-index: 101;
  }
  
  .desktop-home-button i {
    font-size: 32px;
  }
}

/* 默认隐藏PC端元素（在移动端） */
@media (max-width: 768px) {
  .desktop-player-container {
    display: none;
  }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.tab-content {
  display: none;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.tab-content.active {
  display: block;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.file-upload-preview {
  max-width: 200px;
  max-height: 100px;
  margin-top: 1rem;
  border-radius: 5px;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.main-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.main-header .logo a {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.admin-menu {
  display: none;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.admin-menu a {
  color: #ecf0f1;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.admin-menu a {
  color: #ecf0f1;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

.admin-menu a:hover,
.admin-menu a.active {
  background-color: #34495e;
  color: white;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.user-menu {
  position: relative;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.main-content {
  min-height: calc(100vh - 200px);
  padding: 2rem 0;
  display: flex;
}

/* 左侧导航菜单样式 */
.sidebar {
  width: 250px;
  background-color: #2c3e50;
  color: white;
  min-height: calc(100vh - 200px);
  padding: 1rem 0;
  box-shadow: 2px 0 5px rgba(0,0,0,0.1);
}

.sidebar .logo {
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #34495e;
  margin-bottom: 1rem;
}

.sidebar .logo a {
  color: white;
  text-decoration: none;
}

.sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-nav li {
  margin: 0;
}

.sidebar-nav a {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #ecf0f1;
  text-decoration: none;
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.sidebar-nav a:hover,
.sidebar-nav a.active {
  background-color: #34495e;
  color: white;
  border-left-color: #ff6b6b;
}

.main-content.with-sidebar {
  display: flex;
  flex: 1;
  padding: 2rem;
}

.content-wrapper {
  flex: 1;
  background: white;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.admin-container h1 {
  color: #2c3e50;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 后台统计数据样式 */
.admin-stats {
  margin-bottom: 2rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.stat-card {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  text-align: center;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.stat-card h3 {
  color: #7f8c8d;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.stat-card p {
  color: #2c3e50;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 后台快捷操作样式 */
.quick-actions h2 {
  color: #2c3e50;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.actions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.action-card {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.action-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.action-card h3 {
  color: #2c3e50;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.action-card p {
  color: #7f8c8d;
  font-size: 0.9rem;
  margin: 0;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 后台管理表格样式 */
.admin-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  table-layout: fixed; /* 固定表格布局 */
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.admin-table th,
.admin-table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.admin-table th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #2c3e50;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.admin-table tr:hover {
  background-color: #f8f9fa;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 订单表格特殊样式 */
.orders-table th,
.orders-table td {
  padding: 0.75rem 0.5rem; /* 减少内边距 */
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.orders-table th:nth-child(1),
.orders-table td:nth-child(1) { width: 5%; } /* 复选框 */

.orders-table th:nth-child(2),
.orders-table td:nth-child(2) { width: 15%; } /* 订单号 */

.orders-table th:nth-child(3),
.orders-table td:nth-child(3) { width: 10%; } /* 用户 */

.orders-table th:nth-child(4),
.orders-table td:nth-child(4) { width: 10%; } /* 商品类型 */

.orders-table th:nth-child(5),
.orders-table td:nth-child(5) { width: 15%; } /* 相关信息 */

.orders-table th:nth-child(6),
.orders-table td:nth-child(6) { width: 10%; } /* 金额 */

.orders-table th:nth-child(7),
.orders-table td:nth-child(7) { width: 10%; } /* 支付方式 */

.orders-table th:nth-child(8),
.orders-table td:nth-child(8) { width: 10%; } /* 状态 */

.orders-table th:nth-child(9),
.orders-table td:nth-child(9) { width: 10%; } /* 创建时间 */

.orders-table th:nth-child(10),
.orders-table td:nth-child(10) { width: 5%; } /* 操作 */

.table-cover {
  width: 60px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.no-data {
  text-align: center;
  padding: 2rem;
  color: #7f8c8d;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 响应式表格 - 在小屏幕上变为卡片布局 */
@media (max-width: 768px) {
  .admin-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  
  .orders-list {
    overflow-x: auto;
  }
  
  .admin-table th,
  .admin-table td {
    white-space: nowrap;
    font-size: 0.85rem;
    padding: 0.5rem;
  }
  
  .orders-table th:nth-child(1),
  .orders-table td:nth-child(1) { width: 5%; }
  
  .orders-table th:nth-child(2),
  .orders-table td:nth-child(2) { width: 15%; }
  
  .orders-table th:nth-child(3),
  .orders-table td:nth-child(3) { width: 10%; }
  
  .orders-table th:nth-child(4),
  .orders-table td:nth-child(4) { width: 10%; }
  
  .orders-table th:nth-child(5),
  .orders-table td:nth-child(5) { width: 15%; }
  
  .orders-table th:nth-child(6),
  .orders-table td:nth-child(6) { width: 10%; }
  
  .orders-table th:nth-child(7),
  .orders-table td:nth-child(7) { width: 10%; }
  
  .orders-table th:nth-child(8),
  .orders-table td:nth-child(8) { width: 10%; }
  
  .orders-table th:nth-child(9),
  .orders-table td:nth-child(9) { width: 10%; }
  
  .orders-table th:nth-child(10),
  .orders-table td:nth-child(10) { width: 5%; }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 超小屏幕优化 */
@media (max-width: 480px) {
  .admin-table th,
  .admin-table td {
    font-size: 0.75rem;
    padding: 0.4rem;
  }
  
  .orders-table th:nth-child(5),
  .orders-table td:nth-child(5) { width: 12%; } /* 相关信息 */
  
  .orders-table th:nth-child(9),
  .orders-table td:nth-child(9) { width: 8%; } /* 创建时间 */
  
  /* 筛选区域响应式调整 */
  .admin-filters {
    flex-direction: column;
    align-items: stretch;
  }
  
  .search-box {
    margin-bottom: 1rem;
  }
  
  .filter-options {
    justify-content: space-between;
  }
  
  .filter-options select {
    flex: 1;
    margin-right: 0.5rem;
  }
  
  .filter-options select:last-child {
    margin-right: 0;
  }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 小屏幕筛选优化 */
@media (min-width: 481px) and (max-width: 768px) {
  .filter-options select {
    min-width: 120px;
  }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 后台管理表单样式 */
.admin-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.search-box {
  display: flex;
  gap: 0.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.search-box input {
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.search-box button {
  padding: 0.5rem 1rem;
  background-color: #2c3e50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.search-box button:hover {
  background-color: #34495e;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.filter-options {
  display: flex;
  gap: 1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.filter-options select {
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  height: auto; /* 确保高度自适应 */
  min-height: 2.5rem; /* 设置最小高度 */
  box-sizing: border-box; /* 确保padding包含在高度内 */
}

.filter-options select option {
  padding: 0.5rem; /* 为选项添加内边距 */
  line-height: 1.5; /* 设置行高以改善可读性 */
  overflow: visible; /* 确保内容不会被裁剪 */
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 后台管理模态框样式 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7); /* 深色半透明背景 */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(5px); /* 背景模糊效果 */
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.modal-content {
  background: #fff;
  border-radius: 15px;
  padding: 2rem;
  width: 95%;
  max-width: 500px;
  max-height: 85vh; /* 增加最大高度 */
  overflow-y: auto;
  position: relative;
  box-shadow: 0 10px 50px rgba(0,0,0,0.3);
  margin: auto;
  border: 1px solid rgba(0,0,0,0.1);
  animation: modalAppear 0.3s ease-out;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

@keyframes modalAppear {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

/* 添加用户按钮样式 */
#add-user-btn {
  display: inline-block !important;
  visibility: visible !important;
}

#add-user-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.modal-title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  color: #2c3e50;
  text-align: center;
  flex: 1;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #aaa;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  z-index: 10;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.modal-close:hover {
  background-color: #f1f1f1;
  color: #333;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.modal-body {
  margin-top: 30px;
  text-align: center;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.modal-body p {
  font-size: 1.1rem;
  color: #555;
  margin: 0 0 1rem 0;
  line-height: 1.5;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.purchase-option {
  margin-top: 1rem;
  padding: 1.2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.purchase-option h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #2c3e50;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.purchase-option h4::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #ff6b6b;
  margin: 8px auto 0;
  border-radius: 3px;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
  padding: 1rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 1px solid #eee;
  flex-wrap: wrap; /* 允许换行 */
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 会员等级选择样式 */
.option select {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  background: #fff;
  color: #333;
  width: 100%; /* 占据整行宽度 */
  margin: 0.5rem 0; /* 添加垂直间距 */
  height: auto; /* 确保高度自适应 */
  min-height: 2.5rem; /* 设置最小高度 */
  box-sizing: border-box; /* 确保padding包含在高度内 */
  overflow: visible; /* 确保内容不会被裁剪 */
}

.option select option {
  padding: 0.5rem; /* 为选项添加内边距 */
  line-height: 1.5; /* 设置行高以改善可读性 */
  overflow: visible; /* 确保内容不会被裁剪 */
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: auto; /* 确保高度自适应 */
  min-height: 2.5rem; /* 设置最小高度 */
  box-sizing: border-box; /* 确保padding包含在高度内 */
  overflow: visible; /* 确保内容不会被裁剪 */
}

.form-control option {
  padding: 0.5rem; /* 为选项添加内边距 */
  line-height: 1.5; /* 设置行高以改善可读性 */
  overflow: visible; /* 确保内容不会被裁剪 */
}

/* 特定用户会员等级下拉菜单样式 */
#user-member-level {
  position: relative;
  z-index: 1000; /* 确保下拉菜单不被遮挡 */
  overflow: visible; /* 允许内容溢出显示 */
  height: auto; /* 确保高度自适应 */
  min-height: 2.5rem; /* 设置最小高度 */
}

#user-member-level option {
  padding: 0.75rem; /* 为选项添加足够的内边距 */
  line-height: 1.5; /* 设置行高以改善可读性 */
  min-height: 2rem; /* 确保每个选项有足够高度 */
  overflow: visible; /* 确保内容不会被裁剪 */
}

/* 容器和头部基础样式 */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.site-header {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  flex-wrap: wrap;
}

/* 左侧：网站logo */
.logo {
  flex: 0 0 auto;
}

.logo-img {
  width: 120px;
  height: 40px;
  object-fit: contain;
}

/* 导航菜单 */
.main-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 1.5rem;
}

/* 用户操作区域 */
.user-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 1rem;
}

/* 语言切换器 */
.language-switcher {
  margin-right: 1rem;
  flex: 0 0 auto;
}

.language-select {
  padding: 0.25rem 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  font-size: 0.9rem;
}

/* 未登录状态下登录注册按钮容器 */
#userNotLoggedIn {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* 登录状态下的用户菜单 */
#userLoggedIn {
  display: flex;
  align-items: center;
}

.dropdown {
  position: relative;
}

.dropbtn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 120px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  border-radius: 5px;
  z-index: 1;
  top: 100%;
  margin-top: 0.5rem;
}

.dropdown-content a {
  color: #333;
  padding: 0.75rem 1rem;
  text-decoration: none;
  display: block;
  font-size: 0.9rem;
}

.dropdown-content a:hover {
  background-color: #f8f9fa;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* 通用按钮样式 */
.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 0.5px;
  min-width: 80px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

.btn-outline {
  background-color: transparent;
  border: 2px solid #ff6b6b;
  color: #ff6b6b;
}

.btn-outline:hover {
  background-color: #ff6b6b;
  color: white;
}

.btn-primary {
  background-color: #ff6b6b;
  color: white;
  border: 2px solid transparent;
}

.btn-primary:hover {
  background-color: #ff5252;
}

/* 确保按钮在小屏幕上不会缩小 */
@media (max-width: 767px) {
  .btn {
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  #userNotLoggedIn {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  }
  
  .btn-outline, .btn-primary {
    padding: 0.4rem 0.8rem;
  }
}

@media (max-width: 479px) {
  .btn {
    padding: 0.3rem 0.6rem;
    font-size: 0.8rem;
    min-width: 50px;
  }
  
  #userNotLoggedIn {
    gap: 0.3rem;
  }
  
  .btn-outline, .btn-primary {
    padding: 0.3rem 0.6rem;
  }
}

/* 响应式设计 */
/* 超小屏幕（手机 portrait，小于 480px） */
@media (max-width: 479px) {
  .container {
    padding: 0 10px;
  }
  
  .mobile-menu-toggle {
    display: block;
  }
  
  .header-content {
    flex-direction: row;
    align-items: center;
    padding: 0.5rem 0;
    flex-wrap: wrap;
    min-height: 60px;
  }
  
  .main-navigation {
    display: none;
  }
  
  .logo-img {
    width: 60px;
    height: 20px;
  }
  
  .user-actions {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 0.5rem;
    flex-shrink: 0;
  }
  
  .search-icon-container {
    margin: 0 0.5rem;
  }
  
  #userNotLoggedIn {
    display: flex;
    gap: 0.3rem;
    align-items: center;
  }
  
  .btn {
    padding: 0.3rem 0.6rem;
    font-size: 0.75rem;
    min-width: 50px;
  }
  
  .language-switcher {
    margin-right: 0.5rem;
  }
  
  .language-select {
    font-size: 0.8rem;
    padding: 0.2rem;
    min-width: 70px;
  }
  
  /* 移动端搜索框样式调整 */
  .search-input-container {
    padding: 0.25rem;
  }
  
  .modal-search-input {
    padding: 0.5rem;
    font-size: 0.9rem;
  }
  
  .modal-search-btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}

/* 小屏幕（手机 landscape，480px 到 767px） */
@media (min-width: 480px) and (max-width: 767px) {
  .mobile-menu-toggle {
    display: block;
  }
  
  .header-content {
    flex-direction: row;
    align-items: center;
    padding: 0.75rem 0;
    flex-wrap: wrap;
    min-height: 60px;
  }
  
  .main-navigation {
    display: none;
  }
  
  .user-actions {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 0.5rem;
    flex-shrink: 0;
  }
  
  #userNotLoggedIn {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  }
  
  .btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
    min-width: 60px;
  }
}

/* 中等屏幕（平板，768px 到 1023px） */
@media (min-width: 768px) and (max-width: 1023px) {
  .header-content {
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  
  .user-actions {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 0.75rem;
    flex-shrink: 0;
  }
  
  .btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    min-width: 70px;
  }
}

/* 大屏幕（桌面，1024px 及以上） */
@media (min-width: 1024px) {
  .header-content {
    padding: 1rem 0;
    flex-wrap: nowrap;
  }
  
  .mobile-menu-toggle {
    display: none;
  }
  
  .main-navigation {
    display: flex;
  }
  
  .user-actions {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 1rem;
    flex-shrink: 0;
  }
  
  .btn {
    padding: 0.55rem 1.25rem;
    font-size: 0.95rem;
    min-width: 80px;
  }
}

/* 头部样式 */
.site-header {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

/* 左侧：网站logo */
.logo {
  flex: 0 0 auto;
}

.logo-img {
  width: 120px;
  height: 40px;
  object-fit: contain;
}

/* 汉堡菜单按钮 */
.mobile-menu-toggle {
  display: none;
  flex: 0 0 auto;
}

.menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}

.menu-btn span {
  width: 100%;
  height: 3px;
  background: #333;
  border-radius: 10px;
  transition: all 0.3s linear;
  position: relative;
  transform-origin: center;
}

/* 导航菜单 */
.main-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 1.5rem;
}

.nav-menu li a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav-menu li a:hover {
  background-color: #f8f9fa;
  color: #ff6b6b;
}

.nav-menu li a.active {
  background-color: #ff6b6b;
  color: white;
}

/* 搜索图标 */
.search-icon-container {
  flex: 0 0 auto;
  margin: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-icon-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #666;
  transition: all 0.3s ease;
}

.search-icon-btn:hover {
  background: #f8f9fa;
  color: #ff6b6b;
  transform: scale(1.1);
}

.search-icon-btn svg {
  width: 20px;
}

/* 用户头像图标链接 */
.user-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
  text-decoration: none;
}

.user-icon-link:hover {
  background-color: #e9ecef;
  transform: scale(1.05);
}

.user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.user-icon svg {
  width: 20px;
  height: 20px;
}

/* 右侧：用户操作区域 */
.user-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 1rem;
}

/* 语言切换 */
.language-switcher {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.language-select {
  padding: 0.25rem 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 未登录状态下的按钮容器 */
#userNotLoggedIn {
  align-items: center;
  gap: 0.75rem;
}

/* 确保在所有设备上都显示用户头像图标 */
#userNotLoggedIn .user-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 登录状态下的用户菜单 */
#userLoggedIn {
  align-items: center;
}

/* 用户头像下拉菜单 */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: block;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1000; /* 提高z-index确保不被遮挡 */
  border-radius: 5px;
  overflow: visible; /* 允许内容溢出显示 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transform: translateY(10px);
}

.dropdown-content.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-content.hiding {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease 1s, visibility 0.3s ease 1s, transform 0.3s ease 1s;
}

.dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-content:hover {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* 通用按钮样式 */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 0.5px;
  min-width: 80px;
  box-sizing: border-box;
  flex-shrink: 0;
  height: 40px; /* 固定高度以确保垂直居中 */
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

.btn-outline {
  background-color: transparent;
  border: 2px solid #ff6b6b;
  color: #ff6b6b;
}

.btn-outline:hover {
  background-color: #ff6b6b;
  color: white;
}

.btn-primary {
  background-color: #ff6b6b;
  color: white;
  border: 2px solid transparent;
}

.btn-primary:hover {
  background-color: #ff5252;
}

/* 容器 */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* 用户头像图标链接 */
.user-icon-link {
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
  text-decoration: none;
  flex-shrink: 0; /* 防止在小屏幕上被压缩 */
  min-width: 30px;
  min-height: 30px;
}

.user-icon-link:hover {
  background-color: #e9ecef;
  transform: scale(1.05);
}

.user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.user-icon svg {
  width: 20px;
  height: 20px;
}

/* 移动端强制显示规则 */
@media (max-width: 767px) {
  #userNotLoggedIn {
    align-items: center;
    justify-content: center;
  }
  
  a.user-icon-link {
    align-items: center;
    justify-content: center;
  }
}

/* 移动端导航菜单 */
.mobile-nav-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-nav-menu.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.mobile-nav-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}

.mobile-nav-menu.active .mobile-nav-content {
  transform: translateX(0);
}

.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #eee;
}

.close-menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: #666;
}

.mobile-logo {
  width: 100px;
  height: 30px;
}

.main-navigation-mobile {
  padding: 1rem;
}

.nav-menu-mobile {
  list-style: none;
}

.nav-menu-mobile li {
  margin-bottom: 1rem;
}

.nav-menu-mobile li a {
  display: block;
  padding: 0.75rem;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav-menu-mobile li a:hover {
  background-color: #f8f9fa;
  color: #ff6b6b;
}

.nav-menu-mobile li a.active {
  background-color: #ff6b6b;
  color: white;
}

/* 响应式设计 */
/* 超小屏幕（手机 portrait，小于 480px） */
@media (max-width: 479px) {
  .container {
    padding: 0 10px;
  }
  
  .mobile-menu-toggle {
    display: block;
  }
  
  .header-content {
    flex-direction: row;
    align-items: center;
    padding: 0.5rem 0;
  }
  
  .main-navigation {
    display: none;
  }
  
  .logo-img {
    width: 60px;
    height: 20px;
  }
  
  .user-actions {
    gap: 0.5rem;
  }
  
  /* 用户头像图标在小屏幕上的样式 */
  .user-icon-link {
    width: 30px;
    height: 30px;
  }
  
  .user-icon svg {
    width: 16px;
    height: 16px;
  }
  
  .search-icon-btn {
    width: 30px;
    height: 30px;
  }
  
  .search-icon-btn svg {
    width: 16px;
    height: 16px;
  }
  
  /* 确保用户头像图标在移动端正确显示 */
  #userNotLoggedIn {
    align-items: center;
    justify-content: center;
  }
  
  #userNotLoggedIn .user-icon-link {
    align-items: center;
    justify-content: center;
  }
  
  /* 移动端搜索框样式调整 */
  .search-input-container {
    padding: 0.25rem;
  }
  
  .modal-search-input {
    padding: 0.5rem;
    font-size: 0.9rem;
  }
  
  .modal-search-btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}

/* 小屏幕（手机 landscape，480px 到 767px） */
@media (min-width: 480px) and (max-width: 767px) {
  .mobile-menu-toggle {
    display: block;
  }
  
  .header-content {
    flex-direction: row;
    align-items: center;
    padding: 0.75rem 0;
  }
  
  .main-navigation {
    display: none;
  }
  
  /* 用户头像图标在中等屏幕上的样式 */
  .user-icon-link {
    width: 35px;
    height: 35px;
  }
  
  .user-icon svg {
    width: 18px;
    height: 18px;
  }
  
  /* 确保用户头像图标在移动端正确显示 */
  #userNotLoggedIn {
    align-items: center;
    justify-content: center;
  }
  
  #userNotLoggedIn .user-icon-link {
    align-items: center;
    justify-content: center;
  }
  
  /* 移动端搜索框样式调整 */
  .search-input-container {
    padding: 0.3rem;
  }
  
  .modal-search-input {
    padding: 0.6rem;
    font-size: 0.95rem;
  }
  
  .modal-search-btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.95rem;
  }
}

/* 中等屏幕（平板，768px 到 1023px） */
@media (min-width: 768px) and (max-width: 1023px) {
  .header-content {
    padding: 1rem 0;
  }
  
  .mobile-menu-toggle {
    display: none;
  }
  
  .main-navigation {
    display: flex;
  }
}

/* PC端集数指示器样式 */
.desktop-episode-indicator {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  text-align: center;
  min-width: 120px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.desktop-episode-indicator:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.05);
}

/* 响应式优化 */
@media (max-width: 768px) {
  .desktop-episode-indicator {
    display: none;
  }
}

@media (min-width: 769px) {
  .mobile-episode-indicator {
    display: none;
  }
}

/* 隐藏播放页面的语言切换器 */
.mobile-player-page .language-switcher,
.desktop-player-container .language-switcher {
  display: none !important;
}

/* 权限弹窗样式 */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  animation: fadeIn 0.3s ease-out;
}

.modal.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modal-content {
  background-color: #ffffff;
  margin: 10% auto;
  padding: 0;
  border-radius: 15px;
  width: 90%;
  max-width: 400px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.3s ease-out;
  position: relative;
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #aaa;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 1;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  background-color: #f0f0f0;
  transform: rotate(90deg);
}

.modal-body {
  padding: 30px 20px 20px 20px;
  text-align: center;
}

.modal-body p {
  margin-bottom: 25px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

/* 购买选项样式 */
.purchase-option {
  text-align: left;
}

.purchase-option h4 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #2c3e50;
  text-align: center;
  font-weight: 600;
}

.option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.option:hover {
  background-color: #e3f2fd;
  border-color: #2196f3;
  transform: translateY(-1px);
}

.option span {
  font-size: 14px;
  color: #555;
  flex: 1;
}

.option strong {
  color: #ff6b6b;
  font-weight: 600;
}

/* 会员升级区域样式 */
.membership-upgrade-section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.membership-row {
  margin-bottom: 15px;
}

.membership-row span {
  font-size: 14px;
  color: #555;
  font-weight: 500;
}

.form-control {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.membership-info-text {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  margin-top: 10px;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 5px;
  border-left: 3px solid #ff6b6b;
}

.membership-level-info {
  display: none;
}

.membership-level-info.show {
  display: block;
}

/* 移动端优化 */
@media (max-width: 768px) {
  .modal-content {
    margin: 5% auto;
    width: 95%;
    border-radius: 10px;
    max-height: 85vh; /* 增加最大高度 */
  }
  
  .modal-body {
    padding: 15px 10px 10px 10px; /* 减少内边距 */
  }
  
  .modal-body p {
    font-size: 14px;
    margin-bottom: 15px; /* 减少底部边距 */
  }
  
  .purchase-option h4 {
    font-size: 16px;
    margin-bottom: 15px; /* 减少底部边距 */
  }
  
  .option {
    padding: 10px; /* 减少内边距 */
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    margin-bottom: 10px; /* 减少底部边距 */
  }
  
  .option span {
    margin-bottom: 8px; /* 减少底部边距 */
    text-align: center;
    font-size: 13px; /* 减小字体 */
  }
  
  .option strong {
    font-size: 14px; /* 减小价格字体 */
  }
  
  .btn {
    width: 100%;
    margin-top: 8px; /* 减少顶部边距 */
    padding: 10px; /* 减少按钮内边距 */
    font-size: 14px; /* 减小按钮字体 */
  }
  
  .membership-upgrade-section {
    margin-top: 12px; /* 减少顶部边距 */
    padding-top: 12px; /* 减少顶部内边距 */
  }
  
  .membership-row {
    margin-bottom: 10px; /* 减少底部边距 */
  }
  
  .membership-row span {
    font-size: 12px; /* 减小字体 */
  }
  
  .form-control {
    padding: 8px 10px; /* 减少内边距 */
    font-size: 13px; /* 减小字体 */
  }
  
  .membership-info-text {
    font-size: 11px; /* 减小字体 */
    margin-top: 8px; /* 减少顶部边距 */
    padding: 8px; /* 减少内边距 */
  }
}

/* End of stylesheet */

/* End of stylesheet */


/* End of stylesheet */

/* 大屏幕（桌面，1024px 及以上） */
@media (min-width: 1024px) {
  .header-content {
    padding: 1rem 0;
  }
  
  .mobile-menu-toggle {
    display: none;
  }
  
  .main-navigation {
    display: flex;
  }
}

/* PC端集数指示器样式 */
.desktop-episode-indicator {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  text-align: center;
  min-width: 120px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.desktop-episode-indicator:hover {
  background: rgba(0, 0, 0, 0.9);
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.05);
}

/* 响应式优化 */
@media (max-width: 768px) {
  .desktop-episode-indicator {
    display: none;
  }
}

@media (min-width: 769px) {
  .mobile-episode-indicator {
    display: none;
  }
}

/* 隐藏播放页面的语言切换器 */
.mobile-player-page .language-switcher,
.desktop-player-container .language-switcher {
  display: none !important;
}

/* 权限弹窗样式 */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  animation: fadeIn 0.3s ease-out;
}

.modal.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modal-content {
  background-color: #ffffff;
  margin: 10% auto;
  padding: 0;
  border-radius: 15px;
  width: 90%;
  max-width: 400px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.3s ease-out;
  position: relative;
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #aaa;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 1;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  background-color: #f0f0f0;
  transform: rotate(90deg);
}

.modal-body {
  padding: 30px 20px 20px 20px;
  text-align: center;
}

.modal-body p {
  margin-bottom: 25px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

/* 购买选项样式 */
.purchase-option {
  text-align: left;
}

.purchase-option h4 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #2c3e50;
  text-align: center;
  font-weight: 600;
}

.option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.option:hover {
  background-color: #e3f2fd;
  border-color: #2196f3;
  transform: translateY(-1px);
}

.option span {
  font-size: 14px;
  color: #555;
  flex: 1;
}

.option strong {
  color: #ff6b6b;
  font-weight: 600;
}

/* 会员升级区域样式 */
.membership-upgrade-section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.membership-row {
  margin-bottom: 15px;
}

.membership-row span {
  font-size: 14px;
  color: #555;
  font-weight: 500;
}

.form-control {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.membership-info-text {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  margin-top: 10px;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 5px;
  border-left: 3px solid #ff6b6b;
}

.membership-level-info {
  display: none;
}

.membership-level-info.show {
  display: block;
}

/* 移动端优化 */
@media (max-width: 768px) {
  .modal-content {
    margin: 5% auto;
    width: 95%;
    border-radius: 10px;
    max-height: 85vh; /* 增加最大高度 */
  }
  
  .modal-body {
    padding: 15px 10px 10px 10px; /* 减少内边距 */
  }
  
  .modal-body p {
    font-size: 14px;
    margin-bottom: 15px; /* 减少底部边距 */
  }
  
  .purchase-option h4 {
    font-size: 16px;
    margin-bottom: 15px; /* 减少底部边距 */
  }
  
  .option {
    padding: 10px; /* 减少内边距 */
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    margin-bottom: 10px; /* 减少底部边距 */
  }
  
  .option span {
    margin-bottom: 8px; /* 减少底部边距 */
    text-align: center;
    font-size: 13px; /* 减小字体 */
  }
  
  .option strong {
    font-size: 14px; /* 减小价格字体 */
  }
  
  .btn {
    width: 100%;
    margin-top: 8px; /* 减少顶部边距 */
    padding: 10px; /* 减少按钮内边距 */
    font-size: 14px; /* 减小按钮字体 */
  }
  
  .membership-upgrade-section {
    margin-top: 12px; /* 减少顶部边距 */
    padding-top: 12px; /* 减少顶部内边距 */
  }
  
  .membership-row {
    margin-bottom: 10px; /* 减少底部边距 */
  }
  
  .membership-row span {
    font-size: 12px; /* 减小字体 */
  }
  
  .form-control {
    padding: 8px 10px; /* 减少内边距 */
    font-size: 13px; /* 减小字体 */
  }
  
  .membership-info-text {
    font-size: 11px; /* 减小字体 */
    margin-top: 8px; /* 减少顶部边距 */
    padding: 8px; /* 减少内边距 */
  }
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.option select:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.option span {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  flex: 1; /* 占据可用空间 */
  text-align: left; /* 左对齐文本 */
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.option .btn {
  min-width: 100px;
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  margin-left: 10px; /* 添加左边距 */
  width: 100%; /* 按钮宽度占满 */
  margin-left: 0; /* 移除左边距 */
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.option .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 会员权益信息样式 */
.membership-info-text {
  text-align: left;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.4;
  width: 100%;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.membership-level-info {
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: #f8f9fa;
  border-radius: 5px;
  text-align: left;
}

.membership-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
}

.membership-row .btn-primary {
  align-self: center;
  margin: 10px 0;
}

.membership-info-text {
  text-align: center;
  width: 100%;
}

.membership-upgrade-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.membership-upgrade-section .option {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}

.membership-upgrade-section .option > span {
  text-align: center;
}

.orders-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}

.membership-upgrade-section {
  margin-bottom: 10px;
}

.membership-upgrade-section .membership-row {
  width: 100%;
  justify-content: center;
}

/* 特别针对权限提示模态框中的会员信息和按钮居中对齐 */
#permissionModal .membership-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#permissionModal .membership-row .btn-primary {
  align-self: center;
  margin-top: 15px;
}

#permissionModal .membership-info-text {
  text-align: center;
  width: 100%;
}

#permissionModal .membership-level-info {
  text-align: center;
  margin: 10px auto;
  width: 100%;
  max-width: 400px;
}

/* 确保会员升级部分的所有元素居中 */
.membership-upgrade-section .membership-row:first-child {
  margin-bottom: 15px;
}

.membership-upgrade-section .membership-row:nth-child(2) {
  width: 100%;
  margin-bottom: 15px;
}

.membership-upgrade-section .membership-row:nth-child(2) select {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.membership-upgrade-section .membership-row:nth-child(3) {
  width: 100%;
  margin-bottom: 15px;
}

.membership-upgrade-section .membership-row:last-child {
  width: 100%;
  margin-top: 10px;
}

.membership-upgrade-section .membership-row:last-child .btn-primary {
  margin: 0 auto;
}

/* 特别针对权限模态框中的元素居中对齐 */
#permissionModal .membership-upgrade-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#permissionModal .membership-upgrade-section .option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

#permissionModal .membership-upgrade-section .membership-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
}

#permissionModal .membership-upgrade-section .membership-row .btn-primary {
  align-self: center;
  margin-top: 10px;
}

#permissionModal .membership-upgrade-section .membership-info-text {
  text-align: center;
  width: 100%;
  margin: 10px 0;
}

#permissionModal .membership-upgrade-section .membership-level-info {
  text-align: center;
  margin: 10px auto;
  width: 100%;
  max-width: 400px;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 5px;
}

/* 通用居中类 */
.center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.center-content .btn-primary {
  align-self: center;
  margin-top: 10px;
}

/* 确保模态框中的所有按钮居中 */
.modal .btn-primary {
  display: block;
  margin: 10px auto;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.payment-methods {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 2px solid #eee;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.payment-methods h4 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #2c3e50;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.payment-methods label {
  display: inline-block;
  margin: 0.3rem 0.5rem;
  padding: 0.4rem 0.8rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.85rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.payment-methods label:hover {
  background: #f8f9fa;
  border-color: #bbb;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.payment-methods input[type="radio"] {
  margin-right: 0.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.payment-methods input[type="radio"]:checked + label {
  background: #ff6b6b;
  color: white;
  border-color: #ff6b6b;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 支付方式选择模态框样式 */
#paymentMethodModal .modal-content {
  max-width: 400px;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

#paymentMethodModal .modal-body h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #2c3e50;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

#paymentMethodModal .modal-body p {
  font-size: 1rem;
  color: #555;
  margin: 0 0 1.5rem 0;
  text-align: center;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

#paymentMethodModal .payment-methods {
  margin: 1rem 0;
  padding: 0;
  border: none;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

#paymentMethodModal .payment-methods label {
  display: block;
  margin: 0.5rem 0;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 1rem;
  text-align: center;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

#paymentMethodModal .payment-methods label:hover {
  background: #f8f9fa;
  border-color: #bbb;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

#paymentMethodModal .payment-methods input[type="radio"] {
  margin-right: 0.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

#paymentMethodModal .payment-methods input[type="radio"]:checked + label {
  background: #ff6b6b;
  color: white;
  border-color: #ff6b6b;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 汉堡菜单按钮 */
.mobile-menu-toggle {
  display: none;
  flex: 0 0 auto;
  margin-right: 1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.menu-btn span {
  width: 100%;
  height: 3px;
  background: #ff6b6b; /* 使用主题色 */
  border-radius: 10px;
  transition: all 0.3s linear;
  position: relative;
  transform-origin: center;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 汉堡菜单动画效果 - 对称的关闭按钮 */
.menu-btn.open span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.menu-btn.open span:nth-child(2) {
  opacity: 0;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.menu-btn.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 移动端导航菜单 */
.mobile-nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  backdrop-filter: blur(5px);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.mobile-nav-menu.show {
  display: block;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.mobile-nav-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.mobile-nav-menu.show .mobile-nav-content {
  transform: translateX(0);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #eee;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.mobile-logo {
  width: 100px;
  height: 35px;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.close-menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.main-navigation-mobile {
  padding: 1rem;
  height: calc(100% - 60px);
  overflow-y: auto;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.nav-menu-mobile {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.nav-menu-mobile li a {
  display: block;
  padding: 1rem;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.nav-menu-mobile li a:hover {
  background-color: #f8f9fa;
  color: #ff6b6b;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.nav-menu-mobile li a.active {
  background-color: #ff6b6b;
  color: white;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 响应式设计 */
/* 超小屏幕（手机 portrait，小于 480px） */
@media (max-width: 479px) {
  .container {
    padding: 0 10px;
  }
  
  .mobile-menu-toggle {
    display: block;
  }
  
  .header-content {
    flex-direction: row;
    align-items: center;
    padding: 0.5rem 0;
  }
  
  .logo-img {
    width: 60px;
    height: 20px;
  }
  
  .language-switcher {
    margin-right: 0.5rem;
  }
  
  .language-select {
    padding: 0.1rem 0.25rem;
    font-size: 0.8rem;
  }
  
  .user-actions {
    gap: 0.5rem;
  }
  
  .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
  }
  
  .user-avatar {
    width: 30px;
    height: 30px;
  }
  
  .dramas-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  
  .card-image {
    padding-top: 133.33%; /* 3:4 宽高比 */
  }
  
  .card-image img {
    height: auto; /* 覆盖默认高度设置 */
  }
  
  .hero-section {
    padding: 1.5rem 0;
  }
  
  .hero-section h2 {
    font-size: 1.2rem;
  }
  
  .hero-section p {
    font-size: 0.9rem;
  }
  
  .featured-dramas h3 {
    font-size: 1.1rem;
  }
  
  .card-content h4 {
    font-size: 0.9rem;
  }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 小屏幕（手机 landscape，480px 到 767px） */
@media (min-width: 480px) and (max-width: 767px) {
  .mobile-menu-toggle {
    display: block;
  }
  
  .header-content {
    flex-direction: row;
    align-items: center;
    padding: 0.75rem 0;
  }
  
  .logo-img {
    width: 80px;
    height: 30px;
  }
  
  .language-switcher {
    margin-right: 0.75rem;
  }
  
  .language-select {
    padding: 0.2rem 0.4rem;
    font-size: 0.85rem;
  }
  
  .user-actions {
    gap: 0.75rem;
  }
  
  .btn {
    padding: 0.3rem 0.75rem;
    font-size: 0.85rem;
  }
  
  .user-avatar {
    width: 35px;
    height: 35px;
  }
  
  .dramas-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .card-image {
    padding-top: 133.33%; /* 3:4 宽高比 */
  }
  
  .card-image img {
    height: auto; /* 覆盖默认高度设置 */
  }
  
  .hero-section {
    padding: 2rem 0;
  }
  
  .hero-section h2 {
    font-size: 1.5rem;
  }
  
  .hero-section p {
    font-size: 1rem;
  }
  
  .featured-dramas h3 {
    font-size: 1.2rem;
  }
  
  .card-content h4 {
    font-size: 0.95rem;
  }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 中等屏幕（平板，768px 到 1023px） */
@media (min-width: 768px) and (max-width: 1023px) {
  .mobile-menu-toggle {
    display: none;
  }
  
  .header-content {
    padding: 1rem 0;
  }
  
  .logo-img {
    width: 100px;
    height: 35px;
  }
  
  .search-container {
    max-width: 300px;
    margin: 0 1.5rem;
    padding: 0.25rem;
  }
  
  .search-input {
    padding: 0.4rem;
    font-size: 0.9rem;
  }
  
  .search-btn {
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
  }
  
  .language-switcher {
    margin-right: 1rem;
  }
  
  .language-select {
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
  }
  
  .user-actions {
    gap: 1rem;
  }
  
  .btn {
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
  }
  
  .user-avatar {
    width: 40px;
    height: 40px;
  }
  
  .dramas-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
  
  .card-image {
    padding-top: 133.33%; /* 3:4 宽高比 */
  }
  
  .card-image img {
    height: auto; /* 覆盖默认高度设置 */
  }
  
  .hero-section {
    padding: 2.5rem 0;
  }
  
  .hero-section h2 {
    font-size: 1.8rem;
  }
  
  .hero-section p {
    font-size: 1.1rem;
  }
  
  .featured-dramas h3 {
    font-size: 1.3rem;
  }
  
  .card-content h4 {
    font-size: 1rem;
  }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 大屏幕（桌面，1024px 及以上） */
@media (min-width: 1024px) {
  .mobile-menu-toggle {
    display: none;
  }
  
  .header-content {
    padding: 1rem 0;
  }
  
  .logo-img {
    width: 120px;
    height: 40px;
  }
  
  .search-container {
    max-width: 400px;
    margin: 0 2rem;
    padding: 0.25rem;
  }
  
  .search-input {
    padding: 0.5rem;
    font-size: 0.9rem;
  }
  
  .search-btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  
  .language-switcher {
    margin-right: 1rem;
  }
  
  .language-select {
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
  }
  
  .user-actions {
    gap: 1rem;
  }
  
  .btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  
  .user-avatar {
    width: 40px;
    height: 40px;
  }
  
  .dramas-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
  
  .card-image {
    padding-top: 133.33%; /* 3:4 宽高比 */
  }
  
  .card-image img {
    height: auto; /* 覆盖默认高度设置 */
  }
  
  .hero-section {
    padding: 3rem 0;
  }
  
  .hero-section h2 {
    font-size: 2rem;
  }
  
  .hero-section p {
    font-size: 1.2rem;
  }
  
  .featured-dramas h3 {
    font-size: 1.5rem;
  }
  
  .card-content h4 {
    font-size: 1rem;
  }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 个人中心样式 */
.profile-container {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 移动端用户信息卡片 */
.mobile-profile-card {
  display: none;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.profile-sidebar {
  flex: 0 0 250px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 1.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.profile-card {
  text-align: center;
  padding: 1.5rem 0;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.user-avatar-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.user-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e7f4 100%);
  padding: 5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.user-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.user-info {
  text-align: center;
  padding: 0 1rem;
  margin-top: 1rem; /* 减小顶部间距 */
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.user-name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.user-level {
  color: #666;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.user-expire {
  color: #888;
  margin-bottom: 0.25rem;
  font-size: 0.85rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.user-balance {
  color: #ff6b6b;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.user-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.user-actions .btn {
  flex: 1;
  min-width: 100px;
  padding: 0.5rem;
  font-size: 0.9rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 移动端用户操作按钮优化 */
@media (max-width: 768px) {
  .user-actions {
    gap: 0.75rem;
    margin-top: 0rem;
    padding: 0 1rem;
  }
  
  .user-actions .btn {
    min-width: 80px;
    padding: 0.6rem 0.5rem;
    font-size: 0.85rem;
  }
  
  /* 移动端按钮堆叠显示 */
  .mobile-profile-card .user-actions {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .mobile-profile-card .user-actions .btn {
    width: 100%;
    min-width: auto;
    padding: 0.7rem;
  }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.avatar-preview-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.avatar-preview {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f0f0f0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.user-avatar {

  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1rem;
}

.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.profile-nav ul {
  list-style: none;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.profile-nav li {
  margin-bottom: 0.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.profile-nav a {
  display: block;
  padding: 0.75rem 1rem;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.profile-nav a:hover,
.profile-nav a.active {
  background-color: #ff6b6b;
  color: white;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.profile-content {
  flex: 1;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.profile-section {
  display: none;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 1.5rem;
  margin-bottom: 2rem;
}

/* 观看记录列表样式 */
.watch-history-list,
.favorites-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}

.orders-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}

@media (max-width: 768px) {
  .watch-history-list,
  .favorites-list {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
  }
  
  .order-item > div:nth-child(1) { width: 15%; } /* 订单号 */
  .order-item > div:nth-child(2) { width: 25%; } /* 商品 */
  .order-item > div:nth-child(3) { width: 15%; } /* 金额 */
  .order-item > div:nth-child(4) { width: 15%; } /* 状态 */
  .order-item > div:nth-child(5) { width: 30%; } /* 创建时间 */
}

@media (max-width: 480px) {
  .watch-history-list,
  .favorites-list {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
  }
  
  .order-item {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    padding: 0.75rem;
  }
  
  .order-item > div {
    width: 100% !important;
    text-align: left !important;
    padding: 0.1rem 0;
  }
  
  .order-item > div:nth-child(3) {
    text-align: left !important;
    font-size: 1rem;
  }
  
  .order-item > div:nth-child(4) {
    text-align: left !important;
  }
}

.history-item,
.favorite-item {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 0.75rem;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  max-height: 300px;
  align-items: center;
  overflow: visible;
  flex-wrap: nowrap;
}

.order-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  gap: 1rem;
  flex-wrap: nowrap;
}

.order-item:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* 确保内容不会溢出 */
.order-item > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.history-item:hover,
.favorite-item:hover {
  background: #e9ecef;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}



.history-thumbnail,
.favorite-thumbnail {
  width: 90%;
  height: 180px;
  min-width: 130px;
  max-width: 160px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 0.75rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.history-thumbnail img,
.favorite-thumbnail img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  object-position: center;
  display: block;
  background-color: #f0f0f0;
}

.history-item:hover .history-thumbnail img,
.favorite-item:hover .favorite-thumbnail img {
  transform: scale(1.05);
}

.history-info,
.favorite-info {
  width: 100%;
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  overflow: visible;
  flex: none;
}

.history-info h4,
.favorite-info h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
  line-height: 1.4;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}

.history-info p,
.favorite-info p {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.25rem;
  overflow: visible;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.history-actions,
.favorite-actions {
  margin-top: auto;
  flex-shrink: 0;
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  overflow: visible;
}

.history-actions .btn,
.favorite-actions .btn {
  flex: 1;
  min-width: 70px;
  font-size: 0.8rem;
  padding: 0.3rem 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.order-table-header {
  display: table-row;
  font-weight: bold;
  background-color: #f8f9fa;
}

.order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}

.order-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  background-color: #f8f9fa;
  padding: 0.75rem 1rem;
  border-radius: 8px 8px 0 0;
}

.order-list-header > div {
  color: #495057;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0;
  min-width: 0; /* 允许flex项目收缩到内容宽度以下 */
}

.order-list-header > div:nth-child(1) { width: 20%; } /* 订单号 */
.order-list-header > div:nth-child(2) { width: 25%; } /* 商品 */
.order-list-header > div:nth-child(3) { width: 15%; font-weight: 600; color: #ff6b6b; text-align: right; } /* 金额 */
.order-list-header > div:nth-child(4) { width: 15%; text-align: center; } /* 状态 */
.order-list-header > div:nth-child(5) { width: 25%; font-size: 0.9rem; color: #6c757d; } /* 创建时间 */

.order-item > div {
  color: #495057;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0;
  min-width: 0; /* 允许flex项目收缩到内容宽度以下 */
}

.order-item > div:nth-child(1) { width: 20%; } /* 订单号 */
.order-item > div:nth-child(2) { width: 25%; } /* 商品 */
.order-item > div:nth-child(3) { width: 15%; font-weight: 600; color: #ff6b6b; text-align: right; } /* 金额 */
.order-item > div:nth-child(4) { width: 15%; text-align: center; } /* 状态 */
.order-item > div:nth-child(5) { width: 25%; font-size: 0.9rem; color: #6c757d; } /* 创建时间 */

.order-id {
  font-weight: 600;
  color: #333;
  font-size: 0.9rem;
}

.order-status {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center;
  min-width: 60px;
}

.order-status.completed {
  background-color: #d4edda;
  color: #155724;
}

.order-status.pending {
  background-color: #fff3cd;
  color: #856404;
}

.order-status.cancelled {
  background-color: #f8d7da;
  color: #721c24;
}

.order-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.order-details p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

.order-details p:nth-child(2) {
  font-weight: 600;
  color: #ff6b6b;
  font-size: 1rem;
}

.text-muted {
  color: #999 !important;
  font-size: 0.85rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.profile-section.active {
  display: block;
}



/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.card-header {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.card-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.avatar-preview {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.avatar-upload {
  text-align: center;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.form-label {
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5rem;
  display: block;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.settings-form .form-group {
  margin-bottom: 1.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.settings-form .form-input {
  max-width: 400px;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.settings-form .form-actions {
  margin-top: 2rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.watch-history-list,
.favorites-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}

.orders-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.history-item,
.favorite-item,
.order-item {
  background: #f8f9fa;
  border-radius: 5px;
  padding: 1rem;
  transition: all 0.3s ease;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.history-item:hover,
.favorite-item:hover,
.order-item:hover {
  background: #e9ecef;
  transform: translateY(-2px);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.item-image {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.item-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #333;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.item-meta {
  font-size: 0.875rem;
  color: #666;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.membership-info {
  margin-bottom: 1.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.membership-info p {
  margin-bottom: 0.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 会员提醒样式 */
.membership-alerts {
  margin-bottom: 2rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.membership-alerts h2 {
  color: #2c3e50;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.alerts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.alert-card {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  text-align: center;
  border-left: 4px solid #ff6b6b;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.alert-card h3 {
  color: #7f8c8d;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.alert-card p {
  color: #2c3e50;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.expiring-members-list {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.expiring-members-list h3 {
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 会员中心样式 */
.membership-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.membership-container h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.recharge-section {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  padding: 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.recharge-section:hover {
  box-shadow: 0 6px 25px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.recharge-section h3 {
  color: #2c3e50;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.recharge-form {
  max-width: 500px;
  margin: 0 auto;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.recharge-form .form-group {
  margin-bottom: 1.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.recharge-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #333;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.recharge-form .form-input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.recharge-form .form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.1);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

#payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

#payment-methods label {
  padding: 0.75rem 1.5rem;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

#payment-methods label:hover {
  background: #e9ecef;
  border-color: #bbb;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

#payment-methods input[type="radio"]:checked + label {
  background: #ff6b6b;
  color: white;
  border-color: #ff6b6b;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.form-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.membership-levels {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  padding: 2rem;
  transition: all 0.3s ease;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.membership-levels:hover {
  box-shadow: 0 6px 25px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.membership-levels h3 {
  color: #2c3e50;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.levels-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.member-level-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  border: 1px solid #eee;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.member-level-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.member-level-card h3 {
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.member-level-card .price {
  font-size: 2rem;
  font-weight: 700;
  color: #ff6b6b;
  margin-bottom: 0.5rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.member-level-card .duration {
  color: #6c757d;
  margin-bottom: 1rem;
  font-size: 1rem;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.member-level-card .privileges {
  min-height: 60px;
  margin-bottom: 1.5rem;
  color: #495057;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.member-level-card .btn {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .profile-container {
    flex-direction: column;
  }
  
  .header-content {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  
  .main-navigation {
    display: none;
  }
  
  .mobile-menu-toggle {
    display: block;
  }
  
  /* 显示移动端用户信息卡片 */
  .mobile-profile-card {
    display: block;
    margin-bottom: 1rem;
  }
  
  /* 移动端横向TAB导航 */
  .profile-tabs {
    display: flex;
    overflow-x: auto;
    background: #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
    scrollbar-width: none; /* Firefox */
  }
  
  .profile-tabs::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  
  .profile-tab {
    flex: 0 0 auto;
    padding: 0.75rem 1rem;
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    white-space: nowrap;
  }
  
  .profile-tab.active {
    color: #ff6b6b;
    border-bottom-color: #ff6b6b;
  }
  
  .profile-tab:hover:not(.active) {
    color: #333;
    background-color: #f8f9fa;
  }
  
  /* 隐藏桌面端的侧边栏导航 */
  .profile-sidebar {
    display: none;
  }
  
  /* 移动端头部布局优化 */
  /* 移除了可能导致布局混乱的flex order调整 */
  
  .profile-sidebar {
    flex: 0 0 auto;
  }
  
  .watch-history-list,
  .favorites-list,
  .orders-list {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  
  .item-image {
    height: 100px;
  }
  
  /* 移动端播放器专用样式 */
  .mobile-player-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
    z-index: 1000;
  }
  
  /* 视频区域 */
  .video-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .video-wrapper {
    width: 100%;
    height: 100%;
  }
  
  .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 填充整个容器 */
    touch-action: manipulation; /* 改善移动端触摸体验 */
    user-select: none; /* 防止视频区域文字被选中 */
    outline: none; /* 移除焦点轮廓 */
  }
  
  .mobile-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
  
  .mobile-header .btn-outline {
    position: absolute;
    left: 10px;
    flex-shrink: 0;
    z-index: 102;
  }
  
  .mobile-episode-indicator {
    position: relative;
    z-index: 101;
  }
  
  /* 集数指示器样式 */
  .episode-indicator {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    text-align: center;
    min-width: 120px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 101;
  }
  
  .episode-indicator span {
    color: #ff6b6b;
    font-weight: 700;
    font-size: 15px;
  }
  
  .episode-indicator:hover {
    background: rgba(0, 0, 0, 0.7);
    border-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
  }
  
  .mobile-header .btn-outline i {
    font-size: 32px; /* 图标大小与互动按钮一致 */
  }
  
  /* 移动端交互区域 */
  .mobile-interactive-area {
    position: absolute;
    right: 10px;
    top: 60%; /* 向下移动10% */
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 100;
  }
  
  /* 剧集列表容器 */
  .mobile-episode-list-container {
    position: absolute;
    right: 60px; /* 互动按钮宽度 */
    top: 60%; /* 向下移动10% */
    transform: translateY(-50%);
    width: 60px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 10px;
    padding: 10px 5px;
  }
  
  .mobile-episode-list-container .episodes {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  
  .mobile-episode-list-container .episode-item {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
  
  /* 互动按钮 */
  .mobile-interaction-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  
  .control-button {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .control-button i {
    font-size: 20px;
    margin-bottom: 3px;
  }
  
  .control-button span {
    font-size: 10px;
  }
  
  .like-button.liked {
    color: #ff6b6b;
  }
  
  /* 底部进度条 */
  .mobile-progress-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 100;
  }
  
  .progress-container {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
  }
  
  .progress-bar {
    height: 100%;
    background-color: #ff6b6b;
    border-radius: 3px;
    width: 0%;
  }
  
  .progress-time {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: white;
    margin-top: 5px;
  }
  
  /* 底部剧集列表 */
  .bottom-episode-list {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 50vh;
    background: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
  }
  
  .bottom-episode-list.show {
    transform: translateY(0);
  }
  
  .episode-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .episode-list-header h3 {
    margin: 0;
    color: #333;
  }
  
  .close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
  }
  
  /* TAB标签样式 */
  .episode-tabs {
    margin-bottom: 15px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  
  .episode-tab {
    display: inline-block;
    padding: 8px 16px;
    margin-right: 10px;
    background: #f0f0f0;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  
  .episode-tab.active {
    background: #ff6b6b;
    color: white;
  }
  
  .episode-tab:hover:not(.active) {
    background: #e0e0e0;
  }
  
  .bottom-episode-list .episodes {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
}

  }
  
  .bottom-episode-list .episode-item {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
  }
  
  .bottom-episode-list .episode-item:hover {
    background: #e9ecef;
  }
  
  .bottom-episode-list .episode-item.active {
    background: #ff6b6b;
    color: white;
  }
  
  .bottom-episode-list .episode-item.locked {
    background: #ff6b6b; /* 设置背景颜色为#ff6b6b */
    color: white; /* 设置文字颜色为白色 */
  }
  
  /* 互动按钮样式调整 */
  .control-button {
    width: 67px; /* 原来的2/3 */
    height: 67px; /* 原来的2/3 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    color: white; /* 设置图标为白色 */
    background: transparent; /* 无背景颜色 */
  }

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.file-upload-preview {
  max-width: 200px;
  max-height: 100px;
  margin-top: 1rem;
  border-radius: 5px;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 评论模态框样式 - 从底部弹出，与剧集列表保持一致 */
.modal.comment-modal {
  align-items: flex-end;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.modal.comment-modal .modal-content {
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-width: none;
  max-height: 70vh; /* 增加最大高度以显示更多内容 */
  margin: 0;
  padding: 0; /* 移除padding以获得更好的布局控制 */
  animation: slideUp 0.3s ease-out;
  background: #ffffff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 70vh; /* 固定高度 */
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 调整评论模态框关闭按钮样式 */
.modal.comment-modal .modal-close {
  position: absolute;
  top: 15px;
  left: 15px;
  right: auto;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #aaa;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  z-index: 10;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.modal.comment-modal .modal-close:hover {
  background-color: #f1f1f1;
  color: #333;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.modal.comment-modal .modal-body {
  padding: 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.modal.comment-modal .modal-body h4 {
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: 600;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 评论列表容器 */
.comment-list-container {
  flex: 1;
  overflow-y: auto;
  padding: 0 15px;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.comment-list {
  max-height: none;
  overflow-y: visible;
  padding: 10px 0;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.comment-item {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.comment-item:last-child {
  border-bottom: none;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.comment-content {
  flex: 1;
  font-size: 14px;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.comment-header {
  display: flex;
  margin-bottom: 5px;
  width: 100%;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.comment-author {
  font-weight: normal;
  color: #333;
  font-size: 10px;
  flex: none;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.comment-text {
  color: #333;
  line-height: 1.5;
  font-size: 14px;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
  width: 100%;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 删除评论按钮样式 */
.delete-comment-btn {
  background: none;
  border: none;
  color: #999;
  font-size: 12px;
  cursor: pointer;
  margin-left: auto;
  display: none;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.comment-item:hover .delete-comment-btn {
  display: inline;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.delete-comment-btn:hover {
  color: #ff6b6b;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* 评论输入区域 */
.comment-input-area {
  padding: 10px 15px;
  border-top: 1px solid #eee;
  background: #fff;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.comment-input-container {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 8px 12px;
  box-sizing: border-box;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.comment-input-container textarea {
  flex: 1;
  min-height: 20px;
  max-height: 100px;
  padding: 5px 0;
  border: none;
  border-radius: 0;
  resize: none;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  overflow-y: auto;
  box-sizing: border-box;
  background: transparent;
  outline: none;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.comment-input-container button {
  height: 30px;
  padding: 0 15px;
  background-color: #ff6b6b;
  color: white;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.comment-input-container button:hover {
  background-color: #ff5252;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.comment-input-container button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

.no-comments, .loading, .error {
  text-align: center;
  padding: 2rem;
  color: #999;
}

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

  
  .control-button i {
    font-size: 32px; /* 原来的2/3 */
    margin-bottom: 7px;
  }
  
  .control-button span {
    font-size: 13px; /* 原来的2/3 */
    color: white; /* 设置文字为白色 */
  }
  
  .control-button.liked {
    color: #ff6b6b;
  }
  
  /* 移动端响应式图标大小 */
  @media (max-width: 479px) {
    .control-button {
      width: 53px; /* 原来的2/3 */
      height: 53px; /* 原来的2/3 */
    }
    
    .control-button i {
      font-size: 27px; /* 原来的2/3 */
    }
    
    .control-button span {
      font-size: 11px; /* 原来的2/3 */
    }
  }
  
  @media (min-width: 480px) and (max-width: 767px) {
    .control-button {
      width: 60px; /* 原来的2/3 */
      height: 60px; /* 原来的2/3 */
    }
    
    .control-button i {
      font-size: 29px; /* 原来的2/3 */
    }
    
    .control-button span {
      font-size: 12px; /* 原来的2/3 */
    }
  }
  
  @media (min-width: 768px) and (max-width: 1023px) {
    .control-button {
      width: 67px; /* 原来的2/3 */
      height: 67px; /* 原来的2/3 */
    }
    
    .control-button i {
      font-size: 32px; /* 原来的2/3 */
    }
    
    .control-button span {
      font-size: 13px; /* 原来的2/3 */
    }
  }
  
  @media (min-width: 1024px) {
    .control-button {
      width: 73px; /* 原来的2/3 */
      height: 73px; /* 原来的2/3 */
    }
    
    .control-button i {
      font-size: 35px; /* 原来的2/3 */
    }
    
    .control-button span {
      font-size: 15px; /* 原来的2/3 */
    }
  }
  
  /* 隐藏PC端元素（仅在播放器页面） */
  .mobile-player-page header, 
  .mobile-player-page footer, 
  .mobile-player-page .site-main, 
  .mobile-player-page .interactive-area,
  .mobile-player-page .video-player-container,
  .mobile-player-page .video-header,
  .mobile-player-page .video-content,
  .mobile-player-page .video-main,
  .mobile-player-page .video-controls,
  .mobile-player-page .episode-list {
    display: none !important;
  }
  
  /* 播放/暂停提示样式 */
  .gesture-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 20px;
    border-radius: 10px;
    font-size: 40px;
    z-index: 1000;
    display: none;
    pointer-events: none;
  }

/* 标签页样式 */
.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #333;
  background-color: #f8f9fa;
}

.tab-btn.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 表单组样式 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  max-width: 400px;
}

.form-input:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
}

.form-checkbox input {
  width: auto;
  margin-right: 0.5rem;
}

.form-text {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* 文件上传样式 */
.file-upload {
  margin-bottom: 1rem;
}

.file-upload-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: #e9ecef;
}

/* PC端播放器样式 */
@media (min-width: 769px) {
  /* 隐藏移动端元素 */
  .mobile-player-container,
  .profile-tabs {
    display: none;
  }
  
  /* 显示PC端元素 */
  .profile-sidebar {
    display: block;
  }
  
  .desktop-player-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
    z-index: 1000;
  }
  
  /* 顶部导航 */
  .desktop-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
  }
  
  .desktop-header .btn-outline {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .desktop-header .btn-outline:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  
  .desktop-video-title {
    color: white;
    font-size: 18px;
    margin: 0 20px;
    flex: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  /* 主内容区域 */
  .desktop-main-content {
    display: flex;
    height: 100%;
    padding-top: 60px;
  }
  
  /* 左侧视频区域 */
  .desktop-video-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  
  .video-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* 防止视频溢出 */
  }
  
  .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 改回contain以保持完整画面 */
  }
  
  /* 视频控制栏 */
  .desktop-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  
  .desktop-video-controls.hidden {
    opacity: 0;
    visibility: hidden;
  }
  
  .progress-container {
    width: 100%;
    height: 5px;
    background-color: #555;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
  }
  
  .progress-bar {
    height: 100%;
    background-color: #ff6b6b;
    border-radius: 3px;
    width: 0%;
  }
  
  .progress-time {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: white;
  }
  
  .control-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  
  .control-btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .control-btn:hover {
    color: #ff6b6b;
  }
  
  #desktopVolumeSlider {
    width: 80px;
    height: 5px;
    -webkit-appearance: none;
    background: #555;
    border-radius: 5px;
    outline: none;
  }
  
  #desktopVolumeSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: #ff6b6b;
    border-radius: 50%;
    cursor: pointer;
  }
  
  /* 右侧信息区域 */
  .desktop-info-area {
    width: 300px;
    background: #1a1a1a;
    color: white;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 60px);
  }
  
  .desktop-episode-list {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
  }
  
  .desktop-episode-list h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  .desktop-episode-list .episodes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  
  .desktop-episode-list .episode-item {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
  }
  
  .desktop-episode-list .episode-item:hover {
    background: #444;
  }
  
  .desktop-episode-list .episode-item.active {
    background: #ff6b6b;
    color: white;
  }
  
  .desktop-episode-list .episode-item.locked {
    background: #ff6b6b;
    color: white;
  }
  
  /* 互动按钮 */
  .desktop-interaction-buttons {
    padding: 20px;
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-around;
  }
  
  .desktop-interaction-buttons .control-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    color: white;
  }
  
  .desktop-interaction-buttons .control-button i {
    font-size: 24px;
    margin-bottom: 5px;
  }
  
  .desktop-interaction-buttons .control-button span {
    font-size: 12px;
  }
  
  .desktop-interaction-buttons .control-button.liked {
    color: #ff6b6b;
  }
  
  /* 固定在右下角的主页按钮 */
  .desktop-home-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 67px;
    height: 67px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    background: transparent;
    border: none;
    z-index: 101;
  }
  
  .desktop-home-button i {
    font-size: 32px;
  }
}

/* 默认隐藏PC端元素（在移动端） */
@media (max-width: 768px) {
  .desktop-player-container {
    display: none;
  }
  
  /* 移动端播放器专用样式 */
  .mobile-player-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: #000;
    overflow: hidden;
  }
  
  /* 视频区域 */
  .video-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .video-wrapper {
    width: 100%;
    height: 100%;
  }
  
  .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 填充整个容器 */
    touch-action: manipulation; /* 改善移动端触摸体验 */
    user-select: none; /* 防止视频区域文字被选中 */
    outline: none; /* 移除焦点轮廓 */
    pointer-events: auto; /* 确保视频可以接收触摸事件 */
  }
  
  /* 移动端头部 */
  .mobile-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
  }

  .mobile-header .btn-outline {
    flex-shrink: 0;
    z-index: 102;
  }

  .mobile-episode-indicator {
    position: relative;
    z-index: 101;
    margin: 0 auto;
  }

  /* 集数指示器样式 */
  .episode-indicator {
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    text-align: center;
    min-width: 120px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 101;
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .episode-indicator span {
    color: #ff6b6b;
    font-weight: 700;
    font-size: 15px;
  }

  .episode-indicator:hover {
    background: rgba(0, 0, 0, 0.9);
    border-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
  }

  .mobile-header .btn-outline {
    width: 67px; /* 与互动按钮大小一致 */
    height: 67px; /* 与互动按钮大小一致 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white; /* 设置图标为白色 */
    background: transparent; /* 无背景颜色 */
    border: none;
    z-index: 101;
    position: absolute;
    top: 10px; /* 原来位置附近 */
    left: 10px; /* 原来位置附近 */
    transform: translate(5px, 5px); /* 向右下角微调 */
  }
  
  .mobile-header .btn-outline i {
    font-size: 32px; /* 图标大小与互动按钮一致 */
  }
  
  /* 移动端交互区域 */
  .mobile-interactive-area {
    position: absolute;
    right: 10px;
    top: 60%; /* 向下移动10% */
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 100;
  }
  
  /* 剧集列表容器 */
  .mobile-episode-list-container {
    position: absolute;
    right: 60px; /* 互动按钮宽度 */
    top: 60%; /* 向下移动10% */
    transform: translateY(-50%);
    width: 60px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 10px;
    padding: 10px 5px;
  }
  
  .mobile-episode-list-container .episodes {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  
  .mobile-episode-list-container .episode-item {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
  
  /* 互动按钮 */
  .mobile-interaction-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  
  .control-button {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .control-button i {
    font-size: 20px;
    margin-bottom: 3px;
  }
  
  .control-button span {
    font-size: 10px;
  }
  
  .like-button.liked {
    color: #ff6b6b;
  }
  
  /* 底部进度条 */
  .mobile-progress-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 100;
  }
  
  .progress-container {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
  }
  
  .progress-bar {
    height: 100%;
    background-color: #ff6b6b;
    border-radius: 3px;
    width: 0%;
  }
  
  .progress-time {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: white;
    margin-top: 5px;
  }
  
  /* 底部剧集列表 */
  .bottom-episode-list {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 50vh;
    background: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
  }
  
  .bottom-episode-list.show {
    transform: translateY(0);
  }
  
  .episode-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .episode-list-header h3 {
    margin: 0;
    color: #333;
  }
  
  .close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
  }
  
  /* TAB标签样式 */
  .episode-tabs {
    margin-bottom: 15px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  
  .episode-tab {
    display: inline-block;
    padding: 8px 16px;
    margin-right: 10px;
    background: #f0f0f0;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  
  .episode-tab.active {
    background: #ff6b6b;
    color: white;
  }
}

/* 特定用户会员等级下拉菜单样式 */
#user-member-level {
  position: relative;
  z-index: 1000; /* 确保下拉菜单不被遮挡 */
  overflow: visible; /* 允许内容溢出显示 */
  height: auto; /* 确保高度自适应 */
  min-height: 2.5rem; /* 设置最小高度 */
}

#user-member-level option {
  padding: 0.75rem; /* 为选项添加足够的内边距 */
  line-height: 1.5; /* 设置行高以改善可读性 */
  min-height: 2rem; /* 确保每个选项有足够高度 */
  overflow: visible; /* 确保内容不会被裁剪 */
}

/* 响应式设计 */
/* 超小屏幕（手机 portrait，小于 480px） */
@media (max-width: 479px) {
  .container {
    padding: 0 10px;
  }
  
  .mobile-menu-toggle {
    display: block;
  }
  
  .header-content {
    flex-direction: row;
    align-items: center;
    padding: 0.5rem 0;
  }
  
  .main-navigation {
    display: none;
  }
  
  .logo-img {
    width: 60px;
    height: 20px;
  }
  
  .user-actions {
    gap: 0.5rem;
  }
}

/* 小屏幕（手机 landscape，480px 到 767px） */
@media (min-width: 480px) and (max-width: 767px) {
  .mobile-menu-toggle {
    display: block;
  }
  
  .header-content {
    flex-direction: row;
    align-items: center;
    padding: 0.75rem 0;
  }
  
  .main-navigation {
    display: none;
  }
}

/* 中等屏幕（平板，768px 到 1023px） */
@media (min-width: 768px) and (max-width: 1023px) {
  .header-content {
    padding: 1rem 0;
  }
}

/* 大屏幕（桌面，1024px 及以上） */
@media (min-width: 1024px) {
  .header-content {
    padding: 1rem 0;
  }
  
  .mobile-menu-toggle {
    display: none;
  }
  
  .main-navigation {
    display: flex;
  }
}

/* PC端集数指示器样式 */
.desktop-episode-indicator {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  text-align: center;
  min-width: 120px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.desktop-episode-indicator:hover {
  background: rgba(0, 0, 0, 0.9);
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.05);
}

/* 响应式优化 */
@media (max-width: 768px) {
  .desktop-episode-indicator {
    display: none;
  }
}

@media (min-width: 769px) {
  .mobile-episode-indicator {
    display: none;
  }
}

/* 隐藏播放页面的语言切换器 */
.mobile-player-page .language-switcher,
.desktop-player-container .language-switcher {
  display: none !important;
}

/* 权限弹窗样式 */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  animation: fadeIn 0.3s ease-out;
}

.modal.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modal-content {
  background-color: #ffffff;
  margin: 10% auto;
  padding: 0;
  border-radius: 15px;
  width: 90%;
  max-width: 400px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.3s ease-out;
  position: relative;
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #aaa;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 1;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  background-color: #f0f0f0;
  transform: rotate(90deg);
}

.modal-body {
  padding: 30px 20px 20px 20px;
  text-align: center;
}

.modal-body p {
  margin-bottom: 25px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

/* 购买选项样式 */
.purchase-option {
  text-align: left;
}

.purchase-option h4 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #2c3e50;
  text-align: center;
  font-weight: 600;
}

.option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.option:hover {
  background-color: #e3f2fd;
  border-color: #2196f3;
  transform: translateY(-1px);
}

.option span {
  font-size: 14px;
  color: #555;
  flex: 1;
}

.option strong {
  color: #ff6b6b;
  font-weight: 600;
}

/* 会员升级区域样式 */
.membership-upgrade-section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.membership-row {
  margin-bottom: 15px;
}

.membership-row span {
  font-size: 14px;
  color: #555;
  font-weight: 500;
}

.form-control {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.membership-info-text {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  margin-top: 10px;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 5px;
  border-left: 3px solid #ff6b6b;
}

.membership-level-info {
  display: none;
}

.membership-level-info.show {
  display: block;
}

/* 移动端优化 */
@media (max-width: 768px) {
  .modal-content {
    margin: 5% auto;
    width: 95%;
    border-radius: 10px;
    max-height: 85vh; /* 增加最大高度 */
  }
  
  .modal-body {
    padding: 15px 10px 10px 10px; /* 减少内边距 */
  }
  
  .modal-body p {
    font-size: 14px;
    margin-bottom: 15px; /* 减少底部边距 */
  }
  
  .purchase-option h4 {
    font-size: 16px;
    margin-bottom: 15px; /* 减少底部边距 */
  }
  
  .option {
    padding: 10px; /* 减少内边距 */
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    margin-bottom: 10px; /* 减少底部边距 */
  }
  
  .option span {
    margin-bottom: 8px; /* 减少底部边距 */
    text-align: center;
    font-size: 13px; /* 减小字体 */
  }
  
  .option strong {
    font-size: 14px; /* 减小价格字体 */
  }
  
  .btn {
    width: 100%;
    margin-top: 8px; /* 减少顶部边距 */
    padding: 10px; /* 减少按钮内边距 */
    font-size: 14px; /* 减小按钮字体 */
  }
  
  .membership-upgrade-section {
    margin-top: 12px; /* 减少顶部边距 */
    padding-top: 12px; /* 减少顶部内边距 */
  }
  
  .membership-row {
    margin-bottom: 10px; /* 减少底部边距 */
  }
  
  .membership-row span {
    font-size: 12px; /* 减小字体 */
  }
  
  .form-control {
    padding: 8px 10px; /* 减少内边距 */
    font-size: 13px; /* 减小字体 */
  }
  
  .membership-info-text {
    font-size: 11px; /* 减小字体 */
    margin-top: 8px; /* 减少顶部边距 */
    padding: 8px; /* 减少内边距 */
  }
}
