@import "./iconfont.css";
@import "./mobile.css";
@import "./pc.css";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: 100%;
}

.link {
  color: #1890ff;
  text-decoration: underline;
  cursor: pointer;
}