.tipsTxt{
    font-size: .24rem;
    line-height: .35rem;
    color: #a9a9a9;
    background-color: transparent;
    text-align: left;
    /* margin-top: 0.2rem; */
}
.tipsTxt a{
    color: #1eafed;
    font-weight: bold;
}
.reg-row .btn-yzm.btn-yzm-null{
    text-decoration: none;
}
.emailIsNotIntelTips{
    font-size: .24rem;
    line-height: .35rem;
    color: #fd0c0c;
    background-color: transparent;
    text-align: left;
}
.email{
    position: relative;
}

.reg-row{
    margin: 0;
    /* overflow: initial; */
}
.reg-error{
    height: 1.5em;
    line-height: 1.5em;
}
.reg-row-font{
    width: 1.8rem;
}

.sms-row {
    display: flex;
    align-items: center;
    /* margin-bottom: 17px; */
}
.sms-row .reg-row{
    flex: 1;
    margin: 0 ;
}

.u-error.reg-error{
    margin: 0;
}
.btn-yzm{
    width: 2.3rem;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: block;
    background-color: rgb(0, 174, 239);
    margin-left: 0.1rem;
    color: #fff;
    border-radius: 5px;
    font-size: .24rem;
}
.btn-yzm:hover,.btn-yzm.btn-yzm-null:hover{
    color: #fff;
}
.btn-yzm.btn-yzm-null{
    background-color: #ccc;
    color: #fff;
    text-decoration: none;
}
.reg-row.err{
    margin-bottom: 0px;
}
@media screen and (min-width: 996px){
    .btn-yzm{
        width: 180px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
    .tipsTxt {
        font-size: 14px;
        /* margin-top: 18px; */
        line-height: 20px;
        color: #999999;
        background-color: transparent;
        text-align: right;
        /* margin-top: 5px; */
    }
    .tipsTxt a{
        font-size: 14px;
        color: #1eafed;
        font-weight: bold;
    }

    .emailIsNotIntelTips{
        font-size: 12px;
    }
    .reg-row-font{
        width:110px;
    }
    
}