.carousel-container {
  width: 100%;
  margin: 0 auto;
  height: 600px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  /*padding-top: 80px;*/
  /*box-sizing: content-box;*/
}
.carousel-container .banner-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("https://oss-official-website.doorunhealth.com/assets/contact-us-bananer.png");
  background-size: cover;
  background-position: center;
  object-fit: cover
  /*object-fit: contain;*/

}
.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:9px 16px;
}
.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;
}

.contact-us-box {
  width: 1300px;
  display: flex;
  justify-content: space-evenly;
  margin: 142px auto 73px;
}
.contact-us-box .contact-us-item{
  min-width:350px;
}
.contact-us-box .contact-us-item .title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 21px;
}
.contact-us-box .contact-us-item .title::before {
  display: block;
  margin-right: 21px;
  content: "";
  width: 8px;
  height: 28px;
  opacity: 0.8;
  background-color: #fcb606;
}
.contact-us-box .contact-us-item .detail-page {
  margin-left: 29px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}
.contact-us-box .contact-us-item .detail-page p span {
  font-size: 24px;
  font-weight: 500;
  color: #FF9C00;
}/*# sourceMappingURL=contact-us.css.map */
@media (max-width: 1024px) {
    .carousel-container .banner-img{
    background-image: url("https://oss-official-website.doorunhealth.com/assets/mobile-contact-us-bananer.jpg");
  height: 118px;
  }
  .carousel-container{
    padding-top: 60px;
    height: auto;
  }
  .contact-us-box{
    width: 0px;
    flex-direction: column;
    align-items: center;
    margin: 42px auto 73px;

  }
  .contact-us-box .contact-us-item{
    margin: 25px 0;
  }
  .service-information-top{
    margin: 34px auto 0;
  }
  /*.w{*/
  /*  width: 0px;*/
  /*  max-width: 1300px !important;*/
  /*  margin: 0 auto;*/
  /*}*/
}