* {
    margin: 0;
    padding: 0;
}

:root {
    --text-opacity: 1;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #469dff;
}

#app {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    font-size: 0.15rem;
}

/*全部登录方式以及包含多因素总体高度设置*/
.main {
    width: 18.1rem;
    position: relative;
}

/*tailwind*/
*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e2e8f0;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.font-extrabold {
    font-weight: 800;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0;
}

.w-full {
    width: 100%;
}

.text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
}

.border {
    border-width: 1px;
}

.bg-indigo-100 {
    background-color: #ebf4ff;
}

.border-gray-200 {
    border-color: #edf2f7;
}

.bg-gray-100 {
    background-color: #f7fafc;
}

.bg-indigo-500 {
    background-color: #667eea;
}

.tracking-wide {
    letter-spacing: .025em;
}

.border-b {
    border-bottom-width: 1px;
}

.text-center {
    text-align: center;
}

.inline-block {
    display: inline-block;
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

/*left*/
.left-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9rem;
    background-color: #ecf5ff;
}

.left-box img {
    width: 90%;
    height: 6rem;
    margin-top: 1.38rem;
    vertical-align: middle;
}

/*right*/
.right-box {
    width: 9rem;
    padding: 0.56rem 0.1rem 0.275rem 0.1rem;
    background-color: #FFFFFF;
}

/*title*/
.um-title-wrapper {
    margin: 0.54rem auto 0.29rem auto;
}

.title-wrapper {
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


.set-title-img {
    display: inline-block;
    width: 0.563rem;
    height: 0.563rem;
}

.data-security-img {
    position: absolute;
    top: 0.14rem;
    right: 0.14rem;
}

.data-security-img img {
   width: 0.8rem;
   height: 0.8rem;
}

.set-title-img img {
    width: 100%;
    height: 100%;
}

.sys-name-wrapper {
}

.sys-name {
    margin-left: 0.125rem;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    font-size: 0.45rem;
}

/*激活的登录方式*/
.login-tab {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 1.1rem;
    margin: 0.4rem auto 0.3rem auto;
    width: 100%;
    height: 0.4rem;
}

.login-tab span:nth-of-type(2) {
    display: inline-block;
    margin-left: 0.1rem;
    font-size: 0.2rem;
    font-weight: 600;
    color: #000;
}

/*切换登录方式按钮样式*/
.login-tab .weixin, .login-tab .weibo {
    display: inline-block;
    width: 0.375rem;
    height: 0.375rem;
    background-size: cover;
}

.login-tab .um-account-icon {
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    background-size: cover;
}

.um-account-icon {
    background-image: url('/ssooauth2/static/img/account.png');
}

.weixin {
    background-image: url('/ssooauth2/static/img/weixin.png');
}

.weibo {
    background-image: url('/ssooauth2/static/img/weibo.png');
}

/*login-form-box 登录的账号+密码框*/
.login-form-box {
    display: flex;
    justify-content: center;
}

#loginForm {
    width: 6.538rem;
}

.input-box {
    width: 6.538rem;
    height: auto;
}

/*调整校验账号密码错误信息的位置*/
.el-form-item__error {
    color: #FFFFFF !important;
}

/*公共*/
.account-input {
    border-radius: 0.1rem;
}

/*修改和重置*/
.el-form-item .el-form-item__content {
    text-align: right;
}

.update-paddword-box .update-password {
    font-size: 0.2rem;
    text-align: right;
    color: #469dff;
    cursor: pointer;
    margin-left: 0.2rem;
}

.el-input__inner {
    -webkit-appearance: none !important;
    background-image: none !important;
    border: none;
    box-sizing: border-box;
    color: rgba(24, 24, 27, var(--text-opacity));
    display: inline-block;
    height: 0.65rem !important;
    line-height: 0.65rem;
    outline: 0 !important;
    font-size: 0.2rem !important;
    font-weight: bold !important;
    -webkit-transition: none !important;
    transition: none !important;
    background-color: #f7fafc !important;
}

