
/* 模态框样式 */
.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: #fd8102;
    transition: all 0.2s;
}
.loadAlert{
    box-sizing: content-box;
    width: 302px;
    height: 152px;
    z-index: 9999;
    /*border: 2px solid #d4d4d4;*/
    /*border-radius: 8px;*/
    /*background-color: #fff;*/
    left: 51%;
    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*/
}
.loadAlert>img{
    float: right;
    margin: 10px;
    cursor: pointer;
}
.loadAlert>p{
    color: #666666;
    font-size: 16px;
    text-align: center;
    margin-top: 46px;
    margin-bottom: 30px;
    padding: 0px 15px;
}
.loadAlert>#okAlert{
    width: 100px;
    height: 32px;
    margin: 0 auto;
    background: #c40311;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fefefe;
    cursor: pointer;
    border: 0;
    transition: all 0.2s;
    position: absolute;
    left: 33%;
    bottom: 12%;
}





.loadAlert1{
    box-sizing: content-box;
    width: 302px;
    height: 152px;
    z-index: 9999;
    border: 2px solid #d4d4d4;
    border-radius: 8px;
    background-color: #fff;
    left: 51%;
    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;
}
