.column1 span {
  display: block;
  overflow: hidden; }

.column2 {
  display: flex;
  justify-content: center;
  margin-top: 0.7rem; }
  .column2 span {
    width: 5.7rem; }

.column3 {
  width: 5.7rem;
  margin: 0.2rem auto 0; }
  .column3 ul li {
    margin-top: 0.5rem; }
    .column3 ul li div {
      display: flex;
      align-items: center;
      color: #333333; }
      .column3 ul li div em {
        width: 0.24rem;
        overflow: hidden;
        margin-right: 0.1rem; }
      .column3 ul li div span {
        font-size: 0.32rem; }
    .column3 ul li p {
      padding: 0.1rem 0;
      font-size: 0.26rem; }
    .column3 ul li b {
      display: block;
      width: 3.42rem;
      height: 2px;
      background-color: rgb(97, 98, 162); }
  .column3 .more, .column3 .end {
    display: flex;
    height: 1rem;
    align-items: center;
    justify-content: center; }
    .column3 .more p, .column3 .end p {
      font-size: 0.26rem;
      color: #343434;
      padding-right: 0.1rem; }
    .column3 .more span, .column3 .end span {
      overflow: hidden;
      width: 0.3rem; }
  .column3 .end {
    display: none; }

/*# sourceMappingURL=serve.css.map */
