.v-login {
    float: right;
    width: 100px;
    height: 62px;
    text-align: center;
}
.v-login .v-login-img {
    margin-top: 8px;
    width: 100%;
    height: 26px;
}
.v-login .v-login-img img {
    width: 26px;
    height: 26px;
    border-radius: 13px;
}
.v-login .v-login-text {
    width: 100%;
    height:20px;
    line-height:20px;
    font-size: 12px;
    color: #333;
}
.btn{
    float:left;
    font-size: 18px;
    margin:30px;
    cursor: pointer;
}
.user-login-out {

}
.v-login-content{
    margin-top: 38px;
    width: 335px;
    padding: 0 47px;
    text-align: left;
    clear: both;
}
.v-l-c-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.v-l-c-i {
    width: 299px;
    margin-bottom: 20px;
    height: 36px;
}
.v-l-c-i .input-p {
    display: inline-block;
    height: 36px;
    width: 36px;
    position: absolute;
    text-align: center;
    line-height: 36px;
}
.v-l-c-i .input-k {
    height: 36px;
    border: 1px solid #b4bbc5;
    width: 100%;
    padding-left: 36px;
}
.captcha-i {
    width: 200px !important;
}
.v-l-c-i .input-c {
    display: inline-block;
    height: 35px;
    width: 83px;
    padding-left: 10px;
    position: relative;
    left: 243px;
    top: -37px;
    line-height: 35px;
    background-color: white;
    text-align: center;
}
.v-l-c-i .input-h {
    display: inline-block;
    height: 35px;
    width: 67px;
    padding-left: 10px;
    position: relative;
    left: 243px;
    top: -36px;
    line-height: 35px;
    background-color: white;
    text-align: left;
}
.v-l-c-i .img-captcha {
    display: inline-block;
    height: 36px;
    width: 83px;
    padding-left: 20px;
    position: absolute;
    line-height: 36px;
}
.v-l-u-img {
    display: inline-block;
    position: relative;
    height: 16px;
    left: 243px;
    top: -37px;
    background-color: white;
}
.v-l-button {
    width: 100%;
    height: 36px;
    background-color: #FF9900;
    border: none;
    color: #FFFFFF;
}
.v-l-u-button {
    width: 100%;
    height: 36px;
    background-color: #FF9900;
    border: none;
    color: #FFFFFF;
}
.hidden {
    display: none;
}
