<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{margin:0;padding:0;box-sizing:border-box}
.clearfix:after{display:block;clear:both;content:""}
input {
    font-size: normal;
}
input::-webkit-input-placeholder {
    font-family: PingFangSC-Light, "PingFang SC", "Microsoft YaHei", "Arial Narrow", "SimSun",  HELVETICA;
    color: rgba(0, 0, 0, .25)!important;
    opacity: 1;
    font-weight: 400;
    box-shadow: none;
    text-shadow: none;
}
.addcode-btn{
    width: 120px;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #56BEB2;
    height: 36px;
    line-height: 34px;
    border-radius: 4px;
    color: #56BEB2;
    cursor: pointer;
}
/* element ui æ&nbsp;·å¼é‡ç½® */
.el-col {
    position: relative;
}
/* ä¸‹æ‹‰æ¡† */
.el-select .el-input__inner {
    padding: 0 0 0 12px;
    height: 36px;
}
.el-select .el-input.is-focus .el-input__inner {
    border-color: #56BEB2;
}
.el-select .el-select__caret {
    line-height: 36px;
}
.el-select .el-input__inner:focus {
    border-color: #56BEB2;
}
.el-select .el-input__inner:hover {
    border-color: rgba(0, 0, 0, .15)
}
.el-select-dropdown__item.selected {
    color: #56BEB2;
}
.el-select.input-error .el-input__inner {
    border-color: #FF1A2E;
}
/* autocomplete */
.el-autocomplete {
    width: 100%;
}
.el-autocomplete.input-error .el-input__inner {
    border-color: #FF1A2E;
}
/* el-input */
.el-input__inner:hover {
    border-color: rgba(0, 0, 0, .15)
}
.el-input__inner:focus {
    border-color: #56BEB2!important;
}
.el-input__suffix {
    z-index: 9;
}
.el-input__suffix .el-input__icon {
    line-height: 32px;
}

/* -------------@vue------------ */
[v-cloak]{
    display:none!important;
}
html, body {
    width: 100%;
    min-height: 100%;
}
body {
    background: url('http://cdn0.shiyanjia.com/c/2020/images/newLoginRegister/p_bg.png') no-repeat;
    background-size: 100% 100%;
    font-family: PingFangSC-Light, "PingFang SC", "Microsoft YaHei", "Arial Narrow", "SimSun",  HELVETICA;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
}
.container{
    /* min-height: 532px; */
    margin: 80px auto 100px auto;
}

@media all and (min-height:800px){
    .register-container{
        margin: calc((90vh - 700px)/2) auto !important;
    }
}
@media screen and (max-width: 1950px) {
    .register-container{
        margin: 80px auto;
    }
}
@media screen and (max-width: 1850px) {
  .container{
    margin: 40px auto 80px auto;
  }
}
@media screen and (max-width: 1750px) {
  .container{
    margin: 40px auto 40px auto;
  }
}
@media screen and (max-width: 1650px) {
  .container{
    margin: 30px auto 35px auto;
  }
  .login-header {
    padding-top: 30px!important;
  }
  .login-footer p:nth-child(1) {
    margin-bottom: 6px!important;
  }
}

