.home-main-bottom {
  width: 100%;
  background-color: rgb(51, 51, 51);
}

.word-bar {
  border-bottom: 1px #999 solid;
}

.word-bar-container {
  width: 1400px;
  margin: 0 auto;
}

.word-bar-word-nav {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
}

.word-bar-word-nav-char {
  width: 38px;
  height: 38px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #9c9c9c;
}

.word-bar-word-nav-char:hover {
  background-color: #c00;
  color: #fff;
}
