﻿
/*--loading--*/
.loading_shadow{width:100%;height:100%;background:url(../images/shadow_bg.png) repeat;position:absolute;top:0;left:0;z-index:800;}
/*.loading{position:absolute;width:100%;height:100%;background:url(../images/loading.gif) 49.5% 60% no-repeat;top:0;left:0;z-index:805;}*/
.red{font-size:16px;font-weight:bold;color:red;text-align:center;margin-top:36%;}

/*弹框*/
.detail_bg,.oper_bg { z-index: 998; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.4; filter:alpha(opacity=40); display:none; }
.detail{ z-index:999; position:fixed; top:50%; left:50%; width:480px; margin:-202px 0 0 -240px; border-radius:5px; background-color:#fff; display:none;box-shadow: 0 0 10px #666; }
.detail_title { padding:12px;position: relative; cursor:move; background: #588fc9; border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; }
.detail_title .close { float:right;color:#fff; padding:5px; margin:-2px -5px -5px; font:bold 16px/14px simsun; }
.detail_title h3 { font:16px/20px Microsoft YaHei; color:#fff; }
.detail_content { padding:20px 30px; position:relative;max-height:320px; overflow-y:auto;  }

.tableD { border-collapse:collapse; margin:0 auto; width:100%; }
.tableD th { width: 60px; font:400 14px Microsoft YaHei; color:#666; padding:10px 0; text-align:right; white-space:pre-wrap;  }
.tableD td {  padding:10px; text-align:left; white-space: pre-wrap; font:200 14px Microsoft YaHei; }
.tableD td textarea { width: 99%; height: 50px; border: 1px solid #b9cbdf; max-height: 112px; resize: none; text-indent: 8px;}
.btnClear { margin:0; padding-left:10px;}
.tableD td form label input { margin-right:6px; }
.tableD td form label { margin-right:10px; }

.btnFoot { height:37px; margin:20px; text-align:center; }
.btnFoot li { display:inline; margin-right:10px; }
.btnFoot li:last-child { margin-right: 0; }
.button1 { width:120px; height:40px; border:none; font:200 14px Microsoft YaHei; color:#fff; cursor:pointer; margin-top:5px; background: #588fc9; border-radius: 3px; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px;}
.button2 { width:120px; height:40px; border:none; font:200 14px Microsoft YaHei; color:#588fc9; border: 1px solid #588fc9; cursor:pointer; margin-top:5px; background: #fff; border-radius: 3px; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px;}

.inputText { width:100%; height:32px; border:1px solid #81838e; text-indent:8px; font:14px Microsoft YaHei;  }

/*实色顶部弹框*/
.detailA2 {z-index:999; position:fixed; top:50%; left:50%; width:390px; margin:-78px 0 0 -140px; background-color:#fff; border-radius:4px; display:none; }
.detail_title2 { position: relative; cursor:move; background:#588fc9; border-radius:4px 4px 0 0;  }
.detail_title2 h3 { font:14px/36px Microsoft YaHei; color:#fff; padding-left:18px; }
.detail_title2 .close { float:right;color:#fff; padding:5px; margin:-4px 5px 0 0; font:bold 20px/31px Microsoft YaHei; text-decoration:none; }
.detail_content2 { border:1px solid #eaeaea;text-align:center; }
.detail_content2 em { padding:40px 28px; display: inline-block; line-height: 30px; font-size: 20px; text-align: left;}
.inputA1 { width:210px; height:30px;font: 200 13px Microsoft YaHei; margin-left:30px; }
.inputA2 { width:80%; height:30px;font: 200 13px Microsoft YaHei; border:1px solid #aaa; }
.inputA3 { width:200px; height:20px;font: 200 13px Microsoft YaHei; border:1px solid #aaa; }
.btnClear {  padding-left:10px;}
.btnFoot1 { height:59px; text-align:center; background:#f6f6f6; border-radius:0 0 4px 4px; }
.btnFoot1 li { display:inline; margin-right:10px; }
.button3 { width:101px; height:30px; border:none; outline: none; background:#588fc9; font:200 14px/30px Microsoft YaHei; color:#fff; border-radius:3px; cursor:pointer; margin-top:14px; }
.button4 { width:80px; height:30px; border:none; outline: none; background:#588fc9; font:200 14px/30px Microsoft YaHei; color:#fff; border-radius:3px; cursor:pointer; }
.tableForm { width:100%; margin-left:36px; }
.tableForm th { width:20%; color:#4e4e4e; font:14px Microsoft YaHei; text-align:right; white-space:nowrap; }
.tableForm td { color:#787878; font:12px Microsoft YaHei; text-align:left; padding:5px 0;}
