@import "~antd/lib/style/themes/default.less";

.cont{
  display: flex;
  justify-content: center;
  align-items: center;
  height: ~'calc(100vh - 90px)';
  overflow: hidden;
}
.box{
  display: flex;
  width: 800px;
  position: relative;
}
.wel{
  width: 480px;
  height: 481px;
}
.welcome{
  position: absolute;
  font-size: 48px;
  left: 600px;
  top:205px;
  color: #545456;
  letter-spacing: 0;
  line-height: 48px;
}

.sys{
  position: absolute;
  left: 600px;
  top:275px;
  font-size: 24px;
  color: #8A8B8D;
  letter-spacing: 0;
  line-height: 24px;
}
