﻿body {
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
}

.body-container {
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background: url(/img/loginbg.png) no-repeat center #f2f1fb;
    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;
}

.login-page {
    position: relative;
    width: 550px;
    max-width: 100%;
    padding: 30px 50px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    border-radius: 2px;
    height: 556px;
    -webkit-box-shadow: 0 0 5px 2px rgba(34,36,38,.2);
    box-shadow: 0 0 5px 2px rgba(34,36,38,.2);
}

.lead {
    text-align: center;
}

    .lead p {
        font-weight: bold;
        font-size: 26px;
        color: #1f5885;
        margin: 26px 0px 36px 0px;
        font-family: MicrosoftYaHei-Bold;
        letter-spacing: 2px;
    }

.card {
    border: none;
}

.card-body {
    padding: 0;
}


.form-control {
    border: 0px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 15px 5px 13px 15px;
    font-size: 16px;
    height: 46px;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    margin-bottom: 18px;
}


.form-check-label {
    color: #999;
}

#btnLogin {
    display: block;
    height: 46px;
    border-radius: 2px;
    background-color: #7ca5c5;
    color: #fff;
    box-sizing: border-box;
    font-size: 17px;
    text-align: center;
    width: 100%;
    border: 0;
    cursor: not-allowed !important;
    margin-top:40px;
}
    #btnLogin.active {
        background-color: #1974ba;
        pointer-events: auto;
        cursor: pointer !important;
    }

.form-group {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.form-row {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

    .form-row span {
        margin: 0 5px;
        display: block !important;
    }
    .form-row a {
        color: #333;
    }



#container {
    position: absolute !important;
    bottom: 0;
    z-index: 300;
}

    #container:hover > *:not(.jigsaw__sliderContainer--1ZGEE) {
        display: block;
    }

    #container > *:not(.jigsaw__sliderContainer--1ZGEE), #container.success > *:not(.jigsaw__sliderContainer--1ZGEE), #container.notReady > *:not(.jigsaw__sliderContainer--1ZGEE) {
        display: none;
    }

.jigsaw_success_tips {
    color: #52CCBA;
    text-align: center;
}

.notReady::before {
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: not-allowed;
}

.containerWrap {
    height: 42px;
    position: relative;
    z-index: 100;
}



.switch-role {
    height: 30px;
    font-size: 16px;
    color: #1F5885;
    margin-bottom: 43px;
}
.radio {
    cursor: pointer;
}
.radio i {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #064577;
    border-radius: 50%;
    margin: 5px 5px 0 0;
}
    .radio.active i {
        background-color: #064577;
    }

#scanLoginTab {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 56px;
    width: 56px;
    cursor: pointer;
}
    #scanLoginTab img.hover {
        content: url("/img/scan_hover.png");
    }
#scanDesc {
    position: absolute;
    top: 10px;
}

#pcLoginTab {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 56px;
    width: 56px;
    cursor: pointer;
}
    #pcLoginTab img.hover {
        content: url("/img/pclogin_hover.png");
    }
#pcLoginDesc {
    position: absolute;
    top: 10px;
}

#scanhead {
    margin-top:53px;
    height: 22px;
    font-size: 17px;
    color: #9E9E9E;
    line-height: 22px;
    text-align:center;
    margin-bottom:22px;
}
#qrcode{
    text-align:center;
    height:249px;
    margin:auto 102px;
    position:relative;
}
#qrcodeDesc {
    position: absolute;
    background-color: RGBA(0,0,0,0.8);
    width: 100%;
    height: 100%;
}
#qrcodeDesc1 {
    position: relative;
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 19px;
    top: 40%;
    transform: translateY(-50%);
}
#qrcodeDesc2 {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
}
    #qrcodeDesc2 button {
        background: #4B8AFF;
        font-size: 16px;
        color: #FFFFFF;
        border: none;
        border-radius: 3px;
    }

.userLogo{
    margin-top:102px;
    text-align:center;
}
.userLogo2 {
    margin-top: 30px;
    text-align: center;
    color: #4B8AFF;
}
.userLogo3 {
    margin-top: 34px;
    text-align: center;
    color: #9E9E9E;
}
.userLogo4 {
    margin-top: 99px;
    text-align: center;
    color: #9E9E9E;
}
#scanCancel {
    height: 35px;
    width: 93px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #D4D4D4;
    color: #999999;
    background:white;
}
#switchRole {
    position: absolute;
    min-height: 400px;
    width: 710px;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    border-radius:5px;
}
#switchRole-header {
    height: 53px;
    line-height: 53px;
    border-bottom: 1px solid #D9D9D9;
    text-align: center;
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 400;
    position:relative;
}
#switchRole-close, #passwordChange-close {
    position: absolute;
    background: url("/img/close.png") no-repeat;
    height: 16px;
    width: 16px;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
#switchRole-content {
    padding-left: 20px;
    padding-right: 20px;
}
.switchRole-content-title {
    height: 60px;
    line-height: 60px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    font-size: 16px;
}
.switchRole-content {
    height: 53px;
    line-height: 53px;
    background-color: #f2f7fb;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    border-radius:5px;
}
    .switchRole-content:hover {
        background-color: #3085f8;
        cursor:pointer;
        color:white;
    }
/*Common Style*/
.none {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.errDiv {
    position: absolute;
    top: 50px;
    width: fit-content;
    height: 48px;
    padding-right: 50px;
    line-height: 48px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFEDED;
    color: #FF4949;
    z-index:100000;
}
    .errDiv .errPng {
        float: left;
        display: inline-block;
        width: 48px;
        height: 48px;
        background: url(/img/error.png) no-repeat center;
    }
    .errDiv .closePng {
        position:absolute;
        right:0px;
        width: 48px;
        height: 48px;
        background: url(/img/close.png) no-repeat center;
        cursor:pointer;
    }
    .errDiv span {
        float:left;
    }
.msgDiv {
    position: absolute;
    top: 50px;
    width: fit-content;
    height: 48px;
    padding-right: 50px;
    line-height: 48px;
    left: 50%;
    transform: translateX(-50%);
    background: #F0F9EB;
    color: #67c23a;
    z-index: 100000;
}

    .msgDiv .successPng {
        float: left;
        display: inline-block;
        width: 48px;
        height: 48px;
        background: url(/img/success.png) no-repeat center;
    }

    .msgDiv .closePng {
        position: absolute;
        right: 0px;
        width: 48px;
        height: 48px;
        background: url(/img/close.png) no-repeat center;
        cursor: pointer;
    }

    .msgDiv span {
        float: left;
    }
input {
    outline: none;
}
    input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: RGB(192,196,204) !important;
    }

    input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: RGB(192,196,204) !important;
    }

    input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: RGB(192,196,204) !important;
    }

    input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: RGB(192,196,204) !important;
    }
    input::placeholder {
        color: RGB(192,196,204) !important;
    }
.mask{
    left:0;
    top:0;
    z-index:100;
    position:absolute;
    height:100%;
    width:100%;
    background-color:RGBA(0,0,0,0.5);
}
#passwordChange {
    position: absolute;
    min-height: 350px;
    width: 500px;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    border-radius: 5px;
}
#passwordChange-header {
    height: 53px;
    line-height: 53px;
    border-bottom: 1px solid #D9D9D9;
    text-align: left;
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 400;
    position: relative;
    padding-left:20px;
}
#passwordChange-content {
    padding: 15px 30px;
}