.valid-proptop{
    height: 1.2rem;
    border-bottom: .02rem solid #f7f7f7;
    padding: 0 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.valid-proptop-title{
    line-height: 1.2rem;
    font-size: .34rem;
    font-weight: bold;

}
.valid-proptop-close{
    width: 1.5rem;
    height: .54rem;
    border-radius: .54rem;
    color: #666;
    text-align: center;
    line-height: .54rem;
}
.valid-prop{
    position: fixed;
    width: 92vw;
    background: #fff;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 0.2rem;
}
.valid-prop-content{
    padding: 0.24rem 0.3rem;
    min-height: 5rem;
    max-height: 6.5rem;
    overflow: scroll;
    padding-bottom: .3rem;
}
.valid-prop-content .tips{
    background: #e5f0ff;
    color: #006bff;
    padding: 0.18rem 0.24rem;
    border-radius: 0.12rem;
    font-size: 0.24rem;
    text-align: center;
}
.valid-prop-content  .valid-item{
    display: flex;
    align-items: center;
    margin: 0.42rem 0 0.12rem;
    padding: 0.24rem 0.2rem;
    background-color: #f1f2f3;
    border-radius: 0.08rem;

}
.valid-prop-content  .valid-item .label{
    padding: 0 0.18rem 0 0.24rem;
    border-right: 0.02rem solid rgba(0, 0, 0, 0.46);
}
.valid-prop-content  .valid-item .content{
    padding-left: 0.18rem;
}
.valid-prop-content .send-email-code{
    display: flex;
    justify-content: center;
    font-size: 0.28rem;
    color: #000;
    margin-bottom: 0.42rem;

}

.valid-prop-content .send-email-code .send-button{
    color: #006bff;
    padding-left: 0.22rem;
}

.valid-prop-content .send-email-code .disabled-send{
    color: #999;
}

.actions .valid-button{
    width: 5.4rem;
    height: 1rem;
    border-radius: 1rem;
    background: #006bff;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: .32rem;
    font-weight: bold;
    text-align: center;
    line-height: 1rem;
}

.num-tips{
    padding-bottom:0.48rem;
    color: #006bff;
    font-size: 0.24rem;
    padding-left: 0.12rem;
}