.banner {
  height: 140px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../image/banner2.png");
}

.container {
  background-color: #f4f4f4;
  position: relative;
}

.msg-box {
  overflow: hidden;
  background-color: #fff;
  padding: 20px 0;
}

.msg-title {
  text-align: center;
  font-size: 28px;
  color: #a4a4a4;
  font-weight: 500;
}

.msg-img {
  display: block;
  width: 100%;
}

.msg-text-1 {
  text-align: center;
  color: #7a7a86;
  font-size: 26px;
}

.msg-text-2 {
  text-align: center;
  color: #7a7a86;
  font-size: 32px;
  margin-top: 20px;
}

.msg-text-3 {
  text-align: center;
  color: #7a7a86;
  font-size: 26px;
  margin-top: 30px;
}

.msg-code {
  width: 180px;
  height: 170px;
  display: block;
  margin: 20px auto;
}

.msg-text-4 {
  text-align: center;
  color: #7a7a86;
  font-size: 20px;
}

.msg-text-5 {
  text-align: center;
  color: #7a7a86;
  font-size: 16px;
  margin: 30px auto 0;
  width: 80%;
}
