@font-face {
  font-family: 'xi';
  src: url('../font/ccp-light-webfont.woff2') format('woff2');
}

body {
  /* 滚轮固定 */
  overflow-y: hidden;

  /* 细体字体 */
  /* font-family: "Microsoft YaHei"; */
  font-family: "xi";
  height: 100vh;
}

.bg {
  position: relative;
  background-image: url("../img/shouye.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
  background-position: center center;
}

.link {
  position: absolute;
  color: black;
  text-decoration: none;
  font-size: 1em;
  padding: 0.5em;
  bottom: 0;
  right: 0;

}

.link a {
  /* 去除默认样式 */
  text-decoration: none;
  color: #6C6F49;
}

.logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
}

.logo span {
  font-size: 30px;
}