.customerWitness{
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.witness-pic{
    margin-bottom: 40px;
}
.witness-title{
    margin-bottom: 50px;
}
.witness-pic-content{
  text-align: center;

}
.witness-pic-content p{
    text-align: left;
    padding-left: 20px;
}
.witness-title span{
    font-size: 30px;
    font-weight: bold;
    border-bottom: 4px solid var(--theme-color);
}
.logo-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.logo-list li {
  width: 183px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  border: 1px solid var(--border-color);
  margin-bottom: 30px;
}
.logo-list li img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.witness-vedio{
    text-align: left;
}
.witness-vedio p{
    margin-top: 20px;
color: var(--sub-title-color);
font-size: 12px;
text-align: left;
text-indent: 2em;
}
.witness-seach{
  width: 624px;
  height: 42px;  
  border-radius: 20px;
  padding-left:20px;
  padding-right:40px;
}
.seach-box-video{
    position: relative;
    margin-bottom: 50px;
}




.witness-detail-list-box{
    display: flex;
    flex-wrap: wrap;
}
.witness-item-box{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 33.333333%;
    margin-bottom: 20px;
    padding: 10px;
}


.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    border: 1px solid var(--border-color);
    height: calc((100% - 30px) / 2) !important;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide  img{
    width: 100%;
  }

  .reflections-box{
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
  }
  .reflections-box ul li {
    min-height: 150px;
    padding: 20px 80px;
    box-sizing: content-box;
    text-align: left;
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    background-color: var(--theme-color);
    color: #fff;
    
  }
  .reflections-box ul li h4{
    margin-bottom: 20px;
  }
  .reflections-box ul li p{
    line-height: 26px;
  }
  .reflections-box ul li:nth-child(2n){
    background-color: #fff;
    color: #333;
  }
  .swiper-box{
    position: relative;
  }
  .swiper-button-next,.swiper-button-prev{
    position: absolute;
    top:50%;
    color: var(--theme-color);
  }
  .swiper-button-prev{
    left: -60px;
  }
  .swiper-button-next{
    right: -60px;
  }



  .mb-witness-img{
    width: 100%;
  }
  .mb-witness-pic{
    width: 100%;
    margin-bottom: 20px;
  }
  .mb-customer-distribution{
    padding-bottom: 20px;
  }
  .mb-customer-distribution p{
    text-indent: 2em;
    font-size: 14px;
    color:var(--sub-title-color)
  }
  .mb-customer-distribution ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mb-customer-distribution ul li {
    width: 33%;
    background-color: #fff;
    margin-bottom: 10px;
  }
.mb-customer-distribution ul li span{
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 40%;
  height: 0;
  font-size: 0;
  line-height: 0;
}
  .mb-customer-distribution ul li img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
 
  .mb-intro-video{
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
  }
  .mb-intro-video ul li {
    padding: 10px 30px;
    box-sizing: content-box;
    text-align: left;
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    background-color: var(--theme-color);
    color: #fff;
    
  }
  .mb-intro-video ul li h4{
    margin-bottom: 10px;
    font-size: 20px;
  }
  .mb-intro-video ul li p{
    line-height: 24px;
    font-size: 14px;
  }
  .mb-intro-video ul li:nth-child(2n){
    background-color: #fff;
    color: #333;
  }

  .mb-vedio-customer-list{

  }
  .mb-witness-item-box{
    border: 1px solid var(--border-color);
    padding:10px;
  }
  .mb-witness-box{
    margin-bottom: 10px;

  }
  .mb-witness-vedio{
    text-align: center;
  }
  .mb-witness-vedio h5{
    font-size: 18px;
  }
  .mb-witness-vedio p{
    color: var(--sub-title-color);
    font-size: 14px;
    text-indent: 2em;
    text-align: left;
  }
.icon-box {
  width: 50px;
  margin-right: 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-color: rgb(250, 234, 216);
}