#loginbox {
    right: 20px;
    top: -44px;
    z-index: 2;
    width: 380px;
    border-radius: 4px;
    overflow: hidden;
}

#loginbox .title {
    height: 60px;
    background: #f7f7f7;
}

#loginbox .regster-title {
    height: 60px;
    background: #eee;
}

#loginbox .regster-title li.active {
    border-bottom-color: #f7f7f7;
    background: #f7f7f7;
    color: #5b99ee;
}

#loginbox .title li.active {
    border-bottom-color: #fff;
    background: #fff;
    color: #5b99ee;
}



#loginbox .content .item {
    width: 100%;
    position: relative;
}

#loginbox .content .item input,
#find-password .content .item input {
    height: 40px;
    line-height: 40px;
    text-indent: 40px;
    font-size: 1.15em;
    border: 1px #e0e0e0 solid;
    border-radius: 4px;
    width: 100%;
    background: url('/images/icon-bg-1.png') left top no-repeat;
}

#loginbox .content .item.password input,
#find-password .content .item.password input {
    background-position: 0 -160px;
}
#loginbox .content .item.password .pwdicn,
#find-password .content .item.password .pwdicn {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 20px;
}

#loginbox .content .item.code input,
#find-password .content .item.code input {
    background-position: 0 -80px;
}

#loginbox .content .item .--err {
    display: none;
    position: absolute;
    top: -28px;
    left: 10px;
    width: 50%;
    height: 28px;
    line-height: 28px;
    background: #f66;
    color: #fff;
    border-radius: 4px;
    text-align: center;
}

#loginbox .content .item .--err::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 10px;
    width: 14px;
    height: 14px;
    background: #f66;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

#loginbox .content .item.code .code-btn {
    right: 5px;
    top: 5px;
    padding: 5px 10px;
    cursor: pointer;
    color: #fff;
    background: #5b99ee;
    border-radius: 4px;
    min-width: 90px;
}

#loginbox .loginbtn,
#loginbox .registerbtn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    background-color: #2f75ec;
}

#loginbox .content a {
    color: #5b99ee;
}

#loginbox .content a:hover {
    color: #2f75ec
}

#loginbox .userhead img {
    border: 3px #fff solid;
    width: 109px;
    height: 109px;
    border-radius: 50%;
    overflow: hidden;
}

#loginbox .logoutBtn:hover {
    color: #2f75ec;
}

/* ==========找回密码========== */
#find-password .steps {
    width: 650px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
}


#find-password .steps .item {
    position: absolute;
    width: 80px;
    top: 0;
    z-index: 2;
}

#find-password .steps .item.s1 {
    left: 0;
}

#find-password .steps .item.s2 {
    left: 50%;
    margin-left: -40px;
}

#find-password .steps .item.s3 {
    right: 0;
}

#find-password .steps .item.active b {
    background: #5b99ee;
}

#find-password .steps .item.active span {
    color: #5b99ee;
}

#find-password .steps .item b {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 2em;
    font-weight: normal;
    color: #fff;
    background: #e0e0e0;
    border-radius: 50%;
}

#find-password .steps .item span {
    display: block;
    text-align: center;
    font-size: 1.15em;
    color: #aaa;
    margin-top: 10px;
}

#find-password .content {
    width: 320px;
    margin: 0 auto;
}

#find-password .content .active {
    color: #5b99ee;
    border-bottom: 2px solid #5b99ee;
}

#find-password .content .btn {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
}
