﻿html,body
{
    font-size:16px;
    font-family:   Microsoft YaHei, "宋体", Tahoma, Helvetica, Arial, serif;
    padding:0px;
    margin:0px;
    background-color:#343f54;
}

a {
    color:#878686;
}
.window {
    padding:2px;
}
.window-mask {
    background-color: transparent;
}
.sys_main
{
    height:100%;
    width:100%;
    position:absolute;
}

.sys_header{
    height: 128px;
}

.sys_logo {
    background: url("../../logoIcon/Login.png") no-repeat center;
    width: 128px;
    height: 128px;
    float: left;
    margin-left: 50px;
}

.sys_title {
    background:url("../images/sys_title.png") no-repeat left;
    width:520px;
    height:50px;
    margin-top:50px;
    margin-left:10px;
    float:left;
}

.login_head_icon {
    position: absolute;
    z-index: 4;
    right: 0px;
    top: -10px;
    width: 350px;
}

.icon_list_1 {
    float: left;
}

.icon_list_1 {
    list-style: none;
}

    .icon_list_1 li {
        width: 84px;
        height: 56px;
        background: url(../images/logo_li_bg.png);
        float: left;
        margin: 12px 7px 0 0;
    }

        .icon_list_1 li a {
            display: block;
            width: 84px;
            height: 56px;
            text-align: center;
            font-size: 12px;
            color: #fff;
            text-decoration: none;
        }

            .icon_list_1 li a img {
                margin: 5px 0;
            }

            .icon_list_1 li a p {
                margin-top: -5px;
            }

.login_head_icon span {
    float: left;
    font-size: 12px;
    color: #fff;
	margin-left:35px;
}
.sys_center_panel{
    width:100%;
    max-height:650px;
    min-height:500px;
    float:left;
    height:70%;
}
.sys_center {
    background: url('../images/background.jpg') no-repeat;
    background-size:100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background.jpg',sizingMethod='scale');
    width: 100%;
    position: absolute;
    max-height: 650px;
    min-height: 500px;
    min-width:1300px;
    height: 70%;
    display: flex;
}

.sys_box_left {
    width: 62%;
    min-width: 500px;
    height: 1px;
    float: left;
}
.sys_box {
    background: url('../images/login_box_bg.png') no-repeat;
    width: 440px;
    height: 360px;
    float: left;
    margin-top: 7%;
}

.box_content {
    width:388px;
    height:350px;
    background:#fff;
    border-radius:10px;
    margin:8px 0 0 44px;

}

.box_title span{
    display:block;
    font-size:18px;
    color:#5d5f60;
    float:left;
    line-height:48px;
    text-align:center;
    cursor:pointer;
}

.zhk_login_1 {
    background: url(../images/box_title_bg_1.png);
    width: 210px;
    height: 47px;
    margin-top: -1px;
    color: #5d5f60;
}


.zhk_login_2 {
    background: url(../images/box_title_bg_2.png);
    width: 201.5px;
    height: 48px;
    margin-left: -24px;
    margin-top: -1px;
    color: #fff;
}

.zhk_login_3 {
    background: url(../images/box_title_bg_3.png);
    width: 210px;
    height: 47px;
    margin-top: -1px;
    color: #fff;
}

.zhk_login_4 {
    background: url(../images/box_title_bg_4.png);
    width: 201.5px;
    height: 48px;
    margin-left: -24px;
    margin-top: -1px;
    color: #5d5f60;
}

.zhk_block_1,.zhk_block_2 {
    padding-top:10px;
    clear:both;

}

.download-form .zhk_block {
    display:none;
}
.sys_apk {

}

.code-bigger {
    display:none;
    z-index:10;
    position:absolute;
    /*top: 450px;*/
    margin-left: -45%;
    margin-top:10px;
}

.sys_apk:hover .code-bigger {
    display:inline;
}

.sys_footer{
    text-align:center;
    font-size:14px;
    color:#fff;
    /*position:absolute;*/
    /*top:90%;*/
    width:100%;
    float:left;
    margin-top:50px;
}


#_dialog_lg  .panel-body, #_dialog .panel-body{
    background-color:#F8FCFF;
    overflow:hidden;
}
/**login form*/
.login-form {
    padding: 0px;
    margin: 0px;
}

.login-form input {
    font-family: Microsoft YaHei, "宋体", Tahoma, Helvetica, Arial, serif;
    font-size:14px;
}

.login-form .login-area {
     width:395px;
     margin: 50px auto;   
}

.login-form .login-buttonbar {
    text-align:center;
    margin-left:18px;
  
}
.btn_login,.btn-continue,.btn-cancel {
    line-height: 32px;
    height:36px;
    width:145px;
    font-size: 16px;
    text-align:center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    border: 1px solid #999;
    outline-width: medium;
    outline-style: none;
    outline-color: invert;
    font-family:   Microsoft YaHei, "宋体", Tahoma, Helvetica, Arial, serif;
    color:#fff;
    background-color: #2d73c9;
    margin-right:5px;
    cursor:pointer;
}

