.code-container {
  display: flex;
  flex-direction: column;
  margin-bottom: .16rem;
  flex-shrink: 0;
}

.code-title {
  width: 9.03rem;
  font-size: 0.24rem;
  color: #294391;
  margin-bottom: 0.24rem;
  font-family: GameFont;
}

.code-content {
  color: #294391;
  background: rgba(73, 103, 191, 0.1);
  width: 9.03rem;
  height: 0.48rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.16rem;
  box-sizing: border-box;
  font-family: gamefontyahei;
  text-align: center;
}