html,
body {
    width: 100%;
    height: 100%;
    min-width: 1200px;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #bfbfbf;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bfbfbf;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #bfbfbf;
}

/** 文本输入框的 X  **/
input::-ms-clear {
    display: none;
}

/** 密码输入框的 X  **/
input::-ms-reveal {
    display: none;
}

/* 整个页面外面的样式 */

body {
    font-family: Monospaced Number, Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

#login {
    width: 100%;
    height: 100%;
    /* position: relative; */
    display: flex;
    flex-direction: column;
}

.login-layout {
    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-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    /* background: #f0f2f5; */
}

/* 整个页面外面的样式 */
.login-container {
    width: 100%;
    /* min-height: 600px; */
    min-width: 900px;
    height: 100%;
    display: flex;
    height: calc(100vh - 32px);
}

.login-container .login-bgImage {
    /* -webkit-box-flex: 0; */
    /* -ms-flex-positive: 0; */
    /* flex-grow: 0; */
    /* -ms-flex-negative: 0; */
    /* flex-shrink: 0; */
    height: 100%;
    width: 103vh;
}

/*
 .login-bgImage .bg_img{
    width: 100%;
    height: 100%;
 } */

.login-container .login-layout-content {
    /* width: 40%; */
    height: 100%;
    background: #fff;
    position: relative;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    min-width: 440px;
}


.login-container>.header,
.login-container>.footer {
    width: 100%;
}


