.customers-contentPC{
  display: none;
}
.service-contentMobile{
  display:block;
}
.banner-msg p {
    margin-bottom: 20px;
}
.top1_box{
  padding-top: 0px;
}
.card{
  flex: 1 1 100%;
  height: auto;
}
.card-desc{
  margin-top: 20px;
}
.bannerBTN{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.bannerBTNLET{
  margin-left: 24px;
  border: 1px solid #333333 ;
  background: #fff ;
  color: #333333 ;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 47px;
  line-height: 47px;
  border-radius: 8px;
}