* {
    box-sizing: border-box;
}

html {
    min-width: 0;
    background: #f2f4f7;
}

body {
    min-width: 0;
    margin: 0;
    color: #20252b;
    background: #f2f4f7;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
}

.container.register-page {
    width: 100%;
    max-width: 1240px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0 28px 52px;
    overflow: visible;
}

.register-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    border-bottom: 1px solid #dfe3e8;
}

.register-brand {
    display: flex;
    align-items: center;
    min-width: 0;
    margin: 0;
}

.register-brand img {
    display: block;
    width: 78px;
    height: auto;
    margin-right: 16px;
}

.register-title {
    padding-left: 16px;
    border-left: 1px solid #ccd2d9;
    color: #252b32;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    white-space: nowrap;
}

.register-header-note {
    margin: 0;
    color: #717983;
    font-size: 14px;
    line-height: 24px;
}

.register-header-note a {
    margin-left: 8px;
    color: #c95408;
    font-weight: 600;
    text-decoration: none;
}

.register-header-note a:hover {
    color: #a94305;
    text-decoration: underline;
}

.register-main {
    display: grid;
    grid-template-columns: 248px minmax(0, 1fr);
    width: 100%;
    max-width: 1080px;
    margin: 42px auto 0;
    overflow: hidden;
    border: 1px solid #dde2e7;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(31, 39, 48, .08);
}

.register-progress {
    padding: 42px 30px;
    background: #202a34;
    color: #fff;
}

.progress-heading {
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.progress-heading > span {
    color: #ff9a52;
    font-size: 13px;
    line-height: 22px;
}

.progress-heading h1 {
    margin: 7px 0 0;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0;
}

.progress-steps {
    margin: 34px 0 0;
    padding: 0;
}

.progress-steps li {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: 78px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.progress-steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 34px;
    left: 15px;
    width: 1px;
    height: 34px;
    background: rgba(255, 255, 255, .2);
}

.step-index {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 50%;
    color: #b7bec6;
    font-size: 13px;
    line-height: 30px;
}

.is-current .step-index {
    border-color: #f47b20;
    background: #f47b20;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(244, 123, 32, .13);
}

.step-copy {
    display: block;
    padding: 1px 0 0 14px;
}

.step-copy strong,
.step-copy small {
    display: block;
}

.step-copy strong {
    color: #d6dbe0;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.is-current .step-copy strong {
    color: #fff;
    font-weight: 600;
}

.step-copy small {
    margin-top: 3px;
    color: #89939e;
    font-size: 12px;
    line-height: 20px;
}

.register-form-panel {
    min-width: 0;
    padding: 38px 46px 42px;
}

.form-heading {
    position: relative;
    margin-bottom: 30px;
    padding-right: 100px;
}

.form-kicker {
    display: inline-block;
    margin-bottom: 5px;
    color: #c95408;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.form-heading h2 {
    margin: 0;
    color: #20252b;
    font-size: 23px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0;
}

.form-heading p {
    position: absolute;
    top: 31px;
    right: 0;
    margin: 0;
    color: #7a828c;
    font-size: 12px;
    line-height: 22px;
}

.register-page .comter {
    width: 100%;
    margin: 0;
}

.register-page .fill_form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 23px 24px;
    margin: 0;
    padding: 0;
}

.register-page .fill_form li {
    display: block;
    min-width: 0;
    min-height: 0;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: normal;
    list-style: none;
}

.register-page .form_left {
    width: 100%;
    margin: 0 0 8px;
    padding: 0;
    float: none;
    color: #3c434b;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
}

.register-page .form_right {
    position: relative;
    width: 100%;
    min-width: 0;
    float: none;
}

.register-page .red {
    margin-right: 3px;
    color: #d43d32;
}

.register-page .inp {
    display: block;
    width: 100%;
    height: 46px;
    padding: 11px 13px;
    border: 1px solid #cbd2d9;
    border-radius: 6px;
    outline: none;
    background: #fbfcfd;
    color: #20252b;
    font-family: inherit;
    font-size: 14px;
    line-height: 22px;
    transition: border-color .18s, background-color .18s, box-shadow .18s;
}

.register-page .inp:hover {
    border-color: #9fa8b2;
    background: #fff;
}

.register-page .inp:focus {
    border-color: #df650f;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(223, 101, 15, .13);
}

.register-page .inp::placeholder {
    color: #9ba3ac;
    opacity: 1;
}

.register-page .tips1 {
    display: block;
    position: static;
    height: auto;
    margin: 6px 0 0;
    padding: 0;
    background: transparent;
    color: #7d8690;
    font-size: 12px;
    line-height: 18px;
}

.register-page label.error {
    display: block;
    margin-top: 5px;
    color: #cf3328;
    font-size: 12px;
    line-height: 18px;
}

