body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.jiechi {
	font-size: 0.42rem;
	line-height: 0.8rem;
	width: 100%;
	margin: 0 auto;
	display: block;
	color: #333;
	overflow: hidden;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	min-height: 100vh;
	text-align: center;
	padding-top: 3.5rem;
	box-sizing: border-box;
}

.jiechi .banner {
	padding: 0 0.5rem;
}

.jiechi .banner img {
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 0.25rem;
	margin: 0 auto 0.4rem;
	display: block;
	box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.3);
}

.jiechi .banner h1 {
	font-size: 0.7rem;
	color: #fff;
	font-weight: normal;
	margin-bottom: 0.15rem;
}

.jiechi .banner p {
	font-size: 0.35rem;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 1.2rem;
}

.jiechi .download-btn {
	display: block;
	width: 80%;
	margin: 0 auto;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 0.45rem;
	color: #333;
	text-decoration: none;
	border-radius: 0.6rem;
	background-image: linear-gradient(to top, rgb(255, 159, 10), rgb(252, 185, 41));
	box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
}

.jiechi a {
	font-size: 0.4rem;
	line-height: 1rem;
	text-transform: none;
	color: #073eda
}

.jieshao {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: -0.24rem;
}

.baiba img {
	width: 100%;
	height: 100%;
	margin-left: -8%
}

.jieshao img {
	width: 100%;
	height: 100%;
}
