/** 登录入口样式 **/
.overflow {
    width: 100%;
    overflow: hidden;
}

.iframeStyle {
    width: 100%;
    height: 100vh;
    border: none;
    margin: auto;
    overflow-y: hidden;
    overflow-x: hidden;
}

.overflow {
    width: 100%;
    position: absolute;
    background: rgb(216, 216, 216);
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0 auto;
    z-index: 2001;
}

.login_box {
    position: absolute;
    z-index: 2001;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 720px;
    height: 460px;
    background: #427bc5;
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
}

.view_item {
    width: 50%;
}

.login_box_item_text {

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.115em;
    color: #ffffff;
    text-align: center;
    margin-top: 5%;
}

.logo_box {
    margin-top: 11%;
    margin-left: 6%;
}

.logo_box img {
    width: 20%;
}

.frme {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15%;
}

.frme img {
    width: 60%;
}

.login_options {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.login_options:nth-child(1) {
    margin-top: 7%;
}

.login_options:nth-child(2) {
    margin-top: 10%;
    margin-bottom: 5%;
}

.login_options img {
    width: 75%;
    margin-left: 3%;
}

.iframeStyle {
    width: 100%;
    height: 100%;
    border: none;
    margin: auto;
    overflow-y: hidden;
    overflow-x: hidden;
}

.fa-close {
    max-width: 10%;
    min-width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-indent: -10.6%;
    padding-top: 2%;
    color: #ffffff;
    position: absolute;
    right: 3%;
    cursor: pointer;
    z-index: 1994;
}

@media screen and (max-width: 812px) {
    .login_box {
        width: 80%;
        height: 210px;
    }

    .frme {
        margin-left: 8%;
        margin-top: 4% !important;
    }

    .login_box_item_text {
        margin-left: 17%;
    }

    .login_options[data-v-278e9a46]:nth-child(1) {
        margin-top: 5%;
    }
}


/** 系统登录样式 **/

.sys_login_box {
    width: 350px;
    min-height: 395px;
    height: 395px;
    background: #FFF;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 8px;
    z-index: 2001;
    box-shadow: 1px 2px 7px #a7a7a7
}

.icon {
    width: 100px;
    font-size: 100px;
    position: absolute;
    z-index: 99;
    left: 0px;
    right: 0px;
    margin: auto;
    margin-top: -60px;
    text-align: center;
    color: #556080;
    background: #E7ECED;
    border-radius: 100px;
}

.sys_login_box h1 {
    text-align: center;
    color: #373F4A;
    margin-top: 50px;
    margin-bottom: 30px;
}

.input_box,
.check_box {
    width: 250px;
    height: 45px;
    border-radius: 5px;
    margin: auto;
    background: #FFF;
    border: 1px solid #C3C6C9;
    display: flex;
    align-items: center;
    color: #373F4A;
}

.input_box {
    margin-top: 25px;
}

.input_box i {
    margin-left: 10px;
    color: #A7ABB0;
    width: 16px;
    height: 16px;
    background-image: url("/public/images/1.0/login/bizViewToolBtn_min.png");
    background-size: initial;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}

.account_icon{
    background-position: -144px -31px !important;
}

.password_icon{
    background-position: -160px -143px !important;
}

.input_box input {
    width: 200px;
    height: 96%;
    margin: auto;
    border: none;
    outline: none;
}

.check_box {
    border: none;
    margin-bottom: 0px;
    height: 20px;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #373F4A;
}

.check_box input {
    margin-right: 5px;
}

.login_button {
    width: 250px;
    height: 40px;
    border-radius: 3px;
    background: #67AE28;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    margin: auto;
    margin-top: 45px;
    box-shadow: 0px 10px 20px #93B37A;
    cursor: pointer;
    user-select: none;
}

.download{
	display:none;
}

.download,.return_login_selection{
    width: 250px;
    margin: auto;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    color: #66d405;
    cursor: pointer;
}