.pageContent {

	.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;
		}

	}

	.fromView {
		padding: 2.14rem 1.6rem 1.26rem 2rem;
		display: flex;

		.left {
			float: left;
			width: 8.98rem;

			.logo {

				width: 3.46rem;
				height: 0.85rem;
				margin-bottom: 0.5rem;
			}

			.item {
				display: flex;
				margin-bottom: 0.36rem;

				.iconView {
					float: left;
					width: 0.48rem;
					height: 0.48rem;

					.icon {
						width: 0.48rem;
						height: 0.48rem;
					}
				}

				.text {
					flex: 1;
					padding-left: 0.15rem;
					line-height: 0.48rem;
					color: #5B636A;
					font-family: "SF Pro Light";
					font-size: 0.24rem;
					font-style: normal;
					font-weight: 500;

				}
			}

			.IconViews {
				margin-top: 1rem;
				position: relative;
				width: 100%;
				height: 10rem;

				.icon0 {
					width: 7.06rem;
					height: 5.48rem;
				}

				.icon1 {
					width: 1.87rem;
					height: 2.06rem;
					position: absolute;
					left: -0.3rem;
					top: 4.86rem;
				}

				.icon2 {
					width: 2.68rem;
					height: 2.2rem;
					position: absolute;
					left: 5.55rem;
					top: 6.68rem;
				}

			}

		}

		.right {
			flex: 1;
			padding-top: 0.2rem;

			.item {
				margin-bottom: 0.4rem;

				.itemTitle {
					color: #171717;
					font-family: "SF Pro Display";
					font-size: 0.35rem;
					font-style: normal;
					font-weight: 600;
					line-height: 0.42rem;
					margin-bottom: 0.24rem;

					.dot {
						color: #7E1FFF;

					}

				}

				.from {
					height: 0.66rem;
					border-radius: 0.12rem;
					background: #F9FAFB;
					position: relative;

					.inp {
						position: absolute;
						top: 0;
						left: 0.2rem;
						right: 0.2rem;
						bottom: 0;
						margin: 0;
						padding: 0;
						border: 0;
						background: rgba(0, 0, 0, 0);
						height: 0.66rem;
						line-height: 0.66rem;
						color: #515151;
						font-family: Poppins;
						font-size: 0.24rem;
						font-style: normal;
						font-weight: 400;
						outline: none;
					}

					#textarea {
						height: 1.84rem;
						position: absolute;
						top: 0.1rem;
						left: 0.2rem;
						right: 0.2rem;
						bottom: 0.1rem;
						margin: 0;
						padding: 0;
						border: 0;
						outline: none;
						background: rgba(0, 0, 0, 0);
						font-size: 0.24rem;
					}
				}
			}

			.btnView {
				display: flex;
				justify-content: right;

			}

			.btnView .btn {
				width: 2.6rem;
				height: 0.75rem;
				text-align: center;
				line-height: 0.75rem;
				border-radius: 0.375rem;
				background: #171717;
				color: #FFF;
				text-align: center;
				font-family: Inter;
				font-size: 0.24rem;
				font-style: normal;
				font-weight: 600;
				cursor: pointer;
				font-family: "SF Pro Display";


			}

		}



	}
}

.props {
	width: 6rem;
	height: 1rem;
	line-height: 1rem;
	color: #fff;
	border-radius: 0.2rem;
	background: #171717;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -0.5rem 0 0 -3rem;
	font-size: 0.32rem;
	color: #FFF;
	text-align: center;
	font-family: "SF Pro Display";
	display: none;


}