.btn {
    cursor: pointer;
}

.uni-input {
    flex: 1;
}

.tab {
    color: rgb(180, 186, 206);
    cursor: pointer;
}

.tab_active {
    color: rgb(0, 0, 0);
}

.rowC {
    padding-right: .2rem;
    display: flex;
    align-items: center;
    position: relative;
}

.rowC::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .02rem;
    height: .4rem;
    background-color: #d0d1d4;
}

.none {
    display: none;
}

.jizhu {
    display: none;
}

.jizhu_active {
    display: block;
}

.captcha-img {
    cursor: pointer;
    margin: 0 10px;
    border: 1px solid #ccc;
}

.iptBtn {
    padding: 0 .2rem;
}