.banner {
	position: relative;
	height: 5.2rem;
	/* overflow: hidden; */
}

.banner img {
	display: block;
	width: 100%;
	height: 100%;
}

.main {
	background: #f7f9fc;
	padding-bottom: 0.3rem;
}

.banner-content {
	position: absolute;
	top: 0.9rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.banner-content h2 {
	font-size: 0.35rem;
}

.download-name {
	position: relative;
	line-height: 0.55rem;
}

.banner-content h1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 0.43rem;
	line-height: inherit;
}

.download-name p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: rgba(36, 66, 130, 0.15);
	font-size: 0.4rem;
}

.pics-container {
	position: relative;
	width: 10.1rem;
	/* margin: -220px auto 0 516px; */
	/* margin: -2.2rem auto 0 4.8rem; */
	margin: -2.2rem auto 0;
	text-align: center;
	z-index: 5;
}

.pics-container .phone-pic {
	display: inline-block;
	/* width: 3.61rem; */
	/* height: 4.33rem; */
	width: 1.81rem;
	height: 3.64rem;
	margin-right: .4rem;
	background: url(../image/home/p-phone-icon.png) no-repeat center/cover;
}

.notebook-icon {
	position: relative;
	/* position: absolute; */
	display: inline-block;
	/* top: 0.1rem;
	right: 0.42rem; */
	width: 6.63rem;
	height: 3.64rem;
	background: url(../image/download/notebook-icon.png) no-repeat center/cover;
}

.notebook-icon .pc-tips {
	position: absolute;
	display: inline-block;
	top: 0.32rem;
	right: 0;
	left: 0;
	width: 5.28rem;
	height: 2.83rem;
	margin: 0 auto;
	background: url(../image/download/pc-pic-code3.png?v=002) no-repeat center/cover;
}

.download-container {
	position: relative;
	width: 10.08rem;
	height: 1.6rem;
	margin: .95rem auto 0;
	background-color: rgb(255, 255, 255);
	border-radius: 0.06rem;
	box-shadow: 0px 0px 0.1rem 0px rgba(182, 198, 222, 0.1);
}

.download-container:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 0.02rem;
	height: 0.6rem;
	margin: -0.3rem auto 0;
	background: #ebebeb;
}

.phone-container,
.pc-container {
	display: inline-block;
	width: 5.01rem;
	line-height: 1.6rem;
	text-align: center;
	font-size: 0.22rem;
	color: #313336;
	vertical-align: middle;
}

.phone-container-name {
	display: inline-block;
	line-height: 1;
	text-align: left;
	vertical-align: middle;
}

.phone-container-name .version {
	margin-top: 0.08rem;
	font-size: 0.14rem;
	color: #9a9a9a;
}

.phone-container > span,
.pc-container > span {
	display: inline-block;
	vertical-align: middle;
}

.phone-icon {
	width: 0.28rem;
	height: 0.39rem;
	margin-right: 0.16rem;
	background: url(../image/download/phone-icon.png) no-repeat center/cover;
}

.phone-container .phone-btn,
.pc-container .pc-btn {
	display: inline-block;
	width: 2.12rem;
	height: 0.48rem;
	line-height: 0.48rem;
	margin-left: 0.16rem;
	font-size: 0.18rem;
	color: #fff;
	background: #2f7af9;
	border-radius: 0.06rem;
	cursor: pointer;
	vertical-align: middle;
}

.phone-container .phone-btn .scan-icon {
	display: inline-block;
	width: 0.25rem;
	height: 0.25rem;
	margin-left: 0.1rem;
	margin-bottom: 0.04rem;
	background: url(../image/download/scan-icon.png) no-repeat center/cover;
	vertical-align: middle;
}

.pc-icon {
	width: 0.46rem;
	height: 0.39rem;
	margin-right: 0.16rem;
	background: url(../image/download/pc-icon.png) no-repeat center/cover;
}

.pc-container .pc-btn .pc-download-icon {
	display: inline-block;
	width: 0.25rem;
	height: 0.21rem;
	margin-left: 0.1rem;
	margin-bottom: 0.08rem;
	background: url(../image/download/download-icon.png) no-repeat center/cover;
	vertical-align: middle;
}

.download-tips {
	width: 3.1rem;
	height: 0.28rem;
	line-height: 0.28rem;
	margin: 0.4rem auto 2.2rem;
	font-size: 0.14rem;
	text-align: center;
	color: #2979ff;
	background: #e9efff;
	border-radius: 0.14rem;
}

.qrcode-container {
	display: none;
	position: absolute;
	bottom: 1.1rem;
	left: 2.6rem;
	padding: 0.1rem;
	width: 1.7rem;
	background: #fff;
	color: #2979ff;
	text-align: center;
	border: 0.01rem solid rgb(238, 238, 238);
	border-radius: 0.04rem;
	z-index: 10;
}
