.navbar {
  margin-bottom: 0;
}

.banner-img {
  position: relative;
  color: #000;
}

.ban-div {
  position: absolute;
  /* bottom: 25%; */
}

.linear {
  margin: 0 auto;
  display: inline-block;
  width: 300px;
  height: 75px;
  line-height: 52px;
  color: #fff;
  background-image: linear-gradient(167deg, #24c9fd, #652bcd 75%);
  border-radius: 35px;
  border: 10px solid #e0e0e0;
  margin-top: 30px;
  cursor: pointer;
}

.linear img {
  width: 25px;
  background: #d31276;
  border-radius: 50%;
  padding: 4px;
  margin-left: 5px;
}

.flower {
  background-image: linear-gradient(to right, #283a77 5%, #4d70e6, #283a77 95%);
  width: 435px;
  color: #fff;
  padding: 3px 0 3px 45px;
  border-radius: 10px;
  text-align: left;
  border: 2px solid #000;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}

.flower::before,
.flower::after {
  content: "";
  width: 40%;
  height: 20%;
  position: absolute;
  z-index: -1;
  bottom: 8px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
}

.flower::before {
  left: 10%;
  transform: rotate(3deg);
}

.flower::after {
  right: 12%;
  transform: rotate(-3deg);
}

.flower .fa-2x::before {
  content: "";
  width: 55px;
  height: 66px;
  background: url("../../home/images/offline/flower.png?v=2") no-repeat center
    center;
  position: absolute;
  left: -12px;
  top: 0;
}

.notes-info {
  font-size: 16px;
}

.notes-info i {
  font-size: 16px;
}

.henggang {
  position: relative;
}

.henggang::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 2px;
  bottom: 23px;
  z-index: -1;
  background: #000;
  left: 0;
  margin: 0 auto;
}
.henggang span.fa-3x {
  background: #fff;
  padding: 0 5px;
}
.ban-div {
  margin-left: -45px;
}
@media (min-width: 992px) {
  .ban-div {
    top: 0%;
    transform: scale(0.5);
  }
}

@media (min-width: 1200px) {
  .ban-div {
    top: 7%;
    transform: scale(0.8);
  }
}

@media (min-width: 1400px) {
  .ban-div {
    top: 10%;
    transform: scale(1);
  }
}
.note {
  margin-top: 5px;
  display: inline-block;
}
