.orz_header_box {
  position: relative;
  font-size: 14px;
}

.orz_header_box a {
  color: #fff;
  text-decoration: none;
}

.orz_header_img {
  width: 100%;
  vertical-align: middle;
}

.orz_header_ft {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 555;
}

.orz_header_ft_cover {
  position: relative;
  width: 702px;
  height: 77px;
  display: flex;
  align-items: center;
  padding-left: 140px;
  box-sizing: border-box;
  background: #ab191a;
  color: #fff;
}

.orz_header_ft_cover::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 0;
  height: 0;
  border-left: 25px solid #ab191a;
  border-bottom: 39px solid #ab191a;
  border-right: 25px solid transparent;
  border-top: 38px solid transparent;
}
