.container {
  background-color: #d3ffcd;
}
.container .top {
  padding: 0.48rem 0.36rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .top .top-left {
  display: flex;
  align-items: flex-end;
}
.container .top .top-left .month {
  font-size: 0.48rem;
  font-weight: bold;
  margin-right: 0.1rem;
}
.container .top .top-left .en-month {
  font-size: 0.24rem;
}
.container .top .top-right {
  display: flex;
}
.container .top .top-right .dot {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background-color: #2fb76f;
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .top .top-right .dot img {
  width: 0.4rem;
}
.container .box {
  background-color: #fff;
  box-shadow: 0 2px 17px 0 rgba(115, 115, 115, 0.5);
  border-radius: 0.45rem 0.45rem 0 0;
  padding: 0 0.32rem 0.4rem;
  min-height: calc(100vh - 2rem);
  font-size: 0;
}
.container .box .flower {
  width: calc(50% - 0.13rem);
  display: inline-block;
  height: 3.1rem;
  margin-top: 0.32rem;
}
.container .box .flower:nth-child(odd) {
  margin-right: 0.26rem;
}
.container .box .flower img {
  width: 100%;
  height: 2.25rem;
  border-radius: 0.16rem 0.16rem 0 0;
}
.container .box .flower span {
  display: inline-block;
  width: calc(100% - 2px);
  height: 0.85rem;
  line-height: 0.85rem;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0 0 0.16rem 0.16rem;
  font-size: 0.28rem;
  text-align: center;
}
