.topView {
	height: 1.77rem;
	background: url('../assets/image/tradeTopBg.png') center center no-repeat;
	background-size: 100% 1.77rem;

	.bg {
		/*width: 100%;*/
		/*height: 7.70rem;*/
		/*background: linear-gradient(269deg, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.67) 100%);*/


		.WelcomeToVoidMetrix {
			padding: 0.78rem 0 0 0.63rem;

			.title {
				font-family: MiSans, MiSans;
				font-weight: 700;
				font-size: 0.16rem;
				color: #FFFFFF;
				line-height: 0.21rem;

			}


		}
	}
}

.M-170 {
	margin-top: -0.1rem;
	padding-top: 0.48rem;
	background: #EFF0FB;
	border-top-left-radius: 0.1rem;
	border-top-right-radius: 0.1rem;

	.content {
		padding: 0 0.2rem;

		.tradeData {
			display: flex;
			margin-bottom: 0.34rem;

			.item_3 {
				flex: 1;
				/*margin-bottom: 0.34rem;*/


				.number {
					font-family: MiSans, MiSans;
					font-weight: 800;
					font-size: 0.16rem;
					color: #081392;
					line-height: 0.21rem;
					text-align: center;
					margin-bottom: 0.04rem;

					span {
						font-size: 0.16rem;
					}
				}

				.title {
					font-family: PingFang-Medium;
					font-weight: 500;
					font-size: 0.12rem;
					color: #000000;
					line-height: 0.16rem;
					text-align: center;

				}
			}
			.item_2 {
				flex: 1;

			.number {
				font-family: MiSans, MiSans;
				font-weight: 800;
				font-size: 0.16rem;
				color: #081392;
				line-height: 0.21rem;
				text-align: center;
				margin-bottom: 0.04rem;
			}

			.title {
				font-family: PingFang-Medium;
				font-weight: 500;
				font-size: 0.12rem;
				color: #000000;
				line-height: 0.16rem;
				text-align: center;

			}
			}
		}

		.title {
			font-family: MiSans, MiSans;
			font-weight: 800;
			font-size: 0.16rem;
			color: #081392;
			line-height: 0.21rem;
			margin-bottom: 0.1rem;
		}

		.lineView {
			display: flex;
			justify-content: center;
			align-items: center;
			margin-bottom: 0.1rem;

			.dot {
				float: left;
				width: 0.04rem;
				height: 0.04rem;
				background: #081392;
				border-radius: 50%;
			}

			.line {
				flex: 1;
				height: 1px;
				background: #081392;
			}
		}

		.p {

			font-family: PingFang-Medium;
			font-weight: 400;
			font-size: 0.14rem;
			color: #333333;
			line-height: 0.18rem;
			margin-bottom: 0.16rem;
		}

		.img {
			width: 100%;
			height: 1.5rem;
			margin: 0 auto .38rem;


			img {
				width: 100%;
				height: 1.5rem;

			}
		}

		.pageTitle {
			font-family: MiSans, MiSans;
			font-weight: 800;
			font-size: 0.16rem;
			color: #081392;
			line-height: 0.21rem;
			text-align: left;
			margin-bottom: 0.38rem;
		}

		.pageView {
			/*margin-bottom: 1rem;*/

			.item {
				margin-bottom: 0.38rem;

				.left,
				.right {


					.p {
						font-family: PingFang-Regular;
						font-weight: 400;
						font-size: 0.14rem;
						color: rgba(51, 51, 51, 0.7);
						line-height: 0.18rem;
						text-align: left;
						margin-bottom: 0.12rem;
					}

					.list {
						.item {
							display: flex;
							margin-bottom: 0.2rem;

							.dotView {
								float: left;
								width: 0.17rem;
								height: 0.18rem;
								display: flex;
								justify-content: center;
								align-items: center;

								.dot {
									width: 0.06rem;
									height: 0.06rem;
									padding: 0.02rem;
									background: rgba(8, 19, 146, 0.2);
									border-radius: 0.05rem;

									.d {
										width: 0.06rem;
										height: 0.06rem;
										background: #081392;
										border-radius: 0.03rem;
									}
								}
							}

							.r {
								flex: 1;
								padding-left: 0.08rem;
								font-family: PingFang-Medium;
								font-weight: 500;
								font-size: 0.14rem;
								color: rgba(51, 51, 51, 0.9);
								line-height: 0.18rem;

							}
						}


					}


				}

			}


		}


	}

	.pageMessage {
		padding: 0.34rem 0.15rem 0.56rem;
		background: #D9DCFF;
		.title {
			font-family: MiSans, MiSans;
			font-weight: 800;
			font-size: 0.16rem;
			color: #081392;
			line-height: 0.25rem;
			text-align: left;
			margin-bottom: 0.26rem;


		}

		.list {
			.item {

				margin-bottom: 0.38rem;

				.ti {
					font-family: MiSans, MiSans;
					font-weight: 800;
					font-size: 0.16rem;
					color: #081392;
					line-height: 0.21rem;
					margin-bottom: 0.18rem;
				}

				.p {
					font-family: PingFang-Regular;
					font-weight: 400;
					font-size: 0.14rem;
					color: #333333;
					line-height: 0.18rem;
				}
			}
		}
	}


}