.message_banner_container {
  margin: 0 auto;
  min-width: 980px;
  max-width: 1440px;
  position: relative;
}

.message_banner_wrap {
  width: 1440px;
  position: relative;
}

.message_banner_img {
  height: 450px;
  background: url(../images/message_banner.webp);
  background-position: center;
  backface-visibility: hidden;
  z-index: 12;
}

.message_banner_text {
  position: absolute;
  top: 0;
  z-index: 1;
  margin-left: 60px;
  width: 960px;
  height: 100%;
  text-align: left;
  pointer-events: none;
}

.message_banner_text h1 {
  top: 45%;
  position: absolute;
  left: 0;
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8), 0 0 1em rgba(0, 0, 0, 0.9);
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 40px;
}

nav.breadcrumb {
  padding: 10px 45px;
  font-size: 14px;
  background: #f5f5f5;
}

nav.breadcrumb em,
nav.breadcrumb a {
  padding: 0 15px;
  font-style: normal;
}

nav.breadcrumb a:hover {
  color: #191970;
}

#page_message {
  width: 80%;
  margin: auto;
  padding: 100px;
}

#page_message .tips {
  text-align: center;
  margin: 0 0 80px 0;
  font-size: 24px;
}

/* H5 */
@media (max-width: 768px) {
  .message_banner_container {
    max-width: 100%;
    min-width: 100%;
  }

  .message_banner_wrap {
    width: 100%;
  }
  .message_banner_text {
    width: 80%;
  }
  #page_message {
    width: 100%;
    padding: 20px;
  }
}
