body{
	margin: 0;
}
header{
	display: flex;
	justify-content: end;
	padding-top: 40px;
	padding-bottom: 40px;
}
nav{
	display: flex;
}
nav a{
	color: #ffffff;
	text-decoration: none;
}
nav>div{
	margin-right: 122px;
	font-size: 1.5625rem;
}
h1{
	font-size: 5rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	line-height: 70px;
}
.content{
	display: flex;
	justify-content: center;
	background: url("./imgs/hugMe/pic_yangji.png") right 0 no-repeat;
	background-size: auto 96%;
}

.logo-box{
	margin-bottom: 30px;
	display: flex;
	align-items: end;
}
.logo-box img{
	max-width: 100%;
	height: 130px;
}
.logo-box img+img{
	margin-left: 40px;
}
.img-box{
	display: flex;
	align-items: center;
	margin-top: 48px;
}
.img-box img{
	width: 100%;
}

.desc img:nth-child(3){
	max-width: 100%;
	margin-left: -9%;
	width: 81%;
}
.desc h2{
	font-size: 2rem;
	margin-bottom: 3rem;
}

.contact-box{
	margin-top: 95px;
	font-size: 1.3rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	line-height: 1.6rem;
	text-align: center;
}

.main{
	background: linear-gradient(#AD100D,#ED8D5F);
	color: #ffffff;
	background: linear-gradient(31deg, #AD100D 0%, #AD100D 0%, #ED8D5F 100%);
	min-height: 100vh;
}

.info{
	width: 85%;
}

@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;
  	margin-left: 7.5%;
  }
}

@media screen and (max-width: 900px){
  html{
  	font-size: 16px;
  }
  header{
	 justify-content: center;
	 padding-bottom: 0;
  }
  nav>div{
  	margin-right: 0;
  	margin-bottom: 20px;
  }
  nav{
	flex-direction: column;
	align-items: center;
  }
  .content{
	background: none;
  }
  .logo-box {
	margin-bottom: 20px;
  }
}