.wx-default-content {
  top: 50px;
  left: 50px;
  height: 100%;
  width: calc(100% - 50px);
  min-width: 1100px;
  position: fixed;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.wx-default-contianer {
  width: 100%;
  height: 300px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  .iconfont {
    font-size: 28px;
    color:#f37327;
    display: inline-block;
  }
  .text {
    margin-left: 20px;
    color:#f37327;
    display: inline-block;
  }
}