body{
	margin: 0;
}
header{
	display: flex;
	justify-content: end;
	padding-top: 40px;
	padding-bottom: 8px;
}
nav{
	display: flex;
}
nav a{
	color: #ffffff;
	text-decoration: none;
}
nav>div{
	margin-right: 122px;
	font-size: 1.5625rem;
}
h1{
	font-size: 3.125rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	/* color: #FFFFFF; */
	line-height: 70px;
}
.content{
	display: flex;
	justify-content: center;
	margin-left: 110px;
}
.info{
	
}
.logo-box{
	margin-bottom: 80px;
	display: flex;
	align-items: end;
}
.logo-box img{
	max-width: 100%;
}
.logo-box img+img{
	margin-left: 40px;
}
.img-box{
	display: flex;
	align-items: center;
	margin-top: 48px;
}
.img-box img{
	width: 100%;
}
.desc{
	margin-bottom: 80px;
}
.desc img{
	max-width: 100%;
}
.download-btn{
	display: inline-block;
	width: 570px;
	height: 9.125rem;
	background: linear-gradient(133deg, #EFA660 0%, #F1EAB9 100%);
	border-radius: 83px;
	line-height: 9.125rem;
	text-align: center;
	font-size: 3.125rem;
	text-decoration: none;
	color: #000000;
}
.contact-box{
/* 	width: 767px;
	height: 172px; */
	margin-top: 102px;
	font-size: 1.5625rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	/* color: #FFFFFF; */
	line-height: 36px;
}
.contact-box a{
	color: #00F9FF;
	text-decoration: none;
}

.main2{
	background-image: url('imgs/bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
}

.main1{
	background: linear-gradient(#AD100D,#ED8D5F);
	color: #ffffff;
}

.information a{
	margin: 20px 8%;
	text-decoration: none;
}

#company-info{
	padding: 20px 40px;
	text-align: center;
}

#company-info p{
	margin: 10px 0;
}

@media screen and (max-width: 1400px){
	header{
		padding-bottom: 80px;
	}
  .content{
	  display: flex;
	  flex-direction: column;
  }
  .info{
  	display: flex;
	flex-direction: column;
	align-items: center;
  }
}
@media screen and (max-width: 1200px){
  .content{
  	margin-left: 0;
	text-align: center;
  }
}
@media screen and (max-width: 900px){
  html{
  	font-size: 10px;
  }
  header{
	 justify-content: center;
	 padding-bottom: 0;
  }
  nav>div{
  	margin-right: 0;
	margin-bottom: 40px;
  }
  nav{
	flex-direction: column;
	align-items: center;
  }
}

@media screen and (max-width: 570px){
  .download-btn{
	  width: 100%;
  }
}