.carousel-container {
  width: 100%;
  margin: 0 auto;
  height: 600px;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  box-sizing: content-box;
}
.phone-img{
  display: none;
}
.carousel-container .banner-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.carousel-container .banner-img .product-hero-section {
  padding-top: 146px;
}

.carousel-container .banner-img .product-hero-section .product-hero-header {
  color: #000000;
  margin-bottom: 36px;
}

.carousel-container .banner-img .product-hero-section .product-hero-header::after {
  content: " ";
  display: block;
  margin-top: 36px;
  width: 44px;
  height: 4px;
  background: #FFC600;
}

.carousel-container .banner-img .product-hero-section .product-hero-header h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
}

.carousel-container .banner-img .product-hero-section .product-hero-header h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
}

.carousel-container .banner-img .product-hero-section .product-description {
  margin-bottom: 69px;
  width: 455px;
  height: 72px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

.carousel-container .banner-img .product-hero-section .product-description .product-intro {
  text-align: justify;
  font-style: normal;
}

.carousel-container .banner-img .product-hero-section .purchase-note {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

.carousel-container .banner-img .product-hero-section .purchase-note a {
  padding: 0 6px;
  color: #FF9C00;
}

.nav-main {
  width: 1300px;
  margin: 13px auto 0;
}

.nav-main .nav>span a {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
}

.nav-main .nav>span a:hover {
  color: rgb(51, 51, 51);
}

.nav-main .nav>span:nth-child(2) {
  padding: 0 8px;
}

.nav-main .nav>span:last-child {
  color: #333;
}

.product-function {
  margin-top: 116px;
  margin-bottom: 120px;
}

.product-function .product-title {
  width: 1300px;
  margin: 0 auto 70px;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
}

.product-function .product-box {
  height: 550px;
  position: relative;
}

.product-function .product-box .feature-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 1300px;
  margin: 0 auto;
}

.product-function .product-box .feature-box .feature-item {
  display: flex;
  align-items: center;
  width: 800px;
  padding-bottom: 5px;
  cursor: pointer;
}

.product-function .product-box .feature-box .feature-item.active {
  border-bottom: 1px solid #FFA600;
}

.product-function .product-box .feature-box .feature-item.active .feature-number {
  -webkit-text-stroke: 1px #FF9C00;
}

.product-function .product-box .feature-box .feature-item.active .feature-content {
  color: #FFA600;
}

.product-function .product-box .feature-box .feature-item.active .feature-icon {
  opacity: 1;
}

.product-function .product-box .feature-box .feature-item.active .feature-icon .icon-right {
  color: #FF9C00;
}

.product-function .product-box .feature-box .feature-item .feature-number {
  margin-right: 59px;
  width: 100px;
  font-family: "阿里妈妈方圆体 VF Regular";
  font-variation-settings: "BEVL" 1, "wght" 700;
  font-weight: 700;
  font-size: 80px;
  color: rgba(255, 156, 0, 0);
  line-height: 96px;
  font-variation-settings: "BEVL" 0, "wght" 600;
  font-weight: 600;
  -webkit-text-stroke: 1px #726f6f;

}

.product-function .product-box .feature-box .feature-item .feature-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
}

.product-function .product-box .feature-box .feature-item .feature-content span {
  margin-bottom: 10px;
}

.product-function .product-box .feature-box .feature-item .feature-content>span:last-child {
  width: 470px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}

.product-function .product-box .feature-box .feature-item .feature-icon {
  opacity: 0;
}

.product-function .product-box .feature-box .feature-item .feature-icon .icon-right {
  font-size: 60px;
}

.product-function .product-box .product-img-box {
  position: absolute;
  right: 0;
  top: 0;
  height: 550px;
  width: 797px;
  background-color: #ffc600;
}

.breathing-service {
  height: 550px;
  background-image: url("https://oss-official-website.doorunhealth.com/assets/breathing-service.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breathing-service .service-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  height: 100%;
}

.breathing-service .service-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 359px;
  height: 188px;
  background: #FFFFFF;
}

.breathing-service .service-box a i {
  font-size: 39px;
  color: #FFC600;
  margin-bottom: 19px;
}

.breathing-service .service-box a:hover {
  background-color: #FFC600;
  color: #fff;
}

.breathing-service .service-box a:hover i {
  color: #fff;
}

/*# sourceMappingURL=product-details-template.css.map */

@media (max-width: 1024px) {
  .carousel-container{
    height: auto;
    padding-top: 60px;
    background-color: #f6f6f6;
  }
 

 .carousel-container .banner-img .product-hero-section .product-hero-header h3{
    font-size: 14px;
  }
 .carousel-container .banner-img .product-hero-section .product-hero-header h2{
  font-size: 18px;
 }
 .carousel-container .banner-img .product-hero-section .product-hero-header::after{
  margin-top: 0;
 }
 .carousel-container .banner-img .product-hero-section .product-description{
  margin-bottom: 19px;
  width: 100%;
  font-size: 12px;
  height: auto;
 }
  .carousel-container .banner-img .product-hero-section{
    padding: 27px 18px 0 ;
  }
  .carousel-container .banner-img .product-hero-section .product-hero-header{
    margin-bottom: 14px;
  }
  .phone-img{
    display: block;
     width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  /* background-image: url("https://oss-official-website.doorunhealth.com/assets/deep-breathing-banner.png"); */

  }
   .carousel-container .banner-img{
    background-image: none !important;
  }
  .carousel-container .banner-img .product-hero-section .purchase-note{
    font-size: 12px;
    padding-bottom: 7px;
  }
  .nav-main {
    padding: 0 16px;
    font-size: 12px;
width: 100%;

  }
  .nav-main .nav>:nth-child(3) a{
    color: #000000;
    font-size: 12px;
  }
  .nav-main .nav>span:last-child{
    color: #000000 !important;

  }
  .nav-main .nav{
    width: 100%;
  }
  .product-function .product-box{
    height: auto;
  }
  .product-function .product-box .product-img-box{
    position: static;
    height: auto;
    width: 100%;
    margin: 20px 0 44px;
  }
  .product-function .product-box .product-img-box img{
    padding-bottom: 21px;
  }
  .product-function{
    margin: 27px  22px 39px;
  }
.product-function .product-title{
    width: 100%;
    font-size: 20px;
    margin-bottom: 39px;
  }
  .product-function .product-box .feature-box .feature-item{
    width: 100%;
    margin: 15px 0;
  }
  .product-function .product-box .feature-box{
    width: 100%;
    height: auto;
  }
  .product-function .product-box .feature-box .feature-item .feature-number{
    font-size: 50px;
    width: 50px;
    margin-right: 23px;
  }
  .feature-content{
    width: 266px;
  }
  .product-function .product-box .feature-box .feature-item .feature-content span{
    width: 100%;
    white-space: wrap;
  }
  .feature-icon{
    display: none;
  }
  .product-function .product-box .feature-box .feature-item .feature-content>span:last-child{
    width: 266px;
  }
    .breathing-service .service-box{
    width: 100%;
    justify-content: space-evenly;

  }
  .breathing-service{
    height: 108px;
  }
  .breathing-service .service-box a{
    width: 104px;
    height: 55px;
  }
  .breathing-service .service-box a i {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .breathing-service .service-box a span{
    font-size: 8px;
  }
  
}