.topView {
    height: 2.42rem;
    background: url('../assets/image/teamaboutBg.png') center center no-repeat;
    background-size: 100% 2.42rem;
}

.topView .bg {
    /*width: 100%;*/
    /*height: 2.8rem;*/
    /*background: linear-gradient(269deg, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.67) 100%);*/

}

.topView .bg .WelcomeToVoidMetrix {
    padding: 0.7rem 00.3rem 0 0.35rem;
}

.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.18rem;
    text-align: left;

}

.M-170 {
    margin-top: -0.1rem;
    padding-top: 0.3rem;
    background: #EFF0FB;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
}

.M-170 .pageTitle {
    text-align: center;
    color: #081392;
    font-family: MiSans;
    font-size: 0.16rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.22rem;
}


.M-170 .content {

}

.M-170 .content .item {
    padding: 0 0.15rem;
    margin-bottom: 0.38rem;
}

.M-170 .content .item .title {
    font-weight: 800;
    font-size: 0.16rem;
    color: #081392;
    line-height: 0.2rem;
    margin-bottom: 0.04rem;
}

.M-170 .content .item .lineView {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.1rem;
}

.M-170 .content .item .lineView .dot {
    float: left;
    width: 0.09rem;
    height: 0.09rem;
    background: #081392;

    border-radius: 50%;
}

.M-170 .content .item .lineView .line {
    flex: 1;
    height: 1px;
    background: #081392;
}


.M-170 .content .item .p {
    font-weight: 400;
    font-size: 0.12rem;
    color: #333333;
    line-height: 0.16rem;
    margin-bottom: 0.12rem;

}

.M-170 .content .item .img {
    width: 100%;
    overflow: hidden;
    border-radius: 0.1rem;


}

.M-170 .content .item .img img {
    width: 100%;

}


.impactBeyond {
    height: 2.9rem;
    position: relative;
}

.impactBeyond .imp {
    position: absolute;
    width: 3.44rem;
    height: 1.33rem;
    left: 0.15rem;
    top: 0.44rem;
    z-index: 20;
}

.impactBeyond .impbg {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    left: 2rem;
    top: 1.13rem;
    z-index: 10;
}


.FutureOutlook {
    padding: 0.3rem 0.15rem;
    background: #D9DCFF;
}

.FutureOutlook .left {
    margin-bottom: 0.12rem;
}

.FutureOutlook .left .title {
    text-align: left;
    font-family: MiSans, MiSans;
    font-weight: 800;
    font-size: 0.16rem;
    color: #081392;
    line-height: 0.21rem;
    margin-bottom: 0.12rem;
}

.FutureOutlook .left p {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.12rem;
    color: #333333;
    line-height: 0.16rem;
    margin-bottom: 0.12rem;
}

.FutureOutlook .left .btn {
    width: 1.8rem;
    height: 0.38rem;
    line-height: 0.38rem;
    text-align: center;
    font-size: 0.12rem;
    border-radius: 0.19rem;
    background: #3F4BEF;
    color: #FFFFFF;


}

.FutureOutlook .right {

}


.FutureOutlook .right img {
    width: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
    display: block;

}


