html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
}
.jz8001011A {
    position: fixed;
    /*width: 100%;*/
    /*position: relative;*/
}
.jz8001011A .line {
    margin: 0 5px;
}
.jz8001011A .under_line {
    text-decoration: underline;
}
.hide {
    display: none;
}
.jz8001011A .main_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    float: left;
}
.jz8001011A .main_box .login_box {
    width: 414px;
    height: 460px;
    /*margin: 100px auto 5px;*/
    position: relative;
    background: url("../../../../../resource/images/index_bg.png") no-repeat center;
    padding: 13px 36px 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jz8001011A .main_box .login_box .resize_box {
    min-width: 342px;
    /*height: 100%;*/
    /*position: relative;*/
}
.jz8001011A .main_box .login_box .resize_box .title_box {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}
.jz8001011A .main_box .login_box .resize_box .title_box .title {
    width: 100%;
    height: 20px;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 17px;
}
.jz8001011A .main_box .login_box .resize_box .title_box .title .logo {
    width: auto;
    height: 16px;
    float: left;
}
.jz8001011A .main_box .login_box .resize_box .title_box .title .logo img {
    width: auto;
    height: 16px;
}
.jz8001011A .main_box .login_box .resize_box .title_box .title .line {
    float: left;
    font-weight: bold;
}
.jz8001011A .main_box .login_box .resize_box .title_box .title .msg {
    float: left;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}
.jz8001011A .main_box .login_box .resize_box .title_box .tabs {
    width: 100%;
    height: 40px;
}
.jz8001011A .main_box .login_box .resize_box .title_box .tabs .tab.active {
    background: #ffffff;
}
.jz8001011A .main_box .login_box .resize_box .title_box .tabs .tab1.active {
    background: #ffffff;
}
.jz8001011A .main_box .login_box .resize_box .title_box .tabs .tab {
    width: 50%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    border: 1px solid #bfbfbf;
    float: left;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
    background-color: #edf1f2;
}
.jz8001011A .main_box .login_box .resize_box .title_box .tabs .tab1 {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    border: 1px solid #bfbfbf;
    float: left;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
    background-color: #edf1f2;
}

.jz8001011A .main_box .login_box .resize_box .title_box .tabs .admin_login{
    background-color: rgb(227, 237, 241);
    border-radius: 5px;
    width: 100%;
    border:none;
}
.jz8001011A .main_box .login_box .resize_box .login_form {
    width: 100%;
    height: 229px;
    padding: 10px 0 5px;
    border-radius: 5px;
    background-color: #eee;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jz8001011A .main_box .login_box .resize_box .login_form .list_btns {
    width: 100%;
    height: 38px;
    padding: 7px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    display: -webkit-flex;
    display:flex;
    display:-ms-flexbox;
    flex-direction: row;
    justify-content: space-between;
}
.jz8001011A .main_box .login_box .resize_box .login_form .list_btns .list_title {
    height: 24px;
    line-height: 24px;
    min-width: 70px;
    text-align: left;
    float: left;
    flex-shrink: 0;
    cursor: pointer;
}
.jz8001011A .main_box .login_box .resize_box .login_form .list_btns .list_info {
    width: 100%;
    max-width: 236px;
    flex-shrink: 1;
    height: 24px;
    line-height: 16px;
    background: transparent;
}
.jz8001011A .main_box .login_box .resize_box .login_form .list_btns .list_info span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    margin-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.jz8001011A .main_box .login_box .resize_box .login_form .list_btns .list_info span input {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}
.jz8001011A .main_box .login_box .resize_box .login_form .list_btns .list_info .n1 {
    width: 120px;
}
.jz8001011A .main_box .login_box .resize_box .login_form .list_btns .list_info .n2 {
    width: 100px;
    float: right;
}
.jz8001011A .main_box .login_box .resize_box .login_form .list {
    width: 100%;
    height: 44px;
    padding: 7px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    display: -webkit-flex;
    display:flex;
    display:-ms-flexbox;
    flex-direction: row;
    justify-content: space-between;
}
.jz8001011A .main_box .login_box .resize_box .login_form .list.pt21{
    margin:15px 0 14px;
}
.jz8001011A .main_box .login_box .resize_box .login_form .list .list_title {
    min-width: 76px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    float: left;
    flex-shrink: 0;
}
.jz8001011A .main_box .login_box .resize_box .login_form .list .list_info {
    float: right;
    flex-shrink: 1;
    width: 100%;
    max-width: 236px;
    height: 100%;
    display: -webkit-flex;
    display:flex;
    display:-ms-flexbox;
    background-color: #d7d7d7;
    border-radius: 5px;
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jz8001011A .main_box .login_box .resize_box .login_form .list .list_info .icon_login {
    float: left;
    min-width: 20px;
    height: 20px;
    border: 1px solid #bfbfbf;
    overflow: hidden;
    border-radius: 3px 0 0 3px;
    position: relative;
    border-right: 0 none;
    background: url("../../../../../resource/images/user.png") no-repeat center;
}
.jz8001011A .main_box .login_box .resize_box .login_form .list .list_info .icon_lock {
    background: url("../../../../../resource/images/password.png") no-repeat center !important;
}
.jz8001011A .main_box .login_box .resize_box .login_form .list .list_info input {
    flex: 1;
    width: 100%;
    max-width: 207px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    border-radius: 0 3px 3px 0;
    border: 1px solid #bfbfbf;
}
.jz8001011A .main_box .login_box .resize_box .login_form .list.yzm .list_info {
    background: transparent;
    padding: 0;
    position: relative;
}
.jz8001011A .main_box .login_box .resize_box .login_form .list.yzm .list_info .yzm_ip {
    width: 146px;
    padding: 4px;
    background: #d7d7d7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jz8001011A .main_box .login_box .resize_box .login_form .list.yzm .list_info .yzm_ip input {
    width: 100%;
    max-width: 138px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jz8001011A .main_box .login_box .resize_box .login_form .list.yzm .list_info .yzm_img {
    width: 70px;
    height: 100%;
    /*background: #000;*/
    position: absolute;
    right: 0;
}
.jz8001011A .main_box .login_box .resize_box .tool_list {
    width: 100%;
    height: 50px;
    line-height: 50px;
    clear: both;
    overflow: hidden;
}
.jz8001011A .main_box .login_box .resize_box .tool_list .tool {
    float: left;
    cursor: pointer;
}
.jz8001011A .main_box .login_box .resize_box .tool_list .tool .animation{
    animation: twinkling 1s  ease-in-out alternate 1;
    animation-fill-mode: forwards;
}
@keyframes twinkling {
    0%{
        transform: rotate(0deg);
    }
    /*25%{*/
    /*    transform: rotate(120deg);*/
    /*}*/
    /*50%{*/
    /*    transform: rotate(240deg);*/
    /*}*/
    100%{
        transform: rotate(360deg);
    }

}
.jz8001011A .main_box .login_box .resize_box .tool_list .send_btn {
    float: right;
    background: url("../../../../../resource/images/login.png") no-repeat center;
    cursor: pointer;
    width: 60px;
    height: 25px;
    text-align: center;
    color: #fff;
    border: none;
    margin-top: 16px;
}
.jz8001011A .main_box .login_box .resize_box .change_system {
    width: 160px;
    height: 35px;
    float: right;
    text-align: center;
    color: red;
    cursor: pointer;
    line-height: 35px;
}
.suggest {
    display: block;
    text-align: center;
    color: #aaa;
    cursor: default;
}
.foot_content {
    position: fixed;
    width: 100%;
    height: 30px;
    bottom: 0px;
    text-align: center;
    transform-origin: bottom;
}
.foot_content a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    color:#939393;
}
.foot_content a img{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: -4px;
    margin-left: 3px;
}
.jz8001011A.shadow_box{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 999;
    background: rgba(0,0,0,.6);
}
.jz8001011A.shadow_box .sd_box{
    position: absolute;
    width: 800px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -400px;
    background: #fff;
}
.jz8001011A.shadow_box .sd_title{
    margin:50px auto;
    margin-bottom:70px;
    font-size:28px;
    text-align:center;
}
.jz8001011A.shadow_box .list{
    text-align: left;
    margin-left:120px;
    clear: both;
    overflow: hidden;
}
.jz8001011A.shadow_box .list.error{
    margin-bottom:30px;
}
.jz8001011A.shadow_box .list input{
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    padding-left: 5px;
    height: 22px;
    line-height: 22px;
    box-sizing:border-box;
}
.jz8001011A.shadow_box .list input[type=email]{
    width: 100%;
}

.jz8001011A.shadow_box .list input[type=text]{
    width: 100%;
}
.jz8001011A.shadow_box .shadow_close{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}
.jz8001011A.shadow_box .btn{
    width:120px;
    height: 30px;
    color:#fff;
    margin:0 auto;
    margin-top:60px;
    text-align:center;
    line-height:30px;
    border-radius:4px;
    cursor: pointer;
    background: rgb(0,91,127);
}
#vcode_phone_btn{
    float: right;
    cursor: pointer;
    user-select: none;
    -ms-user-select:none;
}
#vcode_phone_btn.forbid{
    cursor: no-drop;
}
#vcode_window{
    width: 295px;
    height: 180px;
    position: fixed;
    box-shadow: 2px 2px 12px 0px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    top: 130px;
    left: 40px;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
}
#vcode_window .no_phone{
    text-align: center;
}
#vcode_mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#vcode_window .close{
    position: absolute;
    top: 10px;
    right: 5px;
    line-height: 0;
    font-size: 20px;
    cursor: pointer;
}
#vcode_window .title{
    font-size: 20px;
    color: blue;
}
#vcode_window .info{
    line-height: 1.2em;
    margin-top: 1em;
}
#vcode_window .sub_title{
    margin-top: 30px;
}
#vcode_window .code{
    margin-top: 5px;
}
#vcode_phone {
    border: none;
    border-bottom: 1px solid;
    border-radius: inherit;
}
#vcode_phone:focus{
    border-bottom: 1px solid blue;
}
#vcode_window #vcode_login{
    width: 100%;
    background: blue;
    color: white;
    border-radius: 3px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
}
.jz8001011A.hide_{
    display:none;
}
.jz8001011A.shadow_box .list.error_msg{
    margin-bottom:0px;
}
.jz8001011A.shadow_box .list.error input[type=email]{
    border:1px solid #da141475;
    background: rgba(234, 161, 161, 0.5);
}
.jz8001011A.shadow_box .list.error input[type=text]{
    border:1px solid #da141475;
    background: rgba(234, 161, 161, 0.5);
}
.jz8001011A.shadow_box .error_msg_txt{
    color: red;
    font-size: 12px;
    text-indent: 2em;
}
.jz8001011A.shadow_box .list.error.hide_{
    visibility: hidden;
}
.jz8001011A.shadow_box #error_msg_txt b{
    display: inline-block;
    background:url("../../../../../resource/images/glb_v21.png") no-repeat -36px 0;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
}
.jz8001011A.shadow_box #error_msg_txt2 b{
    display: inline-block;
    background:url("../../../../../resource/images/glb_v21.png") no-repeat -36px 0;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
}

