.topView {
    width: 100%;
    height: 2.1rem;
    background: url('../assets/image/aboutBg.png') center center no-repeat;
    background-size: 100% 2.1rem;
}

.topView .bg {
    width: 100%;
    height: 2.1rem;
    background: linear-gradient(269deg, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.67) 100%);

}

.topView .bg .WelcomeToVoidMetrix {
    padding: 0.6rem 0.05rem 0 0.26rem;
}

.topView .bg .WelcomeToVoidMetrix .title {
    font-family: MiSans, MiSans;
    font-weight: 800;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.21rem;
    margin-bottom: 0.12rem;
}

.topView .bg .WelcomeToVoidMetrix .p {
    font-family: PingFang-Medium;
    font-weight: 400;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 0.16rem;
    text-align: left;

}

.M-170 {
    margin-top: -0.1rem;
    padding-top: 0.45rem;
    background: #EFF0FB;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
}

.content {

}

.M-170 .content .item {
    padding: 0 0.15rem;
}

.M-170 .content .item .title {
    color: #081392;
    font-family: MiSans;
    font-size: 0.16rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.21rem;
    margin-bottom: 0.04rem;
}

.M-170 .content .item .lineView {
    display: flex;
    margin-bottom: 0.08rem;
}

.M-170 .content .item .lineView .dot {
    width: 0.04rem;
    height: 0.04rem;
    float: left;
    background: #081392;
    border-radius: 50%;
}

.M-170 .content .item .lineView .line {
    flex: 1;
    height: 1px;
    background: #081392;
    margin-top: 0.02rem;
}

.M-170 .content .item p {
    color: rgba(51, 51, 51, 0.7);
    font-family: "PingFang SC";
    font-size: 0.14rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.18rem; /* 128.571% */
    margin-bottom: 0.38rem;
}

.M-170 .content .item img {
    width: 100%;
    /*height: 1.94rem;*/
    margin-bottom: 0.38rem;
}

.M-170 .content .FutureOutlook {
    background: #D9DCFF;
    padding: 0.27rem 0.15rem 0.25rem;
}

.M-170 .content .FutureOutlook .title {
    color: #081392;
    font-family: MiSans;
    font-size: 0.16rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.34rem;
    margin-bottom: 0.13rem;
}

.M-170 .content .FutureOutlook p {
    color: rgba(51, 51, 51, 0.9);
    font-size: 0.14rem;
    line-height: 0.18rem;
    padding-bottom: 0.2rem;
}
