.helpTopView {
	width: 100%;
	height: 7.38rem;
	background: url(../assets/images/helpTopBg.png) top center no-repeat;
	background-size: 19.2rem 7.38rem;

	.content {
		background: rgba(0, 0, 0, 0.7);
		height: 7.38rem;
		line-height: 7.38rem;
		text-align: center;
		color: #FFF;
		font-family: "SF Pro Display";
		font-size: 1.2rem;
		font-style: normal;
		font-weight: 700;
		text-transform: uppercase;
	}

}

.helpList {
	padding: 0.76rem 1.42rem;
	margin: 0.65rem 0;

	.list {
		padding: 0 0.18rem;

		.linkView {
			width: 33.33%;
			float: left;
			margin-bottom: 0.36rem;

			.link {
				padding: 0.6rem 0 0.5rem;
				margin: 0 0.09rem;
				display: block;
				border-radius: 0.42rem;
				background: #F9FAFB;



				.title {
					color: #171717;
					text-align: center;
					font-family: "SF Pro Display";
					font-size: 0.36rem;
					font-style: normal;
					font-weight: 700;
					line-height: 0.54rem;
					height: 1.08rem;

				}

				.icon {
					width: 3rem;
					height: 3rem;
					margin: 0 auto;
					display: block;
				}
			}
		}

	}
}