/* @import url("./font.css"); */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.free-box {
  background: url("/img/nen.jpg") no-repeat center/100% 100%;
  padding: 0.05rem 0.05rem 0.2rem 0.05rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
.green-title {
  weight: 100%;
  background-color: #4caf50;
  color: green;
  font-size: 0.5rem;
  text-align: center;
  border-radius: 0.25rem 0.25rem 0 0;
  font-family: '"Microsoft YaHei", Helvetica, sans-serif';
  font-weight: bold;
  background: linear-gradient(to bottom, #f5423e, #eae1d8, #eae1d8);
}
.container {
  display: flex;
  font-size: 0.7rem;
  height: 0.9rem;
  line-height: 0.9rem;
  gap: 0.1rem;
  justify-content: space-between;
  border-bottom: 0.01rem solid rgb(218, 197, 197);
  width: 100%;
}
.container > div {
  justify-content: center;
  align-items: center;
}
.content {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 0.68rem;
  padding: 0 0.2rem 0 0.2rem;
  border: 0.01rem solid rgb(218, 197, 197);
  border-top: none;
  border-bottom: none;
  border-radius: 0.05rem;
  font-family: serif;
  width: 62%;
  text-align: center;
  font-weight: 700;
}
.content.nine_xiao {
  font-family: cursive;
  font-weight: 300;
}
.content .item-name {
  font-size: 0.5rem;
  height: 0.9rem;
  line-height: 0.9rem;
  vertical-align: top;
  font-weight: 400;
}

.title {
  width: 17%;
  background: url("/img/thedo.png") no-repeat center/100% 100%;
  font-size: 0.4rem;
  padding-left: 0.5rem;
  color: #fff;
  font-weight: 700;
  text-shadow: 0.01rem 0.01rem 0.01rem #000, -0.01rem -0.01rem 0.01rem #000,
    -0.01rem 0.01rem 0.01rem #000, 0.01rem -0.01rem 0.01rem #000;
}
.title,
.lottery {
  /* flex: 0 0 2rem; */
}
.lottery {
  width: 20%;
  font-size: 0.45rem;
  /* text-align: center; */
  color: #6a261b;
  font-weight: 400;
}
.footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.five-element {
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
  text-shadow: 0.01rem 0.01rem 0.01rem #fff, -0.01rem -0.01rem 0.01rem #000,
    -0.01rem 0.01rem 0.01rem #ccc, 0.01rem -0.01rem 0.01rem #000;
}