.verification-row .verification-control {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.verification-row .verification-control .inp {
    flex: 1 1 120px;
    width: 120px;
}

.verification-row .verification-control label.error {
    order: 3;
    flex: 0 0 100%;
    margin-top: -4px;
}

.register-page .btn_gray2 {
    position: static;
    flex: 0 0 112px;
    width: 112px;
    height: 46px;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #df650f;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
    color: #c95408;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    line-height: 44px;
    transition: border-color .18s, background-color .18s, color .18s;
}

.register-page .btn_gray2:hover {
    border-color: #c95408;
    background: #fff5ed;
    color: #a94305;
}

.register-page .btn_gray2:disabled {
    border-color: #d8dde2;
    background: #f3f5f7;
    color: #8c949d;
    cursor: not-allowed;
}

.register-page .agreement-row {
    grid-column: 1 / -1;
    margin-top: 2px;
}

.agreement-check {
    display: flex;
    align-items: flex-start;
    color: #5f6871;
    font-size: 12px;
    line-height: 21px;
}

.agreement-check input {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 2px 8px 0 0;
    accent-color: #e26914;
}

.agreement-check label {
    display: block;
}

.agreement-check a {
    color: #c95408 !important;
    font-size: inherit !important;
    text-decoration: none;
    cursor: pointer;
}

.agreement-check a:hover {
    color: #a94305 !important;
    text-decoration: underline;
}

.register-page .nav_middle {
    width: auto;
    margin: 28px 0 0;
    padding: 0;
    overflow: visible;
}

.register-page .nav_middle > div {
    display: flex;
    justify-content: flex-end;
}

.register-page .btnSubmit {
    width: 210px;
    height: 48px;
    margin: 0;
    border: 0;
    border-radius: 6px;
    outline: none;
    background: #e26914;
    box-shadow: 0 5px 13px rgba(226, 105, 20, .22);
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0;
    transition: background-color .18s, box-shadow .18s, transform .18s;
}

.register-page .btnSubmit:hover {
    background: #c95608;
    box-shadow: 0 7px 16px rgba(201, 86, 8, .26);
}

.register-page .btnSubmit:active {
    transform: translateY(1px);
}

.register-page .btnSubmit:focus-visible,
.register-page .btn_gray2:focus-visible,
.register-header-note a:focus-visible,
.agreement-check a:focus-visible {
    outline: 2px solid #e26914;
    outline-offset: 3px;
}

.ui-dialog.register-success-dialog {
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(17, 24, 39, .24);
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.register-success-dialog .ui-dialog-titlebar {
    height: 54px;
    padding: 0 56px 0 20px;
    border: 0;
    border-bottom: 1px solid #e3e6ea;
    border-radius: 0;
    background: #fff;
    color: #20252b;
}

.register-success-dialog .ui-dialog-title {
    margin: 0;
    color: #20252b;
    font-size: 16px;
    font-weight: 600;
    line-height: 53px;
}

.register-success-dialog .ui-dialog-titlebar-close {
    top: 11px;
    right: 12px;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    outline: none;
    background: transparent;
}

.register-success-dialog .ui-dialog-titlebar-close:hover {
    background: #f1f3f5;
}

.register-success-dialog .ui-dialog-titlebar-close .ui-icon {
    display: none;
}

.register-success-dialog .ui-dialog-titlebar-close::before {
    content: "\00d7";
    display: block;
    color: #737b84;
    font-size: 23px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
}

.register-success-dialog .ui-dialog-titlebar-close:hover::before {
    color: #20252b;
}

.register-success-dialog .ui-dialog-content {
    position: static;
    min-height: 0 !important;
    padding: 27px 32px 32px;
    overflow: visible;
    background: #fff;
    color: #20252b;
    text-align: center;
}

.success-status {
    position: relative;
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: #eaf6ef;
}

.success-status::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 12px;
    width: 22px;
    height: 12px;
    border-bottom: 3px solid #238552;
    border-left: 3px solid #238552;
    transform: rotate(-45deg);
}

.success-heading {
    margin: 0;
    color: #20252b;
    font-size: 19px;
    font-weight: 600;
    line-height: 28px;
}

.success-copy {
    margin: 6px 0 0;
    color: #737b84;
    font-size: 13px;
    line-height: 22px;
}

.success-actions {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.success-button {
    flex: 1 1 0;
    min-width: 0;
    height: 44px;
    margin: 0;
    padding: 0 14px;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0;
    transition: border-color .18s, background-color .18s, box-shadow .18s;
}

.success-button-secondary {
    border: 1px solid #cbd2d9;
    background: #fff;
    color: #4d5660;
}

.success-button-secondary:hover {
    border-color: #9fa8b2;
    background: #f7f8f9;
}

.success-button-primary {
    border: 1px solid #e26914;
    background: #e26914;
    box-shadow: 0 4px 11px rgba(226, 105, 20, .2);
    color: #fff;
}

.success-button-primary:hover {
    border-color: #c95608;
    background: #c95608;
    box-shadow: 0 5px 13px rgba(201, 86, 8, .25);
}

.success-button:focus-visible {
    outline: 2px solid #df650f;
    outline-offset: 2px;
}

.ui-widget-overlay {
    background: #111827;
    opacity: .34;
}

#protocolDiv {
    padding: 18px !important;
}

#protocolDiv .agreement_text {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 24px;
}

