*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #eceff4
}

.header{
    height: 56px;
}

.body{
    margin-top: 50px;
}

.body .title{
    text-align: center;
}

.body .login-link{
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
}

.body .login-link-text{
    color:#999;
}

.body .register-body{
    margin-top: 50px;
}

.body .register-body input{
    height: 40px;
    border-radius:0;
}

.body .register-wrap{
    border-bottom: 1px solid #dedede;
    padding-bottom: 60px;
}

.register-body .NECaptcha-register{
    width: 100%;
}

.register-body .protocol{
    text-align: center;
    color: #3279b8;
}

/* fixed 适应特殊高度 */
.fixed-captcha{
    margin-top: 20px;
}

.fixed-submit{
    margin-top: 30px;
}

.fixed-position{
    position: relative;
}

/* 个人账户注册 */
.mt60{
    margin-top: 60px;
}

.textC{
    text-align: center;
}

.no-border{
    border: none!important;
}

.register_sms_send{
    width: 100%;
    padding: 0;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal; 
}

.text-underline:link{
    text-decoration: underline;
}

.body .register-body input.agreement_read_reg{
    height: 15px;
    vertical-align: sub;
}

@media (max-width: 768px){
    .smm-mini-padding-right{
        padding-right: 15px!important;
    }
    .smm-no-padding-left{
        padding-left: 15px!important;
        margin-top: 15px;
    }
}
/* 1.7 */
.ml10{
    margin-left: 10px;
}
.c_333{
    color: #333;
}
.txtL{
    text-align: left!important;
}
.must_read_items{
    margin-left: 20px;
    line-height: 26px;
}