
.after_login .name span{
    float: right;
    line-height: 16px;
    font-size: 12px;
    margin-top: 32px;
}

.selectq{
    height: 50px;
    width: 48.5%;
    margin-right: 3%;
    background: #fff;
    /* text-indent: 20px; */
    box-sizing: border-box;
    color: #666;
    float: left;
}
.selectq:nth-of-type(2){
    margin-right: 0;
}

.input_with_warn select.selectq {
    line-height: 48px;
    width: 100%;
    background: #fff;
    text-indent: 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color:#000;
}

@media (max-width: 768px){
    .after_login .name span{
        margin-top: 16px;
    }
}

@media (min-width: 769px) and (max-width: 1200px){
    .after_login .name i{
        margin-top: 16px;
    }
}