.logotips {
  border-top: 1px solid #0000001a;
  padding-top: 30px;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.3) 100%
    ),
    linear-gradient(0deg, #f8f0da 0%, #f8f0da 100%), #fff;
  padding-bottom: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-bottom: -30px;
  position: relative;
}
/* .logotips.bg_baige {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.3) 100%
    ),
    linear-gradient(0deg, #f8f0da 0%, #f8f0da 100%), #fff;
} */

@media only screen and (max-width: 576px) {
  .logotips {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
