.page-mobile-feedback {
  background: #fff;
  min-height: 100vh;
}
.page-mobile-feedback .page-content {
  padding: 16px;
}
.page-mobile-feedback .feedback-form .form-section {
  position: relative;
  margin-bottom: 24px;
}
.page-mobile-feedback .feedback-form .form-section:last-child {
  margin-bottom: 0;
}
.page-mobile-feedback .feedback-form .form-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
  line-height: 20px;
}
.page-mobile-feedback .feedback-form .form-label .label-required {
  color: #FF1A00;
  margin-right: 4px;
}
.page-mobile-feedback .feedback-form .type-select-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
.page-mobile-feedback .feedback-form .type-select-btn .select-content {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  text-align: left;
}
.page-mobile-feedback .feedback-form .type-select-btn .select-content .type-icon {
  flex-shrink: 0;
}
.page-mobile-feedback .feedback-form .type-select-btn .select-content .select-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-mobile-feedback .feedback-form .type-select-btn .select-content .select-info .select-title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 20px;
}
.page-mobile-feedback .feedback-form .type-select-btn .select-content .select-info .select-desc {
  font-size: 12px;
  color: #76787B;
  line-height: 15px;
}
.page-mobile-feedback .feedback-form .type-select-btn .select-content .select-info .select-placeholder {
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.page-mobile-feedback .feedback-form .type-select-btn .arrow-icon {
  flex-shrink: 0;
}
.page-mobile-feedback .feedback-form .question-types {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-mobile-feedback .feedback-form .question-types .type-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
.page-mobile-feedback .feedback-form .question-types .type-card.active {
  background: #FFF5ED;
  border-color: #EA8101;
}
.page-mobile-feedback .feedback-form .question-types .type-card .type-icon {
  flex-shrink: 0;
}
.page-mobile-feedback .feedback-form .question-types .type-card .type-content {
  flex: 1;
}
.page-mobile-feedback .feedback-form .question-types .type-card .type-content .type-title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 0 0 2px 0;
}
.page-mobile-feedback .feedback-form .question-types .type-card .type-content .type-desc {
  font-size: 12px;
  color: #76787B;
  margin: 0;
  line-height: 17px;
}
.page-mobile-feedback .feedback-form .question-types .type-card .type-check {
  flex-shrink: 0;
}
.page-mobile-feedback .feedback-form .game-select-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
.page-mobile-feedback .feedback-form .game-select-btn:active {
  background: #F5F5F5;
}
.page-mobile-feedback .feedback-form .game-select-btn .empty-icon {
  width: 84px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
  flex-shrink: 0;
}
.page-mobile-feedback .feedback-form .game-select-btn .empty-icon img {
  width: 24px;
  height: 24px;
}
.page-mobile-feedback .feedback-form .game-select-btn .select-content {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  text-align: left;
  min-width: 0;
}
.page-mobile-feedback .feedback-form .game-select-btn .select-content .add-icon {
  flex-shrink: 0;
}
.page-mobile-feedback .feedback-form .game-select-btn .select-content .game-cover-icon {
  width: 84px;
  height: 48px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.page-mobile-feedback .feedback-form .game-select-btn .select-content .select-text {
  font-size: 14px;
  color: #000000;
}
.page-mobile-feedback .feedback-form .game-select-btn .select-content .selected-game-cover {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
.page-mobile-feedback .feedback-form .game-select-btn .select-content .selected-game-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.page-mobile-feedback .feedback-form .game-select-btn .select-content .selected-game-info .selected-game-name {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.page-mobile-feedback .feedback-form .game-select-btn .select-content .selected-game-info .selected-game-version {
  font-size: 12px;
  color: #76787B;
}
.page-mobile-feedback .feedback-form .game-select-btn .arrow-icon {
  flex-shrink: 0;
}
.page-mobile-feedback .feedback-form .char-count {
  float: right;
  font-size: 12px;
  color: #76787B;
  margin-bottom: 8px;
  position: absolute;
  top: 2px;
  right: 0;
}
.page-mobile-feedback .feedback-form textarea {
  width: 100%;
  min-height: 120px;
  padding: 12px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  font-size: 14px;
  color: #000;
  resize: vertical;
  outline: none;
  font-family: inherit;
}
.page-mobile-feedback .feedback-form textarea::placeholder {
  color: #76787B;
}
.page-mobile-feedback .feedback-form textarea:focus {
  background: #fff;
  border-color: #EA8101;
}
.page-mobile-feedback .feedback-form .upload-hint {
  font-size: 11px;
  color: #76787B;
  margin-bottom: 8px;
  line-height: 15px;
}
.page-mobile-feedback .feedback-form .upload-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.page-mobile-feedback .feedback-form .upload-container .upload-list {
  display: contents;
}
.page-mobile-feedback .feedback-form .upload-container .upload-list .upload-item {
  position: relative;
  width: 62px;
  height: 62px;
}
.page-mobile-feedback .feedback-form .upload-container .upload-list .upload-item .upload-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.page-mobile-feedback .feedback-form .upload-container .upload-list .upload-item .upload-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-mobile-feedback .feedback-form .upload-container .upload-list .upload-item .upload-loading .spin-icon {
  animation: rotate 1s linear infinite;
}
.page-mobile-feedback .feedback-form .upload-container .upload-list .upload-item .upload-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.page-mobile-feedback .feedback-form .upload-container .upload-list .upload-item .upload-remove:active {
  background: rgba(0, 0, 0, 0.8);
}
.page-mobile-feedback .feedback-form .upload-container .upload-list .upload-item .upload-remove:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.page-mobile-feedback .feedback-form .upload-container .upload-add-btn {
  width: 62px;
  height: 62px;
  background: #fff;
  border: 1px dashed #E5E8EC;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.page-mobile-feedback .feedback-form .upload-container .upload-add-btn:active {
  background: #fff;
}
.page-mobile-feedback .feedback-form .submit-btn {
  width: 100%;
  height: 44px;
  background: #EA8101;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.page-mobile-feedback .feedback-form .submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.page-mobile-feedback .feedback-form .submit-btn .button-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-mobile-feedback .feedback-form .submit-btn .button-text {
  display: inline;
}
.page-mobile-feedback .feedback-form .submit-btn.loading {
  opacity: 0.6;
  pointer-events: none;
}
.page-mobile-feedback .feedback-form .submit-btn.loading .button-loading {
  display: inline-flex !important;
}
.page-mobile-feedback .feedback-form .submit-btn.loading .button-loading svg {
  animation: rotate 1s linear infinite;
}
.page-mobile-feedback .feedback-form .submit-btn .button-loading {
  display: none;
  align-items: center;
  justify-content: center;
}
.page-mobile-feedback .feedback-form .submit-btn .button-loading svg {
  width: 16px;
  height: 16px;
}
.page-mobile-feedback .select-text-wrapper {
  flex: 1;
}
.page-mobile-feedback .select-text-wrapper .selected {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.page-mobile-feedback .select-text-wrapper .game-version-display .version-text {
  color: #76787B;
  font-size: 12px;
  line-height: 17px;
  display: -webkit-box;
  margin-top: 4px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.page-mobile-feedback .arrow-icon {
  width: 16px;
}

.type-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.type-modal-overlay .type-modal {
  width: 100%;
  max-height: 600px;
  background: #fff;
  border-radius: 12px 12px 0 0;
  display: flex;
  flex-direction: column;
  animation: slideUp 0.3s ease-out;
}
.type-modal-overlay .type-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 16px;
  margin-right: 12px;
  height: 48px;
  border-bottom: 1px solid #E3E3E3;
}
.type-modal-overlay .type-modal .modal-header .modal-title {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: 48px;
}
.type-modal-overlay .type-modal .modal-header .modal-close {
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.type-modal-overlay .type-modal .modal-header .modal-close:active {
  opacity: 0.6;
}
.type-modal-overlay .type-modal .modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 0;
  padding-top: 0;
}
.type-modal-overlay .type-modal .modal-body .type-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 12px;
}
.type-modal-overlay .type-modal .modal-body .type-list .type-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0px;
  border-bottom: 1px dashed #E3E3E3;
  cursor: pointer;
  transition: background 0.2s;
}
.type-modal-overlay .type-modal .modal-body .type-list .type-item:last-child {
  border-bottom: none;
}
.type-modal-overlay .type-modal .modal-body .type-list .type-item:active {
  background: #f5f5f5;
}
.type-modal-overlay .type-modal .modal-body .type-list .type-item .type-icon {
  flex-shrink: 0;
}
.type-modal-overlay .type-modal .modal-body .type-list .type-item .type-content {
  flex: 1;
}
.type-modal-overlay .type-modal .modal-body .type-list .type-item .type-content .type-title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 0 0 4px 0;
}
.type-modal-overlay .type-modal .modal-body .type-list .type-item .type-content .type-desc {
  font-size: 12px;
  color: #76787B;
  margin: 0;
}
.type-modal-overlay .type-modal .modal-body .type-list .type-item .type-check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0;
}
.type-modal-overlay .type-modal .modal-body .type-list .type-item.active .type-check {
  opacity: 1;
}

.game-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.game-modal-overlay .game-modal {
  width: 100%;
  max-height: 600px;
  background: #fff;
  border-radius: 12px 12px 0 0;
  display: flex;
  flex-direction: column;
  animation: slideUp 0.3s ease-out;
}
.game-modal-overlay .game-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 16px;
  margin-right: 12px;
  height: 48px;
  border-bottom: 1px solid #E3E3E3;
  line-height: 21px;
}
.game-modal-overlay .game-modal .modal-header .modal-title {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: 48px;
}
.game-modal-overlay .game-modal .modal-header .modal-close {
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.game-modal-overlay .game-modal .modal-header .modal-close:active {
  opacity: 0.6;
}
.game-modal-overlay .game-modal .modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  padding-top: 0;
}
.game-modal-overlay .game-modal .modal-body .loading-games {
  text-align: center;
  padding: 40px 20px;
  color: #76787B;
  font-size: 14px;
}
.game-modal-overlay .game-modal .modal-body .loading-games,
.game-modal-overlay .game-modal .modal-body .error-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  font-size: 14px;
  color: #76787B;
}
.game-modal-overlay .game-modal .modal-body .empty-games {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  text-align: center;
}
.game-modal-overlay .game-modal .modal-body .empty-games img {
  width: 64px;
  margin-bottom: 8px;
}
.game-modal-overlay .game-modal .modal-body .empty-games .empty-text {
  font-size: 14px;
  color: #76787B;
  margin: 0;
}
.game-modal-overlay .game-modal .modal-body .game-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.game-modal-overlay .game-modal .modal-body .game-list .game-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed #F2F4F7;
  cursor: pointer;
  transition: background 0.2s;
}
.game-modal-overlay .game-modal .modal-body .game-list .game-item:last-child {
  border-bottom: none;
}
.game-modal-overlay .game-modal .modal-body .game-list .game-item:active {
  background: #f5f5f5;
}
.game-modal-overlay .game-modal .modal-body .game-list .game-item .game-cover {
  width: 100px;
  height: 56px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}
