/* 单页通用样式 - 婚礼平台风格 */
@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', 'Microsoft YaHei', sans-serif;
  color: #333;
  background: #fff4ee;
  line-height: 1.6;
}

.zh_container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

/* 页面头部 - Hero区域 */
.zh_page_header {
  padding: 100px 0 80px;
  background: linear-gradient(135deg, #ed1c24, #f9484f);
  position: relative;
  overflow: hidden;
}

.zh_page_header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 50m-30 0a30 30 0 1 1 60 0a30 30 0 1 1 -60 0' fill='none' stroke='%23ffffff' stroke-width='1' stroke-opacity='0.05'/%3E%3C/svg%3E");
  opacity: 0.3;
}

.zh_page_header_content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.zh_page_title {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
}

.zh_page_subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.7;
}

/* 面包屑导航 */
.zh_breadcrumb {
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid rgba(237, 28, 36, 0.1);
  margin-top: 80px;
}

.zh_breadcrumb_container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zh_breadcrumb_icon {
  color: #ed1c24;
  font-size: 16px;
}

.zh_breadcrumb_text {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
}

.zh_breadcrumb_text a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.zh_breadcrumb_text a:hover {
  color: #ed1c24;
}

.zh_breadcrumb_text span {
  color: #ed1c24;
  font-weight: 600;
}

/* 内容区域 */
.zh_content_section {
  padding: 80px 0;
}

.zh_content_wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.zh_content_box {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}

.zh_content_box h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin: 30px 0 20px;
  font-family: 'Raleway', sans-serif;
}

.zh_content_box h3 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin: 25px 0 15px;
}

.zh_content_box p {
  margin-bottom: 15px;
}

.zh_content_box ul,
.zh_content_box ol {
  margin: 15px 0 15px 30px;
}

.zh_content_box li {
  margin-bottom: 8px;
}

/* 联系信息卡片 */
.zh_contact_section {
  padding: 80px 0;
}

.zh_contact_intro {
  text-align: center;
  margin-bottom: 60px;
}

.zh_contact_intro p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 10px;
}

.zh_contact_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}

.zh_contact_card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.zh_contact_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(237, 28, 36, 0.15);
}

.zh_contact_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #ed1c24, #f9484f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zh_contact_icon i {
  font-size: 36px;
  color: #fff;
}

.zh_contact_title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.zh_contact_info {
  font-size: 18px;
  font-weight: 600;
  color: #ed1c24;
  margin-bottom: 10px;
}

.zh_contact_desc {
  font-size: 14px;
  color: #999;
}

.zh_contact_note {
  background: rgba(237, 28, 36, 0.05);
  border-left: 4px solid #ed1c24;
  border-radius: 10px;
  padding: 25px;
}

.zh_note_content {
  display: flex;
  gap: 15px;
}

.zh_note_content i {
  font-size: 24px;
  color: #ed1c24;
  flex-shrink: 0;
}

.zh_note_content p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* 表单样式 */
.zh_merchant_section,
.zh_feedback_section {
  padding: 80px 0;
}

.zh_merchant_wrapper,
.zh_feedback_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.zh_merchant_info,
.zh_feedback_info {
  background: #fff;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.zh_merchant_icon,
.zh_feedback_icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ed1c24, #f9484f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.zh_merchant_icon i,
.zh_feedback_icon i {
  font-size: 36px;
  color: #fff;
}

.zh_merchant_title,
.zh_feedback_title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
}

.zh_merchant_divider,
.zh_feedback_divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #ed1c24, #f9484f);
  border-radius: 2px;
  margin-bottom: 25px;
}

.zh_merchant_text,
.zh_feedback_text {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
}

.zh_merchant_benefits,
.zh_feedback_features {
  margin-top: 30px;
}

.zh_benefit_item,
.zh_feature_item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  color: #333;
  font-size: 16px;
}

.zh_benefit_item i,
.zh_feature_item i {
  color: #ed1c24;
  font-size: 18px;
}

.zh_merchant_form,
.zh_feedback_form {
  background: #fff;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.zh_form_title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  font-family: 'Raleway', sans-serif;
}

.zh_tabs {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.zh_tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 20px;
  background: rgba(237, 28, 36, 0.1);
  color: #666;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.zh_tab.active {
  background: linear-gradient(135deg, #ed1c24, #f9484f);
  color: #fff;
}

.zh_form_section {
  margin-bottom: 30px;
}

.zh_form_section_title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(237, 28, 36, 0.1);
}