/* Tabs 的样式 */
.login-container>.login-layout-content>.login-tab {
    /* flex-shrink: 0; */
    width: 320px;
    height: 500px;
    position: absolute;
    /* right: 50%; */
    top: 0;
    /* margin-right: -160px; */
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.lang-icon {
    cursor: pointer;
}

.lang-type {
    display: flex;
    justify-content: flex-start;
    align-self: flex-end;
}

.lang-type>a {
    margin: 6px;
}

.lang-type>a>img {
    width: 40px;
    height: 40px;
}

.login-tab .logo h1 {
    font-size: 46px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 16px;
    margin-top: 0px;
    /* text-align: center; */
}

.login-tab .logo span {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3889FF;
    min-height: 28px;
    display: inline-block;
}


.login-account {
    display: block;
}

.login-phone {
    display: none;
}

/* Tabs.TabPane 的样式 */
/* .login-tab-pane {
    padding: 0 60px 30px;
} */

.login-tab-pane>.logo {
    height: 60px;
    /* text-align: center; */
}

.login-tab-pane>.logo>a {
    display: inline-block;
    margin-top: 48px;
    color: #9C9D9E !important;
    font-weight: bold;
}

.login-tab-pane>.logo+form {
    margin-top: 64px;
}

.login-tab-pane>.logo+form+div {
    /* ant-form-item */
    margin-bottom: 0;
}

/* Footer 的样式 */
.footer {
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
    text-align: center;
    /* position: absolute; */
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    /* bottom: 0px;
    left: 0px; */
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 0 50px 0 32px;
    background-color: #FAFAFA;
    position: relative;
    z-index: 1;
}

.footer-right {
    display: flex;
    align-items: center;
    list-style: none;
}

.footer-right a {
    color: #595959;
}

/* open app login icons' wrap */
.login-open-app {
    /* there use flex because found some flex layout in this project */
    /* display: inline-flex;
    flex-wrap: wrap;
    align-items: center; */
    text-align: center;
}

.login-open-app .app-item {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.login-open-app .app-item + .app-item {
    margin-left: 20px;
}

.login-open-app>span {
    /* span is every item in login-open-app */
    flex-shrink: 0;
    /* height: 40px; */
    /* line-height: 40px; */
    /* limit item height to 40px */
    /* max-height: 40px; */
    /* overflow: hidden; */
}

.login-open-app .login-open-app-icon-btn-wrap {
    /* submit btn */
    background-color: #fff;
    outline: none;
    border: 1px solid #eee;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.login-open-app .login-open-app-icon {
    /* icon's style */
    /* margin-bottom: 12px; */
    /* width: 40px; */
    width: 28px;
}


/* 覆盖 表单组件的样式 */

.login-form-item {
    margin-bottom: 24px;
    vertical-align: top;
}

.login-form-item .bth {
    border-radius: 2px !important;
}

/* 错误信息提示样式 */
.login-form-item-with-help {
    margin-top: 32px;
    margin-bottom: 6.5px;
    /* margin-top: 23px; */
    min-height: 40px;
    /* padding-left: 8px;
    padding-top: 9px; */
    padding: 8px 0 8px 8px;
}

.login-form-item-with-help .error-div-left {
    display: flex;
}

.login-form-item-with-help img {
    width: 14px;
    display: none;
}

.login-form-item-with-help img.deleteMsg {
    cursor: pointer;
}


.login-form-item-with-help .error-div {
    display: flex;
    justify-content: space-between;
    padding-right: 8px;
}

.error-img-active {
    display: block !important;
}

.login-form-item-with-help.help-active {
    border: 1px solid #FFA39E;
    background: #FFF1F0;
    border-radius: 2px;
}

/* 错误信息提示样式 */
.login-form-item-with-confirm {
    margin-top: 32px;
    margin-bottom: 6.5px;
    /* margin-top: 23px; */
    min-height: 40px;
    /* padding-left: 8px;
    padding-top: 9px; */
    padding: 8px 0 8px 8px;
}

.login-form-item-with-confirm .confirm-div-left {
    display: flex;
}


.login-form-item-with-confirm img {
    width: 14px;
    /* display: none; */
}

.login-form-item-with-confirm img.deleteConfirmMsg {
    cursor: pointer;
}


.login-form-item-with-confirm .confirm-div {
    display: flex;
    justify-content: space-between;
    padding-right: 8px;
}

.confirm-img-active {
    display: block !important;
}

.login-form-item-with-confirm.confirm-active {
    border: 1px solid #F0F8FF;
    background: #F0F8FF;
    border-radius: 2px;
    margin-top: 12px;
}

.login-form-explain-confirm {
    color: #555658;
    line-height: normal;
    margin-left: 8px;
}

.login-form-item-children-input {
    padding-left: 10px;
    margin: 0 0 0 0px !important;
    width: 100%;
    /* width: calc(100% - 30px) !important; */
}

.login-form-item-children-prefix {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 3px;
    border-radius: 2px;
}

.login-form-item-children-prefix .login-input-content {
    border: 1px solid #ccc;
    border-radius: 2px;
}

.login-form-item-children-prefix .phone-captcha-input {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.login-form-explain {
    color: #555658;
    line-height: normal;
    margin-left: 8px;
}

.login-form-item-children-input .login-form-input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    margin: 0;
    padding: 0;
    line-height: normal;
    height: 36px;
    font-size: 16px;
}

.login-form-input-prefix {
    padding-left: 10px;
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: rgba(0, 0, 0, .26);
}

.login-col-12 {
    width: 218px;
    float: left;
}

.login-form-item-control {
    height: 42.75px
}

.login-form-item-control:after,
.login-form-item-control:before {
    content: " ";
    display: table;
}

.login-phone-btn {
    width: 112px;
    font-size: 16px;
    width: 102px;
    float: left;
    color: #555658;
    border: 1px solid #D9D2D7;
}


.login-phone-btn:hover {
    color: #3889FF;
    border: 1px solid #3889FF;
}

.login-form-button-captcha.send-disabled-click {
    pointer-events: none;
    background: #f5f5f5;
    color: #B7B9BE;
}

.login-form-button-captcha {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.login-form-item-children-prefix .login-input-content.has-error {
    border: 1px solid #FB4A53;
}

.has-error .login-form-input-prefix {
    color: #d50000;
}

.has-error-msg {
    color: #F84A53;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 40px;
    font-weight: normal;
}

.login-tab-pane .login-form-item-children {
    height: 28px;
    /* line-height: 36px; */
}


.login-tab-pane .login-form-item-children-input input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    border: 0 solid #CCC !important;
}

/* login-account */

.login-form-item-children .btn-raised {
    height: 37px;
    font-size: 13px;
    line-height: 26px;
    overflow: hidden;
}

.login-btn-box {
    margin-bottom: 16px;
}

.login-account-login-btn {
    width: 100%;
    background-color: #2891F6;
    text-align: center;
}

.login-agree-protocol {
    margin-bottom: 16px;
    display: none;
}

.login-agree-protocol .login-agree-checkbox {
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-right: 4px;
    line-height: 1.5;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 4px;
}

.login-agree-protocol .login-agree-checkbox #checkbox {
    height: 16px;
    width: 16px;
    padding: 0;
    margin: 0;
}

.login-agree-protocol .login-agree-checkbox #checkbox-phone {
    height: 16px;
    width: 16px;
    padding: 0;
    margin: 0;
}

.login-agree-protocol .login-agree-text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    word-break: break-word;
}

.login-agree-protocol .login-protocol-link {
    color: #3889FF;
}

.login-form-item-children-input .look {
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
    display: none;
    color: rgba(0, 0, 0, 0.45);
}

.login-account-captcha {
    padding-left: 10px;
}

/* forget password */
.login-account-find-password {
    text-align: left;
    margin-bottom: 24px !important;
}

