.ml-196 {
  margin-left: 196px;
}

.image {
  width: 136px;
  height: 37px;
}
.font {
  font-size: 16px;
  font-family: MiSans;
  line-height: 26px;
  color: rgb(220, 85, 25);
}
.text {
  line-height: 15px;
}
.section {
  background-color: rgb(220, 85, 25);
  border-radius: 2px;
  width: 28px;
  height: 3px;
}
.font_2 {
  font-size: 16px;
  font-family: MiSans;
  line-height: 15px;
  color: rgb(48, 49, 51);
}
.text_2 {
  margin-left: 28px;
  line-height: 14.5px;
}
.text_3 {
  margin-left: 28px;
  line-height: 15px;
}
.text_4 {
  margin-left: 26px;
  line-height: 14.5px;
}
.text_5 {
  margin-left: 28px;
  line-height: 14.5px;
}
.text_6 {
  margin-left: 27px;
  line-height: 15px;
}
.text_7 {
  margin-left: 26px;
}
.text_8 {
  margin-left: 28px;
  line-height: 15px;
}
.text_9 {
  margin-left: 28px;
  line-height: 15px;
}
.text_10 {
  margin-left: 28px;
  line-height: 15px;
}
.text_11 {
  margin-left: 26px;
}
.text_12 {
  margin-left: 28px;
  line-height: 15px;
}
.text_13 {
  margin-left: 26px;
  line-height: 15px;
}
.text-wrapper {
  margin-left: 8px;
  padding: 8px 0 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  width: 116px;
  height: 33px;
  border-left: solid 0.5px rgb(220, 85, 25);
  border-right: solid 0.5px rgb(220, 85, 25);
  border-top: solid 0.5px rgb(220, 85, 25);
  border-bottom: solid 0.5px rgb(220, 85, 25);
}
.font_3 {
  font-size: 14px;
  font-family: MiSans;
  line-height: 13px;
  color: rgb(220, 85, 25);
}
.text_14 {
  line-height: 13px;
}
.text-wrapper_2 {
  margin-left: 14px;
  padding: 8px 0 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  width: 88px;
  height: 33px;
  border-left: solid 0.5px rgb(220, 85, 25);
  border-right: solid 0.5px rgb(220, 85, 25);
  border-top: solid 0.5px rgb(220, 85, 25);
  border-bottom: solid 0.5px rgb(220, 85, 25);
}
.text_15 {
  line-height: 13px;
}
.text-wrapper_3 {
  margin-left: 14px;
  padding: 10px 0;
  background-color: rgb(220, 85, 25);
  border-radius: 20px;
  width: 88px;
  height: 33px;
}
.font_4 {
  font-size: 14px;
  font-family: MiSans;
  line-height: 13px;
  color: rgb(255, 255, 255);
}
.text_16 {
  line-height: 13px;
}
header{ position: sticky; top: 0; left: 0; z-index: 1300; display: flex; align-items: center; height: 65px; padding: 0 30px; background: rgba(255, 255, 255, 0.96); box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08); backdrop-filter: blur(12px);}
header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: 196px;
}
header a {
  text-decoration: none;
}
header nav {
  /* flex: 1 1 0%; */
  margin-right: 20px;
}
header nav ul li {
  position: relative;
  padding-bottom: 9px;
}
header nav ul li a {
  font-size: 16px;
  font-family: MiSans;
  line-height: 15px;
  color: rgb(48, 49, 51);
  display: block;
}
header nav ul li.active a {
  color: rgb(220, 85, 25);
}
header nav ul li.active::after {
  /* content: '';
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background-color: rgb(220, 85, 25);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0; */
}
.site-footer {
   padding-top: 0px;
  background-color: #112241;
}
.footer-columns {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr repeat(5, minmax(0, 1fr));
  gap: 24px;
  align-items: start; max-width: 1200px;  margin: 0 auto;  padding: 30px 0; color: #fff;;
}
.footer-logo {
  width: 150px;
  height: auto;  padding-top: 15px;
}
.footer-col {}
.footer-contact-wrap {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.footer-contact-info {
  min-width: 0;
}
.footer-wechat-qrcode {
  width: 86px;
  height: 86px;
  margin-top: 20px;
  padding: 4px;
  background: #ffffff;
  border-radius: 8px;
  object-fit: cover;
}
.footer-title {
  font-size: 16px;
  font-family: MiSans;
  line-height: 15px;
  color: #cfd6dd;
  font-weight: 600;
  margin-bottom: 8px;  padding-top: 20px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li + li {
  margin-top: 8px;
}
.footer-links a {
  font-size: 14px;
  font-family: MiSans;
  line-height: 20px;
  color: #cfd6dd;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-links a img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.footer-text {
  font-size: 14px;
  font-family: MiSans;
  line-height: 20px;
  color: #cfd6dd;
  margin: 6px 0;
}
.footer-desc-col .footer-text {
  margin-top: 20px;
}
.footer-meta {
  font-size: 13px;
  font-family: MiSans;
  line-height: 18px;
  color: #8a9097;
  margin: 4px 0;
}
.footer-meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-icon {
  width: 24px;
  height: 24px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #2a3440; 
  
  flex-direction: row;
  gap: 12px;
  text-align: center;
  flex-wrap: nowrap; height: 40px; line-height: 40px;
}
.footer-brands {
  display: none;
}
.footer-brand {
  height: 32px;
}
.site-footer a {
  text-decoration: none;
}
.site-footer .footer-inner {
  
  margin: 0 auto;
}
.footer-legal-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 6px;
}
.footer-qrcodes {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer-qrcode-img {
  width: 84px;
  height: 84px;
  background-color: #2a3440;
  border-radius: 4px;
}

.service-cta {
  padding: 64px 0 80px;
}
.service-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 1200px;
  margin: 0 auto;
  padding: 36px 40px;
  border-radius: 30px;
  background: linear-gradient(135deg, #1f2124 0%, #404349 100%);
  box-shadow: 0 20px 40px rgba(31, 33, 36, 0.18);
}
.service-cta__content {
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100% - 340px);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.service-cta__content,
.service-cta__content * {
  color: #ffffff !important;
}
.service-cta__actions {
  display: flex;
  flex-shrink: 0;
  gap: 14px;
}
.service-btn {
  min-width: 148px;
  height: 50px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.service-btn:hover {
  transform: translateY(-2px);
}
.service-btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #fb923c 0%, #f97316 100%);
  box-shadow: 0 10px 20px rgba(249, 115, 22, 0.24);
}
.service-btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}


h1{ font-size: 36px; color:#303133;}
h2{ font-size: 32px; color:#303133;}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; color: #303133;
}

body {
  min-width: 1200px;
}

/* 评测弹窗样式 */
.evaluation-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.evaluation-overlay.active {
  display: flex;
}

.evaluation-modal {
  width: 360px;
  min-height: 360px;
  border-radius: 20px;
  background: #ffffff;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.evaluation-modal .line-1 {
  font-size: 24px;
  font-weight: bold;
  color: #e25223;
  text-align: center;
}

.evaluation-modal .line-2 {
  width: 200px;
  height: 200px;
}

.evaluation-modal .line-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.evaluation-modal .line-3 {
  font-size: 14px;
  color: #888888;
  text-align: center;
}

.evaluation-modal .line-4 {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  text-align: center;
}

.evaluation-modal .line-4 a {
  color: #e25223;
  text-decoration: none;
}

/* 报名弹窗样式 */
.registration-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.registration-overlay.active {
  display: flex;
}

.registration-modal {
  width: 640px;
  height: auto;
  border-radius: 20px;
  background: #ffffff;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.registration-modal .modal-title {
  font-size: 28px;
  font-weight: bold;
  color: #e25223;
  text-align: center;
  margin-bottom: 30px;
}

.registration-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.registration-form .form-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.registration-form .form-group {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}

.registration-form .form-group label {
  font-size: 16px;
  color: #303133;
  font-weight: 500;
  white-space: nowrap;
  min-width: 80px;
}

.registration-form .form-group input,
.registration-form .form-group select {
  flex: 1;
  height: 45px;
  padding: 0 15px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  background-color: #f0f0f0;
  outline: none;
}

.registration-form .form-group input:focus,
.registration-form .form-group select:focus {
  background-color: #e8e8e8;
}

.registration-form .form-actions {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.registration-form .btn {
  width: 140px;
  height: 45px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.registration-form .btn-cancel {
  background-color: #f5f5f5;
  color: #666;
}

.registration-form .btn-submit {
  background: #ff8c00;
  color: #fff;
}

.registration-form .btn:hover {
  opacity: 0.9;
}

/* 咨询弹窗样式 */
.consultation-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}

.consultation-overlay.active {
  display: flex;
}

.consultation-modal {
  width: 640px;
  height: auto;
  border-radius: 20px;
  background: #ffffff;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  margin: 20px auto;
}

.consultation-modal .modal-title {
  font-size: 28px;
  font-weight: bold;
  color: #e25223;
  text-align: center;
  margin-bottom: 30px;
}

.consultation-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.consultation-form .form-row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.consultation-form .form-group {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}

.consultation-form .form-group label {
  font-size: 16px;
  color: #303133;
  font-weight: 500;
  white-space: nowrap;
  min-width: 80px;
}

.consultation-form .form-group input,
.consultation-form .form-group select,
.consultation-form .form-group textarea {
  flex: 1;
  padding: 0 15px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  background-color: #f0f0f0;
  outline: none;
}

.consultation-form .form-group input,
.consultation-form .form-group select {
  height: 45px;
}

.consultation-form .form-group textarea {
  padding: 10px 15px;
  resize: vertical;
  font-family: inherit;
}

.consultation-form .form-group input:focus,
.consultation-form .form-group select:focus,
.consultation-form .form-group textarea:focus {
  background-color: #e8e8e8;
}

.consultation-form .form-actions {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.consultation-form .btn {
  width: 140px;
  height: 45px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consultation-form .btn-cancel {
  background-color: #f5f5f5;
  color: #666;
}

.consultation-form .btn-submit {
  background: #ff8c00;
  color: #fff;
}

.consultation-form .btn:hover {
  opacity: 0.9;
}
