.fl{
    float: left;
}
.fr{
    float: right;
}
input:-webkit-autofill {
    /*-webkit-text-fill-color: #fff !important;*/
    transition: background-color 5000s ease-in-out 0s;
}
.user-login-bg{
    width:100%;
    /*position:relative;*/
    padding:80px 0 50px 0;
    background:url("/images/login/bg_login.jpg") 50% 0 no-repeat;
    height:453px;
    font-size:14px
}
.login-wrap{
    width: 670px;
    margin:0 auto;
    overflow: hidden;
    background:#fff;
    padding:30px;
    border:1px solid #ddd;
}
.login-left,.register-left,.wxlogin-left,#wxregisterLeft{
    /*display: none;*/
    float:left;
    border:1px solid #ddd;
    padding:15px 25px;
    width:270px;
    height: 348px;
}
.user-login-type{
    overflow:hidden;
    margin-bottom:15px
}
.user-login-type li{
    float:right;
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;
}
.user-login-type li:first-child{
    float:left
}
.user-login-type li:hover{
    color: #00a0e8;
}
.user-login-type .select{
    color:#00a0e8;
    border-bottom:2px solid #00a0e8;
}
.user-login-choose input[type='radio']{
    margin-right: 5px;
}
.user-login-choose label{
    cursor: pointer;
}
.user-login-choose label:first-child{
    margin-right: 10px;
}

.user-input{
    border:1px solid #ddd;
    padding-left:35px;
    margin:20px 0 5px 0;
}
.user-input input{
    line-height: 36px;
    height:36px;
}
.user-input.user-name{
    background:url("/images/login/icon_user_name.png") no-repeat 10px;
}
.user-input.user-password{
    background:url("/images/login/icon_user_password.png") no-repeat 10px;
}
.user-input.user-mobile{
    background:url("/images/login/icon_user_mobile.png") no-repeat 10px;
}
.user-input.user-email{
    background:url("/images/login/icon_user_email.png") no-repeat 10px;
}
.err-msg{
    color: red;
    font-size: 12px;
    height: 21px;
    /* height: 24px; */
}
.login-left .user-items{
    margin-bottom:10px
}
.register-left .user-items{
    margin-bottom:8px
}
.user-items span{
    color: red;
    cursor: pointer;
}
/*user-forget-pwd*/
.user-forget-pwd{
    float: right;
    margin-bottom: 10px;
    /* margin-bottom: 25px; */
}
/*login-right start*/
.login-right{
    float:right;
    width:270px;
    height: 328px;
    padding:25px;
    border:1px solid #ddd;
}
.login-right .login-tip{
    text-align: center;
    margin: 15px;
    font-size: 19px;
}
.login-right .login-tip a{
    color: #00a0e8;
    display: inline;
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
}
.login-slogan{
    text-align: center;
    border: 1px solid #ddd;
    position: relative;
    margin-top: 40px;
}
.login-slogan span{
    position: absolute;
    left: 50%;
    top: -12px;
    margin-left: -50px;
    width: 100px;
    background: #fff;
}
.login-slogan-list{
    margin: 50px 0;
}
.login-slogan-list li{
    width: 66%;
    background: url("/images/login/icon_slogan.png") no-repeat 0 3px;
    margin: 35px auto;
    height: 28px;
}
.login-slogan-list li:first-child+li{
    background-position: 0 -26px;
}
.login-slogan-list li:first-child+li+li{
    background-position: 0 -60px;
}
/*login-btn start*/
.user-btn-primary{
    background:#00a0e8;
    color:#fff;
}
.user-btn-primary span{
    color: #fff;
}
.login-wrap .login-btn{
    width:100%;
    line-height:36px;
    height:36px;
    font-size:16px;
    margin-bottom:10px;
    margin-top:10px;
}
/*login-person-mobile*/
/*register-enterprise*/
.register-enterprise .user-input{
    margin-top: 10px;
}
.register-enterprise .user-valid-code{
    margin: 10px 0;
}
/*register-enterprise*/
.user-valid-code{
    overflow: hidden;
    margin: 20px 0 15px 0;
}
.user-valid-code .login-code{
    line-height: 36px;
    height: 36px;
    width: 95px;
    float: left;
    margin: 0;
}
.user-valid-code .get-code-btn{
    width: 120px;
    float: right;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
}
/*register-enterprise-info*/
.register-enterprise-info{
    display: none;
    max-height: 378px;
}
.register-enterprise-info h1{
    color: #00a0e8;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #00a0e8;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.co-row{
    overflow: hidden;
}
.co-input{
    overflow: hidden;
    margin: 0 20px 15px 0;
}
/*.co-input-inline{*/
    /*display: inline;*/