/*如果input框内容为空*/
.empty-color .el-input__inner::placeholder {
    color: #f56c6c !important;
    font-size: 0.2rem !important;
}

/*考虑到兼容的话就是*/
/*谷歌*/
.empty-color .el-input__inner::-webkit-input-placeholder {
    color: #f56c6c !important;
    font-size: 0.2rem !important;
}

/* 火狐 */
.empty-color .el-input__inner:-moz-placeholder {
    color: #f56c6c !important;
    font-size: 0.2rem !important;
}

/*ie*/
.empty-color .el-input__inner:-ms-input-placeholder {
    color: #f56c6c !important;
    font-size: 0.2rem !important;
}

.el-input__icon {
    line-height: 0.65rem !important;
}

/*多因素*/
.iconbox {
    height: 0.45rem;
    display: flex;
    align-items: center;
    margin-top: -0.2rem;
}

.iconbox .div {
    width: .23rem;
    height: .27rem;
    margin-right: .1rem;
    border: #fff solid .02rem;
    cursor: pointer;
}

.iconbox .icon {
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 0.075rem;
    border: #fff solid 0.025rem;
    cursor: pointer;
}

.iconbox .mobile_authentication {
    width: 0.3rem;
    height: 0.35rem;
    margin-right: 0.04rem;
    border: #fff solid 0.025rem;
    cursor: pointer;
}

.iconbox .email_authentication {
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 0.075rem;
    border: #fff solid 0.025rem;
    cursor: pointer;
}

.iconbox div img {
    width: 100%;
    height: 100%;
}

.mfa-mobile-box:nth-of-type(2) {
    margin-left: 0.125rem;
}

.mfa-box {
    display: flex;
}

.mfa-resource-box {
    height: 0.45rem;
    line-height: 0.45rem;
}

/*验证码*/
.codebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0 !important;
    width: 100%;
}

.codebox .el-input {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
}

.codebox .el-input:after {
    display: block;
    content: '';
    width: 1px;
    background-color: #e4e4e7;
    height: 130%;
}

.codebox .el-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    width: 30%;
    height: 0.65rem;
    color: #409eff !important;
    font-size: 0.2rem !important;
    border-left: 0.01rem solid #e2e8f0;
}

.codebox .el-input--suffix .el-input__inner {
    padding-right: 0 !important;
}

/*登录按钮*/
#login-btn.el-button {
    background-color: #409eff;
    color: #fff;
}

#reset-btn.el-button {
    background-color: #fff;
    color: #606266;
}

#login-btn.el-button, #reset-btn.el-button {
    display: flex;
    height: 0.65rem;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    transition: .1s;
    font-weight: 500;
    padding: 0.15rem 0.25rem;
    font-size: 0.255rem;
    border-radius: 0.1rem;
}

#loginCode {
    display: flex;
    justify-content: center;
    padding-top: 0.2rem;
}

/*media */
@media all and (prefers-contrast: high), (prefers-contrast: low) {
    .title-wrapper {
        height: 0.5rem;
    }
}

