/* Prototyping and Production Support Case Study Styles */
body {
  padding-top: 58px;
}

.med-device-custom-container {
  width: 1180px;
  background-color: #ffffff;
  margin: 0 auto;
}

.med-device-custom-project-bg {
  padding: 30px 50px;
}

.med-device-custom-project-bg h2 {
  color: #636363;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.med-device-custom-project-bg p {
  color: #636363;
  font-size: 16px;
  line-height: 30px;
}

.med-device-custom-challenges {
  width: 1180px;
  height: 406px;
  background-image: url(/d/file/p/2020/04-24/4eaa1ee0810b27f38959d30411925bdc.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 20px;
}

.med-device-custom-challenges-content {
  padding: 10px 50px 30px;
  width: 550px;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
}

.med-device-custom-challenges-content h2 {
  color: #6d6d6d;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.med-device-custom-challenges-content p {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 30px;
}

.med-device-custom-challenges-content .med-device-custom-challenge-item {
  margin-bottom: 15px;
}

.med-device-custom-solutions {
  padding: 30px 0;
  background-color: #e5e5e5;
  width: 1180px;
  min-height: 1450px;
}

.med-device-custom-solutions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 0 50px;
}

.med-device-custom-solution-item {
  padding: 20px;
}

.med-device-custom-solution-item h3 {
  color: #6d6d6d;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.med-device-custom-solution-item p {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.med-device-custom-solution-item .med-device-custom-note {
  font-size: 13px;
  font-weight: normal;
}

.med-device-custom-solution-image {
  text-align: center;
  margin-top: 20px;
}

.med-device-custom-solution-image img {
  max-width: 100%;
  height: auto;
}

.med-device-custom-med-device-custom-project-management-image {
  margin-top: 40px;
}

.med-device-custom-solution-item.med-device-custom-project-management .med-device-custom-solution-content {
  flex: 1;
}

.med-device-custom-solution-item.med-device-custom-project-management .med-device-custom-solution-image {
  flex: 0 0 60%;
  margin-top: 0;
}

.med-device-custom-issue {
  width: 1180px;
  height: 500px;
  background-color: #318cb8;
  color: white;
}

.med-device-custom-issue-content {
  width: 1130px;
  height: 500px;
  margin-left: 50px;
  padding-top: 40px;
  display: flex;
  align-items: center;
}

.med-device-custom-issue-text {
  flex: 1;
  margin-right: 30px;
}

.med-device-custom-issue-content h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

.med-device-custom-issue-content p {
  line-height: 40px;
}

.med-device-custom-issue-image {
  flex: 0 0 400px;
}

.med-device-custom-issue-image img {
  max-width: 100%;
  height: auto;
}

.med-device-custom-meeting {
  width: 1180px;
  height: 200px;
  background-color: #e5e5e5;
  text-align: center;
}

.med-device-custom-meeting-content {
  color: #318cb8;
  font-size: 23px;
  padding-top: 60px;
  font-weight: bold;
}

.med-device-custom-meeting-content .med-device-custom-meeting-line {
  margin-bottom: 10px;
}

/* 问题分析部分 */
.med-device-custom-analysis {
  width: 1180px;
  min-height: 980px;
  background-color: #f7f6f6;
  padding: 40px 0;
}

.med-device-custom-analysis-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 0 50px;
}

.med-device-custom-analysis-item {
  padding: 20px;
}

.med-device-custom-analysis-item img {
  /* width: 100%; */
  height: auto;
  margin-bottom: 20px;
}

.med-device-custom-analysis-item p {
  color: #6d6d6d;
  font-size: 16px;
}

.med-device-custom-root-cause {
  width: 1180px;
  height: 280px;
  background-color: #e5e5e5;
  text-align: center;
}

.med-device-custom-root-cause-content {
  color: #318cb8;
  font-size: 23px;
  padding-top: 20px;
  font-weight: bold;
  line-height: 40px;
}

.med-device-custom-root-cause-content .med-device-custom-cause-line {
  margin-bottom: 10px;
}

.med-device-custom-improvement {
  width: 1180px;
  height: 430px;
  background-color: #318cb8;
}

.med-device-custom-improvement-content {
  width: 1130px;
  margin-left: 50px;
  padding-top: 20px;
  display: flex;
  align-items: center;
}

.med-device-custom-improvement-text {
  flex: 1;
  margin-right: 30px;
}

.med-device-custom-improvement-content p {
  margin-top: 50px;
  color: white;
  line-height: 40px;
}

.med-device-custom-improvement-content .med-device-custom-improvement-item {
  margin-bottom: 20px;
  color: #fff;
}

.med-device-custom-improvement-image {
  flex: 0 0 400px;
}

.med-device-custom-improvement-image img {
  max-width: 100%;
  height: auto;
}

.med-device-custom-result {
  width: 1180px;
  height: 140px;
  background-color: #04344c;
  text-align: center;
}

