<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.shield-mask{
	position:absolute;
     left : 0px;
	 top : 0px;
	 width : 100%;
	 background :#333;
     text-align : center; 
	 filter : alpha(opacity=30);
	 opacity:0.3;
	 moz-opacity:'0.3'
}




/*遮罩加载中*/
.loading-mask {
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color:#ffffff;
	display: none;
	z-index: 1000;
	moz-opacity:'0.7';
}
.loading-data {
	position: absolute;
	line-height: 150px;
	top: 25%;
	width:100%;
	height:140px;	
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	background: url(../images/loading.gif) no-repeat center;
	font-size: 20px;
	z-index:1;
}
.loading-data-word{
	position: absolute;
	top:20px;
	left:47%;
	z-index:2;
	font-family: 幼圆;
	font-weight: bold;
}

/* 密码控件样式 */
.ocx_style{
	/* border: 1px solid #bfbfbf; 
	width: 157px; 
	height: 26px;	
	margin-top:5px;
    line-height:26px; */ 
	border: 1px solid #bfbfbf;
	width: 198px;
	height: 36px;
	margin-top: 0px;
	line-height: 36px;

}
.smallPass .ocx_style{
	height: 30px;
	border: 1px solid #e2e2e2;
	width:220px;
}
.smallPass{
	height:30px;
}
.ocx_style_index{
    border: 1px solid #bfbfbf;
width: 166px;
height: 26px;
margin-top: 5px;
line-height: 26px;

}
.ocx_style_index_init{
	border: 1px solid #bfbfbf; 
	width: 166px; 
	height: 26px;	
	margin-top:1px;
	line-height:26px; 
}

.ocx_style_init{
	border: 1px solid #bfbfbf; 
	height: 26px;	
	margin-top:1px;
	line-height:26px; 
}
.login_ocx_style{
	border: 0px solid #bfbfbf; 
	width: 150px; 
	height: 26px; 
	margin-top:1px;
	line-height:26px; 
}
    
.login_ocx_style_init{
	border: 0px solid #bfbfbf; 
    width: 150px; 
    height: 26px; 
    margin-top:1px;
    line-height:26px; 
}


/**弹窗样式**/
.window-head {
}
.window-body {
	/* overflow: hidden; */
}
/**错误提示固定位置**/
.error-show {
	cursor:default;
	width: 220px;
	color:#e55600;
	disply: none;
	padding:0px 0px 0px 0px;
	top:220px;
	margin-right:-485px;
	right:51%;
	position:fixed;
	z-index:10000;
}
.error-show .window-head{
	background: url(../images/error_bg01.gif) no-repeat left top;
	height:6px;
	overflow:hidden;
}
.error-show .window-body{
	width:100%;
	background: url(../images/error_bg02.gif) no-repeat left bottom;
	border:0 none;
}
.error-show .window-body ul{
	padding:0px 12px 6px 12px;	
}
.error-show .window-body ul li{
	padding:2px 0px 2px 0px;
	line-height:16px;
	overflow:hidden;
	word-break:break-all;	
}

.common-smallsub-window-login {
	left: 42%;
	top: 55%;
	margin-left: -225px;
	margin-top: -215px;
	position: absolute;
	z-index: 10002;
	display: none;
	overflow: hidden;
	width:873px;
	height:391px;
	padding:0px;
	background:url(../images/pop-box-bg.png) 0 0 no-repeat;	
}
/*中弹窗*/
.common-smallsub-window {
	left: 42%;
	top: 55%;
	height: 450px;
	width: 800px;
	margin-left: -225px;
	margin-top: -215px;
	position: absolute;
	z-index: 10002;
	/*display: none;*/
	overflow: hidden;
}
.common-smallsub-window .window-head {
	height: 30px;position:relative;top:38px;z-index:62256;right:9px;
	/*background-color:#f8f8f8;*/ 
}

