body {
    background-color: #fff;
 	input[type="password"]::-ms-reveal,
    input[type="password"]::-ms-clear,
    input[type="password"]::-webkit-clear-button,
    input[type="password"]::-webkit-clear,
    input[type="password"]::-webkit-reveal {
        display: none;
    }
}

html,
body {
    height: 100%;
    line-height: 1;
}

video:focus {
    outline: none;
}

.mt-20 {
    margin-top: 20px;
    margin-top: 0.2rem;
}

.mt-30 {
    margin-top: 30px;
    margin-top: 0.3rem;
}

.mb-30 {
    margin-bottom: 30px;
    margin-bottom: 0.3rem;
}

.mr-15 {
    margin-right: 15px;
    margin-right: 0.15rem;
}

.fz-14 {
    font-size: 14px;
    font-size: 0.14rem;
}

.fz-18 {
    font-size: 18px;
    font-size: 0.18rem;
}

.fz-20 {
    font-size: 20px;
    font-size: 0.2rem;
}

.help-line {
    border: 1px dashed #2590eb;
    border: 0.01rem dashed #2590eb;
}
.logo-box {
    font-size: 0;
}

.module-box {
    /* width: 422px;
    width: 4.22rem;
    min-height: 352px;
    min-height: 3.52rem; */
    margin: 0 auto 0;
}

.login-logo {
    max-height: 200px;
    /* max-width: 500px; */
}

.login-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* 轮播图 */
.login-bg > div {
    width: 100%;
    height: 100%;
    position: relative;
}

.login-bg.full img {
    width: 100%;
    height: 100%;
}

.login-bg.center img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.login-bg.ratio img {
    min-width: 100%;
    min-height: 100%;
}

.login-module-container {
    position: fixed;
    width: 420px;
    width: 4.2rem;
    /* height: 488px;
    height: 4.88rem; */

    font-size: 0;
}

.login-panel {
    /* position: fixed;
    width: 420px;
    height: 490px; */
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 3px 0 30px rgba(26, 76, 147, 0.08);
    padding: 20px 48px 0.1rem;
    padding: 0.2rem 0.48rem 0.1rem;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}
/* 登录类别 */
.login-type {
    color: #555555;
    font-size: 24px;
    font-size: 0.24rem;
    font-weight: bold;
    width: 33.33%;
    text-align: center;
    position: relative;
    padding-top: 15px;
    padding-top: 0.15rem;
    padding-bottom: 20px;
    padding-bottom: 0.2rem;
    transition: all 0.3s;
}

