.online .online-banner {
  width: 100%;
  height: 620px;
  padding-top: 1.5rem
    /* 24px */
  ;
  padding-bottom: 1.5rem
    /* 24px */
  ;
  position: relative;

}

.online .online-banner .bannerImg {
  height: 100%;
  background-image: url(0208173f4.jpg);
  background-repeat: no-repeat;
}

.online .msg-box {
  margin-top: 1.5rem
    /* 24px */
  ;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.online .msg-box .msg-top {
  display: flex;
  align-items: center;
}

.online .msg-box .msg-top img {
  height: 140px;
  width: 140px;
}

.online .msg-box .msg-top .title {
  margin-bottom: 12px;
  font-size: 20px;
  margin-left: 25px;
}

.online .msg-box .msg-top .text {
  margin-left: 30px;
  font-size: 12px;
  color: gray;
}

.online .msg-box .msg-bottom {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.online .msg-box .msg-bottom {
  margin: 40px 0;
}

.online .msg-box .msg-bottom div {
  margin-bottom: 10px;
}

.online .msg-box .msg-bottom .phone {
  font-weight: 600;
}

footer {
  margin-top: 180px;
}

.container-box {
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 668px) {

  footer {
    margin-top: 130px;
  }
}

/*# sourceMappingURL=online.css.map*/