.common-smallsub-window .window-title {
	position: absolute;
	font-size: 16px;
	font-family: "微软雅黑";
	padding-top: 2px;
	margin:  0px;
	padding-left: 23px;
	width: 350px;
	height: 21px;
}
.common-smallsub-window .window-title .window-mainTitle {
	float: left;
	/* width: 117px; */
	font-weight:bold;
}
.common-smallsub-window .window-title .window-subTitle {
	float: left;
	padding:3px 0 0 20px;
	font-size: 14px;
	
}
.common-smallsub-window .window-body {
	overflow: hidden;
	overflow-y:auto;
	height: 420px;
	margin-right:0px;
	border:0 none;
}
.common-smallsub-window .float-btn {

	padding-top: 1px;
	display:inline-block;
	float:right;
	
}
.common-smallsub-window .float-btn.close, .common-smallsub-window .float-btn.close:hover {
	/*width: 48px;
	 height: 30px; 
	font-size: 16px;
	font-family: 幼圆;
	font-weight: bold;
    color: #0088CC;*/
    
    width:27px;height:24px;display:block;background:url(../images/close_btn.gif) 0 0 no-repeat;overflow:hidden;text-indent:-9999px;
	
}


/* 小窗口弹出背景样式 */
.body-mask{
	width:100%;
	top:0;
	left:0;
	opacity: 0.3;
	filter: alpha(opacity=30);
	background-color:#ffffff;
	z-index: 10001;
	position: absolute;
}

.body-mask-window{
	width:100%;
	top:0;
	left:0;
	opacity: 0.3;
	filter: alpha(opacity=30);
	background-color:#333;
	z-index: 10001;
	position: absolute;
}

/**
分页样式
*/
.turn-page-bar {
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
	text-align: right;
}

.turn-page-bar .fl {
	display: inline-block;
 *display:inline;
 *zoom:1;
	text-align: right;
}
.turn-page-container {
	display: inline-block;
 *display:inline;
 *zoom:1;
	text-align: right;
	position: relative;
}
.turn-page-text {
	vertical-align: middle;
	line-height: 28px;
	display: block;
	float: left;
}
.input-page {
	float: left;
	height:18px;
	line-height:18px;
	margin-top:4px;
}
.jump-turn-page, .prev-turn-page, .turn-page-btn {
	display:inline-block;
	padding: 0 11px;
	height:28px; 
	margin-left:-1px;
	font-size: 14px;
	line-height:28px;
	background: #ffffff;
	color: #4c4c4c;
	text-align: center;
	vertical-align: middle;
	border:1px solid #cdcdcd;
	cursor: pointer;
}
.jump-turn-page{ margin-left:10px;}
.turn-skip{ margin-left:14px; color:#999;}

.turn-page-btn:hover,.jump-turn-page:hover, .turn-page-btn.active {
	background: #373f50;
	color: #ffffff;
}

.turn-page-btn.disabled:hover{
	background: #fff;
	cursor:default;
	color: #cdcdcd;
	border: 1px solid #cdcdcd;
}
/* 
滚动条样式 */
.scroll-bg {
    position: absolute;
    top: 0px;
    background: url(../images/scroll_bg.png) repeat-y;
}
.scroll-fg {
    position: absolute;
    background-color: #a3b0b7;
}


/*-----------------------------------// 错误弹框 //-----------------------------------*/
.wrong_box{
/*background:#fff;*/
position: fixed;
_position: absolute;
top: 25%;
_top: expression(documentElement.scrollTop+documentElement.clientHeight/2);
left: 30%;
z-index: 100002;
/*border:1px #e5e5e5 solid;
 width:496px; height:240px;*/
}

/* .wrong_box{border:1px #e5e5e5 solid; width:496px; height:240; overflow:auto} */
.wrong_box h1{ background:url(../images/frame/wrong_bg.jpg); height:39px; font-size:16px; padding-left:20px; line-height:39px; color:#333333}
.wrong_con{margin:10px 20px; height:auto; overflow:auto;}
.wrong_con .wrong_icon{ background:url(../images/frame/wrong_img1.jpg) no-repeat 0 0; width:76px; height:77px; margin-right:20px; }
.wrong_con p{font-size:14px;margin-top:10px;}
.btn_box{background:#f8f8f8; padding:10px 0;text-align:center;}
.wrong_btn{background:url(../images/frame/content_btn.png) no-repeat; width:187px; height:38px; border:0px; cursor:pointer; color:#993300; background-position:0px 0px;font-weight:bold; font-size:14px;}
.wrong_btn:hover{background-position:0px -44px;}

/* 
错误提示样式  相对位置的样式
 */
 .ui-form-explain{
   line-height: 30px;
    color: #ff5243;
    display: inline;
    position: relative;
}
.ui-form-explain p{
	 background: url(../images/ui-fm.png) no-repeat -186px 6px;
    padding-left: 20px;
    /* font-size: 14px;
    font-weight: normal;
    margin:12px 0 0 10px; */
}</pre></body></html>