
/* @import url('../font/iconfont.css'); */
html{
  width: 100%;
  height: 100%;
}
body{
  width: 1200px;
  height: 100%;
  user-select: none;
  background-color: pink;
}
h2{
  color: red;
}

.lyq{
  display: inline-block;
  width: 20px;
  height: 20px;
  color: red;
}