.article__banner {
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 199;
  text-decoration: none;
  background-color: rgba(128, 128, 128, 0.75);
  color: #ffffff;
}
.article__banner--close {
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.article__banner--text {
  padding: 20px;
  height: 100px;
  width: 900px;
  overflow: hidden;
  margin: 0 auto;
}
.article__banner .banner__text--wrap {
  position: relative;
  background-color: #ff6600;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  float: left;
  width: 96%;
}
.article__banner .banner__text--link {
  display: block;
}
.article__banner .banner__text--link:hover {
  text-decoration: none;
}
.article__banner .banner__text {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  letter-spacing: 0;
}
.article__banner--text .banner__new_line {
  display: none;
}
@media screen and (max-width: 900px) {
  .article__banner--text {
    height: auto;
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .article__banner--text .banner__new_line {
    display: block;
  }
}
