.container-fluid{
    padding:0;
}
.container-fluid .row{
    margin:0 auto;
}
.main
{
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0 auto;
    background: url(../Images/login-bg1.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.registerbox
{
    width: 100%;
    height: 100%;
    position: relative;
}
.registerbox .form-horizontal{
    border:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.registerbox form
{
    width: 680px;
    padding: 38px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
}

.registerbox form legend
{
    font-weight: bold;
    padding-bottom: 3%;
    text-align: center;
    color: #333;
}
.registerbox form h4
{
    font-weight: bold;

    margin-top: 3%;
    margin-bottom: 1%;
    margin-left: 5%;
}
.registerbox form label
{
    font-size: 1em;
    font-weight: normal;

    float: left;

    width: 80px;

    white-space: nowrap;
}
.registerbox form .tips
{
    color: #333;
    text-align: center;
    margin-bottom: 50px;
}
.registerbox form .submit-btn
{
	margin-top: 50px;
    text-align: center;
}

.registerbox form button
{
    line-height: 10px;
    font-size: 16px;
    width: 100px;
    height: 40px;
    margin-top: 4%;
    margin-bottom: 3%;

    color: #fff;
    border: 0;
    border-radius: 10px;
    background: #000;
}
.registerbox form .form-group
{
    width: 380px;
    margin: 0 auto;
    margin-top: 30px;

    text-align: right;
    /*    margin-top: 30px;
    margin-right: 5%;*/

    border-bottom: 1px solid #ccc;
}

.registerbox form .form-group input
{
    border: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.registerbox form .has-error .help-block {
	color: #a94442;
	font-size: inherit;
}
.registerbox form .imagecode img
{
    margin-bottom: 10px;

}

.registerbox form .validatecode a
{
    font-size: .8em;
    line-height: 19px;

    width: 95px;
    height: 30px;
    margin-bottom: 10px;
    margin-left: 5px;

    color: #fff;
    border: 0;
    border-radius: 10px;
    background: #000;
}
.registerbox form .validatecode a:hover
{
    color: #fff;
    border-color: #204d74;
    background-color: #286090;
}


/*获取动态码*/

a#getvalidatecode {
    position: absolute;
    top: 62px;
    left: 284px;
}

.imagecode {
    position: relative;
}
/* 登录改版普通样式 */
.registerbox .form-horizontal legend{
    width: 100%;
    height: 100px;
    position: relative;
    border:0;
}
.registerbox .form-horizontal legend p{
    margin-top: -16px;
    font-size: 24px;
    color: #333;
}
.registerbox .form-horizontal legend .register-img{
    display: block;
    width: 115px;
    height: 65px;
    margin:0 auto;
    background: url("../images/register_img.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.registerbox .form-group{
    margin-top: 15px!important;
    height: 36px;
    line-height: 36px;
    border-bottom: 2px solid #f3f3f3!important;
}
.registerbox .form-input{
    margin-left: 42px;
    position: relative;
}
.registerbox .form-group:nth-child(2) .form-input{
    padding-right:120px;
}
.registerbox .form-group:nth-child(3) .form-input{
    padding-right:120px;
}
.registerbox .form-group:nth-child(4) .form-input{
    padding-right:210px;
}
.registerbox .form-group:nth-child(5) .form-input{
    padding-right:120px;
}
.registerbox .form-group:nth-child(6) .form-input{
    padding-right:120px;
}
.registerbox .form-group:nth-child(3) .form-input .help-block{
    margin-right:100px!important;
}
.registerbox .form-group:nth-child(4) .form-input .help-block{
    margin-right:100px!important;
}
.registerbox .form-input .form-control{
    display: inline-block!important;
    height: 34px;
    vertical-align: middle;
    width: 100%!important;
}

.registerbox .form-group .imagecode{
    height: 36px;
    line-height: 36px;
    position: relative;
}
.registerbox .form-group .imagecode #Check{
    width: 94px!important;
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
}
.registerbox .form-group .imagecode .form-control{

}
.registerbox .form-group .control-label{
    float: left;
    width: 30px;
    height: 30px;
    padding:0;
    margin:0;
    background-image: url('../images/register_Allicon.png');
    background-repeat: no-repeat;
}
.registerbox .form-group .icon-phone{
    background-position: 0 0;
}
.registerbox .form-group .icon-yzm{
    background-position: 0 -55px;
}
.registerbox .form-group .icon-dtm{
    background-position: 0 -110px;
}
.registerbox .form-group .icon-pwd{
    background-position: 0 -165px;
}
.registerbox .form-group .icon-okpwd{
    background-position: 0 -216px;
}
.registerbox .form-group .icon-uname{
    background-position: 0 bottom;
}
.registerbox .submit-btn{
    width: 380px;
    margin: auto;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    height: 45px;
    line-height: 45px;
}
.registerbox .submit-btn .btn-primary{
    height: 100%;
    width: 100%;
    background-color: #c30000;
    margin:0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    border: 0;
}
.registerbox #getvalidatecode{
    z-index: 1;
    background-color: #c30000;
    top: 44px;
    right: 0;
    left: auto;
    outline: none;
    border: 0;
}

/************** 添加二维码 ****************/
.registerbox .register-w{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto!important;
    height: 576px;
    white-space: nowrap;
    font-size: 0;
}
.registerbox .form-horizontal .help-block{
    margin: 0!important;
    height: 36px;
    line-height: 36px;
    display: inline-block !important;
    font-size: 14px!important;
    position: absolute;
    right: 0;
    float: none!important;
}
.registerbox .form-horizontal{
    display: inline-block;
    vertical-align: top;
}

.registerbox .join_erweima{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-left: -75px;

    height: 100%;
    width: 340px!important;
    background: #fff;
}

.registerbox .join_erweima .join-w{
    margin-top: 184px;
    padding-top: 20px;
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 20px;
    border-left: 2px solid #c8c8c8;
}

.registerbox .join_erweima .join-w .go_login{
    text-align: left;
    margin-left: 10px;
    font-size: 14px;
    color: #333;
    /*font-weight: bold;*/
    /*color: #c30000;*/
}

.registerbox .join_erweima .join-w .go_login a{
    color: #c30000;
    text-decoration: underline;
}

.registerbox .join_erweima .join-w .erweima-img{
    display: inline-block;
    vertical-align: middle;
    width: 188px;
    height: 188px;
}

.registerbox .join_erweima .join-w .erweima-info{
    text-align: center;
    margin: 0 23px;
    margin-top: 10px;
    color: #999;
    white-space: normal;
}

/**** 密码重置样式调整 ***/
.registerbox .form-group.has-error span{
    margin-top: 0!important;
    margin-bottom: 0!important;
    height: 36px;
    line-height: 36px;
    display: inline-block !important;
    font-size: 14px!important;
    position: absolute;
    right: 0;
    float: none!important;
    color: #a94442;
}
.registerbox .form-group.row1 span{
    margin-right: 0!important;
}
.registerbox .form-group.row3 span{
    margin-right: 80px!important;
}
/* 登录改版响应样式 */
@media screen and (max-width: 720px){
    body{
        overflow-y:hidden;
    }
    .main{
        background: none;
        padding:0;
    }
    .registerbox{
        background-color: #fff;
    }
    .registerbox .form-group{
        width: 100%!important;
    }
    .registerbox .form-horizontal{
        width: 100%;
        overflow: hidden;
    }
    .registerbox .submit-btn{
        width: 100%!important;
    }
    .registerbox form .form-group input{
        width: auto!important;
    }

    /* 添加二维码 */
    .registerbox .register-w{
        width: 344px!important;
        height: 100%;
        overflow-y: auto;
    }
    .registerbox .register-w .h2{
        padding: 0;
        margin: 0;
    }
    .registerbox .join_erweima{
        display: block;
        margin: 0 auto;
        width: 100%!important;
        text-align: center;
        height: auto!important;
        margin-top: -68px;
    }
    .registerbox .join_erweima .join-w{
        padding-top: 5px;
        margin-top: 0;
        border: 0;
        display: inline-block;
        text-align: center;
    }
    .registerbox .form-group input{
        padding-left: 0;
        padding-right: 0;
    }
    .registerbox .form-group:nth-child(4) .form-input .help-block{
        max-width: 50px;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .registerbox .form-group:nth-child(4) .form-input{
        padding-right:120px;
    }

    ::-webkit-scrollbar-track-piece {
        background: #fff;
    }
    ::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}