#protocolDiv .biankuang {
    display: block;
    width: 100%;
    min-height: 260px;
    padding: 12px;
    border: 1px solid #d9dde2;
    border-radius: 6px;
    background: #fafbfc;
    font-family: inherit;
    line-height: 1.7;
    resize: vertical;
}

.layui-layer.verification-layer {
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(17, 24, 39, .24);
}

.layui-layer.verification-layer .layui-layer-title {
    height: 52px;
    padding: 0 54px 0 20px;
    border-bottom: 1px solid #e3e6ea;
    background: #fff;
    color: #20252b;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 52px;
}

.layui-layer.verification-layer .layui-layer-setwin {
    top: 14px;
    right: 14px;
}

.layui-layer.verification-layer .layui-layer-setwin .layui-layer-close1 {
    width: 24px;
    height: 24px;
    margin: 0;
    border-radius: 4px;
    background: none;
    color: #737b84;
    font-size: 0;
    line-height: 24px;
    text-align: center;
}

.layui-layer.verification-layer .layui-layer-setwin .layui-layer-close1::before {
    content: "\00d7";
    font-size: 23px;
    font-weight: 300;
}

.layui-layer.verification-layer .layui-layer-setwin .layui-layer-close1:hover {
    background: #f1f3f5;
    color: #20252b;
}

.layui-layer.verification-layer .layui-layer-content,
.layui-layer.verification-layer iframe {
    background: #fff;
}

@media (max-width: 920px) {
    .register-main {
        grid-template-columns: 218px minmax(0, 1fr);
    }

    .register-progress {
        padding-right: 24px;
        padding-left: 24px;
    }

    .register-form-panel {
        padding-right: 32px;
        padding-left: 32px;
    }

    .register-page .fill_form {
        column-gap: 18px;
    }
}

@media (max-width: 760px) {
    .container.register-page {
        padding-right: 18px;
        padding-left: 18px;
    }

    .register-main {
        display: block;
        margin-top: 26px;
    }

    .register-progress {
        padding: 24px 28px 26px;
    }

    .progress-heading {
        display: flex;
        align-items: baseline;
        padding-bottom: 20px;
    }

    .progress-heading > span {
        margin-right: 10px;
    }

    .progress-heading h1 {
        margin-top: 0;
        font-size: 20px;
        line-height: 30px;
    }

    .progress-steps {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 0;
    }

    .progress-steps li {
        display: block;
        min-height: 0;
        text-align: center;
    }

    .progress-steps li:not(:last-child)::after {
        top: 15px;
        left: calc(50% + 19px);
        width: calc(100% - 38px);
        height: 1px;
    }

    .step-index {
        margin: 0 auto;
    }

    .step-copy {
        padding: 9px 3px 0;
    }

    .step-copy small {
        display: none;
    }

    .step-copy strong {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width: 700px) {
    .register-page .fill_form {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .register-page .agreement-row {
        grid-column: auto;
    }

    .register-page .nav_middle > div {
        display: block;
    }

    .register-page .btnSubmit {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .container.register-page {
        padding-right: 12px;
        padding-bottom: 32px;
        padding-left: 12px;
    }

    .register-header {
        min-height: 66px;
    }

    .register-brand img {
        width: 66px;
        margin-right: 11px;
    }

    .register-title {
        padding-left: 11px;
        font-size: 15px;
        line-height: 24px;
    }

    .register-header-note {
        font-size: 0;
    }

    .register-header-note a {
        margin-left: 8px;
        font-size: 13px;
    }

    .register-main {
        margin-top: 18px;
    }

    .register-progress {
        padding: 21px 18px 23px;
    }

    .progress-heading {
        padding-bottom: 17px;
    }

    .register-form-panel {
        padding: 27px 20px 30px;
    }

    .form-heading {
        margin-bottom: 25px;
        padding-right: 78px;
    }

    .form-heading h2 {
        font-size: 21px;
        line-height: 31px;
    }

    .form-heading p {
        top: 28px;
    }

    .register-page .nav_middle {
        margin-top: 25px;
    }

    .register-success-dialog .ui-dialog-content {
        padding: 24px 20px 26px;
    }

    .success-actions {
        flex-direction: column-reverse;
        gap: 10px;
        margin-top: 20px;
    }

    .success-button {
        flex: 0 0 44px;
        width: 100%;
    }
}

@media (max-width: 360px) {
    .register-title {
        max-width: 128px;
        white-space: normal;
    }

    .register-form-panel {
        padding-right: 16px;
        padding-left: 16px;
    }

    .verification-row .verification-control {
        gap: 8px;
    }

    .register-page .btn_gray2 {
        flex-basis: 106px;
        width: 106px;
        padding-right: 6px;
        padding-left: 6px;
    }
}
