.java .module-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.5rem;
  color: #1B1B1B;
}
.java .module-title .hot {
  color: #177FF1;
}
.java .seek-btn {
  margin-top: 0.31rem;
  display: flex;
  justify-content: center;
}
.java .seek-btn span {
  position: relative;
  box-sizing: border-box;
  width: 4.33rem;
  height: 0.71rem;
  line-height: 0.71rem;
  background: url('../images/m-button.png') no-repeat center center;
  background-size: cover;
  font-family: MiSans;
  font-weight: 600;
  font-size: 0.26rem;
  color: #FFFFFF;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.04rem;
}