.login-type:after {
    content: '';
    width: 40px;
    width: 0.4rem;
    height: 3px;
    height: 0.03rem;
    background-color: #3472d7;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.login-type:hover,
.login-type.active {
    color: #3472d7;
    cursor: pointer;
}

.login-type:hover:after,
.login-type.active:after {
    opacity: 1;
}

.login-code {
    width: 38px;
    width: 0.38rem;
    height: 38px;
    height: 0.38rem;
    position: absolute;
    right: 10px;
    right: 0.1rem;
    top: 10px;
    top: 0.1rem;
    /* background-image: url('./images/icon_code.png'); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right top;
    cursor: pointer;
}

.login-pc {
    /* background-image: url('./images/icon_pc.png'); */
}

.login-code-cover {
    position: absolute;
    top: 23px;
    right: 12px;
    width: 59px;
    height: 30px;
    top: 0.23rem;
    right: 0.12rem;
    width: 0.59rem;
    height: 0.3rem;
    background-color: transparent;
    transform: rotate(45deg);
}

/* 账号密码 */
.login-container {
    /* min-height: 246px; */
    /* min-height: 2.46rem; */
}

.login-input {
    height: 42px;
    height: 0.42rem;
    box-sizing: border-box;
    border: 1px solid #dcdfe2;
    border: 0.01rem solid #dcdfe2;
    border-radius: 2px;
    /* overflow: hidden; */
    padding-left: 48px;
    padding-left: 0.48rem;
    position: relative;
}

.login-input.err {
    border-color: #f96363;
    background-color: #fff5f5;
    position: relative;
}

.login-input.err:before {
    content: attr(data-err);
    position: absolute;
    left: 0;
    top: 46px;
    top: 0.46rem;
    font-size: 14px;
    font-size: 0.14rem;
    color: #f96363;
    width: 100%;
}

.login-text {
    border: none;
    line-height: 42px;
    line-height: 0.42rem;
    font-size: 14px;
    font-size: 0.14rem;
    width: 100%;
    height: 100%;
    outline: none;
    background-color: transparent;
}

.login-icon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    width: 0.48rem;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-account:after {
    background-size: 0.18rem 0.2rem;
}

.icon-pwd:after {
    background-size: 0.18rem 0.21rem;
}

.icon-captcha:after {
    background-size: 0.19rem 0.23rem;
}

.icon-tel:after {
    background-size: 0.19rem 0.23rem;
}

.icon-msg:after {
    background-size: 0.19rem 0.23rem;
}

.code-head {
    padding-top: 36px;
    text-align: center;
}

.code-head-text {
    font-size: 24px;
    font-size: 0.24rem;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    padding: 0 0.1rem;
    vertical-align: top;
    /* line-height: 74px; */
    /* line-height: 0.74rem; */
    line-height: 46px;
    line-height: 0.46rem;
}

/* .login-module-container {
    min-height: 488px;
    min-height: 4.88rem;
} */

.qr-code {
    position: relative;
    margin: 10px auto 10px;
    margin: 0.1rem auto 0.1rem;
    position: relative;
    width: 193px;
    width: 1.93rem;
    height: 193px;
    height: 1.93rem;
}

.qr-code-container,
.qr-code-container canvas,
.qr-code-container img {
    width: 130px;
    width: 1.3rem;
    height: 130px;
    height: 1.3rem;
}
.qr-code-container {
    position: absolute;
    top: 30px;
    top: 0.3rem;
    left: 30px;
    left: 0.3rem;
    transition: transform 0.3s ease-in-out;
}

.qr-code-scan-tip {
    position: absolute;
    opacity: 0;
    top: 0;
    right: -40px;
    transition: opacity 0.3s ease-in-out;
}
.qr-code:not(.invalid):hover .qr-code-container {
    transform: translateX(-60px);
}
.qr-code:not(.invalid):hover .qr-code-scan-tip {
    opacity: 1;
}

.qr-tip {
    padding: 0 60px;
    padding: 0 0.6rem;
    color: #fff;
    line-height: 34px;
    line-height: 0.34rem;
    font-size: 14px;
    font-size: 0.14rem;
}

.qr-client {
    color: #00fffc;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.qr-phone {
    position: absolute;
    display: none;
    width: 233px;
    width: 2.33rem;
    height: 236px;
    height: 2.36rem;
    /* background: url('./images/phone_bg.png') no-repeat; */
    background-size: 100% 100%;
    bottom: 26px;
    bottom: 0.26rem;
    left: 50%;
    margin-left: -108px;
    margin-left: -1.08rem;
    padding: 0 0.36rem;
    box-sizing: border-box;
}

.qr-phone-img {
    vertical-align: top;
    margin-top: 24px;
    margin-top: 0.24rem;
    width: 100%;
}

.qr-phone-text {
    line-height: 24px;
    line-height: 0.24rem;
    margin-top: 10px;
    margin-top: 0.1rem;
    font-size: 14px;
    font-size: 0.14rem;
    color: #4e5463;
    text-align: center;
    padding-top: 0;
    margin-left: -36px;
    margin-left: -0.36rem;
    margin-right: -36px;
    margin-right: -0.36rem;
}

.qr-client:hover .qr-phone {
    display: block;
}

.qr-cover {
    position: absolute;
    top: 30px;
    top: 0.3rem;
    left: 30px;
    left: 0.3rem;
    width: 130px;
    width: 1.3rem;
    height: 130px;
    height: 1.3rem;
    font-size: 14px;
    font-size: 0.14rem;
    text-align: center;
    color: #333;
    padding-top: 60px;
    padding-top: 0.6rem;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.94);
}