/*自适应media .is-all-type */
@media only screen and (min-width: 768px) {
    #loginCode.two-login-has-qr {
        transform: scale(0.8);
        height: 5.3rem;
    }

    /*三种登录方式 激活qr的时候*/
    #loginCode.is-all-type {
        margin-top: -0.3rem;
        transform: scale(0.7);
        height: 4.9rem;
    }

    .el-form-item .el-form-item__content {
        line-height: 0;
    }

    .el-form-item.update-paddword-box {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 992px) {
    #loginCode.two-login-has-qr {
        transform: scale(0.8);
        height: 5.3rem;
    }

    #loginCode.is-all-type {
        margin-top: -0.3rem;
        transform: scale(0.7);
        height: 4.9rem;
    }

    .el-form-item .el-form-item__content {
        line-height: 0;
    }

    .el-form-item.update-paddword-box {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1080px) {
    #loginCode.two-login-has-qr {
        margin-top: -0.3rem;
        transform: scale(0.8);
        height: 5.3rem;
    }

    #loginCode.is-all-type {
        padding-top: 0;
        margin-top: -0.5rem;
        transform: scale(0.7);
        height: 4.9rem;
    }

    .el-form-item .el-form-item__content {
        line-height: 0;
    }

    .el-form-item.update-paddword-box {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    #loginCode.two-login-has-qr {
        transform: scale(0.8);
        margin-top: -0.5rem;
        height: 5.5rem;
    }

    #loginCode.is-all-type {
        padding-top: 0;
        margin-top: -0.5rem;
        transform: scale(0.7);
        height: 4.9rem;
    }

    .el-form-item .el-form-item__content {
        line-height: 0;
    }

    .el-form-item.update-paddword-box {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1440px) {
    #loginCode.two-login-has-qr {
        transform: scale(0.9);
        margin-top: 0;
        height: 5rem;
    }

    #loginCode.is-all-type {
        padding-top: 0;
        transform: scale(0.9);
        margin-top: 0;
        height: 4.4rem;
    }

    .el-form-item .el-form-item__content {
        line-height: 0.25rem;
    }

    .el-form-item.update-paddword-box {
        margin-bottom: 0;
    }
}

/*1745   1536 */
@media only screen and (min-width: 1740px) {
    #loginCode.two-login-has-qr {
        transform: scale(1);
        margin-top: 0;
        height: 4.2rem;
    }

    #loginCode.is-all-type {
        transform: scale(0.9);
        margin-top: 0.3rem;
        height: 4.4rem;
    }

    .el-form-item .el-form-item__content {
        line-height: 0.5rem;
    }
}

@media only screen and (min-width: 1920px) {
    #loginCode.two-login-has-qr {
        transform: scale(1);
        margin-top: 0.3rem;
        height: 4.2rem;
    }

    #loginCode.is-all-type {
        transform: scale(1);
        height: 4rem;
        margin-top: 0.3rem;
    }

    .el-form-item .el-form-item__content {
        line-height: 0.5rem;
    }
}

@media only screen and (min-width: 2130px) {
    #loginCode.two-login-has-qr {
        transform: scale(1);
        margin-top: 0;
        height: 3.8rem;
    }

    #loginCode.is-all-type {
        transform: scale(1);
        margin-top: 0.3rem;
        height: 3.8rem;
    }

    .el-form-item .el-form-item__content {
        line-height: 0.5rem;
    }
}

@media only screen and (min-width: 2880px) {
    /*UM+QR  AD+QR*/
    #loginCode.two-login-has-qr {
        transform: scale(1);
        margin-top: 0;
        height: 4.2rem;
    }

    /*UM+AD+QR*/
    #loginCode.is-all-type {
        transform: scale(1);
        margin-top: 0.3rem;
        height: 3.8rem;
    }

    .el-form-item .el-form-item__content {
        line-height: 0.5rem;
    }
}

.other-login-devide {
    width: 100%;
    height: 0.4rem;
    margin-bottom: 0.275rem;
}

/*其他登录方式分割线*/
.other-devide-text {
    transform: translateY(0.21rem) !important;
    background-color: #FFFFFF;
}

/*展示更多登录方式box*/
.other-login-area {
    display: flex;
    flex-direction: column;
}

.other-login-area .el-form-item {
    width: 100%;
    height: 100%;
}

.other-login-area .change-btn {
    position: relative;
    height: 0.65rem;
    line-height: 0.65rem;
    color: #000000;
    border: none !important;
    font-size: 0.2rem;
    font-weight: 600;
    padding: 0 !important;
    border-radius: 0.1rem;
}

.change-btn .um-account-icon {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background-size: cover;
}

.change-btn .weibo, .change-btn .weixin {
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
    background-size: cover;
}

