body.login-wrapper.normal {
    background: url("../../assets/img/login/loginbg.png") no-repeat fixed center 120px #009EE7;
    background-color: #009EE7;
    position: relative;
    width: 650px;
    margin: 0 auto;
    padding: 0;
    overflow-y: scroll;
}

body.login-wrapper.bind-email {
    width: 520px;
}

.login-wrapper > .title {
    margin-top: 90px;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.login-wrapper.long > .title {
    margin-top: 70px;
}

.login-wrapper .logo {
    height: 54px;
}

.login-wrapper .slogan {
    position: absolute;
    width: 270px;
    right: 0;
    bottom: 0;
}

.login-wrapper .wrapper {
    position: relative;
    padding: 50px 0;
    border-radius: 16px;
}

.login-wrapper .wrapper.bind {
    padding: 20px 0;
}

.login-wrapper.long .wrapper {

}

.login-wrapper .modal-wrapper {

}

.login-wrapper .main {
    width: 420px;
    padding: 0 46px;
    position: relative;
}

.login-wrapper .main.bind {
    width: 100%;
    padding: 0 46px;
}

.login-wrapper .submain {
    border-left: 1px solid #CCD1D9;
    top: 0;
    bottom: 0;
    width: 235px;
    right: -235px;
    position: absolute;
    text-align: center;
    color: #AAB2BD;
    font-size: 14px;
    position: absolute;
}

.login-wrapper .submain p {
    text-align: left;
    padding-left: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.login-wrapper .explain {
    padding: 0 0 10px 0;
    font-size: 16px;
    color: #37BC9B;
    color: #AAB2BD;
}

.login-wrapper .explain span {
    font-size: 0.8em;
    display: block;
    color: #48CFAD;
    color: #CCD1D9;
}

.login-wrapper .explain .toggle-bar {
    position: absolute;
    left: 100%;
    width: 150px;
    background-color: #F5F7FA;
    padding: 10px;
    font-size: 13px;
    margin-left: 10px;
    border-radius: 4px;
    color: #009EE7;
    cursor: pointer;
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.login-wrapper .explain .toggle-bar:hover {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    color: #005881;
}

.login-wrapper .form-lg .form-control-feedback, .login-wrapper .form-lg .form-control {
    padding-top: 0;
    padding-bottom: 0;
    /* overflow-y: hidden; */
    height: 46px;
    font-size: 16px;
}

.login-wrapper .form-lg .form-control-feedback {
    margin-top: 8px;
    top: 0;
}

.login-wrapper .form-lg, .comany-name-wrapper {
    height: 46px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.login-wrapper .form-lg.dismiss, .comany-name-wrapper.dismiss {
    height: 0;
    margin-top: 0;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.login-wrapper .required:before {
    font-family: 'FontAwesome';
    content: "\f069";
    color: #fb715e;
    position: absolute;
    left: -20px;
    top: 20px;
    font-size: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.comany-name-wrapper.has-error .dropdown-toggle.selectpicker {
    border: 1px solid #D84556 !important;
}

.comany-name-wrapper .bootstrap-select, .comany-name-wrapper .dropdown-toggle.selectpicker {
    height: 46px;
}

.comany-name-wrapper .selectpicker-title {

}

.comany-name-wrapper .selectpicker-title > i {
    font-size: 22px;
    color: #CCD1D9;
    vertical-align: bottom;
}

.comany-name-wrapper .selectpicker-title > .content {
    font-size: 16px;
    padding-left: 8px;
    color: #434A53;
}

.comany-name-wrapper .selectpicker-title > .content.title-placeholder {
    color: #AAB2BD;
}

.login-wrapper .form-icon {
    position: relative;
}

.login-wrapper .form-icon i {
    position: absolute;
    color: #CCD1D9;
    font-size: 17px;
    left: 8.5px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 30px;
    z-index: 20;
}

.login-wrapper .form-icon i.fa-unlock-alt {
    font-size: 22px;
}

.login-wrapper .form-icon i.fa-mobile {
    font-size: 26px;
}

.login-wrapper .form-icon .form-control {
    padding-left: 40px;
}

.login-wrapper .form-icon .dropdown-menu {
    width: 100%;
}

.login-wrapper .form-icon .dropdown-menu a {
    padding-left: 40px;
}

.login-wrapper .text-error {
    line-height: 24px;
    position: absolute;
    right: 5px;
    top: 12px;
    display: inline-block;
    background-color: #FFF;
    padding-left: 2px;
}

.login-wrapper .text-server-error {
    color: #ED5565;
}

.login-wrapper .step {
    text-align: center;
    padding: 0 20px;
}

.login-wrapper .password-wrapper {
    text-align: center;
}

.login-wrapper .password-wrapper p {
    font-size: 16px;
    color: #656D78;
}

.login-wrapper .password-wrapper .email {
    color: #38B5E8;
}

.login-wrapper .step-no {
    width: 500px;
}

.login-wrapper .company-name-list {
    max-height: 240px;
    overflow-y: auto;
}

.login-wrapper .or-icon {
    display: inline-block;
    position: absolute;
    left: -10px;
    width: 20px;
    text-align: center;
    bottom: 0;
    background-color: #FFF;
}

.login-wrapper .login-toggle {
    position: absolute;
    bottom: 0;
}

.thirdparty-connect {
    text-align: left;
    margin-left: 20px;
}

.thirdparty-connect .btn-hint {
    position: absolute;
    left: 25px;
    bottom: -50px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thirdparty-connect .btn-connect {
    font-size: 26px;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 46px;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thirdparty-connect > li:hover p {
    bottom: -40px;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.thirdparty-connect > li.weibo:hover p {
    color: #EB192D;
}

.thirdparty-connect > li.weixin:hover p {
    color: #51C332;
}

.thirdparty-connect > li.qq:hover p {
    color: #24A6DC;
}

.thirdparty-connect .btn-connect.use-weibo {
    border-color: #EB192D;
    color: #EB192D;
}

.thirdparty-connect .btn-connect.use-weixin {
    border-color: #51C332;
    color: #51C332;
}

.thirdparty-connect .btn-connect.use-qq {
    border-color: #24A6DC;
    color: #24A6DC;
}

.thirdparty-connect .btn-connect:hover {
    opacity: 0.80;
    filter: alpha(opacity=80);
}

.thirdparty-connect .btn-connect.use-weibo:hover {
    background-color: #EB192D;
    color: #FFF;
}

.thirdparty-connect .btn-connect.use-weixin:hover {
    background-color: #51C332;
    color: #FFF;
}

.thirdparty-connect .btn-connect.use-qq:hover {
    background-color: #24A6DC;
    color: #FFF;
}

.thirdparty-connect .btn-connect.use-mingdao {
    border: 1px solid #AAB2BD;
}

.thirdparty-connect .btn-connect.use-mingdao > img {
    height: 30px;
    width: 30px;
}

.employer-type-wrapper {
    position: relative;
}

.employer-type-wrapper .icon-hint {
    position: absolute;
    color: #AAB2BD;
    bottom: 0;
    margin-bottom: 10px;
    left: -50px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out, color .2s ease-in-out .4s;
    -moz-transition: all .2s ease-in-out, color .2s ease-in-out .4s;
    -o-transition: all .2s ease-in-out, color .2s ease-in-out .4s;
    -ms-transition: all .2s ease-in-out, color .2s ease-in-out .4s;
    transition: all .2s ease-in-out, color .2s ease-in-out .4s;
}

.employer-type-wrapper:hover .icon-hint {
    color: #009EE7;
    opacity: 1;
    left: -40px;
    filter: alpha(opacity=100);
}

.employer-type-wrapper > div {
    margin-right: -10px;
}

.employer-type-wrapper label {
    display: table-cell;
    width: 1%;
}

.employer-type-wrapper label > span {
    padding: 10px 0;
    background-color: #ECF1F4;
    display: block;
    color: #AAB2BD;
    border-radius: 4px;
    text-align: center;
    font-weight: normal;
    margin-right: 10px;
}

.employer-type-wrapper label:hover > span {
    color: #009EE7;
}

.employer-type-wrapper label.selected > span {
    background-color: #009EE7;
    color: #FFF;
}

.employer-type-wrapper input[type="radio"] {
    position: absolute;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0;
}

dl.acct-validate-type dt {
    color: #777777;
    font-weight: normal;
    padding-top: 7px;
    margin-bottom: 15px;
}

dl.acct-validate-type dd label {
    padding-top: 7px;
    margin-bottom: 15px;
}

.valid-success {
    color: #37BC9B !important;
}

.valid-success i {
    font-size: 1.5em;
    vertical-align: sub;
}

/*找回密码*/

.login-wrapper .stepLine {
    width: 74%;
    margin: auto;
    margin-top: -20px;
    padding-top: 0px;
}

.login-wrapper .stepLine .stepLineTable {
    width: 100%;
    text-align: center;
}

.login-wrapper .stepLine .stepName {
    font-size: 12px;
}

.login-wrapper .stepTitleChecked {
    color: #2d8fea;
}

.login-wrapper .stepLine .stepPlan {
    position: relative;
}

.login-wrapper .stepLine .lineFinsh {
    background-color: #009ee7;
}

.login-wrapper .stepLine .circleLeft {
    left: 18px;
}

.login-wrapper .stepLine .stepCircle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: -4px;
}

.login-wrapper .stepLine .lineFinsh {
    background-color: #009ee7;
}

.login-wrapper .stepLine .lineUnfinsh {
    background-color: #d6d9dd;
}

.login-wrapper .stepLine .stepPlanLine {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.login-wrapper .stepLine .circleCenter {
    left: 46%;
}

.login-wrapper .stepLine .stepCircle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: -4px;
}

.login-wrapper .stepLine .lineUnfinsh {
    background-color: #d6d9dd;
}

.login-wrapper .stepLine .stepLineTable {
    width: 100%;
    text-align: center;
}

.login-wrapper .stepLine .stepCircleS {
    width: 8px;
    height: 8px;
    background-color: #d6d9dd;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 2px auto auto;
}

.login-wrapper .stepLine .circleRight {
    right: 18px;
}

/* 企业版注册/登录 */
.login-wrapper.company {
    position: relative;
    margin: 0 auto;
    padding: 0;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

.login-wrapper.company .login-header {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    height: 66px;
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.login-wrapper.company .login-header .header-inner {
    max-width: 1200px;
    margin: 0px auto;
    padding-top: 8px;
    font-size: 20px;
    color: #c3c6c9;
}

.login-wrapper.company .login-header .header-inner .logo {
    margin-top: 2px;
    height: 44px;
    vertical-align: middle;
}

.login-wrapper.company .login-footer {
    flex-shrink: 0;
    text-align: center;
    background-color: #333;
    padding: 35px 50px;
    color: #828080;
    min-width: 1200px;
    display: flex;
    position: relative;
    z-index: 1;
}

.company .login-footer a {
    color: #828080;
}

.company .login-footer a:hover {
    color: #9b9999;
}

.login-wrapper.company .login-body {
    max-width: 1200px;
    margin: 20px auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.login-wrapper.company.long .login-body #register-wrapper {
    max-height: 605px;
}

.login-wrapper.company .login-body .register-btn {
    margin-top: 20px;
}

/*.login-wrapper.company .login-body .employer-type-wrapper .icon-hint{*/
/*opacity: 1;*/
/*}*/
.login-wrapper.company .login-body #register-wrapper {

}

.login-wrapper.company .login-body #login-wrapper, .login-wrapper.company .login-body #register-wrapper {
    width: 420px;
    background-color: rgba(244, 244, 244, 0.68);
    border-radius: 2px;
    max-height: 450px;
}

.login-wrapper.company .submain {
    border-width: 0px;
    position: relative;
    width: auto;
    right: 0;
    border-top: 1px dashed #CCD1D9;
    margin-top: 30px;
}

.login-wrapper.company .submain .pr {
    padding-top: 15px;
    padding-bottom: 5px;
}

.login-wrapper.company .submain .pr .or-icon {
    display: none;
}

.login-wrapper.company .submain p {
    padding-left: 0px;
}

.login-wrapper.company .submain .login-toggle {
    /*position: relative;*/
    /*margin-bottom: 0px;*/
    /*margin-top: 30px;*/
    bottom: -40px;
}

.login-wrapper.company .submain .thirdparty-connect {
    position: absolute;
    top: 12px;
    left: 160px;
}

.login-wrapper.company .submain .thirdparty-connect .btn-connect {
    font-size: 24px;
    width: 46px;
    height: 46px;
    line-height: 42px;
}

.login-wrapper.company .btn-user-statement,
.login-wrapper.company .btn-secret-statement {
    display: none;
}

.login-wrapper.company .btn-company-register-statement {
    display: inline-block;
}

.login-wrapper.company #thirdparty-connect {
    display: none;
}

.login-wrapper.company .form-logo {
    margin: 0 -46px 25px;
    padding: 15px 46px;
    text-align: center;
    background-color: #fff;
}

.login-wrapper.company .wrapper {
    padding-top: 0;
}

.login-wrapper.company .wrapper .form-logo img {
    height: 60px;
    display: inline-block;
    max-width: 100%;
}

.company .btn,
.company .employer-type-wrapper label.selected > span {
    background-color: #29CDB5;
    border-color: #29CDB5;
    color: #fff !important;
}

.company .btn:hover {
    background-color: #4fd6c2;
    border-color: #4fd6c2;
}

.company a,
.company label.check-box.active > .check-icon > i,
.company label.check-box > .active > .check-icon > i,
.company .employer-type-wrapper:hover .icon-hint,
.company .employer-type-wrapper label:hover > span {
    color: #29CDB5;
}

.company .form-control:focus {
    border-color: #29CDB5;
}

.company .footer-logo img {
    height: 40px;
}

.company .login-footer > div {
    height: 32px;
    line-height: 32px;
    width: auto;
}

.company .login-footer > div.footer-link > a {
    margin-left: 35px;
}

.company .login-footer > div.footer-right {
    flex-grow: 1;
    text-align: right;
    font-size: 13px;
}

/*新增*/
.invite-code {
    position: absolute;
    right: 61px !important;
}

.invite-code > i {
    position: absolute !important;
    left: 82px !important;
    top: -3px !important;
}

.flex {
    display: flex
}

.tool-content {
    height: 46px;
    line-height: 46px;
}

.tips > span {
    color: #ED5565
}

.flex5 {
    flex: .5;
}

.form-logo a > img {
    max-height: 60px;
    display: none;
}

.dingding i {
    color: #178eeb;
}

.dingding a {
    border-color: #178eeb !important;
}

.dingding a:hover {
    background-color: #178eeb;
}

.dingding a:hover i {
    color: #fff;
}

/*新增企业版登陆*/

.new-third-login {
    text-align: left;
    display: flex;
    position: relative !important;
    top: 2px !important;
    left: 0 !important;
    margin-left: 0 !important;
    padding: 10px 0;
    line-height: 46px;
}

.new-third-login a {
    font-size: 20px !important;
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
}

.new-login {
    margin-left: 10px;
}

.login-wrapper .form-icon .form-control.capture-input,.capture-input {
    padding: 4px;
    width: 125px;
    display: inline-block;
    border-radius: 2px;
    letter-spacing: 5px;
    text-align: center;
}
.capture-input{
    width: 100px;
    margin-right: 6px;
}
.capture-img {
    height: 33px;
    border-radius: 2px;
    vertical-align: bottom;
    border: 1px solid #b7b7b7;
}

.reload-capture {
    margin-left: 10px;
    vertical-align: bottom;
}
.verify-box{
    position: absolute;
}
.verify-box .reload-capture{
    vertical-align: middle;
}
#login-company-notice {
   color: #fb5a55;
   text-align: center;
   margin: -60px auto 20px;
   max-width: 1200px;
}