.quote-block {
   background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
   border-right: 4px solid #0072bc;
   border-radius: 8px;
   padding: 25px;
   margin: 0;
   box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
   position: relative;
   overflow: hidden;
   min-height: 90%;
   display: flex;
   align-items: center;
}

.quote-block::before {
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   width: 100px;
   height: 100px;
   background: linear-gradient(135deg, transparent 50%, #0072bc66 50%);
}

.coffee-block {
   background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
   border-left: 4px solid #C94B77;
   border-radius: 8px;
   padding: 25px;
   margin: 0;
   box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
   position: relative;
   overflow: hidden;
   min-height: 90%;
   display: flex;
   align-items: center;
}

.quote-content {
   position: relative;
   z-index: 1;
}

.quote-icon {
   color: #0072bc;
   font-size: 24px;
   margin-bottom: 15px;
   opacity: 0.5;
}

.quote-content p {
   font-size: 18px;
   line-height: 1.8;
   color: #495057;
   margin: 0;
}

.business-scope {
   padding: 80px 0 0;
}

.scope-title {
   text-align: center;
   margin-bottom: 50px;
}

.scope-title h2 {
   font-size: 24px;
   color: #333;
   margin-bottom: 20px;
}

.scope-cards {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 30px;
   margin-bottom: 50px;
}

.scope-card {
   width: 260px;
   padding: 30px;
   border-radius: 10px;
   color: white;
   position: relative;
}

.scope-card.blue {
   background: #0072bc;
}

.scope-card.red {
   background: #C94B77;
}

.card-content h3 {
   color: #fff;
}

.card-number {
   font-size: 48px;
   opacity: 0.2;
   position: absolute;
   top: 10px;
   left: 20px;
}

.card-content {
   position: relative;
   z-index: 1;
}

.card-content p {
   color: #fff;
}

.sponsors {
   padding: 50px 0;
   background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.sponsors-title {
   text-align: center;
   margin-bottom: 40px;
}

.sponsors-title h2 {
   font-size: 24px;
}

.sponsors-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 30px;
   padding: 0 20px;
}

.sponsor-card {
   background: white;
   padding: 20px;
   border-radius: 8px;
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sponsor-card h3 {
   color: #333;
   margin-bottom: 15px;
   font-size: 18px;
}

.sponsor-card p {
   color: #666;
   font-size: 14px;
   line-height: 1.6;
}

/* 响应式样式 */
@media screen and (max-width: 1200px) {
   .scope-cards {
      gap: 20px;
   }

   .scope-card {
      width: 260px;
      padding: 25px;
   }
}

@media screen and (max-width: 992px) {
   .business-scope {
      padding: 60px 0 0;
   }

   .scope-title h2 {
      font-size: 22px;
   }

   .scope-cards {
      gap: 15px;
   }

   .scope-card {
      width: 240px;
      padding: 20px;
   }

   .card-number {
      font-size: 40px;
   }

   .sponsors-grid {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
   }
}

@media screen and (max-width: 768px) {
   .business-scope {
      padding: 40px 0 0;
   }

   .scope-title {
      margin-bottom: 30px;
   }

   .scope-title h2 {
      font-size: 20px;
      margin-bottom: 15px;
   }

   .scope-cards {
      flex-direction: column;
      align-items: center;
      gap: 20px;
   }

   .scope-card {
      width: 90%;
      max-width: 320px;
   }

   .sponsors {
      padding: 40px 0;
   }

   .sponsors-title {
      margin-bottom: 30px;
   }

   .sponsors-title h2 {
      font-size: 20px;
   }

   .sponsors-grid {
      grid-template-columns: 1fr;
      gap: 15px;
      padding: 0 15px;
   }
}

@media screen and (max-width: 480px) {
   .business-scope {
      padding: 30px 0 0;
   }

   .scope-card {
      width: 95%;
      padding: 15px;
   }

   .card-number {
      font-size: 36px;
   }

   .sponsor-card {
      padding: 15px;
   }

   .sponsor-card h3 {
      font-size: 16px;
      margin-bottom: 10px;
   }

   .sponsor-card p {
      font-size: 13px;
   }
}

.scholarship-news {
   .foundation-content {
      padding: 20px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
   }

   .foundation-content p {
      color: #666;
      line-height: 1.8;
      text-align: justify;
      text-indent: 2em;
   }

   .foundation-image img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
   }

   .foundation-image p {
      color: #666;
      font-size: 14px;
      margin-top: 10px;
   }
}

.news-title {
   font-size: 18px;
   color: #333;
   font-weight: bold;
}

.news-meta {
   color: #666;
   font-size: 14px;
}

.news-meta span {
   margin: 0 10px;
}

.news-content {
   font-size: 16px;
   line-height: 1.8;
   color: #444;
}

.image-container {
   border-radius: 8px;
   overflow: hidden;
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.image-container img {
   width: 100%;
   height: auto;
}

.image-container p {
   margin-top: 10px;
   color: #666;
   font-size: 14px;
}

.research-content {
   padding: 30px;
   background: #f8f9fa;
   border-radius: 10px;
   height: 100%;
   display: flex;
   align-items: center;
   margin-bottom: 3px;
}

.research-content p {
   color: #666;
   line-height: 1.8;
   margin: 0;
   font-size: 18px;
}

@media (max-width: 767.98px) {
   .research-content, .research-image {
      padding: 0 15px;
      /* 添加适当的内边距 */
      margin-bottom: 20px;
      /* 添加下边距 */
   }
}

.research-image {
   padding: 15px;
   background: #fff;
   border-radius: 10px;
   box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.research-image img {
   width: 100%;
   height: auto;
   border-radius: 8px;
}

.research-image p {
   color: #666;
   margin-top: 15px;
   font-size: 16px;
}

@media (max-width: 768px) {
   .research-content {
      margin-bottom: 30px;
   }

   .research-image {
      margin-bottom: 30px;
   }
}

.diving-home-img {
   margin-bottom: 30px;
   box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
   border-radius: 10px;
   overflow: hidden;
   transition: transform 0.3s ease;
}

.diving-home-img:hover {
   transform: translateY(-5px);
}

.diving-home-img img {
   width: 100%;
   height: auto;
   object-fit: cover;
}

.institute-section {
   display: flex;
   justify-content: center;
   padding: 40px 0;
}

.institute-image {
   max-width: 90%;
   border-radius: 16px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
   transition: transform 0.3s ease;
}

.institute-image:hover {
   transform: scale(1.02);
}

.training-intro {
   padding: 30px;
   background: #f8f9fa;
   border-radius: 15px;
}

.training-intro p {
   color: #666;
   line-height: 1.8;
   margin-bottom: 20px;
   text-indent: 2em;
}

.program-card {
   background: #fff;
   border-radius: 15px;
   padding: 30px;
   text-align: center;
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
   transition: all 0.3s ease;
   height: 100%;
   position: relative;
   overflow: hidden;
}

.program-card:hover {
   transform: translateY(-5px);
}

.program-icon {
   font-size: 48px;
   color: #1a73e8;
   margin-bottom: 20px;
}

.program-card h3 {
   font-size: 18px;
   color: #333;
   margin-bottom: 15px;
}

.equip-card {
   background: #fff;
   border-radius: 5px;
   text-align: center;
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
   transition: all 0.3s ease;
   height: 100%;
   position: relative;
   overflow: hidden;
}

.equip-card img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   /* 保持宽高比，同时覆盖整个容器 */
}

.program-hover {
   position: absolute;
   bottom: -100%;
   left: 0;
   width: 100%;
   background: rgba(26, 115, 232, 0.9);
   padding: 20px;
   transition: all 0.3s ease;
   color: #fff;
}

.program-card:hover .program-hover {
   bottom: 0;
}

.training-programs {
   padding: 50px 0;
}

.training-image {
   background: #fff;
   border-radius: 12px;
   overflow: hidden;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
   transition: transform 0.3s ease;
}

.training-image:hover {
   transform: translateY(-5px);
}

.training-image img {
   width: 100%;
   height: 300px;
   object-fit: cover;
}

.training-image p {
   color: #666;
   font-size: 16px;
   margin: 15px 0;
}

.service-intro {
   max-width: 1000px;
   margin: 20px auto;
   padding: 20px;
}

.service-intro p {
   color: #666;
   line-height: 1.8;
   font-size: 18px;
}

.emergency-case {
   background: #fff;
   padding: 30px;
   border-radius: 10px;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.emergency-case h3 {
   color: #333;
   font-size: 24px;
   margin-bottom: 20px;
   padding-bottom: 15px;
   border-bottom: 1px solid #eee;
}

.case-content p {
   color: #666;
   line-height: 1.8;
   margin-bottom: 20px;
}

.case-images img {
   border-radius: 8px;
   margin-bottom: 20px;
   transition: transform 0.3s ease;
}

.case-images img:hover {
   transform: scale(1.05);
}



.heading-decorated::after {
   content: '';
   position: relative;
   display: block;
   height: 1px;
   width: 35px;
   margin-top: 15px;
   background: #0072bc;
   will-change: transform, opacity;
}

.heading-decorated_center::after,
.parallax-header .heading-decorated::after,
.text-center .heading-decorated::after {
   margin-left: auto;
   margin-right: auto;
}

h4.heading-decorated {
   font-size: 24px;
   font-weight: 600;
}

h6,
.heading-6 {
   font-size: 16px;
   line-height: 1.6;
   color: #333;
   margin-top: 45px;
}

h6+p,
.heading-6+p {
   margin-top: 10px;
}

@media (min-width: 768px) {


   .heading-decorated::after {
      width: 50px;
   }

   h1.heading-decorated::before,
   .heading-1.heading-decorated::before {
      width: 115px;
   }
}

.post-single__header .heading-decorated::before {
   margin-left: auto;
   margin-right: auto;
}

.bg-accent .heading-decorated::before {
   background: #fff;
}