a {
  color: blue;
  cursor: pointer;
  text-decoration: none;
}
.width {
  width: 100%;
}
.height {
  height: 100%;
}
.w-and-h {
  width: 100%;
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  font-family: "PingFang SC";
}
* ::-webkit-scrollbar {
  /*隐藏滚轮*/
  display: none;
}
.el-message {
  font-size: 8rem;
  min-width: 20rem;
  z-index: 9999 !important;
  height: 10rem;
}
.el-message__icon {
  margin-right: 2rem;
}
.el-message__content {
  font-size: 5rem;
}

