#zk_loading_cover{ width:100%; height: 100%; position:fixed; left:0px; top:0px;z-index:100;
     background-color:rgba(0,0,0,0.3); 
    /* background:url(/Content/MyPlugins/images/loading_cover.png) repeat left,top; */
}
.zk_loading_content{ width: 230px; height: 76px; position: fixed; left:50%; top:38.2%; z-index: 101;
    margin-left: -115px; margin-top: -35px;
    border-radius: 4px;
    background-color: #272727;
}
.zk_loadng_close{ position: absolute;right: 0px;top: 0px;color: #999;padding: 2px 4px;font-family: "Microsoft YaHei";font-size: 10px;cursor: pointer;font-weight: bold;}
.zk_loading_dh{ height: 43px; padding-top: 5px;padding-bottom: 0px; background-position: center center; background-repeat: no-repeat; }
.zk_loading_line{ padding-bottom:1px; height: 1px; background-color: #111; width: 100%; overflow:hidden;}
.zk_loading_line span{ height: 1px;
    margin: 0px;
    position: absolute;
    width: 40%;
    background: #23bee5;   /*不能渐变的浏览器*/
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#1a1a1a,endcolorstr=#23bee5, gradientType=1 );  /*IE*/
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#1a1a1a,endcolorstr=#23bee5, gradientType=1 ); /*IE8*/
    background: -o-linear-gradient(left, #1a1a1a 0%, #23bee5 95%);  /*opera*/
    background: -moz-linear-gradient(right, rgba(35, 190, 229, 1), rgba(35, 190, 229, 0.1)); /* Firefox */
    background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(35, 190, 229, 1)), color-stop(1,rgba(35, 190, 229, 0.1)));
}

.zk_loading_text{ clear:both; font-size: 12px; text-align: center; /*color: #5dc3dd;*/color:#23bee5; line-height: 24px;}
.zk_loading_plan{margin-top:0px; float:right;height:1px; background-color:#f0dc26;width:1%;  transition:width 0.4s;-webkit-transition: width 0.4s;}
.zk_loading_process{ color:#23bee5; text-align: center; line-height:40px;font-family: '微软雅黑';}