@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);
}
.carousel-container .banner-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("https://oss-official-website.doorunhealth.com/assets/sleep-apnea-assessment-banner.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: #FFC600;
}

.about-main {
  margin-top: 13px;
}
.about-main .nav > span a {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
}
.about-main .nav > span a:hover {
  color: rgb(51, 51, 51);
}
.about-main .nav > span:nth-child(2) {
  padding: 0 8px;
}
.about-main .nav > span:last-child {
  color: #333;
}

.summarize-box {
  display: flex;
  margin-top: 83px;
  /* height: 380px; */
}
.summarize-box > img {
  margin-right: 58px;
  transform: scale(1);
  aspect-ratio: 4 / 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.summarize-box .describe {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.summarize-box .describe h3 {
  /* margin-bottom: -18px; */
  font-weight: 500;
  font-size: 30px;
  color: #000000;
}
.summarize-box .describe p {
  font-weight: 400;
  line-height: 30px;
}
.summarize-box .describe p:first-of-type {
  /* margin-bottom: 22px; */
  font-size: 16px;
}
.summarize-box .describe p:last-of-type {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  margin-bottom: 50px;
}
.summarize-box .describe 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;
}
.summarize-box .describe 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; */
  margin-top: 100px;
  /* height: 400px; */
  /* padding-bottom: 40px; */
  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: #ffc600;
  border-radius: 2px;
}
.sleep-unusual-box .sleep-unusual-content .sleep-unusual-list .tab-content {
  display: none;
  padding: 60px 60px 40px;
  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;
  object-fit: cover;

  /* transform: scale(1);
  aspect-ratio: 4 / 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s; */
}

.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 {
  max-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: 527px;
  background-color: #c7c5e8;
}
.sleep-check-section .sleep-check-image img {
  width: 631px;
  height: 376px;
  transform: scale(1);
}
.sleep-check-section .sleep-check-image h3 {
  text-align: center;
  margin-top: 26px;
}

.sleep-solution-section {
  margin-top: 134px;
  height: 580px;
  background-image: url("https://oss-official-website.doorunhealth.com/assets/sleep-apnea-assessment06.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.sleep-solution-section .sleep-solution-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.sleep-solution-section .sleep-solution-content h2 {
  margin-bottom: 44px;
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 42px;
}
.sleep-solution-section .sleep-solution-content p {
  margin-bottom: 68px;
  max-width: 626px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
}
.sleep-solution-section .sleep-solution-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 226px;
  height: 56px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 28px;
}
.sleep-solution-section .sleep-solution-content a:hover {
  background-color: #fff;
  color: #333;
}

.product-recommend-box {
  margin-top: 100px;
  margin-bottom: 96px;
}
.product-recommend-box .title {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 30px;
  color: #000000;
}
.product-recommend-box .product-list {
  display: flex;
  flex-wrap: wrap;
  /* 如果有多行，这样上下 gap 才会生效 */
  gap: 40px 33px;
}
.product-recommend-box .product-list .product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 380px;
  background-color: #f6f6f6;
}
.product-recommend-box .product-list .product-item .img-box {
  width: 100%;
  height: 260px;
}
.product-recommend-box .product-list .product-item .img-box img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.sleep-check-image-two{
  display: none;
}
.product-recommend-box .product-list .product-item .img-box img:hover {
  transform: scale(1.2);
  transition: all 0.5s;
}


.product-recommend-box .product-list .product-item p {
  text-align: center;
}
.product-recommend-box .product-list .product-item p:first-of-type {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
.product-recommend-box .product-list .product-item p:last-of-type {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}/*# sourceMappingURL=sleep-apnea-assessment.css.map */

.font-gray {
  color: #888888;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

/* 操作按钮样式 */
.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;
  width: 226px;
  height: 56px;
  box-sizing: border-box;
}

.btn-secondary {
  background: transparent;
  color: #333333;
  border: 2px solid #b7b7b7;
}

.btn-secondary:hover {
  background:#ffdd66;
  color: #333333;
  border: none;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .action-buttons {
    flex-direction: column;
    align-items: center;
    align-content: flex-start;


  }
  
  .btn-primary,
  .btn-secondary {
    width: 200px;
    padding: 14px 30px;
    font-size: 15px;
  }
}
/* ssssssssss */
@media (max-width: 1024px) {
  .carousel-container .banner-img {
  background-image: url("https://oss-official-website.doorunhealth.com/assets/mobile-sleep-apnea-assessment-banner.jpg");
}
  .carousel-container{
        height: 118px;
    padding-top: 60px;
  }
  .about-main{
    padding: 0 16px ;
  }
  .summarize-box{
    flex-direction: column;
  align-items: center;
  padding: 0 16px;

  }
  .summarize-box > img{
    margin-right: 0;
    margin-left: 0 !important;
  }
  .sleep-check-section{
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
  
  }
  .insomnia-box{
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
  }
  .insomnia-box img{
    margin-left: 0 !important;
  }
  .insomnia-box .describe {
    width: auto !important;
  }
  .insomnia-box img{
    width: 100% !important;
    object-fit: cover;
  }
  .sleep-check-section .sleep-check-content{
    margin-left: 0 !important;
  }
  .sleep-solution-section .sleep-solution-content{
    padding: 0 16px;
  }
  .product-recommend-box{
    padding: 0 16px;
  }
  .product-recommend-box .product-list{
    justify-content: center;
  }
  .sleep-unusual-box .sleep-unusual-content .sleep-unusual-list .tab-content{
    padding: 60px 16px 40px;
  }
  .sleep-unusual-box .sleep-unusual-content .sleep-unusual-list .tab-content.active{
    flex-direction: column;
    align-items: center;
  }
  .sleep-unusual-box .sleep-unusual-content .sleep-unusual-list .tab-content .text{
    margin-right: 0;
  }
  .sleep-unusual-box .sleep-unusual-content .sleep-unusual-list .tab-content img{
    width: 100%;
    height: auto;
  }
  .sleep-unusual-box .sleep-unusual-content .title{
    text-align: center;
  }
  .sleep-check-image-two{
    display: none;
  }
  .sleep-check-image{
    display: block;
  }
}
@media (max-width: 768px) {

  .sleep-check-image{
    display: none;
  }
  .sleep-check-image-two{
    width: 100%;
  }
  .sleep-check-image-two img{
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3; 
    object-fit: cover;  
    margin-bottom: 10px;
  }
  .product-recommend-box .product-list .product-item{
    width: 100% !important;
  }
  .sleep-unusual-box .sleep-unusual-content .title{
    text-align: center;
    margin-top: 60px;
    font-size: 26px;
  }
  .sleep-unusual-box .sleep-unusual-content .sleep-unusual-list{
    margin-top: 200px;
  }
  .summarize-box .describe h3{
    margin:10px 0 ;
  }
  .sleep-check-section .sleep-check-content .sleep-check-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 两列 */
    justify-items: center


  }

}
@media (max-width: 480px) {
  .sleep-unusual-box .sleep-unusual-content .sleep-unusual-list{
    margin-top: 100px;
  }
  .summarize-box{
    margin-top:40px
  }
  .sleep-unusual-box .sleep-unusual-content .title{
    margin-top: 30px;
    font-size: 24px;
  }

  .sleep-check-section .sleep-check-content .sleep-check-list{
    display: grid;
    gap: 24px 70px;
    grid-template-columns: repeat(2, 1fr); /* 两列 */
  }
}