.login-form .btn-continue  {
    display:none;
    width:91px;
    height: 35px;
    border:1px solid #41b35c;
    background-color:#41b35c;
}

.login-form .btn-cancel {
    display: none;
    width: 91px;
    height: 35px;
    border: 1px solid #0466a5;
    background-color: #0466a5;
}

.btn_login1{
    background-color: #41B35C;
}

.btn_login2 {
    width:300px;
}

.btn_login:active
{
    color:#ddd;
    background-color:#2d73c9;
}
.login-buttonbar-tip{
    margin-right:90px; font-size:14px;
}

.login-form .login-msg {
    color:#ff0000;
    font-size:12px;
    height:17px;
    text-align:left;
}

.login-form .u-area,.login-form .p-area{
    background-color: #ededed;
    width:300px;
    height:42px;
    position:relative;
    margin-top:20px;
    left:50px;
}

.login-form .c-area {
    margin-left:48px;
    margin-top:10px;
    float:left;
}

.login-form .i-area {
    background-color: #ededed;
    width:155px;
    height:42px;
    position:relative;
    margin-top:15px;
    border:1px solid #000;
    margin-left:50px;
}

.login-form .i-area {
    display:none;
}

.login-form .input-uspd {
    position: absolute;
    width: 260px;
    height: 40px;
    left: 40px;
    background-color: #ededed;
    border-left: none;
    border-bottom: none;
    border-top: none;
    border-right: none;
}
.login-form .input-ucd {

    position:absolute;
    width:120px;
    height:38px;
     left:30px;
    background-color:#ffffff;
    border-left:0px;
    border-top:0px;
    border-right:0px;
    border-bottom:1px;
}
.login-form .input-tip {
    position:absolute;
    left:50px;
    top:13px;
    color:#ccc;
}

.login-form .u-icon {
    position:absolute;
    top: 13px;
    left:11px;
    background: transparent url(../images/btn_bg.png) no-repeat 0px -412px;
    _background: transparent url(../images/btn_bg.gif) no-repeat 0px -412px;
    width:16px;
    height:18px;
}
.login-form .p-icon{
    position:absolute;
    top: 13px;
    left:11px;
    background: transparent url(../images/btn_bg.png) no-repeat -20px -412px;
    _background: transparent url(../images/btn_bg.gif) no-repeat -20px -412px;
    width:16px;
    height:18px;
}
.login-form .input-imgcode {
    position:absolute;
    top: 1px;
    left:168px;
}
.login-form .input-font {
    position:absolute;
    top: 2px;
    margin-left:260px;
    font-size:15px;
    color:#0692dd;
    text-align:left;
    width:60px;
    cursor:pointer;
}
.login-form .login-msg {
    margin-top:5px;
    margin-bottom:5px;
    display:block;
    margin-left:50px;
}

.login-form .btn-download {
    display:block;
    background: transparent url(../images/btn_bg.png) no-repeat 0px 0px;
    width:216px;
    height: 71px;
    margin: 0px auto;
    border:0px;
    color:#fff;
    outline:none;
}

.login-form .btn-login {
    background: transparent url(../images/btn_bg.png) no-repeat 0px -503px;
    margin-right: 20px;
    width:91px;
    height: 35px;
    border:0px;
    color:#fff;
    outline:none;
}


.login-downloadFrameWork
{
    color:rgb(55,101,155); 
    font-size:14px;
    /*float:right;*/
    /*margin-top:40px;*/
    margin:1px auto;
    padding-top:45px;
  width:823px;
  text-align:center;

}

.sys_Info {
    margin:10px auto 0 auto;
    width: 823px; 
    text-align: center; 
    font-size: 15px;

  
}

.login-form .download-area
{
    display:none;
    width:100%;
    height:210px;
    _height:190px;
    padding-top:60px;
    text-align:center;
    font-size: 16px;
}
.download-form .download-area {
    display:block;
}



.login-form .btn-retry {
    display:none;
    background: transparent url(../images/btn_bg.png) no-repeat 0px -467px;
    margin-right: 20px;
    width:91px;
    height: 35px;
    border:0px;
    color:#fff;
    outline:none;
}

.download-form .btn-retry {
    display:inline;
}

/*新检测下载提示*/
/*新检测下载提示*/
.login-form .download-area-new
{
    display:none;
    width:100%;
    padding:80px 0px 5px 30px;
    font-size: 14px;
    text-align:left;
    color:#0066FF;
}
.download-form .download-area-new {
    display:block;
}

.download-form .download-area .download-area-tip {
    color:rgb(55,98,152);
    width:450px;
    position:relative;
    top:-40px;
    left:70px;
    *left:0px;
}

.download-area-tiptitle {
    font-size: 25px;
}

.login-form .btn-continue {
    display:none;
}

.download-form .btn-continue,.download-form .btn-cancel {
    display:inline;
}

.login-form .btn-continue:hover {
    background-position-x: -97px;
}

.btn-login[disabled] {
    color:#ccc;
}

.sys_title_topspace {
    height:30%;
    min-height:60px;
    max-height:160px;
}