.game-modal-overlay .game-modal .modal-body .game-list .game-item .game-info {
  flex: 1;
}
.game-modal-overlay .game-modal .modal-body .game-list .game-item .game-info .game-name {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 0 0 4px 0;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.game-modal-overlay .game-modal .modal-body .game-list .game-item .game-info .game-version {
  font-size: 12px;
  color: #76787B;
  margin: 0;
  line-height: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.game-modal-overlay .game-modal .modal-body .game-list .game-item .game-check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: none;
}
.game-modal-overlay .game-modal .modal-body .game-list .game-item.selected .game-check {
  display: block;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.page-mobile-service {
  background: #FFFFFF;
  min-height: 100vh;
  padding-bottom: 0;
}
.page-mobile-service .service-tabs {
  display: flex;
  background: #FFFFFF;
  height: 44px;
  position: sticky;
  top: calc(44px + env(safe-area-inset-top));
  z-index: 99;
  border-bottom: 1px solid #E5E5E5;
}
.page-mobile-service .service-tabs .tab-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
  line-height: 20px;
}
.page-mobile-service .service-tabs .tab-item.active {
  color: #EA8101;
  font-weight: 600;
}
.page-mobile-service .service-tabs .tab-item.active .tab-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #EA8101;
  border-radius: 1px 1px 0 0;
}
.page-mobile-service .service-list-container {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.page-mobile-service .service-item {
  background: #FFFFFF;
  border-radius: 0;
  padding: 12px 16px;
  border-bottom: 1px dashed #F5F5F5;
  cursor: pointer;
  transition: all 0.2s;
}
.page-mobile-service .service-item:active {
  background: #FAFAFA;
}
.page-mobile-service .service-item .item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
}
.page-mobile-service .service-item .item-header .item-title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  flex: 1;
}
.page-mobile-service .service-item .item-header .item-status {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  flex-shrink: 0;
  margin-left: 12px;
}
.page-mobile-service .service-item .item-header .item-status .status-text {
  color: #76787B;
  font-size: 12px;
  line-height: 17px;
}
.page-mobile-service .service-item .item-header .item-status .status-tag {
  padding: 4px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
}
.page-mobile-service .service-item .item-header .item-status .status-tag.status-processing {
  color: #FFFFFF;
  background: #379DEB;
}
.page-mobile-service .service-item .item-header .item-status .status-tag.status-done {
  color: #FFFFFF;
  background: #27C4A4;
}
.page-mobile-service .service-item .item-header .item-status .status-tag.status-wait {
  color: #FFFFFF;
  background: #EA8101;
}
.page-mobile-service .service-item .item-content {
  font-size: 14px;
  color: #53565A;
  line-height: 20px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.page-mobile-service .service-item .item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #53565A;
  line-height: 17px;
}
.page-mobile-service .service-item .item-footer .item-time {
  color: #53565A;
}
.page-mobile-service .service-item .item-footer .badge {
  background: #F7521D;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 500;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  text-align: center;
}
.page-mobile-service .loading-state, .page-mobile-service .empty-state, .page-mobile-service .login-state, .page-mobile-service .loading-more-state {
  padding: 100px 20px;
  text-align: center;
  color: #999999;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  min-height: 400px;
}
.page-mobile-service .loading-state img, .page-mobile-service .empty-state img, .page-mobile-service .login-state img, .page-mobile-service .loading-more-state img {
  width: 96px;
  margin-bottom: 8px;
  object-fit: contain;
}
.page-mobile-service .loading-state .empty-text, .page-mobile-service .empty-state .empty-text, .page-mobile-service .login-state .empty-text, .page-mobile-service .loading-more-state .empty-text {
  font-size: 14px;
  color: #76787B;
  line-height: 20px;
  margin: 0;
}
.page-mobile-service .loading-state .loading-spinner, .page-mobile-service .empty-state .loading-spinner, .page-mobile-service .login-state .loading-spinner, .page-mobile-service .loading-more-state .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #F5F5F5;
  border-top: 3px solid #EA8101;
  border-radius: 50%;
  animation: rotate 1s linear infinite;
  margin-bottom: 16px;
}
.page-mobile-service .loading-state .login-btn, .page-mobile-service .empty-state .login-btn, .page-mobile-service .login-state .login-btn, .page-mobile-service .loading-more-state .login-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 24px;
  background: #EA8101;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s;
}
.page-mobile-service .loading-state .login-btn:active, .page-mobile-service .empty-state .login-btn:active, .page-mobile-service .login-state .login-btn:active, .page-mobile-service .loading-more-state .login-btn:active {
  opacity: 0.8;
}
.page-mobile-service .loading-more-state {
  padding: 20px 0;
  flex-direction: row;
  gap: 8px;
  min-height: auto;
}
.page-mobile-service .loading-more-state .loading-spinner {
  width: 20px;
  height: 20px;
  border-width: 2px;
  margin-bottom: 0;
}

