
html{
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    color: #676f86;
    font-size: 14px;
    font-family: -apple-system, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
    font-variant: tabular-nums;
    line-height: 1.5;
    background-color: transparent;
    font-feature-settings: "tnum";
    height: 100vh;
}
.el-card__body, .el-main {
    padding: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5em;
    color: #1f2b4b;
    font-weight: 500;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.didaRegisterBiz__img img {
    max-width: 100%;
}
.nd-layout-page {
    display: block;
}
.accountLayout__footer * {
    color: #fff;
}
.accountLayout {
    color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    font-family: HarmonyOS Sans SC, RemoteHarmony, -apple-system, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
}

.accountLayout__navbar {
    color: #fff;
    padding: 10px 32px;
}

.accountLayout__main {
    width: 100%;
    max-width: 1600px;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 20px;
}
.el-row {
    display: flex;
    flex-flow: row wrap;
    min-width: 0;
}

.didaRegister {
    --backIconSize: 54px;
    margin-top: 20px;
}

@media screen and (min-width: 1200px) {
    .didaRegister {
        margin-top: 100px;
    }
}
.nd-panel {
    display: block;
    font-size: 14px;
    line-height: 22px;
    background: #fff;
    position: relative;
    border-radius: 10px;
}
.didaRegister__panel {
    padding: 36px 48px;
    border-radius: 18px;
    max-width: 768px;
    margin: 0 auto;
}
@media screen and (max-width: 1199px) {
    .didaRegister__panel {
        padding: 36px 24px;
        border-radius: 24px;
    }
}

.didaRegister__title {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 36px;
}

.didaRegisterBiz {
    text-align: center;
    border-radius: 24px;
    border: 1.5px solid var(--color-secondary-10);
    padding: 40px 20px;
    gap: 20px 20px;
    cursor: pointer;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .didaRegisterBiz {
        display: flex
;
        align-items: center;
        gap: 10px;
    }
}
.didaRegisterBiz__img {
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .didaRegisterBiz__img {
        margin-bottom: 0;
        width: 32px;
    }
}

.didaRegisterBiz__desc {
    font-size: 20px;
    line-height: 1.5;
    min-height: 3em;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

@media screen and (max-width: 1199px) {
    .didaRegisterBiz__desc {
        flex: 1;
        min-width: 0;
        font-size: 16px;
        min-height: unset;
        text-align: left;
    }
}

.accountLayout__footer {
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 20px 0;
}
.accountLayout__navbar {
    color: #fff;
    padding: 10px 32px;
}
.accountLayout__logo {
    height: 28px;
}

.didaRegister__slogan1 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
}
.didaRegister__sloganLogo {
    width: 460px;
    margin-top: 80px;
    margin-bottom: 60px;
}

.didaRegister__sloganWrapper {
    color: #fff;
}

.didaRegister__formHeading {
    display: flex;
    gap: 36px;
    margin-bottom: 28px;
}

@media screen and (max-width: 1199px) {
    .didaRegister__formHeading {
        gap: 10px;
        margin-bottom: 24px;
    }
}

.didaRegister__formTitle {
    flex: 1;
    text-align: center;
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 0;
    /* text-transform: capitalize; */
}



.didaRegister__backIcon {
    width: 54px;
    height: 54px;
    border-radius: 54px;
    border: 1px solid #ced4da;
    font-size: 20px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.anticon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1199px) {
    .didaRegister__formTitle {
        font-size: 20px;
    }
    .didaRegister__backIcon {
        width: 36px;
        height: 36px;
        border-radius: 36px;
    }
}

.didaRegister__subFormTitle {
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
    .didaRegister__subFormTitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
}