.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/service-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: #FFC500;
}
/* 概述模块 */
.overview-section {
  display: flex;
  margin: 113px auto;
  flex-wrap: wrap;
  /* height: 438px; */
}
.overview-section:first-child{
  margin-right: 58px;

}
.overview-section > img {
    width: 650px;
  height: 438.85px;
  object-fit: cover;

  /* width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;

  transform: scale(1); */
}
.overview-section .overview-content {
  width: 650px;
  padding: 72px 0 0 56px;
  margin: 0 auto;
  box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.06);
}
.overview-section .overview-content h3 {
  font-weight: 500;
  font-size: 30px;
  color: #000000;
}
.overview-section .overview-content p {
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  max-width: 519px;
  margin: 33px 0 56px 0;
}
.overview-section .overview-content p:first-of-type {
  /* margin-bottom: 22px; */
  font-size: 16px;
}

.overview-section .overview-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  width: 160px;
  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;
}
.btn-container{
    display: flex;
}
.btn-container a{
    display: inline-block;
}
.btn-container a:first-child{
    margin-right: 20px;
}
/* 质保信息模块 */
.Warranty-Information {
    width: 100%;
    object-fit: cover;
  height: 678px;
  position: relative;
  background-image: url("https://oss-official-website.doorunhealth.com/assets/service-warrantyinfo.png");
  background-size: cover;
  background-position: center;

    margin-top:116px;

}
.Warranty-Information .Warrantyinfo{
  /* width: 519px; */
  height: 678px;
  background-color: #FFC500;
  padding: 106px 70px 0 70px;
  position: absolute;
}
.Warranty-Information .Warrantyinfo h3 {
  font-weight: 500;
  font-size: 38px;
  color: #000000;
}
.Warranty-Information .Warrantyinfo p {
    max-width: 384px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  margin: 20px 0 37px;
}
.Warranty-Information .Warrantyinfo .QRcode{
    max-width: 276px;
    /* height: 276px; */
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding-top: 44px;
    /* justify-content: center; */
    align-items: center;
}
.Warranty-Information .Warrantyinfo .QRcode img{
    width: 152px;
    height: 152px;
    display: block;
}
.Warranty-Information .Warrantyinfo .QRcode p{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 20px;
}
.btn{
  display: none;
  width: 105px;
  height: 37px;
  border-radius: 20px;
  text-align: center;
  line-height: 37px;
  background-color: #fff;
}
/* 导航面包屑 */
.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;
}
@media (max-width:1310px) {
  .overview-section{
    justify-content: center;
    padding: 0 16px;

  }
  .overview-section-two{
    flex-direction: column-reverse
  }
  .overview-section > img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    
  }
  .overview-section .overview-content{
    width: 100%;
    padding: 12px 0 20px 16px
  }
  
}
@media (max-width: 1024px) {
    .carousel-container .banner-img {
  background-image: url("https://oss-official-website.doorunhealth.com/assets/mobile-service-banner.jpg");
}
  .carousel-container{
     height: 118px;
    padding-top: 60px;
  }
  .breadcrumb-nav{
    padding: 0 16px;
  }
  .overview-section{
    justify-content: center

  }

}
@media (max-width: 768px) {

  /* .Warranty-Information .Warrantyinfo {
    padding: 60px 30px 0 30px;
  } */
  .overview-section {
    margin: 56.5px auto
  }
  .overview-section .overview-content p {
    margin: 16.5px 0 28px 0;
  }
  .Warranty-Information .Warrantyinfo{
    padding-bottom: 40px;
    /* padding: ; */
    padding: 80px 16px 0 16px;
  }
  .Warranty-Information{
    margin-top: 56px;
  }
  .overview-section .overview-content{
    padding: 12px 0 20px 0;
  }
  .overview-section .overview-content p:first-of-type{
    padding-right: 16px;
    padding-left: 16px;
  }
  .overview-section .overview-content h3{
    padding-left: 16px;
  }
  .btn-container{
    padding: 0 16px;
  }
  .overview-section .overview-content a{
    width: 148px;
    height: 49px;
  }
}
@media (max-width: 468px) {
  .btn-container{
    justify-content: space-between
  }
  .Warranty-Information{
    height: 400px;
  }
  .Warranty-Information .Warrantyinfo{
    height: 400px;
  }
  .btn{
    display: block;
  }
  .Warranty-Information .Warrantyinfo .QRcode {
    display: none;
  }
}