/* 登录 */

.login {
    background: url(../images/login/login-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center;
}

.login-logo {
    color: #fff;
    /* padding-left: 50px; */
    padding-top: 100px;
    height: 15%;
    margin-bottom: 15px;
}

.form-init,.login-form {
    height: 100%;
}

.login-logo img,
.login-logo span {
    display: inline-block
}


.login-logo img {
    /* vertical-align: middle;
    margin-top: -7px;
    margin-right: 12px; */
}

.login-form-bg {
    position: relative;
    width: 580px;
    height: 435px;
    background: url(../images/login/login-form-bg.png) no-repeat center;
    float: left;
    margin-right: 190px
}

.login-form-input {
    width: 800px;
    height: 100%;
    background: #fff;
    /* border-radius: 10px; */
    margin-left: 5%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 14px;
}

.login-form-input h5 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-top: 30px
}

.login-form-login {
    padding-bottom: 28px;
    padding-top: 28px;
    height: calc(100% - 28px * 2);
}

.login-form-login .el-input__icon {
    color: #4d6f94;
    font-size: 22px;
    line-height: 50px;
}

.login-title-login{
    height: 63px;
    line-height: 63px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    background-color: #F0F9FF;
}

.item-row {
    overflow: hidden;
    text-align: center;
}

.item-row .el-checkbox,
.item-row .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #6E768E;
    font-size: 13px !important
}

.jizhumima {
    display: inline-block;
    float: right;
    color: #1886FF;;
    font-size: 13px;
    cursor: pointer;
}

.zhuce{
    color: #9da2a4;
    font-size: 13px ;
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 10;
}
.zhuce span {
    color: #0b54a7;
    cursor: pointer;
}

.item-row .el-checkbox__label {
    font-size: 13px !important
}

.item-row .item-row {
    overflow: hidden;
    font-size: 13px !important
}

.login-btn .el-button {
    width: 100%;
    background: #1886FF;
    border: 1px solid #1886FF;
    padding: 0px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.item-row.login-btn {
    /* margin-top: 30px; */
    margin-bottom: 15px;
}

.login-form-login .el-input__inner {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.login-form-login .el-form-item__content {
    line-height: 36px
}

.el-form-item__content .el-input__suffix{
    line-height: 50px;
}
.login-code{
    color: #1277EA;
    cursor: pointer;
}

.login-form-login .el-checkbox__inner {
    margin-top: -1px
}

.login-form-login .el-form-item {
    margin-bottom: 16px
}

.login-form-login .el-input__icon {
    width: 36px;
}

.login-form-login .el-input--prefix .el-input__inner {
    padding-left: 42px
}

.login-form-login input.el-input__inner::-webkit-input-placeholder {
    color: #666;
}

.login-form-login input.el-input__inner::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

.login-form-login input.el-input__inner:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

.login-form-login input.el-input__inner:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
}

.code-list {
    display: inline-block;
    color: #fff;
    vertical-align: top;
}

.code-list+.code-list {
    margin-left: 50px;
}

.code-list:nth-of-type(2)>div:nth-of-type(3) {
    display: none;
}

.code-list>div {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    text-align: left;
}

.code-list>div:first-child {
    background: #fff;
    width: 100px;
    height: 100px;
    border: 1px solid #d0d0d0;
    margin-right: 8px;
}

.code-list>div:first-child img {
    max-width: 100%;
    max-height: 100%;
}

.code-position {
    text-align: center;
    /* margin-top: 20px; */
    height: 28%;
}

.login-tab {
    margin-bottom: 20px;
    height: 30px;
}

.login-tab>div.active {
    color: #fff
}

.login-tab>div {
    color: #516e86;
    font-size: 16px;
    position: relative;
    height: 100%;
}

.login-tab>div::after {
    content: '';
    display: none;
    position: absolute;
    width: 66px;
    height: 3px;
    background: #2f85fa;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0px;
}

.login-tab>div.active::after {
    display: block
}

.login-tab>div {
    text-align: center;
    cursor: pointer;
    width: 140px;
}

.login-tab>div:nth-of-type(1) {
    float: left;
}

.login-tab>div:nth-of-type(2) {
    float: right;
}

.tedian {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 15px;
}

.tedian li {
    list-style: disc;
    margin-left: 16px;
    margin-top: 5px;
    font-size: 13px;
    letter-spacing: 1px;
}

.login_table .el-tabs__nav-wrap::after {
    display: none
}

.login_table .el-tabs__header{
    background-color: #fff;
}

.el-tabs__header {
    /* text-align: center; */
    width: 0;
    height: 0;
    margin: 0;
}

.el-tabs__content,
.item-row {
    width: 440px;
    margin: 0px auto;
}

.el-tabs__header::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 3px;
    background: #d4d1d1;
    left: 0px;
}

.el-tabs__nav-wrap {
    display: inline-block;
}

