/* ===== global utilities (utilities.scss) (compiled from Vue SCSS) ===== */
@charset "UTF-8";
/* Common Utilities Extracted Automatically */
.py-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-10 {
  padding: 40px 60px;
}

.pb-6 {
  padding-bottom: 48px;
}

.mb-8 {
  margin-bottom: 80px;
}

.mb-6 {
  margin-bottom: 48px;
}

.mb-4 {
  margin-bottom: 24px;
}

.mx-2 {
  margin-left: 12px;
  margin-right: 12px;
}

.text-center {
  text-align: center;
}

.text-secondary {
  color: #66736e;
}

.text-main {
  color: #1e2b27;
}

.text-sm {
  font-size: 14px;
}

.line-height-lg {
  line-height: 1.8;
}

.max-w-1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.border-bottom {
  border-bottom: 1px solid #d9e5e0;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-primary {
  transition: color 0.3s;
}
.hover-primary:hover {
  color: #0b6b5a;
}

.pb-8 {
  padding-bottom: 80px;
}

.p-6 {
  padding: 48px;
}

.mb-10 {
  margin-bottom: 40px;
}

.mb-2 {
  margin-bottom: 12px;
}

.mr-2 {
  margin-right: 12px;
}

.text-primary {
  color: #0b6b5a;
}

.max-w-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.max-w-600 {
  max-width: 600px;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.py-10 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-4 {
  padding: 24px;
}

.px-4 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-3 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-3 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.px-2 {
  padding-left: 12px;
  padding-right: 12px;
}

.pb-4 {
  padding-bottom: 24px;
}

.m-0 {
  margin: 0;
}

.mb-3 {
  margin-bottom: 16px;
}

.mt-3 {
  margin-top: 16px;
}

.mr-3 {
  margin-right: 16px;
}

.text-left {
  text-align: left;
}

.text-white {
  color: #ffffff;
}

.text-xs {
  font-size: 12px;
}

.font-weight-bold {
  font-weight: bold;
}

.max-w-800 {
  max-width: 800px;
}

.opacity-50 {
  opacity: 0.5;
}

.bg-light {
  background-color: #f7faf9;
}

.bg-primary {
  background-color: #0b6b5a;
}

.bg-primary-light {
  background-color: #eaf6f2;
}

.border {
  border: 1px solid #d9e5e0;
}

.rounded {
  border-radius: 8px;
}

.shadow-md {
  box-shadow: 0 4px 12px rgba(11, 107, 90, 0.08);
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.flex-column {
  flex-direction: column;
}

.justify-between {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

.gap-8 {
  gap: 80px;
}

.gap-3 {
  gap: 16px;
}

.w-full {
  width: 100%;
}

.transition-colors {
  transition: color 0.3s;
}

.hover-bg-light {
  transition: background-color 0.2s;
}
.hover-bg-light:hover {
  background-color: rgba(11, 107, 90, 0.05);
}

.hover-up {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-up:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(11, 107, 90, 0.08);
}

.interactive-btn {
  transition: transform 0.2s ease;
}
.interactive-btn:hover, .interactive-btn:focus {
  background-color: #0b6b5a !important;
  color: #ffffff !important;
  border-color: #0b6b5a !important;
}
.interactive-btn:active {
  background-color: #0b6b5a !important;
  color: #ffffff !important;
  border-color: #0b6b5a !important;
  transform: scale(0.96) translateY(2px);
}

.no-hover-bg:hover, .no-hover-bg:focus {
  background-color: #0b6b5a !important;
  color: #ffffff !important;
  border-color: #0b6b5a !important;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 移除固定高度，在移动端自适应*/
}

.pt-6 {
  padding-top: 48px;
}

.mt-10 {
  margin-top: 40px;
}

.p-8 {
  padding: 80px;
}

.opacity-80 {
  opacity: 0.8;
}

.gap-4 {
  gap: 24px;
}

.px-10 {
  padding-left: 60px;
  padding-right: 60px;
}

.px-8 {
  padding-left: 80px;
  padding-right: 80px;
}

.mt-1 {
  margin-top: 8px;
}

.gap-6 {
  gap: 48px;
}

.mt-6 {
  margin-top: 48px;
}

.p-5 {
  padding: 32px;
}

.mb-5 {
  margin-bottom: 32px;
}

.mb-1 {
  margin-bottom: 8px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 24px;
}

.pt-8 {
  padding-top: 80px;
}

.p-3 {
  padding: 16px;
}

.mt-12 {
  margin-top: 60px;
}

.mt-2 {
  margin-top: 12px;
}

.mr-4 {
  margin-right: 24px;
}

.ml-4 {
  margin-left: 24px;
}

.mt-5 {
  margin-top: 32px;
}

.mb-0 {
  margin-bottom: 0;
}

.pb-3 {
  padding-bottom: 16px;
}

.ml-3 {
  margin-left: 16px;
}

.py-5 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-6 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.px-6 {
  padding-left: 48px;
  padding-right: 48px;
}

.py-4 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.ml-2 {
  margin-left: 12px;
}

.pb-2 {
  padding-bottom: 12px;
}

.gap-2 {
  gap: 12px;
}

.gap-5 {
  gap: 32px;
}

.text-right {
  text-align: right;
}

.mr-6 {
  margin-right: 48px;
}

.mr-1 {
  margin-right: 8px;
}

.pt-3 {
  padding-top: 16px;
}

.my-6 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.pl-4 {
  padding-left: 24px;
}

.pt-4 {
  padding-top: 24px;
}

.opacity-90 {
  opacity: 0.9;
}

.gap-1 {
  gap: 8px;
}