.qr-refresh {
    display: block;
    margin: 16px auto;
    margin: 0.16rem auto;
    width: 88px;
    width: 0.88rem;
    height: 32px;
    height: 0.32rem;
    line-height: 32px;
    line-height: 0.32rem;
    color: #fff;
    background-color: #3472d7;
    border-radius: 1px;
    cursor: pointer;
}

.qr-success {
    padding-top: 50px;
    padding-top: 0.5rem;
}

.qr-success-text {
    font-size: 20px;
    font-size: 0.2rem;
    color: #0db5c9;
    margin: 15px 0 75px;
    margin: 0.15rem 0 0.75rem;
}

.qr-login-refresh {
    color: #8992a9;
    line-height: 24px;
    line-height: 0.24rem;
    font-size: 14px;
    font-size: 0.14rem;
}

.qr-re-btn {
    color: #3472d7;
}

/* 安全验证 */

.login-safe {
    position: absolute;
    top: 0;
    left: 0;
    /* bottom: 60px; */
    /* bottom: 0.6rem; */
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 0 48px;
    padding: 0 0.48rem;
    height: 488px;
    height: 4.88rem;
}

.safe-close {
    position: absolute;
    right: 9px;
    top: 9px;
    width: 24px;
    height: 24px;
    right: 0.09rem;
    top: 0.09rem;
    width: 0.24rem;
    height: 0.24rem;
    /* background-image: url('./images/icon_close.png'); */
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.safe-head {
    border-bottom: 1px solid #e0e4e7;
    border-bottom: 0.01rem solid #e0e4e7;
    text-align: center;
}

.safe-head-text {
    border-bottom: 2px solid #3472d7;
    font-size: 20px;
    font-size: 0.2rem;
    color: #3472d7;
    display: inline-block;
    padding: 0 10px;
    padding: 0 0.1rem;
    vertical-align: top;
    line-height: 74px;
    line-height: 0.74rem;
}

.safe-tip {
    font-size: 14px;
    font-size: 0.14rem;
    color: #4e5463;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    padding-left: 0.2rem;
    background-size: 0.15rem;
}

.safe-account {
    color: #3472d7;
    font-size: 14px;
    font-size: 0.14rem;
    margin-top: 10px;
    margin-top: 0.1rem;
    display: inline-block;
    cursor: pointer;
}

.safe-account-tip {
    color: #ec6060;
    font-size: 14px;
    font-size: 0.14rem;
}

.safe-error {
    color: #ec6060;
    font-size: 14px;
    font-size: 0.14rem;
}

.login-confirm {
    border-radius: 2px;
    background-color: #3472d7;
    height: 46px;
    height: 0.46rem;
    color: #fff;
    line-height: 46px;
    line-height: 0.46rem;
    text-align: center;
    font-size: 18px;
    font-size: 0.18rem;
    transition: all 0.3s;
    list-style: none;
}

.login-confirm:hover {
    cursor: pointer;
    opacity: 0.9;
}

/* 验证码 */
/* .icon-captcha:after {
    background-image: url('./images/icon_captcha.png');
} */

.login-captcha {
    width: 235px;
    width: 2.35rem;
}

.login-captcha-img {
    height: 42px;
    height: 0.42rem;
    width: 81px;
    width: 0.81rem;
}

.login-captcha-img > div,
.login-captcha-img img {
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
    display: inline-block;
}

/* 输入密码 */
.eye {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 24px;
    height: 24px;
    right: 0.12rem;
    top: 0.1rem;
    width: 0.24rem;
    height: 0.24rem;
    background-size: 0.16rem 0.14rem;
    background-repeat: no-repeat;
    background-position: center;
}

.eye:hover {
    cursor: pointer;
}
/*
.login-pwd.open .eye {
    background-image: url('./images/icon_open_eye.png');
} */

/* 获取验证码 */
.get-msg-code {
    position: absolute;
    right: 12px;
    right: 0.12rem;
    top: 14px;
    top: 0.14rem;
    color: #3472d7;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.14rem;
    user-select: none;
}
/* 记住密码、忘记密码 */
.remember {
    padding-left: 26px;
    padding-left: 0.26rem;
    /* background-image: url('./images/icon_check.png'); */
    background-repeat: no-repeat;
    background-position: left center;
    color: #4e5463;
    line-height: 26px;
    line-height: 0.26rem;
    font-size: 14px;
    font-size: 0.14rem;
    background-size: 0.16rem 0.16rem;
    transition: all 0.3s;
}

.remember:hover {
    cursor: pointer;
}

.remember.active {
    /* background-image: url('./images/icon_checked.png'); */
}

.forget {
    line-height: 26px;
    line-height: 0.26rem;
    color: #3472d7;
    font-size: 14px;
    font-size: 0.14rem;
}

.forget:hover {
    cursor: pointer;
}

.ca-description {
    font-size: 14px;
    font-size: 0.14rem;
}

.ca-description:after {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    padding-left: 0.2rem;
    background-size: 0.15rem 0.15rem;
}

.ca-success:after {
    content: 'CA锁识别成功，请输入密码';
    color: #30bb7b;
}

.ca-error:after {
    content: '未检测到CA锁，请检查您的设备';
    color: #ec6060;
}

/* 登录按钮 */
.login-submit {
    border-radius: 2px;
    background-color: #3472d7;
    height: 46px;
    height: 0.46rem;
    color: #fff;
    line-height: 46px;
    line-height: 0.46rem;
    text-align: center;
    font-size: 18px;
    font-size: 0.18rem;
    transition: all 0.3s;
    user-select: none;
}

.login-submit:hover {
    cursor: pointer;
    opacity: 0.9;
}

/* 常用下载 */
.common-links {
    text-align: center;
}

.common-link-list {
    display: inline-block;
}

.common-link {
    margin: 0 20px;
    margin: 0 0.2rem;
    font-size: 14px;
    font-size: 0.14rem;
    color: #4e5463;
    position: relative;
    height: 30px;
    height: 0.3rem;
    line-height: 30px;
    line-height: 0.3rem;
}

.common-name.active,
.common-name:hover {
    color: #3472d7;
    cursor: pointer;
}

/* app 下载 */
.common-panel {
    padding-top: 12px;
    padding-top: 0.12rem;
    display: none;
}

.common-code {
    padding: 15px 10px 10px;
    padding: 0.15rem 0.1rem 0.1rem;
    position: absolute;
    left: 50%;
    top: 28px;
    top: 0.28rem;
    background-color: #fff;
    border-radius: 2px;
    width: 192px;
    width: 1.92rem;
    box-shadow: 2px 0 12px rgba(113, 113, 113, 0.2);
}

.common-link:hover .common-panel {
    display: block;
}

.common-code li {
    margin: 0 10px;
    margin: 0 0.1rem;
}

.common-code:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: calc(50% - 5px);
    left: calc(50% - 0.05rem);
    top: -5px;
    top: -0.05rem;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
}

