  .topView {
  	width: 100%;
  	height: 1.63rem;
  	background: url(../assets/image/researchTopBg.png) center center no-repeat;
  	background-size: 100% 1.63rem;

  	.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.6rem 0 0 0.9rem;

  			.title {
  				font-family: MiSans, MiSans;
  				font-weight: 800;
  				font-size: 0.18rem;
  				color: #FFFFFF;
  				line-height: 0.6rem;
  			}
  		}
  	}
  }

  .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: 700;
  			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.12rem;
  			color: #333333;
  			line-height: 0.16rem;
  			margin-bottom: 0.12rem;
  		}

  		.img {
  			width: 100%;
			margin-bottom: 0.12rem;
  			img {
				width: 100%;
  			}
  		}
  	}


  }