.banner-bottom {
  width: 100%;
  line-height: 0;
  position: relative;
  height: 250px;
}
.banner-bottom img {
  width: 100%;
  height: 100%;
}
.banner-bottom .container {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
}
.banner-bottom .container h5 {
  font-size: 36px;
  line-height: 60px;
  font-weight: normal;
}
.banner-bottom .container p {
  font-size: 20px;
  line-height: 60px;
}
.banner-bottom .container .create-btn {
  width: 146px;
  height: 52px;
  background-color: #ff7936;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 52px;
  margin-top: 10px;
}
