.topView {
    width: 100%;
    height: 2.45rem;
    background: url('../assets/image/ContactUsTopBg.png') center center no-repeat;
    background-size: 100% 2.45rem;

}

.topView .bg .WelcomeToVoidMetrix {
    padding: 0.44rem 0.25rem 0 0.26rem;
}

.topView .bg .WelcomeToVoidMetrix .title {
    font-family: MiSans, MiSans;
    font-weight: 800;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.33rem;

}

.topView .bg .WelcomeToVoidMetrix .p {
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 0.18rem;

}


.M-170 {
    margin-top: -0.1rem;
    padding-top: 0.58rem;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
    background: #FFFFFF;
}

.M-170 .content {
    display: flex;
    padding: 0 0.15rem;
}


.M-170 .content .left {
    flex: 1;
}

.M-170 .content .left .logo {

    width: 1.3rem;
    height: 0.25rem;
    margin-bottom: 0.147rem;
}

.M-170 .content .left .item {

    color: #333;
    font-size: 0.12rem;

    font-weight: 600;
    line-height: 0.2rem;
    margin-bottom: .12rem;
    opacity: 0.7;
}


.M-170 .content .right {
    float: right;
    width: 1.3rem;
    height: 1.39rem;
}

.M-170 .content .right .icon {
    width: 1.3rem;
    height: 1.39rem;
}

.M-170 .fromView {
    padding: 0.1rem 0.15rem 0;
}

.M-170 .fromView .title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.21rem;
    margin-bottom: .12rem;
}

.M-170 .fromView .liCon .li {

    display: flex;
    margin-bottom: 0.12rem;
}

.M-170 .fromView .liCon .li .item {
    flex: 1;
}

.M-170 .fromView .liCon .li .item .sumbit {
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.22rem;
    margin-bottom: 0.13rem;
}

.M-170 .fromView .liCon .li .item .sumbit span {
    color: #02158B;


}

.inputBox {
    height: 0.54rem;
    border-bottom: 1px solid #000000;
    position: relative;
}

.inputBox input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0.54rem;
    border: 0px;
    background: rgba(0, 0, 0, 0);
    line-height: 0.54rem;
    font-weight: 500;
    color: #000000;
    font-size: 0.16rem;
    outline: none;


}


.selectBox {
    position: relative;
    height: 0.4rem;
    margin-bottom: 0.12rem;

}

.selectBox .select {
    position: absolute;
}

.textareaBox {
    width: 100%;
    height: 1rem;


}

.textareaBox .textarea {
    font-size: 0.16rem;
}


.btnView .save {
    width: 1.66rem;
    height: 0.4rem;
    background: #02158B;
    line-height: 0.4rem;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 0.14rem;
    text-align: center;
    margin: 0 auto 0.12rem;
    cursor: pointer;
    border-radius: 0.2rem;
}

.savedisabled {
    opacity: 0.3;
}
