@charset "UTF-8";
.carousel-container {
  width: 100%;
  margin: 0 auto;
  height: 600px;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  box-sizing: content-box;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.product-hero-section{
  width: 1300px;
  margin: 0 auto;
}
.nav-main{
  margin: 13px auto 0;
}
.carousel-container .banner-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("https://oss-official-website.doorunhealth.com/assets/breath-rehabilitation01.png");
  background-size: cover;
  background-position: center;
}
.carousel-container .banner-img .banner-title {
  position: absolute;
  left: 20%;
  top: 30%;
  font-weight: 400;
  font-size: 45px;
  color: #FFFFFF;
  animation: textFadeInUp 1s ease forwards;
}
.carousel-container .banner-img .banner-title > span {
  font-size: 80px;
  color: #FFC500;
}

/* 导航面包屑 */
.breadcrumb-nav {
  margin-top: 13px;
}
.breadcrumb-nav .nav > span a {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
}
.breadcrumb-nav .nav > span a:hover {
  color: rgb(51, 51, 51);
}
.breadcrumb-nav .nav > span:nth-child(2) {
  padding: 0 8px;
}
.breadcrumb-nav .nav > span:last-child {
  color: #333;
}

/* 概述模块 */
.overview-section {
  display: flex;
  margin-top: 83px;
  /* height: 380px; */
}
.overview-section > img {
  margin-right: 58px;
  /* width: 600px;
  height: 380px;
  transform: scale(1); */
  transform: scale(1);
  aspect-ratio: 4 / 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.overview-section .overview-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.overview-section .overview-content h3 {
  margin-bottom: -18px;
  font-weight: 500;
  font-size: 30px;
  color: #000000;
}
.overview-section .overview-content p {
  font-weight: 400;
  line-height: 30px;
}
.overview-section .overview-content p:first-of-type {
  /* margin-bottom: 22px; */
  font-size: 16px;
}
.overview-section .overview-content p:last-of-type {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  margin-bottom: 50px;
}
.overview-section .overview-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  width: 220px;
  height: 56px;
  border-radius: 28px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.overview-section .overview-content a:hover {
  background-color: #FFDD66;
  border: none;
}

.sleep-unusual-box {
  margin-top: 100px;
  display: flex;
  height: 702px;
}

.sleep-back-img {
  width: 100%;
  height: 615px;
  background-image: url("https://oss-official-website.doorunhealth.com/assets/sleep-apnea-assessment03.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.sleep-unusual-box .sleep-unusual-content {
  position: relative;
  height: 100%;
}
.sleep-unusual-box .sleep-unusual-content .title {
  margin-top: 113px;
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
}
.sleep-unusual-box .sleep-unusual-content .sleep-unusual-list {
  position: absolute;
  left: 0;
  top: 17%;
  z-index: 1;
  height: 400px;
  width: 100%;
  background-color: #ffffff;
}
.sleep-unusual-box .sleep-unusual-content .sleep-unusual-list .tab-header {
  display: flex;
  justify-content: space-around;
  border-bottom: 2px solid #f0f0f0;
}
.sleep-unusual-box .sleep-unusual-content .sleep-unusual-list .tab-header div {
  flex: 1;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  position: relative;
}
.sleep-unusual-box .sleep-unusual-content .sleep-unusual-list .tab-header div.active {
  /* 高亮颜色 */
}
.sleep-unusual-box .sleep-unusual-content .sleep-unusual-list .tab-header div.active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #ffc500;
  border-radius: 2px;
}
.sleep-unusual-box .sleep-unusual-content .sleep-unusual-list .tab-content {
  display: none;
  padding: 60px 60px 0;
  height: 100%;
  gap: 20px;
  border: 1px solid #D8D8D8;
}
.sleep-unusual-box .sleep-unusual-content .sleep-unusual-list .tab-content .text {
  height: 100%;
  margin-right: 60px;
}
.sleep-unusual-box .sleep-unusual-content .sleep-unusual-list .tab-content .text p {
  color: #000000;
}
.sleep-unusual-box .sleep-unusual-content .sleep-unusual-list .tab-content .text p:first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.sleep-unusual-box .sleep-unusual-content .sleep-unusual-list .tab-content .text p:nth-child(2) {
  margin-top: 33px;
  margin-bottom: 10px;
  font-size: 18px;
}
.sleep-unusual-box .sleep-unusual-content .sleep-unusual-list .tab-content .text ol > li {
  line-height: 30px;
}
.sleep-unusual-box .sleep-unusual-content .sleep-unusual-list .tab-content.active {
  display: flex;
  justify-content: space-between;
}
.sleep-unusual-box .sleep-unusual-content .sleep-unusual-list .tab-content img {
  width: 490px;
  height: 299px;
}

.insomnia-box {
  display: flex;
  margin-top: 187px;
  height: 376px;
}
.insomnia-box img {
  margin-left: 80px;
  width: 631px;
  height: 376px;
}
.insomnia-box .describe {
  display: flex;
  flex-direction: column;
  padding-top: 69px;
}
.insomnia-box .describe h3 {
  font-weight: 500;
  font-size: 30px;
  color: #000000;
}
.insomnia-box .describe ol {
  margin-top: 34px;
}
.insomnia-box .describe ol li {
  font-size: 16px;
  line-height: 35px;
}
.insomnia-box .describe ol li span {
  font-weight: 400;
}

.sleep-check-section {
  margin-top: 112px;
  display: flex;
}
.sleep-check-section .sleep-check-content {
  margin-left: 49px;
}
.sleep-check-section .sleep-check-content .sleep-check-text {
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  margin-bottom: 10px;
}
.sleep-check-section .sleep-check-content p {
  width: 661px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
}
.sleep-check-section .sleep-check-content .sleep-check-list {
  display: flex;
  gap: 8px 70px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.sleep-check-section .sleep-check-content .sleep-check-list .sleep-check-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 88px;
  height: 90px;
}
.sleep-check-section .sleep-check-content .sleep-check-list .sleep-check-item i {
  font-size: 56px;
  margin-bottom: 4px;
  color: #8785bc;
}
.sleep-check-section .sleep-check-content .sleep-check-list .sleep-check-item span {
  text-align: center;
  color: #000;
  font-weight: 400;
}
.sleep-check-section .sleep-check-image {
  width: 590px;
  height: 406px;
}
.sleep-check-section .sleep-check-image img {
  width: 590px;
  height: 406px;
  transform: scale(1);
}

/* 问题解决方案模块 */
.problem-solving-section {
  margin-top: 134px;
  /* height: 510px; */
  padding: 140px 0;
  background-image: url("https://oss-official-website.doorunhealth.com/assets/breath-rehabilitation06.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.problem-solving-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.problem-solving-content h2 {
  margin-bottom: 44px;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 42px;
}

.problem-solving-text {
  display: flex;
  gap: 0 118px;
  flex-wrap: wrap;
}

.problem-solving-text p {
  margin-bottom: 28px;
  /* width: 626px; */
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}

.problem-solving-text p:last-child {
  margin-bottom: 0;
}

/* 呼吸问题模块 */
.respiratory-problems-section {
  margin-top: 60px;
  margin-bottom: 120px;
  padding: 80px 0;
}

.respiratory-problems-section .section-title {
  margin-bottom: 80px;
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  text-align: left;
  line-height: 1.2;
}

.disease-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

.disease-card {
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  transition: all 0.3s ease;
  min-height: 500px;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

.disease-card:last-child {
  border-bottom: none;
}
/* 
.disease-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
} */

/* 第一个卡片：图片在左，文案在右 */
.disease-card:nth-child(odd) {
  flex-direction: row;
}

/* 第二个卡片：图片在右，文案在左 */
.disease-card:nth-child(even) {
  flex-direction: row-reverse;
}

.disease-content {
  flex: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}

.disease-content-inner {
  margin: 80px 60px;
}

.disease-content-inner h3 {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 28px;
  color: #000000;
  line-height: 1.3;
}

.disease-description {
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
}

.disease-causes {
  margin-top: 0;
}

.causes-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}

.disease-causes p:not(.causes-title) {
  /* margin-bottom: 12px; */
  /* padding-left: 10px; */
  font-weight: 400;
  font-size: 15px;
  color: #999999;
  line-height: 1.6;
  position: relative;
}


.disease-image {
  flex: 1;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.disease-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* transition: transform 0.4s ease; */
}



/* 呼吸训练方法模块 */
.breathing-methods-section {
  margin-top: 120px;
  margin-bottom: 120px;
  background-color: #ffffff;
  padding: 80px 0;
}

.breathing-methods-section .section-title {
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  text-align: left;
  line-height: 1.2;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0 57px 0;
}

.methods-tabs {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0;
  background-color: #ffffff;
}

/* Tab标签头部 */
.tab-headers {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 60px;
  gap: 0;
}

.tab-header {
  flex: 1;
  width: 80px;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}

.tab-header:hover {
  color: #000000;
  /* background-color: #f8f9fa; */
}

.tab-header.active {
  color: #000000;
  font-weight: 500;
  border-bottom-color: #FFC500;
  background-color: #ffffff;
}

/* Tab内容区域 */
.tab-contents {
  position: relative;
  min-height: 380px;
}

.tab-content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 方法项目布局 */
.method-items {
  display: flex;
  flex-wrap: wrap;
  gap: 110px;
  justify-content: center;
}

.method-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border-radius: 16px;
  /* padding: 30px 20px; */
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); */
  transition: all 0.3s ease;
  width: 320px;
  text-align: center;
}


