
.login_popup {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.login_popup_bg {
    background: #666;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.login_popup_bg .lpb_close {
    background: transparent url('../images/close_btn.png') center no-repeat;
    display: block;
    height: 81px;
    width: 81px;
    position: absolute;
    top: 0;
    right: 0;
}
.login_popup_h {
    font-size: 16px;
    padding-bottom: 5px;
}
.login_popup_h span {
    color: #06c;
}
.login_popup_by {
    position: absolute;
    bottom: 200px;
    z-index: 1001;
    width: 1060px;
    width: 1110px\9;
    padding: 15px 30px 30px;
    margin-left: -570px;
    margin-left: -550px\9;
    left: 50%;
    cursor: default;
}
.login_popup_by {
    background: #fff;
    /*background-image: -webkit-linear-gradient(180deg,#f2f8f8,#ecfaec);
    background-image: -moz-linear-gradient(180deg,#f2f8f8,#ecfaec);
    background-image: -ms-linear-gradient(180deg,#f2f8f8,#ecfaec);
    background-image: -o-linear-gradient(180deg,#f2f8f8,#ecfaec);
    background-image: linear-gradient(180deg,#f2f8f8,#ecfaec);*/
    /*border: 1px solid #2fa501;*/
    /*box-shadow: 0px 0px 2px #51c002;*/
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.login_popup_by {
    color: #666;
}
.login_popup_by .joblist {
    border-width: 2px 0;
    border-style: solid;
    border-color: #e8e8e8;
    padding: 10px 0;
    text-align: left;
}

.login_popup_by .joblist .a {
    border-right: 1px solid #e8e8e8;
    color: #06c;
    display: inline-block;
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
    padding: 0 15px;
    font-size: 16px;
}
.login_popup_by .joblist .a:hover {
    color: #333;
}
.login_popup_by .joblist .a:nth-of-type(3n) {
    border-right: 0px solid #e8e8e8;
}
.login_popup_by .lpb_f {
    padding-top: 20px;
    text-align: center;
    color: #999;
    font-size: 16px;
}
.lpb_f .lpb_link {
    background: #51c002;
    background-image: -webkit-linear-gradient(90deg,#51c002,#2fa501);
    background-image: -moz-linear-gradient(90deg,#51c002,#2fa501);
    background-image: -ms-linear-gradient(90deg,#51c002,#2fa501);
    background-image: -o-linear-gradient(90deg,#51c002,#2fa501);
    background-image: linear-gradient(90deg,#51c002,#2fa501);
    box-shadow: 1px 1px 2px #51c002;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 5px 15px;
    color: #fff;
}
.lpb_f .lpb_link:hover {
    background: #2fa501;
    background-image: -webkit-linear-gradient(90deg,#2fa501);
    background-image: -moz-linear-gradient(90deg,#2fa501);
    background-image: -ms-linear-gradient(90deg,#2fa501);
    background-image: -o-linear-gradient(90deg,#2fa501);
    background-image: linear-gradient(90deg,#2fa501);
}
.lpb_f .lpb_reg {
    border: 1px solid #51c002;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 5px 15px;
    color: #51c002;
}
.lpb_f .lpb_reg:hover {
    background: #f9f9f9;
}