*{
	padding: 0;
	margin: 0;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
body{
	min-width: 12rem;
}
/* footer */
.footer{
	position: relative;
	width: 100%;
	background-color: #444;
	text-align: center;
}
.footer > p{
	width: 100%;
	/* height: 60px;
	line-height: 60px;
	font-size: 18px; */
	height: .6rem;
	line-height: .6rem;
	font-size: .18rem;
	background-color: #000;
	color: #fff;
	text-align: center;
}
.footer-content{
	/* padding-top: 120px;
	padding-bottom: 100px; */
	padding-top: 1.2rem;
	padding-bottom: 1rem;
	display: inline-block;
	overflow: hidden;
}
.footer-content > img{
	float: left;
	/* width: 170px;
	height: 170px; */
	width: 1.7rem;
	height: 1.7rem;
}
.app-img{
	display: inline-block;
	float: left;
	/* margin-left: 65px; */
}
.app-img > img{
	/* width: 170px;
	height: 170px; */
	width: 1.7rem;
	height: 1.7rem;
}
.app-img > p{
	color: #fff;
	/* font-size: 20px;
	letter-spacing: 8px;
	margin-top: 10px; */
	font-size: .2rem;
	letter-spacing: .08rem;
	margin-top: .1rem;
}
.footer-line{
	display: inline-block;
	float: left;
	/* width: 2px;
	height: 200px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: -14px; */
	width: .02rem;
	height: 2rem;
	margin-left: .3rem;
	margin-right: .3rem;
	margin-top: -.14rem;
	background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.8), rgba(255,255,255,.1));
}
.introduce{
	position: relative;
	/* width: 286px;
	height: 210px; */
	width: 2.86rem;
	height: 2.1rem;
	float: left;
}
.introduce > p{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	/* width: 286px;
	font-size: 20px;
	line-height: 24px; */
	width: 2.86rem;
	font-size: .2rem;
	line-height: .24rem;
	color: #fff;
}