.login-out{
    padding:105px 0 50px;
}
.login-reg-container{
    width: 980px;
    height: 660px;
    margin: 0 auto;
    background: url(../image/common/loginbg.png) no-repeat center bottom/100% 100%;
}
/*登录*/
.login-to-reg{
    width:360px;
    float: left;
}

.login-logo{
    display: block;
    text-align: center;
    overflow: hidden;
}
.login-logo img{
    margin-top: -10px;
}
.to-reg-content{
    margin-top: 143px;
    font-size: 24px;
    color: #fff;
    padding-left: 35px;
    font-weight: 300;
}
.to-reg-content .to-reg-btn{
    display: block;
    width: 140px;
    height: 50px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    margin-top: 30px;
}
.login-content{
    margin-left:360px;
    height:100%;
    background: #fff;
    padding: 45px 120px 0;
    font-size: 14px;
}
.login-content .login-content-title{
    font-size: 24px;
    text-align: center;
    /* border-bottom: 2px solid #E6E6E6; */
    margin-bottom: 70px;
}
.login-content .form-group label{
    color: #666666;
    font-size: 12px;
}

.login-forget-pw{
    color: #ED1C24;
    float: right;
}
.login-forget-pw:hover{
    color: #ED1C24;
}
.login-submit,.register-btn{
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #ED1C24;
    border-radius: 35px;
    color: #fff;
    font-size: 14px;
    border: 0;
    outline: 0;
    text-align: center;
}
.login-submit:hover{
    text-decoration: none;
}
.login-right-now{
    display: block;
    margin-top:40px;
    width:160px;
    height:40px;
    text-align: center;
    line-height:40px;
    color: #fff;
    font-size:14px;
}
.login-right-now.reload{
    background: #319BD8;
}
#remeber-pw{
    opacity: 0.4;
    vertical-align: text-top;
}
/* 注册 */
.register-btn{
    /* margin-top: 30px; */
}
.choose-email-phone{
    display: flex;
    justify-content: space-between;
}
.choose-email-phone .change-reg-btn{
    width: 33%;
    border-bottom:1px solid #E9E9E9;
    line-height: 46px;
    text-align: center;
    font-size: 12px;
    color: #4D4D4D;
    cursor: pointer;
}
.choose-email-phone{
    overflow: hidden;
    margin-bottom: 35px;
}
.choose-email-phone .change-reg-btn.active{
    color: #319BD8;
    border-color: #319BD8;
}
.choose-email-phone .change-reg-btn.error{
    color: #FF1D25;
    border-color: #FF1D25;
}
.choose-email-phone .change-reg-btn.yellow{
    color: #F26138;
    border-color: #F26138;
}
.login-content-title.register-title{
    margin-bottom: 20px;
}
.register-progress{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.register-progress .progress-point{
    width: 10px;
    height: 10px;
    background: #CCCCCC;
    border-radius: 50%;
}
.register-progress .progress-point.active{
    background: #ED1C24;
}
.register-progress .progress-line{
    width: 16px;
    height: 1px;
    background: #CCCCCC;
    margin-top: 4px;
}
.get-code-input{
    width: 70%;
    float: left;
}
.get-code-btn{
    width: 30%;
    float: right;
    background: #ED1C24;
    color: #fff;
    border: 0;
    font-size: 12px;
    height: 46px;
    border-radius: 0;
}
.change-reg-content{
    display: none;
}
.change-reg-content.active{
    display: block;
}
.form-control-350{
    height: 350px;
}
.form-control-300{
    height: 300px;
}
.email-reg-second,.email-reg-third,.phone-reg-second{
    display: none;
}
.email-reg-third>.active,.email-reg-third>.yellow,.email-reg-third>.error{
    display: none;
}
/* 验证邮箱第二步 */
.reg-verify-email{
    font-weight: bold;
}
.reg-verify-tip{
    color: #319BD8;
    font-size: 12px;
    margin: 15px 0 30px;
}
.reg-resend-code{
    color: #ED1C24;
    font-size: 12px;
    margin-top: 10px;
    font-weight: bold;
    cursor: pointer;
}
.reg-email-success{
    font-size: 18px;
    /*font-weight: bold;*/
    margin-bottom: 10px;
    color: #319BD8;
}
.reg-email-success.yellow{
    color: #F26138;
}
.reg-email-success.error{
    color: #FF1D25;
}
.reg-email-successtip{
    font-size: 14px;
    color: #666666;
}
.send-verify-code{
    height: 43px;
    font-size: 12px;
    color: #319BD8;
    position: absolute;
    right: 15px;
    top: 0;
    background: #FCFCFC;
    border: 0;
    margin-top: 2px;
    outline: 0;
}
.send-verify-code:hover{
    text-decoration: underline;
}
.reg-search-company{
    position: relative;
}
.reg-search-company img{
    position: absolute;
    left:12px;
    top:13px;
}
.reg-search-company input{
    padding-left:34px;
}
.reg-agree-box{
    padding:12px 0;
    border-top:1px dashed #B3B3B3;
    font-size:14px;
    margin:25px 0;
}
.reg-agree-box span{
    color: #22A7F0;
}

.card-file-show{
    width:100%;
    height:230px;
    border:1px solid #E6E6E6;
    -webkit-box-shadow: 5px 5px 5px #E6E6E6;
    -moz-box-shadow: 5px 5px 5px #E6E6E6    ;
    box-shadow: 5px 5px 5px #E6E6E6    ;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.card-file-show img{
    width:100%;
    height:auto;
}
.card-file-show-box{
    padding:40px 0 30px 0;
    position: relative;
}
.card-file-show .card-delete{
    width: 100%;
    height: 35px;
    background: rgba(0,0,0,.1);
    color: #ED1C24;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
.card-file-show:hover .card-delete{
    display: block;
}
.upload-file-btn{
    width:100%;
    height:40px;
    border:2px dashed #CCCCCC;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    text-align: center;
    line-height:36px;
    color: #22A7F0;
    font-size:14px;
    position: relative;
    margin:16px 0 20px;
}
.upload-file-btn .upload-card-input{
    width:100%;
    height:40px;
    opacity:0;
    position: absolute;
    left:0;
    top:0;
}
/*编辑名片*/
.card-file-show .card-left-line{
    width:98px;
    height:100%;
    border-right:1px solid #319BD8;
}
.card-file-show .card-info-edit{
    position: absolute;
    width:100%;
    height:86px;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    display: flex;
    justify-content:space-between;
}
.card-file-show .card-info-edit .card-name-position{
    width:55%;
    padding:17px 20px;
}
.card-name-position .card-name-position-bg{
    background: #fff;
}
.card-name-position .card-name{
    width:100%;
    height:28px;
    font-size:24px;
}
.card-name-position .card-position{
    width:100%;
    height:24px;
    font-size:12px;
}

.card-info-edit .card-info-other{
    width:50%;
    margin-right:2px;
}
.card-info-edit .card-info-other>li{
    height:28px;
    width:100%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.card-info-edit .card-info-other>li img{
    float: left;
    width:16px;
    height:16px;
    margin-top:5px;
}
.card-info-edit .card-info-other>li .card-info-other-input{
    margin-left:24px;
}
.card-name-position .card-name input,.card-name-position .card-position input{
    text-align: center;
}
.card-name-position .card-name input,.card-name-position .card-position input,
.card-info-edit .card-info-other>li .card-info-other-input input{
    width:100%;
    height:100%;
    border:0;
    background: #fff;
    outline:0;
}
.card-name-position .card-name input,.card-name-position .card-position input{
    color: #808080;
}
.card-name-position .card-position input{
    width:100%;
}
.card-info-edit .card-info-other>li .card-info-other-input input{
    color: #000;
}


.card-name input.card-edit-input::-webkit-input-placeholder{
    font-size:24px;
    color: #808080;
}
.card-name input.card-edit-input:-moz-placeholder{
    font-size:24px;
    color: #808080;
}
.card-name input.card-edit-input::-moz-placeholder{
    font-size:24px;
    color: #808080;
}
.card-name input.card-edit-input:-ms-input-placeholder{
    font-size:24px;
    color: #808080;
}



.card-info-other>li input.card-edit-input::-webkit-input-placeholder{
    font-size:13px;
    color: #808080;
}
.card-info-other>li input.card-edit-input:-moz-placeholder{
    font-size:13px;
    color: #808080;
}
.card-info-other>li input.card-edit-input::-moz-placeholder{
    font-size:13px;
    color: #808080;
}
.card-info-other>li input.card-edit-input:-ms-input-placeholder{
    font-size:13px;
    color: #808080;
}