.panel-register {
    padding: 50px 0;
    background-color: #f9fafe;
}
.panel-register h2 {
    height: 45px;
    line-height: 45px;
    font-size: 28px;
    font-weight: 400;
    overflow: hidden;
}
.panel-register h2 span {
    font-size: 16px;
    color: #999;
    margin-left: 30px;
}
.box {
    position: relative;
    padding: 100px 50px 50px 50px;
    background-color: #fff;
    box-shadow: 0 3px 15px rgb(50 50 50 / 4%);
    border-radius: 6px;
    width: 80%;
    margin: auto;
}
.form-group {
    margin-bottom: 15px;
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.register-primary .control-label {
    float: left;
    width: 280px;
    line-height: 40px;
    text-align: right;
    color: #666;
    padding: 0 20px 0 0;
}


.form-group .control-label {
    display: inline-block;
    max-width: 100%;
    line-height: 20px;
    padding-top: 10px;
}


.register-primary .form-error {
    color: #f30;
    font-size: 14px;
}

.register-primary .help-block {
    float: left;
    position: relative;
    width: 500px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}
.help-block {
    display: block;
    margin-top: 10px;
    color: #808080;
    font-size: 14px;
}

.register-primary .form-group {
    margin-bottom: 20px;
}

.register-primary .form-control {
    float: left;
    width: 280px;
    margin-right: 15px;
}

.form-control {
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 9px 12px;
    font-size: 14px;
    color: #484848;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 6px;
    transition: border linear .2s, box-shadow linear .2s;
}
.register-primary .help-block .onshow {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    color: #666;
    background-color: #f7f8f9;
    border-radius: 3px;
}
.btn {
    display: inline-block;
    padding: 9px 25px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    vertical-align: middle;
    cursor: pointer;
    color: #4c5161;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 100px;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.verifyimg {
    display: block;
    height: 38px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.pull-left {
    float: left;
}


.register-primary .form-control {
    float: left;
    width: 280px;
    margin-right: 15px;
}

.register-primary .btn-green {
    float: left;
    margin-right: 15px;
    border-radius: 4px;
    color: #fff;
    border-color: #01cf75;
    background-color: #01cf75;
    box-shadow: 1px 3px 13px rgb(1 207 117 / 21%);
}

.register-primary .form-control-short {
    width: 142px;
}

.btn-green:active {
    color: #fff;
    border-color: #08c07d;
    background-color: #08c07d;
}
.btn-green:hover {
    color: #fff;
    border-color: #0ed980;
    background-color: #0ed980;
}
.btn:active {
    background-color: #f6f6f7;
    box-shadow: none!important;
}
.btn:hover {
    text-decoration: none;
}
a:hover {
    color: #007dfe;
    text-decoration: none;
}
.register-primary .help-block .onshow:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    color: #f7f8f9;
    left: -6px;
    border-right: 6px dashed;
    border-right: 6px solid \9;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.register-primary .security-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 9px 0 12px 0;
    z-index: 3;
    background-color: #fff;
    display: none;
}

.security-level {
    clear: both;
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    overflow: hidden;
}
.security-level span {
    float: left;
    margin-right: 3px;
}

.text-blue {
    color: #007dfe !important;
}
.security-level {
    clear: both;
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    overflow: hidden;
}

.security-level span.levs {
    display: block;
    margin-top: 3px;
    padding: 2px 3px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 12px;
}



.security-level span.lev1 {
    border-radius: 8px 0 0 8px;
}
.security-level span.lev {
    width: 76px;
    height: 8px;
    line-height: 8px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    padding: 0;
    color: #fff;
    text-indent: -999px;
    background-color: #e5e5e5;
    transition: background-color .3S;
}
.security-level span {
    float: left;
    margin-right: 3px;
}
.security-level-weak span.lev1, .security-level-medium span.lev1, .security-level-strong span.lev1 {
    background-color: #ec3701;
}
.security-level-medium span.lev2, .security-level-strong span.lev2 {
    background-color: #f78115;
}
.security-level-strong span.lev3 {
    background-color: #6d9e06;
}

.security-level span.lev3 {
    border-radius: 0 8px 8px 0;
    margin-right: 0;
}


.security-level span {
    float: left;
    margin-right: 3px;
}
.security-level span.text {
    padding-left: 5px;
    color: #fff;
}
.security-level-weak span.text span.txt1 {
    display: inline;
    color: #ec3701;
}
.security-level-medium span.text span.txt2 {
    display: inline;
    color: #f78115;
}
.security-level-strong span.text span.txt3 {
    display: inline;
    color: #6d9e06;
}
.security-level span.text span {
    display: none;
}
.pull-left {
    float: left;
}
.radio, .checkbox {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.form-group .btn-link, .form-group .radio, .form-group .checkbox {
    margin-top: 0;
}
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
.radio input, .checkbox input {
    float: left;
    margin: 4px 7px 0 0;
}
input[type="checkbox"]:enabled, input[type="checkbox"]:disabled {
    opacity: 0;
    position: absolute;
}
input[type="checkbox"]:enabled + .checkbox-text, input[type="checkbox"]:disabled + .checkbox-text {
    position: relative;
    display: block;
    min-height: 20px;
    line-height: 20px;
    padding-left: 30px;
    color: #666;
    cursor: pointer;
}
input[type="checkbox"]:disabled + .checkbox-text::before, input[type="checkbox"]:enabled + .checkbox-text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    overflow: hidden;
    border: 2px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    transition: .3s;
    box-shadow: 1px 3px 10px rgb(200 200 200 / 30%);
}

input[type="checkbox"]:enabled:checked + .checkbox-text:hover::before {
    border-color: #fe871d;
    background-color: #007dfe;
}
input[type="checkbox"]:enabled:checked + .checkbox-text::before {
    border-color: #ff7a8d;
    background-color: #007dfe;
    box-shadow: 1px 3px 10px #007dfe;
}
input[type="checkbox"]:disabled + .checkbox-text::after, input[type="checkbox"]:enabled + .checkbox-text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    z-index: 3;
    width: 6px;
    height: 10px;
    margin-top: -7px;
    overflow: hidden;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    background-color: transparent;
    opacity: 1;
    transition: .3s;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}







