.container {
  position: relative;
  align-self: center;
  justify-content: space-between;
  padding: 0.93333333rem 0.4rem 0.26666667rem;
  font-size: 0.32rem;
  color: #999999;
  width: 100%;
}
.container .title {
  font-size: 0.4rem;
  color: #333333;
  margin-bottom: 0.26666667rem;
  font-weight: bold;
}
.container .info {
  margin-top: 0.13333333rem;
  line-height: 0.53333333rem;
}
.content {
  position: relative;
  align-self: center;
  justify-content: space-between;
  padding: 0.53333333rem 0.4rem 0.26666667rem;
  margin-top: 0.46666667rem;
  font-size: 0.32rem;
  background: #ffffff;
  color: #999999;
  width: 100%;
}
.content .title {
  margin-bottom: 0.50666667rem;
  color: #666666;
}
.content .info {
  line-height: 0.53333333rem;
}