.login-form,.wechatLogin{
    margin: calc((90vh - 600px)/2) auto !important;
}
@media screen and (max-width: 1500px) {
    /* .login-form,.wechatLogin{
      margin: 50px auto !important;
    } */
    .wechatLogin .login-change{
        margin-top: 50px!important;
    }
    .wechatLogin .erCode{
        margin-top: 20px!important;
    }
}
.login-img {
    width: 600px;
    height: 532px;
}
.container&gt;div {
    width: 400px;
    margin: 130px auto;
    background: #fff;
}
.login-form,.wechatLogin{
    height: 480px;
}
.container .tab {
    width: 100%;
    margin-bottom: 32px;
    text-align: left;
}
.container .tab span{
    margin-right: 40px;
    cursor: pointer;
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
}
.container .tab span:hover{
    color: #56BEB2;
}
.container .tab .active {
    color: #56BEB2;
    border-bottom: 2px solid #56BEB2;
}
.container .login-form {
    padding: 40px 40px 20px 40px;
    text-align: center;
    position: relative;
    width: 400px;
}
.container input {
    position: relative;
    width: 400px;
    height: 54px;
    line-height: 20px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.75);
    padding: 25px 0 9px 12px;
    z-index: 2;
    background: transparent;
    outline: none;
    font-size: 14px;
}
.container .login-form input{
    width: 315px;
}
.container input:focus {
    border: 1px solid #56BEB2;
}
/* .container input.input-error:focus {
    border: 1px solid #fa5252;
} */
.container .tab-pane-input {
    position: relative;
    margin-bottom: 32px;
}
.container label {
    position: absolute;
    left: 12px;
    top: 17px;
    color: rgba(0, 0, 0, 0.25);
    cursor: text;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 1
}
.container input:focus+label, .container input:not([data-value=""])+label {
    -webkit-transform: translateY(-10px) scale(.85);
    -ms-transform: translateY(-10px) scale(.85);
    transform: translateY(-10px) scale(.85);
    z-index: 3;
}
.container input:-webkit-autofill+label {
    -webkit-transform: translateY(-10px) scale(.85);
    transform: translateY(-10px) scale(.85);
    z-index: 3;
}
.tab-pane .login-btn, .register-btn {
    width: 315px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #56BEB2;
    border-radius: 4px;
    color: #FFF;
    margin-bottom: 12px;
    cursor: pointer;
}
.register-btn{
    width: 400px!important;
}
.tab-pane .login-btn:hover, .register-btn:hover {
    background: #18B799;
    font-weight: bold;
}
.input-checkcode input {
    width: 185px!important;
    margin-right: 8px;
}
.input-checkcode span {
    display: block;
    float: right;
    width: 120px;
    height: 54px;
    line-height: 54px;
    border-radius: 4px;
    cursor: pointer;
}
.input-checkcode span:nth-of-type(1) {
    border: 1px solid #56BEB2;
    color: #56BEB2;
}
.input-checkcode span:nth-of-type(1):hover {
    background-color: #56BEB2;
    color: #fff;
}
.input-checkcode span:nth-of-type(2) {       
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.45);
}
.input-bottom-error {
    position: absolute;
    left: 0;
    bottom: -19px;
    font-size: 12px;
    text-align: left;
    color: #FF1A2E;
}
.login-tip {
    overflow: hidden;
}
.login-tip &gt; div:nth-child(1) {
    float: left;
}
.login-tip &gt; div:nth-child(2) {
    float: right;
}
.login-tip &gt; div a {
    color: #56BEB2;
    text-decoration: none;
    cursor: pointer;
}
.login-tip &gt; div a:hover {
    color: #18B799;
}
/* @keyframes fontScale {
    from {
        top: 17px;
        font-size: 14px;
        z-index: 1;
    }
    to {
        top: 8px;
        font-size: 12px;
        z-index: 10;
    }
}
@keyframes backFontScale {
    from {
        top: 8px;
        font-size: 12px;
        z-index: 10;
    }
    to {
        top: 17px;
        font-size: 14px;
        z-index: 1;
    }
}
.fontScale{animation:fontScale .3s;animation-fill-mode:forwards}
.backFontScale{animation:backFontScale .3s;animation-fill-mode:forwards} */
.login_alert_hide {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, .4);
}
.login_alert {
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    top: 100px;
    width: 760px;
    height: 450px;
    background: #FFF;
    margin: auto;
    border-radius: 2px;
}
.login_alert_title {
    position: relative;
    height: 51px;
    line-height: 50px;
    font-size: 20px;
    color: rgba(0, 0, 0, .65);
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #D8D8D8;
}
.login_alert_title &gt; img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 22px;
    height: 22px;
    margin: auto;
    cursor: pointer;
}
.login_alert_body {
    padding: 20px 30px 24px;
}
.login_alert_body &gt; p {
    line-height: 20px;
    margin-bottom: 12px;
    font-size: 14px;
    color: rgba(0, 0, 0, .65);
}
.login_alert_body &gt; p span {
    font-size: 14px;
    color: rgba(0, 0, 0, .85);
    font-weight: bold;
}
.login_alert_body &gt; p span.underline {
    text-decoration: underline;
}
.login_alert_body div.protocol_box {
    position: relative;
    margin: 20px 0 30px;
    font-size: 14px;
    color: rgba(0, 0, 0, .65);
}
.login_alert_body div.protocol_box a {
    color: #56BEB2;
    text-decoration: none;
}
.login_alert_body div.protocol_box a:hover {
    color: #18B799;
    text-decoration: underline;
}
.login_alert_body .btn_group {
    text-align: center;
}
.login_alert_body .btn_group &gt; div {
    display: inline-block;
}
.login_alert_body .login_btn, .login_back {
    width: 176px;
    height: 40px;
    line-height: 40px;
    background: #56BEB2;
    margin-right: 20px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
}
.login_alert_body .login_btn:hover {
    background: #18B799;
}
.login_alert_body .login_back {
    background: #d9d9d9;
}
.login_alert_body .login_back:hover {
    background: rgba(0, 0, 0, 0.25);
}
.login_alert_body .login_back a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #FFF;
}
.login_alert_body .login_back a:hover {
    text-decoration: none;
} 
.cpt-toast{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999999!important;
    text-align: center;
    animation-duration: 0.3s;
    max-width: 300px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    transform: translate3d(-50%, -50%, 0);
    font-family: 'å¾®è½¯é›…é»‘','Microsoft Yahei';
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    word-wrap: break-word;
}

