﻿body {
    overflow-y: hidden
}

.login-head {
    height: 115px;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 1rem
}

.login-head .app-ewm {
    position: relative
}

.login-head .app-ewm:hover img {
    display: block
}

.login-head .app-ewm img {
    width: 250px;
    height: 250px;
    background-color: #fff;
    border: 2px solid #164d80;
    display: none;
    position: absolute;
    right: 0px;
    top: 48px;
    z-index: 5;
    border-radius: 3px;
    padding: 3px
}

.login-head .login-download-btn {
    min-width: 9rem;
    height: 42px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #164d80;
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    margin-left: 20px;
    padding: 0 1rem;
}

.login-head .login-download-btn:hover {
    background-color: #3f9bee;
    color: #fff
}

.login-tool-download-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 139px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #B9CBDB;
    color: #4D9BF0;
    font-size:16px;
}

.login-tool-download-btn:hover{
   border-color: #4D9BF0;
}

.login-download-tip{
    position: absolute;
    display: none;
    right: 0;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.12);
    border-radius: 4px;
    width: 290px;
    padding: 12px;
    z-index: 1000;
    top: 7.2rem;
    background-color: #fff;
}

.login-notice {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.5rem;
    padding-left: 20px;
    box-sizing: border-box;
    color: #a76531
}

.login-notice img {
    height: 2rem;
    margin-right: 5px;
    flex: none
}

.login-form {
    width: 28rem;
    height: 26rem;
    background-color: #fff;
    border: 1px solid #39d;
    box-sizing: border-box;
    padding: 1rem 3rem 0 3rem;
    border-radius: 5px;
    position: relative
}

.login-form h2 {
    color: #4d9bed;
    font: 2rem "微软雅黑"
}

.login-form .login-tips {
    height: 2.25rem;
    line-height: 2.25rem;
    color: red
}

.login-form .login-switch {
    position: absolute;
    right: 5px;
    top: 0px;
    cursor: pointer
}

.login-form .login-switch.ls-height {
    height: 4.5rem
}

.login-form .login-vcode {
    width: 70px;
    height: 2.5rem;
    margin-left: 20px;
    flex: none
}

.login-form .login-btn {
    width: 100%;
    height: 3.75rem;
    line-height: 3.75rem;
    background-color: #3f9bef;
    display: block;
    box-sizing: border-box;
    color: white;
    box-shadow: 0 2px #2f79bc;
    border-radius: 5px;
    text-align: center;
    font-size: 1.5rem
}

.login-form .login-btn.btn-disabled {
    box-shadow: none
}

.login-form .login-refresh {
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    flex-direction: column;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.login-form .login-refresh a {
    width: 86px;
    height: 30px;
    line-height: 30px;
    background-color: #59b0ff;
    display: block;
    text-align: center;
    font-size: 14px;
    color: white;
    border-radius: 3px;
    margin-top: 10px
}

.login-form input[type="text"], .login-form input[type="password"] {
    width: 100%;
    height: 2.75rem;
    border: 1px solid #a0a0a0;
    padding: 0px 10px;
    box-sizing: border-box;
    border-radius: 3px
}

.login-form input[type="text"]:focus, .login-form input[type="password"]:focus {
    border-color: #3f9bef
}

.login-cszs-layer {
    display: none;
    width: 32rem;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    z-index: 999;
    padding: 1rem;
    line-height: 1.5rem
}

.login_footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f0f0f0;
    font-size: 14px;
    border-top: 1px solid #e0e0e0;
    z-index: 200
}

.login-width {
    width: 82vw;
}

.login-background {
    width: 100vw;
}

.login-normal .login-background {
    content: url(../image/login_bg.png);
}

.login-newyear .login-background {
    content: url(../image/login_newyear.png);
}
@media screen and (max-width: 1440px) {
    .login-normal .login-background {
        content: url(../image/login_bg@1440.png);
    }
	.login-newyear .login-background {
		content: url(../image/login_newyear@1440.png);
	}
}

.login-body {
    position: relative;
}

.login-body .login-width {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (min-width: 1600px) {
    html, body {
        font-size: 14px
    }

    input, select, textarea {
        font-size: 14px
    }

    .login-head {
        height: 150px
    }
}

.login-page-mask {
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: black
}

.login-browser-wrap {
    display: none;
    z-index: 100;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.login-browser-wrap .login-browser-content {
    font-size: 14px;
    width: 635px;
    height: 260px;
    z-index: 100;
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    margin: auto;
    padding: 10px;
    position: fixed;
    background-image: url(../image/browser-tips.png);
    background-repeat: no-repeat
}

.login-browser-wrap .login-browser-content a.icon {
    position: absolute;
    top: 20px;
    right: 30px
}

.login-browser-wrap .login-browser-content .browser-tips {
    margin: 40px 0 0 45px
}

.login-browser-wrap .login-browser-content .browser-tips .browser-support {
    margin: 20px 0
}

.login-browser-wrap .login-browser-content .browser-link {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: #4d9bed;
    text-decoration: underline
}

.login-browser-wrap .dialog-close {
    position: absolute;
    right: 33px;
    top: 7px;
    font-size: 1.5rem;
}

.fullscreen-mask {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
}


