@charset "utf-8";/* CSS Document *//* -- 2020.03.30 by Achen for acds , real time update -- */

/* -- Global -- */
body,html,div,dl,dt,dd,ul,li,form,input,textarea{padding:0;margin:0;font-size:12px;font-family:microsoft yahei,Arial;}
table,tr,td,th{font-size:12px;padding:0;margin:0;}a{text-decoration:none;}a:hover{text-decoration:underline;}
ul{list-style:none;}li{list-style-type:none;}table{margin:0 auto;}img{border:none;}

/* -- Common -- */
body{background:#f6f6f6;}
table{width:100%;}
table,td,th{text-align:center;border-collapse:collapse;border:0px;}
/* button{width:auto;height:25px;background:#ebebeb;border:1px solid #888888;border-radius:3px;}button:hover{background:#cccccc;} */
.maxWidth640{max-width:640px;}
.input1{border:1px solid #ccc;}
.submit1{width:76px;height:23.9px;color:#333;padding:0;line-height:auto;border:1px solid #d6d6d6;border-radius:3px;
	background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2));}
.searchInput{width:39.6px;height:23px;transition:width 0.5s ease-in-out;border:1px solid #888888;border-radius:3px;padding-left:3px;background:#FFF;}
	.searchInput:focus{width:139px;}
.searchClear{width:auto;color:#00529B;}

/* -- Common -- */
.floatLeft{float:left;display:inline;}.floatRight{float:right;display:inline;}
.textLeft{text-align:left;}.textRight{text-align:right;}.textCenter{text-align:center;}
.clear{clear:both;font-size:0;line-height:0;height:0;padding:0;margin:0;}
.close{width:16px;border:1px solid #ccc;border-radius:3px;text-align:center;background:#fff;color:#666;}
	.close:hover{text-decoration:none;background:#ccc;}

/* -- Common -- */
.colorRed{color:red;}.colorOrange{color:orange}.colorBlue{color:#00529B}.colorGreen{color:green;}.colorGray{color:gray;}
.colorBlack{color:Black;}.colorWhite{color:White;}

/* main box */
.mBox{width:96%;margin:auto;}

/* center box */
.cBoxC{width:100%;height:100%;display:none;position:fixed;z-index:998;top:0;left:0;background-color:rgba(220,220,220,0.6);}
	.cBox{width:86%;max-height:69%;overflow:auto;position:fixed;z-index:999;top:50%;left:50%;padding-bottom:8px;
		border-radius:3px;box-shadow:0 6px 16px rgba(0,0,0,0.3);transform:translate(-50%,-50%);background:#FFF;}

/* main table */	
.mTable{width:100%;margin:8px auto auto auto;background:#FFF;}
	.mTable td{padding:8px 6px;border:1px solid #f6f6f6;color:#666666;}
	.mTable th{padding:6px 6px;border:1px solid #f6f6f6;color:#666666;font-weight:bolder;background:#ebebeb;}/*background:#d5e2eb;*/
	.mTable .tr_lock td{background:#f6f6f6;color:#a6a6a6;}
	.mTable .tr_succ td{background:#D1FFCE;color:green;}
	.mTable .tr_err td{background:#FFDBDC;color:red;}
	.mTable .tr_dele td{background:#FFDBDC;color:red;text-decoration:line-through;}
	
	.mTable a{color:#00529B;}
	.mTable button{border:1px solid #ccc;border-radius:3px;color:#363636;}
		.mTable button:hover{background:#ccc}

/* main form */
.mForm{width:96%;margin:auto;}
	.mForm .iBox{width:96%;height:auto;display:block;margin:6px auto auto auto;}
		.mForm .iBox .bar{width:auto;height:auto;display:block;clear:both;margin:9px 0 3px 0;}
		.mForm .iBox .input1{width:99%;height:28px;padding-left:5px;border-radius:3px;color:#666;}
		.mForm .iBox .input2{background:#e6e6e6;}
		.mForm .iBox .upload{width:99%;border:1px solid #ccc;padding:6px 0 6px 6px;border-radius:3px;background:#f6f6f6;}
		/* 多行文本域 */
		.mForm .iBox .textarea1{width:99%;height:auto;padding-left:5px;border-radius:3px;color:#666;border: 1px solid #ccc;line-height:26px;}
		/* 单选框 */
		.mForm .iBox .radioBox{width:99%;height:28px;padding-left:5px;border-radius:3px;border: 1px solid #ccc;background:#FFF;} 
			.mForm .iBox .radioBox label{width:auto;height:auto;float:left;display:inline;margin:6px 10px 0 0;}
				.mForm .iBox .radioBox label *{ vertical-align:middle; margin-top:-2px; margin-bottom:1px;}
	.mForm .sBox{width:90%;height:18px;display:block;margin:auto;text-align:center;padding:10px 0 10px 0;}
		.mForm .sBox .floatLeft{margin-right:6px;}
		.mForm .sBox .floatRight{margin-left:6px;}		

/* top bar */
.topBar{width:100%;border-bottom:1px solid #ebebeb;height:28px;padding:6px 0;}
	.topBar .title{width:auto;height:28px;line-height:33px;float:left;display:inline;padding:0 10px;font-family:"Courier New";border-right:1px solid #ebebeb;}
	.topBar .floatLeft{margin-left:10px;}
	.topBar .floatRight{margin-right:10px;}
	.topBar a{margin-top:7px;color:#00529B;}
	.topBar input{margin-top:3px;}
	.topBar button{margin-top:3px;}
	
/* title bar */
.titleBar{width:100%;height:31px;overflow:hidden;clear:both;color:#666666;background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2));}
	.titleBar .floatLeft{margin:7px 0 0 8px;font-weight:bolder;}
	.titleBar .floatRight{float:right;display:inline;}
		.titleBar a{margin:7px 8px 0 0;}.titleBar a:hover{cursor:pointer}
		.titleBar button{margin:3px 6px 0 0;}
	.titleBar .f_center{width:100%;height:inherit;overflow:hidden;text-align:center;
		display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;}
	.titleBar .a_btn{margin:5px 6px 0 0;padding:0 5px;}

/* pagination */
#pagination{width:96%;height:auto;text-align:center;padding:13px 0 0 0;}
	#pagination button{height:26px;line-height:16px;margin:0 3px;}

/* pagination */
.pagination{width:96%;height:auto;overflow:hidden;margin:8px auto auto auto;text-align:center;line-height:20px;padding:8px 0 8px 0;font-size:13px;}
	.pagination a,.pagination span{margin-left:6px;padding:5px 6px 5px 6px;background:#ddd;border:1px solid #ccc;border-radius:5px;}
	.pagination a{color:#00529B;}
	.pagination span{color:#888;}
	.pagination .total{color:#00529B;}
	.pagination .current{font-weight:bolder;}

/* loading */
/* <div class="loading"><div class="L1"></div><div class="L2">Loading...</div></div> */
.loading{width:139px;height:20px;position:relative;margin:auto;margin-top:3.9px;}
	.loading .L1{width:100%;height:2px;position:relative;border:1px solid #00529B;border-radius:6px;animation:turn 4s linear 1.75s infinite;}
	.loading .L1:before{width:0%;height:100%;position:absolute;display:block;background:#00529B;box-shadow:10px 0px 16px 0px #00529B;content:"";
		animation:load 2s linear infinite;}
	.loading .L2{width:100%;position:absolute;color:#00529B;font-size:9px;text-align:center;animation:bounce 2s linear infinite;}
	@keyframes load{0%{width:0%;}87.5%,100%{width:100%;}}
	@keyframes turn{0%{transform:rotateY(0deg);}6.25%,50%{transform:rotateY(180deg);}56.25%,100%{transform:rotateY(360deg);}}
	@keyframes bounce{0%,100%{top:3px;}12.5%{top:6px;}}

/* down arrow : 下箭头 */
/* <div class="downArrow"><div class="da"></div></div> */
.downArrow{border-top:1px solid #d6d6d6;}
	.downArrow .da{width:0;height:0;margin:auto;border-top:12px solid #d6d6d6;border-left:10px solid transparent;border-right:10px solid transparent;}