.jz8001011A.shadow_box .input_box{
    width: 40%;
    margin:0 20px 0 0;
    display: inline-block;
    position: relative;
    float: left;
}
.jz8001011A.shadow_box .input_box_yzm{
    width: 78%;
    display: inline-block;
    position: relative;
    float: right;
}
.jz8001011A.shadow_box .icon_close{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    z-index:99;
    opacity: 1;
}
.jz8001011A.shadow_box .hide_{
    opacity: 0;
}


.tk_div {
    width: 450px;
    height: 370px;
    border: 1px solid rgb(191,191,191);
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -215px 0 0 -225px;
    margin-top: -235px\0;
    display: none;
    z-index: 999;
    border-radius: 5px;
}
.tk_box_bds{
    width: 100%;
    height: 330px;
    padding: 0 5px 5px;
    box-sizing: border-box;
}
.tk_box{
    width: 100%;
    height: 100%;
    border: 1px solid rgb(191,191,191);
    box-sizing: border-box;
    padding: 20px;
}
.tk_box span{
    cursor: pointer;
    text-decoration: underline;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
    display: block;
}
.tk_box span i{
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 8px;
    background-image: none;
    background-color: rgb(191,191,191);
    vertical-align: 2px;
}
.tk_div .aui_close{z-index: 999;    top: -14px;
    right: -16px;}