.change-btn > span:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.change-btn span {
    display: inline-block;
}

/*.um-account-icon .weixin,*/
.weibo + span {
    margin-left: 0.1rem;
}

.weixin + span {
    margin-left: 0.1rem;
}

.um-account-icon + span {
    margin-left: 0.1rem;
}

/*footer*/
.footer {
    position: absolute;
    left: 50%;
    top: 94%;
    transform: translateX(-50%);
    color: #FFFFFF;
    font-size: 0.2rem;
}

/*AD QR登录*/
.footer .footer-title {
    display: flex;
    justify-content: center;
    text-align: center;
}

/*滑块*/
/*滑块*/
.modalBox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 50;
    display: none;
    /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    /* ��׼����� */
    background-color: rgba(0, 0, 0, 0.6);
}

.verificationBox {
    width: 460px;
    height: 390px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -210px;
    margin-top: -153px;
    display: none;
    padding: 63px 20px 20px 20px;
    z-index: 60;
    background-color: #fff;
}

.verificationBox .verificationBox-title {
    width: 460px;
    height: 55px;
    top: 0;
    left: 0;
    position: absolute;
    border-bottom: #ababab solid 1px;
    display: flex;
}

.verificationBox .verificationBox-title h3 {
    height: 55px;
    width: 100%;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.verificationBox .verificationBox-title .titleimgbox {
    width: 55px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 16px;
    color: #44a039;
    cursor: pointer;
}

.verificationBox .verificationBox-title .titleimgbox img {
    width: 30px;
    height: 30px;
}

.verificationBox .verificationBox-msg {
    text-align: left;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
}

.verificationBox img {
    width: 420px;
    height: 218px;
}

.verificationBox .wrap {
    width: 420px;
    height: 42px;
    background-color: #e8e8e8;
    text-align: center;
    line-height: 40px;
    border-radius: 7px;
    position: absolute;
    top: 326px;
}

.verificationBox .rect {
    position: relative;
    width: 420px;
    height: 100%;
}

.verificationBox .rec {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 40px;
    background: #d6e4ff;
    border: 1px solid #2a6cfe;
}

.verificationBox .silde {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 11;
    /*�������棬�����ó���Ϊ40pxʱ�ڼ��ϱ߿�1px�ͻᳬ�� 40px��
    ����ʹ�ù����ģ�ͣ������ģ�ͻ�ʹ���ӵĿ�߰����߿򣬲ٳ�40px��*/
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    background: #2a6cfe;
    border: 1px solid #2a6cfe;
}

/* ͼ��߿� */
.verificationBox .allimgbox {
    position: absolute;
    width: 420px;
    height: 214px;
    margin-top: 10px;
    z-index: 9;
}

/* ��ı���ͼ */
.verificationBox .allimgbox .bgimgbox {
    position: relative;
}

.verificationBox .allimgbox .bgimgbox .successbox {
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8Fffffff, endColorstr=#8Fffffff);
    /* ��׼����� */
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
}

.verificationBox .allimgbox .bgimgbox .successbox img {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1002;
    left: 0;
    right: 0;
    top: 65px;
    margin: auto;
}

.verificationBox .allimgbox .bgimgbox .successbox .successboxbg {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1001;
    left: 0;
    right: 0;
    top: 80px;
    /*top: 1rem;*/
    margin: auto;
    background: #fff;
}

.verificationBox .allimgbox .bgimgbox .successbox .successmsg {
    width: 165px;
    height: 30px;
    position: absolute;
    z-index: 1001;
    left: 0;
    right: 0;
    top: 134px;
    margin: auto;
    color: #2a6d19;
    font-weight: 800;
    font-size: 16px;
}

/* ˢ��icon */
.verificationBox .allimgbox .bgimgbox .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}

/* С��ƴͼ */
.verificationBox .allimgbox .modular {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 72px;
    z-index: 10;
}

.verificationBox .allimgbox .modular img {
    width: 100%;
    height: 100%;
}