.page-mobile-service-detail {
  background: #FFFFFF;
  height: calc(100vh - 44px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.page-mobile-service-detail .ticket-header {
  background: #F5F5F5;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  flex-shrink: 0;
}
.page-mobile-service-detail .ticket-header .ticket-no {
  font-size: 12px;
  color: #53565A;
  line-height: normal;
  font-family: PingFang SC, sans-serif;
  font-weight: 400;
}
.page-mobile-service-detail .ticket-header .ticket-status-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-mobile-service-detail .ticket-header .ticket-status-wrapper .status-label {
  font-size: 12px;
  color: #76787B;
  line-height: normal;
  font-family: PingFang SC, sans-serif;
  font-weight: 400;
}
.page-mobile-service-detail .ticket-header .ticket-status-wrapper .ticket-status {
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  height: 20px;
  display: flex;
  align-items: center;
  font-family: PingFang SC, sans-serif;
  color: #FFFFFF;
}
.page-mobile-service-detail .ticket-header .ticket-status-wrapper .ticket-status.status-processing {
  color: #FFFFFF;
  background: #379DEB;
}
.page-mobile-service-detail .ticket-header .ticket-status-wrapper .ticket-status.status-done {
  color: #FFFFFF;
  background: #27C4A4;
}
.page-mobile-service-detail .ticket-header .ticket-status-wrapper .ticket-status.status-wait {
  color: #FFFFFF;
  background: #EA8101;
}
.page-mobile-service-detail .chat-container {
  flex: 1;
  overflow-y: auto;
  background: #FFFFFF;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
}
.page-mobile-service-detail .chat-container .chat-messages {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
}
.page-mobile-service-detail .chat-container .chat-message {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed #E3E3E3;
  background: #FFFFFF;
}
.page-mobile-service-detail .chat-container .chat-message .message-avatar {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.page-mobile-service-detail .chat-container .chat-message .message-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.page-mobile-service-detail .chat-container .chat-message .message-content-wrap {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.page-mobile-service-detail .chat-container .chat-message .message-content-wrap .message-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.page-mobile-service-detail .chat-container .chat-message .message-content-wrap .message-info .message-nickname {
  font-size: 13px;
  color: #53565A;
  font-weight: 400;
  line-height: normal;
  font-family: PingFang SC, sans-serif;
}
.page-mobile-service-detail .chat-container .chat-message .message-content-wrap .message-info .message-time {
  font-size: 12px;
  color: #76787B;
  line-height: normal;
  font-family: PingFang SC, sans-serif;
  font-weight: 400;
}
.page-mobile-service-detail .chat-container .chat-message .message-content-wrap .message-text {
  font-size: 14px;
  color: #000000;
  line-height: normal;
  word-break: break-word;
  font-family: PingFang SC, sans-serif;
  font-weight: 400;
}
.page-mobile-service-detail .chat-container .chat-message .message-content-wrap .message-images {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.page-mobile-service-detail .chat-container .chat-message .message-content-wrap .message-images .message-image {
  width: 62px;
  height: 62px;
  border-radius: 4px;
  object-fit: cover;
  cursor: pointer;
}
.page-mobile-service-detail .chat-container .chat-message .message-content-wrap .supplement-hint {
  line-height: 18px;
  color: rgb(234, 129, 1);
  font-size: 13px;
  margin-top: 4px;
}
.page-mobile-service-detail .action-footer {
  display: flex;
  gap: 10px;
  padding: 8px 12px;
  padding-bottom: calc(8px + env(safe-area-inset-bottom));
  background: #FFFFFF;
  border-top: none;
  flex-shrink: 0;
}
.page-mobile-service-detail .action-footer button {
  flex: 1;
  height: 44px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  line-height: normal;
  font-family: PingFang SC, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-mobile-service-detail .action-footer button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.page-mobile-service-detail .action-footer button:active:not(:disabled) {
  opacity: 0.8;
}
.page-mobile-service-detail .action-footer .btn-close-ticket {
  background: #E5E8EC;
  color: #53565A;
}
.page-mobile-service-detail .action-footer .btn-reply {
  background: #EA8101;
  color: #FFFFFF;
}

.reply-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-end;
}
.reply-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.reply-modal .modal-content {
  position: relative;
  width: 100%;
  max-height: 85vh;
  background: #FFFFFF;
  border-radius: 12px 12px 0 0;
  display: flex;
  flex-direction: column;
  animation: slideUp 0.3s ease-out;
  overflow: hidden;
  padding-bottom: 20px;
}
.reply-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  margin: 0 12px 0 16px;
  border-bottom: 1px solid #F5F5F5;
  background: #FFFFFF;
  border-radius: 12px 12px 0 0;
  flex-shrink: 0;
  position: relative;
}
.reply-modal .modal-header .modal-title {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  line-height: normal;
  font-family: PingFang SC, sans-serif;
}
.reply-modal .modal-header .modal-close {
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
}
.reply-modal .modal-header .modal-close:active {
  opacity: 0.6;
}
.reply-modal .modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 0;
}
.reply-modal .modal-body .form-section:last-child {
  margin-bottom: 0;
}
.reply-modal .modal-body .form-label-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  padding: 0 16px;
  background: #F5F5F5;
  flex-shrink: 0;
}
.reply-modal .modal-body .form-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  font-family: PingFang SC, sans-serif;
  flex: 1;
}
.reply-modal .modal-body .form-label .label-required {
  color: #FF1A00;
  margin-right: 4px;
}
.reply-modal .modal-body .char-count {
  font-size: 12px;
  color: #76787B;
  line-height: normal;
  font-family: PingFang SC, sans-serif;
  font-weight: 400;
}
.reply-modal .modal-body .char-count .current {
  color: #000000;
}
.reply-modal .modal-body textarea {
  width: 100%;
  height: 100px;
  min-height: 100px;
  padding: 12px 16px;
  background: #FFFFFF;
  border: none;
  border-radius: 0;
  font-size: 14px;
  color: #000000;
  line-height: normal;
  resize: none;
  outline: none;
  font-family: PingFang SC, sans-serif;
  font-weight: 400;
}
.reply-modal .modal-body textarea::placeholder {
  color: #76787B;
}
.reply-modal .modal-body textarea:focus {
  background: #FFFFFF;
}
.reply-modal .modal-body .upload-section {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reply-modal .modal-body .upload-label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.reply-modal .modal-body .upload-label .upload-title {
  font-size: 14px;
  color: #000000;
  line-height: normal;
  font-family: PingFang SC, sans-serif;
  font-weight: 400;
}
.reply-modal .modal-body .upload-label .upload-title .label-required {
  color: #FF1A00;
  margin-right: 4px;
}
.reply-modal .modal-body .upload-label .upload-hint {
  font-size: 11px;
  color: #76787B;
  line-height: normal;
  font-family: PingFang SC, sans-serif;
  font-weight: 400;
}
.reply-modal .modal-body .upload-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.reply-modal .modal-body .upload-container .upload-list {
  display: contents;
}
.reply-modal .modal-body .upload-container .upload-list .upload-item {
  position: relative;
  width: 62px;
  height: 62px;
}
.reply-modal .modal-body .upload-container .upload-list .upload-item .upload-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.reply-modal .modal-body .upload-container .upload-list .upload-item .upload-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reply-modal .modal-body .upload-container .upload-list .upload-item .upload-loading .spin-icon {
  animation: rotate 1s linear infinite;
}
.reply-modal .modal-body .upload-container .upload-list .upload-item .upload-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.reply-modal .modal-body .upload-container .upload-list .upload-item .upload-remove:active {
  background: rgba(0, 0, 0, 0.8);
}
.reply-modal .modal-body .upload-container .upload-list .upload-item .upload-remove:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.reply-modal .modal-body .upload-container .upload-add-btn {
  width: 62px;
  height: 62px;
  background: #FFFFFF;
  border: 1px solid #E5E8EC;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  padding: 0;
}
.reply-modal .modal-body .upload-container .upload-add-btn svg {
  width: 24px;
  height: 24px;
}
.reply-modal .modal-body .upload-container .upload-add-btn:active {
  background: #FAFAFA;
}
.reply-modal .modal-body .submit-section {
  padding: 8px 16px 0;
}
.reply-modal .modal-body .submit-btn {
  width: 100%;
  height: 44px;
  background: #EA8101;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s;
  line-height: normal;
  font-family: PingFang SC, sans-serif;
}
.reply-modal .modal-body .submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.reply-modal .modal-body .submit-btn:active:not(:disabled) {
  opacity: 0.8;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.image-preview-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.image-preview-modal.show {
  opacity: 1;
}
.image-preview-modal .image-preview-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.image-preview-modal .image-preview-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.image-preview-modal .image-preview-content {
  position: relative;
  max-width: 320px;
  max-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-preview-modal .image-preview-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  max-height: 540px;
}
.image-preview-modal .image-preview-img {
  max-width: 320px;
  max-height: 540px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}
.image-preview-modal .image-preview-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.image-preview-modal .image-preview-close:active {
  opacity: 0.7;
}
.image-preview-modal .image-preview-close img {
  width: 24px;
  height: 24px;
}

.feedback-review-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.feedback-review-modal .review-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.feedback-review-modal .review-dialog {
  position: relative;
  width: 300px;
  background: #FFFFFF;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.feedback-review-modal .review-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 12px;
  border-bottom: 1px solid #F5F5F5;
  position: relative;
}
.feedback-review-modal .review-header .review-title {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  line-height: normal;
  text-align: center;
  font-family: PingFang SC, sans-serif;
}
.feedback-review-modal .review-header .review-close {
  position: absolute;
  right: 12px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.feedback-review-modal .review-header .review-close:active {
  opacity: 0.6;
}
.feedback-review-modal .review-header .review-close img {
  width: 24px;
  height: 24px;
}
.feedback-review-modal .review-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}
.feedback-review-modal .review-content .review-description {
  font-size: 14px;
  color: #53565A;
  line-height: normal;
  text-align: center;
  font-family: PingFang SC, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.feedback-review-modal .review-content .review-rate-wrapper {
  padding: 20px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.feedback-review-modal .review-content .review-rate {
  display: flex;
  align-items: center;
  gap: 16px;
}
.feedback-review-modal .review-content .review-rate .review-star {
  cursor: pointer;
  transition: all 0.2s;
  color: #B9BEC4;
}
.feedback-review-modal .review-content .review-rate .review-star.active {
  color: #EA8101;
}
.feedback-review-modal .review-content .review-rate .review-star:active {
  transform: scale(0.9);
}
.feedback-review-modal .review-actions {
  display: flex;
  gap: 8px;
  padding: 0 16px 16px;
}
.feedback-review-modal .review-actions .review-btn {
  flex: 1;
  height: 44px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  line-height: normal;
  font-family: PingFang SC, sans-serif;
}
.feedback-review-modal .review-actions .review-btn:active {
  opacity: 0.8;
}
.feedback-review-modal .review-actions .review-btn-cancel {
  background: #E5E8EC;
  color: #53565A;
}
.feedback-review-modal .review-actions .review-btn-submit {
  background: #EA8101;
  color: #FFFFFF;
}

.page-mobile-faq {
  background: #FFFFFF;
  min-height: calc(100vh - 44px);
}
.page-mobile-faq .faq-tabs-wrapper {
  border-bottom: 1px solid #E5E8EC;
  background: #FFFFFF;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.page-mobile-faq .faq-tabs-wrapper::-webkit-scrollbar {
  display: none;
}
.page-mobile-faq .faq-tabs {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  height: 48px;
  min-width: min-content;
}
.page-mobile-faq .faq-tabs .faq-tab {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 14px;
  color: #000000;
  line-height: normal;
  font-family: PingFang SC, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
}
.page-mobile-faq .faq-tabs .faq-tab.active {
  color: #EA8101;
  font-weight: 600;
}
.page-mobile-faq .faq-tabs .faq-tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4px;
  width: calc(100% - 8px);
  height: 2px;
  background: #EA8101;
}
.page-mobile-faq .faq-tabs .faq-tab:active {
  opacity: 0.7;
}
.page-mobile-faq .faq-list {
  padding: 0 16px;
}
.page-mobile-faq .faq-list .faq-item {
  border-bottom: 1px dashed #E3E3E3;
  background: #FFFFFF;
  cursor: pointer;
}
.page-mobile-faq .faq-list .faq-item:last-child {
  border-bottom: none;
}
.page-mobile-faq .faq-list .faq-item .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 12px;
}
.page-mobile-faq .faq-list .faq-item .faq-question .faq-question-text {
  flex: 1;
  font-size: 15px;
  color: #000000;
  line-height: normal;
  font-family: PingFang SC, sans-serif;
  font-weight: 400;
}
.page-mobile-faq .faq-list .faq-item .faq-question .faq-toggle-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  color: #000000;
}
.page-mobile-faq .faq-list .faq-item .faq-question .faq-toggle-icon svg {
  width: 16px;
  height: 16px;
}
.page-mobile-faq .faq-list .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: 14px;
  color: #53565A;
  line-height: normal;
  font-family: PingFang SC, sans-serif;
  font-weight: 400;
  padding: 0;
}
.page-mobile-faq .faq-list .faq-item .faq-answer p {
  margin-bottom: 8px;
}
.page-mobile-faq .faq-list .faq-item .faq-answer p:last-child {
  margin-bottom: 0;
}
.page-mobile-faq .faq-list .faq-item.open .faq-toggle-icon {
  transform: rotate(180deg);
}
.page-mobile-faq .faq-list .faq-item.open .faq-answer {
  max-height: 2000px;
  padding-bottom: 16px;
}
.page-mobile-faq .faq-list .faq-item:active {
  background: #FAFAFA;
}
.page-mobile-faq .faq-list .faq-empty,
.page-mobile-faq .faq-list .faq-loading,
.page-mobile-faq .faq-list .faq-error {
  text-align: center;
  padding: 60px 20px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}

/*# sourceMappingURL=help.css.map */
