﻿/*
* @describe：relationOrg样式  注册&关联机构
* @Author: 王凯
* @Date:   2021-04-14
*/

@charset"utf-8";
html,
body {.ktlogin_ul li.logintishi
    width: 100%;
    height: 100%;
}

.login_page {
    width: 100%;
    height: 100%;
    background-color: #e7edf7;
}

.login_layer {
    width: 100%;
    height: 100%;
    background: url("../images/bg.png")no-repeat;
    background-size: 100% 100%;
    position: relative;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.login_layer .logo_title {
    margin: 50px 60px 0;
    height: 46px;
}

.login_layer .logo_title a {
    display: block;
    line-height: 46px;
    font-size: 28px;
    font-weight: bold;
    color: #222;
    text-decoration: none;
    cursor: auto;
}

.login_layer .logo_title a img {
    margin-right: 10px;
    vertical-align: top;
}

.login_cont {
    width: 500px;
    height: 570px;
    /* height: 510px; */
    padding: 55px 60px 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.login_cont.login_cont_new {
    height: 500px;
}

.login_cont .tit {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #111;
    margin-bottom: 40px;
}

.login_cont .tit span {
    font-size: 16px;
    color: #999;
    font-weight: normal;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
}

.login_cont .tit span a {
    color: #2b82ff;
}

.ktlogin_ul {
    position: relative;
}

.ktlogin_ul li {
    margin-bottom: 25px;
    position: relative;
}

.ktlogin_ul input {
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #666;
    background-color: #fff;
    font-size: 14px;
    box-sizing: border-box;
}

.ktlogin_ul input.luse,
.ktlogin_ul input.lpassword {
    /* background: #fff url(../images/logindot.png) no-repeat 10px 9px; */
    padding-left: 35px;
    box-sizing: border-box;
    width: 100%;
}

.ktlogin_ul input.lpassword {
    background-position: 10px -46px;
}

.ktlogin_ul input.lverif {
    width: 245px;
    padding-left: 10px;
}

img.ver_img {
    vertical-align: middle;
    width: 105px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.ktlogin_ul input.ktlogin_btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    border: 1px solid #2771e5;
    background-color: #2771e5;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.ktlogin_ul input.ktlogin_btn:hover {
    background-color: #03a9f4;
    border: 1px solid #03a9f4;
}

.wordselect {
    height: 24px;
    line-height: 24px;
    margin-top: -10px;
}

.ktlogin_ul li.logintishi {
    /*position: absolute;*/
    background: url(../images/logindot.png) no-repeat 0px -175px;
    padding-left: 20px;
    font-size: 12px;
    top: -20px;
    color: #ef0000;
    display: none;
    /*line-height: 30px;*/
    height: 30px;
    margin-bottom: 0;
}

.register {
    width: 100%;
    padding: 0 10px;
}

.captchaBtn {
    position: absolute;
    right: 7px;
    top: 7px;
    height: 26px;
    width: 84px;
    box-sizing: border-box;
    border: 1px solid #2b82ff;
    color: #2b82ff;
    text-align: center;
    cursor: pointer;
}

.captchaBtn:hover {
    background: #e5f6fc;
}

.ktlogin_ul .captgrayBtn {
    color: #999;
    cursor: default;
    border: 1px solid #999;
}

a.orgCode {
    color: #2b82ff;
    position: absolute;
    right: 0px;
    top: 45px;
}

.guanlian {
    font-size: 12px;
    margin-top: -25px;
    margin-bottom: 25px;
}

.guanlian p {
    margin-bottom: 20px;
}

.guanlian div {
    font-size: 16px;
}

.guanlian span {
    color: #999;
}

.navigaterTips {
    position: absolute;
    bottom: -50px;
    left: -60px;
    width: 600px;
    font-size: 16px;
    color: #777;
    text-align: center;
}


/*------- 弹层 begin --------*/

.hidextbg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .25);
    z-index: 1000;
    overflow-y: auto;
    text-align: center;
}

.hidextbg:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.hideTit {
    height: 36px;
    line-height: 36px;
    background-color: #1b6be4;
    padding: 0px 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.closext {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    background: url('../images/closebtn.png') no-repeat 4px 4px;
}

.closext:hover {
    background-position: 4px -53px;
}

.hidebox {
    display: inline-block;
    width: 500px;
    /*height: 450px;*/
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
    z-index: 999;
    vertical-align: middle;
}

.hideCon {
    clear: both;
    padding: 33px 55px 0 55px;
}

#four .hideCon {
    padding: 0;
}

.hideBtn {
    padding: 20px;
    text-align: center;
}

.btnBox {
    text-align: center;
    padding-bottom: 20px;
}

a.btnSure,
a.btnCancel {
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    height: 32px;
    line-height: 30px;
    width: 128px;
    margin: 0 10px;
    text-align: center;
    background-color: #1b6be4;
    border: 1px solid #1b6be4;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none;
}

a.btnSure:hover {
    background-color: #0651c2;
    color: #fff;
    text-decoration: none;
}

