.pageContent {
	padding: 2.08rem 1.6rem 0;
	display: flex;

	.left {
		flex: 1;
		padding-top: 1rem;

		.pageTitleView {
			color: #171717;
			font-family: "SF Pro Display";
			font-size: 1.2rem;
			font-style: normal;
			font-weight: 700;
			line-height: 1.32rem;
			text-transform: uppercase;
			margin-bottom: 0.36rem;
		}

		p {
			width: 6.5rem;
			color: #5C6269;
			font-family: "SF Pro Display";
			font-size: 0.24rem;
			font-style: normal;
			font-weight: 400;
			line-height: 0.36rem;
			margin-bottom: 0.9rem;
		}

		.pageDownLoadView {
			.view {
				cursor: pointer;
				float: left;
				margin-right: 0.36rem;
				width: 2.9rem;
				height: 0.75rem;
				background-color: #232A31;
				border-radius: 0.08rem;
				color: #ffffff;
				display: flex;

				.iconView {
					float: left;
					width: 0.65rem;
					height: 0.75rem;
					display: flex;
					justify-content: center;
					align-items: center;

					.icon {}
				}

				.right {
					flex: 1;
					padding-top: 0.1rem;
					height: 0.65rem;

					.title {
						color: #FFF;
						font-family: "SF Pro Light";
						font-size: 0.16rem;
						font-style: normal;
						font-weight: 300;
						line-height: 0.16rem;
					}

					.name {
						color: #FFF;
						font-family: "SF Pro Display";
						font-size: 0.28rem;
						font-style: normal;
						font-weight: 500;
						line-height: 0.35rem;

					}
				}


			}
		}

	}

	.right {
		float: right;
		width: 4.33rem;
		height: 7.33rem;
		box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.20);

		.icon {
			width: 4.33rem;
			height: 7.33rem;
		}

	}
}