@charset "UTF-8";
.landing-page .navbar-default .nav li a {
    color: #000;
}
body.landing-page {
    background: #F6F9FD;
}
.landing-page .navbar-fixed-top {
    border-bottom: 1px solid #e7eaec !important;
    /*background-color: #fff;*/
}
/*注册相关样式*/
.register-row{
    width: 640px;
    padding: 0px;
    position: relative;
    clear: both;
    min-height: 60px;
}

.register-row .form-required{
    padding-left: 0px;
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 16px;
    color: #333333!important;
    line-height: 42px;
    float: left;
    margin-right: 30px;
    width: 180px;
    text-align: right;
}

.register-row .form-required span{
    margin-right: 5px
}

.register-row .form-control{
    width: 450px;
    height: 42px;
    padding-top: 0px;
}
.register-row .form-control:hover{
    border-color: #29BECE;
}
.register-row .form-control:focus{
    border-color: #29BECE;
}
/*placeholder çš„é¢œè‰²å€¼*/
.register-row .form-control:hover::placeholder{
    color: rgb(166,167,170);
}
.register-row .form-control:focus::placeholder{
    color: rgb(166,167,170);
}



.register-row .validation{
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 10px;
    color: #F02B2B;
    line-height: 18px;
    /*height: 22px;*/
    margin-left: 190px;
    padding-bottom: 0px;
    display: block;
}


.register-row .glyphicon-eye-close:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/eye-close.png) no-repeat center center;
    background-size: cover;
}
.register-row .glyphicon-eye-open:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/eye-open.png) no-repeat center center;
    background-size: cover;
}

#registerForm div.register-row div.obtainMsgCodDiv{
    width: 124px;
    padding: 0px;
    margin-right: 16px;
}
#registerForm div.register-row .obtainMsgCodeInp {
    margin-right: 16px;
    width: 216px;
}
#registerForm div.register-row .verifyCode{
    /* width: 70px; */
}

form#registerForm{
    padding-left: 70px;
}

#registerForm div.register-row{
    width: 728px;
}
#registerForm button#getCaptcha {
    width: 220px
}

#registerForm div.register-row .authcode .col-sm-6 button{
    padding: 10px;
}

#registerForm .question-mask-one.active, #registerForm .question-mask-two.active {
    display: block;
}
#registerForm .question-mask-one, #registerForm .question-mask-two {
    position: absolute;
    left: -119px;
    top: 12px;
    display: none;
    padding-top: 10px;
}
#registerForm .question-mask{
    position: relative;
    transition: all 0.3s;
    width: 250px;
    padding: 13px 12px 8px 12px;
    color: #000000;
    background: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
}
#registerForm .question-mask::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 125px;
    width: 0px;
    height: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
#registerForm .help-link{
    position:absolute;
    right: -100px;
    top: 12px;
}
#registerForm .help-link .right-side-a {
    font-size: 14px;
    color: #29BECE;
    letter-spacing: 0;
    line-height: 20px;
}
#registerForm .help-link .icon-question{
    padding-left: 4px;
    position: relative;
}
#registerForm .help-link .vertical-bar{
    padding: 0 9px 0 6px;
    color: rgba(255,255,255,0.25);
}
/*注册样式end*/
.container{
    width: 1200px;
}
.register-title{
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 24px;
    color: #333333;
    line-height: 32px;
}

.register-form {
    padding-top:66px;
    padding-bottom: 100px;
    height: calc(100% - 167px);
}

.register-form > .container {
    background-color: #fff;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 50px;
}

.register-form h2.register-title{
    padding: 20px 0;
    font-weight:normal;
    text-align: center;
}

.register-form label {
    font-weight:normal;
    font-size: 16px;
}

.terms h3 {
    color: #333333;
    font-size: 24px;
}

.register-form .terms-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.register-form .terms-wrap .help-content p {
    color: #666;
}

.register-form .register-wrap {
    max-width:800px;
    margin: 0 auto;
    height: 570px;
}

.register-form .register-wrap label {
    /*color: #515769;*/
}
.register-form .register-wrap label.error {
    position: static;
}

.register-form .register-wrap label.validation {
    color: #c12e2a;
    line-height: 22px;
    margin-bottom: 0px;
}

.register-form .register-wrap .form-control.error {
    border-color: #c12e2a;
}

.register-form .register-wrap input {
    border: 1px solid #ccc;
    border-radius: 2px;
}

.register-form .register-wrap .register-submit {
    width:100%;
    font-size: 22px;
    font-weight:normal;
}

.register-form label.hide {
    display:none;
}

.register-form .password-bar {
    margin-left: 12px;
    width: 300px;
    height: 5px;
    background: #F6F6FA;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 5px;
}
.register-form .password-bar .progress-bar_item {
    display: inline-block;
    height: 100%;
    width: 33.33%;
    float: left;
    visibility: hidden;
}
.password-check-text {
    display: inline-block;
    color:#aaa;
    margin-left: 10px;
}
.register-form .password-bar .active {
    visibility: visible;
}

.register-success-container {
    text-align: center;
}
.register-success-container label {
    color:#3c3c3c;
    font-size:14px;
}

#password-eye-close, #password-eye, #password-eye-anotherPassword {
    float: right;
    top: -28px;
    margin-right:6px;
    vertical-align: middle;
    font-size: 16px;
}