body{
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
}
.wp {
    width: 1200px;
    margin: 0 auto;
}
.header{
    height: 30px;
    background-color: red;
    line-height: 30px;
    color: #fff;
    padding-left: 20px;
    font-size: 14px;
}
.developerMsg{
    height: 90px;
}
.mt-25{
    margin-top: 20px !important;
}
.pd-12{
    padding-top: 12px;
}
.CompanyName{
    width: 400px;
    height: 30px;
    margin: 0 auto;
}
.main{
    width: 666px;
    margin: 0 auto;
}
.yzm{
    border-radius: 3px;
    height: 34px;
    width: 130px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    background-color: blue;
    color: #fff;
    cursor: pointer;
}
.wp span:not(.ok) {
    color: #ff1b1b;
   /* margin-right: 3px;
    font-size: 16px;
    position: absolute;
    left: 46px;*/
}
.update-tip3 {
    left: 108px !important;
}
.mainContent{
    width: 880px;
    margin: 0 auto;
    margin-top: 90px;
}
.form-group input {
    width: 300px;
}
.pdl-8{
    padding-left: 8px;
}
label {
    font-weight: normal;
    font-size: 13px;
    color: #353535;
    text-align: right;
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-control {
    font-size: 13px;
    color: #999999;
}
.msgCss {
    font-size: 16px;
    width: 120px;
    position: relative;
    left: -14px;
    color:#353535;
    font-weight: bold;
}
.adminCss{
    font-size: 16px;
    width: 150px;
    position: relative;
    left: -44px;
    color: #353535;
    font-weight: bold;
}
.form-group input.wd-162{
    width: 164px;
    float: left;

}
.form-group {
    border-radius: 6px;
    margin-bottom: 10px;
}
.form-control:focus {
    border-color: #25dac9;
}
.btnCss {
    margin-left: 12px;
    width: 122px;
    height: 34px;
    background-color: #e5e5e5;
    border: none;
    color:#353535;
}
.btnCss:hover {
    background-color: #f1f1f1;
    color:#353535;
}
.btnCss:active {
    background-color: #d5d5d5;
    color:#353535;
}
.btnCss:disabled {
    background-color: #d5d5d5;
    color:#353535;
}
.btnCss:focus {
    background-color: #d5d5d5;
    color:#353535;
    border: none;
    outline: none;
}
a {
    color: #19ac9e;
}
a:hover {
    text-decoration: none;
}
.regBtn {
    background-color: #19ac9e;
    border: none;
}
.regBtn:hover {
    background-color: #45c9bc;
    border: none;
}
.regBtn:active {
    background-color: #0d9386;
    border: none;
}
.regBtn:focus {
    background-color: #0d9386;
    border: none;
    outline: none;
}
.loginCss {
    float: right;
}
.ft-13 {
    font-size: 13px;
}
.mt-20 {
    margin-bottom: 20px;
}
.h-20 {
    height: 20px;
    margin-bottom: 20px;
}

input[type=checkbox] {
    background-image: url(../../images/false.png);
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    float: left;
    margin-left: 13px;
    background-position: 0 0;
}

input[type=checkbox]:checked {
    background-image: url(../../images/true.png);
}
input[type=checkbox]:focus {
    outline: none;
}

@media screen and (max-width: 768px) {
    span.lf-38 {
        left: -2px !important;
    }
    span:not(.ok){
        left: -2px !important;
    }
    .btnCss{
        margin-top: 15px;
        margin-left: 8px;
    }
    .pw-strength{
        margin-top: -7px;
    }
    .msgCss{
        left: -30px;
    }
    .adminCss{
        left: -76px;
    }
    .regBtn{
        width: 300px !important;
    }
    .desc {
        margin-left: -5px !important;
    }
}
.desc {
    font-size: 12px;
    width: 328px;
    margin-left: 105px;
    color: #999999;
}
.lf-10 {
    left: 10px !important;
}
.pic {
    width: 90px;
    height: 32px;
    position: absolute;
    left: 166px;
    top: 0px;
}
.wp span.changePicBtn{
    position: absolute;
    cursor: pointer;
    left: 268px;
    top: 9px;
    font-size: 12px;
    color: #353535;
}
.phoneModule {
    position: relative;
}
#emailRegModule {
    position: relative;
}
.emailRegBtn {
    position: absolute;
    right: -10px;
    top: 5px;
}
.phoneRegBtn {
    position: absolute;
    right: -50px;
    top: 5px;
}
.emailRegBtn a{
    cursor: pointer;
}
.phoneRegBtn a{
    cursor: pointer;
}

.emailRegBtn a:hover {
    text-decoration: none;
    color: #19ac9e;
}
.phoneRegBtn a:hover {
    text-decoration: none;
    color: #19ac9e;
}
#phoneRegModule,
#regSuccess{
    display: none;
}
.btn-primary[disabled]:focus{
    background-color: #d5d5d5;
    color:#353535;
}
.btn-primary[disabled]{
    background-color: #d5d5d5;
    color:#353535;
}
.password-ok {
    text-align: center;
    font-size: 30px;
    color: #45c9bc;
    display: none;
}
/*国际化*/
.admin-update {
    width: 100%;
    text-align: left;
    left: -114px;
}
.reg-update{
    width: 590px;
}
.regbtn-update {
    width: 68% !important;
}
.update-tip1{
    left: 48px !important;
}
.update-tip2{
    left: 60px !important;
}
.update-tip4{
    left: 66px !important;
}
/*.provision-update{
    display: none;
}*/
.rigister-update{
    width: 60% !important;
}
.update-dians{
    left: 25px !important;
}
.update-err{
    left: 24px !important;
}


/*服务条款和隐私条款*/
.term_modal .modal-dialog{
    width: 800px;
}
.term_modal .modal-header {
    border-bottom: 0;
}
.term_modal .modal-body {
    padding: 0 30px 20px 30px;
}
.term_box h1{
    text-align: center;font-size: 24px;;
}
.term_box .p_box h2{
    font-size: 20px;
    color: #19ac9e; font-weight: normal;
}
.term_box .p_box h3{
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
}
.term_box .p_box p{
    font-size: 12px; line-height: 22px; color: #121212; margin-top: 10px;
    text-align: justify;
}
.term_box .p_box .font-weight{
    font-weight: bold;
}
.term_box .p_box p span{
    color: #121212; font-weight: bold;
    text-align: justify;
}
.term_box .p_box {
    margin-top: 20px;
}

/*条款*/
.update-btn{
    background-color: #19ac9e !important;
}
.update-btn span{
    color:#fff;
}
#agree_prompt_email #agreeEmail,
#agree_prompt_email .update-hide,
#agree_privacy #agree_privacy_policy,
#agree_privacy .update-hide{
    display: none;
}
#agree_prompt_email {
    margin: 10px 0 0 0;
}
#agree_privacy {
    margin: 0 0 10px 0;
}