.common-file {
    padding: 8px 0;
    padding: 0.08rem 0;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    margin-left: -0.8rem;
    top: 28px;
    top: 0.28rem;
    width: 160px;
    width: 1.6rem;
    box-shadow: 2px 0 12px rgba(113, 113, 113, 0.2);
}

.common-item {
    padding-left: 15px;
    padding-left: 0.15rem;
    padding-right: 15px;
    padding-right: 0.15rem;
    /* background-image: url('./images/icon_download.png'); */
    background-repeat: no-repeat;
    background-position: 13px center;
    background-position: 0.13rem center;
    line-height: 34px;
    line-height: 0.34rem;
}

.common-item:hover {
    cursor: pointer;
    color: #3472d7;
    background-color: #f7f9fe;
    /* background-image: url('./images/icon_download_h.png'); */
}

.file-item {
    padding-left: 35px;
    padding-left: 0.35rem;
}

/* 账号验证 */
.err-account {
}

/* 二维码切换动画 */

.login-panel {
    /* display: none; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* min-height: 100%; */
    min-height: 527px;
    min-height: 5.27rem;
    /* min-height: 402px; */
    /* min-height: 4.02rem; */
    width: 100%;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.login-module-container {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    perspective: 6rem;
}

.login-panel:nth-of-type(1) {
    display: block;
}

.login-module-container .top {
    z-index: 9999;
}

.login-module-container .rotateCubeTopOut {
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;

    -webkit-animation: rotateCubeTopOut 0.6s both ease-in;
    animation: rotateCubeTopOut 0.6s both ease-in;
}

.login-module-container .rotateCubeTopIn {
    -ms-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;

    -webkit-animation: rotateCubeTopIn 0.6s both ease-in;
    animation: rotateCubeTopIn 0.6s both ease-in;
}

.login-module-container .rotateCubeBottomOut {
    -ms-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;

    -webkit-animation: rotateCubeBottomOut 0.6s both ease-in;
    animation: rotateCubeBottomOut 0.6s both ease-in;
}

.login-module-container .rotateCubeBottomIn {
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;

    -webkit-animation: rotateCubeBottomIn 0.6s both ease-in;
    animation: rotateCubeBottomIn 0.6s both ease-in;
}

@keyframes rotateCubeTopOut {
    50% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;

        -ms-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
        -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
        -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
        -o-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
        transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
        transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
        transform: translateY(-50%) translateZ(-2rem) rotateX(45deg);
    }
    100% {
        opacity: 0.3;

        -ms-transform: translateY(-100%) rotateX(90deg);
        -moz-transform: translateY(-100%) rotateX(90deg);
        -webkit-transform: translateY(-100%) rotateX(90deg);
        -o-transform: translateY(-100%) rotateX(90deg);
        transform: translateY(-100%) rotateX(90deg);
    }
}

