
/* 模态框样式 */
.loadding {
    box-sizing: content-box;
    width: 500px;
    height: 160px;
    position: absolute;
    z-index: 9999;
    border: 5px solid #cccccc;
    background-color: #fff;
    padding-top: 30px;
    left:43%;/*FF IE7*/
    top: 39%;/*FF IE7*/

    margin-left:-150px!important;/*FF IE7 该值为本身宽的一半 */
    margin-top:-60px!important;/*FF IE7 该值为本身高的一半*/

    margin-top:0px;

    position:fixed!important;/*FF IE7*/
    position:absolute;/*IE6*/

    _top: expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
	document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
}
.numdv {
    margin: 2px auto;
    text-align: center;
    clear: both;
    font-size: 12px;
}
#huise {
    width: 100%;
    opacity: 0.6;
    position: fixed;
    z-index: 9999;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    background-color: #000;
}
.wfcx_table {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-family: 微软雅黑;
    font-size: 14px;
    color: rgb(102, 102, 102);
}
.QXDD {
    margin: 0 auto;
    width: 90px;
    cursor: pointer;
    font-size: 14px;
    border: 0px;
    border-radius: 3px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #448AF0;
    transition: all 0.2s;
}
.loadAlert{
    position: relative;
    box-sizing: content-box;
    width: 420px;
    height: 120px;
    line-height: 120px;
    padding: 45px 30px;
    z-index: 9999;
    /*border: 2px solid #d4d4d4;*/
    /*border-radius: 8px;*/
    /*background-color: #fff;*/
    left: 44%;
    top: 40%;
    margin-left:-150px!important;/*FF IE7 该值为本身宽的一半 */
    margin-top:0px!important;/*FF IE7 该值为本身高的一半*/
    position:fixed!important;/*FF IE7*/
    position:absolute;/*IE6*/
    _top: expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
	document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
}
.textTishi{
    text-align: left;
    width: 50px;
    height: 20px;
    line-height: 20px;
    float: left;
    position: absolute;
    top: 15px;
    left: 25px;
}


.loadAlert>img{
    float: right;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 25px;
}
.loadAlert>.textAlert{
    display: inline-block;
    color: #333;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
   background: url(wc.png) no-repeat;
    padding: 0px 15px 0 48px;
}
.loadAlert>.textAlert2{
    display: inline-block;
    color: #333;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: url(nm.png) no-repeat;
    padding: 0px 0px 0 48px;
}
.loadAlert>.qxAlert {
    width: 76px;
    height: 32px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    border: 0;
    transition: all 0.2s;
    position: absolute;
    border: 1px solid #B3B3B3;
    right: 25%;
    bottom: 10%;
}
.loadAlert>#okAlert{
    width: 76px;
    height: 32px;
    margin: 0 auto;
    background: #448AF0;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fefefe;
    cursor: pointer;
    border: 0;
    transition: all 0.2s;
    position: absolute;
    right: 5%;
    bottom: 10%;
}





.loadAlert1{
    box-sizing: content-box;
    width: 302px;
    height: 152px;
    z-index: 9999;
    border: 2px solid #d4d4d4;
    border-radius: 8px;
    background-color: #fff;
    left: 44%;
    top: 30%;
    margin-left:-150px!important;/*FF IE7 该值为本身宽的一半 */
    margin-top:0px!important;/*FF IE7 该值为本身高的一半*/
    position:fixed!important;/*FF IE7*/
    position:absolute;/*IE6*/
    _top: expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
	document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
}
.loadAlert1>img{
    float: right;
    margin: 10px;
    cursor: pointer;
}
.loadAlert1>p{
    color: #666666;
    font-size: 16px;
    text-align: center;
    margin-top: 54px;
    margin-bottom: 30px;
}
/*.loadAlert1>#okAlert1{
    width: 100px;
    height: 32px;
    margin: 0 auto;
    background: #015293;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fefefe;
    cursor: pointer;
    border: 0;
    transition: all 0.2s;
}*/
.loadAlert1>#okAlert1{
    width: 100%;
    height: 32px;
    margin: 0 auto;
    background: #015293;
    text-align: center;
    line-height: 32px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    color: #fefefe;
    cursor: pointer;
    border: 0;
    transition: all 0.2s;
}