/*}*/
.co-input.cert-type{
    display: none;
}
.co-input label{
    text-align: right;
    width: 95px;
    margin-right: 10px;
    line-height: 32px;
    display: inline-block;
}
.co-input label span{
    color: red;
}
.co-input .co-type{
    background: #00a0e8;
    color: #fff;
    text-align: center;
    width: 70px;
    line-height: 24px;
    padding: 3px 15px;
    margin-right: 5px;
}
.co-input .input-text{
    border: 1px solid #ddd;
    line-height: 28px;
    height: 28px;
    padding: 0 5px;
    width: 160px;
    color: #000;
}

.co-input .input-select{
    line-height: 32px;
    width: 100px;
    height: 32px;
    padding: 0 5px;
    border: 1px solid #ddd;
    margin-right: 5px;
}
.co-input .select-type{
    width: 260px;
}
.co-input .select-cert-type{
    width: 190px;
}
.co-input .label-tip{
    width: auto;
    font-size: 12px;
}
.register-enterprise-info .login-btn{
    width: 220px;
    line-height: 36px;
    height: 36px;
    margin: 0 auto;
    font-size: 16px;
    display: block;
    cursor: pointer;
    text-align: center;
}
.register-enterprise-info .input-file-wrap{
    overflow: hidden;
    position: relative;
}
.register-enterprise-info .input-uploadImg{
    opacity: 0;
    z-index: 1;
}
.register-enterprise-info .uploadImg-btn{
    border: 1px solid #ddd;
    cursor: pointer;
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 120px;
    margin-top: -5px;
    margin-left: 10px;
    line-height: 26px;
    height: 30px;
}
.co-input.label-row-two label{
    line-height: 20px;
    float: left;
}
.co-input.label-row-two .input-text{
    margin-left: 4px;
    margin-top: 6px;
}
.co-input.label-row-two .uploadImg-btn{
    width: auto;
}
/*register-enterprise-info*/
/*layer-h-bg*/
.layer-h-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    z-index: 101;
    top: 0px;
    left: 0px;
    display: none;
}
.layer-h {
    width: 400px;
    position: absolute;
    z-index: 101;
    top: 50%;
    height: 350px;
    left: 50%;
    margin-left: -150px;
    margin-top: -175px;
    box-sizing: border-box;
    background: #f6f6f6;
    border: 1px solid #b7dcee;
    overflow: hidden;
}
.layer-h h5 {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    background: #eaf8ff;
}
.layer-h-content {
    width: 100%;
}
.uploadImg {
    float: left;
    position: relative;
    width: 200px;
    height: 200px;
    border: 1px solid #C9CCCC;
    line-height: 200px;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    margin: 20px 100px;
}
.layer-h-content input {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #e8e8e8;
    font-size: 14px;
    border: 1px solid #cccccc;
    cursor: pointer;
}
.uploadImg img, .uploadImg input {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
}
.uploadImg input {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    z-index: 101;
}
.uploadImg .preview{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.up_img_sub, .close {
    height: 30px;
    width: 100px;
    border: 1px solid #666666;
    margin-left: 150px;
}
/*layer-h-bg End*/
/*protocol start*/
.reg-protocol{
    display: none;
    padding: 10px 20px;
}
.reg-protocol h3{
    text-align: center;
    font-weight: bold;
}
.reg-protocol h4{
    font-weight: bold;
    margin-top: 5px;
}
.reg-protocol .agreeBtn{
    background: #00a0e8;
    color: #fff;
    text-align: center;
    width: 140px;
    margin: 10px auto;
    line-height: 36px;
    font-size: 16px;
    border-radius: 5px;
}
.reg-protocol .agreeBtn:hover{
    background: #11B2E8;
    cursor: pointer;
}
/*protocol end*/
/*register-success start*/
.layer-alert {
    display: none;
}
.layer-bx {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: .3;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.gx {
    position: absolute;
    width: 300px;
    height: 100px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    z-index: 999;
    color: #40afff;
    background: #FFF;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding-top: 60px;
    line-height: 50px;
}
.gx img {
    margin-right: 10px;
}
/*register-success end*/