a.btnCancel {
    background-color: #Fff;
    color: #1b6be4;
}

a.btnCancel:hover {
    background-color: #dbfbff;
}

.hideboxtop {
    margin-top: 10px;
    text-align: left;
    padding-left: 20px;
    /*display: flex;*/
    height: 38px;
}

.hideboxtop .dept-search {
    width: 385px;
    margin-right: 5px;
}


/*------- 弹层 end --------*/

.zhuceWarning {
    font-size: 16px;
    height: 214px;
    /*width: 420px;*/
}

.zhuceWarning .btnBox {
    padding: 10px;
}

.zhuce1 {
    display: inline-block;
    width: 77px;
    height: 77px;
    line-height: 77px;
    background: #f0f5ff;
    border-radius: 40px;
    margin-bottom: 15px;
}

.zhuce2 {
    color: #2b82ff;
}

.zhuce3 {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 30px 0;
}

.zhuce4 {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.zhuce5 {
    height: 94px;
    line-height: 20px;
    text-align: left;
    color: #666666;
}


/* 关联机构 tab */

.assOrg {
    width: 100%;
}

.addOrg {
    padding: 30px 0 20px 0;
}

.addOrg span {
    display: inline-block;
    padding: 0 25px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    background: #2b82ff;
    color: #fff;
    cursor: pointer;
}

.addOrg span:hover {
    background: #0651c2;
}

.addOrg em {
    font-size: 12px;
    color: #999;
    margin-left: 20px;
}

.addOrgTab {
    width: 100%;
}

.addOrgTab td,
.addOrgTab th {
    border: 1px solid #ddd;
}

.addOrgTab th {
    color: #666;
    padding: 22px 0;
    font-weight: normal;
    line-height: 18px;
    background: #fbfbfb;
}

.addOrgTab td {
    padding: 10px;
}

.addOrgTab td.play {
    text-align: center;
}

.addOrgTab a.aBlue {
    display: inline-block;
    color: #2b82ff;
}

.addOrgTab .play a.aBlue {
    display: block;
}

.addOrgZhu {
    display: inline-block;
    width: 50px;
    height: 22px;
    line-height: 22px;
    background: #e9f1fc;
    font-size: 12px;
    color: #2b82ff;
    text-align: center;
}

.txtC {
    text-align: center;
}

.addorgCon {
    display: inline-block;
    padding-left: 25px;
    min-height: 25px;
    background: url("../images/icon_duihao.png") no-repeat 0px 3px;
}

.addorgDui {
    width: 25px;
    height: 25px;
    background: url("../images/icon_duihao.png") no-repeat 0px 3px;
    margin: 0 auto;
}

.addorgCuo {
    width: 25px;
    height: 25px;
    background: url("../images/icon_cuohao.png") no-repeat 0px 3px;
    margin: 0 auto;
}

.addorgCon p {
    font-size: 12px;
    color: #999;
}

.addOrgWring {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    padding: 30px 0 0 20px;
}

.zhuceTree {
    text-align: left;
    margin: 30px;
    padding: 0;
    height: 300px;
    overflow: auto;
    margin-top: 10px;
}

.captchaBox {
    padding-top: 65px;
    position: relative;
}

.captchaBox .phone {
    width: 100%;
    position: absolute;
    top: 0px;
}

.captchaBox li.logintishi {
    position: absolute;
}




@media only screen and (max-width: 768px) {
    .login_layer {
        background-size: auto 100%;
        background-position: left center;
    }
    .login_layer .logo_title {
        margin: 50px 50px 0;
    }
    .login_layer .logo_title a img {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .login_layer .logo_title a {
        font-size: 18px;
        text-align: center;
        line-height: 1.3;
    }
    .login_cont {
        width: 90%;
        height: auto;
        top: 340px;
        padding: 30px 30px 40px;
    }
    .login_cont .tit {
        font-size: 26px;
    }
}


/* 用户协议 */

.protocol a {
    color: #3366ff;
}

li.protocol {
    height: 40px;
    line-height: 40px;
    position: relative;
}

li.protocol label {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

li.protocol label input {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

li.protocol .prompt-error {
    color: #fe7f70;
    position: absolute;
    bottom: -20px;
    left: 18px;
    display: none;
}
/*  使用浏览器自带的填充账号、密码时输入框背景出现覆盖的问题。*/
.iconLine{
    position: relative;
}
.iconLine .icon{
    position: absolute;
    left: 1px;
    top: 1px;
    height: 38px;
    width: 33px;
    background: #fff url(../images/logindot.png) no-repeat 10px 9px;
}
.iconLine .icon.icon1{
    background-position: 10px -46px;
}
/* input:---autofill,
input:--autofill:hover,
input:--autofill:focus,
input:--autofill:active {
    transition-delay: 99999s;
    transition: color 99999s ease-out, background-color 99999s ease-out;
} */
input:-webkit-autofill {
    -webkit-text-fill-color: #011010 !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}
