
/* 基础样式设置 */
a{
  text-decoration: none;
  color: #000;
}
ul li{
  list-style: none; 
}
* {
  margin: 0;
  padding: 0;

}
body{
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  height: 90vh;
  position: relative;
}
.logo{
  width: 120px;
  margin-top: 30px;
  margin-left: 6%;
}
.phbox{
  position: absolute;
  bottom: -10px;
  left: 6%;
  width: 40%;
}
.erbox{
  width: 34%;
  position: absolute;
  bottom: 26%;
  right: 27.5%;
  text-align: center;
  font-size: 20px;
}
.text{
  text-align: right;
  position: absolute;
  right: 10%;
  width: 50%;
  top: 40%;
}
.text h1{
  font-size: 46px;
  margin-bottom: 30px;
  letter-spacing: 4px;
  font-family: '黑体';
  background: -webkit-linear-gradient(#fcfcfe, #8b84cc 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.text  p{
  font-size: 22px;
  line-height: 2;
  color: #fcfcfe;
  letter-spacing: 4px;
}
.footer{
  text-align: center;
  position: absolute;
  bottom: -40px;
  background-color: #fff;
  height:80px;
  line-height: 40px;
  width: 100%;
  left: 0;
}