.empty_page {
  background: #fff;
  text-align: center;
  padding: 120px 0;
  line-height: 1.5;
  img {
    width: 340px;
    height: 180px;
  }
  .title {
    font-size: 18px;
    color: #30344f;
    margin-top: 40px;
  }
  .des {
    width: 420px;
    font-size: 14px;
    color: #7e849c;
    margin: 16px auto 0;
  }
  .btn {
    margin-top: 32px;
  }
}
