.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/familybanner.jpg");
  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;
}
body{
            background: #F7F8F9;
    
}
/*信息*/
.familyinfo{
    width: 1300px;
    margin: 103px auto 0;
    text-align: center;
}
.familyinfo h3{
    font-size: 30px;
}
.familyinfo p{
    margin: 25px 0 65px;
    font-size: 16px;
}
/*卡片信息*/
.card-list{
    width: 1300px;
    display: flex;
    height: 500px;
    flex-wrap: wrap;
    background: #FFFFFF;
}
        .card-item:nth-child(1),
        .card-item:nth-child(2) {
          border-bottom: 1px solid #ddd;
        }
      .card-item:nth-child(1),
      .card-item:nth-child(3) {
        border-right: 1px solid #ddd;
      }

.card-item-img >.iconfont {
    font-size: 52px;
    margin: 0 auto;
}
.card-item{
    width: 49%;
    flex: 50%;
    display: flex;
    align-items:center;
    justify-content: center;
}
.card-item-img{
    height: 59px;
    margin-right: 29px;
}
.card-item-img img{
    width: 100%;
    height: 100%;
}
.card-item-info{
        width: 393px;
    margin-top: 6px;
    text-align: left;
}
.card-item-info h4{
 font-size: 20px;

}
.card-item-info p{
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 24px;

    color: #666666;
}

   .product-container{
                width: 100%;
                             margin: 95px auto 0;
                             background: #FFFFFF;
                             border-radius: 8px;
                          padding: 72px 0 109px;
                                                         }
   .product-container .title{
       width: 1300px;
       margin: 0 auto;
   }
   .product-container h3{
       font-size: 30px;
   }
.product-container .product-list-content {
  width: 1300px;
   display: flex;
  flex-wrap: wrap;
  margin-top: 52px;
          /* justify-content: space-between; */
  gap: 33px 30px;
}
.product-container .product-list-content .product-list-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 380px;
  margin-bottom: 30px;
    
  background: #F6F6F6;
}
.product-container .product-list-content .product-list-items a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product-container .product-list-content .product-list-items a:hover .product-list-items-img > img {
  transform: scale(1.2);
}
.product-container .product-list-content .product-list-items a .product-list-items-img {
  width: 300px;
  height: 260px;
}
.product-container .product-list-content .product-list-items a .product-list-items-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.product-container .product-list-content .product-list-items a .product-name {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
.product-container .product-list-content .product-list-items a .product-tips {
  color: #888888;
}/*# sourceMappingURL=product.css.map */


@media (max-width: 1024px) {
    /*.carousel-container .banner-img {*/
    /*    background-image: url("https://oss-official-website.doorunhealth.com/assets/mobile-product-banner.jpg");*/
    /*}*/
    .card-item-img >.iconfont {
    font-size: 36px;
}
    .carousel-container{
        height: 118px;
        padding-top: 60px;
    }
    .breadcrumb-nav{
        margin-left: 16px;
    }
    .card-list{
width: 100%;
        height: auto;
        flex-direction: column;
        flex-wrap: nowrap;
        background: #F7F8F9;

    }
    .card-item{
        width: 100%;
        border: none !important;
        align-items: normal;

        padding:18px;
        margin-bottom: 20px;
        background: #FFFFFF;
    }
    .familyinfo{
        width: 100%;
        margin-top: 33px;
        padding: 0 16px;
    }
    .familyinfo h3{
        font-size: 18px;
    }
    .familyinfo p{
        margin: 20px 0 ;

        font-size: 14px;
        text-align: left;
    }
    .card-item-img{
        margin-right: 16px;
        margin-top: 10px;
    }
    .card-item-info h4{
        font-size: 16px;

    }
    .card-item-info p{
        font-size: 14px;

        color: #333333;
    }
    .product-container{
        margin-top: 57px;
        padding: 52px 0 53px;
    }
    .product-container .title{
        width: 100%;
        padding: 0 16px;

    }
    .product-container .title h3{
        font-size: 20px;

    }
    .product-container .product-list-content{
        width: 100%;
        margin-top: 18px;
        justify-content: center;
    }
    .product-container .product-list-content .product-list-items{
        width: 342px;
    }
}
