* {
    margin:0;
    padding:0
}
.account-center-sdk-container .area-prefix-container {
    position: absolute;
    display: inline-block;
}
.account-center-sdk-container.normal .area-prefix-container {
    top: 20px;
    right: 0;
}
.account-center-sdk-container.normal .area-prefix-container .select-show {
    right: 0;
}
.account-center-sdk-container.bootstrap .area-prefix-container {
    height: 34px;
    top: 16px;
}
.account-center-sdk-container.bootstrap .row-area-container input[name=mobile] {
    padding-left: 100px;
}
.account-center-area-select {
    cursor: pointer;
    position: relative;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px 0 0 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.account-center-area-select ul,
.account-center-area-select ol {
    list-style: none;
}
.account-center-area-select * {
    font-family: PingFangSC-Regular, PingFang SC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}
.account-center-area-select .area-code-box {
    height: 100%;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px 0px 0px 3px;
    padding: 0 12px;
    width: 108px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.account-center-area-select .area-code-box.select .area-suffix svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.account-center-area-select .area-code-box .area-suffix {
    right: 12px;
    text-align: center;
    position: absolute;
    cursor: pointer;
}
.account-center-area-select .area-code-box .area-suffix svg {
    width: 12px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.account-center-area-select .area-code-value {
    border: none;
    font-size: 14px;
    width: 78px;
    display: inline-block;
    overflow: hidden;
    color: #999;
    white-space: nowrap;
}
.account-center-area-select .search-code {
    z-index: 1000;
    width: 196px;
    position: relative;
    margin: 0 12px;
}
.account-center-area-select .search-code img {
    cursor: pointer;
    position: absolute;
    bottom: 9px;
    right: 5px;
    width: 13px;
    height: 13px;
}
.account-center-area-select .area-code-input {
    height: 30px;
    border-radius: 4px;
    width: 100%;
    outline: none;
    margin-top: 8px;
    border-width: 1px;
}
.account-center-area-select .select-show {
    display: block;
    position: absolute;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    background-color: #ffffff;
    top: 42px;
}
.account-center-area-select .select-show .select-ul {
    z-index: 100;
    padding: 0;
    width: 220px;
    max-height: 188px;
    border-radius: 4px;
    overflow-y: auto;
    margin: 5px 0 0 0;
}
.account-center-area-select .select-show .select-ul .select-li {
    padding: 7px 12px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    color: #333;
}
.account-center-area-select .select-show .select-ul .select-li:hover {
    background: rgba(47, 136, 255, .1);
}
.account-center-area-select .select-show .select-ul .select-li .short-name {
    margin-right: 10px;
}
.account-center-area-select .select-show .select-ul .select-active {
    color: #f85959;
}
.account-center-area-select .select-hide {
    display: none;
}
.account-center-input-item {
    font-family: PingFangSC-Regular;
}
.account-center-input-item .clear-icon svg {
    width: 16px;
}
.account-center-input-item .clear-icon-container {
    z-index: 9;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 32px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.account-center-input-item .group {
    position: relative;
}
.account-center-input-item .group a {
    color: #2F88FF;
    cursor: pointer;
}
.account-center-input-item .group.error-item label {
    color: #F45858;
}
.account-center-input-item .group.error-item .bar:after,
.account-center-input-item .group.error-item .bar:before {
    width: 50%;
    background: #F45858;
}
.account-center-input-item .bootstrap-design.group {
    margin-top: 16px;
}
.account-center-input-item .bootstrap-design.error-item input {
    border: 1px solid #F45858;
}
.account-center-input-item .bootstrap-design input {
    background: #fff;
    color: #222;
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    padding: 0 11px;
    height: 34px;
    font-size: 12px;
    width: 100%;
    line-height: 34px;
    z-index: 1;
    outline: 0 !important;
}
.account-center-input-item .bootstrap-design .label-text {
    width: 20%;
    left: -63px;
    text-align: right;
    line-height: 34px;
    position: absolute;
    font-size: 14px;
    color: #333;
    display: none;
}
.account-center-input-item .bootstrap-design .error-message {
    position: absolute;
    color: #F45858;
    display: inline-block;
    left: 0;
    top: 100%;
    line-height: 17px;
}
.account-center-input-item .bootstrap-design .icon {
    right: 5px;
    top: 7px;
}
.account-center-input-item .icon {
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 5px;
}
.account-center-input-item .icon.active svg {
    fill: #2F88FF;
}
.account-center-input-item .icon.active svg #fill {
    fill: #2F88FF;
}
.account-center-input-item .icon svg {
    width: 20px;
    height: 20px;
    fill: #E4E9ED;
}
.account-center-input-item .icon svg #fill {
    fill: #E4E9ED;
}
.account-center-input-item .google-design {
    /* LABEL ======================================= */
    /* active state */
    /* BOTTOM BARS ================================= */
    /* active state */
    /* HIGHLIGHTER ================================== */
    /* active state */
    /* ANIMATIONS ================ */
}
.account-center-input-item .google-design.group {
    margin-top: 20px;
}
.account-center-input-item .google-design .error-message {
    position: absolute;
    color: #F45858;
    display: inline-block;
}
.account-center-input-item .google-design input {
    font-size: 14px;
    padding: 8px 0 8px 0;
    display: block;
    border: none;
    color: #333333;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
}
.account-center-code-text i{color: #FAAD15;font-size: 16px;margin-right: 10px;}
.account-center-input-item .google-design input:focus {
    outline: none;
}
.switch-type-panel{margin-top: 20px;}
.google-design i{line-height: 30px;}
.account-center-input-item .google-design label {
    color: #c1c1c1;
    line-height: 22px;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 8px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.account-center-input-item .google-design input:focus ~ label,
.account-center-input-item .google-design input.has-value ~ label,
.account-center-input-item .google-design input:-webkit-autofill ~ label {
    top: -20px;
    font-size: 12px;
    line-height: 20px;
}
.account-center-input-item .google-design .bar {
    position: relative;
    display: block;
}
.account-center-input-item .google-design .bar:before,
.account-center-input-item .google-design .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #2F88FF;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.account-center-input-item .google-design .bar:before {
    left: 50%;
}
.account-center-input-item .google-design .bar:after {
    right: 50%;
}
.account-center-input-item .google-design input:focus ~ .bar:before,
.account-center-input-item .google-design input:focus ~ .bar:after {
    width: 50%;
}
.account-center-input-item .google-design .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 5%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
.account-center-input-item .google-design input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter {
    from {
        background: #2F88FF;
    }
    to {
        width: 0;
        background: transparent;
    }
}
@keyframes inputHighlighter {
    from {
        background: #2F88FF;
    }
    to {
        width: 0;
        background: transparent;
    }
}
.account-center-sdk-form {
    margin-bottom: 0 !important;
}
.account-center-input-row {
    display: inline-block;
    height: auto;
    width: 100%;
    padding: 0;
    position: relative;
    font-size: 16px;
    margin-top: 14px;
    color: #666;
}
.account-center-input-row.account-center-fetch-code-row .clear-icon-container {
    right: 100px;
}
.account-center-input-row.ac-input-last-item,
.account-center-input-row:last-child {
    margin-bottom: 14px;
}
.account-center-input-row.ac-hide {
    display: none;
}
.account-center-input-row.account-center-form-items .account-center-form-name {
    display: inline-block;
    height: 30px;
    width: 80px;
    padding: 10px;
}
.account-center-input-row.account-center-form-items .disabled {
    background: #EAEAEA;
    width: calc(100% - 80px);
    text-align: center;
}
.account-center-input-row .account-center-eye {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 6px;
}
.account-center-input-row .account-center-eye svg {
    width: 20px;
    height: 20px;
}
.account-center-input-row input {
    background: #FFF;
    color: #000000;
    border-radius: 2px;
    padding: 0 2px;
    height: 30px;
    font-size: 12px;
    width: 100%;
    line-height: 30px;
    z-index: 1;
    outline: 0;
}
.account-center-input-row input[disabled] {
    background: #FAFAFA !important;
    cursor: not-allowed;
    font-weight: 600;
    font-size: 14px;
    color: #999;
}
.account-center-input-row input.disabled {
    background: #FAFAFA;
}
.account-center-input-row .account-center-code-captcha {
    font-size: 14px;
    position: absolute;
    right: 1px;
    bottom: 8px;
    z-index: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    color: #2F88FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.account-center-input-row .account-center-code-captcha.disable {
    color: #C1C1C1;
}
.account-center-captcha-row.sso .account-center-captcha-image {
    width: 95px;
    background-position: -10px 2px;
}
.account-center-captcha-row .account-center-captcha-image {
    background-repeat: no-repeat;
    background-color: #fff;
    padding-right: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 0;
    bottom: 8px;
    cursor: pointer;
    width: 90px;
    height: 30px;
    border-radius: 2px;
    background-size: contain;
}
.account-center-captcha-row .account-center-captcha-image .account-center-refresh-icon {
    width: 18px;
    height: 15px;
    display: inline-block;
    right: 5px;
    top: 6px;
    position: absolute;
}
.account-center-captcha-row .account-center-captcha-image .account-center-refresh-icon svg {
    width: 100%;
    height: 100%;
}
.account-center-message {
    min-height: 24px;
    white-space: pre-line;
    margin: 4px 0;
}
.account-center-message .pui-popover {
    top: 2px;
    vertical-align: unset !important;
}
.account-center-message a {
    cursor: pointer;
    color: #2F88FF;
}
.account-center-message .login-click {
    font-weight: 600;
    text-decoration: underline;
}
.account-center-message.alert-message {
    margin: 32px 0;
}
.account-center-message.alert-message .content > p {
    white-space: pre-line;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin: 4px;
}
.account-center-message.alert-message .account-center-warn-message {
    display: table;
}
.account-center-message.alert-message .account-center-warn-message > div:first-child {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.account-center-message .account-center-error-message,
.account-center-message .account-center-success-message,
.account-center-message .account-center-warn-message {
    padding: 0 16px;
    line-height: 22px;
    display: table;
    width: 100%;
}
.account-center-message .account-center-error-message > div,
.account-center-message .account-center-success-message > div,
.account-center-message .account-center-warn-message > div {
    display: table-cell;
    vertical-align: middle;
}
.account-center-message .account-center-error-message {
    background: rgba(255, 84, 84, .08);
    color: #FF5454;
}
.account-center-message .account-center-success-message {
    background: rgba(47, 136, 255, .08);
    color: #2F88FF;
}
.account-center-message .account-center-warn-message {
    background: #fffbe6;
}
.account-center-input-agreement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #999999;
    line-height: 17px;
    margin-top: 8px;
}
.account-center-input-agreement .check-box-container {
    top: 2px;
    position: relative;
}
.account-center-input-agreement .check-box-container .check-box-icon {
    width: 14px;
    height: 14px;
    fill: #FFF;
}
.account-center-input-agreement .account-center-agreement-check {
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid #dadfe3;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 8px;
    position: relative;
    background-color: #FFF;
}
.account-center-input-agreement .account-center-agreement-check:hover,
.account-center-input-agreement .account-center-agreement-check:focus {
    border-color: #dadfe3;
}
.account-center-input-agreement .account-center-agreement-check.checked {
    border: 1px solid transparent;
    -webkit-transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s;
    transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s;
}
.account-center-input-agreement .account-center-agreement-check.checked span {
    border-color: white;
}
.account-center-input-agreement .account-center-agreement-check span {
    color: #999999;
}
.account-center-input-agreement a {
    font-size: 12px;
    color: #333;
}
.pui-popover {
    position: relative;
    display: inline-block !important;
}
.pui-popover.mobile.active .pui-popover-content,
.pui-popover.pc:hover .pui-popover-content {
    display: inline-block;
}
.pui-popover .pui-popover-content {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: -5px;
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
    width: 237px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .08);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .08);
    border-radius: 4px;
    padding: 12px 16px;
    display: none;
    color: #333;
}
.pui-popover .pui-popover-content-header {
    text-align: right;
}
.pui-popover .pui-popover-content-header .icon-close {
    position: relative;
    right: -10px;
    cursor: pointer;
}
.pui-popover .pui-popover-content:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 6px solid #FFFFFF;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.account-center-switch-row {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: table;
    fill: #444444;
}
.account-center-switch-row .company {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 600;
    color: #C1C1C1;
    line-height: 22px;
    text-align: left;
}
.account-center-switch-row .company.logined {
    color: #333333;
}
.account-center-switch-row .subtitle {
    clear: both;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.account-center-switch-row .account-center-switch-button {
    cursor: pointer;
    display: inline-table;
}
.account-center-switch-row .account-center-switch-button a{
    color: #2f88ff;
}
.account-center-switch-row .account-center-switch-button.switch-switch {
    float: left;
    font-size: 16px;
    color: #333333;
    position: relative;
}
.account-center-switch-row .account-center-switch-button.switch-switch .bar {
    width: 0;
    height: 2px;
    background: #2f88ff;
    border-radius: 1px;
    display: block;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    margin-top: 4px;
}
.account-center-switch-row .account-center-switch-button.switch-switch .bar.active {
    width: 100%;
}
.account-center-switch-row .account-center-switch-button.switch-switch:first-child {
    margin-right: 40px;
}
.account-center-switch-row .account-center-switch-button.switch-panel {
    font-size: 12px;
    color: #c1c1c1;
    margin-top: 4px;
}
.account-center-switch-row .account-center-switch-button.switch-panel:nth-child(2) {
    float: right;
}
.account-center-switch-row .account-center-switch-button.switch-panel .login {
    color: #2F88FF;
    cursor: pointer;
}
.account-center-switch-row .account-center-switch-button > span {
    text-align: center;
    vertical-align: middle;
}
.account-center-switch-row .account-center-switch-button:first-child .account-center-switch-image {
    margin-right: 3px;
}
.account-center-switch-row .account-center-switch-image {
    display: inline-table;
}
.account-center-switch-row .account-center-switch-image svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.account-center-switch-row .account-center-spliter {
    margin: 0 27px;
}
.account-center-switch-row .account-center-spliter:after {
    content: '';
    height: 100%;
    border-left: 1px solid #EAEAEA;
}
.account-center-switch-row .pui-popover {
    top: 2px;
}
@-webkit-keyframes crescendo {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes crescendo {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.account-center-alternative button {
    margin: 25px 0 16px;
}
.account-center-alternative .other {
    line-height: 20px;
    color: #2F88FF;
    cursor: pointer;
    text-align: center;
    margin-bottom: 40px;
}
.account-center-conflict-content {
    padding-top: 12px;
}
.account-center-conflict-content .title {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}
.account-center-conflict-connect {
    margin-top: 10px;
    padding: 16px;
    background: #EBF3FF;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.account-center-conflict-connect .avatar {
    width: 44px;
    margin-right: 12px;
}
.account-center-conflict-connect .avatar img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.account-center-conflict-connect .account-info .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.account-center-conflict-connect .account-info .bind-item {
    font-size: 12px;
    line-height: 20px;
    margin-top: 4px;
    color: #666666;
}
.account-center-oauth-confirm {
    text-align: center;
    margin-top: 52px;
}
.account-center-oauth-confirm .oauth-swap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.account-center-oauth-confirm .oauth-swap img {
    border-radius: 50%;
    width: 32px;
}
.account-center-oauth-confirm .oauth-title,
.account-center-oauth-confirm .oauth-tips {
    text-align: left;
}
.account-center-oauth-confirm .oauth-title {
    font-weight: 600;
    margin-bottom: 10px;
}
.account-center-oauth-confirm .oauth-tips {
    color: #c1c1c1;
}
.account-center-oauth-confirm .oauth-tips p:before {
    content: "*";
}
.account-center-oauth-confirm .swap {
    margin: 0 16px;
}
.account-center-oauth-confirm .swap svg {
    width: 16px;
    fill: #C1C1C1;
}
.account-center-oauth-list {
    margin-top: 21px;
}
.account-center-oauth-list.hidden {
    display: none;
}
.account-center-oauth-list label {
    font-size: 12px;
    font-weight: 400;
    color: #c1c1c1;
    margin-right: 8px;
    bottom: 7px;
    position: relative;
}
.account-center-oauth-list .login-type {
    display: inline-block;
}
.account-center-oauth-list .login-type img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.account-center-oauth-list .login-type .icon {
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
}
.account-center-oauth-list .login-type .icon:hover {
    -webkit-animation: crescendo 0.2s forwards linear;
    animation: crescendo 0.2s forwards linear;
}
iframe {
    border: none;
}
.gy-modalContainer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: -1;
}
.gy-modalContainer.container {
    position: relative;
}
.gy-modalContainer .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .3);
}
.gy-modalContainer .innerContent {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 600px;
    height: auto;
    z-index: 3;
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transform-origin: 75.5px 221.5px 0px;
    transform-origin: 75.5px 221.5px 0px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .1);
}
.gy-modalContainer .innerContent-close {
    display: inline-block;
    position: absolute;
    top: 26px;
    right: 26px;
    cursor: pointer;
}
.gy-modalContainer .innerContent-close img {
    width: 15px;
    height: 15px;
}
.gy-modalContainer .innerContent .innerContent-header {
    padding: 24px;
    border-radius: 8px 8px 0 0;
    background: #fff;
    color: #333333;
    font-family: PingFangSC-Semibold;
}
.gy-modalContainer .innerContent .innerContent-header .innerContent-title {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: rgba(0, 0, 0, .85);
}
.gy-modalContainer .innerContent .innerContent-center {
    padding: 0 24px;
    font-size: 14px;
    line-height: 1.5;
}
.gy-modalContainer .innerContent .innerContent-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 24px;
    border-radius: 0 0 4px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.gy-modalContainer .innerContent .innerContent-footer button:first-child {
    margin-right: 8px;
}
.gy-modalContainer button {
    width: 100px;
    height: 34px;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    border: none;
    cursor: pointer;
    outline: none;
}
.gy-modalContainer button img {
    position: relative;
    margin-right: 5px;
    top: 2px;
}
.gy-modalContainer button[type=cancel] {
    background: #f8f9fa;
    border: 1px solid #dadfe3;
    color: #333333;
}
.gy-modalContainer button[type=primary] {
    background: #2f88ff;
    color: #ffffff;
}
.account-center-header-back {
    position: absolute;
    left: 0;
    cursor: pointer;
}
.account-center-header-back svg {
    width: 14px;
    height: 14px;
    position: relative;
    top: 3px;
}
.account-center-sdk-container.verify-login .account-center-header-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.account-center-sdk-container.verify-login .account-center-input-row:first-child {
    margin-top: 0;
}
.account-center-sdk-container.verify-login .account-center-input-row:first-child .account-center-input-item > div:first-child {
    margin-top: 0;
}
.account-center-sdk-container.verify-login .account-center-message .content {
    line-height: 20px;
}
.account-center-sdk-container.verify-login .account-center-message .content svg {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    position: relative;
    top: 2px;
}
.account-center-sdk-container.verify-login .account-center-code-help {
    font-size: 12px;
    color: #999999;
}
.account-center-sdk-container.verify-login .account-center-code-help:hover {
    color: #333;
}
.account-center-sdk-container.verify-login .pui-popover {
    margin-left: 0;
}
.account-center-sdk-container.verify-login .pui-popover-content {
    background: rgba(51, 51, 51, .95);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .08);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .08);
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.account-center-sdk-container.verify-login .pui-popover-content:before {
    left: 20%;
    border-top-color: rgba(51, 51, 51, .95);
}
.circle-progress {
    display: block;
    margin: auto;
    width: 32px;
    height: 32px;
    border: 3px solid #2f88ff;
    border-bottom-color: transparent;
    border-radius: 50%;
    -webkit-animation: loading-mini 0.8s linear 0s infinite;
    animation: loading-mini 0.8s linear 0s infinite;
}
@-webkit-keyframes loading-mini {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading-mini {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.login-code .account-center-header-common {
    display: table;
}
.login-code .account-center-header-common > div {
    display: table-cell;
}
.account-center-header-sub-title.appoint:before {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAMAAADHVLbdAAAAPFBMVEX/xT7/yDz/xj3/xj3/xTz/xT3/yDpHcEz/xjz/xT3/xT3/yzT/xT//xj7/xj3/xj3/xTz/xj7/xTz/xT24Qv1JAAAAE3RSTlOqPbmI4uwUAFXG1ggmbJdM+FbD4Zc4IAAAAGxJREFUCNeVzFkSxCAIBNBWUSSuSd//rtFYc4DhA3hVNNCvUndnwddbjOzp5+oZyh1lHLd57eMEIimqzVBOdki8AamqLmhuRQsmgH1JBVcqc1ukLz+e7pg5L5/5v2V9vgiJRjNiAN7MA2YPEF7hlgaXdjTRNwAAAABJRU5ErkJggg==);
    height: 15px;
    display: inline-block;
    width: 15px;
    margin-right: 4px;
    position: relative;
    top: 3px;
}
.account-center-header {
    color: #333333;
}
.account-center-header-common {
    margin-bottom: 8px;
}
.account-center-header .header-close {
    cursor: pointer;
    right: 0;
    position: absolute;
    top: 100%;
    float: right;
    color: #C1C1C1;
}
.account-center-header .account-center-header-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.account-center-header .account-center-header-sub-title {
    margin-bottom: 24px;
    color: #c1c1c1;
    font-size: 14px;
    line-height: 22px;
}
.account-center-header .account-center-two-code-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.account-center-header .account-center-two-dimensional-code {
    width: 133px;
    height: 28px;
    position: relative;
    margin-left: 10px;
    border: 1px solid #fbe1af;
    background: rgba(226, 176, 110, 0.12157);
    border-radius: 3px;
    display: table;
}
.account-center-header .account-center-two-dimensional-code .account-center-code-icon {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-left: 10px;
}
.account-center-header .account-center-two-dimensional-code .account-center-code-icon svg {
    width: 16px;
    height: 16px;
    color: #2F88FF;
}
.account-center-header .account-center-two-dimensional-code .account-center-code-icon svg #Shape {
    fill: #FAAD15;
}
.account-center-header .account-center-two-dimensional-code .account-center-code-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.account-center-header .account-center-two-dimensional-code .account-center-switch-dimencode {
    position: absolute;
    top: -12px;
    right: -70px;
    margin-bottom: 0;
    cursor: pointer;
    width: 43px;
    height: 44px;
    z-index: 10;
}
.account-center-header .account-center-two-dimensional-code .account-center-switch-dimencode .right-corner-icon-stroke {
    stroke: #2F88FF;
}
.account-center-header .account-center-two-dimensional-code .account-center-switch-dimencode .right-corner-icon-fill {
    fill: #2F88FF;
}
.account-center-header .account-center-two-dimensional-code .account-center-switch-dimencode svg {
    width: 100%;
    height: 100%;
}

.oauth-loading {
    position: relative;
    min-height: 300px;
}
.oauth-loading span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.account-center-dimen-code-container {
    margin-top: 32px;
    margin-bottom: 20px;
}
.account-center-dimen-code-container .account-center-dimen-code-image-container {
    text-align: center;
}
.account-center-dimen-code-container .account-center-dimen-code-image-container .account-center-image-content {
    border: 1px solid #EAEAEA;
    height: 172px;
    width: 172px;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background-size: contain;
    text-align: center;
    display: inline-block;
}
.account-center-dimen-code-container .account-center-demen-code-notice {
    width: 100%;
    text-align: center;
}
.account-center-sdk-container {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, .1);
    border-radius: 8px;
    position: relative;
    width: 348px;
    min-height: 380px;
    color: #444444;
    padding: 40px !important;
    display: inline-block;
    z-index: 1;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.account-center-sdk-container input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.account-center-sdk-container .pui-popover {
    margin-left: 5px;
}
.account-center-sdk-container .pui-popover .question-container {
    width: 12px;
    height: 12px;
}
.account-center-sdk-container * {
    font-family: PingFangSC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}
.account-center-sdk-container a {
    text-decoration: none;
    color: #000;
}
.account-center-sdk-container > div {
    height: auto;
    width: 100%;
    padding: 0;
    position: relative;
    font-size: 16px;
}
.account-center-sdk-container button:hover{
    background: #2f88ff;
    color: #fff;
}
.account-center-sdk-container button {
    height: 40px;
    border-radius: 4px;
    padding: 0 11px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 40px;
    border: none;
    background: #2f88ff;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.account-center-sdk-container button svg,
.account-center-sdk-container button img {
    margin-right: 8px;
    position: relative;
    top: 3px;
    opacity: 0.7;
    width: 16px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.account-center-sdk-container button:focus {
    outline: unset;
}
.account-center-sdk-container .account-center-submit > button:nth-child(2) {
    margin-top: 16px;
}
.account-center-sdk-container .account-center-submit .account-center-cancel-button {
    border: 1px solid #dadfe3;
    background: #fff;
    color: #333333;
}
.account-center-sdk-container.bootstrap {
    overflow: unset;
}
.account-center-sdk-container.bootstrap input[name*='captcha'] {
    width: calc(100% - 100px);
    bottom: 0;
}
.account-center-sdk-container.bootstrap input::-webkit-input-placeholder {
    font-size: 14px;
    color: #D6D6D6;
}
.account-center-sdk-container.bootstrap input::-ms-input-placeholder {
    font-size: 14px;
    color: #D6D6D6;
}
.account-center-sdk-container.bootstrap input::placeholder {
    font-size: 14px;
    color: #D6D6D6;
}
.account-center-sdk-container.bootstrap input {
    padding: 5px 12px;
    font-size: 14px;
}
.account-center-sdk-container.bootstrap input:hover,
.account-center-sdk-container.bootstrap input:focus,
.account-center-sdk-container.bootstrap input:active {
    border-color: #2f88ff;
}
.account-center-sdk-container.bootstrap .bootstrap-design input:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(47, 136, 255, .2);
    box-shadow: 0 0 0 2px rgba(47, 136, 255, .2);
}
.account-center-sdk-container.bootstrap .bootstrap-design.error-item input {
    border-color: #F45858;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.account-center-sdk-container.bootstrap .group.error-item label {
    color: #333;
}
.account-center-sdk-container.bootstrap.show-label .label-text {
    display: inline-block;
}
.account-center-sdk-container.bootstrap .account-center-captcha-image {
    border: 1px solid #EAEAEA;
    bottom: 0;
    height: 33px;
}
.account-center-sdk-container.bootstrap .account-center-code-captcha {
    border-radius: 4px;
    bottom: 0;
    width: 90px;
    text-align: center;
    border: 1px solid #2F88FF;
    height: 34px;
}
.account-center-sdk-container.bootstrap .account-center-code-captcha.disable {
    border-color: #EDF1F5;
}
.account-center-sdk-container.bootstrap .account-center-input-agreement {
    margin-top: 10px;
}
.account-center-sdk-container.bootstrap button {
    height: 34px;
    line-height: 34px;
}
.account-center-sdk-container.bootstrap .error-message {
    top: 100%;
}
.slide-container {
    display: none;
    position: fixed;
    z-index: 11111;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.25098);
    width: 100%;
    height: 100%;
}
.slide-container .captcha_verify_container {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}
.slide-container-ov.sliding {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.25098);
    width: 100%;
    height: 100%;
}
.slide-container-ov.sliding .slider-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto !important;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.login-page {
    height:100vh;
    display:flex;
    position:relative
}
.login-page .login-left {
    height:100%;
    display:inline-block;
    background-color:#f7faff;
    width:75%
}
.login-page .login-left .header {
    position:absolute;
    top:24px;
    left:calc(25% - 174px);
    display:flex;
    align-items:center
}
.account-center-header{margin-bottom: 25px;}
.login-page .login-left .header .logo-img {
    width:150px;
    height:50px
}
.account-center-sdk-container  .switch-type-switch .active{color: rgb(62, 93, 224);}
.account-center-sdk-container  .switch-type-switch .switch-type-switch{background: rgb(62, 93, 224) none repeat scroll 0% 0%;}
.login-page .login-left .content {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:calc(25% - 174px)
}
@media (max-width: 1440px) {
    .login-page .login-left .content {
        width:786px;
        height:523px;
        background-image:url(/static/pc/images/bm-login-background-1440-down.png);
        background-size:cover;
        background-repeat:no-repeat
    }
}
@media (min-width: 1440px) {
    .login-page .login-left .content {
        width:1026px;
        height:654px;
        background-image:url(/static/pc/images/bm-login-background-1440-up.png);
        background-size:cover;
        background-repeat:no-repeat
    }
}
.none{display: none;}
.login-page .login-left .footer {
    position:absolute;
    top:50%;
    transform:translate3d(0, -50%, 0);
    left:calc(25% - 174px);
    font-size:12px;
    color:#999;
    height:455px
}
.login-page .login-left .footer .text {
    position:absolute;
    bottom:0;
    left:0
}
.login-page .login-left .footer .text a {
    color:#999;
    text-decoration:none
}
.login-page .login-left .footer .text a:hover {
    text-decoration:underline
}
.login-page .login-left .footer .text div {
    line-height:20px
}
@media (max-width: 1440px) {
    .login-page .login-left .footer {
        width:786px
    }
}
@media (min-width: 1440px) {
    .login-page .login-left .footer {
        width:1026px
    }
}
.account-center-action-button{background: rgb(62, 93, 224) none repeat scroll 0% 0%;}
.account-center-input-agreement .agreement img {
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-top: 10px;
}
.login-page .login-right {
    height:100%;
    display:inline-block;
    background-color:#0672ff;
    position:relative;
    width:25%;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover
}
.login-page .login-right #login {
    position:absolute;
    top:50%;
    left:0;
    transform:translate3d(-50%, -50%, 0)
}
@media (-webkit-device-pixel-ratio: 2) {
    .login-page .login-right {
        background-image:url(/static/pc/images/bm-login-right.png)
    }
}
@media (-webkit-device-pixel-ratio: 1) {
    .login-page .login-right {
        background-image:url(/static/pc/images/bm-login-right.png)
    }
}
.account-center-qrcode-container {
    margin-top: 32px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.account-center-qrcode-notice {
    width: 100%;
    text-align: center;
    margin-top: 16px;
}

.account-center-sdk-container .account-center-qrcode-title {
    font-size: 16px;
    line-height: 28px;
    color: #55585C;
    margin-bottom: 16px;
}
.account-center-qrcode-image-container {
    border: 1px solid #EAEAEA;
    height: 220px;
    width: 220px;
    position: relative;
    text-align: center;
}
.account-center-qrcode-image-container img{
    height: 215px;
    width: 215px;
}
.account-center-sdk-container .account-center-qrcode-switch-action {
    cursor: pointer;
    position:absolute;
    z-index: 2000;
    right: 0px;
    top: 0px;
}
.account-center-qrcode-switch-action .rightpng {
    position: absolute;
    right: 0;
}
.account-center-qrcode-switch-action .rightpng .toaccount {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(/static/img/toaccount.png) no-repeat;
}
.account-center-qrcode-switch-action .rightpng .toqrcode {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(/static/img/toqrcode.png) no-repeat;
}
.account-center-qrcode-switch-action .rightpng .toqrcode:hover{background:url(/static/img/toqrcodeh.png) no-repeat}
.account-center-qrcode-switch-action .rightpng .toaccount:hover {
    background: url(/static/img/toaccounth.png) no-repeat;
}
.timeout-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    color: rgb(245, 59, 59);
}
#scan_box_applets{
    display: block;
    width: 215px;
    height: 215px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}