.med-device-custom-result-content {
  color: white;
  font-size: 23px;
  padding-top: 40px;
  font-weight: bold;
}

.med-device-custom-result-content .med-device-custom-result-line {
  margin-bottom: 10px;
}

.med-device-custom-benefits {
  width: 1180px;
  min-height: 730px;
  background-color: #f7f6f6;
}

.med-device-custom-benefits-content {
  padding: 30px 50px 30px;
}

.med-device-custom-benefits-content h2 {
  color: #636363;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.med-device-custom-benefits-content p {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 36px;
}

.med-device-custom-benefits-content .med-device-custom-benefit-item {
  margin-bottom: 15px;
}

.med-device-custom-benefits-image {
  text-align: center;
  margin-top: 20px;
}

.med-device-custom-benefits-image img {
  max-width: 100%;
  height: auto;
}

.med-device-custom-postscript {
  width: 1180px;
  height: 406px;
  background-color: #f7f6f6;
  display: flex;
  align-items: center;
}

.med-device-custom-postscript-content {
  padding: 10px 50px 30px;
  flex: 1;
  margin-right: 30px;
}

.med-device-custom-postscript-content h2 {
  color: #636363;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.med-device-custom-postscript-content p {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 40px;
}

.med-device-custom-postscript-image {
  flex: 0 0 400px;
  text-align: center;
}

.med-device-custom-postscript-image img {
  max-width: 100%;
  height: auto;
}

.med-device-custom-feedback {
  width: 1180px;
  height: 390px;
  background-color: #04344c;
  display: flex;
  align-items: center;
}

.med-device-custom-feedback-content {
  padding: 40px 50px 30px;
  flex: 1;
  margin-right: 30px;
}

.med-device-custom-feedback-content h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  font-style: italic;
}

.med-device-custom-feedback-content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
}

.med-device-custom-feedback-content .med-device-custom-feedback-text {
  margin-bottom: 20px;
  color: #fff;
}

.med-device-custom-feedback-content .med-device-custom-feedback-signature {
  font-weight: bold;
  color: #fff;
}

.med-device-custom-feedback-image {
  flex: 0 0 400px;
  text-align: center;
}

.med-device-custom-feedback-image img {
  max-width: 100%;
  height: auto;
}

/* 标签部分 */
.med-device-custom-tags {
  width: 1180px;
  height: 180px;
  padding-left: 50px;
  padding-top: 60px;
}

.med-device-custom-tags a {
  color: #0782c1;
  text-decoration: none;
  margin-right: 20px;
}

