* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
html {
  font-size: 100px;
  height: 100%;
}
body {
  font-size: 16px;
  
  -webkit-tap-highlight-color: transparent;
}
	

	
.middle{
	width: 1920px;
	height:1080px;
	margin: 0 auto;
	position: relative;
}
 .img1{
	width: 100%;
	height: 100%;
	position: relative;
}
.img2{
	width: 238px;
	height: 84px;
	position: absolute;
	z-index: 999;
	top: 24px;
	left: 62px;
}
.p{
	position: absolute;
	z-index: 999;
	top: 327px;
	left: 540px;
	font-size:250px;
	font-weight: 600;
	color: white;
}
.pp{
   	position: absolute;
	z-index: 999;
	top: 618px;
	left: 709px;
	font-size:60px;
	font-weight: 600;
	color: white; 
}
.button{
	width: 230px;
	height: 60px;
	background-image: url(../img/btn-1.png);
	background-size: 100%;
	border: none;
	border-radius: 8px;
	position: absolute;
	z-index: 999;
	top: 787px;
	left: 715px;
	font-size: 30px;
	color: white;
}
.button1{
	 background-color:transparent;
	            border-style:none;
				width: 230px;
	             height: 60px;
	             font-size: 30px;
				border: 1px solid #ffffff;
				border-radius: 8px;
				position: absolute;
				z-index: 999;
				top: 787px;
				left: 975px;
				color: white;
}