.content{

}
.banner{
    background: #F1F9F7;
    width: 100%;
    height: 380px;
    padding: 0 12px;
    box-sizing: border-box;
}
.banner-msg{
        max-width: 1200px;
      
        padding-top: 100px;
}
.banner-msg h1 {
    margin-bottom: 20px;
    line-height: 1;
}
.banner-msg p {
    margin-bottom: 40px;
}
.swiper-box{
    margin-top: 20px;
}
.customers-filter {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.customers-filter-item {
  margin: 0 10px;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 20px;
}

.customers-active {
  background-color: #F1F9F7;
  color: #117865;
}
.detail-box{
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 100px;
}
    .service-content {
      width: 90%; 
      max-width: 1200px; 
      margin: 0 auto; 
      display: grid;
      grid-template-columns: 1fr; 
      gap: 40px; 
    }

    .service-item {
      display: flex;
      flex-direction: column; 
      align-items: flex-start; 
      gap: 10px; 
    }

    .service-item img {
      width: 100%; 
      height: auto; 
      border-radius: 8px; 
    }

    .service-item p {
      font-size: 14px; 
      color: #666; 
      line-height: 1.8; 
    }

    .service-item a {
      text-decoration: none; 
      color: #117865; 
      margin-top: 50px;
    }
    .detail-tip{
        margin-bottom: 20px;
    }
    .detail-tip span {
        font-size: 14px;
        padding: 2px 10px;
        border-radius: 5px;

    }
    .detail-tip span:nth-child(1){
        background: #FFEAEC;
        color: #E50012;
        margin-right: 10px;
    }
       .detail-tip span:nth-child(2){
        background: #E9FBF7;
        color: #117865;
    }
    .service-item-logo{
      height: 50px;

    }
    .service-item-logo img{
      height: 100%;
    }
    .roll-wrapperUlList-img{
      width: 100%;
    }