.btn:active {
    background-color: #f6f6f7;
    box-shadow: none!important;
}
.btn:hover {
    text-decoration: none;
}


.btn-block {
    display: block;
    width: 100%;
}
.btn-md {
    font-size: 15px;
    padding: 14px 50px;
}
.btn-primary {
    color: #fff;
    color: #fff;
    border-color: #007dfe;
    background-color: #007dfe;
    box-shadow: 1px 3px 13px #007dfe;
}
.btn-primary:hover {
    color: #007dfe;
    border-color: #007dfe;
    background-color: #ffffff;
}
.btn-primary:active {
    color: #007dfe;
    border-color: #007dfe;
    background-color: #ffffff;
}

.register-primary .btn-md {
    float: left;
    width: 278px;
}
.login-other {
    height: 32px;
    line-height: 32px;
    padding-top: 20px;
    color: #666;
    font-size: 0;
}
.register-primary .login-other {
    float: left;
    width: 278px;
    text-align: center;
    padding: 0;
    height: auto;
}
fieldset {
    padding: 10px 15px 15px 15px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 20px;
}
.orline {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    border: 0 none;
    border-top: 1px solid #eee;
}
.register-primary .orline {
    margin: 10px 10px 15px 10px;
}
.orline-title {
    font-size: 12px;
    padding: 0 15px;
    color: #999;
    text-align: center;
}
.login-other a {
    display: inline-block;
    height: 32px;
    line-height: 31px;
    *line-height: 32px;
    overflow: hidden;
    margin: 0 5px;
    padding: 0 15px 0 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    background-color: #ccc;
    border-radius: 32px;
    cursor: pointer;
    transition: background-color .3s;
}
.login-other .login-other-qzone {
    background-color: #12b7f5;
    box-shadow: 1px 3px 10px rgb(18 183 245 / 20%);
}
.register-primary .login-other a {
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0 0 15px 0;
    padding: 0 23px 0 18px;
    font-size: 14px;
}
.login-other .login-other-wechat {
    background-color: #06c304;
    box-shadow: 1px 3px 10px rgb(6 195 4 / 20%);
}
.hidden{
    display: none!important;
}