.title_102{
    width: 450px;
    height: 40px;
    border: 0;
    line-height: 40px;
    font-weight: bolder;
    font-size: 16px;
    color: #FFF;
    overflow: hidden;
    z-index: 300;
    padding: 5px 5px 0 5px;
    box-sizing: border-box;
}
.title_102 span{
    float: left;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-indent: 10px;
    cursor: default;
    background-color: rgb(0,91,127);
}
.tk_div .right_qx {
    float: right;
    font-size: 24px;
    text-align: right;
    margin: 5px 10px 10px 0;
    cursor: pointer;
}
.tk_div .top_div {
    height: 30px;
}

.tk_div p{
    text-align: center;
    line-height: 30px;
    font-size: 17px;
    height: 150px;
    padding-top: 31px;
    box-sizing: border-box;
    text-align: justify;
}
.tk_div .title_div {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
}
.tk_div ul.tk_div_ul {
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 7px;
    text-align: center;
}
.tk_div ul.tk_div_ul li:last-child{
    margin-right: 0 !important;
}
.tk_div ul.tk_div_ul li {
    display:inline-block;
    width: 95px;
    height: 23px;
    line-height: 22px;
    border: 1px solid rgb(191,191,191);
    background: #fff;
    border-radius: 3px;
    text-align: center;
    margin-right: 49px;
    cursor: pointer;
    font-weight: bold;
}