/* login-phone */
.login-phone {
    display: none;
}

.login-phone-login-btn {
    width: 100%;
    background-color: #3367d6;
    text-align: center;
}

.login-phone-login-btn.login-disabled-click {
    pointer-events: none;
    background: #f5f5f5;
    color: #B7B9BE;
}

.btn-flat:hover {
    background: rgba(0, 0, 0, .08);
}


/* Custom Tabs */

/* .login-tabs {
    position: relative;
} */

.login-tabs-tab-pane {
    width: 100%;
    display: none;
}

.login-tabs-tab-pane-active {
    display: block;
}

.login-tabs-tab-nav {
    margin-bottom: 24px;
    border-bottom: 1px solid #D0D2D7;
}

.login-tabs-tab-nav span {
    font-weight: 400;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 16px;
    cursor: pointer;
    /* margin-right: 24px; */
    position: relative;
    top: 1px;
}

.login-tabs-tab-nav .login-tabs-account {
    margin-right: 24px;
}

.login-tabs-tab-nav span.nav-tab-active {
    font-weight: 500;
    color: #3889FF;
    border-bottom: 2px solid #3889FF;
}

.login-tabs-tab-nav-icon {
    display: none;
    position: relative;
    /* icon 的层级要比 三角高 */
    z-index: 2;
}

.login-tabs-tab-nav-icon>i {
    position: absolute;
    left: 8px;
    top: 10px;
    /* icon 的层级要比 三角高 */
    z-index: 2;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}

.login-tabs-tab-nav-icon::after {
    position: absolute;
    content: ' ';
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-left-color: #3367d6;
    border-top-color: #3367d6;
    /* icon 的层级要比 三角高 */
    z-index: 1;
}

.login-tabs-tab-nav-icon-active {
    display: block;
}

/* 覆盖样式 */
.login-container a {
    color: #3367d6;
    background-color: transparent;
    text-decoration: none !important;
    outline: none;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-text-decoration-skip: objects;
}

.login-container a:hover {
    color: #5b8ae3;
}

.login-container a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

.login-container a:active {
    color: #214ab0;
}

.login-container .btn:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

/* notification */

.login-notification {
    position: fixed;
    right: 0;
    bottom: 60px;
    background-color: transparent
}

.login-alert {
    position: relative;
    padding: 16px 24px;
    margin-right: 24px;
    margin-bottom: 16px;
    width: 384px;
    background-color: #fff;
    font-size: 18px;
    border-radius: .02rem;
    webkit-box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.12);
    animation: notificationMove 0.5s;
    -webkit-animation: notificationMove 0.5s;
}

@keyframes notificationMove {
    0% {
        right: -100px;
    }

    100% {
        right: 0;
    }
}

@-webkit-keyframes notificationMove

/* Safari and Chrome */
    {
    0% {
        right: -100px;
    }

    100% {
        right: 0;
    }
}

.login-alert .glyphicon-ok {
    position: absolute;
    top: 16px;
}

.login-alert .glyphicon-exclamation-sign {
    position: absolute;
    top: 16px;
}

.login-alert .glyphicon-remove {
    font-size: 12px;
    color: rgba(0, 0, 0, .45);
    position: absolute;
    right: 22px;
    top: 16px;
    outline: none;
    cursor: pointer;
}

.login-alert .login-notification-content {
    margin-left: 48px;
}

.login-notification-error {
    color: #d50000;
    font-size: 24px;
}

.login-notification-success {
    color: #00bf96;
    font-size: 24px;
}


.water-btn-style {
    position: relative;
    background: #fff;
    border-radius: 100%;
    animation: waterBtn 3s;
    -webkit-animation: waterBtn 3s;
    transform: translate(-50%, -50%) scale(1);
}