.med-device-custom-tags a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .med-device-custom-container {
    width: 100%;
    max-width: 100%;
  }

  .med-device-custom-project-bg {
    padding: 20px 15px;
  }

  .med-device-custom-project-bg h2 {
    font-size: 18px;
  }

  .med-device-custom-project-bg p {
    font-size: 14px;
    line-height: 24px;
  }

  .med-device-custom-challenges {
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .med-device-custom-challenges-content {
    width: 100%;
    padding: 20px 15px;
  }

  .med-device-custom-challenges-content h2 {
    font-size: 18px;
  }

  .med-device-custom-challenges-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .med-device-custom-solutions {
    width: 100%;
    padding: 20px 0;
  }

  .med-device-custom-solutions-grid {
    grid-template-columns: 1fr;
    padding: 0 15px;
    gap: 20px;
  }

  .med-device-custom-solution-item {
    padding: 15px;
  }

  .med-device-custom-solution-item.med-device-custom-project-management {
    flex-direction: column;
  }

  .med-device-custom-solution-item.med-device-custom-project-management .med-device-custom-solution-image {
    flex: none;
    width: 100%;
    margin-top: 20px;
  }

  .med-device-custom-med-device-custom-project-management-image {
    margin-top: 0 !important;
  }

  .med-device-custom-solution-item h3 {
    font-size: 18px;
  }

  .med-device-custom-solution-item p {
    font-size: 14px;
    line-height: 24px;
  }

  .med-device-custom-solution-image img {
    width: 100%;
    max-width: 100%;
  }

  .med-device-custom-issue {
    width: 100%;
    height: auto;
    min-height: 400px;
  }

  .med-device-custom-issue-content {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 20px 15px;
    flex-direction: column;
  }

  .med-device-custom-issue-text {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .med-device-custom-issue-content h2 {
    font-size: 20px;
  }

  .med-device-custom-issue-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .med-device-custom-issue-image {
    flex: none;
    width: 100%;
  }

  .med-device-custom-issue-image img {
    width: 100%;
    max-width: 100%;
  }

  .med-device-custom-meeting {
    width: 100%;
    height: auto;
    min-height: 150px;
  }

  .med-device-custom-meeting-content {
    font-size: 18px;
    padding: 30px 15px;
  }

  .med-device-custom-analysis {
    width: 100%;
    min-height: auto;
  }

  .med-device-custom-analysis-grid {
    grid-template-columns: 1fr;
    padding: 0 15px;
    gap: 20px;
  }

  .med-device-custom-analysis-item {
    padding: 15px;
  }

  .med-device-custom-analysis-item img {
    width: 100%;
    max-width: 100%;
  }

  .med-device-custom-analysis-item p {
    font-size: 14px;
  }

  .med-device-custom-root-cause {
    width: 100%;
    height: auto;
    min-height: 200px;
  }

  .med-device-custom-root-cause-content {
    font-size: 18px;
    padding: 20px 15px;
    line-height: 28px;
  }

  .med-device-custom-improvement {
    width: 100%;
    height: auto;
    min-height: 350px;
  }

  .med-device-custom-improvement-content {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 20px 15px;
    flex-direction: column;
  }

  .med-device-custom-improvement-text {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .med-device-custom-improvement-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .med-device-custom-improvement-image {
    flex: none;
    width: 100%;
  }

  .med-device-custom-improvement-image img {
    width: 100%;
    max-width: 100%;
  }

  .med-device-custom-result {
    width: 100%;
    height: auto;
    min-height: 100px;
  }

  .med-device-custom-result-content {
    font-size: 18px;
    padding: 30px 15px;
  }

  .med-device-custom-benefits {
    width: 100%;
    min-height: auto;
  }

  .med-device-custom-benefits-content {
    padding: 20px 15px;
  }

  .med-device-custom-benefits-content h2 {
    font-size: 18px;
  }

  .med-device-custom-benefits-content p {
    font-size: 14px;
    line-height: 28px;
  }

  .med-device-custom-benefits-image {
    padding: 0 15px;
  }

  .med-device-custom-benefits-image img {
    width: 100%;
    max-width: 100%;
  }

  .med-device-custom-postscript {
    width: 100%;
    height: auto;
    min-height: 300px;
    flex-direction: column;
  }

  .med-device-custom-postscript-content {
    padding: 20px 15px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .med-device-custom-postscript-content h2 {
    font-size: 18px;
  }

  .med-device-custom-postscript-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .med-device-custom-postscript-image {
    flex: none;
    width: 100%;
    padding: 15px;
  }

  .med-device-custom-postscript-image img {
    width: 100%;
    max-width: 100%;
  }

  .med-device-custom-feedback {
    width: 100%;
    height: auto;
    min-height: 300px;
    flex-direction: column;
  }

  .med-device-custom-feedback-content {
    padding: 20px 15px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .med-device-custom-feedback-content h2 {
    font-size: 18px;
  }

  .med-device-custom-feedback-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .med-device-custom-feedback-image {
    flex: none;
    width: 100%;
    padding: 0 15px;
  }

  .med-device-custom-feedback-image img {
    width: 100%;
    max-width: 100%;
  }

  .med-device-custom-tags {
    width: 100%;
    height: auto;
    padding: 30px 15px;
  }

  .med-device-custom-tags a {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

/* 小屏幕设备适配 */
@media screen and (max-width: 480px) {

  .med-device-custom-project-bg h2,
  .med-device-custom-challenges-content h2,
  .med-device-custom-solution-item h3,
  .med-device-custom-benefits-content h2,
  .med-device-custom-postscript-content h2,
  .med-device-custom-feedback-content h2 {
    font-size: 16px;
  }

  .med-device-custom-project-bg p,
  .med-device-custom-challenges-content p,
  .med-device-custom-solution-item p,
  .med-device-custom-analysis-item p,
  .med-device-custom-benefits-content p,
  .med-device-custom-postscript-content p,
  .med-device-custom-feedback-content p {
    font-size: 13px;
    line-height: 20px;
  }

  .med-device-custom-issue-content h2 {
    font-size: 18px;
  }

  .med-device-custom-issue-content p,
  .med-device-custom-improvement-content p {
    font-size: 13px;
    line-height: 20px;
  }

  .med-device-custom-meeting-content,
  .med-device-custom-root-cause-content,
  .med-device-custom-result-content {
    font-size: 16px;
    line-height: 24px;
  }
}

.med-device-custom-hero {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
}

.med-device-custom-hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.med-device-custom-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  color: white;
  z-index: 2;
  width: 1180px;
  max-width: 1180px;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}

.common {
  font-family: 'Poppins', sans-serif;
  line-height: 2;
}

.med-device-custom-hero-title {
  font-size: 4rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #fff;
}

/* Responsive design */
@media screen and (max-width: 1200px) {
  .med-device-custom-hero-content {
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .med-device-custom-hero-image {
    height: 120px;
    object-fit: cover;
  }

  .med-device-custom-hero-content {
    padding: 1rem;
    text-align: left;
  }

  .med-device-custom-hero-title {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
    line-height: 1.3;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: high) {

  .med-device-custom-hero-title,
  .med-device-custom-hero-subtitle {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }
}