﻿*
{
    padding: 0px;
    margin: 0px;
}

a
{
    text-decoration: none;
}

.login-form-container
{
    width: 100%;
    max-width: 260px;
    position: relative;
    height: 219px;
}

.login-form-top
{
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
}

.login-form-title
{
    display: inline;
    width: auto;
    line-height: 41px;
    padding-left: 10px;
    color: #FFF;
    font-size: 16px;
    font-family: "MicrosoftYaHei";
    font-weight: bold;
}

.login-type-btn
{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 41px;
    height: 41px;
    line-height: 41px;
    z-index: 9999;
}

.account-login .login-type-btn
{
    background: url(../images/index/index_login1.png) no-repeat;
}

.qrcode-login .login-type-btn
{
    background: url(../images/index/index_login3.png) no-repeat;
}

.login-form-inner
{
    width: 200px;
    padding: 0 30px 14px 30px;
    margin-bottom: 0;
    background: #0685e6;
}

.login-form-line
{
    width: 200px;
    height: 48px;
    position: relative;
}

.login-form-input
{
    width: 168px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    color: #333;
    padding-left: 32px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    outline: none;
    border: none;
}

.username-input
{
    background: url(/Assets/images/common/icon_user.png) 10px 6px no-repeat #fff;
}

.password-input
{
    background: url(/Assets/images/common/icon_pass.png) 10px 6px no-repeat #fff;
}

.login-form-chkcode
{
    display: none;
}
.need-chkcode .login-form-line
{
    height: 40px;
}
.need-chkcode .login-form-chkcode
{
    display: block;
}

.chkcode-input
{
    background: url(/Assets/images/common/icon_chkcode.png) 10px 6px no-repeat #fff;
}

.chkcode-img
{
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 1px;
    width: 70px;
}

.login-form-btn
{
    width: 200px;
    height: 40px;
    text-align: center;
}
.person-login-btn, .company-login-btn
{
    display: inline-block;
    width: 95px;
    height: 35px;
    line-height: 35px;
    border: 0px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    color: #f30;
    font-weight: bold;
    outline: none;
    float: left;
    border-radius: 2px;
    cursor: pointer;
}

.person-login-btn
{
    margin-right: 10px;
}
.person-login-btn:hover, .company-login-btn:hover
{
    background: #ff5722;
    color: #FFF;
}
/* 扫码登录 */
.login-qrcode-inner
{
    display: none;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative;
}

.scan-login-com, .scan-login-per
{
    width: 100%;
    height: 100%;
}

.scan-login-com iframe, .scan-login-per iframe
{
    max-width: 100%;
}

.scan-user-btn
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #ff0000;
    text-align: center;
    z-index: 998;
}

.change-user-btn
{
    display: inline;
    width: 70%;
    height: 36px;
    background: #276bf2;
    background-image: -webkit-linear-gradient(left, #1285ff 0, #276bf2 100%);
    background-image: -o-linear-gradient(left, #1285ff 0, #276bf2 100%);
    background-image: linear-gradient(to right, #1285ff 0, #276bf2 100%);
    background-repeat: repeat-x;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    font-size: 15px;
}

/************ 开放平台css ************/
.impowerBox .qrcode
{
    width: 120px;
}
.impowerBox .title
{
    display: none;
}
.impowerBox .info
{
    width: 100%;
    display: none;
}
.status_icon
{
    display: none;
}
.impowerBox .status
{
    text-align: center;
}
.qlogin_user_avatar
{
    margin-top: 16px;
}
.web_qrcode_switch_wrp, .qlogin_mod .web_qrcode_switch_wrp
{
    margin-top: 5px;
}

.web_qrcode_switch_wrp, .qlogin_user_nickname
{
    margin-bottom: 5px;
}


/* 会员登录状态 */
.person-container, .company-container
{
    width: 100%;
    max-width: 260px;
    position: relative;
    height: 219px;
}

.person-inner, .company-inner
{
    padding: 15px 8px 0px 8px;
}

.person-litpic, .company-litpic
{
    float: left;
    width: 80px;
    text-align: center;
}

.person-litpic-img, .company-litpic-img
{
    display: inline;
    width: 58px;
    height: 58px;
    border-radius: 50%;
}

.person-basic, .company-basic
{
    float: left;
    width:140px;
    padding-top: 8px;
}

.person-realname, .company-regname
{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.person-mobile, .company-realname
{
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}

.company-realname
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.person-exit, .company-exit
{
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 99;
    font-size: 12px;
    color: #999;
}

.person-resume, .company-userrank
{
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
    padding: 10px;
}
.person-resume-state, .company-userrank-type
{
    color: #39a4f2;
}

.person-resume-degree, .company-service-list
{
    color: #f60;
}

.person-btns, .company-btns
{
    text-align: center;
    margin-bottom: 10px;
}

.person-btn-refresh, .person-btn-edit, .company-btn-preview, .company-btn-job
{
    display: inline-block;
    border-radius: 5px;
    padding: 0px 12px;
    text-align: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.person-btn-refresh, .company-btn-preview
{
    margin-right: 20px;
    background: #f60;
    color: #fff;
}

.person-btn-refresh:hover, .company-btn-preview:hover
{
    background-color:#ff5722;
}

.person-btn-edit, .company-btn-job
{
    border: 1px solid #f60;
    color: #f60;
}

.person-btn-edit:hover, .company-btn-job:hover
{
    border: 1px solid #ff5722;
    color: #ff5722;
}

.person-btn-refresh:hover, .person-btn-edit:hover, .company-btn-preview:hover, .company-btn-job:hover
{
    box-shadow: 1px 1px 5px #eee;
}

.person-data, .company-data
{
    width: 100%;
}

.person-data-item, .company-data-item
{
    display: inline-block;
    width: 50%;
    text-align: center;
}

.person-data-num, .company-data-num
{
    font-size: 20px;
    color: #f60;
    font-weight: bolder;
    margin-bottom: 5px;
}

.person-data-txt, .company-data-txt
{
    font-size: 14px;
    color: #666;
}

