*{
	padding: 0;
	margin: 0;
}
.wrap{
	width: 1200px;
	margin: auto;
}
ul li{
	list-style: none;
}
a{
text-decoration: none;
}
@media screen and (max-width: 768px) {
	.wrap {
	      width: 100%;
		 
	  }
	  body,
	  html {
	    margin: 0 auto;
	    max-width: 750px;
	    overflow-x: hidden;
	    background: #fff;
	    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	    -webkit-tap-highlight-color: transparent;
	    background: #fff;
	  }
	  .footer1 ul:nth-child(1){
		  display: none;
	  }
	  .footer2{
		  flex-direction: column;margin: auto;
		  line-height: 2em;
		  padding-top:1rem;
	  }
	  .footer-box{
		  width: 64%;
	  }
	  .footer1 ul:nth-child(2) li{
		  /* font-size: 0.7rem; */
		  padding-left: 0.3rem;
	  }
	  .footer2 ul:nth-child(1) li:nth-child(2){
		  
		      /* font-size: 0.1rem; */
	  }
	  .footer2 ul:nth-child(2) li:nth-child(2){
		  /* font-size: 0.1rem; */
	  }
	  .footer2 ul:nth-child(1){
		 
	  }
	  .footer2 ul:nth-child(2){
		   
	  }
	 .footer1 ul{
		 width: 100%;
	 }
	 .footer-right img{
		 width: 100%;
	 }

}