<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.register{
    background-color: #FFFFFF;
    background-image: url('http://101.35.18.18:8777/jdfangchan_static/assets/images/bg_jdfc_p.png');
    background-size: 100% 100%;
}
header{
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 3px 46px 0px rgba(183,183,183,0.4);
    width: 100vw;
    box-sizing: border-box;
    padding: 10px 0 12px 0px;
}
header .logo{
    width: 147px;
    height: 42px;
}
.register-center-chunk{
    background-color: transparent;
    width: 100vw;
    height: calc(100vh - 64px);
}

.register-center-chunk .register-wrapper{
    width: 500px;
    height: 580px;
    
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    position: absolute;
    top: 186px;
    right: 410px;
    margin: auto;
}
.register-center-chunk  .register-wrapper.login-wrapper{
    height: 427px;
}
.register-center-chunk .register-wrapper .register-cap{
    margin-top: 44px;
    margin-bottom: 22px;
    text-align: center;
}
.register-center-chunk .register-wrapper .register-cap .title{
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #333333;
    margin-bottom: 14px;
}
.register-center-chunk .register-wrapper .register-cap .tip{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #999999;
}
.register-center-chunk .register-wrapper .register-form{
    width: 360px;
    margin: 0px auto;
}
.register-center-chunk .register-wrapper .register-form .form-group{
    width: 360px;
    height: 44px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 14px 16px;
}
.register-center-chunk .register-wrapper .register-form .form-group .input-icon{
    width: 16px;
    height: 16px;
    margin-right: 8px;

}
.register-center-chunk .register-wrapper .register-form .form-group input{
    border: none;
    flex: 1 0 0;
}

.register-center-chunk .register-wrapper .register-form .form-group ~ .form-group{
    margin-top: 32px;
}

.register-center-chunk .register-wrapper .register-form .form-group .verification-code{
    border-left: 1px solid #DCDCDC;
    padding-left: 16px;
}
.register-center-chunk .register-wrapper .register-form .form-group .verification-code a{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
}
.register-center-chunk .register-wrapper .register-form .form-group .verification-code #code_time{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
}
.register-center-chunk .register-wrapper .register-form .Privacy-agreement{
    margin-top: 24px;
    margin-bottom: 24px;
}
.register-center-chunk .register-wrapper .register-form .Privacy-agreement input{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url('http://101.35.18.18:8777/shangao_pc_static/assets/images/201checkbox.png');
}
.register-center-chunk .register-wrapper .register-form .Privacy-agreement .checkbox{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #999999;
    line-height: 14px;
}
.register-center-chunk .register-wrapper .register-form .Privacy-agreement .checkbox a{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #303133;
    line-height: 14px;
}

.register-center-chunk .register-wrapper .register-form .btn-box{
    width: 360px;
    height: 44px;
    background: #000000;
    border-radius: 4px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 16px;
    cursor: pointer;
}
.register-center-chunk .register-wrapper .register-form .login-a{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    margin:  0 auto;
    display: block;
    text-align: center;
}
.register-center-chunk .register-wrapper .register-form .password-set-wrapper{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #999999;
    margin: 24px 0px;
}
.register-center-chunk .register-wrapper .register-form .password-set-wrapper input{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url('https://scms.jindingaus.com/yimin_pc_v3_static/assets/images/201checkbox.png');
}
.register-center-chunk .register-wrapper .register-form .password-set-wrapper .forget-password{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #999999;
}</pre></body></html>