.mobile {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center; /* 水平居中 */
  /*  align-items: center; /* 垂直居中 */
}

.container {
  width: 90%;
  height: auto;
  .title{
    font-size: 20px;
  }
  .section-title{
    font-size: 18px;
  }
}
