/*登录注册样式*/
.youxi .youxi-tab {
    width: 900px;
    height: 400px;
    margin: 50px auto;
}

.youxi .youxi-left {
    float: left;
    width: 300px;
    height: 100%;
}

.youxi .youxi-right {
    float: left;
    width: 500px;
    height: 100%;
}

.youxi .company-info {
    width: 280px;
}

.youxi .youxi-right .div-row {
    text-align: center;
    height: 50px;
}

.youxi .youxi-right .sp-info {
    display: block;
    width: 80px;
    height: 35px;
    line-height: 35px;
    float: left;
    text-align: left;
}

.youxi .youxi-right .sp-text {
    display: block;
    float: left;
}

.youxi .youxi-right .sp-text input{
    width: 300px;
    height: 35px;
    padding-left: 10px;
}

.youxi .login-button {
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1791f0;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background: #1791f0;
    cursor: pointer;
    font-size: 16px;
}

.youxi .login-button:hover {
    background: #0f0ff0;
}