/****************æ³¨å†Œ***********************/
.container input.input-error {   
    border: 1px solid #FF1A2E;
}
.register-container {
    width: 930px;
    margin: 60px auto;
    box-shadow: 0px 4px 8px 0px rgba(86, 190, 178, 0.19);
    border-radius: 10px;
}
.register-container &gt; div:nth-child(1) {
    /* width: 600px; */
}
.register-container &gt; div:nth-child(2) {
    /* width: 600px; */
}
.register-img {
    width: 600px;
    height: 632px;
}
.register-form {
    width: auto!important;
    margin: auto!important;
    text-align: center;
    display: flex;
}
.register-form h2 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, .85);
    margin: 40px 0 15px;
}
#registerform &gt; h2 {
    width: 600px;
}
.register-form form&gt;p {
    width: 600px;
    margin-bottom: 26px;
    line-height: 17px;
    text-align: center;
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.75);
}
.register-input {
    position: relative;
    margin-bottom: 22px;
}
#registerform &gt; .register-input:nth-of-type(2) {
    margin-bottom: 40px;
}
.register-form-item {
    display: flex;
    margin-bottom: 22px;
}
.register-form-label {
    width: 120px;
    line-height: 32px;
    padding-right: 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, .85);
    text-align: right;
}
.register-form-label span {
    color: #FF4D4F;
}
.register-form-wrapper {
    position: relative;
    width: 400px;
}
.register-form-wrapper .register-input {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.register-form-wrapper .register-input input {
    height: 36px;
    padding: 0 0 0 12px;
    font-size: 14px;
}
.register-form-wrapper .register-input .el-radio-group {
    height: 36px;
    display: flex;
    align-items: center;
}
.el-radio-group input,
.el-radio-group label {
    position: unset;
    left: unset;
    top: unset;
    width: unset;
    height: unset !important;
}
.el-radio-group input {
    width: 0;
}
.el-radio__input.is-checked .el-radio__inner {
    border-color: #56BEB2;
    background-color: #56BEB2;
}
.el-radio__inner:hover {
    border-color: #56BEB2;
}
.el-radio__input.is-checked+.el-radio__label {
    color: #56BEB2;
}
.el-radio__label {
    color: #424242;
}
.register-form-wrapper .register-input .el-input__inner {
    width: 100%;
}



.country{
    position: relative;
}
.country .code {
    float: left;
    position: relative;
    width: 114px;
    height: 36px;
    line-height: 34px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.75);
    z-index: 9;
    background: transparent;
    margin-right: 12px;
    padding-left: 16px;
    text-align: left;
    cursor: pointer;
}
.country .code img {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 12px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.country-select {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    box-shadow: 0 0 1px 0 rgba(8,31,64,.31), 0 4px 8px -2px rgba(8,31,64,.25);
    padding-top: 8px;
    background: #FFF;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.country-select .search-box {
    width: 100%;
    position: relative;
    z-index: 9;
    padding-bottom: 8px;
}
.country-select input {
    margin: 0 auto;
    width: 368px;
    height: 32px;
    line-height: 32px;
    position: relative;
    padding: 0 0 0 40px;
    border: 1px solid #dfe2e7;
    color: #7f8fa4;
    background: url('http://cdn0.shiyanjia.com/c/2020/images/newLoginRegister/icon_search.png') no-repeat;
    background-size: 14px;
    background-position: 11px center;
}
.country-select ul {
    width: 100%;
    overflow: auto;
    max-height: 280px;
    min-height: 90px;
}
.country-select li {
    list-style: none;
    width: 100%;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    color: #263241;
    padding: 0 16px;
}
.country-select li:hover {
    background-color: #f8f9fa;
}
.country-select li.active {
    background-color: #F3FBF8;
    color: #56BEB2;
}
.country-select .tip {
    height: 32px;
    line-height: 32px;
    color: #7f8fa4;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    padding: 0 16px;
}
.country-select .no-data {
    padding: 30px 0;
    color: #7f8fa4;
    text-align: center;
}
.list-open .country-select {
    z-index: 10;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.list-open .code img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: center 1px;
}
.country .register-input {
    float: left;
}
.country .register-input input {
    float: left;
    width: 274px;
}
.country .country_name {
    float: left;
}
.country .country_code {
    float: right;
    color: #9aa5b5;
}
.register-tip {
    color: rgba(0, 0, 0, 0.45);
    margin-bottom: 12px;
    padding-top: 4px;
    text-align: left;
    display: flex;
    line-height: 24px;
}
.register-tip a, .has-account a {
    color: #56BEB2;
    text-decoration: none;
    cursor: pointer;
}
.has-account{
    color: rgba(0, 0, 0, 0.45);
    text-align: right;
    width: 100%;
    display: inline-block;
}
.register-tip img {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    cursor: pointer;
    position: relative;
    top: -1px;
}
.password-error {
    position: relative;
    color: rgba(0, 0, 0, 0.35);
    margin: 10px 0 -7px;
    bottom: 0;
}
.password-error span {
    margin-right: 24px;
}
.password-error span img {
    margin-right: 9px;
}
.pwd-error {
    color: #fa5252;
    padding-left: 19px;
    background: url('http://cdn0.shiyanjia.com/c/2020/images/newLoginRegister/icon_no.svg') no-repeat;
    background-size: 10px;
    background-position: left;
}
.pwd-success {
    color: #12b886;
    padding-left: 21px;
    background: url('http://cdn0.shiyanjia.com/c/2020/images/newLoginRegister/icon_yes.svg') no-repeat;
    background-size: 12px;
    background-position: left;
}
.register-container .input-tip {
    display: none;
    position: absolute;
    width: 250px;
    -webkit-box-shadow: 0 4px 8px -2px rgba(8,31,64,.3);
    box-shadow: 0 4px 8px -2px rgba(8,31,64,.3);
    padding: 16px;
    border-radius: 3px;
    background-color: #fff;
    z-index: 10;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translate(-50%,-12%);
    -ms-transform: translate(-50%,-12%);
    transform: translate(-50%,-12%);
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
}
.register-container .register-tip .input-tip {
    width: auto;
    min-width: 120px;
    white-space: nowrap;
}
.container .input-tip:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    border-bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 8px solid #fff;
    border-left: 8px dashed transparent;
    border-right: 8px dashed transparent;
}
.register-form .mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    opacity: 1;
}
.checkcode-content {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
    width: 520px;
    height: 337px;
    padding: 40px 60px;
    border-radius: 4px;
}
.checkcode-content h2 {
    margin-bottom: 30px;
}
.checkcode-content p {
    margin-bottom: 30px
}
.country input[name=loginame]:focus+.input-tip {
    display: block;
}
.login-form .wechat{
    text-align: center;
    margin-top: 40px;
}
.login-form .wechat div{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: rgba(0, 0, 0, 0.45);
    margin-bottom: 18px;
}
.login-form .wechat img{
    width: 42px;
    height: 42px;
    cursor: pointer;
}
.login-type{
    position: absolute;
    top: 0;
    right: 0;
    width: 82px;
    height: 82px;
    cursor: pointer;
}
.wechatLogin{
    padding: 40px 40px 20px 40px;
    text-align: center;
    position: relative;
}
.wechatLogin .title{
    font-size: 18px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    text-align: left;
    margin-bottom: 30px;
}
.wechatLogin .erCode{
    width: 250px;
    height: 250px;
    padding: 10px;
    margin: 0 auto;
    background: url('http://cdn0.shiyanjia.com/c/2020/images/newLoginRegister/p_kuang.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
}
.overtime_login{
    width: 224px;
    height: 224px;
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    left: 13px;
    top: 13px;
    padding-top: 78px;
    text-align: center;
    z-index: 100;
}
.overtime_login p{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 8px;
}
.overtime_login div{
    width: 78px;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    background: rgba(86, 190, 178, 1);
    margin: 0 auto;
    cursor: pointer;
}
.wechatLogin .erCode1{
    width: 250px;
    height: 250px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
}
.wechatLogin .erCode img{
    width: 100%;
    height: 100%;
}
.wechatLogin .slogan{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #444;
}
.wechatLogin .slogan img{
    width: 8px;
    height: 14px;
    margin: 0 5px 0 4px;
}
.wechatLogin .login-change{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #56BEB2;
    cursor: pointer;
    margin-top: 30px;
}
.wechatLogin .login-change button{
    font-size: 14px;
    background: #fff;
    border: none;
    color: #56BEB2;
    cursor: pointer;
    outline: none;
}
.wechatLogin .login-change button:hover{
    color: #16B799!important;
}
.wechatLogin-title3:hover{
    color: #16B799!important;
}
.wechatLogin .login-line{
    margin: 0 5px;
}
.wechatLogin .wechatLogin-title1{
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #555;
    margin-top: 35px;
}
.wechatLogin .wechatLogin-scan{
    width: 88px;
    height: 121px;
    margin: 25px 0;
}
.wechatLogin .wechatLogin-title2{
    width: 284px;
    padding: 12px 50px;
    margin: 0 auto;
    border: 1px solid #56BEB2;
    border-bottom: 3px solid #56BEB2;
    border-radius: 3px;
    margin-bottom: 36px;
    font-size: 13px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #555;
    line-height: 24px;
}
.wechatLogin .wechatLogin-title3{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #56BEB2;
    margin: 0 auto;
    margin-top: 10px;
    cursor: pointer;
    display: block;
    background: #fff;
    border: none;
    outline: none;
}
.register-ercode{
    width: 362px;
    background: #FFFFFF;
    box-shadow: inset -4px 0px 3px 0px rgba(86, 190, 178, 0.1);
    text-align: center;
    padding: 120px 0;
}
.ercode-title{
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 30px;
}
.register-erCodeImg{
    width: 180px;
    height: 180px;
    padding: 10px;
    margin: 0 auto;
    background: url('http://cdn0.shiyanjia.com/c/2020/images/newLoginRegister/p_kuang.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.register-erCodeImg1{
    width: 180px;
    height: 180px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #555;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.register-erCodeImg img{
    width: 100%;
    height: 100%;
}
#registerform{
    min-height: 550px;
    padding-top: 90px;
    padding-bottom: 40px;
}
.register-container .addTop{
    height: 45px;
    background: #56BEB2;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
}
.wechatLogin .wechatLogin-title4{
    font-size: 22px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #56BEB2;
    margin-bottom: 15px;
}
.wechatLogin .wechatLogin-title5{
    margin-bottom: 20px;
    margin-top: 48px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
}
.wechatLogin .wechatLogin-btn{
    width: 284px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #56BEB2;
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    outline: none;
}
.wechatLogin .wechatLogin-success{
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
}
.secondStep{
    opacity: 0;
    width: 170px;
}
.secondStep_registerform {
    padding-top: 40px!important;
    padding-bottom: 10px!important;
}
.loginTypeTest{
    height: 385px!important;
}
.new_register_success{
    width: 930px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(86, 190, 178, 0.19);
    border-radius: 10px;
    border: 4px solid #56BEB2;
}
.new_register_success .new_register_top{
    width: 100%;
    height: 70px;
    background: #56BEB2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_register_success .new_register_top img{
    width: 34px;
    height: 34px;
    margin-right: 18px;
}
.new_register_success .new_register_top span{
    font-size: 24px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
}
.new_register_success .new_register_center{
    padding: 60px 26px 0;
    display: flex;
}
.new_register_success .new_register_center .new_register_left{
    width: 400px;
    text-align: center;
}
.new_register_success .new_register_center .new_title{
    width: 238px;
}
.new_register_success .new_register_center .new_register_right{
    width: 520px;
    position: relative;
    top: 10px;
    right: 20px;
}
.new_register-erCodeImg{
    width: 190px;
    height: 190px;
    padding: 10px;
    margin: 0 auto;
    margin-top: 40px;
    background: url('http://cdn0.shiyanjia.com/c/2020/images/newLoginRegister/p_kuang.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.new_register-erCodeImg1{
    width: 190px;
    height: 190px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #555;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.new_register-erCodeImg img{
    width: 100%;
    height: 100%;
}
.new_register_bottom{
    padding: 0 40px;
    position: relative;
    top: -2px;
    text-align: center;
}
.new_register_bottom .new_register_line{
    width: 100%;
    height: 14px;
    background: #ED9E4B;
}
.new_register_bottom button{
    width: 322px;
    height: 50px;
    background: #56BEB2;
    border-radius: 35px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
    margin: 35px auto;
    border: none;
    cursor: pointer;
    outline: none;
}
.filings-box {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.45);
}
.filings-box a {
    color: inherit;
    text-decoration: none;
}
.filings-box a:hover {
    color: #56BEB2;
    text-decoration: underline;
}</pre></body></html>