@charset 'UTF-8';
input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset;
    margin-left: 10px !important;
}
input:-moz-autofill{
   -webkit-box-shadow: 0 0 0px 1000px white inset;
   box-shadow: 0 0 0px 1000px white inset;
   margin-left: 10px !important;
}

.register-wrapper {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: 1000px;
    background: #ebedf0;
}

.crm-register-bg {
    width: 100%;
    height: 100%;
    background: url(../image/forget.jpg?201610171035);
    background-position: center;
    background-size: cover;
    padding-top: 6%;
    
}

/*扫码登录*/
.crm-register-bg .crm-scan-login{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.crm-register-bg .crm-scan-login.crm-scan-mobile{
    background: url(../../img/register/scan_code.png);
} 

.crm-register-bg .crm-scan-login.crm-scan-computer{
    background: url(../../img/register/scan_computer.png) top right no-repeat;
} 

.crm-register-bg .crm-register-form .crm-scan-login-dimen{
    text-align: center;
    color: #475059;
    font-size: 14px;
}

.crm-register-bg .crm-register-form .crm-scan-login-dimen h3{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 22px;
}

.crm-register-bg .crm-register-form .crm-scan-login-dimen .crm-scan-login-dimen-txtscan{
    width: 160px;
    height: 160px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #dfe1e3;
    margin-bottom: 20px;
    position: relative;
}
.crm-register-bg .crm-register-form .crm-scan-login-dimen .crm-scan-login-dimen-txtscan .crm-scan-login-dimen-txtnone{
    width: 158px;
    height: 158px;
    background: rgba(255,255,255,0.9);
    position: absolute;
    top: 0;
}

.crm-register-bg .crm-register-form .crm-scan-login-dimen .crm-scan-login-dimen-txtscan .crm-scan-login-dimen-txtnone span{
    display: inline-block;
    width: 70px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    background-color: #00aaef;
    border-radius: 16px;
    margin-top: 66px;
    cursor: pointer;
}

.crm-register-bg .crm-register-form .crm-scan-login-dimen .crm-scan-login-dimen-txtscan img{
    width: 140px;
    height: 140px;
    margin-top: 9px;
}

.crm-register-bg .crm-register-form .crm-scan-login-dimen .crm-scan-login-dimen-scan img{
    position: relative;
    top: 6px;
    margin:0 10px; 
}

.crm-register-form {
    width: 500px;
    margin: 0 auto;
    padding: 35px 40px;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background:url(/static/img/register/op_bg.png) center center repeat;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    position: relative;
    z-index: 9;
    border-radius: 5px;
    position: relative;
}
.crm-register-form header h1 {
    font-size: 26px;
    font-weight: normal;
    color: #3d5266;
}
.crm-register-body > ul li{
    margin-bottom: 20px;
}
.crm-register-flow {
    height: 43px;
    margin: 30px 0;
}

.crm-register-flow.flow1 {
    background: url(/static/img/register/re1.png) center center no-repeat;
}

.crm-register-flow.flow2 {
    background: url(/static/img/register/re2.png) center center no-repeat;
}

.crm-register-flow.flow3 {
    background: url(/static/img/register/re3.png) center center no-repeat;
}

.crm-register-input-warpper {
    line-height: 40px;
    width: 100%;
    height: 40px;
    border: 1px solid #cfdae6;
    border-radius: 100px;
    background: #fff;
    position: relative;
}

.crm-register-input-warpper .crm-register-input {
    font-size: 16px;
    float: left;
    width: 70%;
   /* line-height: 46px;
    height: 46px;*/
    text-indent: 20px;
    border: none;
    border-radius: 100px;
    background-color: transparent;
    padding: 10px 0 0 0;
    margin-left: 10px;
}
.crm-register-input-warpper a.errorclose{
    background: url(/static/img/register/close.png) center center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 20px;
    display: none;

}
.crm-register-input-warpper .crm-register-verification a.crm-register-testgetCode-btn:hover {
    text-decoration: none;
}

.crm-register-input-warpper.actived {
    border: 2px solid #00aaef;
}

.crm-register-input-warpper.actived .crm-register-input {
    color: #00aaef;
}

.crm-register-input-warpper.actived .crm-register-verification {
    color: #fff;
    border-left:2px solid #00aaef;
}

.crm-register-input-warpper.actived .crm-register-verification a.crm-register-testgetCode-btn {
    color: #fff;
}

.crm-register-input-warpper.disabled {
    background-color:#eee;
}

.crm-register-input-warpper.disabled .crm-register-input {
    background-color:#eee;
}
.crm-register-input-warpper.error {
    border: 2px solid #fa7252;
    position: relative;
}
.crm-register-input-warpper.error a.errorclose{
  display: inline-block;
}
.crm-register-body span.errorinfo{
    text-align: left;
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    color: #fa7252;
}
.crm-register-input-warpper a.password-show,
.crm-register-input-warpper a.password-hidden{
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top:2px;
    right: 22px;
}
.crm-register-input-warpper a.password-show i{
    background: url(/static/img/register/eye.png) 0 -36px no-repeat;
    display: inline-block;
    width: 22px;
    height: 12px;
}
.crm-register-input-warpper a.password-show:hover i{
    background: url(/static/img/register/eye.png) 0 -24px no-repeat;
    display: inline-block;
    width: 22px;
    height: 12px;
}
.crm-register-input-warpper a.password-hidden i{
    background: url(/static/img/register/eye.png) 0 -12px no-repeat;
    display: inline-block;
    width: 22px;
    height: 12px;
}
.crm-register-input-warpper a.password-hidden:hover i{
    background: url(/static/img/register/eye.png) 0 0px no-repeat;
    display: inline-block;
    width: 22px;
    height: 12px;
}
.crm-register-body .crm-register-input-warpper.actived .crm-register-verification{
    background-color: transparent;
    border-left: 2px solid transparent;
}
.crm-register-body .crm-register-input-warpper.error .crm-register-verification{
  border-left: 2px solid transparent;
}

.crm-register-input-warpper.error .crm-register-input {
    color: #fa7252;
}
.crm-register-input-warpper.actived .crm-register-testgetCode.crm-register-verification {
    border-left: 2px solid #00aaef;
    background:#00aaef;
}
.crm-register-input-warpper.error .crm-register-verification {
    border-left: 2px solid #fa7252;
}
.crm-register-input-warpper.error .crm-register-testgetCode.crm-register-verification{
    background-color: #fa7252;
    border-left: 2px solid #fa7252;
}
.crm-register-input-warpper.error .crm-register-verification a.crm-register-testgetCode-btn {
    color: #fff;
}

.crm-register-input-warpper.disable {
    border: 1px solid #cfdae6;
}

.crm-register-input-warpper.disable .crm-register-verification {
    cursor: default;
    background-color: #c3ced9;
    line-height: 50px;
    height: 49px;
    margin-top: 0px;
}

.crm-register-input-warpper.disable .crm-register-verification a.crm-register-testgetCode-btn {
    color: #fff;
    cursor: default;
}

.crm-register-verification {
    width: calc(100% - 70% - 10px);
    width: -webkit-calc(100% - 70% - 10px);
    width: -moz-calc(100% - 70% - 10px);
    height: 50px;
    margin-top: -2px;
    cursor: pointer;
    border-left: 1px solid #cfdae6;
    float: right;
}

/*登录图形验证码修改*/
.crm-register-verification img {
    height: 36px;
    padding-top: 2px;
}

.crm-register-info {
    font-size: 14px;
    margin: 18px 0 8px 0;
}

.crm-register-footer .pg-btn-submit {
    font-size: 20px;
    line-height: 40px;
    width: 100%;
    height: 40px;
    color: #fff;
    border-radius: 100px;
    background: #00aaef;
}

.crm-register-footer .pg-btn-submit:hover {
    text-decoration: none;
    background: #3399cc;
}

.crm-register-footer .pg-btn-submit.pg-btn-disabled {
    cursor: default;
    color: #fff;
    background: #c3ced9;
}

.crm-registerfooter-info {
    font-size: 14px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    color: #869cb3;
}
.crm-registerfooter-info span.line{
    display: inline-block;
    margin: 0 8px;
    color: #c5cdd7;
}
.crm-registerfooter-info a.return{
    color: #8fa1b2;
}
.crm-register-sendinfo {
    font-size: 18px;
    height:70px;
}
.crm-register-sendinfo a{
    text-decoration: none;
    color: #2898e0;
    cursor:normal;
}
.crm-register-sendinfo a:hover{
    text-decoration: none;
    color: #2898e0;
    cursor:normal;
}
.crm-register-testgetCode {
    line-height: 40px;
    height: 40px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background: transparent;
    overflow: hidden;
}

a.crm-register-testgetCode-btn {
    font-size: 17px;
    color: #3d5266;
}

.crm-register-flow2 .crm-register-footer {
    margin-top: 48px;
}

.crm-register-flow3 .crm-register-input-warpper .crm-register-input {
    width: 100%;
}
.crm-register-flow3 .crm-register-input-password .crm-register-input{
    width: 348px;
}
.crm-register-flow3 .crm-register-input-password 
.crm-register-flow3 a.pg-btn-submit {
    margin-top: 10px;
}

.crm-register-flow4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.crm-register-flow4 .crm-register-body {
    min-height: 107px;
}

.crm-register-flow4 .crm-register-body p {
    font-size: 18px;
    line-height: 30px;
}

.crm-register-flow4 .crm-register-body p:nth-child(1) {
    margin-top: 37px;
}

.crm-register-flow4 .crm-register-body a {
    font-size: 20px;
}

.crm-register-flow4 header h1 {
    display: inline-block;
    padding-left: 54px;
    background: url(/static/img/register/register_succeed.png) 1px 3px no-repeat;
}


/*login css*/

.crm-login-form .crm-login1-header {
    padding-bottom: 38px;
}

.crm-login-form .crm-register-footer {
    margin-top: 20px;
}

.crm-loginfooter-info {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    color: #8fa1b2;
}

.crm-login-form .crm-register-verification {
    font-size: 14px;
    padding-right: 20px;
    text-align: right;
    border-left: none;
    cursor: default;
    margin-top: 0px;
    height: 38px;
    line-height: 40px;
}

.crm-login-form .crm-register-verification a {
    color: #3d5266;
}

.crm-login-form .crm-register-verification a:hover {
    text-decoration: none;
    color: #39c;
}

.crm-mobile-download {
    width: 560px;
    margin: 20px auto 0 auto;
    text-align: center;
}

.crm-mobile-download a {
    font-size: 16px;
    vertical-align: bottom;
    color: #fff;
    opacity: .9;
    line-height: 22px;
}
.crm-mobile-download a:hover{
    opacity: 1;
}

.crm-mobile-download i {
    margin-right: 6px;
}

.crm-mobile-download i.iphone {
    width: 16px;
    height: 20px;
    opacity: .9;
    background: url(/static/img/register/login_os_ico.png) 0 0 no-repeat;
}

.crm-mobile-download i.android {
    width: 17px;
    height: 20px;
    opacity: .9;
    background: url(/static/img/register/login_os_ico.png) 0 -31px no-repeat;
}

.crm-mobile-download span.line {
    font-size: 18px;
    display: inline-block;
    margin: 0 26px;
    vertical-align: bottom;
    color: #fff;
    opacity: .5;
}

.crm-mobile-download a:hover {
    text-decoration: none;
}

.crm-mobile-download a:hover i.iphone {
    opacity: 1;
}

.crm-mobile-download a:hover i.android {
    opacity: 1;
}

.crm-mobile-download {
    position: relative;
}

.mobile-download-tip {
    display:none;
    position: absolute;
    z-index: 9;
    width: 222px;
    padding: 10px 0;
    border: 1px solid #d0dae4;
    background: #fff;
}

.mobile-download-downarrow {
    position: absolute;
    right: 105px;
    bottom: -20px;
    display: block;
    border-width: 10px;
    border-style: solid;
    border-color: #d0dae4 transparent transparent transparent;
}

.mobile-download-downarrow-inner {
    position: absolute;
    top: -10px;
    right: -8px;
    display: block;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.mobile-download-content span.title {
    font-size: 16px;
    display: inline-block;
    margin: 10px 0 0 0;
    text-align: center;
    color: #3d5266;
}

a.mobile-download-btn {
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
    width: 190px;
    height: 30px;
    text-align: center;
    color: #475059;
}

a.mobile-download-btn span{
    text-decoration: underline;
    color: #3399cc;
}
a.mobile-download-btn span:hover{
    text-decoration: underline;
}

.ios-tip {
    top: -285px;
    right:225px;
}

.android-tip {
    top: -285px;
    right: 81px;
}
.crm-login2-header p{
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.account-info{
    color: #00aaef;
    font-size: 18px;
    display: inline-block;
    margin-top: 32px;
}
.crm-login2-header p.account-des{
    margin-top: 10px;
}
/**/

.crm-company-list {
    margin: 10px 0 0 0;
    padding-right: 10px;
}

.crm-company-list li {
    line-height: 40px;
    box-sizing: content-box;
    width: 100%;
    height: 40px;
    margin-bottom: 10px !important;
    padding: 1px;
    cursor: pointer;
    border: 1px solid #cfdae6;
    border-radius: 100px;
    background: url(/static/img/register/crm_check_normal.png) 435px center no-repeat;
}

.crm-register2-body .crm-company-list li.selected {
    padding: 0;
    border: 2px solid #00aaef;
    background: url(/static/img/register/crm_check_hover.png) 435px center no-repeat;
}

.crm-register2-body .crm-company-list li:hover {
    padding: 0;
    border: 2px solid #00aaef;
    background: url(/static/img/register/crm_check_hover.png) 435px center no-repeat;
}

.crm-register2-body .crm-company-list li.selected span.crm-company-name,
.crm-register2-body .crm-company-list li:hover span.crm-company-name {
    color: #00aaef;
}

.crm-company-list span.crm-company-name {
    font-size: 16px;
    display: inline-block;
    overflow: hidden;
    width: 380px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
}
/**/
.crm-login-form .crm-login-footer {
    margin-top: 57px;
}
.crm-login1-body .crm-register-input-warpper.actived .crm-register-verification{
    background-color: transparent;
    border-left: 2px solid transparent;
}
.crm-login1-body .crm-register-input-warpper.error .crm-register-verification{
  border-left: 2px solid transparent;
}
.crm-login1-body .crm-register-input-warpper.error .crm-register-verification.crm-register-testgetCode{
    background-color: transparent;
    border-left:2px solid #fa7252;
}
.crm-login1-body .crm-register-input-warpper.actived .crm-register-verification.crm-register-testgetCode{
    background-color: transparent;
    border-left:2px solid #00aaef;
}
/*登录多公司*/
.crm-login2-body .crm-company-list li{
    background: none;
}
.crm-login2-body .crm-company-list li.hover,.crm-login2-body .crm-company-list li.selected{
    background: none;
    border:1px solid #00aaef;
    background: #00aaef;
}
.crm-login2-body .crm-company-list li.hover span.crm-company-name,.crm-login2-body .crm-company-list li.selected span.crm-company-name{
    color: #fff;
}
.crm-login2-body .crm-company-list li.hover{
   padding: 0;
   border: 2px solid #00aaef;
   background: none;
}
.crm-login2-body .crm-company-list li.hover span.crm-company-name{
    color: #00aaef;
}
/**/
.bottom-logo{
    background: url(/static/img/register/logo_text.png) center center no-repeat;
    position: absolute;
    width: 150px;
    margin: 0 auto;
    height: 58px;
    bottom: 10px;
    left: 50%;
    margin-left: -75px;
}


/*快速体验*/
.crm-experience-form{
  
}
.crm-experience-header span{
    color: #8fa1b2;
}
.crm-experience-form .crm-role-info{
    width: 100%;
    background: #e6edf5;
    height: 110px;
    border-radius: 3px;
    cursor: pointer;
}
.crm-experience-form .crm-role-info:hover{
    background-color: #00aaef;
    color:#fff;
}
.crm-experience-form .crm-role-info.disabled{
    background-color: #c3ced9;
    cursor: default;
}
.crm-experience-form .crm-role-info .crm-role-title,
.crm-experience-form .crm-role-detail .crm-role-title{
    font-size: 20px;
}
.crm-experience-form .crm-role-info .crm-role-num,
.crm-experience-form .crm-role-detail .crm-role-num{
    font-size: 14px;
}
.crm-experience-form .crm-role-info:nth-child(1),
.crm-experience-form .crm-role-detail:nth-child(1){
    margin-top: 25px;
}
.crm-experience-form .crm-role-info p:nth-child(1),
.crm-experience-form .crm-role-detail p:nth-child(1){
    padding-top: 30px;
    margin-bottom: 10px;
}
.crm-experience-form .crm-role-info .crm-role-des,
.crm-experience-form .crm-role-detail .crm-role-des{
  font-size: 14px;
}
.crm-experience-form .crm-role-detail{
    width: 100%;
    height: 192px;
    border:2px solid #00aaef;
    border-radius: 3px;
}
.crm-experience-form .crm-role-detail .crm-role-title{
  color: #3d5266;
}
.crm-experience-form .crm-role-detail .crm-role-des{
  color: #869cb3;
}
.crm-experience-form .crm-role-detail p img{
    margin-top: 15px;
}
.crm-experience-form .crm-register-footer{
    margin-top: 38px;
}
.crm-experience1-header{
    padding-bottom: 40px;
}
.crm-experience2-header{
    padding-bottom: 40px;
}
.crm-experience2-form .crm-register-footer{
    margin-bottom: 30px;
    margin-top: 45px;

}

/*找回密码*/
.crm-forgot-form .crm-forgot-header{
    padding-bottom: 35px;
}
.crm-forgot-helpinfo{
    color: #869cb3;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.crm-forgot-form .crm-register-footer{
    margin-top: 30px;
}
.password-prompt{
    color: #869cb3;
    font-size: 14px;
    text-align: center;
}

/*注册*/
.reg_step_1 .crm-register-input-warpper .crm-register-testgetCode.crm-register-verification{
    margin-top: 0px;
}
.reg_step_1 .crm-register-input-warpper.error .crm-register-testgetCode.crm-register-verification{
    background-color: transparent;
    margin-top: -2px;
}
.reg_step_1 .crm-register-input-warpper.actived .crm-register-testgetCode.crm-register-verification{
    background-color: transparent;
    margin-top: -2px;
}

.exists_box .crm-company-list{
    margin-bottom: 20px;
}

.exists_box .crm-login-form .crm-login-footer{
    margin-top: 20px;
}
.exist-company-list li{
  float: left;
  width: 230px;
}
.crm-forgot-body .verifycode_li .crm-register-input-warpper.actived .crm-register-testgetCode.crm-register-verification{
   background-color: #fff;
}
.crm-forgot-body .verifycode_li .crm-register-input-warpper.error .crm-register-testgetCode.crm-register-verification{
   background-color: #fff;
}

/*注册已存在*/
.exist-company-list{
	width: 430px;
    margin: 0 auto;
    overflow: hidden;
}
.exist-company-list li{
	float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 10px !important;
}
.exist-company-list li span{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  text-align: left;
  color: #8fa1b2;
  font-size: 14px;
}


/*登录错误弹出框*/
.crm-login-error {
    background: #fa7252;
    opacity: .9;
    width: 320px;
    height: 150px;
    position: absolute;
    left: 50%;
    margin-left: -160px;
    z-index: 99;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 30px;
    top:260px;
}
.crm-login-error p{
    margin-bottom: 10px;
}
.crm-login-error a.btn-got{
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border:1px solid #fff;
    display: inline-block;
    margin-top: 10px;
    border-radius: 50px;
}
.crm-login-error a.btn-got:hover{
    background-color: #fff;
    color: #fa7252;
    text-decoration: none;
}