.method-image {
  border-radius: 12px;
  overflow: hidden;
  /* margin-bottom: 30px; */
  /* border: 3px dashed #e0e0e0; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  height: 200px;
  width: 280px;
}

.method-image img {
  object-fit: cover;
  border-radius: 8px;
}

.method-info h4 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 1.3;
}

.method-info p {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 1.6;
  margin: 0;
}


/* 呼吸康复自查与评估模块 */
.assessment-section {
  /* margin-top: 120px; */
  margin-bottom: 0;
  background-image: url("https://oss-official-website.doorunhealth.com/assets/breath-rehabilitation19.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* height: 755px; */
  padding: 40px 0;
  position: relative;
  display: flex;
  align-items: left;
}

.assessment-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.assessment-content .section-title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 36px;
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
}

.assessment-subtitle {
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  opacity: 0.9;
  max-width: 800px;
  text-align: left;
}

/* 自查项目 */
.assessment-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 66px;
  margin-bottom: 49px;
}

.assessment-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  width: 206px;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 16px
}


.assessment-icon {
  width: 80px;
  height: 80px;
  background:#3c3316;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}


.assessment-icon i {
  font-size: 100px;
  color: #ffc500;
}

.assessment-text p {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
}

/* CTA区域 */
.assessment-cta {
  display: flex;
  align-items: left;
  justify-content: left;
  gap: 60px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.cta-text {
  /* max-width: 500px; */
  text-align: left;
}

.cta-text p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
  margin: 0;
}

.qr-code-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qr-code {
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.qr-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr-placeholder i {
  font-size: 48px;
  color: #333333;
}

.qr-text {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
}

/* 操作按钮 */
.action-buttons {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 226px;
  height: 56px;
}

.btn-primary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.btn-primary:hover {
  background: #ffffff;
  color: #000000;
  /* transform: translateY(-2px); */
  /* box-shadow: 0 8px 24px rgba(255, 255, 255, 0.3); */
}

.btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.btn-secondary:hover {
  background: #ffffff;
  color: #000000;
  /* transform: translateY(-2px); */
  /* box-shadow: 0 8px 24px rgba(255, 255, 255, 0.3); */
}

/* 圆形二维码按钮样式 */
.qr-btn-wrapper {
  position: relative;
  display: inline-block;
}

.qr-circle-btn {
  width: 56px;
  height: 56px;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.qr-circle-btn:hover {
  background: #ffffff;
  /* transform: translateY(-2px); */
  /* box-shadow: 0 8px 24px rgba(255, 255, 255, 0.3); */
}

.qr-circle-btn i {
  font-size: 24px;
  color: #ffffff;
  transition: color 0.3s ease;
}

.qr-circle-btn:hover i {
  color: #000000;
}

.qr-popup {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
  width: 226px;
  height: 226px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.qr-popup::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
}

.qr-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-5px);
}

.qr-content {
  padding: 15px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.qr-image {
  width: 190px;
  height: 190px;
  /* margin-bottom: 12px; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
}

.qr-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qr-placeholder {
  color: #6c757d;
  font-size: 48px;
}

.qr-text {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1.4;
  margin-top: -10px;
}



/* 产品推荐模块 */
.product-recommend-section {
  margin-top: 100px;
  margin-bottom: 96px;
}
.product-recommend-section .section-title {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 30px;
  color: #000000;
}
.product-recommend-section .product-list {
  display: flex;
  flex-wrap: wrap;
  /* 如果有多行，这样上下 gap 才会生效 */
  gap: 40px 33px;
}
.product-recommend-section .product-list .product-item {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 380px;
  background-color: #f6f6f6;
}
.product-recommend-section .product-list .product-item .product-image {
  width: 100%;
  height: 260px;
}
.product-recommend-section .product-list .product-item .product-image img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}

.product-recommend-section .product-list .product-item .product-image img:hover {
  transform: scale(1.2);
}


.product-recommend-section .product-list .product-item p {
  text-align: center;
  padding: 0 15px;
}

.product-recommend-section .product-list .product-item .product-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000000;
  line-height: 1.4;
}

.product-recommend-section .product-list .product-item .product-description {
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 1.5;
  margin: 0;
}/*# sourceMappingURL=sleep-apnea-assessment.css.map */

.font-gray {
  color: #888888;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-500 {
  font-weight: 500;
}
/* 响应式 */
@media (max-width: 1300px) {
  .breadcrumb-nav {
    padding: 0 16px;
  }
 

}
@media (max-width:1024px){
.carousel-container .banner-img {
  background-image: url("https://oss-official-website.doorunhealth.com/assets/mobile-breath-rehabilitation01.jpg");
}
  .carousel-container{
       height: 118px;
    padding-top: 60px;
  }
  .overview-section{
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
  }
  .overview-section > img{
    margin-right: 0;
    margin-bottom: 17px;
  }

  .overview-section .overview-content p:last-of-type{
    margin-bottom: 25px;
    }
    .problem-solving-section{
      padding:  140px 16px;
    }  
    .problem-solving-text{
      gap: 0 80px;
    }
    .respiratory-problems-section{
      padding: 0 16px;
    }
    .breathing-methods-section {
      padding: 0 16px;
    }
    .product-recommend-section{
      padding: 0 16px;
    }
    .product-recommend-section .product-list{
      justify-content: center;
    }
    .carousel-container{
      padding-top: 60px;
    }
}
@media (max-width:768px){

  .problem-solving-section{
    margin-top: 74px;
  }
  .problem-solving-text{
    flex-direction: column
  }
  .disease-card:nth-child(odd){
    flex-direction: column-reverse
  }
  .disease-card{
    flex-direction: column-reverse;
    border-bottom:none
  }
  .disease-image{
    min-height: auto;
  }
  .disease-content-inner{
    margin: auto;
  }
  .disease-card:nth-child(even){
    flex-direction: column;
    flex-direction: column-reverse;
    margin: 20px 0;
  }
  .disease-content{
    margin-top: 10px;
  }
  .respiratory-problems-section{
    margin-bottom:60px ;
  }
  .assessment-section{
    height: auto;
    margin-top: 40px;
  }
  .assessment-content{
    padding: 40px 16px;
    overflow: hidden;
  }
  .assessment-items{
    display: grid;
  grid-template-columns: repeat(2, minmax(200px, auto)); /* 200px 改成你的卡片最小宽度 */
  margin-bottom: 49px;
  justify-content: center; /* 前几行居中 */
  justify-items: start;    /* 每个格子里内容左对齐 */
  justify-content: start;


  gap: 30px 10px;
  }
  .assessment-icon{
    width: 40px;
    height: 40px;
  }
  .assessment-icon i{
    font-size: 70px;
  }
  .product-recommend-section{
    padding: 0 16px;
  }

  .product-recommend-section .product-list .product-item{
    width: 100%;
  }
  .assessment-item{
    padding: 10px 10px;
  }
  .qr-circle-btn{
    display: none;
  }
}
@media (max-width: 480px) {
  .assessment-item{
width: 140px;
  }
}