body,html {
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

ul {
    padding: 0
}

input,p {
    margin: 0
}
@media (min-width: 886px) {
    .web-v3-layout-box, .web-v3-layout-box .web-opener-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 886px) {
    .web-v3-layout-box {
        width: 100%;
        height: 100%;
        min-height: 650px;
    }
}
@media (min-width: 886px) {
    .passport-layout-web-reg {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        min-height: 605px;
    }
}
@media (max-width: 885px) {
    .passport-layout-web-reg .web-reg-left {
        display: none;
    }
}
.web-v3-layout-box {
    height: 100%;
}
.web-v3-common-logo {
    position: absolute;
    top: 0;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 73px;
    padding-left: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.web-v3-common-logo>.logo-image {
    width: auto;
    height: 38px;
    cursor: pointer;
}
@media (min-width: 886px) {
    .passport-layout-web-reg .web-reg-left {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 55%;
        min-width: 750px;
        padding: 0 20px;
        background: #f3f4fb;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}
@media (min-width: 886px) {
    .passport-layout-web-reg .web-reg-right {
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow: hidden;
        background: #f8f9fa;
    }
}
@media (max-width: 885px) {
    .passport-layout-web-reg .web-reg-right {
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: #fff;
    }
}
@media (min-width: 886px) {
    .passport-layout-web-reg .web-reg-right .new-account-login-box, .passport-layout-web-reg .web-reg-right .web-main-content {
        overflow: visible;
    }
}

@media (min-width: 886px) {
    .web-v3-layout-box .web-main-content {
        position: absolute;
        top: 50%;
        left: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 444px;
        height: 555px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 886px) {
    .login-content-container {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@media (max-width: 885px) {
    .login-content-container {
        position: unset !important;
    }
    .ud__modal__header {
	    padding-top: 90px !important;
	}
}
.login-content-container {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #dee0e3;
    -webkit-box-shadow: 0 4px 8px rgba(31, 35, 41, .03), 0 3px 6px -6px rgba(31, 35, 41, .05), 0 6px 18px 6px rgba(31, 35, 41, .03);
    box-shadow: 0 4px 8px rgba(31, 35, 41, .03), 0 3px 6px -6px rgba(31, 35, 41, .05), 0 6px 18px 6px rgba(31, 35, 41, .03);
}
@media (min-width: 886px) {
    .passport-layout-web-reg .web-reg-right .new-account-login-box, .passport-layout-web-reg .web-reg-right .web-main-content {
        overflow: visible;
    }
}
.new-account-login-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #646a73;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.new-account-login-box .new-account-login-module.new-account-module-nopadding {
    padding: 0;
}
.new-account-login-box .new-account-login-module {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #fff;
}
.step-box {
    width: 100%;
    height: 100%;
    border-radius: unset;
}
.ud__modal__content, .ud__modal__header {
    box-sizing: border-box;
    position: relative;
}
.ud__modal__content {
    margin: 0;
    padding: 0;
    color: #1f2329;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.enter-credential .ud__modal__header {
    padding-bottom: 12px;
}
.ud__modal__header {
    padding: 24px;
}
@media (min-width: 886px) {
    .step-box .step-box__body, .step-box .step-box__description, .step-box .step-box__footer, .step-box .step-box__header {
        padding-right: 16px;
        padding-left: 16px;
    }
}
@media (min-width: 886px) {
    .step-box .step-box__header {
        padding-top: 16px;
    }
}
.step-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #1f2329;
}
.ud__scrollArea-y {
    overflow-y: auto;
    overflow-y: overlay;
}
.ud__scrollArea {
    box-sizing: border-box;
}
.ud__modal__body {
    box-sizing: border-box;
    color: #1f2329;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    padding: 0 24px;
    flex: 1;
    overflow-wrap: break-word;
}
@media (min-width: 886px) {
    .step-box .step-box__body, .step-box .step-box__description, .step-box .step-box__footer, .step-box .step-box__header {
        padding-right: 16px;
        padding-left: 16px;
    }
}
.base-tabs-container {
    overflow: hidden;
}
.base-tabs-container .base-tabs {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-left: 0;
    -webkit-transition: margin-left .2s cubic-bezier(.645,.045,.355,1);
    transition: margin-left .2s cubic-bezier(.645,.045,.355,1);
    will-change: margin-left;
}
.base-tabs-container .base-tabs .base-tab-pane {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    opacity: 1;
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    transition: all .2s cubic-bezier(.645,.045,.355,1);
}
.mobile-input-container {
    position: relative;
}
.mobile-input-container.pp-mobile-input .mobile-input {
    padding-right: 0;
    border: none;
}
.mobile-input-container .mobile-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    font-size: 16px;
    line-height: 14px;
    color: #1f2329;
    background-color: #fff;
    border-radius: 6px;
}
.enter-credential .enter-credential__terms {
    margin-top: 16px;
}
.ud__checkbox__wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-flex;
    align-items: baseline;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.terms-and-policy-container .tp-checkbox-container span {
    vertical-align: unset;
}
.ud__checkbox__label-content {
    box-sizing: border-box;
    cursor: pointer;
    color: #1f2329;
    z-index: 1;
    margin-left: 8px;
    margin-right: 8px;
    overflow-wrap: break-word;
}
.terms-and-policy-container .passport-policy-content {
    color: #646a73;
}
.terms-and-policy-container a {
    color: #2196F3;
    text-decoration: none;
}
.passport-policy-tip {
    color: #245bdb;
    text-decoration: none;
    cursor: pointer;
}
.ud__modal__footer {
    box-sizing: border-box;
    text-align: right;
    padding: 0 24px 24px;
}
@media (min-width: 886px) {
    .step-box .step-box__footer {
        padding-bottom: 16px;
    }
}
@media (min-width: 886px) {
    .step-box .step-box__body, .step-box .step-box__description, .step-box .step-box__footer, .step-box .step-box__header {
        padding-right: 16px;
        padding-left: 16px;
    }
}
.ud__native-input {
    background-color: transparent;
    border-color: #e1e1e1;
    font-size: 16px;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    display: inline-flex;
    overflow: hidden;
    transition: border-color .1s linear;
    width: 100%;
    padding: 7px 11px;
}
.ud__button--block {
    width: 100%;
}
.ud__button--size-lg {
    height: 40px;
    line-height: 24px;
    padding: 7px 15px;
    font-size: 16px;
    border-radius: 6px;
    min-width: 96px;
}
.ud__button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #1f2329;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    border: 1px solid #fff;
    background: none;
    transition: color .1s ease-in, background-color .1s ease-in, border-color .1s ease-in, width .2s ease-in;
    touch-action: manipulation;
    text-decoration: none;
}
.ud__button--filled-default {
    color: #fff;
    background: #2196F3;
}
.lefttit{
    font-size: 36px;
    font-weight: 700;
    color: #0442d2;
    margin-bottom: 25px;
}
.lefttitd {
    font-weight: 900;
    color: #002270;
    margin-bottom: 25px;
}
.row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    width: 650px;
    margin-top: 10px;
}
.col-md-12 {
    flex: 0 0 auto;
    width: 100%;
}
.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}
.g-3, .gy-3 {
    --bs-gutter-y: 1.2rem;
}
.g-3, .gx-3 {
    --bs-gutter-x: 1.2rem;
}
.card {
    box-shadow: 0 .125rem 1rem 1px rgb(203 220 233);
    background: linear-gradient(145deg, #ffffff, #f2f9ff);
    margin: 12px;
    border-radius: 5px;
    padding: 25px 15px 35px 15px;
    font-size: 14px;
    height: 180px;
}
.boxnum {
    font-size: 26px;
    color: #0442d2;
    font-weight: 700;
}
.zysx{
    color: #828282;
    font-size: 12px;
}
.step-title__subtitle-error{
    color: #F44336;
}
.xxtit{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    display: block;
}
.xxdiv{
    margin-bottom: 15px;
}
.ud__input-input-wrap{
	font-size: 16px;
}
.verify-item {
    margin: 0;
    padding: 0;
}

.verify-item::before,
.verify-item::after {
    content: ' ';
    display: block;
    clear: both;
}

.verify-item .code-input-item {
    display: inline-block;
    height: 38px;
    width: 38px;
    margin-right: 8px;
}

.verify-item .code-input-item:last-child {
    margin-right: 0;
}

.verify-item .code-input-item input[type="text"] {
    width: 100%;
    height: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 3.5px;
    outline: 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
}
.verify-wrap ul {
    width: auto;
    display: flex;
    justify-content: center;
}

.verify-wrap ul .code-input-item {
    margin-right: 15px;
}

.control-list {
    text-align: center;
    margin-top: 25px;
}

.control-list a {
    display: inline-block;
    margin: 8px;
    text-decoration: none;
    color: #fff;
    background-color: #2196F3;
    border-radius: 3.5px;
    padding: 8px 20px;
    font-size: 13px;
    cursor: pointer;
}
.cardimg{
	width: 74%;
    margin: 0px 13%;
    margin-bottom: 20px;
}
.cardh3{
	font-size: 16px;
    color: #0b77ce;
    margin-bottom: 5px;
    font-weight: 600;
    padding-left: 10px;
}
.cardt{
	padding: 0px 10px;
    line-height: 22px;
    color: #404040;
}