  .topView {
  	width: 100%;
  	height: 2rem;
  	background: url('../assets/image/insightsTopBg.png') center center no-repeat;
  	background-size: 100% 2rem;

  	.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.7rem 0 0 0.63rem;

  			.title {
  				font-family: MiSans, MiSans;
  				font-weight: 800;
  				font-size: 0.16rem;
  				color: #FFFFFF;
  				line-height: 0.21rem;

  			}


  		}
  	}
  }

  .M-170 {
  	margin-top: -0.1rem;
  	padding-top: 0.4rem;
  	background: #EFF0FB;
  	border-top-left-radius: 0.1rem;
  	border-top-right-radius: 0.1rem;

  	.content {
  		padding: 0 0.15rem;

  		.title {
  			font-family: MiSans, MiSans;
  			font-weight: 800;
  			font-size: 0.18rem;
  			color: #081392;
  			line-height: 0.24rem;
  			text-align: center;
  			margin-bottom: 0.2rem;
  		}


  		.pageView {
  			width: 100%;
			/*height: 8.2rem;  			*/

  			.itemView {
  				width: 50%;
  				float: left;
  				margin-bottom: 0.15rem;

  				.item {
  					width: 1.65rem;
  					/*height: 1.52rem;*/
  					background: #2D37AF;
  					border-radius: 0.1rem;
  					overflow: hidden;
  					cursor: pointer;

  					img {
  						width: 1.65rem;
  						height: 1rem;

  					}

  					.title {
  						padding: 0.07rem 0.06rem 0;
  						height: 0.28rem;
  						font-weight: 800;
  						font-size: 0.12rem;
  						color: #FFFFFF;
  						text-align: left;
  						line-height: 0.14rem;
  						overflow: hidden;
  						text-overflow: ellipsis;
  						display: -webkit-box;
  						-webkit-line-clamp: 2;
  						-webkit-box-orient: vertical;
  						margin-bottom: 0.04rem;

  					}

  					.time {

  						padding: 0 0.06rem;
  						font-family: PingFang-Regular;
  						font-weight: 400;
  						font-size: 0.1rem;
  						color: rgba(255, 255, 255, 0.7);
  						line-height: 0.16rem;

  					}
  				}
  			}


  		}


  	}


  }
  .pagingView {
	  padding: 0.2rem 0 0.2rem;
	  height: 0.2rem;
	  display: flex;
	  justify-content: center;
	  align-content: center;

  }

  .pagingView .left {
	  float: left;
	  width: 0.2rem;
	  height: 0.2rem;
	  cursor: pointer;
  }

  .pagingView .left img {
	  width: 0.2rem;
	  height: 0.2rem;
  }


  .pagingView .numContent {
	  display: flex;
	  padding: 0 0.05rem ;
  }

  .pagingView .numContent .itemView {
	  flex: 1;
	  display: flex;
	  justify-content: center;
	  align-content: center;
  }

  .pagingView .numContent .itemView .page {

	  color: #2D37AF;
	  font-size: 0.16rem;
	  font-weight: 400;
	  line-height: 0.2rem;
	  padding: 0 0.05rem;
	  cursor: pointer;
  }
  .pagingView .numContent .itemView .pageActive {

	  color: #000;
	  font-size: 0.16rem;
	  font-weight: 400;
	  line-height: 0.2rem;
	  padding: 0 0.17rem;
  }


  .pagingView .right {
	  float: right;
	  width: 0.2rem;
	  height: 0.2rem;
	  flex-shrink: 0;
  }

  .pagingView .right img {
	  width: 0.2rem;
	  height: 0.2rem;
	  cursor: pointer;


  }