.login_table .el-tabs__item {
    color: #516e86;
    /* text-align: center; */
    /* width: 170px; */
    padding: 0px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.login_table .el-tabs__item:hover {
    color: #516e86;
}

.login_table .el-tabs__active-bar {
    left: 0px;
    height: 3px;
    width: 220px!important;
    background-color: #0d62c3;
}

.login_table .el-tabs__item.is-active {
    color: #9da2a4;
}

.intro-doc {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    transform: translate(-50%, -50%);
    padding: 20px 15px;
    background: rgba(36, 64, 84, 0.8);
    border-radius: 8px;
}

.slidercaptcha {
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    width: 360px;
    height: 286px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
    margin-top: 40px;
}

.slidercaptcha .card-body {
    padding: 14px;
    background: #fff;
}

.slidercaptcha canvas:first-child {
    border-radius: 4px;
    border: 1px solid #e6e8eb;
}

.slidercaptcha.card .card-header {
    background-image: none;
    background-color: #fff;
}

.refreshIcon {
    top: -54px;
}

.login-sign-label {
    background: url(../images/01.png) no-repeat center;
    width: 75%;
    height: 80%;
    background-size: 100% 100% !important;
    margin: 0 0 0 auto;
}

.login-logo span.version-font {
    font-size: 18px;
    letter-spacing: 1px
}

[v-cloak] {
    display: none;
}

.login-language a,
.login-language span {
    color: #fff
}

.login-language a {
    text-decoration: none;
}

.login-language {
    position: absolute;
    top: 20px;
    right: 20px;
}

.maintain {
    position: absolute;
    width: 500px;
    padding: 30px 0px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

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

.maintain p {
    text-align: center;
    font-size: 20px;
    text-shadow: 2px 2px rgba(255, 255, 255, 1);
}

.maintain .icon-maintain i {
    display: inline-block;
    width: 150px;
    height: 150px;
    background: url(../images/weihu.svg) no-repeat center;
    background-size: 100% 100%;
}
.init-wrap{
    width:500px;
    background: #fff;
    border-radius: 10px;
    margin: 0px auto;
    padding: 40px 30px;
    padding-right: 88px;
}

.login-form-center{
    height: 45%;
    position: relative;
}

.data-box{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
}

.data-text-divider{
    height: 50px;
}

.data-box .el-divider__text{
    font-size: 32px;
}

.data-center{
    width: 800px;
    margin: 80px auto 0 auto;
}

.data-img{
    width: 1000px;
    margin: 0 auto;
}

.data-img-item{
    cursor: pointer;
}

.data-img-item-left, .data-img-item-right{
    display: inline-block;
    vertical-align: top;
}

.data-img-item-left img {
    width: 150px;
    height: 80px;
    margin: 20px 10px;
}

.data-img .data-img-item{
    width: 47%;
    height: 120px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    vertical-align: top;
    margin: 0 20px 20px 0;
}

.init-wrap .el-input__inner,.init-wrap .el-form-item__label{height: 36px;line-height: 36px;}
.init-wrap .el-form-item__content{line-height: 36px;}
.init-wrap .el-button.el-button--medium{padding: 10px 0px;width: 112px;}
.login .idcardForm .el-dialog__footer{
    text-align: center;
}
.dyy .el-select .el-input__inner{
    padding-left: 40px;
}
.dropDownStyle {
    width: 320px !important;
}
.dropDownStyle .el-select-dropdown__list{
    margin: 0 0 !important;
    display: flex;
    flex-wrap: wrap;
}
.dropDownStyle .el-select-dropdown__item{
    width: 50%;
}
.item-row .el-checkbox__label,
.jizhumima,
.item-row .el-checkbox,
.item-row .el-checkbox__input.is-checked+.el-checkbox__label {
    font-size: 16px !important;
}
@media screen and (min-height:1080px){
    .login-form-login .el-input__inner{
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .login-form-login .el-form-item {
        margin-bottom: 24px
    }
}
@media screen and (min-height:700px) {
    .login-btn .el-button,
    .login-form-login .el-input__inner{
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .login-form-login .el-form-item {
        margin-bottom: 20px
    }
}
@media screen and (min-height:800px) {
    .login-form-login .el-input__inner{
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .login-form-login .el-form-item {
        margin-bottom: 24px
    }
}
.icon-user{
    display: inline-block;
    background-size: contain !important;
    height: 22px;
    width: 22px !important;
    margin: 7px;
    background: url(../images/user.png) no-repeat center;
}
.icon-user2 {
    display: inline-block;
    background-size: contain !important;
    height: 22px;
    width: 22px !important;
    margin: 7px;
    background: url(../images/user2.png) no-repeat center;
}
.icon-lock{
    display: inline-block;
    background-size: contain !important;
    height: 22px;
    width: 22px !important;
    margin: 7px;
    background: url(../images/lock.png) no-repeat center;
}
.icon-lock2{
    display: inline-block;
    background-size: contain !important;
    height: 22px;
    width: 22px !important;
    margin: 7px;
    background: url(../images/lock2.png) no-repeat center;
}
.el-input__prefix{
    display: flex;
    align-items: center;
}