@keyframes rotateCubeTopIn {
    0% {
        opacity: 0.3;

        -ms-transform: translateY(100%) rotateX(-90deg);
        -moz-transform: translateY(100%) rotateX(-90deg);
        -webkit-transform: translateY(100%) rotateX(-90deg);
        -o-transform: translateY(100%) rotateX(-90deg);
        transform: translateY(100%) rotateX(-90deg);
    }
    50% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;

        -ms-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
        -moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
        -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
        -o-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
        transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
        transform: translateY(50%) translateZ(-2rem) rotateX(-45deg);
    }
}

@keyframes rotateCubeBottomOut {
    50% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;

        -ms-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
        -moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
        -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
        -o-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
        transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
        transform: translateY(50%) translateZ(-2rem) rotateX(-45deg);
    }
    100% {
        opacity: 0.3;

        -ms-transform: translateY(100%) rotateX(-90deg);
        -moz-transform: translateY(100%) rotateX(-90deg);
        -webkit-transform: translateY(100%) rotateX(-90deg);
        -o-transform: translateY(100%) rotateX(-90deg);
        transform: translateY(100%) rotateX(-90deg);
    }
}

@keyframes rotateCubeBottomIn {
    0% {
        opacity: 0.3;

        -ms-transform: translateY(-100%) rotateX(90deg);
        -moz-transform: translateY(-100%) rotateX(90deg);
        -webkit-transform: translateY(-100%) rotateX(90deg);
        -o-transform: translateY(-100%) rotateX(90deg);
        transform: translateY(-100%) rotateX(90deg);
    }
    50% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;

        -ms-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
        -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
        -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
        -o-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
        transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
        transform: translateY(-50%) translateZ(-2rem) rotateX(45deg);
    }
}

.user-iframe {
    width: 100%;
}