.zh_form_section_title i {
  color: #ed1c24;
}

.zh_form_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.zh_form_group {
  margin-bottom: 25px;
}

.zh_form_field {
  margin-bottom: 20px;
}

.zh_form_field_full {
  grid-column: 1 / -1;
}

.zh_form_label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.zh_form_label i {
  color: #ed1c24;
}

.zh_form_input,
.zh_form_textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid rgba(237, 28, 36, 0.1);
  border-radius: 10px;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
  font-family: inherit;
}

.zh_form_input:focus,
.zh_form_textarea:focus {
  outline: none;
  border-color: #ed1c24;
}

.zh_form_input.error,
.zh_form_textarea.error {
  border-color: #ed1c24;
}

.zh_form_textarea {
  resize: vertical;
  min-height: 120px;
}

.zh_form_error {
  display: none;
  font-size: 13px;
  color: #ed1c24;
  margin-top: 6px;
}

.zh_form_upload {
  border: 2px dashed rgba(237, 28, 36, 0.3);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.zh_form_upload:hover {
  border-color: #ed1c24;
  background: rgba(237, 28, 36, 0.02);
}

.zh_form_file {
  display: none;
}

.zh_upload_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: linear-gradient(135deg, #ed1c24, #f9484f);
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.zh_upload_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(237, 28, 36, 0.3);
}

.zh_upload_text {
  font-size: 13px;
  color: #999;
}

.zh_form_agreement {
  margin: 30px 0;
  padding: 20px;
  background: rgba(237, 28, 36, 0.05);
  border-radius: 10px;
}

.zh_form_checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
}

.zh_form_checkbox input[type="checkbox"] {
  display: none;
}

.zh_checkbox_mark {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(237, 28, 36, 0.3);
  border-radius: 4px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.zh_form_checkbox input[type="checkbox"]:checked + .zh_checkbox_mark {
  background: linear-gradient(135deg, #ed1c24, #f9484f);
  border-color: #ed1c24;
}

.zh_form_checkbox input[type="checkbox"]:checked + .zh_checkbox_mark::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
}

.zh_checkbox_text {
  flex: 1;
  line-height: 1.6;
}

.zh_agreement_link {
  color: #ed1c24;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.zh_agreement_link:hover {
  color: #f9484f;
  text-decoration: underline;
}

.zh_form_buttons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.zh_btn_submit,
.zh_btn_reset {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.zh_btn_submit {
  background: linear-gradient(135deg, #ed1c24, #f9484f);
  color: #fff;
  box-shadow: 0 6px 20px rgba(237, 28, 36, 0.3);
}

.zh_btn_submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(237, 28, 36, 0.4);
}

.zh_btn_reset {
  background: #fff;
  color: #ed1c24;
  border: 2px solid #ed1c24;
}

.zh_btn_reset:hover {
  background: rgba(237, 28, 36, 0.05);
}

.zh_form_success {
  text-align: center;
  padding: 60px 40px;
}

.zh_success_icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  background: linear-gradient(135deg, #ed1c24, #f9484f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zh_success_icon i {
  font-size: 50px;
  color: #fff;
}

.zh_success_title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.zh_success_message {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 40px;
}

.zh_success_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #ed1c24, #f9484f);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.zh_success_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(237, 28, 36, 0.4);
}

/* 响应式设计 */
@media (max-width: 1200px) {
  .zh_contact_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .zh_page_title {
    font-size: 42px;
  }
  
  .zh_merchant_wrapper,
  .zh_feedback_wrapper {
    grid-template-columns: 1fr;
  }
  
  .zh_contact_grid {
    grid-template-columns: 1fr;
  }
  
  .zh_form_grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .zh_container {
    padding: 0 20px;
  }
  
  .zh_breadcrumb {
    margin-top: 70px;
  }
  
  .zh_page_header {
    padding: 60px 0 50px;
  }
  
  .zh_page_title {
    font-size: 32px;
  }
  
  .zh_content_section,
  .zh_contact_section,
  .zh_merchant_section,
  .zh_feedback_section {
    padding: 60px 0;
  }
  
  .zh_content_wrapper {
    padding: 30px;
  }
  
  .zh_merchant_info,
  .zh_feedback_info,
  .zh_merchant_form,
  .zh_feedback_form {
    padding: 30px;
  }
  
  .zh_form_buttons {
    flex-direction: column;
  }
}

