* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.banner {
  width: 100%;
  height: 150px;
  background: url('../img/banner.png') center center no-repeat;
}

.banner-title {
  width: 1136px;
  line-height: 150px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
}

/* 免责声明 */
.mzsm-tip {
  font-size: 14px;
  line-height: 24px;
  color: #a3a3a3;
  margin: 80px 0 30px;
}

.mzsm-tip p {
  color: #000;
  font-weight: bold;
}