.update_pwd_control .tk_box .div_pwd{
    line-height: 40px;
}

.update_pwd_control .tk_box .div_pwd .div_left{
    display: inline-block;
    width: 100px;
}

.update_pwd_control .tk_box .div_pwd .div_right{
    display: inline-block;
    width: 284px;
    text-align: left;
}
.update_pwd_control .tk_box .div_pwd .div_right .input_new_pwd {
    width: 282px;
    height: 24px;
    border: 1px solid #bfbfbf;
}

.update_pwd_control .tk_box span{
    cursor: default;
    text-decoration: none;
    font-size: 13px;
    height: auto;
    line-height: 30px;
    text-align: left;
    width: 100%;
    display: block;
}

.update_pwd_control .tk_box span.span_head{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 13px;
}
.update_pwd_control .tk_box ul.tk_div_ul{
    margin-top: 12px;
}

.placeholder{
    color: #999;
}


.repeat_login_control .title_102 span{
    width: 398px;
}

.repeat_login_control .title_102 .div_title_top{
    background-color: rgb(0,91,127);
}


.repeat_login_control .tk_box {
    padding-top: 25%;
    padding-left: 54px;
}

.repeat_login_control .li_close{
    cursor: pointer;
}



.update_pwd_control_1 .tk_box span.span_head{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 13px;
}
.update_pwd_control_1 .tk_box ul.tk_div_ul{
    margin-top: 12px;
}
.pwd_update_flag li{
    margin-right:80px
}



.repeat_login_control_1 .title_102 span{

    width: 398px;
}

.repeat_login_control_1 .title_102 .div_title_top{
    background-color: rgb(0,91,127);
}


.repeat_login_control_1 .tk_box {
    padding-top: 33%;
    padding-left: 54px;
    font-size: 15px;
}

.repeat_login_control_1 .li_close{
    cursor: pointer;
}

.repeat_login_control_1 .new_tkBox{
    padding-top: 33%;
    padding-left: 112px;
    padding-right: 113px;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
}

.vcode_div{
    width: 70px;
    float: right;
    margin-bottom: 5px;
}

.chooseCompany .item{
	height: 2em;
	display: flex;
	align-items: center;
	border: 1px solid;
	cursor: pointer;
}

.chooseCompany .item + .item {
	margin-top: 5px;
}

.jz8001011A .main_box .login_box.cut {
    background-image: url("../../../../../resource/images/index_bg_cut.png");
}

.jz8001011A .main_box .login_box.cut .change_system {
    display: none;
}