@charset "utf-8";
/* CSS Document */

/* reset */
body, h1, p {
  margin: 0px;
}
/* page */
html, body {
  height: 100%;
}
.container {
  position: relative;
  height: 100%;
  background: url("https://tu.yuantuxiang.com/xiezi/caotuo.com.bg.jpg") no-repeat center / 100% 100%;
}
.title {
  position: absolute;
  left: 0px;
  top: 43.33%;
  width: 100%;
  text-align: center;
}
.title h1 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1.5px;
}
.title p {
  opacity: 0.7;
  font-size: 23px;
  color: #fff;
  letter-spacing: 0.86px;
}
.copyright {
  position: absolute;
  left: 0px;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-weight:bold;
}
.copyright span {
  padding-right: 10px;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
}
.copyright a {
  font-size: 14px;
  color: #cc0000;
  letter-spacing: 0;
  text-decoration: none;
}
