.soBox{
    float: left
}

.soBox .tab{
    display: block;
    margin-top: 25px;
    cursor: pointer;
}


/* .soBox .tab{
    display:block;
    margin: 15px 0 8px;
    cursor: pointer;
}
.soBox .tab span{
    width: 149px;
    height: 26px;
    border-radius: 13px;
    color: #ffffff;
    padding: 3px 15px;
    margin-right: 5px;
    font-size: 14px;
}

.soBox .tab span.selected{
    background: #2347DF;
}

.soBox .inputBox{
    width: 390px;height: 36px;line-height: 36px; background: rgba(74, 107, 255, 0);
    border: 1px solid #ffffff;
    border-radius: 18px;
}
.soBox .inputBox input{
    width:330px;float: left; border:0;background: transparent;
    color: #ffffff;
    padding-left: 15px  ;
}
.soBox .inputBox input::placeholder{
    color: #ffffff;
    font-weight: 400;
}
.soBox .inputBox input::-webkit-input-placeholder { /* WebKit browsers */
    color: #ffffff;
    font-weight: 400;
}

.soBox .inputBox input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ffffff;
    font-weight: 400;
}

.soBox .inputBox input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ffffff;
    font-weight: 400;
}

.soBox .inputBox .btndiv{
    width: 38px;text-align: center;float: right;
    cursor: pointer;
}
.soBox .inputBox .btndiv i{
    font-size: 20px;
    color: #ffffff;
} */