@keyframes waterBtn {
    0% {
        width: 0px;
        height: 0px;
    }

    50% {
        width: 1000px;
        height: 1000px;
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes waterBtn

/* Safari and Chrome */
    {
    0% {
        width: 0px;
        height: 0px;
    }

    50% {
        width: 1000px;
        height: 1000px;
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.login-container::after {
    opacity: 0.5;
}

.button-copyright-info {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 10px;
    color: #555;
    font-size: 12px;
    text-align: center;
}

.button-copyright-info img {
    vertical-align: middle;
}

.button-copyright-info a {
    font-size: 12px;
    color: #3367d6;
    background-color: transparent;
    text-decoration: none;
    outline: none;
}

/* logo标题样式 */
/* .logo-title{
    display: flex;
    padding: 24px 0px 0px 40px;
} */
.login-bgImage .logo-img {
    position: absolute;
    /* width: 64px;
    height: 64px; */
    top: 24px;
    left: 40px;
    /* background: url(../img/logo.png) no-repeat 0 20px / contain; */
}

.logo-img img {
    width: 100%;
}

.login-bgImage .bg_img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}

.title {
    color: black;
    padding-left: 95px;
}

.title h2 {
    font-size: 40px;
    margin-bottom: 0;
    padding-top: 10px;
    font-weight: bold;
}

.title span {
    font-size: 17px;
}

/* 登录按钮 */
.login-form-item .btn-primary {
    background-color: #3889FF !important;
    border-color: #3889FF !important;
    font-size: 16px;
}

.footer a {
    color: #B7B9BE;
    text-decoration: none;
}

.footer a:visited {
    text-decoration: none;
    color: #B7B9BE;
}

.footer a:hover {
    color: #3889FF;
    text-decoration: none;
}

.footer-right div:hover .img-phone {
    background-image: url('../img/phone-hover.svg');
}

.footer-right div:hover .img-earth {
    background-image: url('../img/earth-hover.svg');
}

.foot-right-img {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background-size: 100% 14px;
}

.img-phone {
    background-image: url('../img/phone.svg');
}

.img-earth {
    background-image: url('../img/earth.svg');
}

/* 切换按钮*/
.switch-tab {
    width: 60px;
    height: 59px;
    position: absolute;
    right: -60px;
    background-image: url('../img/qrcode.svg');
    background-size: 100%;
    cursor: pointer;
}

.switch-tab:hover {
    background-image: url('../img/qrcode-hover.svg');
}

.desktop-img {
    background-image: url('../img/desktop.svg');
}

.desktop-img:hover {
    background-image: url('../img/desktop-hover.svg');
}

.pop-tooltip,
.pop-tooltip1 {
    width: 93px;
    height: 37px;
    background-color: #3889FF;
    line-height: 37px;
    text-align: center;
    color: #fff;
    position: absolute;
    box-shadow: 0px 10px 32px 0px rgba(56, 137, 255, 0.35);
    border-radius: 2px;
    right: 10px;
    display: none;
}

.triangle-bottomleft {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #3889FF;
    right: 6px;
    position: absolute;
    transform: rotate(-45deg);
    top: 12px;
    display: none;
}

/* 扫码登录*/
.item-desc {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 24px 0 16px;
}

.login-form-item-line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    width: 100%;
}

.login-form-item-line-text {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.35);
    position: absolute;
    background: #fff;
    top: 17px;
    padding: 0 6px;
}

.login-tabs {
    display: none;
}

.login-qrCode {
    display: none;
}

.header-title {
    font-size: 38px;
}

.sub-title {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
}

.qrCode-wrap {
    position: relative;
}

.qrCode-box {
    width: 180px;
    height: 180px;
    /* border:1px solid #000; */
    margin: 66px auto 76px;
    position: relative;
}

.login-active {
    display: block;
}

.show-refresh {
    display: flex !important;
}

.qrCode-box-mask {
    width: 180px;
    height: 180px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    right: 0;
    margin: auto;
    z-index: 1;
    background: rgba(0, 0, 0, 0.65);
    display: none;
}

.mask-show {
    display: flex !important;
}

.qrCode-box-text {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.qrCode-box-btn {
    width: 35px;
    height: 36px;
    background-image: url('../img/reload.svg');
    background-size: 100%;
    cursor: pointer;
}

.appName {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    /* margin-left: 8px; */
    margin-top: 8px;
}

.lang-wrap {
    position: relative;
}

.lang-desc {
    cursor: pointer;
    color: #B7B9BE;
}

.lang-desc-hover {
    color: #3889FF;
}

.lang-list-show {
    display: block !important;
}

.lang-list {
    position: absolute;
    bottom: 22px;
    box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%), 0px 6px 16px 0px rgb(0 0 0 / 8%), 0px 3px 6px -4px rgb(0 0 0 / 12%);
    border-radius: 2px;
    padding: 0;
    right: -26px;
    display: none;
    cursor: pointer;
    background-color: #fff;
}

.lang-list li {
    height: 37px;
    list-style: none;
    width: 102px;
    line-height: 37px;
    text-align: center;
}

.lang-list li:hover {
    color: #3889FF;
}

.langToggle {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #8C8C8C;
    transform: rotate(45deg);
    position: absolute;
    right: -12px;
    top: 3px;
}

.langToggleHover {
    border-right: 6px solid #3889FF;
    transform: rotate(-135deg);
    top: 7px;
}

.third-login-box {
    display: none;
}

.third-login-app-box {
    display: none;
}