.topView {
    width: 100%;
    height: 1.4rem;
    background: url('../assets/image/ApplicationTopBg.png') center center no-repeat;
    background-size: 100% 1.4rem;
}

.topView .bg {
    /*width: 19.2rem;*/
    /*height: 7.70rem;*/
    /*background: linear-gradient(269deg, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.67) 100%);*/
}

.topView .bg .WelcomeToVoidMetrix {
    padding: 0.53rem 0 0 0;
}

.topView .bg .WelcomeToVoidMetrix .title {
    text-align: center;
    font-weight: 700;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.2rem;
}


.M-170 {
    margin-top: -0.1rem;
    padding-top: 0.5rem;
    background: #EFF0FB;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
}

.M-170 .content {
    padding: 0 0.15rem;

}

.M-170 .content .title {
    font-family: MiSans, MiSans;
    font-weight: 800;
    font-size: 0.16rem;
    color: #081392;
    line-height: 0.21rem;
    text-align: center;
    margin-bottom: 0.12rem;
}

.M-170 .content .p {
    margin: 0 auto 0.12rem;
    font-family: PingFang-Regular;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.18rem;
    text-align: center;
}

.M-170 .list {


}

.M-170 .itemView {


}

.M-170 .item {
    position: relative;
    margin-bottom: 0.35rem;

}

.M-170 .item img {
    position: absolute;
    left: 50%;
    top: 0;
}

.M-170 .item .msg {
    width: 3.08rem;
    height: 1.27rem;
    padding: 0.21rem 0.18rem 0;
    border-radius: 0.1rem;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.29);
    backdrop-filter: blur(0.05rem);
}

.M-170 .item .msg .title {
    text-align: center;
    color: #081392;
    font-family: MiSans;
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 0.28rem;
    margin-bottom: 0.1rem;
}

.M-170 .item .msg .p {
    color: #333;
    text-align: center;
    font-size: 0.14rem;
    line-height: 0.22rem;
}


