.agreement {
  margin-top: 16px;
}
.agreement > .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #181818;
}
.agreement > .content {
  border: 1px solid #e0e0e0;
  border-top: none;
  padding: 16px;
  color: #181818;
  line-height: 180%;
}
