.topView {
    height: 1.67rem;
    background: url('../assets/image/securityTopBg.png') center center no-repeat;
    background-size: 100% 1.67rem;
}

.topView .WelcomeToVoidMetrix {
    padding: 0.6rem 0 0 0.6rem;


}

.WelcomeToVoidMetrix .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.38rem;
    background: #EFF0FB;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
}

.M-170 .content {
}

/*padding: 0 3.46rem 1.30rem;*/


.M-170 .content .item {
    padding: 0 0.15rem;

}

.M-170 .content .item .title {

    font-family: MiSans, MiSans;
    font-weight: 800;
    font-size: 0.16rem;
    color: #081392;
    line-height: 0.21rem;
    margin-bottom: 0.08rem;
}

.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.04rem;
    height: 0.04rem;
    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.14rem;
    color: #333333;
    line-height: 0.18rem;
    margin-bottom: 0.16rem;
}

.M-170 .content .item .img {
    width: 100%;
    margin-bottom: 0.38rem;
}

.M-170 .content .item .img img {
    width: 100%;
}



