.login-wrap .jiapu-login {
    margin: 120px auto 120px;
    float: none;
}
.login-wrap .login-tab {
    margin: 30px 0 30px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.login-wrap .login-tab li {
    font-size: 24px;
    display: inline-block;
    padding: 0 5px;
    color: #CCC8C8;
}
.login-wrap .login-tab li a {
    color: #8A8A8A;
    text-decoration: none;
}
.login-wrap .login-tab li.active a, .login-wrap .login-tab li.active a:hover, .login-wrap .login-tab li.active a:focus {
    font-weight: 400;
    text-decoration: none;
    color: #D95F4C;
}
.formLogin .form-control {
    height: 48px;
    font-size: 16px;
}
.formLogin .help-block {
    /*position: absolute;*/
    /*top: 10px;*/
    text-align: left;
    color: #D95F4C;
    /*left: 375px;*/
    /*width: 250px;*/
}
.formLogin .help-block label {
    font-weight: 400;
}
.formLogin .has-error .help-block {
    color: #D95F4C;
    font-weight: 400;
}
.login-wrap .form-control-feedback {
    font-size: 18px;
    line-height: 48px;
    height: 48px;
    width: 60px;
    color: #D95F4C;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.login-wrap .form-group.auth-code {
    display: inline-block;
}
.login-wrap .form-group.auth-code .form-control {
    float: left;
}
.cutover_code img {
    float: right;
}
.cutover_ag {
    text-align: right;
}

.btn-gray {
    background-color: #8A8A8A;
    color: #ffffff;
}
.radio-select .radio {
    float: left;
    display: inline-block;
    margin-top: 0px;
    margin-right: 10px;
    font-size: 18px;
}
.login_zh {
	font-size: 16px;
}
.login_zhtxt {
	font-size: 16px;
	text-align: center;
}
/*.NameFist {*/
/*width: 40%;*/
/*}*/
/*.NameSecond {*/
/*width: 55%;*/
/*}*/
/*.EmailPhone {*/
/*width: 65%;*/
/*margin-right: 3%;*/
/*}*/
.icheckbox_flat-green,
.iradio_flat-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 16px;
    background: url(../images/blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-green {
    background-position: 0 0;
}
.icheckbox_flat-green.checked {
    background-position: -22px 0;
}
.icheckbox_flat-green.disabled {
    background-position: -44px 0;
    cursor: default;
}
.icheckbox_flat-green.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat-green {
    background-position: -88px 0;
}
.iradio_flat-green.checked {
    background-position: -110px 0;
}
.iradio_flat-green.disabled {
    background-position: -132px 0;
    cursor: default;
}
.iradio_flat-green.checked.disabled {
    background-position: -154px 0;
}

@media screen and (min-width:1200px){
    .formLogin .help-block {
        position: absolute;
        top: 10px;
        left: 385px;
        width: 250px;
    }
    .verify-btn {
        margin-top: 7px;
        padding-left: 2px;
    }
    .formLogin .NameSecond .help-block {

        left: 223px;
    }
}