.custom-logo {
  display: block;
  width: 140px;
  height: 40px;
  background: url("../images/logo.png") center center;
  background-size: 100% 100%;
}

.custom-indent {
  text-indent: 36px;
}

.custom-indent1 {
  text-indent: 32px;
}

.custom-icon {
  display: block;
  height: 30px;
  line-height: 30px;
  background: url("../images/icon.png") left center no-repeat;
  background-size: 30px 30px;
  padding-left: 40px;
}

.custom-service-text {
  text-indent: 32px;
  text-align: left;
}

.custom-concat {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.custom-concat-li {
  list-style: none;

  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-concat-li>img {
  width: 40px;
  margin-right: 10px;
}

.custom-wechat {
  padding: 10px;
  background-color: #fff;
  width: 100px;
  height: 100px;
}

.custom-ga {
  width: 16px;
}